  /* Presidential Search Landing Page (with overrides from Stop-out) */
.full-bg_fixed {
  width: 100vw;
  height: 100vh;
}

.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;
}
@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_about {
  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 */