:root {
  --navy: #002855;
  --gold: #ffcd00;
  --aqua: #6ecec1;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.p {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

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

.p.contents {
  color: #002855;
  padding-top: .75em;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.p.contact-title {
  color: var(--navy);
  font-size: 1.8em;
  font-weight: 700;
}

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

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

.p.location-intro {
  color: #fff;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 1.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, .p.white.testimonial-txt-copy {
  width: 100%;
  font-size: 1.6em;
  display: block;
}

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

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

.p.centered.location-title {
  color: #002855;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.p.centered.callout {
  font-size: 1.5em;
}

.p.subheader {
  color: var(--navy);
  font-size: 1.6em;
  font-weight: 700;
}

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

.nav {
  pointer-events: none;
  display: flex;
}

.icon-line {
  background-color: #333;
  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: #002855;
  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;
  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;
  position: fixed;
}

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

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

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

.button.apply {
  color: #002855;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button.apply:hover {
  background-color: var(--gold);
}

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

.button.download {
  background-color: var(--gold);
  color: var(--navy);
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: neusa-next-std-wide, sans-serif;
  display: flex;
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #002855;
  background-color: #ffcd00;
  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;
}

.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(--navy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.safari-step {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  width: 79%;
  display: flex;
}

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

.step-number._1 {
  width: 40%;
}

.h3 {
  color: var(--navy);
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 33px;
}

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

.h3.white {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2;
}

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

.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 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  display: flex;
}

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

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

.add-img {
  border-radius: 10px;
  width: 100%;
  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: #002855;
  background-color: #ffcd00;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  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 {
  color: #333;
  background-color: #fff;
}

.button-2.modal-open_btn {
  background-color: var(--gold);
  color: var(--navy);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: .9em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2.modal-open_btn:hover {
  color: #333;
  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;
  pointer-events: auto;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

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

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

.content-overlay {
  z-index: 2;
  pointer-events: auto;
  background-color: #0000005e;
  border: 8px solid #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: auto;
  margin-top: 8em;
  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 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  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: flex-start;
  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: #000000db;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4em;
  padding: 2em 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: #000000db;
  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 {
  font-size: 2em;
}

.testimonial-img {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 11px #fff;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  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: 100%;
  display: flex;
}

.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;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 4em 4em 4em 2em;
  display: flex;
}

.form-embed {
  width: 100%;
}

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

.home_content {
  z-index: 1;
  pointer-events: auto;
  background-color: #fff0;
  background-image: linear-gradient(#002855cc, #002855cc);
  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;
  display: flex;
  position: sticky;
  top: 0;
}

.stats {
  color: var(--navy);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: neusa-next-std, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.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: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

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

.grid-block.txt {
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.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;
  background-color: var(--navy);
  pointer-events: auto;
  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 4em;
  display: flex;
}

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

.section-bg-video {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.footer {
  z-index: 4;
  background-color: var(--navy);
  pointer-events: auto;
  width: 100%;
  height: auto;
  padding-bottom: 4em;
  position: relative;
}

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

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

.grid-txt {
  color: #fff;
  text-align: left;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2;
}

.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: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 14em;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.h3-2 {
  color: var(--navy);
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 2.3em;
  line-height: 1.2;
}

.h3-2.white {
  color: #fff;
  margin-top: 0;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 2.3em;
}

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

.h3-2.white.sm-centered.campus {
  color: var(--gold);
}

.stats-lrg {
  color: var(--navy);
  text-align: center;
  font-family: neusa-next-std, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

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

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

.title_txt {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 13.4em;
  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: 32em;
  position: sticky;
  top: 0;
}

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

.button-3 {
  color: #002855;
  text-transform: uppercase;
  background-color: #ffcd00;
  border-radius: 0;
  width: auto;
  font-family: neusa-next-std-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.button-3.sm {
  border: 1px #000;
  font-size: 1rem;
}

.button-3.admissions {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.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: 90%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 4em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

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

.page-wrapper {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 12em;
}

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

.page-content.centered {
  justify-content: flex-start;
  align-items: center;
}

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

.page-header.support {
  width: 100%;
}

.page-header.scholarships {
  height: auto;
}

.bg-mask-wrapper {
  z-index: 4;
  background-color: #002855;
  background-image: linear-gradient(45deg, #2270a5, var(--navy) 26%);
  width: 100%;
  position: relative;
  overflow: clip;
}

.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: 90%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 4em 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 20px 0 0;
  flex-flow: column;
  width: 90%;
  height: auto;
  min-height: auto;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 4em 20em;
  display: flex;
  position: relative;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -4px 10px 5px #0003;
}

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

.page3.np-btm-margin {
  padding-bottom: 8em;
}

.gradient-btm {
  background-image: linear-gradient(0deg, var(--navy), #fff0);
  width: 100%;
  height: 8em;
  position: absolute;
  inset: auto 0% 0%;
}

.section7-txt-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.logo-wrapper {
  width: 38%;
  height: auto;
  position: static;
}

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

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

.section2s-contents {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #002855de;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2em;
  display: flex;
  position: absolute;
}

.section2s-grid-wrapper {
  z-index: 3;
  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%;
}

.section2s-grid-base {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 4em 4em 6em;
  display: flex;
}

.section2s-content-center {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h4 {
  color: var(--navy);
  justify-content: center;
  align-items: center;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 2.2em;
  line-height: 1;
  display: flex;
}

.h4.yellow {
  color: var(--gold);
}

.h4.yellow.campus-life, .h4.yellow.sm {
  font-size: 1.8em;
}

.h4.yellow.sm.left {
  justify-content: flex-start;
  align-items: center;
}

.h4.bold {
  font-weight: 700;
}

.h4.bold.safety {
  text-align: center;
}

.h4.skiplink {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2em;
}

.stat-blk {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--gold);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.name {
  text-transform: uppercase;
  font-size: .8em;
}

.why-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 3px none var(--navy);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 2em;
  display: flex;
}

.hyperlink {
  color: var(--navy);
  text-underline-offset: .2px;
  -webkit-text-decoration-color: var(--gold);
  text-decoration-color: var(--gold);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  background-color: #0000;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.hyperlink:hover, .hyperlink:focus-visible, .hyperlink[data-wf-focus-visible] {
  background-color: var(--gold);
}

.hyperlink.white {
  color: #fff;
  text-underline-offset: .5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gold);
  text-decoration-color: var(--gold);
  text-underline-position: under;
  line-height: 1.7;
  text-decoration-thickness: 2px;
}

.hyperlink.white:hover, .hyperlink.white:focus-visible, .hyperlink.white[data-wf-focus-visible] {
  color: var(--navy);
}

.hyperlink.on-gold {
  -webkit-text-decoration-color: var(--navy);
  text-decoration-color: var(--navy);
}

.hyperlink.on-gold:hover {
  border: 1px none var(--navy);
  padding-left: 5px;
  padding-right: 5px;
}

.hyperlink.on-gold:focus-visible, .hyperlink.on-gold[data-wf-focus-visible] {
  border-style: solid;
  border-width: 3px 3px 3px 8px;
  border-color: var(--navy);
}

.bold-text, .bold-text-2 {
  color: var(--navy);
}

.why-2 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  margin-top: 1em;
  padding: 1em 0 0;
  display: flex;
}

.list {
  padding-left: 10px;
}

.list.white {
  color: #fff;
}

.list.white.grad {
  width: 100%;
}

.why1-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.why2-img {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  max-height: 38em;
  margin-left: auto;
  display: flex;
}

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

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

.why2-img-wrapper {
  width: 50%;
}

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

.programs-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 2em 2em 2.5em;
  display: flex;
}

.costs_1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.costs_2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.costs-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 33%;
  padding: 2em 2em 2.5em;
  display: flex;
}

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

.support-blk {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 50%;
  padding: 2em;
  display: flex;
}

.housing-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.housing-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2em;
  display: flex;
}

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

.bold-text-3 {
  line-height: 1.1;
}

.safety-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-filler-txt {
  text-align: center;
}

.form-filler {
  width: 80%;
}

.support-rows-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 8px none var(--aqua);
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.underline-h1 {
  flex: none;
  width: 22.5rem;
}

.gold {
  color: var(--gold);
}

.border-aqua {
  border: 2px solid var(--aqua);
  padding: 2em;
}

.button-outline {
  border: 1px solid var(--gold);
  padding: 4px;
}

.button-outline.blue {
  border-color: var(--navy);
}

.button-outline.white {
  border-color: #fff;
}

.heading-underline-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-underline {
  width: 27.2em;
  margin-left: -1em;
}

.border-blue {
  width: 3em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.location-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.skip-link {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  margin-top: -100%;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.skip-link.w--current {
  margin-top: -100%;
}

.skip-link.w--current:focus-visible, .skip-link.w--current[data-wf-focus-visible] {
  margin-top: 0%;
}

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

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

.bg-mask-wrapper-lm {
  z-index: 4;
  background-color: #002855;
  background-image: linear-gradient(45deg, #2270a5, var(--navy) 26%);
  width: 100%;
  position: relative;
  overflow: clip;
}

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

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

.home_content-lm {
  z-index: 1;
  pointer-events: auto;
  background-color: #fff0;
  background-image: linear-gradient(#002855cc, #002855cc);
  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%;
}

.title_txt-lm {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 13.4em;
  margin-bottom: 0;
  display: flex;
  position: fixed;
}

.logo-wrapper-lm {
  width: 38%;
  height: auto;
  position: static;
}

.h1-lm {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.underline-h1-lm {
  flex: none;
  width: 22.5rem;
}

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

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

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

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

.section2s-contents-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #002855de;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2em;
  display: flex;
  position: absolute;
}

.border-aqua-lm {
  border: 2px solid var(--aqua);
  padding: 2em;
}

.section2s-grid-wrapper-lm {
  z-index: 3;
  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%;
}

.section2s-grid-base-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 4em 4em 6em;
  display: flex;
}

.section2s-content-center-lm {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.page3-lm.np-btm-margin {
  padding-bottom: 8em;
}

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

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

.page3-copy-copy.np-btm-margin {
  padding-bottom: 8em;
}

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

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

.page3-copy.np-btm-margin, .page3-copy.np-btm-margin-copy {
  padding-bottom: 8em;
}

.grid-lm {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2em;
}

.programs-block-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--navy);
  background-image: url('../images/support_gridbg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 2em 2em 2.5em;
  display: flex;
}

.costs_2-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.support-rows-wrapper-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 8px none var(--aqua);
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

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

.safety-1-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section5-contents-lm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: normal;
  background-color: #000000db;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4em;
  padding: 2em 4em;
  display: flex;
  position: absolute;
}

.stat-blk-lm {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--gold);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

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

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

  .p.white.testimonial-txt, .p.white.testimonial-txt-copy {
    text-align: center;
    width: 100%;
  }

  .p.subheader.why-sub, .p.subheader.sm-cnter {
    text-align: center;
  }

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

  .content-overlay {
    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;
  }

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

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

  .card-img {
    width: 100%;
  }

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

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

  .location-stationary {
    background-color: #0000009e;
    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;
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .home_content {
    padding-left: 0;
  }

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

  .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.white.sm-centered, .h3-2.sm-cntr {
    text-align: center;
  }

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

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

  .grid-base {
    width: 70%;
  }

  .button-3 {
    font-size: 1rem;
  }

  .button-3.sm {
    text-align: center;
  }

  .page-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 3em;
  }

  .page-header {
    height: 20em;
  }

  .section7-txt-btn, .logo-wrapper {
    width: 60%;
  }

  .section2s-grid-base {
    width: 70%;
    padding-bottom: 2em;
  }

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

  .why-1 {
    width: 100%;
  }

  .why1-wrapper {
    flex-flow: column;
  }

  .why2-img {
    width: 100%;
    max-height: none;
  }

  .programs-1, .why2-imgs {
    flex-flow: column;
  }

  .why2-img-wrapper {
    width: 100%;
  }

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

  .costs_1 {
    padding-bottom: 4em;
  }

  .costs_2 {
    flex-flow: column;
  }

  .costs-block {
    width: 100%;
  }

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

  .support-blk, .housing-block {
    width: 100%;
  }

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

  .home_content-lm {
    padding-left: 0;
  }

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

  .logo-wrapper-lm {
    width: 60%;
  }

  .section2s-grid-base-lm {
    width: 70%;
    padding-bottom: 2em;
  }

  .grid-lm {
    flex-flow: column;
    display: flex;
  }

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

  .costs_2-lm, .housing-row-lm {
    flex-flow: column;
  }
}

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

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

  .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: .2em;
    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;
  }

  .tabs-panel {
    width: 8.4em;
  }

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

  .section-4 {
    padding-top: 12em;
  }

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

  .section7-content {
    width: 80%;
    padding: 2em 2em 4em;
  }

  .section5-contents {
    width: 64%;
    padding-left: 3em;
    padding-right: 3em;
  }

  .location-stationary {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: #000;
    width: 65%;
    padding: 2em;
  }

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

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

  .testimonial {
    padding-top: 2em;
    padding-bottom: 12em;
  }

  .stats {
    font-size: 1.2em;
  }

  .h1 {
    font-size: 5em;
    line-height: 1;
  }

  .section7-txt {
    width: 90%;
  }

  .footer {
    padding-bottom: 12em;
  }

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

  .h3-2.white.centered {
    font-size: 2em;
  }

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

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

  .title_txt {
    justify-content: flex-start;
    align-items: center;
  }

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

  .page-wrapper {
    padding-bottom: 0;
  }

  .page-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .page2 {
    margin-top: -18em;
  }

  .page3 {
    margin-top: -13em;
  }

  .page3.np-btm-margin {
    padding-bottom: 4em;
  }

  .section7-txt-btn {
    width: 80%;
  }

  .logo-wrapper {
    width: 89%;
  }

  .section2s-contents {
    width: 64%;
  }

  .section2s-grid-base {
    width: 80%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .h4.bold.sm-cntr {
    text-align: center;
  }

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

  .why-1 {
    padding-top: 0;
  }

  .why-2 {
    padding-bottom: 2em;
  }

  .costs_1, .safety-1 {
    padding: 2em;
  }

  .bold-text-4 {
    font-size: .8em;
  }

  .underline-h1 {
    width: 20rem;
    margin-top: 10px;
  }

  .border-blue {
    width: 0;
  }

  .location-txt {
    justify-content: center;
    align-items: center;
  }

  .title_txt-lm {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-wrapper-lm {
    width: 89%;
  }

  .h1-lm {
    font-size: 5em;
    line-height: 1;
  }

  .section2s-contents-lm {
    width: 64%;
  }

  .section2s-grid-base-lm {
    width: 80%;
  }

  .page2-lm {
    margin-top: -18em;
  }

  .page3-lm, .page3-copy, .page3-copy-copy, .page3-copy {
    margin-top: -13em;
  }

  .grid-lm {
    flex-flow: column;
    display: flex;
  }

  .safety-1-lm {
    padding: 2em;
  }

  .section5-contents-lm {
    width: 64%;
    padding-left: 3em;
    padding-right: 3em;
  }
}

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

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

  .p.white.testimonial-txt, .p.white.testimonial-txt-copy, .p.centered.callout {
    font-size: 1.3em;
  }

  .p.subheader.why-sub {
    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;
  }

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

  .img_cover.campus {
    object-position: 37% 50%;
  }

  .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.white.centered {
    font-size: 2em;
  }

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

  .h3.sm-indent {
    text-align: left;
    padding-left: 1em;
  }

  .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-left: 2em;
    padding-right: 2em;
  }

  .section5-contents {
    background-color: #000000db;
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .location-stationary {
    opacity: 100;
    background-color: #000000d6;
    width: 85%;
    padding: 2em;
  }

  .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: 6em;
    height: 6em;
  }

  .testimonial-txt {
    width: 100%;
  }

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

  .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: 1em;
  }

  .h1 {
    font-size: 3em;
  }

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

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

  .h3-2.white.centered {
    font-size: 1.7em;
  }

  .h3-2.sm-cntr {
    line-height: 1;
  }

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

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

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

  .grid-base {
    width: 85%;
  }

  .section7-header {
    height: 18em;
  }

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

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

  .page-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
    padding-top: 2em;
  }

  .page-header, .page-header.scholarships {
    height: 12.7em;
  }

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

  .page2, .page3 {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section7-txt-btn {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .section2s-contents {
    width: 85%;
    padding: 1em;
  }

  .section2s-grid-base {
    width: 85%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .h4.bold.safety {
    font-size: 1.6em;
  }

  .why-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .why1-wrapper {
    padding-bottom: 2em;
  }

  .programs-1.top {
    margin-top: 0;
  }

  .underline-h1 {
    width: 13.1rem;
    margin-top: 1em;
  }

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

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

  .h1-lm {
    font-size: 3em;
  }

  .underline-h1-lm {
    width: 10rem;
    margin-top: 10px;
  }

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

  .section2s-grid-base-lm {
    width: 85%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-lm, .page2-lm, .page3-lm, .page3-copy, .page3-copy-copy, .page3-copy {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section5-contents-lm {
    background-color: #000000db;
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }
}

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

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

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

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

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

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

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

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


