/* 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 h1 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 4.25em;
  line-height: 1;
  margin: 1rem auto;
  line-height: 0.9;
}
@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;
  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: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 9.5% 2% 8.5%;
}
@media (max-width: 639px) {
  #headerTitle .black {
    padding: 16% 2%;
  }
}

#mediaAndButtons {
  padding: 3em 0rem 1rem 0rem;
}
#mediaAndButtons h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  line-height: 0.9;
  letter-spacing: -0.7px;
}
#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 {
  margin-bottom: 1rem;
}
@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;
  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;
}
#mediaAndButtons .ouButton.gold a {
  background-color: #877148;
  transition: background-color 200ms ease;
}
#mediaAndButtons .ouButton.black:hover a {
  background-color: #363636;
}
#mediaAndButtons .ouButton.gold:hover a {
  background-color: #665536;
}
#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;
  }
}/*# sourceMappingURL=AdLandingPage_2021.css.map */