@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #036;
  --gold: #fc3;
  --white: white;
  --cyan: #007ea8;
  --transparent: transparent;
}

.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: Roboto, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

.p.content-titles {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

.p.location-intro {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.p.white {
  color: #fff;
  text-align: left;
  font-family: Roboto, Arial, sans-serif;
}

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

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

.p.white.testimonial-txt {
  text-align: center;
  width: 100%;
  font-size: 1.6em;
  display: block;
}

.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: var(--navy);
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.p.centered.callout {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5em;
}

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

.p.subheader.why-sub {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.p.subheader.sm-cnter {
  font-family: Roboto, Arial, sans-serif;
}

.p.step-subheader {
  color: var(--navy);
  margin-top: 1rem;
  font-size: 1.3em;
}

.p.img-caption-txt {
  color: var(--navy);
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
}

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

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

.img_cover.from-right {
  object-position: 100% 50%;
}

.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);
  cursor: pointer;
  border-radius: 3em;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

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

.button.apply {
  color: #002855;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, Arial, 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);
  width: 50%;
  color: var(--navy);
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, 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);
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 1;
}

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

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

.h3.white.centered {
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.2em;
}

.h3.sm-indent {
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.4em;
}

.h3.form {
  text-transform: none;
  font-size: 2.5em;
}

.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-family: Roboto, Arial, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.button-2.modal-open_btn {
  background-color: var(--gold);
  width: 100%;
  color: var(--navy);
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Roboto, Arial, 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 {
  border-radius: 10px 10px 0 0;
}

.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;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.grid-img.shorter {
  height: 20rem;
}

.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;
  border: 2px none var(--white);
  mix-blend-mode: normal;
  background-color: #003366e6;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4em;
  padding: 2em;
  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: #003366e6;
  border-radius: 0;
  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 2em;
  display: flex;
}

.form-embed {
  width: 100%;
  display: none;
}

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

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

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

.content {
  background-color: #0000;
}

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

.stats {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
}

.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_1support_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(--cyan);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.grid-block.txt.navy {
  background-color: var(--navy);
}

.h1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.location-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Roboto, Arial, sans-serif;
  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: #0000;
  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: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  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: Roboto, Arial, 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 {
  font-family: Roboto, Arial, sans-serif;
}

.h3-2.white.sm-centered.campus {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.h3-2.sm-cntr {
  text-align: center;
  text-transform: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.4em;
  font-weight: 900;
}

.stats-lrg {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

.stats-lrg.num {
  margin-bottom: 0;
  font-size: 2.3em;
}

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

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

.title_txt {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  background-color: #003366e6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 8rem;
  margin-bottom: 0;
  padding: 2.5rem 2rem 2rem;
  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 {
  width: auto;
  color: var(--navy);
  text-transform: uppercase;
  background-color: #ffcd00;
  border-radius: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.button-3.sm {
  border: 1px #000;
  font-family: Roboto, Arial, sans-serif;
  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: linear-gradient(180deg, transparent 57%, var(--navy) 86%);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 0;
}

.page-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  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: var(--cyan);
  background-image: none;
  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: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.logo-wrapper {
  flex: none;
  width: 88%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  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: #003366e6;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  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: Roboto, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1;
  display: flex;
}

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

.h4.yellow.campus-life {
  color: var(--white);
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.8em;
}

.h4.yellow.sm {
  font-family: Roboto, Arial, sans-serif;
  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.bold.sm-cntr {
  font-family: Roboto, Arial, sans-serif;
}

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

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

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.stat-blk {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--gold);
  background-color: var(--navy);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em 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);
  font-family: Roboto, Arial, sans-serif;
}

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

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

.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;
  border-left: 4px solid var(--gold);
  background-color: var(--navy);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
  flex-flow: column;
  display: flex;
}

.costs-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-left: 4px solid var(--gold);
  background-color: var(--navy);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 2em 2em 2.5em;
  display: flex;
}

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

.support-blk {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-left: 4px solid var(--gold);
  background-color: var(--navy);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 4em;
  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;
  border-left: 4px solid var(--gold);
  background-color: var(--navy);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.housing-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

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

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

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

.gold.title {
  font-size: 1.5rem;
}

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

.border-aqua.involved {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  border: 1px none 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(--cyan);
  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_1support_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(--cyan);
  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;
}

.cover-vid {
  pointer-events: auto;
  width: 100%;
  height: 100vh;
}

.reg {
  flex-flow: row;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
}

.reg.why {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 1em;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Roboto, Arial, sans-serif;
}

.black {
  font-weight: 900;
}

.transfer1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--transparent);
  flex-flow: column;
  width: 100%;
  padding: 0 2em 2.5em 0;
  display: flex;
}

.affordable1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--transparent);
  flex-flow: column;
  width: 100%;
  padding: 0 2em 2em 0;
  display: flex;
}

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

.step-block {
  border-left: 4px solid var(--gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  display: flex;
}

.step-block._2 {
  margin-top: 3rem;
}

.list-apply {
  padding-left: 14px;
}

.caps {
  text-transform: uppercase;
}

.h1-wrapper {
  border-top: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  display: none;
}

.affordable-graphic {
  background-color: #fff;
  width: 100%;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6 {
  color: var(--white);
}

.img-caption {
  border-top: 1px solid var(--navy);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 2em;
}

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

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

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

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

.form-container-2 {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.h3-3 {
  color: #05304f;
  font-family: Merriweather, serif;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 33px;
}

.contact-form-embed-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.button-4 {
  color: #fff;
  cursor: pointer;
  background-color: #a20b0b;
  border-radius: 3em;
  font-weight: 700;
}

.button-4:hover, .button-4:focus-visible, .button-4[data-wf-focus-visible] {
  background-color: #05304f;
}

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

.form-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.form-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-state {
  outline-offset: 0px;
  pointer-events: auto;
  -webkit-text-stroke-color: transparent;
  border: 1px #0000;
  outline: 3px #fff;
}

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

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

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

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

  .h3, .h3.sm-indent {
    font-size: 2.8em;
  }

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

  .section5-contents {
    width: 60%;
  }

  .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;
    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, .section7-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 {
    text-align: center;
  }

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

  .h3-2.sm-cntr {
    text-align: center;
    font-size: 2.8em;
  }

  .title_txt {
    margin-top: 10.3em;
    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 {
    width: 60%;
  }

  .logo-wrapper {
    width: 100%;
  }

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

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

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

  .transfer1, .affordable1 {
    width: 100%;
  }

  .step-block {
    width: 80%;
  }

  .img-caption {
    width: 100%;
  }

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

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

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

  .h3.sm-center {
    font-size: 2.8em;
  }

  .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: 85%;
    padding: 2em 1em 4em;
  }

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

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

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

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

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

  .home_content {
    background-color: var(--navy);
    position: static;
  }

  .stats {
    font-size: 1.2em;
  }

  .h1 {
    line-height: 1;
  }

  .section-1 {
    background-color: var(--navy);
    width: 100%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section7-txt {
    width: 100%;
  }

  .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;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 0;
    position: static;
  }

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

  .section7-header {
    flex: none;
  }

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

  .page-wrapper {
    padding-top: 6em;
    padding-bottom: 0;
  }

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

  .bg-mask-wrapper {
    margin-top: 100vh;
  }

  .page2 {
    margin-top: -18em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .page3 {
    margin-top: -13em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .gradient-btm {
    background-image: linear-gradient(0deg, var(--navy) 45%, #fff0);
  }

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

  .logo-wrapper {
    width: 53%;
  }

  .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;
    margin-top: 5px;
    display: flex;
  }

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

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

  .costs_1 {
    padding: 2em;
  }

  .support-blk {
    padding: 1em;
  }

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

  .cover-vid {
    height: 50vh;
    margin-top: 6rem;
  }

  .transfer1, .affordable1 {
    padding-right: 0;
  }

  .step-block {
    width: 90%;
  }

  .h1-wrapper {
    width: 43%;
    margin-top: 1rem;
    padding-top: 1rem;
  }

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

  .section7-form-2 {
    width: 80%;
  }
}

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

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

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

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

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

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

  .p.subheader.why-sub {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .p.sm-cntr {
    text-align: center;
  }

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

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

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

  .h3.sm-center {
    text-align: center;
    font-size: 2.6em;
  }

  .h3.sm-indent {
    text-align: center;
    padding-left: 0;
    font-size: 2.6em;
  }

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

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

  .location-stationary {
    opacity: 100;
    width: 85%;
    padding: 1em;
  }

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

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

  .stats {
    font-size: 1em;
  }

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

  .h3-2.sm-cntr {
    font-size: 2.6em;
    line-height: 1;
  }

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

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

  .title_txt {
    width: 77%;
    margin-top: 0;
  }

  .grid-base {
    width: 85%;
  }

  .section7-header {
    height: 18em;
  }

  .button-3.sm {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .logo-wrapper {
    width: 126%;
  }

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

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

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

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

  .support-blk {
    padding: 1em;
  }

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

  .border-aqua.involved {
    padding: 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;
  }

  .transfer1, .affordable1 {
    padding-right: 0;
  }

  .step-block {
    width: 100%;
    padding-left: 1rem;
  }

  .bold-text-10 {
    font-size: 1.3em;
  }

  .paragraph {
    text-align: center;
  }

  .img-caption {
    padding-bottom: 1em;
  }

  .italic-text {
    font-size: .9em;
  }

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

  .section7-form-2 {
    padding: 2em;
  }
}

#w-node-df1cd5bb-1d4c-aebe-e445-95289e2b0787-75383a45, #w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-75383a45 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}