/* Scss Document */

html .gold {
  color: #877148;
}
html .white {
  color: white;
}
html .full-width {
  width: 100%;
  height: auto;
}
html .border {
  border-right: 1px solid #4b4b4b;
}

#headerTitle {
  max-height: none;
  overflow: hidden;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#headerTitle.reverse {
  background-color: white;
}
#headerTitle h1 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  /* font-size: 4.25em; */
  /* line-height: 1; */
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2rem;
  margin: 1rem auto;
  line-height: 0.9;
}
.ouSearchLPtitleBanner #headerTitle h1 {
  font-size: 4.25em;
}
#headerTitle.reverse h1 {
  color: black;
  margin: 2rem auto 0 auto;
}
@media (max-width: 1023px) {
  #headerTitle h1 {
    font-size: 2.75em;
    line-height: 0.975;
  }
}
#headerTitle h2 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #dac8a0;
  font-size: 1.75em;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  #headerTitle h2 {
    font-size: 1.5em;
  }
}
#headerTitle .black {
  background-color: transparent;
  text-align: center;
  /* padding: 9.5% 2% 8.5%; */
  padding: 12.5% 2%;
}
#headerTitle .black:not(:empty){
background-color:rgba(0,0,0,0.4);
}
@media (max-width: 639px) {
  #headerTitle .black {
    padding: 16% 2%;
  }
}
/* Page Specific Styles */
.\38 820 #headerTitle {
    background-position: top center!important;
}

.\38 820 #headerTitle .black {
    padding: 12.5% 2% !important;
}

#mediaAndButtons {
  padding: 3em 0rem 1rem 0rem;
}
#headerTitle.reverse + #mediaAndButtons {
  padding: 1em 0rem 1rem 0rem;
}
#mediaAndButtons h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top:0;
  line-height: 0.9;
  letter-spacing: -0.7px;
}
#mediaAndButtons h2,
#promo-blocks h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 0.9;
  letter-spacing: -0.7px;
}
#promo-blocks h2 {
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0;
}
#mediaAndButtons h3 {
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#mediaAndButtons img,
#promo-blocks img {
  margin-bottom: 1rem;
}
#promo-blocks img {
  min-width: 313px;
}
@media (max-width: 639px) {
  #mediaAndButtons #buttons {
    margin-top: 2em;
  }
}
#mediaAndButtons .ouButton {
  width: 100%;
}
#mediaAndButtons .ouButton a {
  padding: 1.25em 0.6em;
  width: 100%;
  display: block;
  border-radius: 0.375em;
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 639px) {
  #mediaAndButtons .ouButton a {
    padding: 1em 0.475em;
    font-size: 1em;
  }
}
#mediaAndButtons .ouButton.black a {
  background-color: black;
  transition: background-color 200ms ease;
  color: white;
  text-decoration: none;
}
#mediaAndButtons .ouButton.gold a {
  background-color: #877148;
  transition: background-color 200ms ease;
  color: white;
  text-decoration: none;
}
#mediaAndButtons .ouButton.gold a:focus {
  color: white;
}
#mediaAndButtons .ouButton.black:hover a {
  background-color: #363636;
  color: white;
  text-decoration: none;
}
#mediaAndButtons .ouButton.gold:hover a {
  background-color: #665536;
  color: white;
  text-decoration: none;
}
#mediaAndButtons .ouButton a:empty {
    display:none;
}
#mediaAndButtons #SALP-content-bottom {
  margin: 2rem auto;
}
@media (max-width: 639px) {
  #mediaAndButtons #SALP-content-bottom {
    margin: 1rem auto;
  }
}
#mediaAndButtons #SALP-content-bottom .ouButton {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  #mediaAndButtons #SALP-content-bottom .ouButton {
    display: none;
  }
}

#meet-our-students h2 {
  font-size: 2rem;
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  #meet-our-students h2 {
    margin-bottom: 2rem;
  }
}
#meet-our-students h3 {
  margin-top: 0rem;
  font-size: 1.5rem;
  color: #877148;
}
#meet-our-students p {
  font-size: 0.8rem;
  padding-top: 1rem;
  line-height: 1.5;
}
#meet-our-students a {
  color: #877148;
  text-decoration: underline;
}
#meet-our-students a:hover, #meet-our-students a:focus {
  color: #665536;
}
#meet-our-students img {
  padding-bottom: 2rem;
}
@media (max-width: 639px) {
  #meet-our-students img {
    max-height: 600px;
    padding-top: 2rem;
  }
}
.pull-quote { margin:2rem 0rem; }

.pull-quote .quote { font-size:1.2rem; font-weight:bold; color:#000; text-align:center; line-height:1.3;}

.pull-quote .attributed { font-size:0.9rem; text-align:center; line-height:1.2; }
/*# sourceMappingURL=AdLandingPage_2021.css.map */


































