/*** CLASS PROFILE ***/
.class-profile .profile-wrapper {
  display: flex;
  border-radius: 8px;
  overflow: clip;
}
.class-profile .profile-images {
  max-width: 150px;
}
class-profile .profile-logo {
  max-width: 100px;
}
.class-profile .profile-details {
  background-color: #f3f3f3;
  width: 100%
}
.class-profile p {
  margin-bottom: 0px;
}



/*** CHOOSE YOUR PATH SECTION ***/
.choose-your-path .path-wrapper {
  background-color: #cfb991;
  padding: 16px clamp(16px, 8px + 2vw, 2rem);
}
.choose-your-path .path-wrapper .path-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #292929;
  box-shadow: 0px 4px 4px -2px #292929; 
}
.choose-your-path .path-wrapper p {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-weight: 600;
  font-size: clamp(1.7rem, 1.5rem + 1vw, 1.8rem); 
  padding-top: 16px;
  padding-left: 10px;
}
.choose-your-path ul {
  margin: 2rem 1rem;
}
@media (max-width: 992px) {
  .choose-your-path .path-wrapper div {
    margin-left: 0;
    margin-right: 0;
  }
  .choose-your-path .path-wrapper ul {
    margin: 1rem 0;
  }
}

.path div p:first-child {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 2px solid black;
  text-transform: uppercase;
}
.path div:nth-child(2) {

}

/*** STUDENT SPOTLIGHT ***/
.student-spotlight {
  display: grid;
  grid-template-columns: 250px 1fr;
  border: 2px solid #8e6f3e;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.student-spotlight p {
  margin-bottom: .1rem;
}
.student-spotlight .name {
  font-weight: 600;
}
.student-spotlight .title {
  font-style: italic;
}
.student-spotlight .spotlight-question {
  font-weight: 900;
  padding-bottom: 0.2rem;
}
.student-spotlight .spotlight-answer {
  font-style: italic;
  padding-bottom: 1.2rem;
}
.student-spotlight img {
  width: 100%;
  border-bottom: 2px solid #8e6f3e;
}
.student-spotlight .student-details {
  padding: 1rem;
}
.student-spotlight .text-wrapper {
  padding: 1rem;
  border-left: 2px solid #8e6f3e;
}
@media (max-width: 767px){
  .student-spotlight {
    grid-template-columns: 1fr;
  }
  
  .student-spotlight .text-wrapper {
    border-left: none;
    border-top: 2px solid #8e6f3e;
  }
}



/*** ACCORDION (FAQ) ***/
.accordion h2,
.accordion .card-body {
  font-family: "acumin-pro-semi-condensed", "Franklin Gothic", sans-serif;
}
.accordion h2 {
  font-size: 1.2rem;
}


/*** SECONDARY PAGES HERO SECTION ***/
.hero-sub-banner {
  background-color: #cfb991;
  width: 100%;
  padding: 16px;
  margin-top: 32px; 
}
.hero-sub-banner .banner-title {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: clamp(1.4rem, calc(1.1rem + 1.4vw), 1.5rem);
  font-weight: 600;
  color: #292929;
  text-transform: uppercase;
  line-height: 96%;
  margin-bottom: .5rem;
}
.hero-sub-banner .banner-sub-title {
  color: #292929;
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 1vw, 1rem);
  line-height: 104%;
  text-transform: capitalize;
}
.hero-sub-banner hr {
  height: 2px;
  background-color: #292929;
  border: 0;
  width: 100%;
  max-width: 450px;
  margin: 0 0 .6rem 0;
}
.hero-sub-banner .page-title {
  color: #292929;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: clamp(1.5rem, calc(1.5rem + 1.7vw), 3rem);
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 16px;
  letter-spacing: -1px;
}
@media (max-width: 520px) {
  .hero-sub-banner .banner-sub-title {
    display: inline-block;
  }
}


/*** HERO BANNER AND NAVIGATION BAR ***/
.hero-banner {
  margin-top: -1rem;
}
.hero-banner .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #cfb991;
}
.hero-banner .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(1rem, 1rem + 1vw, 3rem);
  margin-top: 16px;
}
@media (max-width: 767px){
  .hero-banner .wrapper{
    grid-template-columns: 1fr;
  }
  .hero-banner .hero-text {
    padding: 16px;
  }
}
.hero-banner .title {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: clamp(1.5rem, calc(3.5rem + 1.4vw), 5rem);
  font-weight: 900;
  color: #292929;
  text-transform: uppercase;
  line-height: 96%;
}
.hero-banner hr {
  height: 3px;
  border: none;
  background-color: #292929;
  width: 100%;
  max-width: 320px;
  margin: 16px 0;
}
.hero-banner .sub-title {
  color: #292929;
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 300;
  font-size: clamp(1.7rem, 1.2rem + 2.5vw, 2.2rem);
  line-height: 104%;
  }
.hero-banner .sub-text {
  max-width: 56ch;
  color: #292929;
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: .4px;
  padding-right: 16px;
}
.hero-banner .bg-image {
  background-image: url('./images/lab-banner2.jpg');
  background-size:cover;
  background-position: 50% 30%;
  height: clamp(300px, 100vh, 625px); 
}
.hero-banner .image-shade {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.1);
}
.hero-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: black;
  padding: 1em 0;
}
.hero-nav a {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-weight: 600;
  display: block;
  color: white; 
  padding: 8px 10px 6px 10px;
  margin: 5px;
  border: 2px solid #c2a161;
  text-transform: uppercase
}


/*** SAVE FOR OLD VERSION
.hero-banner {
  background-image: url('./images/lab-banner.jpg'); 
  background-size:cover;
  height: clamp(300px, 50vh, 625px);
  margin-top: -1em;
  display: flex; 
  justify-content: center;
  align-items: center;
}
.hero-banner .wrapper {
  background-color: rgba(0,0,0,.9);
  width: clamp(300px, 95vw, 950px);
  color: white;
  padding: 1rem;
  text-align: center;
}
.hero-banner .title {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: clamp(1.5rem, calc(1rem + 1.4vw), 2.5rem);
  font-weight: 900;
}
.hero-banner .sub-title {

}
***/


/*** UTILITIES ***/
.section-heading {
  border-bottom: 2px solid #cfb991;
  padding: 0 0 1rem 0;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-weight: 600;
  font-size: 2.5rem;
  color: #343434;
  line-height: 108%
}
.section-heading-alt {
  border-bottom: 2px solid black;
}
.section-heading-alt-2 {
  padding-left: 1rem;
}
.generic-3-button-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media (max-width: 992px) {
  .generic-3-button-wrapper {
    grid-template-columns: 1fr;
  }
}
.button {
  display: inline-block;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
}
.button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}
.generic-button {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-weight: 600;
  display: block;
  color: white; 
  padding: 8px 10px 6px 10px;
  margin: 5px;
  border: 2px solid #c2a161;
  text-transform: uppercase;
  text-align: center;
}
.sidebar {
  max-width: none !important;
}
.sidebar .heading {
  background-color: #cfb991;
  color: #292929;
}


/*** SECTIONS ***/
.path {
  height: 300px;
  border: 2px solid #cfb991;
  border-radius: 4px;
  overflow: auto;
  margin-bottom: 2rem;
}
.path-head {
  display: flex;
  flex-direction: row;
  align-items: center; 
  background-color: #f5f5f5;
  border-bottom: 2px solid #cfb991;
}
.path-head svg {
  width: 25%;
}
.path-head p {
  background-color: #292929;
  border-left: 2px solid #cfb991;
  padding: 1rem .5rem;
  margin-bottom: 0;
  width: 75%;
  font-weight: 600;
  color: #f5f5f5;
  font-size: 1.2rem;
  font-family: "United Sans", Arial, "sans serif";
}
.program-highlights {
  background-color: #cfb991;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 64px 0;
}
.program-highlights .wrapper {
  display: flex;
}
.program-highlights .highlights {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 150px + 6vw, 548px), 1fr));*/
  grid-template-columns: 1fr;
  gap: 8px;
  width: 60%;
}
.program-highlights .highlight {
  display: flex;
  /*flex-direction: column;*/
  flex-direction: row;
  border: 2px solid #0f203b;
  border-radius: 4px;
  overflow: clip;
  min-height: 70px;
}
.program-highlights .highlight div:first-child {
  background-color: #292929;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 30%;
  min-width: 30%;
}
.program-highlights .highlight div:nth-child(2){
  padding: 8px;
  display: flex; 
  align-items: center;
}
.program-highlights .highlight div:first-child p {
  /*font-family: acumin-pro, "Franklin Gothic", sans-serif;*/
  font-family: "United Sans", Arial, "sans serif";
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
  color: #dedee1;
}
.program-highlights .highlight div:nth-child(2) p {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 0;
}
.program-highlights .program-highlights-image {
  background-image: url('./images/lab-banner-horizontal.jpg');
  background-size: cover;
  width: 40%;
  margin-left: 15px;
  border: 2px solid #292929;
  border-radius: 4px;
  background-position: 50% 30%;
}
.program-highlights .image-shade {
  height: 100%;
  width: 100%;
  background-color: rgba(69, 65, 57, .2);
}
@media (max-width: 767px) {
  .program-highlights .wrapper {
    display: block;
  }
  .program-highlights .highlights {
    width: 100%;
  }
  .program-highlights .program-highlights-image {
    height: 500px;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  .program-highlights .highlight {
    flex-direction: column;
  }
  .program-highlights .highlight div:first-child {
    min-width: 100%;
  }
}

.generic-section {
  background-color: #f5f5f5;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 64px 0;
}
.generic-section-gold {
  background-color: #cfb991;
}
.generic-section-dark {
  background-color: #292929;
}




/*** SALESFORCE FORM ***/
.salesforce .form {
  background-color: #292929;
  padding: 16px;
  height: 100%;
  border-radius: 4px;
}



/*** PROOF POINTS CSS ***/
.row.rtb-cards {
    padding: 3rem 0;
}
.row.rtb-cards .columns {
    display: flex;
}
.row.rtb-cards .columns:not(:last-child) {
    border-right: 1px solid #cfb911;
}

@media (max-width: 992px) {
  .rtb-cards .columns {
    border-right: none !important;
    padding-bottom: 30px;
  }
  .rtb-cards .columns .pu-proofpoint .column {
    border-bottom: 1px solid #cfb911;
  }  
}

.pu-proofpoint {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: none;
    color: black;
    min-height: 250px
}
.pu-proofpoint .container {
    padding: 3.0875rem 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    align-items: center;
    max-width: 318px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.pu-proofpoint__lead {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.3125rem !important;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
}
.pu-proofpoint__highlighted {
    font-size: 3.5rem;
    line-height: 0.9;
    margin-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-weight: 400;
    margin-top: 0.5rem;
}
.pu-proofpoint__content {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5;
    white-space: pre-wrap;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}
.pu-proofpoint__source {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4;
    font-style: italic;
    white-space: pre-wrap;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
a.pu-proofpoint__source, 
a:hover.pu-proofpoint__source, 
a:link.pu-proofpoint__source, 
a:visited.pu-proofpoint__source, 
a:active.pu-proofpoint__source {
    color: black;
}
.pp_form { 
    display: table;
    padding-bottom: 50px;      
}
.pp_form_section { 
    display: table-row;
    padding: 10 0px;  
}
.pp_form_label { 
    display: table-cell;
    padding: 5px 0px; 
}
.pp_form_input { 
    display: table-cell; 
}

.pp_form_submit {
    margin-top: 5px;
}
/***** Proof Points Site Customization ******/
@media (max-width: 768px){
  .proof-points-container {
    padding-bottom: 0;
  }
}
.proof-points-container {
  padding: 40px 0;
}
.proof-point {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-size: cover;
  background-color: #ccc;
}
.proof-point-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.proof-point-link:hover,
.proof-point-link:active {
  text-decoration: none;
}
#college-proof-points-container .proof-point {
  background-color: #CFB991;
}
#school-proof-points-container .proof-point {
  background-color: #5b6870;
}