  /* Presidential Search Landing Page (with overrides from Stop-out) */
.btn-rc::after, a.btn-rc::after, button.btn-rc::after,
.btn.btn-rc::after, a.btn.btn-rc::after, button.btn.btn-rc::after {
  content: "";
  display: none;
}

.btn__icon, i.btn__icon,
.btn .btn__icon, .btn i.btn__icon {
  position: static;
  font-size: 1.2rem;
}

.btn__icon-label {
  opacity: 0;
  text-shadow: 0 0 4px #000;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.btn__icon-label_left {
  transform: translate(0, -50%);
}
.btn:hover .btn__icon-label_left, .btn:focus .btn__icon-label_left {
  opacity: 1;
  transform: translate(-150%, -50%);
  transition-timing-function: ease-out;
}
.btn__icon-label_left.btn__icon-label_on {
  opacity: 1;
  transform: translate(-150%, -50%);
  transition: none;
}
.btn__icon-label_top {
  transform: translate(-50%, 0);
}
.btn:hover .btn__icon-label_top, .btn:focus .btn__icon-label_top {
  opacity: 1;
  transform: translate(-50%, -200%);
  transition-timing-function: ease-out;
}

.full-bg_fixed {
  width: 100vw;
  height: 100vh;
}

.parallax-bg {
  position: absolute;
  z-index: 0;
  top: -2vh;
  left: -2vw;
  right: -2vw;
  bottom: -2vh;
  overflow: hidden;
}
.parallax-bg ~ * {
  position: relative;
  z-index: 1;
}
.parallax-bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax-bg__image {
  /* width: 100%; */
  /* height: 160%; */
  /* height: calc(100vw / 100vh * 100%); */
  width: 100%;
  min-height: 104vh;
  height: calc(100% + 4vh);
  -o-object-fit: cover;
     object-fit: cover;
}
.parallax-bg__image_multiply {
  mix-blend-mode: multiply;
}
.parallax-bg__image_hard-light {
  mix-blend-mode: hard-light;
}
.parallax-bg__image_grayscale, .parallax-bg__image_greyscale {
  filter: grayscale(1);
}

.return-home {
  transition: transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.return-home:hover, .return-home:focus {
  color: #fff;
  transform: translateX(-1.5rem);
  text-decoration: none;
}
@media (min-width: 768px) {
  .return-home-wrapper {
    position: absolute !important;
  }
}

a.btn.btn-white {
  padding-right: 2em;
  color: #323f49;
  background: #fff;
  border-color: #fff;
}
a.btn.btn-white i {
  position: static;
}
a.btn.btn-white::after {
  display: none;
  content: none;
}
a.btn.btn-white:hover, a.btn.btn-white:focus {
  padding-left: 3em;
  padding-right: 3em;
  color: #fff;
  background: #323f49;
  border-color: #323f49;
}

.pres-section {
  min-height: 85vh;
  padding: 2rem;
  border-top: 1rem solid #949ca1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pres-section {
    padding: 6rem;
  }
}
.pres-section p {
  font-size: 1.25rem;
}
.pres-section .img-fluid {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border: 0.5rem solid #fff;
  border-radius: 3rem;
}
@media (min-width: 768px) {
  .pres-section .img-fluid {
    border-radius: 4rem;
  }
}
.pres-section .display-1 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section .display-2 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section .display-3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section .display-4 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section .display-5 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section .display-6 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pres-section_about, .pres-section_principles {
  color: #fff;
}
.pres-section_profile {
  border-top: none;
}
.pres-section_students {
  min-height: 0;
  border-top: none;
}
.pres-section_foundation, .pres-section_foundation + .pres-section {
  border-top-color: #323f49;
}
.pres-section_qualifications {
  background: #b50938;
}

.pres-content h1, .pres-content .h1 {
  margin: 1.5em 0 0.6em 0;
}
.pres-content h2, .pres-content .h2 {
  margin: 1.5em 0 0.6em 0;
}
.pres-content h3, .pres-content .h3 {
  margin: 1.5em 0 0.6em 0;
}
.pres-content h4, .pres-content .h4 {
  margin: 1.5em 0 0.6em 0;
}
.pres-content h5, .pres-content .h5 {
  margin: 1.5em 0 0.6em 0;
}
.pres-content h6, .pres-content .h6 {
  margin: 1.5em 0 0.6em 0;
}
.pres-box {
  color: #323f49;
  padding: 1px 2.5rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3rem;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .pres-box {
    padding: 1rem 3rem 2rem;
    border-radius: 4rem;
  }
}

.copyright_pres {
  border-top: 1rem solid #949ca1;
}/*# sourceMappingURL=pressearch.css.map */