:root {
  --brown: #532e1f;
  --gold: #f1c500;
  --navy: #05304f;
  --red: #a20b0b;
  --alt-teal: #008577;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.lookbook-wrapper {
  width: 100%;
  height: auto;
}

.p {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}

.p.content-titles {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: underline;
}

.p.contents {
  color: #532e1f;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.p.contact-title {
  font-size: 1.8em;
  font-weight: 700;
}

.p.safari {
  color: #333;
  text-align: left;
  font-weight: 400;
}

.p.contact-txt {
  text-align: center;
}

.p.location-intro {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.p.white {
  color: #fff;
  text-align: left;
}

.p.white.centered {
  text-align: center;
}

.p.white.testimonial-txt {
  color: var(--brown);
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  display: block;
}

.p.white.testimonial-txt-animated, .p.white.testimonial-txt-accessible, .p.white.testimonial-txt--accessible, .p.white.testimonial-txt-copy {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  display: block;
}

.p.white.testimonial-txt-for-animate {
  color: var(--brown);
  text-align: center;
  background-color: #0000;
  width: 100%;
  font-size: 1.4rem;
  display: block;
}

.p.footer-txt {
  color: #fff;
  text-align: center;
}

.p.centered.location-title {
  color: var(--brown);
  font-size: 1.4em;
  font-weight: 700;
}

.p.apply {
  text-align: center;
}

.p.apply.location-title {
  font-size: 1.4em;
  font-weight: 700;
}

.p.programs {
  text-align: center;
  font-size: 1.4em;
}

.p.school-tagline {
  color: var(--brown);
  font-size: 1.1em;
  font-weight: 600;
}

.p.schools {
  font-size: 1em;
}

.p.video-caption {
  text-align: left;
  font-size: .9em;
}

.apply-now_wrapper {
  pointer-events: auto;
}

.nav {
  pointer-events: none;
}

.icon-line {
  background-color: #532e1f;
  width: 100%;
  height: .2em;
}

.nav-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.nav-row.end {
  justify-content: center;
  align-items: center;
}

.nav-dropdown {
  z-index: 8;
  background-color: var(--brown);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  padding: 6em 5em 8em 6em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.nav-txt {
  z-index: 4;
  pointer-events: auto;
  color: #002f6c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigaton {
  z-index: 9998;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: none;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_icon {
  z-index: 4;
  pointer-events: auto;
  flex: none;
  width: 1.9em;
  height: auto;
  position: relative;
}

.hamburger {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_cover._1-bg {
  z-index: 0;
  pointer-events: none;
  position: fixed;
}

.img_cover._1-bg.disabled {
  display: none;
}

.contents-txt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contents-txt:hover, .contents-txt:focus-visible, .contents-txt[data-wf-focus-visible] {
  background-color: #0000;
}

.contents-img {
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.button {
  background-color: var(--gold);
  color: var(--brown);
  cursor: pointer;
  border-radius: 3em;
  font-weight: 700;
}

.button:hover, .button:focus-visible, .button[data-wf-focus-visible] {
  background-color: var(--brown);
  color: #fff;
}

.button.apply {
  color: #532e1f;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button.apply:hover, .button.apply:focus-visible, .button.apply[data-wf-focus-visible] {
  color: #fff;
  background-color: #532e1f;
}

.button.translate {
  justify-content: center;
  align-items: center;
  width: 14em;
  display: flex;
}

.button.download {
  border: 2px solid var(--brown);
  background-color: var(--gold);
  color: var(--brown);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button.download:hover, .button.download:focus-visible, .button.download[data-wf-focus-visible] {
  background-color: #fff;
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  color: #532e1f;
  -webkit-text-stroke-color: var(--brown);
  border: 2px solid #fff;
  border-radius: 2em;
  padding: .25em 1em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.nav-icon-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.nav-icon-wrapper:focus-visible, .nav-icon-wrapper[data-wf-focus-visible] {
  background-color: #fff;
}

.contents_blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 25%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.contents_blk:hover, .contents_blk:focus-visible, .contents_blk[data-wf-focus-visible] {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav_contents {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 89%;
  max-width: 1200px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-container {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 600px;
  max-height: 65vh;
  margin: 10em auto auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-container.translate {
  width: 30%;
  margin-top: 14em;
}

.modal-component.disabled {
  display: none;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only.close-nav {
  inset: 3em 3em auto auto;
}

.safari-hint {
  background-color: #dbdbdbdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.safari-step {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

.step-number {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 33px;
}

.h3.download {
  color: var(--brown);
  font-size: 1.9em;
}

.h3.programs {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.h3.white {
  color: #fff;
}

.h3.white.centered {
  text-align: center;
  line-height: 1;
}

.h3.white.location {
  margin-top: 0;
  margin-bottom: 0;
}

.safari-steps {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-wrapper._3, .modal-wrapper._2 {
  display: none;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.contact-form-embed {
  background-color: var(--gold);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.img-contain {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.add-img {
  border-radius: 10px;
  width: auto;
  overflow: hidden;
}

.tabs-panel {
  z-index: 9999;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8em;
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.share-icon {
  border-radius: 10px;
  width: 3em;
  overflow: hidden;
}

.download-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-2 {
  background-color: var(--gold);
  color: var(--brown);
  cursor: pointer;
  border: 1px solid #fff;
  border-right-style: none;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover, .button-2:focus-visible, .button-2[data-wf-focus-visible] {
  color: var(--brown);
  background-color: #fff;
}

.button-2.modal-open_btn {
  background-color: var(--gold);
  color: var(--brown);
  cursor: pointer;
  border: 1px solid #f9f8f8;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0006;
}

.button-2.modal-open_btn:hover, .button-2.modal-open_btn:focus-visible, .button-2.modal-open_btn[data-wf-focus-visible] {
  color: var(--brown);
  background-color: #fff;
}

.section-3 {
  z-index: 2;
  pointer-events: auto;
  background-color: #969696;
  height: auto;
  position: relative;
}

.section7-scroll-wrapper {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 1;
  pointer-events: auto;
  background-color: #e6e6e6;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-4 {
  z-index: 1;
  background-color: var(--gold);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.bg-video {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bg-video.round {
  z-index: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 20px;
}

.content-overlay {
  z-index: 2;
  pointer-events: auto;
  background-color: #0000;
  background-image: linear-gradient(#05304fd1, #05304fd1);
  border: 5px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.card {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 2em;
  width: 70%;
  height: 70%;
  margin-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 15px #0003;
}

.section7-content {
  background-color: #fff;
  border-radius: 2em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-img {
  width: 100%;
  height: 100%;
}

.section2-content {
  z-index: 2;
  background-color: #dadada00;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-bg {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.card-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.card-img {
  width: 50%;
}

.section5-contents {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #000000a8;
  border: 2px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2em 4em;
  font-size: 16px;
  display: flex;
  position: absolute;
}

.section-2 {
  z-index: 1;
  pointer-events: auto;
  background-color: #fff;
  height: 110vh;
  position: relative;
}

.section-2.disabled {
  display: none;
}

.play-pause {
  width: 2.5em;
  height: 2.5em;
}

.location-stationary {
  z-index: 4;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000000d9;
  border: 2px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4em;
  padding: 3em 2em 2em;
  font-size: 15px;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.grid-row-3rds {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.location-scroll {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  background-color: #fff0;
  flex-flow: column;
  width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: 10em;
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
}

.h2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.9em;
  font-weight: 900;
}

.testimonial-img {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 11px solid #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: block;
  overflow: hidden;
}

.testimonial-img.disabled {
  display: none;
}

.section-6 {
  z-index: 1;
  pointer-events: auto;
  background-color: #fff;
  height: auto;
  position: relative;
}

.testimonial-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.testimonial-txt.sr-only {
  width: 1px;
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
}

.testimonial {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 12em 2em;
  display: flex;
}

.form-embed {
  width: 100%;
}

.cards-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home_content {
  z-index: 1;
  pointer-events: none;
  background-color: #fff0;
  background-image: linear-gradient(#0000003b, #0000003b);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-link {
  color: #69caf1;
}

.content {
  pointer-events: none;
  background-color: #585858;
}

.card-layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.stats {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000000a6;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-block {
  width: 50%;
}

.grid-block._60 {
  width: 60%;
}

.grid-block._40 {
  width: 50%;
}

.grid-block._3rds {
  width: 33.3%;
}

.grid-block._3rds.txt2 {
  background-color: #a20b0b;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2em;
  display: flex;
}

.grid-block._100 {
  width: 100%;
}

.grid-block.txt {
  background-color: #05304f;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.grid-block._80 {
  width: 80%;
}

.grid-block._2o3 {
  width: 70%;
}

.grid-block.txt {
  background-color: #f1c500;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.grid-block.txt._40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: auto;
}

.grid-block.txt._3rd {
  width: 40%;
  font-size: 16px;
}

.h1 {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
}

.h1.accessibility {
  color: var(--brown);
  font-size: 3rem;
}

.location-label {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.section5-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-7 {
  z-index: 1;
  background-color: var(--gold);
  pointer-events: auto;
  flex-flow: column;
  height: 100%;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

.section-1 {
  pointer-events: none;
  background-color: #969696;
  height: 100vh;
  display: flex;
}

.card-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2em 4em;
  display: flex;
}

.section7-txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section7-txt.disabled {
  display: none;
}

.section-bg-video {
  width: 100%;
  height: 100%;
}

.footer {
  z-index: 4;
  pointer-events: auto;
  background-color: #1c1c1c;
  width: 100%;
  height: auto;
  padding-bottom: 4em;
  position: relative;
}

.stats-overlay-blk {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.section-content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-txt {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.location-blk {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  position: relative;
}

.section5-grid-wrapper {
  z-index: 3;
  pointer-events: none;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 14em;
  display: flex;
  position: relative;
  inset: 0%;
}

.stats-row {
  height: 50%;
  display: flex;
}

.stats-row.title-wrapper {
  justify-content: center;
  align-items: center;
  height: 40%;
}

.h3-2 {
  color: var(--navy);
  font-size: 2.3em;
}

.h3-2.white {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 2.3em;
}

.stats-lrg {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
}

.stats-lrg.wide {
  font-size: 2em;
}

.mask-layer {
  pointer-events: none;
  background-color: #53525200;
  width: 100%;
  height: 150vh;
}

.location-blk-vid {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.title_txt {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 9.9em;
  margin-bottom: 0;
  display: flex;
  position: fixed;
}

.location-bg-vid {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.grid-base {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-flow: column;
  width: 70%;
  padding: 1em;
  display: flex;
}

.section7-form {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section7-header {
  flex: none;
  width: 100%;
  height: 35em;
  position: sticky;
  top: 0;
}

.play-pause-locations {
  width: 2.5em;
  height: 2.5em;
}

.button-3 {
  background-color: var(--gold);
  color: var(--brown);
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 3em;
  flex-flow: column;
  font-weight: 700;
  display: block;
}

.button-3:hover, .button-3:focus-visible, .button-3[data-wf-focus-visible] {
  background-color: var(--brown);
  color: #fff;
  border: 2px solid #fff;
}

.button-3.location {
  width: 100%;
  font-size: 1rem;
}

.section3-pages {
  z-index: 3;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page._2 {
  margin-top: -50%;
}

.page-wrapper {
  pointer-events: auto;
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 12em;
}

.page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  margin-top: -2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.page-header {
  width: 100%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-mask-wrapper {
  z-index: 4;
  background-color: var(--gold);
  background-image: none;
  width: 100%;
  position: relative;
}

.section-3-cards {
  z-index: 2;
  pointer-events: auto;
  background-color: #969696;
  height: auto;
  display: none;
  position: relative;
}

.page2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page2._2 {
  margin-top: -50%;
}

.page3 {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 10em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page3._2 {
  margin-top: -50%;
}

.button-4 {
  background-color: #0000;
  text-decoration: underline;
  position: absolute;
  inset: 3rem 3rem auto auto;
}

.success-message, .fail-message {
  width: 100%;
  display: none;
}

.form-container {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.accessibility-wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 12em;
  display: flex;
}

.content-centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 10em;
  display: flex;
}

.accessibility-header {
  background-color: var(--brown);
  padding: 2em 3em;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  font-size: 1.5em;
}

.link:focus {
  color: #fff;
  vertical-align: baseline;
  border: 1px solid #000;
  line-height: 1;
}

.back-link {
  background-color: var(--gold);
  color: var(--brown);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.back-link:hover, .back-link:focus-visible, .back-link[data-wf-focus-visible] {
  background-color: var(--brown);
  color: #fff;
  border: 2px solid #fff;
}

.acc-form-container {
  width: 100%;
  margin-top: 4rem;
}

.accessibility-message {
  width: 80%;
  margin-top: 2em;
}

.skip-link {
  z-index: 9999999;
  color: #fff;
  background-color: #212121;
  position: absolute;
  top: -80px;
  left: 16px;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  color: #fff;
  top: 16px;
}

.skip-link.w--current {
  z-index: 1000;
  color: #fff;
  border-radius: 4px;
  padding: 12px 8px;
  font-weight: 700;
}

.skip-link.w--current:focus-visible, .skip-link.w--current[data-wf-focus-visible] {
  z-index: 2147483647;
  top: 16px;
}

.italic-text {
  color: #8ed2cb;
  text-decoration-color: #6f90be;
}

.stats-credit {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.top-line {
  border: 1px #fff;
  border-top-style: solid;
  width: 65%;
  padding-top: .5rem;
}

.title-top-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 3px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  display: flex;
}

.h4 {
  color: var(--brown);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.h4.centered {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.2;
}

.tagline {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}

.bold-brn {
  color: var(--brown);
  font-weight: 700;
}

.logo {
  background-color: #0000;
  border-radius: 5px;
  width: 18%;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.bold-text {
  font-size: 3.7rem;
}

.title-wrap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.down-arrow {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.normal {
  font-weight: 400;
}

.gradient-btm {
  background-image: linear-gradient(180deg, transparent, var(--gold));
  height: 8em;
  position: absolute;
  inset: auto 0% 0%;
}

.new-tab {
  font-style: italic;
  font-weight: 400;
}

.bg-vd-location {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bg-vd-location.round {
  z-index: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 20px;
}

.testimonial-txt-animate {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.testimonial-name {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: block;
}

.content-overlay-lm {
  z-index: 2;
  pointer-events: auto;
  background-color: #0000;
  background-image: linear-gradient(#05304fd1, #05304fd1);
  border: 5px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.page-lm {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 8em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page-lm._2 {
  margin-top: -50%;
}

.page-lm.overlap {
  margin-top: -3em;
}

.page-content-lm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 65%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.h1-line1 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
}

.cover-vid {
  z-index: 0;
  pointer-events: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.overlay {
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.testimonial-wmu {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.intro-emphasis {
  color: var(--brown);
  font-size: 1.1em;
  font-weight: 700;
}

.programs-intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px solid var(--gold);
  background-color: #fff;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

.programs-details {
  border-left: 4px dotted var(--gold);
  width: 72%;
  margin-top: -1.5em;
  margin-left: 17%;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 2em;
}

.schools-header-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 91%;
  margin-left: 2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.h4-2 {
  color: #036;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  line-height: 1;
  display: flex;
}

.h4-2.yellow {
  color: #f1c500;
}

.h4-2.yellow.sm {
  color: #532e1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.1;
}

.hyperlink {
  color: #008577;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

.hyperlink:hover, .hyperlink:focus-visible, .hyperlink[data-wf-focus-visible] {
  background-color: #0000;
  font-weight: 600;
  text-decoration: underline;
}

.programs-block {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  border-left: 18px #e56849;
  border-radius: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-left: 0;
  padding: 2em 2em 2em 3em;
  font-size: 1rem;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.programs-block.base {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-left-style: none;
  flex: none;
  align-items: stretch;
  width: 90%;
  min-height: auto;
  margin-left: 2em;
  margin-right: 2em;
  padding: 0;
  position: relative;
}

.programs-block.base2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-left-style: none;
  flex: none;
  align-items: stretch;
  width: 90%;
  min-height: auto;
  margin-left: 2em;
  margin-right: 2em;
  padding: 0;
  display: flex;
  position: relative;
}

.p-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

.p-2.white {
  color: #532e1f;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.p-2.white.programstxt {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.3;
}

.p-2.white.program-callouts {
  color: #e56849;
  font-size: 1.1em;
  font-weight: 600;
}

.p-2.white.program-callouts.margin-top {
  margin-top: .5em;
  font-size: 1.1em;
  line-height: 1.1;
}

.border {
  background-color: #009081;
  width: 1em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.border.orange {
  z-index: 2;
  background-color: #e56849;
  width: 1em;
}

.programs-block-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.programs-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  height: auto;
  margin-top: 2em;
  display: flex;
}

.programs-1.top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 25em;
  max-height: none;
  margin-top: 2em;
}

.h4-3 {
  color: #036;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  line-height: 1;
  display: flex;
}

.h4-3.yellow {
  color: #f1c500;
}

.h4-3.yellow.sm {
  color: #532e1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.1;
}

.p-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

.p-3.white {
  color: #532e1f;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.p-3.white.programstxt {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.3;
}

.p-3.white.program-callouts {
  color: #e56849;
  font-size: 1.1em;
  font-weight: 600;
}

.p-3.white.program-callouts.margin-top {
  color: var(--brown);
  margin-top: .5em;
  font-size: 1.1em;
  line-height: 1.1;
}

.h5 {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.teal {
  color: #532e1f;
}

.english-intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px solid var(--gold);
  background-color: #fff;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

.wmu-list {
  margin-left: 0;
  padding-left: 20px;
}

.li-1 {
  padding-bottom: .5em;
  padding-right: 2em;
}

.english-details {
  border-left: 4px dotted var(--gold);
  width: 70%;
  margin-top: -1.5em;
  margin-left: 17%;
  margin-right: auto;
  padding: 4em 0 2em 4em;
  font-size: 16px;
}

.english-header-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.tuition-intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px solid var(--gold);
  background-color: #fff;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

.tuition-details {
  border-left: 4px dotted var(--gold);
  width: 70%;
  margin-top: -1.5em;
  margin-left: 17%;
  margin-right: auto;
  padding: 4em 0 2em 4em;
  font-size: 16px;
}

.bg-video-2 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.testimonial-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  display: flex;
}

.testimonial-txt-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-base-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 70%;
  padding: 1em;
  display: flex;
}

.grid-txt-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.grid-txt-2.brn {
  color: #532e1f;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.grid-txt-2.brn.cntr {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.emph-2 {
  color: #532e1f;
  font-size: 1em;
  font-weight: 800;
}

.testimonail-txt-lm {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.page-copy {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page-copy._2 {
  margin-top: -50%;
}

.page1-lm {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page1-lm._2 {
  margin-top: -50%;
}

.page2-lm {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.page2-lm._2 {
  margin-top: -50%;
}

.pg3-lm {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 80%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 10em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

.pg3-lm._2 {
  margin-top: -50%;
}

.page-content-copy, .page-content-lm2, .page-content-lm3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  margin-top: -2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.play-pause-button {
  z-index: 500;
}

@media screen and (max-width: 991px) {
  .p {
    font-size: 1em;
  }

  .p.contents {
    margin-bottom: 0;
    padding-top: 0;
  }

  .p.contact-title {
    font-size: 2em;
  }

  .p.location-intro {
    text-align: center;
    font-size: 1em;
  }

  .p.white.testimonial-txt, .p.white.testimonial-txt-animated, .p.white.testimonial-txt-accessible, .p.white.testimonial-txt--accessible, .p.white.testimonial-txt-copy, .p.white.testimonial-txt-for-animate {
    text-align: center;
    width: 100%;
    font-size: 1.1rem;
  }

  .p.programs {
    text-align: center;
    white-space: break-spaces;
    word-break: normal;
  }

  .p.video-caption {
    font-size: 1em;
  }

  .nav-txt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 2em;
    display: flex;
  }

  .nav_contents {
    margin-top: 4em;
  }

  .modal-container {
    width: 70%;
    margin-top: 25%;
  }

  .h3, .h3.programs {
    text-align: center;
    line-height: 1;
  }

  .modal-wrapper, .modal-wrapper._3 {
    display: none;
  }

  .modal-close_area {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-panel {
    margin-bottom: 2em;
  }

  .section-4 {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .bg-video.round {
    transform: translate(0);
  }

  .content-overlay {
    border-width: 5px;
    width: 70%;
    height: auto;
    position: relative;
    top: 7em;
  }

  .card {
    width: 70%;
  }

  .section7-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transform: translate(0);
  }

  .section2-content {
    z-index: 4;
    height: auto;
    margin-top: -80vh;
    padding-bottom: 14em;
    position: static;
  }

  .card-content {
    flex-flow: column;
  }

  .card-img {
    width: 100%;
  }

  .section5-contents {
    font-size: 16px;
  }

  .section-2 {
    height: auto;
    position: sticky;
  }

  .play-pause {
    width: 2.5em;
    height: 2.5em;
    inset: 2em 2em auto auto;
  }

  .location-stationary {
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    position: relative;
    top: 0%;
  }

  .grid-row-3rds {
    flex-flow: column;
  }

  .location-scroll {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    width: 70%;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2 {
    font-family: Merriweather, serif;
    font-weight: 700;
  }

  .testimonial {
    border-radius: 8em;
    flex-flow: column;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 16px;
  }

  .home_content {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 0;
  }

  .grid-block, .grid-block._60, .grid-block._40, .grid-block._3rds {
    width: 100%;
  }

  .grid-block._3rds.txt2, .grid-block.txt {
    width: 100%;
    font-size: 16px;
  }

  .grid-block._80 {
    width: 100%;
  }

  .grid-block.low-ht {
    height: 30em;
  }

  .grid-block._2o3, .grid-block.txt, .grid-block.txt._3rd, .card-txt {
    width: 100%;
  }

  .section-bg-video {
    z-index: 2;
    height: 100vh;
    position: sticky;
    inset: 0%;
  }

  .stats-overlay-blk {
    width: 80%;
    font-size: 16px;
  }

  .grid-txt {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .location-blk {
    pointer-events: auto;
  }

  .stats-row {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .h3-2.white {
    text-align: center;
    line-height: 1.2;
  }

  .h3-2.apply {
    text-align: center;
  }

  .title_txt {
    margin: auto;
  }

  .grid-row {
    flex-flow: column;
  }

  .grid-base {
    width: 70%;
  }

  .section7-form {
    transform: translate(0);
  }

  .page {
    padding-bottom: 14em;
  }

  .page-content {
    width: 90%;
    margin-top: 2rem;
    font-size: 16px;
  }

  .page-header {
    height: 20rem;
  }

  .page2 {
    padding-bottom: 14em;
  }

  .page3 {
    padding-bottom: 8em;
  }

  .normal {
    line-height: 1;
  }

  .bg-vd-location.round {
    transform: translate(0);
  }

  .content-overlay-lm {
    border-width: 5px;
    width: 70%;
    height: auto;
    position: relative;
    top: 7em;
  }

  .page-lm {
    padding-bottom: 14em;
  }

  .page-content-lm {
    width: 80%;
    margin-top: 2rem;
    font-size: 16px;
  }

  .programs-intro {
    width: 100%;
  }

  .programs-details {
    width: 93%;
    margin-left: 7%;
  }

  .programs-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .programs-block.base {
    width: 88%;
    min-height: auto;
  }

  .programs-block.base2 {
    width: 100%;
    min-height: auto;
  }

  .p-2 {
    font-size: 1em;
  }

  .programs-1 {
    flex-flow: column;
  }

  .programs-1.top {
    flex-flow: column;
    max-height: none;
    margin-top: 2em;
  }

  .p-3 {
    font-size: 1em;
  }

  .english-intro {
    width: 100%;
  }

  .english-details {
    width: 88%;
    margin-left: 7%;
  }

  .tuition-intro {
    width: 100%;
  }

  .tuition-details {
    width: 88%;
    margin-left: 7%;
  }

  .bg-video-2.campus, .bg-video-2.campus-lm {
    position: absolute;
  }

  .testimonial-2 {
    border-radius: 8em;
    flex-flow: column;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .testimonial-txt-2 {
    font-size: 13px;
  }

  .grid-base-2 {
    width: 70%;
  }

  .page-copy, .page1-lm, .page2-lm {
    padding-bottom: 14em;
  }

  .pg3-lm {
    padding-bottom: 8em;
  }

  .page-content-copy, .page-content-lm2, .page-content-lm3 {
    width: 80%;
    margin-top: 2rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p.content-titles {
    text-align: left;
  }

  .p.contents {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.1em;
  }

  .p.white.centered {
    font-size: 1.1em;
  }

  .p.white.testimonial-txt, .p.white.testimonial-txt-animated, .p.white.testimonial-txt-accessible, .p.white.testimonial-txt--accessible, .p.white.testimonial-txt-copy {
    font-size: 1rem;
  }

  .p.white.testimonial-txt-for-animate {
    font-size: 1.1rem;
  }

  .p.centered.location-title {
    color: var(--brown);
    text-align: left;
    flex: none;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .p.programs {
    font-size: 1.1em;
  }

  .p.video-caption {
    text-align: left;
    margin-top: 1em;
  }

  .nav-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-row.end {
    margin-top: -1em;
  }

  .nav-dropdown {
    pointer-events: auto;
    margin-top: -100vh;
    padding-left: 2em;
  }

  .nav-txt {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .navigaton {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .contents-img {
    display: none;
  }

  .button.apply {
    font-size: 1.1em;
  }

  .button.download {
    text-align: center;
  }

  .contents_blk {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .nav_contents {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .modal-container {
    width: 80%;
  }

  .safari-step {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border: 2px solid #002f6c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
  }

  .h3 {
    text-align: center;
    margin-top: 0;
    font-size: 2.1em;
    line-height: 1.1;
  }

  .modal-wrapper._3 {
    display: none;
  }

  .tabs-panel {
    width: 8.6em;
  }

  .button-2, .button-2.modal-open_btn {
    font-size: 1em;
  }

  .section-4 {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .bg-video {
    transform: translate(0);
  }

  .bg-video.round {
    overflow: visible;
  }

  .content-overlay {
    border-width: 5px;
    width: 80%;
  }

  .card, .section7-content {
    width: 80%;
  }

  .grid-img.top {
    height: 20em;
  }

  .section5-contents {
    width: 64%;
    padding: 2em;
  }

  .location-stationary {
    width: 70%;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .location-scroll {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    background-image: none;
    width: 100%;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .h2 {
    font-size: 2.4em;
  }

  .testimonial-txt {
    width: 100%;
  }

  .testimonial {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    padding: 4em 0;
  }

  .home_content {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .stats {
    font-size: 1.4em;
  }

  .grid-block._80 {
    width: 100%;
  }

  .grid-block.low-ht {
    height: 25em;
  }

  .h1 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .location-label {
    aspect-ratio: auto;
    flex: none;
    height: auto;
    display: block;
  }

  .stats-overlay-blk {
    width: 80%;
  }

  .grid-txt {
    font-size: 1rem;
  }

  .location-blk {
    border-radius: 20px;
    height: auto;
    padding-top: 1em;
    transform: translate(0);
  }

  .stats-row.title-wrapper {
    padding-bottom: 0;
  }

  .h3-2.white {
    text-align: center;
    margin-top: 0;
  }

  .stats-lrg {
    font-size: 1.8em;
  }

  .stats-lrg.wide {
    font-size: 1.6em;
  }

  .location-blk-vid {
    flex: none;
    height: auto;
  }

  .title_txt {
    margin-top: auto;
    margin-bottom: auto;
  }

  .grid-row.top {
    height: 20em;
  }

  .grid-base, .section7-form {
    width: 80%;
  }

  .section7-header {
    height: 18em;
  }

  .page-wrapper {
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .page-content {
    width: 100%;
  }

  .page-header {
    height: 15rem;
  }

  .title-top-line {
    width: 73%;
  }

  .h4, .h4.centered {
    font-size: 1.5rem;
  }

  .tagline {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 24px;
  }

  .bold-text {
    font-size: 3rem;
  }

  .normal {
    font-size: .9em;
  }

  .bg-vd-location {
    transform: translate(0);
  }

  .bg-vd-location.round {
    overflow: visible;
  }

  .testimonial-txt-animate {
    width: 100%;
  }

  .content-overlay-lm {
    border-width: 5px;
    width: 80%;
  }

  .page-content-lm {
    width: 100%;
  }

  .cover-vid {
    height: 100vh;
    margin-top: 0;
    inset: 0%;
  }

  .programs-intro {
    margin-top: -2em;
  }

  .programs-details {
    padding-top: 2em;
  }

  .schools-header-wrapper {
    width: 95%;
    margin-left: 1em;
  }

  .programs-block.base, .programs-block.base2 {
    width: 90%;
    margin-left: 1em;
  }

  .p-2, .p-3 {
    font-size: 1.1em;
  }

  .english-intro {
    margin-top: -2em;
  }

  .english-details {
    padding-top: 2em;
    padding-left: 1em;
  }

  .english-header-wrapper {
    width: 102%;
    padding-bottom: 1rem;
  }

  .tuition-intro {
    margin-top: -2em;
  }

  .tuition-details {
    padding-top: 2em;
    padding-bottom: 0;
    padding-left: 1em;
  }

  .bg-video-2.campus {
    font-size: 16px;
  }

  .testimonial-2 {
    padding: 2em 1em 12em;
  }

  .grid-base-2 {
    width: 80%;
  }

  .testimonail-txt-lm, .page-content-copy, .page-content-lm2, .page-content-lm3 {
    width: 100%;
  }

  .bold-text-2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .p.contents {
    font-size: 1.1em;
  }

  .p.safari {
    text-align: center;
  }

  .p.location-intro {
    margin-bottom: 0;
    font-size: .9em;
  }

  .p.centered.location-title {
    color: var(--brown);
    text-align: center;
  }

  .p.programs {
    font-size: 1.1em;
  }

  .p.video-caption {
    text-align: center;
    margin-top: .25em;
  }

  .nav-row.end {
    padding-bottom: 3em;
  }

  .nav-dropdown {
    flex: 0 auto;
    height: 100vh;
    padding-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 1em;
  }

  .button.apply {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .button.download {
    width: 100%;
  }

  .nav-icon-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contents_blk {
    width: 100%;
  }

  .nav_contents {
    padding-bottom: 6em;
  }

  .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .safari-hint {
    margin-top: 1em;
  }

  .safari-step {
    padding: 1em .5em;
  }

  .step-number {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .step-number._1 {
    flex-flow: row;
  }

  .h3 {
    font-size: 1.6em;
    line-height: 1;
  }

  .h3.download {
    text-align: center;
  }

  .h3.programs {
    font-size: 1.8em;
  }

  .modal-wrapper._3 {
    display: none;
  }

  .add-img {
    width: 10em;
  }

  .tabs-panel {
    width: 7.5em;
    margin-bottom: 3em;
  }

  .download-btns {
    flex-flow: column;
  }

  .button-2 {
    padding: 5px 5px 5px 9px;
    font-size: .9em;
    line-height: 1;
  }

  .button-2.modal-open_btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9em;
    line-height: 1;
  }

  .button-2.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .section-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .content-overlay {
    width: 80%;
  }

  .card {
    width: 85%;
    height: 60%;
  }

  .section7-content {
    padding: 2em;
  }

  .section5-contents {
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .location-stationary {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 85%;
    max-height: 80%;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .location-scroll {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2 {
    text-align: center;
    font-size: 2.1em;
  }

  .testimonial-img {
    width: 15em;
    height: 15em;
  }

  .testimonial-txt {
    width: 100%;
  }

  .testimonial {
    border-radius: 2em;
    width: 85%;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .home_content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 11em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .card-layer {
    height: auto;
    padding-top: 7em;
  }

  .stats {
    font-size: 1.3em;
  }

  .grid-block._3rds.txt2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-block.txt {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-block.low-ht {
    height: 15em;
  }

  .grid-block.txt._40 {
    font-size: 12px;
  }

  .h1 {
    line-height: .9;
  }

  .section-7 {
    padding-bottom: 8em;
  }

  .card-txt {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding: 0 2em 2em;
  }

  .section7-txt {
    width: 100%;
  }

  .stats-overlay-blk {
    width: 90%;
  }

  .stats-row.title-wrapper {
    padding-top: 2em;
  }

  .h3-2.white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.1em;
  }

  .h3-2.apply {
    margin-bottom: 0;
    font-family: Merriweather, serif;
    line-height: 32px;
  }

  .stats-lrg {
    font-size: 1.8em;
  }

  .stats-lrg.wide {
    font-size: 1.6em;
  }

  .location-blk-vid {
    height: auto;
  }

  .title_txt {
    margin-top: -1.3em;
  }

  .grid-base {
    width: 85%;
  }

  .section7-form {
    padding: 2em;
  }

  .section7-header {
    height: 15em;
  }

  .page {
    width: 95%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-content {
    width: 100%;
  }

  .page-header {
    height: 12rem;
  }

  .section-3-cards {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .page2 {
    width: 90%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .page3 {
    width: 90%;
    padding: 1em 1em 4em;
  }

  .title-top-line {
    width: 72%;
    padding-top: 1rem;
  }

  .h4, .h4.centered, .tagline {
    font-size: 1.1rem;
  }

  .logo {
    width: 25%;
  }

  .bold-text {
    font-size: 2.2rem;
  }

  .normal {
    font-family: Montserrat, sans-serif;
    font-size: .7em;
  }

  .testimonial-txt-animate {
    width: 100%;
  }

  .content-overlay-lm {
    width: 80%;
  }

  .page-lm {
    width: 90%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-content-lm {
    width: 100%;
  }

  .programs-details {
    width: 100%;
    margin-left: 0%;
    padding-top: 3em;
  }

  .h4-2.yellow.sm {
    font-size: 1.3em;
  }

  .programs-block {
    padding: 1em 1em 1em 2.25em;
  }

  .programs-block.base, .programs-block.base2 {
    width: 90%;
    margin-left: .5em;
  }

  .p-2, .p-2.white {
    font-size: 1em;
  }

  .p-2.white.programstxt {
    line-height: 1.2;
  }

  .programs-1.top {
    margin-top: 2em;
  }

  .h4-3.yellow.sm {
    font-size: 1.3em;
  }

  .p-3, .p-3.white {
    font-size: 1em;
  }

  .p-3.white.programstxt {
    line-height: 1.2;
  }

  .h5 {
    font-size: 1.2rem;
  }

  .li-1 {
    padding-right: 0;
  }

  .english-details {
    margin-left: 0%;
    padding-top: 3em;
    padding-left: 1em;
  }

  .english-header-wrapper {
    width: 100%;
  }

  .tuition-details {
    width: 100%;
    margin-left: 0%;
    padding-top: 3em;
    padding-bottom: 0;
    padding-left: 1em;
  }

  .testimonial-2 {
    border-radius: 2em;
    width: 85%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial-txt-2 {
    width: 100%;
  }

  .grid-base-2 {
    width: 85%;
  }

  .grid-txt-2.brn.cntr {
    line-height: 1.3;
  }

  .testimonail-txt-lm {
    width: 100%;
  }

  .page-copy, .page1-lm, .page2-lm {
    width: 90%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pg3-lm {
    width: 90%;
    padding: 1em 1em 4em;
  }

  .page-content-copy, .page-content-lm2, .page-content-lm3 {
    width: 100%;
  }
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-2ac0d2b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-2ac0d2b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-0ab49c26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-0ab49c26 {
  grid-area: 2 / 1 / 3 / 2;
}


