:root {
  --transparent-blue: #d1ecf1;
  --mc-blue: #005a9e;
}

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

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

.p {
  margin-bottom: 0;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.p.content-titles {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}

.p.contents {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.p.contact-title {
  color: #05304f;
  font-family: Oswald, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
}

.p.safari {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}

.p.contact-txt {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3;
}

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

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

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

.p.white.testimonial-txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 1.2em;
  line-height: 1.5;
}

.p.white.testimonial-txt.drk {
  color: #05304f;
  width: 90%;
  margin-bottom: 0;
  font-size: 1.2em;
}

.p.white.testimonial-txt.drk._2 {
  width: auto;
  padding-left: 2em;
  font-size: 1.2em;
}

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

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

.p.centered.location-title {
  color: #05304f;
  font-family: Oswald, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.p.form-filler-txt {
  text-align: center;
  font-size: 1.6em;
}

.p.name {
  color: #05304f;
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.4;
}

.p.testimonial-txt {
  font-size: 1.3em;
  line-height: 1.4;
}

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

.nav {
  pointer-events: none;
}

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

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

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

.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;
  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;
  object-position: 50% 15%;
  position: fixed;
}

.img_cover.from-left {
  object-position: 0% 50%;
}

.img_cover.from-top {
  object-position: 50% 0%;
}

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

.contents-img {
  max-width: none;
  height: 9em;
}

.button {
  color: #05304f;
  background-color: #72bf44;
  border-radius: 3em;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
}

.button.apply {
  color: #05304f;
  background-color: #72bf44;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button.apply:hover {
  background-color: #fff;
}

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

.button.download {
  color: #05304f;
  background-color: #72bf44;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #005a9e;
  border: 1px solid #fff;
  border-radius: 2em;
  padding: .25em 1em;
  display: flex;
  position: relative;
}

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

.contents_blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.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;
}

.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;
}

.safari-hint {
  background-color: var(--transparent-blue);
  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;
  width: 100%;
  display: flex;
}

.h3 {
  color: #002f6c;
  font-size: 2.3em;
  font-weight: 900;
  line-height: 33px;
}

.h3.download {
  color: #05304f;
  font-family: Oswald, sans-serif;
  font-size: 2.1em;
}

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

.modal-wrapper {
  z-index: 99999;
  background-color: #0000;
  background-image: linear-gradient(#005a9eb3, #7dc242b3);
  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-wrapper.top {
  background-color: #0000;
  background-image: linear-gradient(#005a9eb3, #7dc242b3);
  justify-content: flex-start;
  align-items: center;
  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 {
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.contact-form-embed.disabled {
  display: flex;
}

.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 {
  color: #fff;
  background-color: #005a9e;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  color: #fff;
  background-color: #015a9e;
}

.button-2.modal-open_btn {
  background-color: var(--mc-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2.modal-open_btn:hover {
  color: #fff;
  background-color: #015a9e;
}

.section-3 {
  z-index: 2;
  pointer-events: auto;
  background-color: #fff;
  background-image: linear-gradient(#005a9e, #00b8e7 36%, #72bf44 66%);
  height: auto;
  position: relative;
}

.section7-scroll-wrapper {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: none;
  flex-flow: column;
  margin-top: -10em;
  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;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  pointer-events: auto;
  background-color: #fff;
  background-image: linear-gradient(#72bf44, #00b8e7 51%, #005a9e);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: none;
  position: relative;
}

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

.bg-video.round {
  border-radius: 20px;
}

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

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

.section7-content {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  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: #0000;
  background-image: linear-gradient(#000000bf, #000000bf);
  border: 3px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4em;
  display: flex;
  position: absolute;
}

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

.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: #000000bf;
  border: 3px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6em;
  padding: 3em;
  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: 40%;
  height: auto;
  margin-left: auto;
  margin-right: 10em;
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
}

.h2 {
  color: #05304f;
  font-family: Oswald, sans-serif;
  font-size: 2em;
}

.h2.title {
  font-size: 2.8em;
}

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

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

.testimonial-txt {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.testimonial-txt.rnd {
  border-radius: 0;
  overflow: hidden;
}

.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: #005a9e;
  border: 3px solid #fff;
  border-radius: 14em;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 2em 4em 2em 2em;
  display: flex;
}

.testimonial._2 {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  background-color: #00b8e7;
  border: 3px solid #fff;
  width: 70%;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 2em;
}

.testimonial._3 {
  background-color: #72bf44;
  border: 3px solid #fff;
  padding-bottom: 2em;
  padding-right: 4em;
}

.form-embed {
  width: 100%;
}

.form-embed.disabled {
  display: none;
}

.cards-wrapper {
  z-index: 3;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
}

.home_content {
  z-index: 3;
  pointer-events: auto;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.content {
  background-color: #585858;
}

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

.card-layer.lm {
  position: static;
}

.stats {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000000a6;
  margin-left: auto;
  margin-right: auto;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.5em;
}

.grid-block {
  width: 50%;
}

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

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

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

.grid-block._3rds.txt2 {
  background-color: #72bf44;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

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

.grid-block.txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #fff;
  background-color: #015a9e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.h1 {
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.h1.centered {
  color: #05304f;
  text-align: center;
  margin-top: 0;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3.3em;
  font-weight: 300;
}

.h1.centered.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3.6em;
  font-weight: 300;
}

.h1.centered.alt.line-btm {
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
  font-size: 2.3em;
  line-height: 1.3;
}

.h1.centered.disabled {
  color: #fff;
  margin-top: -2em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.location-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  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;
  pointer-events: auto;
  background-color: #e6e6e6;
  flex-flow: column;
  height: 100%;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

.section-1 {
  background-color: #969696;
  height: 100vh;
}

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

.card-txt.cover {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4em;
}

.section7-txt {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

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

.grid-txt {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.grid-txt.body {
  text-align: center;
  flex: none;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.3;
}

.grid-txt.body.dk {
  color: #05304f;
}

.location-blk {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 1em;
  display: flex;
  position: relative;
}

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

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

.h3-2 {
  color: #05304f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.3em;
  line-height: 34px;
}

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

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

.h3-2.apply {
  font-size: 3em;
}

.stats-lrg {
  color: #fff;
  font-family: oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

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

.mask-layer {
  background-color: #53525200;
  width: 100%;
  height: 150vh;
  position: relative;
}

.location-blk-vid {
  width: 100%;
  height: 25em;
}

.title_txt {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10.8em;
  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 {
  width: 100%;
  height: 43em;
  position: sticky;
  top: 0;
}

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

.button-3 {
  color: #05304f;
  text-align: center;
  background-color: #72bf44;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 10px 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.button-3.apply-btm {
  width: 100%;
  font-size: 1.3em;
  line-height: 1.3;
}

.gradient-overlay-full {
  z-index: 2;
  opacity: .76;
  background-image: linear-gradient(#00000036, #00000036), linear-gradient(#005a9ef2 9%, #00b8e7e3 48%, #72bf44f5 88%, #72bf44 99%);
  position: fixed;
  inset: 0%;
}

.header-top {
  margin-top: 0;
  display: none;
}

.gradient-top-green {
  z-index: 2;
  background-image: linear-gradient(#72bf44, #72bf4400);
  width: 100%;
  height: 8.5em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cover-logo {
  width: 15.6em;
  margin-top: 2em;
}

.arrow {
  width: 15em;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  background-color: #0000;
  width: 38.8em;
  padding: 2em;
}

.arrow-new {
  justify-content: center;
  align-items: flex-end;
  width: 15em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2em;
}

.bold-blue {
  color: #05304f;
  font-weight: 700;
}

.stats-title {
  justify-content: center;
  align-items: flex-end;
  height: 21%;
  display: flex;
}

.test-bold {
  margin-top: 1em;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
}

.test-link {
  color: #fff;
  margin-top: .5em;
  font-style: normal;
}

.test-link.dark {
  color: #05304f;
  text-decoration: underline;
}

.link {
  margin-top: .5em;
}

.section-8 {
  z-index: 1;
  pointer-events: auto;
  background-color: #05304f;
  flex-flow: column;
  height: 100%;
  margin-top: -4px;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

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

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

.hyperlink.green {
  color: #72bf44;
  font-weight: 700;
}

.hyperlink.white {
  color: #fff;
}

.aos-contents {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#000000b0, #000000b0);
  border: 3px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4em;
  display: flex;
  position: absolute;
}

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

.aos-links-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.aos-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid #fff;
  border-left: 15px solid #72bf44;
  flex-flow: column;
  padding: 1em 1em 1em 2em;
  display: flex;
}

.gradient-top-blue {
  z-index: 2;
  background-image: linear-gradient(#005a9e, #72bf4400);
  width: 100%;
  height: 15em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.section5-contents-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#000000bf, #000000bf);
  border: 3px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 4em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.aos-header {
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.programs-link {
  text-decoration: none;
}

.programs-link:hover {
  background-color: #005a9e;
}

.programs-link.disabled {
  display: none;
}

.gradient-top-cards {
  z-index: 2;
  background-image: linear-gradient(#3e8566, #72bf4400);
  width: 100%;
  height: 15em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-btm-blue {
  background-image: linear-gradient(#0000, #76a0da 86%);
  height: 8.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-btm-apply {
  background-image: linear-gradient(#0000, #015a9e);
  height: 8em;
  position: absolute;
  inset: auto 0% 0%;
}

.section7-btn {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.form-filler-txt-contact {
  margin-top: 1em;
}

.list {
  color: #fff;
  padding-left: 10px;
}

.li {
  color: #333;
  padding-bottom: .5em;
  font-family: Oswald, sans-serif;
}

.li.white {
  color: #fff;
}

.li._333 {
  color: #333;
}

.remove-highlight {
  background-color: #989a3d;
}

.section-3-5 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 8rem;
}

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

.intro-emphasis {
  color: #532e1f;
  font-size: 1.1em;
  font-weight: 700;
}

.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-content.padding-left {
  margin-top: 3em;
  padding-right: 0;
}

.schools-body-wrapper {
  flex-flow: column;
  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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.h3-3 {
  color: #532e1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.1;
}

.h3-3.programs {
  color: #532e1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 1.1;
}

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

.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;
  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-intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 5px solid #f1c500;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

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

.p-2.schools {
  margin-bottom: 0;
  font-size: 1em;
}

.p-2.school-tagline {
  color: #532e1f;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
}

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

.h5 {
  color: #532e1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}

.page {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 75%;
  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: -10rem;
  padding-bottom: 8em;
}

.page._2.lm {
  margin-top: 8rem;
}

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

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

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

.school-title-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

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

.h4 {
  color: #05304f;
  text-align: left;
  font-family: oswald, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}

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

.programs-details {
  border-left: 4px dotted #f1c500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: -1.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  display: flex;
}

.hyperlink-2 {
  color: var(--mc-blue);
  word-break: normal;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

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

.indent {
  flex-flow: column;
  padding-left: 2rem;
  padding-right: 1em;
  display: flex;
}

.num {
  color: #05304f;
  font-weight: 700;
}

.list-blk {
  padding-left: 20px;
}

.on-campus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent-blue);
  border-left: 15px solid #72bf44;
  flex-flow: column;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.on-campus-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.on-campus-blk {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.off-campus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.off-campus-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.off-campus-blk {
  width: 50%;
}

.study-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.study-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.study-blk {
  background-color: var(--transparent-blue);
  border-left: 15px solid #72bf44;
  flex-flow: column;
  width: 50%;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.study-blk.full {
  width: 100%;
}

.section.testimonial-section {
  z-index: 2;
  z-index: 2;
  background-color: #3b8369;
  background-image: none;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.testimonial-section2 {
  z-index: 2;
  background-color: #0961a2;
  background-image: linear-gradient(#72bf44, #025b9e);
  padding-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}

.content-center {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.content-center.testimonial-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
  position: relative;
}

.testimonial-quote {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  width: 60%;
  height: 100%;
  padding: 2rem 3.9rem 2rem 2rem;
  display: flex;
}

.testimonial-quote._2 {
  padding-left: 3.9rem;
  padding-right: 2rem;
}

.testimonial-video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border: 8px solid #72bf44;
  justify-content: center;
  align-items: center;
  width: 79%;
  height: auto;
  margin-bottom: -5px;
  margin-left: -3rem;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.testimonial-video._2 {
  margin-left: 0;
  margin-right: -3rem;
}

.video {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  padding-bottom: 0;
  position: static;
  inset: 0%;
}

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

.card-new {
  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;
}

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

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

.card-txt-new.cover {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4em;
}

.card-img-new {
  width: 50%;
}

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

.card-img-img._1-bg {
  z-index: 0;
  pointer-events: none;
  object-position: 50% 15%;
  position: fixed;
}

.card-img-img.from-left {
  object-position: 0% 50%;
}

.card-img-img.from-top {
  object-position: 50% 0%;
}

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

.img_cover-mobile._1-bg {
  z-index: 0;
  pointer-events: none;
  object-position: 50% 15%;
  position: fixed;
}

.img_cover-mobile.from-left {
  object-position: 0% 50%;
}

.img_cover-mobile.from-top {
  object-position: 50% 0%;
}

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

.img-cover-desktop._1-bg {
  z-index: 0;
  pointer-events: none;
  object-position: 50% 15%;
  position: fixed;
}

.img-cover-desktop.from-left {
  object-position: 0% 50%;
}

.img-cover-desktop.from-top {
  object-position: 50% 0%;
}

.lookbook-full-page {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.modal-container-top {
  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-top.translate {
  width: 30%;
  margin-top: 14em;
}

.p-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2;
}

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

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

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

.back-link {
  background-color: var(--mc-blue);
  border: 2px solid #fff;
  border-radius: 20px;
}

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

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

.h1-2 {
  color: #fff;
  text-align: center;
  text-shadow: -2px 1px 1px #ff8571;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.h1-2.accessibility {
  color: #003865;
  background-color: #0000;
  font-size: 3rem;
}

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

.study-intro, .employment-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

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

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

  .p.white.testimonial-txt {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .p.white.testimonial-txt.drk._2 {
    padding-left: 0;
  }

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

  .p.margin-btm-1 {
    margin-bottom: 1rem;
  }

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

  .nav_contents {
    margin-top: 4em;
  }

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

  .modal-wrapper, .modal-wrapper._3, .modal-wrapper.top {
    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;
    display: none;
  }

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

  .card {
    width: 70%;
    height: 75%;
  }

  .section7-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .card-img {
    width: 100%;
    height: 50%;
    margin-top: auto;
  }

  .section5-contents {
    padding: 2em;
  }

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

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

  .location-stationary {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    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;
  }

  .testimonial {
    border-radius: 8em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .testimonial._2 {
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .home_content {
    padding-left: 0;
  }

  .stats {
    font-size: 2em;
  }

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

  .h1.centered {
    font-size: 4.1em;
  }

  .h1.centered.alt.line-btm {
    font-size: 2.9em;
    line-height: 76px;
  }

  .card-txt {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    overflow: auto;
  }

  .section7-txt {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

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

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

  .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.apply {
    text-align: center;
    line-height: 1.2;
  }

  .title_txt {
    margin-top: 14.4em;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-base {
    width: 70%;
  }

  .button-3 {
    margin-top: 0;
  }

  .button-3.apply-btm {
    line-height: 1.2;
  }

  .stats-title {
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .gradient-top-cards._2 {
    z-index: 1;
  }

  .section7-btn {
    width: 57%;
    margin-top: 1em;
  }

  .list {
    padding-left: 20px;
  }

  .page-header {
    height: 20rem;
  }

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

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

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

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

  .h3-3.programs {
    text-align: center;
    line-height: 1.1;
  }

  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .programs-intro {
    width: 100%;
  }

  .p-2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 1em;
  }

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

  .page {
    padding-bottom: 14em;
  }

  .page._2 {
    padding-bottom: 3em;
  }

  .schools-header-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .programs-details {
    width: 100%;
    margin-left: auto;
    padding-left: 1.8rem;
    padding-right: 2rem;
  }

  .on-campus-row {
    flex-flow: column;
  }

  .on-campus-blk {
    width: 100%;
  }

  .off-campus-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .off-campus-blk {
    width: 100%;
  }

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

  .study-blk {
    width: 100%;
  }

  .section.testimonial-section2 {
    background-image: linear-gradient(#72bf44, #025b9e);
  }

  .content-center.testimonial-wrapper {
    z-index: 2;
    flex-flow: column;
  }

  .testimonial-quote {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 3rem;
    padding-right: 2rem;
  }

  .testimonial-quote._2 {
    margin-top: -1.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .testimonial-video {
    width: 100%;
    margin-top: -2rem;
    margin-left: 0;
  }

  .testimonial-video._2 {
    margin-right: 0;
  }

  .video {
    width: 100%;
  }

  .card-new {
    width: 70%;
    height: 75%;
  }

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

  .card-txt-new {
    width: 100%;
  }

  .card-img-new {
    background-color: var(--mc-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    min-height: 30%;
    margin-top: auto;
    display: flex;
  }

  .card-img-img {
    box-sizing: content-box;
    object-fit: scale-down;
    width: auto;
    max-width: none;
    height: 100%;
    overflow: hidden;
  }

  .img-cover-desktop, .img-cover-desktop.from-left {
    display: none;
  }

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

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

@media screen and (max-width: 767px) {
  .lookbook-wrapper {
    overflow: clip;
  }

  .p {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.3;
  }

  .p.content-titles {
    text-align: left;
  }

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

  .p.location-intro.location {
    text-align: center;
  }

  .p.name {
    font-size: 1.5em;
  }

  .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 {
    margin-top: 0;
    font-size: 2.1em;
    line-height: 1.1;
  }

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

  .modal-wrapper.top {
    width: 100%;
    display: none;
  }

  .tabs-panel {
    width: 8.4em;
  }

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

  .section7-scroll-wrapper {
    margin-top: -2.9em;
  }

  .content-overlay {
    width: 70%;
  }

  .card {
    flex: none;
    width: 80%;
    max-width: 80%;
    height: 75vh;
    min-height: 75vh;
    max-height: 75vh;
  }

  .section7-content {
    width: 80%;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 15px;
  }

  .card-img {
    height: 50%;
  }

  .section5-contents {
    width: 70%;
    font-size: 15px;
  }

  .location-stationary {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 6rem;
    padding: 2em;
    font-size: 15px;
  }

  .location-scroll {
    width: 80%;
    margin-right: auto;
    padding-top: 1em;
  }

  .testimonial {
    font-size: 15px;
  }

  .stats {
    font-size: 1.6em;
  }

  .h1.centered {
    font-size: 3.5em;
    line-height: 79px;
  }

  .h1.centered.alt.line-btm {
    font-size: 2.4em;
    line-height: 66px;
  }

  .h1.centered.disabled {
    margin-top: -1.5em;
  }

  .card-txt {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 15px;
  }

  .card-txt.ctr {
    justify-content: center;
    align-items: flex-start;
  }

  .section7-txt {
    width: auto;
  }

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

  .stats-row {
    font-size: 16px;
  }

  .h3-2 {
    font-size: 1.9em;
  }

  .h3-2.white.location {
    text-align: center;
  }

  .h3-2.apply {
    font-size: 2.3em;
  }

  .location-blk-vid {
    height: 18em;
  }

  .grid-base {
    width: 80%;
  }

  .section7-form {
    width: 80%;
    font-size: 15px;
  }

  .section7-header {
    height: 26.6em;
  }

  .button-3 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
  }

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

  .logo {
    width: 30.4em;
  }

  .aos-contents {
    width: 64%;
  }

  .section5-contents-copy {
    width: 80%;
    font-size: 15px;
  }

  .section7-btn {
    width: 80%;
  }

  .section-3-5 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .page-header {
    height: 15rem;
  }

  .page-content {
    width: 100%;
  }

  .schools-body-wrapper {
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

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

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

  .h3-3.programs {
    line-height: 1.1;
  }

  .programs-block-txt {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-left: .75em;
  }

  .programs-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .programs-block.base {
    width: 90%;
    margin-left: auto;
  }

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

  .p-2.schools {
    margin-bottom: 0;
  }

  .p-2.school-tagline {
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2;
  }

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

  .h5 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .page {
    width: 80%;
  }

  .school-title-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

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

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

  .programs-details {
    width: 100%;
    margin-left: auto;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 1.4rem;
  }

  .hyperlink-2 {
    display: block;
  }

  .on-campus {
    background-color: var(--transparent-blue);
  }

  .section.testimonial-section {
    padding-bottom: 2rem;
  }

  .section.testimonial-section2 {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .content-center.testimonial-wrapper {
    width: 80%;
  }

  .testimonial-quote {
    padding-right: 2rem;
  }

  .card-new {
    flex: 1;
    width: 80%;
    max-width: 80%;
    max-height: 80%;
  }

  .card-txt-new {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: 50%;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 15px;
  }

  .card-img-new {
    height: 50%;
  }

  .modal-container-top {
    width: 80%;
  }

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

@media screen and (max-width: 479px) {
  .lookbook-wrapper {
    overflow: clip;
  }

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

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

  .p.white.testimonial-txt.drk._2 {
    padding-left: 0;
  }

  .p.name {
    font-size: 1.4em;
  }

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

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

  .nav-txt {
    padding-bottom: 0;
  }

  .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 {
    width: 90%;
    padding: 1em .5em;
  }

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

  .step-number._1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .modal-wrapper.top {
    width: 100%;
    display: none;
  }

  .no-break.p {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
  }

  .add-img {
    width: 100%;
  }

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

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

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

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

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

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

  .section7-scroll-wrapper {
    margin-top: -2.1em;
  }

  .content-overlay {
    width: 70%;
  }

  .card {
    width: 85%;
    max-width: 85%;
    height: 75vh;
    min-height: 75vh;
    max-height: 75vh;
  }

  .section7-content {
    padding: 2em;
  }

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

  .location-stationary {
    width: 85%;
  }

  .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;
  }

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

  .testimonial-txt {
    width: 90%;
  }

  .footer-content {
    padding-top: 5em;
  }

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

  .testimonial._2 {
    width: 85%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial._3 {
    padding-right: 1em;
  }

  .form-embed {
    margin-bottom: 0;
  }

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

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

  .stats {
    font-size: 1.3em;
  }

  .h1.centered {
    font-size: 2.2em;
    line-height: 61px;
  }

  .h1.centered.alt.line-btm {
    font-size: 1.8em;
    line-height: 49px;
  }

  .h1.centered.disabled {
    margin-top: -1.7em;
    font-size: 1.3em;
  }

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

  .section7-txt {
    width: 100%;
  }

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

  .grid-txt {
    font-size: 1.5em;
  }

  .stats-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .h3-2 {
    font-size: 1.7em;
    line-height: 1.1;
  }

  .h3-2.apply {
    font-size: 2.6em;
  }

  .stats-lrg.title {
    font-size: 1.7em;
  }

  .location-blk-vid {
    height: 15em;
  }

  .title_txt {
    margin-top: 0;
  }

  .grid-base {
    width: 85%;
  }

  .section7-form {
    padding: 2em;
  }

  .section7-header {
    height: 21.8em;
  }

  .button-3 {
    margin-top: 1em;
    font-size: 1.1em;
    line-height: 1.1;
  }

  .button-3.apply-btm {
    font-size: 1em;
  }

  .logo {
    width: 21.5em;
  }

  .arrow-new {
    width: 2.5em;
  }

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

  .aos-row {
    padding-left: 1em;
  }

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

  .section7-btn {
    width: 100%;
  }

  .section-3-5 {
    padding-bottom: 4rem;
  }

  .page-header {
    height: 12rem;
  }

  .page-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .page-content.padding-left {
    margin-top: 1em;
  }

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

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

  .h3-3.programs {
    font-size: 2em;
  }

  .programs-block-txt {
    margin-left: auto;
    margin-right: auto;
  }

  .programs-block {
    padding: 1em;
  }

  .programs-block.base {
    width: 90%;
    margin-left: auto;
  }

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

  .h5 {
    font-size: 1.2rem;
    font-weight: 800;
  }

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

  .page._2 {
    padding-bottom: 1em;
  }

  .schools-header-wrapper {
    margin-left: auto;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .h4.centered {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.1;
  }

  .programs-details {
    width: 100%;
    margin-left: auto;
    padding-top: 3em;
    padding-left: .4rem;
    padding-right: 1rem;
  }

  .hyperlink-2 {
    word-break: normal;
    display: inline;
  }

  .indent {
    padding-left: 0;
  }

  .on-campus {
    border-left-width: 7px;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .study-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .study-blk {
    border-left-width: 7px;
    margin-top: 1rem;
  }

  .study-blk.full {
    margin-top: 0;
  }

  .section.testimonial-section {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section.testimonial-section2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content-center.testimonial-wrapper._2 {
    width: 90%;
  }

  .testimonial-quote {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    padding-right: 2rem;
  }

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

  .card-new {
    width: 85%;
    height: 60%;
    max-height: 75%;
  }

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

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

  .h1-2 {
    font-size: 2.2rem;
    line-height: .9;
  }

  .study-intro, .employment-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }
}

#w-node-_18d587c6-02f7-1fd7-be9e-49f390ff1b10-97715fbd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18d587c6-02f7-1fd7-be9e-49f390ff1b22-97715fbd {
  grid-area: 2 / 1 / 3 / 2;
}

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

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-97715fbd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-97715fbd {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-427ef591 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-427ef591 {
  grid-area: 1 / 1 / 2 / 2;
}

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


