@charset "UTF-8";
.home-page .hero {
  background-color: #263284;
  color: #FAFAFA;
}
.home-page .hero h1 {
  color: #FAFAFA;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 1;
}
.home-page .hero h1 strong {
  font-weight: 900;
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  .home-page .hero h1 {
    margin-right: -8rem;
  }
}
.home-page .hero .enroll-button {
  padding: 0.75rem 3rem;
  font-size: 24px;
}
.home-page .hero .contact-link {
  color: #FAFAFA;
}
.home-page .hero .placeholder {
  aspect-ratio: 1.5/1;
  margin-bottom: -100px;
  background-color: #222d75;
}
.home-page .hero .hero-img {
  margin-bottom: -85px;
}
.home-page .hero::before {
  content: "";
  background-image: url("../images/hero-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.home-page .cds-card {
  font-size: 18px;
  line-height: 30px;
}
.home-page .cds-card h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.home-page .cds-card ol li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .home-page .section-goal {
    margin-top: 2rem;
    margin-bottom: -10rem;
  }
}
.home-page .section-goal .goal {
  font-size: 24px;
  line-height: 38px;
  padding-top: 5rem;
  padding-left: 1rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .home-page .section-goal .goal {
    font-size: 26px;
    line-height: 42px;
    padding-left: 3rem;
  }
}
.home-page .section-why {
  margin-bottom: 10rem;
}
@media screen and (min-width: 992px) {
  .home-page .section-why {
    padding-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .home-page .section-why .row {
    margin-bottom: -10rem;
  }
}
.home-page .section-why .cds-card {
  margin-top: 5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .home-page .section-why .cds-card {
    margin-right: -4rem;
  }
}
.home-page .section-why .cds-image-container {
  width: auto;
}
@media screen and (min-width: 992px) {
  .home-page .section-why .cds-image-container {
    margin-left: -4rem;
  }
}
.home-page .section-quotes .carousel-item {
  padding: 2rem 15%;
}
.home-page .section-quotes .carousel-quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 325px;
}
@media screen and (min-width: 768px) {
  .home-page .section-quotes .carousel-quote-container {
    min-height: 250px;
  }
}
.home-page .section-quotes .carousel-quote {
  position: relative;
  padding-left: 4rem;
  font-size: 24px;
  line-height: 36px;
  -ms-flex-item-align: center;
      align-self: center;
}
.home-page .section-quotes .carousel-quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 120px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #FFBF40;
  opacity: 0.3;
}
.home-page .section-quotes .quote-long {
  font-size: 18px;
  line-height: 28px;
}
.home-page .section-quotes .carousel-control-prev-icon {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263284' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.home-page .section-quotes .carousel-control-next-icon {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263284' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.about-page {
  font-size: 16px;
  line-height: 28px;
}
.about-page .hero {
  background-color: #FFBF40;
  color: #FAFAFA;
  background-image: url("../images/about-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .hero h1 {
  color: #FAFAFA;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
.about-page .section-goal {
  font-size: 20px;
  line-height: 34px;
}
.about-page .section-goal h2 {
  font-size: 36px;
  font-weight: bold;
}
.about-page .section-timeline .container {
  position: relative;
}
.about-page .section-timeline .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background: #FFBF40;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.about-page .section-timeline .row {
  position: relative;
  margin-bottom: 3rem;
}
.about-page .section-timeline .row .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .section-timeline .row::before {
  content: "";
  height: 5px;
  background-color: #263284;
  position: absolute;
  left: 30px;
  top: calc(50% - 1px);
  width: 230px;
}
.about-page .section-timeline .timeline-dot {
  position: relative;
  background-color: #263284;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 12px;
  z-index: 1;
}
.about-page .section-timeline .timeline-circle {
  position: relative;
  background-color: #FAFAFA;
  border: 5px solid #263284;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 1;
}
.about-page .section-timeline .timeline-title {
  position: relative;
  display: inline-block;
  padding: 1.5rem 2.5rem;
  border: 4px solid #263284;
  border-radius: 3rem;
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  z-index: 1;
}
.about-page .section-timeline .timeline-item {
  position: relative;
  border-radius: 10px;
  padding: 1.5rem 3rem;
  border-left: 5px solid #263284;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: grid;
  grid-template-columns: 110px 1fr;
}
.about-page .section-timeline .timeline-item .timeline-icon {
  font-size: 70px;
  grid-column-start: 1;
  grid-row-start: 1;
  align-self: center;
}
.about-page .section-timeline .timeline-item .timeline-main {
  grid-column-start: 2;
  grid-row-start: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-page .section-timeline .timeline-item .timeline-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.about-page .section-timeline .timeline-item .timeline-link button {
  font-size: 16px;
  margin-top: 2rem;
  padding: 0;
  font-weight: bold;
  color: #263284;
  text-decoration: underline;
}
.about-page .section-timeline .timeline-item .timeline-detail {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: 3;
  padding: 3rem 0 1rem;
  background-color: #fff;
}
.about-page .section-timeline .timeline-item .timeline-detail .row::before {
  height: 0;
  top: 0;
  left: 0;
}
.about-page .section-timeline .enroll-detail {
  margin-bottom: 0;
}
.about-page .section-timeline .enroll-detail .question-heading {
  font-size: 18px;
  font-style: italic;
}
.about-page .section-timeline .enroll-detail .question-text {
  margin-top: 1rem;
}
.about-page .section-timeline .enroll-detail .question-link {
  margin-top: 2rem;
}
.about-page .section-timeline .enroll-detail .question-link a {
  font-weight: bold;
}
.faq-page .hero {
  background-color: #FFBF40;
  color: #FAFAFA;
  background-image: url("../images/about-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-page .hero h1 {
  color: #FAFAFA;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
.faq-page .section-filter {
  margin-top: -120px;
}
.faq-page .section-filter a {
  text-decoration: none;
}
.faq-page .section-filter a:hover {
  text-decoration: underline;
}
.faq-page .hero-card {
  text-align: center;
  padding: 2rem 0;
  font-weight: bold;
}
.faq-page .faq-title h2 {
  font-weight: bold;
  font-size: 38px;
}
.faq-page .faq-item button.btn {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  color: #263284;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  padding: 1.5rem 130px 1.5rem 2rem;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.faq-page .faq-item button.btn::before {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #ED3340;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-page .faq-item button.btn::after {
  position: absolute;
  right: 50px;
  bottom: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23707070'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 2rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq-page .faq-item button.btn:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-page .faq-item .faq-detail {
  margin-left: 5%;
  width: 95%;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.faq-page .faq-item .faq-detail .faq-detail-container {
  padding: 2.5rem;
  font-size: 20px;
  line-height: 34px;
  background-color: rgba(255, 191, 64, 0.0666666667);
}
.faq-page .faq-item .faq-detail li::marker {
  color: #263284;
}
.book-page .hero {
  background-color: #FFBF40;
  color: #FAFAFA;
  background-image: url("../images/about-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.book-page .hero h1 {
  color: #FAFAFA;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
.book-page .carousel-control-prev-icon {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263284' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.book-page .carousel-control-next-icon {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263284' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.book-page .download-link {
  font-size: 18px;
  font-weight: bold;
}
.team-page .hero {
  background-color: #ED3340;
  color: #FAFAFA;
  background-image: url("../images/team-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.team-page .hero h1 {
  color: #FAFAFA;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
.team-page .section-filter {
  margin-top: -120px;
}
.team-page .section-filter a {
  text-decoration: none;
}
.team-page .section-filter a:hover {
  text-decoration: underline;
}
.team-page .hero-card {
  text-align: center;
  padding: 2rem 0.5rem;
  font-weight: bold;
  line-height: 20px;
}
.team-page .group-title {
  position: relative;
}
.team-page .group-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #263284;
}
.team-page .member-item {
  margin-bottom: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-page .member-item .member-photo {
  border-radius: 10px;
  padding: 1rem;
  border-top: 5px solid #263284;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .team-page .member-item .member-photo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.team-page .member-item .member-photo .photo-wrapper {
  border-radius: 10px;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  min-width: 115px;
}
.team-page .member-item .member-photo .photo-wrapper img {
  width: 100%;
}
.team-page .member-item .member-photo .wrapper-short {
  aspect-ratio: 1/1;
}
.team-page .member-item .member-main {
  padding: 2rem 1rem;
}
.team-page .member-item .member-main .member-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  text-align: center;
}
.team-page .member-item .member-main .member-title {
  margin-bottom: 1rem;
  text-align: center;
}
.team-page .member-item .member-main .member-bio {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.team-page .member-item .member-main .member-bio ul {
  padding-left: 2rem;
}
.team-page .member-item .member-main .member-research a {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .team-page .member-item .member-main {
    padding-left: 3rem;
    padding-right: 1rem;
  }
  .team-page .member-item .member-main .member-name {
    text-align: left;
  }
  .team-page .member-item .member-main .member-title {
    text-align: left;
  }
}
.team-page .member-item-right .member-main {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .team-page .member-item-right .member-photo {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .team-page .member-item-right .member-main {
    padding-left: 1rem;
    padding-right: 4rem;
  }
}
.contact-page {
  font-size: 18px;
  line-height: 30px;
}
.contact-page .hero {
  background-color: #263284;
  color: #FAFAFA;
  background-image: url("../images/home-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-page .hero h1 {
  color: #FAFAFA;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
.contact-page .section-white {
  background: none;
}
.contact-page .section-yellow {
  height: 400px;
  margin-top: -260px;
  margin-bottom: -300px;
}
.contact-page .flip {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.contact-page .study-one {
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.contact-page .study-one .cds-card {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .contact-page .study-one .cds-card {
    margin-right: -4rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
.contact-page .study-one .cds-image-container {
  width: auto;
}
.contact-page .study-one .cds-image-container img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-page .study-one .cds-image-container {
    margin-left: -4rem;
  }
}
.contact-page .study-two {
  margin-bottom: 8rem;
}
.contact-page .study-two .cds-card {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .contact-page .study-two .cds-card {
    margin-left: -4rem;
    margin-top: 13rem;
    margin-bottom: 2rem;
  }
}
.contact-page .study-two .cds-image-container {
  width: auto;
}
.contact-page .study-two .cds-image-container img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-page .study-two .cds-image-container {
    margin-right: -4rem;
  }
}

/*# sourceMappingURL=general.e421f9ab3ab3ca8eba1e.css.map*/