:root {
  --white: white;
  --white-smoke: #f2f2f4;
  --map-transparent: #f2efe9c2;
  --text-black: #333;
  --uk-blue: #0033a0;
  --black: black;
  --uk-cyan: #1897d4;
  --disabled: #b3b3b3;
  --plattsburgh-red: #c6202f;
  --cardinal: #9d2235;
  --lt-gray: #eeeceb;
  --midnight-blue: #202c5f;
  --dark-slate-grey: #0f4f6b;
  --chocolate: #ca6a29;
  --dark-olive-green: #707a33;
  --steel-blue: #037797;
  --teal: #3f7f7f;
  --maroon: #611327;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  width: 100%;
}

.section.why {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.city {
  height: 56.7em;
  margin-top: 2em;
  position: relative;
}

.section.top5 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.academic {
  height: 52.2em;
  margin-top: 2em;
  position: relative;
}

.section.tour {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10em;
}

.section.campus {
  background-color: var(--white-smoke);
  padding-top: 4em;
}

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

.section.orgs {
  height: 52.2em;
  padding-top: 8em;
  padding-bottom: 20em;
}

.section.community {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.section.diversity {
  padding-bottom: 10em;
}

.section.razorback {
  background-color: var(--white);
  flex-direction: column;
  width: 70%;
  height: auto;
  margin-bottom: 10em;
  padding-top: 3em;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  top: 70%;
  box-shadow: 1px 1px 5px #00000078;
}

.section.campus {
  background-color: var(--white);
  margin-top: -17.5em;
  padding-top: 8em;
  padding-bottom: 4em;
}

.section.scholarships {
  background-color: var(--white);
  margin-top: -17.5em;
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.lex {
  background-color: #0000;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.lex.lex2 {
  z-index: 2;
  background-color: var(--map-transparent);
  position: relative;
}

.section.scroll {
  background-color: var(--white);
  padding-top: 0;
}

.section.scroll.lex2 {
  z-index: 2;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.sl {
  background-color: var(--white);
  margin-top: -12.6em;
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.info-hero {
  height: 28em;
}

.section.inquiry {
  background-color: var(--white);
  height: auto;
  padding-top: 4em;
  padding-bottom: 10em;
}

.section.state {
  z-index: 1;
  height: 100vh;
  position: fixed;
  right: 25%;
}

.section.map1 {
  z-index: 550;
  flex: none;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 5em;
}

.section.locations-intro {
  background-color: #f2efe9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.main {
  z-index: 500;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: 100%;
  margin-bottom: 4em;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: 0% 0% 4em;
}

.main.margin-btm {
  padding-bottom: 10em;
}

.quicklinks_list {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.quicklinks_li {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quicklinks_li:hover {
  background-color: #0000;
  border-bottom: 1px #dbdbdb;
}

.quicklinks_li:focus {
  background-color: #0000;
}

.quicklinks_li:focus-visible {
  border: 2px #ec1313;
}

.quicklinks_li[data-wf-focus-visible] {
  border: 2px #ec1313;
}

.quicklinks_li.disabled {
  display: none;
}

.quicklink {
  color: #0057b7;
  text-align: center;
  padding: .5em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

.quicklink:hover {
  text-decoration: underline;
}

.quicklink.home {
  color: var(--text-black);
  font-family: Nunito Sans, sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-decoration: underline;
}

.skiplink_a {
  opacity: 1;
  color: #0057b7;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.skiplink_a:focus-visible {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a.w--current {
  background-color: var(--white);
  color: var(--text-black);
  text-align: left;
}

.img_contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  display: block;
}

.img_contain.play {
  width: 60%;
}

.social_wrapper {
  z-index: 500;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--uk-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.nav_list {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-height: 90%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.nav_li {
  text-align: left;
  min-height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  overflow: visible;
}

.my-container {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.my-container.home {
  flex-direction: row;
  justify-content: flex-start;
  width: 75%;
  margin-top: 0;
}

.welcome {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 63%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
}

.img_cover {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.img_cover.a-bg {
  object-position: 0% 0%;
}

.img_cover.why, .img_cover.from-bottom, .img_cover.sl {
  object-position: 50% 100%;
}

.img_cover.meet {
  height: 52.9em;
}

.video_wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 89%;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.video_thumbnail {
  z-index: 550;
  border: 4px none var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: 0%;
  display: none;
  position: static;
}

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

.social_embed:hover {
  border: 1px none var(--white);
}

.social_link {
  border: 1px #000;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin-right: 0;
}

.social_link:hover {
  border: 2px solid var(--white);
}

.animation_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: auto;
  margin-top: 0;
  display: none;
  position: absolute;
  bottom: 6.1em;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.lang_menu {
  z-index: 200;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: none;
  position: relative;
  bottom: 0;
}

.lang_link {
  color: var(--black);
  margin-right: 1em;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.lang_text {
  color: var(--black);
  margin-right: 1em;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  position: static;
}

.skiplink_wrapper {
  z-index: 550;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 25vw;
}

.select-lang_wrapper {
  z-index: 550;
  background-color: #0000;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  background-color: var(--white);
  opacity: 1;
  color: var(--text-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.select-lang_a:focus-visible {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a.w--current {
  color: var(--white);
  text-align: left;
}

.page-nav_wrapper {
  z-index: 450;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 1em;
  display: flex;
  position: static;
  right: 25vw;
}

.nav-back {
  background-color: var(--uk-cyan);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back:hover {
  background-color: var(--uk-blue);
}

.nav-back:focus-visible {
  background-color: var(--uk-blue);
}

.nav-back[data-wf-focus-visible] {
  background-color: var(--uk-blue);
}

.nav-back.disabled {
  background-color: var(--disabled);
  cursor: not-allowed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back.disabled:hover {
  background-color: #b3b3b3;
}

.nav-next {
  background-color: var(--uk-cyan);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 0 2px 2px;
  display: flex;
}

.nav-next:hover {
  background-color: var(--uk-blue);
}

.nav-next:focus-visible {
  background-color: var(--uk-blue);
}

.nav-next[data-wf-focus-visible] {
  background-color: var(--uk-blue);
}

.nav-next.disabled {
  background-color: var(--disabled);
  cursor: not-allowed;
}

.footer_wrapper {
  z-index: 550;
  background-color: var(--uk-cyan);
  justify-content: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 6px #00000069;
}

.welcome_embed {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.close_btn {
  z-index: 21;
  cursor: pointer;
  background-color: #af272f;
  width: 1.5em;
  height: 1.5em;
  display: none;
  position: absolute;
  inset: 10em 10em auto auto;
}

.modal-component {
  z-index: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-component.play-welcome {
  z-index: 550;
  display: none;
  position: static;
  top: auto;
  bottom: auto;
  right: auto;
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

.button.modal-open_btn {
  background-color: #af272f;
  padding: 1em 3em;
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 1em;
}

.button.modal-open_btn.play-welcome {
  background-color: #0057b7;
  border-radius: .5em;
  padding: .5em 3em;
  font-size: 1.7em;
  font-weight: 700;
  box-shadow: 1px 1px 12px #00000040;
}

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  background-color: #af272f;
}

.button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  background-color: var(--white);
  color: var(--uk-blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  font-weight: 900;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: var(--white);
  color: var(--uk-cyan);
}

.button.modal-open_btn2.subscribe-home {
  background-color: var(--white);
  color: var(--uk-blue);
  margin-left: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  font-weight: 900;
}

.button.modal-open_btn2.subscribe-home:hover, .button.modal-open_btn2.subscribe-home:focus {
  background-color: var(--white);
  color: var(--uk-cyan);
}

.button.subscribe {
  background-color: #af272f;
  margin-top: 0;
  font-family: urw-din-semi-condensed, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.button.modal-open_btn {
  background-color: #0057b7;
  border-radius: .5em;
}

.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;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper.play-welcome {
  width: 75vw;
  display: none;
}

.modal-wrapper.subscribe {
  width: 75vw;
  padding-top: 8em;
  display: none;
  overflow: auto;
}

.modal-wrapper.subscribe-home {
  width: 75vw;
  padding-top: 8em;
  display: flex;
  overflow: auto;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 1em;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container.play-welcome {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  height: 36vw;
  margin-top: 13vh;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.modal-container.subscribe, .modal-container.subscribe-home {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  height: 60vh;
  max-height: 55vh;
  margin-top: 0;
  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;
}

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

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

.nav-menu {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-height: 75vh;
  padding-left: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.menu-button-2 {
  display: none;
}

.navbar {
  background-color: var(--uk-blue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 25vw;
  height: 100vh;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 20px #3333338a;
}

.nav-container {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90%;
  font-family: urw-din-semi-condensed, sans-serif;
  display: flex;
  overflow: auto;
}

.contents_title-2 {
  outline-offset: 0px;
  text-transform: none;
  border: 1px #fff;
  border-bottom-width: 2px;
  outline: 3px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin: 2em auto 1em;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  white-space: pre-line;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}

.nav_link-2:hover {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--white);
  padding-left: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.nav_link-2:focus-visible {
  font-weight: 700;
}

.nav_link-2[data-wf-focus-visible] {
  font-weight: 700;
}

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.ql_bar {
  z-index: 700;
  background-color: var(--white);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 65vw;
  height: auto;
  margin-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: 2em;
  left: 5%;
  right: auto;
  box-shadow: 1px 1px 12px #0000003d;
}

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.subscribe_text {
  margin-bottom: 1em;
}

.mobile-social_bar {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #0057b7;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.mobile-social {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--plattsburgh-red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.bg {
  z-index: 0;
  background-color: #0000;
  height: 76vh;
  position: absolute;
  inset: 0%;
}

.bg.home {
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  right: 25vw;
}

.bg.why {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.bg._100 {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 55vh;
  display: flex;
  position: relative;
}

.bg._100.fixed {
  width: 75vw;
  position: fixed;
  right: 25vw;
}

.modal-close_btn2 {
  z-index: 10;
  color: #000;
  cursor: pointer;
  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_btn2:hover {
  color: #444;
}

.nav-shadow {
  z-index: 3;
  background-image: linear-gradient(#00000052, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.top10-card {
  background-color: #fff;
  border-radius: 1em;
  width: 70%;
  height: 30em;
  margin-bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10em;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000026;
}

.brand, .brand.w--current {
  width: 75%;
  margin-top: 1em;
}

.video {
  height: auto;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  padding: 0;
  display: flex;
}

.arrow.next {
  padding-left: .5em;
  padding-right: .25em;
}

.arrow.down {
  background-color: #0000;
  transform: rotate(-90deg);
}

.content_wrapper {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0%;
  padding: 2em;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.content_wrapper.title {
  width: 70%;
}

.content_wrapper.title.why {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border: 1px #ffffff7a;
  flex-direction: column;
  width: 56%;
  margin: 0 auto 2em;
  display: flex;
  position: static;
  top: auto;
  right: auto;
}

.content_wrapper.white {
  background-color: var(--white);
}

.content_wrapper.white.city {
  position: absolute;
}

.content_wrapper.funding-title {
  background-color: var(--white);
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  inset: 36% auto auto 15%;
}

.content_wrapper.intl-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white-smoke);
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  padding: 3em;
}

.content_wrapper.intl-support {
  justify-content: flex-end;
  height: 84%;
  margin-top: 6em;
  margin-right: 15%;
  padding: 0 .5em 8em;
  position: absolute;
}

.content_wrapper.housing-title {
  background-color: var(--white);
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  inset: 36% auto auto 34%;
}

.a_h1 {
  font-family: Lato, sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.a_h1.white {
  color: var(--white);
  font-size: 2.3em;
  font-weight: 700;
}

.a_h1.red {
  color: var(--cardinal);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.7em;
  line-height: .9;
  display: block;
}

.a_h1.red.centered {
  text-align: center;
}

.a_h1.red.funding {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
}

.mkshake {
  font-family: Milkshake;
  font-size: 1.6em;
  line-height: .9;
}

.mkshake._1-4 {
  margin-right: .125em;
  font-size: 1.4em;
}

.wrapper_line {
  border-bottom: 1px solid var(--text-black);
  padding-bottom: 1em;
}

.why-title.bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.a_p {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}

.a_p.white {
  color: var(--white);
  font-weight: 400;
}

.a_p._1em {
  font-size: 1em;
  line-height: 1.3;
}

.a_p._9 {
  font-size: .9em;
}

.a_p._9.italic {
  font-style: italic;
}

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

.video-modal_wrapper {
  justify-content: center;
  align-items: center;
  width: 12.3em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.button-2 {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-2.modal-open_btn {
  border: 1px solid var(--white);
  background-color: #0000;
  padding: 10px;
}

.button-2.modal-open_btn.why-video {
  color: var(--text-black);
  border-style: none;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.modal-wrapper-2 {
  z-index: auto;
  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: auto;
  display: none;
  position: fixed;
  inset: 0 25vw 0 0;
  overflow: auto;
}

.modal-container-2 {
  z-index: 500;
  background-color: #fff;
  width: 87%;
  max-width: 1100px;
  height: 75%;
  margin: 7em auto 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-icon {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: .5em .25em .5em .5em;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.hero.centered {
  flex-direction: row;
  width: 70%;
  margin-top: 7em;
  display: flex;
}

.hero.centered.vert {
  z-index: 6;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 8em;
  position: relative;
}

.hero._38-5 {
  width: 100%;
  height: 38.5em;
}

.hero._38-5.relative {
  height: 43em;
  position: relative;
}

.hero._38-5.relative.sl {
  height: 40.6em;
}

.hero._38-5.relative.lex-hero {
  z-index: 2;
}

.hero._38-5.safety {
  height: 33.2em;
}

.hero._32.relative.apply {
  height: 30.7em;
}

.hero._32 {
  width: 100%;
  height: 38.5em;
}

.hero._32.relative {
  height: 34em;
  position: relative;
}

.hero._32.relative.admissions {
  height: 65vh;
}

.city-title-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  height: 30.3em;
  display: flex;
}

.city-title-bottom {
  background-color: var(--cardinal);
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.city-title-l {
  width: 40%;
  height: 100%;
}

.city-title-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.city-r-top {
  width: 100%;
  height: 55%;
  position: relative;
}

.city-r-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  height: 42%;
  display: flex;
}

.c-r-b-l, .c-r-b-r {
  width: 50%;
  height: 100%;
}

.city-caption {
  padding-top: 7%;
  position: absolute;
  inset: 0%;
}

.us-map {
  width: 57%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.down.campus {
  margin-top: 2em;
  position: static;
  inset: auto 0% 0%;
}

.down.campus._2 {
  display: none;
}

.down.city-end {
  position: absolute;
  inset: auto 0% 21%;
}

.down.funding {
  position: absolute;
  bottom: 2em;
}

.down.why {
  z-index: 555;
  margin-bottom: 0;
  position: relative;
}

.down-btn {
  z-index: 555;
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 3px 2px 2px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #0000003b;
}

.down-btn:hover {
  background-color: var(--white-smoke);
  box-shadow: 2px 2px 7px #000000ad;
}

.down-btn:focus-visible {
  background-color: var(--white-smoke);
  box-shadow: 2px 2px 7px #000000ad;
}

.down-btn[data-wf-focus-visible] {
  background-color: var(--white-smoke);
  box-shadow: 2px 2px 7px #000000ad;
}

.steps-left {
  flex: 0 auto;
  align-self: auto;
  width: 40%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  position: sticky;
  top: 140px;
}

.left-content {
  background-color: var(--cardinal);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1em;
  display: flex;
  position: sticky;
  top: 20%;
  left: auto;
  box-shadow: 1px 1px 7px #0000004a;
}

.steps-right {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.step-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 110px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.step-content.disable {
  display: none;
}

.top10_img {
  border-radius: 1em;
  width: 85%;
  height: 17.1em;
  margin-left: auto;
  overflow: hidden;
}

.img_cover-2 {
  opacity: 1;
  object-fit: cover;
  object-position: 1% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.top10_header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.number_wrapper {
  background-color: var(--cardinal);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-left: 0;
  display: flex;
}

.top10_text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  margin-top: 1em;
  margin-left: auto;
  padding-right: .8em;
  display: flex;
}

.number {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
}

.a_h3 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.a_h3.white {
  color: var(--white);
}

.a_h3.smaller {
  font-size: 1.4em;
}

.a_h3.smaller.white {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
}

.a_h2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 2em;
}

.a_h2.white {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  line-height: 1.3;
}

.a_h2.red {
  color: var(--cardinal);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 900;
}

.a_link {
  color: var(--text-black);
  font-weight: 700;
  text-decoration: underline;
}

.a_link.white {
  color: var(--white);
  font-style: normal;
  font-weight: 700;
}

.a_link.blk {
  font-weight: 900;
}

.a_link.redd {
  color: var(--cardinal);
  font-weight: 900;
}

.center-contain {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.center-contain.intl {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
}

.center-contain.orgs {
  flex-direction: row;
}

.center-contain.community {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 5em;
  position: absolute;
  inset: 11.4em 0% auto;
}

.center-contain.safety {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.center-contain.why {
  margin-top: 6em;
  margin-bottom: 6em;
  position: absolute;
  inset: 0% 0% auto;
}

.center-contain.kw {
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 4em;
}

.center-contain.campus {
  background-color: var(--white);
  flex-direction: column;
  width: 80%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.center-contain.navy {
  background-color: #202c5f;
  padding: 4em;
}

.center-contain.navy.tour {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
}

.center-contain.scholarships {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  width: 75%;
  padding: 3em;
  box-shadow: 1px 1px 6px #00000024;
}

.center-contain.lex {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  margin-top: -20.7em;
  padding: 3em;
  box-shadow: 1px 1px 6px #00000024;
}

.center-contain.sticky {
  align-items: flex-start;
  width: 70%;
  height: 100%;
}

.center-contain.academics {
  z-index: 10000;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: stretch;
  padding-top: 4em;
  padding-bottom: 10em;
  position: static;
}

.center-contain.sl {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  padding: 3em;
  box-shadow: 1px 1px 6px #00000024;
}

.wrapper.white {
  background-color: var(--white);
  width: 100%;
  padding: 2em;
}

.wrapper.white.intl-support {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.wrapper.razorback-txt {
  margin-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.spacer {
  width: 100%;
  height: 4.1em;
  padding-top: 1.1em;
  padding-bottom: 2em;
}

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

.overlap.horizontal {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.overlap.horizontal.sl {
  flex-direction: column;
}

.overlap_img {
  width: 100%;
  height: 49.6em;
}

.red {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.intl-ug-txt {
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.i-u-t-l, .i-u-t-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 43%;
  display: flex;
}

.funding-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.intl-ug-link {
  background-color: var(--cardinal);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.i-g-t-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--cardinal);
  flex-direction: column;
  width: 43%;
  padding: 2em;
  display: flex;
}

.intl-g-bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.intl-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.orgs-l {
  width: 51%;
  height: 100%;
}

.orgs-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 40%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.why-shade {
  background-image: linear-gradient(to top, #0000005c, #0000);
  width: 100%;
  height: 68%;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonials {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

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

.test-img {
  width: 40%;
}

.test-txt {
  background-color: var(--cardinal);
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 2em;
  display: flex;
}

.diversity-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--white-smoke);
  width: 100%;
  padding: 3em;
  display: flex;
}

.diversity-left {
  width: 40%;
}

.diversity-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.rz-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 48%;
  display: flex;
}

.rz-right {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  width: 57%;
  margin-bottom: 3em;
  padding: 1em 0 2em 1em;
  display: flex;
}

.a_list {
  padding-left: 20px;
}

.rz-right-top {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 1em 0 2em 2em;
  display: flex;
}

.rz-l-top {
  height: 42%;
}

.rz-deadlines {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--cardinal);
  flex-direction: column;
  height: auto;
  padding: 5em 2em;
  display: flex;
}

.vid {
  background-color: var(--text-black);
  width: 100%;
  height: 100%;
}

.vid_embed {
  width: 100%;
  height: 100%;
}

.text-span {
  color: var(--white);
}

.uk_h1 {
  color: var(--uk-blue);
  font-family: Nunito Sans, sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.uk_h1.centered {
  text-align: center;
  font-size: 2.8em;
  line-height: 1.1;
}

.uk_h1.centered.white {
  color: var(--white);
  text-shadow: 0 1px 3px #000000a1;
  line-height: 1.3;
}

.uk_p {
  font-family: Nunito Sans, sans-serif;
  line-height: 1.4;
}

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

.uk_p.centered.map {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1;
}

.uk_p.callout {
  font-size: 1.2em;
  font-weight: 400;
}

.uk_p.white {
  color: var(--white);
}

.uk_p.white.sl {
  line-height: 1.6;
}

.uk_p.safety {
  display: none;
}

.subtitle {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3;
}

.cyan {
  color: var(--uk-cyan);
}

.cyan._1-2 {
  font-size: 1.2em;
  line-height: .9;
}

.cyan._1-2.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.7em;
}

.overlay {
  background-color: #202c5fe6;
  position: absolute;
  inset: 0%;
}

.why_grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.fact_block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  height: 15.6em;
  padding: 2em;
  display: flex;
}

.fact_img {
  width: 5em;
  height: 4em;
}

.kweek_section {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 0;
}

.kw-l {
  width: 30%;
}

.kw-r {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 70%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.uk_subtitle {
  color: var(--uk-blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.1;
}

.uk_subtitle.white {
  color: var(--white);
}

.campus_title {
  z-index: 5;
  background-color: var(--white-smoke);
  width: 41%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: absolute;
  inset: auto 0% 7%;
  box-shadow: 1px 1px 13px #00000069;
}

.campus-txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 0;
  display: flex;
}

.campus-l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.campus-r {
  width: 40%;
  height: 20em;
}

.tour-thumbs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tour_block {
  border: 4px solid var(--white);
  width: 50%;
  height: 20em;
  position: relative;
  box-shadow: 1px 1px 8px #000000bf;
}

.caption {
  background-color: var(--lt-gray);
  height: 5em;
  position: absolute;
  inset: 0%;
}

.caption.tour {
  background-color: var(--uk-cyan);
  align-items: center;
  width: 91%;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% 5%;
  box-shadow: 1px 1px 7px #0000008c;
}

.caption.sl {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em 4em;
  display: flex;
}

.ex-link-l {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 1em 1em 1em 2em;
  display: flex;
}

.uk_exlink {
  color: var(--white);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.4em;
  text-decoration: underline;
}

.uk_exlink._1-2em {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
}

.ex-link-r {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80%;
  display: flex;
}

.link-img {
  width: 50%;
}

.scholars-l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.uk_h3 {
  color: var(--uk-blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
}

.uk_h3.black {
  color: var(--text-black);
}

.uk_h3.bold {
  font-weight: 900;
}

.uk_h3.bold.mapheader {
  font-size: 1.7em;
}

.sch-table {
  border: 1px solid #000;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.table-l {
  border-right: 1px solid #000;
  width: 25%;
  padding: 1em;
}

.table-r {
  width: 75%;
  padding: 1em;
}

.uk_list {
  margin-bottom: 0;
  padding-left: 1em;
}

.uk_list.white {
  color: var(--white);
}

.uk_list.bullets._2 {
  padding-left: 1em;
}

.paragraph {
  font-family: Nunito Sans, sans-serif;
}

.uk_link {
  color: var(--text-black);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.uk_link.map {
  color: var(--uk-blue);
}

.scholars-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 46%;
  display: flex;
}

.scholars_img {
  height: 32.2em;
}

.ex-link {
  background-color: var(--lt-gray);
  height: 5em;
  position: absolute;
  inset: 0%;
}

.ex-link.norm {
  background-color: var(--uk-cyan);
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  display: flex;
  position: static;
  inset: auto 0% 5%;
}

.ex-link.welcome-here {
  background-color: var(--uk-cyan);
  align-items: center;
  width: 55%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: none;
  position: static;
  inset: auto 0% 5%;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.background-video {
  z-index: auto;
  object-position: 50% 100%;
  width: 100%;
  height: 42.4em;
}

.lex_title {
  z-index: 5;
  background-color: #0000;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: absolute;
  inset: auto 0% 35%;
}

.lex_btm {
  justify-content: space-between;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.lex-l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 48%;
  display: flex;
}

.lex-r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--uk-blue);
  width: 47%;
  padding: 3em;
  display: flex;
}

.steps-cont {
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  overflow: visible;
}

.left-content-2 {
  background-color: var(--uk-cyan);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 43%;
  box-shadow: 1px 1px 7px #0000004a;
}

._2em {
  font-size: 1.3em;
  line-height: 1;
}

.steps-left-2 {
  flex: 0 auto;
  align-self: auto;
  width: 52%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  position: static;
  top: 100px;
}

.top10_header-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.number_wrapper-2 {
  background-color: var(--uk-blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: 0;
  display: flex;
}

.number-2 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

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

.map_wrapper {
  background-color: #0000;
  width: 62%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 6% 0% auto;
}

.city-label {
  position: absolute;
}

.city-label._1 {
  top: 8em;
  left: 22.5em;
}

.city-label._2 {
  top: 6.4em;
  left: 19.6em;
}

.city-label._3 {
  top: 6em;
  left: 14.1em;
}

.city-label._4 {
  top: 10.3em;
  left: 8.3em;
}

.city-label._5 {
  top: 14em;
  left: 3.2em;
}

.city-label._6 {
  top: 14.2em;
  left: 11.1em;
}

.academics-l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  display: flex;
}

.academics-r {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.sl-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.sl-grid {
  grid-template-rows: auto auto auto auto;
}

.sl-block {
  position: relative;
}

.sl-block.img {
  height: 20em;
}

.sl-block.navy {
  background-color: var(--midnight-blue);
  height: 20em;
}

.sl-block.cyan {
  background-color: var(--uk-cyan);
  height: 20em;
}

.safety_img {
  width: 100%;
  height: 100%;
}

.welcome_wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: none;
}

.safety-content_wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-size: 1em;
  display: flex;
  position: relative;
}

.police_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 0;
  display: none;
}

.safety-title {
  color: var(--uk-blue);
  font-size: 1.2em;
  font-weight: 900;
}

.safety-title.subheader_link {
  color: #0057b7;
}

.safety-buttons_wrapper {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.covid_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  font-size: 1em;
  display: flex;
}

.link-2 {
  color: #0057b7;
  font-weight: 700;
  text-decoration: underline;
}

.uk-button {
  text-align: center;
  background-color: #af272f;
  width: 20%;
  font-size: 1.3em;
  box-shadow: 1px 1px 3px #000;
}

.uk-button:hover {
  color: #fff;
  background-color: #0057b7;
  font-weight: 700;
}

.uk-button.w--current {
  background-color: #0057b7;
}

.uk-button.safety {
  background-color: var(--uk-cyan);
  justify-content: center;
  align-items: center;
  width: 33%;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.uk-button.safety:hover, .uk-button.safety:focus {
  background-color: var(--uk-blue);
}

.uk-button.safety.disabled {
  display: none;
}

.link-9 {
  color: #0057b7;
  text-decoration: underline;
}

.safety-section {
  width: 70%;
  margin-bottom: 10em;
  padding-bottom: 10em;
  font-size: 1em;
}

.uk_safety {
  width: 70%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 16px;
  line-height: 1.4;
}

.uk_safety.safety-tab {
  text-align: left;
  width: 100%;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1em;
}

.uk_safety.safety-tab.welcome-here {
  display: none;
}

.uk_safety.safety-tab.diversity {
  margin-top: 0;
}

.safety_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 55%;
  padding-right: 4em;
  font-size: 1em;
  display: flex;
}

.safety_txt.welcome {
  align-items: center;
  width: 100%;
  padding-right: 0;
}

.safety_txt.diversity {
  padding-right: 0;
}

.diversity_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: none;
}

.comm-title {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.comm-bottom {
  width: 100%;
  height: 100%;
  position: relative;
}

.comm-horiz {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2.4em;
  margin-bottom: 5em;
  display: flex;
}

.comm-l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 39%;
  margin-top: 7.1em;
  display: flex;
}

.comm-r {
  width: 54%;
  height: 35.8em;
  position: relative;
}

.img_overlap {
  align-items: flex-start;
  margin-top: -9.3em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img_overlap._2 {
  margin-top: 6.7em;
  top: 29%;
  bottom: -16%;
}

.anchor {
  height: 1em;
  margin-top: 8.2em;
}

.down_wrapper {
  height: 12.3em;
  display: none;
  position: absolute;
  inset: auto 0% 0;
}

.h1_link {
  color: var(--uk-blue);
  text-decoration: underline;
}

.h1_link.white {
  color: var(--white);
}

.color-block {
  width: 100%;
  height: 100%;
  margin-bottom: auto;
}

.welcome-here_vid {
  width: 80%;
}

.welcome-vid_embed {
  width: 100%;
}

.welcome_vid {
  width: 100%;
  height: 100%;
}

.saftey-img_wrapper {
  height: 25.3em;
}

.subscribe_embed {
  width: 100%;
}

.content-center {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  box-shadow: 0 2px 5px #0003;
}

.content-center.inquire {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.inquire-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ex-arrow {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 2.4em;
  margin-bottom: auto;
  display: block;
}

.ex-arrow.play {
  width: 60%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.sch-tble_block {
  border: .5px solid #000;
  padding-left: .5em;
}

.map-bg {
  z-index: auto;
  object-position: 50% 50%;
  width: 100vw;
  height: 100%;
  position: static;
  right: 25%;
}

.img_cover-3 {
  opacity: 1;
  object-fit: cover;
  object-position: 1% 50%;
  border: 4px #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.img_cover-3.map-base {
  object-fit: cover;
  object-position: 0% 50%;
}

.map-txt-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--map-transparent);
  flex-direction: column;
  width: 80%;
  padding: 2em;
  display: flex;
}

.map-intro-img {
  width: 80%;
  margin-top: 2em;
  display: none;
}

.smc_p {
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.smc_p.map-intro.lg {
  text-align: center;
  font-size: 1.3em;
}

.coffee {
  font-size: 1.2em;
}

.coffee.yellow {
  font-size: 1.4em;
}

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

.content-center-2.locations2 {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.smc_h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  padding: .5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.smc_h2.map-gallery-title {
  color: #005db8;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
}

.dp_h3 {
  color: #0057b7;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.1;
}

.dp_h3.top10 {
  font-size: 1.4em;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.scroll-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 110px;
  padding: 0 0 2em 0;
  display: flex;
  position: relative;
  top: 0;
}

.scroll-content.hidden {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  min-height: 0;
}

.steps-section {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: visible;
}

.steps-section.map {
  z-index: 2;
  background-color: #f2efe94f;
  position: relative;
}

.top10_header-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.map-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  height: auto;
  max-height: 65vh;
  padding: 2em 1em;
  display: flex;
  position: sticky;
  top: 14%;
  overflow: auto;
  box-shadow: 1px 1px 7px #0000004a;
}

.map-steps-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 27%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  top: 100px;
}

.steps-right-2 {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.top10_text-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.steps-cont-2 {
  background-color: #0000;
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  overflow: visible;
}

.map-list-wrap {
  flex-direction: column;
  display: flex;
}

.location-link {
  color: var(--uk-blue);
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.location-link.w--current {
  color: var(--uk-blue);
}

.map-scroll-content {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 20em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.map-intro {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.map_link {
  color: var(--uk-blue);
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
}

.smc_h3 {
  font-weight: 500;
}

.smc_h3.map-category {
  color: #005db8;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1;
}

.top10_header-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.steps-right-3 {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.steps-cont-3 {
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section.why {
    flex: none;
    align-items: center;
    height: 69.6em;
    display: flex;
  }

  .section.campus {
    margin-top: -11.5em;
  }

  .section.lex {
    margin-top: -13.1em;
  }

  .section.lex.lex2 {
    margin-top: 6.3em;
  }

  .section.scroll.lex2 {
    padding-bottom: 4em;
  }

  .section.state {
    inset: 0%;
  }

  .main {
    width: 100%;
    min-width: 100vw;
    height: 100vh;
  }

  .quicklinks_list {
    background-color: var(--white);
    color: #0057b7;
    border-radius: 1em;
    flex-direction: column;
    width: 55%;
    height: auto;
    margin-top: 0;
    padding: 2em;
    display: none;
    position: absolute;
    inset: auto 0% 61%;
  }

  .quicklinks_li {
    justify-content: center;
  }

  .quicklink.home {
    color: var(--text-black);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
  }

  .img_contain {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .social_wrapper {
    background-color: #0000;
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    width: 100%;
    height: 3.2em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    display: none;
    position: static;
  }

  .nav_list {
    width: 100%;
    overflow: auto;
  }

  .nav_li {
    text-align: left;
    margin-top: .5em;
    line-height: 1.6;
  }

  .my-container {
    width: 80%;
    margin-top: 8em;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .my-container.home {
    flex-direction: row;
    width: 80%;
    height: auto;
    margin-top: 16.3em;
    padding-bottom: 10em;
  }

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

  .video_wrapper {
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20%;
    bottom: 0;
  }

  .video_thumbnail {
    align-items: flex-start;
    width: 60%;
    height: auto;
    margin-top: -2.2em;
  }

  .social_embed {
    border: 0px solid var(--white);
    background-color: #0000;
    border-radius: 50%;
    width: 110%;
    height: 110%;
  }

  .social_link {
    border: 0px solid var(--white);
    outline-offset: 0px;
    background-color: #0000;
    outline: 3px #00e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .animation_wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    top: -5.9em;
  }

  .lang_menu {
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
    width: 75%;
    height: auto;
    display: none;
  }

  .lang_link {
    color: var(--white);
    font-family: Avenirltstd book;
    font-size: 16px;
  }

  .lang_text {
    color: var(--white);
    text-align: left;
    font-family: Avenirltstd roman;
    font-size: 16px;
  }

  .select-lang_wrapper {
    display: none;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    left: 3em;
    right: auto;
  }

  .nav-back.disabled {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-next {
    padding-left: 2px;
    padding-right: 0;
  }

  .footer_wrapper {
    z-index: 550;
    background-color: var(--uk-blue);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 3em;
    padding-bottom: 0;
    font-size: 1em;
    position: fixed;
    inset: auto 0% 0%;
  }

  .welcome_embed {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .modal-component.subscribe, .modal-component.subscribe-home {
    height: 100%;
    bottom: 0;
  }

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    align-items: center;
    height: 100%;
    font-family: Nunito Sans, sans-serif;
    display: flex;
    position: sticky;
    top: 0;
    right: 0;
  }

  .modal-wrapper.play-welcome {
    width: 100vw;
    display: none;
    top: 5em;
  }

  .modal-wrapper.subscribe {
    width: 100vw;
    padding-top: 9em;
    display: none;
    overflow: auto;
  }

  .modal-wrapper.subscribe-home {
    width: 100vw;
    padding-top: 9em;
    display: flex;
    overflow: auto;
  }

  .modal-container.play-welcome {
    width: 90%;
    max-width: 900px;
    height: 52vw;
  }

  .modal-container.subscribe, .modal-container.subscribe-home {
    margin-top: 0;
    margin-bottom: auto;
    position: relative;
  }

  .modal-close_btn {
    color: var(--white);
  }

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

  .modal-close_btn.subscribe, .modal-close_btn.subscribe-home {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--uk-blue);
    width: 100%;
    max-height: 75vh;
    padding-bottom: 2em;
    padding-left: 30px;
    padding-right: 30px;
    right: auto;
  }

  .menu-button-2 {
    margin-right: 3em;
  }

  .menu-button-2:focus {
    background-color: #0000;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button-2.w--open {
    border: 1px none var(--white);
    background-color: #0000;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #00000012;
  }

  .menu-button-2.w--open:focus {
    box-shadow: none;
    font-family: Avenirltstd book;
  }

  .menu-button-2.w--open:focus-visible {
    background-color: var(--plattsburgh-red);
    box-shadow: none;
  }

  .menu-button-2.w--open[data-wf-focus-visible] {
    background-color: var(--plattsburgh-red);
    box-shadow: none;
  }

  .navbar {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: .125em 0 0;
    inset: 0% 0% auto;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80%;
  }

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .nav_link-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .nav_link-2.w--current {
    line-height: 1.6;
  }

  .ql_bar {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 3em;
    position: fixed;
    inset: auto 5% 4em;
  }

  .ql_menu-button {
    z-index: 2;
    border: 1px solid var(--uk-blue);
    background-color: var(--white);
    color: var(--uk-blue);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    background-color: var(--uk-blue);
    color: var(--white);
  }

  .nav_logo {
    width: 25%;
  }

  .subscribe_text {
    margin-bottom: 1em;
  }

  .mobile-social_bar {
    z-index: 500;
    background-color: var(--white);
    border-left: 1px solid #dbdbdb;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: .5em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    inset: 0 0% auto;
    box-shadow: 1px 1px 13px #0000003b;
  }

  .mobile-social {
    background-color: #0000;
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    width: 100%;
    height: 2.5em;
    margin-top: auto;
    margin-left: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 3em;
    display: flex;
    position: static;
  }

  .bg.home {
    height: 70vh;
    margin-top: 7.4em;
    right: 0;
  }

  .brand {
    margin-top: .5em;
    margin-left: 3em;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .arrow {
    width: auto;
    padding-right: 2px;
  }

  .arrow.next {
    padding-left: 0;
    padding-right: 0;
  }

  .hero._38-5.relative {
    flex: none;
    height: 36.5em;
  }

  .hero._38-5.relative.lex-hero {
    height: 41.4em;
  }

  .hero._32.relative {
    margin-top: 4.7em;
  }

  .hero._32.relative.admissions {
    margin-top: 6.2em;
  }

  .steps-left {
    width: 80%;
  }

  .left-content {
    width: 80%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-right {
    align-items: center;
    width: 80%;
  }

  .step-content {
    width: 90%;
    padding-left: 0;
  }

  .top10_img {
    width: 100%;
  }

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

  .top10_text {
    width: 100%;
  }

  .center-contain.community {
    width: 80%;
  }

  .center-contain.why {
    flex: 0 auto;
    height: auto;
    margin-top: 8em;
    margin-bottom: 0;
    overflow: hidden;
  }

  .center-contain.navy.tour {
    padding-left: 3em;
    padding-right: 3em;
  }

  .center-contain.scholarships {
    width: 80%;
  }

  .center-contain.sticky {
    width: 80%;
    padding-bottom: 10em;
  }

  .center-contain.sticky.lex-contain-2 {
    padding-bottom: 4em;
  }

  .center-contain.academics {
    width: 80%;
    padding-top: 3em;
  }

  .center-contain.sl {
    width: 80%;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .uk_h1.centered.white {
    font-size: 2.6em;
    line-height: 1.2;
  }

  .uk_p.map-learn {
    text-align: center;
  }

  .cyan._1-2.white {
    font-size: 1.5em;
  }

  .fact_block.l, .fact_block.c, .fact_block.r {
    height: 17.6em;
  }

  .campus_title {
    bottom: -9%;
  }

  .tour-thumbs {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .caption.sl {
    padding-left: 2em;
    padding-right: 2em;
  }

  .ex-link-l {
    padding-left: 1em;
    padding-right: 1em;
  }

  .uk_h3.top-margin {
    margin-top: 2em;
  }

  .uk_h3.bold.mapheader {
    color: var(--white);
    text-align: center;
  }

  .uk_list {
    padding-left: 0;
  }

  .scholars_block.top-margin {
    margin-top: 2em;
  }

  .ex-link.norm {
    padding-left: 1em;
  }

  .background-video {
    height: 100%;
  }

  .lex_title {
    bottom: -5%;
  }

  .lex_title.lex2 {
    bottom: 28%;
  }

  .lex-r.lex-r-2 {
    padding: 2em;
  }

  .steps-cont {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .left-content-2 {
    width: 80%;
    margin-bottom: 6em;
    margin-left: 1em;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .steps-left-2, .line {
    width: 80%;
  }

  .sl-bottom {
    margin-top: 0;
  }

  .safety-buttons_wrapper {
    margin-top: 1.5em;
  }

  .uk-button {
    width: 33%;
    font-size: 16px;
  }

  .uk-button.safety {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    line-height: 1.2;
    display: flex;
  }

  .comm-l, .comm-r {
    width: 44%;
  }

  .img_overlap._2 {
    margin-top: -1.6em;
  }

  .color-block {
    background-color: var(--midnight-blue);
    background-image: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0% 0%;
  }

  .inquiry_embed {
    width: 100%;
    overflow: hidden;
  }

  .ex-arrow {
    width: auto;
    height: 2.4em;
    margin-left: 0;
    margin-right: 0;
  }

  .map-bg {
    right: 0%;
  }

  .img_cover-3 {
    object-position: 50% 50%;
  }

  .smc_p {
    font-size: 1em;
    font-weight: 400;
  }

  .scroll-content {
    width: 100%;
    padding-left: 0;
  }

  .scroll-content.hidden {
    display: none;
  }

  .map-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: var(--uk-cyan);
    width: 100%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .map-steps-left {
    width: 80%;
  }

  .steps-right-2 {
    align-items: center;
    width: 80%;
  }

  .top10_text-2 {
    width: 100%;
  }

  .steps-cont-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .map-list-wrap {
    display: none;
  }

  .map-scroll-content {
    width: 100%;
  }

  .map-intro {
    color: var(--white);
  }

  .steps-right-3 {
    align-items: center;
    width: 80%;
  }

  .steps-cont-3 {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .bold-text {
    text-decoration: underline;
  }

  .learn-outline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border: 1px solid var(--white);
    flex-direction: column;
    padding: 1em;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.why {
    height: 132.6em;
  }

  .section.safety {
    padding-top: 2em;
  }

  .section.scholarships {
    margin-top: -17.7em;
  }

  .section.lex {
    margin-top: -2.4em;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section.scroll.lex2 {
    padding-top: 6em;
    padding-bottom: 0;
  }

  .section.sl {
    margin-top: -9.3em;
  }

  .quicklinks_list {
    width: 60%;
    display: none;
  }

  .img_contain {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .img_contain.meets1 {
    height: auto;
  }

  .my-container {
    width: 100%;
    height: 100%;
  }

  .my-container.home {
    position: relative;
  }

  .welcome {
    justify-content: flex-end;
    width: 68%;
    height: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
  }

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

  .img_cover.meet {
    height: 100%;
  }

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

  .video_wrapper.home {
    margin-top: -15%;
  }

  .video_thumbnail {
    width: 70%;
    margin-top: 0;
  }

  .lang_menu {
    width: 75%;
    height: auto;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 1.6;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-right: 0;
  }

  .footer_wrapper {
    padding-bottom: 0;
    bottom: 0;
  }

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    position: relative;
  }

  .modal-wrapper.play-welcome {
    display: none;
  }

  .modal-wrapper.subscribe {
    display: none;
    overflow: auto;
  }

  .modal-wrapper.subscribe-home {
    overflow: auto;
  }

  .modal-container.play-welcome {
    height: 53vw;
    margin-top: 14vh;
  }

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

  .modal-close_btn.subscribe, .modal-close_btn.subscribe-home {
    top: 0%;
  }

  .navbar {
    padding-top: .25em;
  }

  .contents_title-2 {
    text-align: left;
    font-size: 18px;
  }

  .ql_bar {
    justify-content: space-between;
    width: 90vw;
    padding-left: 1em;
    padding-right: 2em;
    bottom: 4em;
  }

  .ql_menu {
    width: 59%;
  }

  .ql_menu-button {
    width: 100%;
    font-size: 16px;
  }

  .nav_logo {
    width: 50%;
  }

  .mobile-social_bar {
    top: 14%;
  }

  .mobile-social {
    flex: none;
    justify-content: center;
    padding-left: 0;
  }

  .bg.home {
    height: 70vh;
    margin-top: 7.4em;
  }

  .bg._100 {
    margin-top: 7.8em;
  }

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

  .brand {
    flex: none;
    width: 51%;
    margin-top: .25em;
  }

  .brand.w--current {
    flex: none;
    width: 53%;
  }

  .content_wrapper.title.why {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .hero._38-5.relative {
    height: 22.3em;
    margin-top: 7.4em;
  }

  .hero._32.relative {
    margin-top: 7.7em;
  }

  .steps-right {
    flex: none;
    width: 90%;
    height: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10em;
  }

  .steps-right.lex2-steps-r {
    padding-bottom: 0;
  }

  .step-content {
    width: 80%;
  }

  .center-contain.community {
    padding-bottom: 0;
  }

  .center-contain.why {
    margin-top: 6.4em;
  }

  .center-contain.kw {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-contain.navy.tour {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .center-contain.scholarships {
    padding-top: 2em;
  }

  .center-contain.lex {
    width: 85%;
    padding: 2em;
  }

  .center-contain.sticky {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-bottom: 0;
    position: static;
  }

  .center-contain.sticky.lex-contain-2 {
    padding-bottom: 2em;
  }

  .center-contain.academics {
    flex-direction: column;
    padding-top: 3em;
  }

  .overlap.horizontal {
    flex-direction: column;
  }

  .overlap_img {
    height: 40.1em;
  }

  .uk_h1 {
    font-size: 2.2em;
  }

  .uk_h1.centered {
    font-size: 2.3em;
    line-height: 1;
  }

  .why_grid {
    grid-template-columns: 1fr;
  }

  .fact_block.l, .fact_block.c, .fact_block.r {
    height: 12.9em;
  }

  .kw-l {
    width: 44%;
  }

  .kw-r {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .campus_title {
    width: 48%;
    bottom: -16%;
  }

  .campus-txt {
    flex-direction: column;
  }

  .campus-l, .campus-r {
    width: 100%;
  }

  .tour-thumbs {
    flex-direction: column;
  }

  .tour_block, .scholars-l {
    width: 100%;
  }

  .uk_h3.black {
    font-size: 1.3em;
  }

  .scholars-r {
    width: 100%;
  }

  .link {
    font-size: 14px;
  }

  .lex_title {
    width: 50%;
    bottom: -12%;
    overflow: visible;
  }

  .lex_title.lex2 {
    padding-left: 0;
    padding-right: 0;
    bottom: 54%;
  }

  .lex_btm {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .lex-l, .lex-r {
    width: 100%;
  }

  .steps-cont {
    flex-direction: column;
    align-items: center;
  }

  .left-content-2 {
    margin-bottom: 0;
    margin-left: auto;
    position: static;
  }

  .steps-left-2, .academics-l {
    width: 100%;
  }

  .academics-r {
    width: 100%;
    margin-top: 0;
  }

  .sl-grid {
    grid-template-columns: 1fr;
  }

  .safety_img {
    object-fit: cover;
    object-position: 50% 27%;
    flex: none;
    width: 100%;
    height: 100%;
  }

  .safety_img.aapi {
    object-position: 50% 50%;
  }

  .safety_img.diversity {
    object-position: 50% 17%;
  }

  .welcome_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    display: none;
  }

  .safety-content_wrapper {
    background-color: #fff;
  }

  .police_wrapper {
    flex-direction: column;
    display: none;
  }

  .safety-buttons_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: center;
    margin-top: 1em;
  }

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

  .uk-button {
    width: 38%;
  }

  .uk-button.safety {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .uk_safety.safety-tab {
    margin-top: 0;
    padding-left: 0;
    padding-right: 2em;
  }

  .safety_txt {
    width: 100%;
    margin-top: 1em;
    padding-right: 0;
  }

  .safety_txt.welcome {
    position: static;
  }

  .diversity_wrapper {
    flex-direction: column;
    display: none;
  }

  .comm-bottom {
    height: 71.5em;
  }

  .comm-horiz {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .comm-l {
    width: 100%;
    margin-top: 0;
  }

  .comm-r {
    width: 98%;
    margin-top: 2.6em;
  }

  .img_overlap._2 {
    margin-top: 0;
    top: 13%;
    bottom: auto;
  }

  .welcome-here_vid {
    width: 90%;
  }

  .priority {
    margin-top: 1em;
  }

  .saftey-img_wrapper {
    width: 100%;
    height: 20em;
  }

  .ex-arrow {
    width: auto;
    height: 2.4em;
    margin-left: auto;
  }

  .map-bg {
    background-color: #aad3df;
  }

  .img_cover-3.map-base {
    object-position: 50% 50%;
  }

  .map-txt-wrap {
    width: 100%;
  }

  .content-center-2.locations2 {
    width: 80%;
    padding-top: 4em;
  }

  .smc_h2.map-gallery-title {
    font-size: 1.8em;
  }

  .scroll-content.hidden {
    display: none;
  }

  .steps-right-2 {
    width: 100%;
  }

  .steps-cont-2 {
    flex-direction: column;
    align-items: center;
  }

  .map-list-wrap {
    display: none;
  }

  .map_link {
    font-size: 1em;
  }

  .steps-right-3 {
    width: 100%;
  }

  .steps-cont-3 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section.why {
    height: 156.2em;
  }

  .section.campus {
    margin-top: 2.4em;
  }

  .section.scholarships {
    margin-top: -10.9em;
  }

  .section.lex {
    margin-top: -2.3em;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section.scroll, .section.scroll.lex2 {
    padding-top: 4em;
  }

  .section.map1 {
    top: 7.3em;
  }

  .section.locations-intro {
    align-items: center;
    margin-top: 0;
  }

  .quicklinks_list {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .quicklinks_li {
    justify-content: flex-start;
  }

  .nav_list {
    margin-top: 1em;
  }

  .my-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .my-container.home {
    width: 91%;
  }

  .welcome {
    z-index: 2;
    width: 84%;
    margin-top: 1em;
    margin-right: -1.5em;
  }

  .img_cover {
    object-position: 54% 50%;
  }

  .img_cover.meet {
    height: 100%;
  }

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

  .video_thumbnail {
    width: 100%;
    margin-top: 5.6em;
  }

  .lang_menu {
    justify-content: flex-start;
    width: 54%;
    padding-right: .5em;
  }

  .lang_text {
    white-space: pre-wrap;
    margin-right: 0;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-top: 0;
    left: 3em;
    right: auto;
  }

  .button.modal-open_btn.play-welcome {
    font-size: 1.4em;
  }

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

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .modal-wrapper.play-welcome, .modal-wrapper.subscribe {
    display: none;
  }

  .modal-container.play-welcome {
    height: 51vw;
  }

  .modal-close_btn {
    top: 12%;
  }

  .menu-button-2 {
    margin-right: 1em;
  }

  .navbar {
    padding: .25em 0 0;
  }

  .contents_title-2 {
    text-align: left;
    padding-bottom: 0;
    line-height: 1.4;
  }

  .ql_bar {
    padding-right: 1em;
    bottom: 4em;
  }

  .ql_menu {
    width: 56%;
  }

  .nav_logo {
    width: 70%;
  }

  .mobile-social_bar {
    border-left-color: #fff9;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    top: 14%;
  }

  .bg._100 {
    flex: none;
    height: 31vh;
    margin-top: 109px;
  }

  .brand {
    flex: none;
    width: 49%;
    margin-top: .5em;
    margin-left: 2em;
  }

  .content_wrapper.title.why {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero._38-5.relative {
    flex: none;
    height: 19.7em;
    margin-top: 7.1em;
  }

  .hero._38-5.relative.sl {
    overflow: hidden;
  }

  .hero._32.relative.apply {
    flex: none;
    height: 16.8em;
  }

  .left-content, .steps-right {
    width: 100%;
  }

  .step-content {
    width: 95%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .top10_header {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .number_wrapper {
    width: 5em;
    height: 5em;
  }

  .top10_text {
    padding-left: .5em;
  }

  .center-contain.community {
    padding-bottom: 0;
  }

  .center-contain.why {
    margin-top: 3.8em;
  }

  .center-contain.campus {
    width: 90%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .center-contain.navy.tour {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .center-contain.scholarships {
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .center-contain.lex {
    width: 90%;
    padding: .5em;
  }

  .center-contain.lex.lez2_contain {
    margin-top: -22.8em;
    padding: 1em;
  }

  .center-contain.academics {
    padding-top: 2em;
  }

  .center-contain.sl {
    padding: 2em 1em 1em;
  }

  .uk_h1.centered {
    font-size: 2em;
  }

  .uk_h1.centered.white {
    font-size: 2.5em;
  }

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

  .uk_p.centered {
    font-size: 1rem;
  }

  .uk_p.white.sl.sm-center, .uk_p.white.sm_centered, .uk_p.sm_centered {
    text-align: center;
  }

  .cyan._1-2.white {
    font-size: 1.3em;
  }

  .fact_block.l {
    height: 15.6em;
  }

  .fact_block.c {
    height: 17.1em;
  }

  .fact_block.r {
    height: 15.6em;
  }

  .kweek_section {
    margin-bottom: 0;
  }

  .kw-l {
    width: 100%;
  }

  .kw-r {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uk_subtitle {
    line-height: 1.1;
  }

  .uk_subtitle.white {
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    display: flex;
  }

  .uk_subtitle.white.sm_centered {
    text-align: center;
  }

  .uk_subtitle.sm-center {
    text-align: center;
    font-size: 1.4em;
  }

  .why-bottom {
    height: 65vh;
    margin-bottom: 0;
  }

  .campus_title {
    width: 80%;
    padding-left: 1em;
    padding-right: 1em;
    bottom: -62%;
  }

  .campus-txt {
    margin-top: 2em;
  }

  .tour_block {
    height: 14.9em;
  }

  .caption.tour {
    height: 3.4em;
  }

  .ex-link-l {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .uk_exlink {
    font-size: 16px;
  }

  .uk_h3.btm-margin {
    margin-bottom: .5em;
  }

  .uk_h3.top-margin {
    margin-top: 1em;
  }

  .table-l {
    padding-left: .25em;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.6;
  }

  .scholars_block.top-margin {
    margin-top: 1.5em;
  }

  .scholars_img {
    height: 17em;
  }

  .ex-link.norm.margin-top {
    margin-top: 1em;
  }

  .background-video {
    height: 100%;
  }

  .lex_title {
    width: 66%;
    top: 13.4em;
    bottom: auto;
  }

  .lex_title.lex2 {
    top: 8.3em;
  }

  .lex_btm {
    margin-top: 2em;
  }

  .lex-r {
    padding: 2em;
  }

  .left-content-2 {
    width: 100%;
  }

  ._2em {
    margin-top: -.6em;
    font-size: 1.4em;
  }

  .top10_header-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
  }

  .number_wrapper-2 {
    width: 5em;
    height: 5em;
  }

  .line {
    flex-direction: column;
    align-items: center;
    width: 86%;
    display: flex;
  }

  .map_wrapper {
    width: 79%;
  }

  .map_wrapper.lex-map {
    width: 92%;
    top: 6%;
  }

  .safety_img, .safety_img.aapi, .safety_img.diversity {
    width: 100%;
  }

  .welcome_wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .police_wrapper {
    width: 100%;
  }

  .safety-buttons_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1em;
  }

  .covid_wrapper {
    width: 100%;
  }

  .uk-button, .safety-section {
    width: 80%;
  }

  .uk_safety.safety-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .safety_txt.welcome {
    margin-left: 0;
    margin-right: 0;
  }

  .diversity_wrapper {
    width: 100%;
  }

  .comm-bottom {
    height: 65.2em;
    padding-bottom: 0;
  }

  .comm-horiz {
    flex-direction: column;
    height: auto;
    margin-top: 2em;
  }

  .comm-l {
    width: 100%;
    margin-top: 2em;
  }

  .comm-r {
    flex-direction: column;
    width: 100%;
    height: 26.3em;
    margin-top: 0;
    display: flex;
  }

  .img_overlap {
    margin-top: 0;
    position: relative;
  }

  .img_overlap._2 {
    top: -20%;
    bottom: 0;
  }

  .anchor {
    margin-top: 2em;
  }

  .h1_link.white.sm_centered {
    text-align: center;
  }

  .welcome-here_vid {
    width: 100%;
  }

  .ex-arrow {
    width: auto;
    height: 2.4em;
  }

  .map-bg {
    background-color: #aad3df;
    right: auto;
  }

  .img_cover-3 {
    object-position: 54% 50%;
  }

  .img_cover-3.map-base {
    background-color: var(--map-transparent);
    object-position: 50% 50%;
    width: 100%;
    height: 97vh;
  }

  .smc_p.map-intro.lg {
    font-size: 1.1em;
  }

  .content-center-2.locations2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .smc_h2 {
    font-size: 2.1em;
  }

  .smc_h2.map-gallery-title {
    font-size: 1.5em;
  }

  .dp_h3 {
    line-height: 1.2;
  }

  .scroll-content {
    width: 100%;
  }

  .steps-section {
    padding-top: 2em;
  }

  .steps-section.map {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .top10_header-3 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top10_header-3.map {
    text-align: left;
    justify-content: flex-start;
  }

  .map-list, .map-steps-left, .steps-right-2 {
    width: 100%;
  }

  .steps-cont-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .map-intro {
    font-size: 1em;
  }

  .top10_header-4 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top10_header-4.map {
    text-align: left;
    justify-content: flex-start;
  }

  .steps-right-3 {
    width: 100%;
  }

  .steps-cont-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-f134d957-7b23-5756-5821-0a95433f1dbc-54ba84ba, #w-node-_54a599b9-e5fc-50c3-2917-d119caab0ed8-caab0ecc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a961d69-2aac-ecc0-3e73-f3060c55428c-54ba853e, #w-node-_02e087a2-3775-46a2-b66b-2ab234b2fa4f-54ba853e, #w-node-_4f5912ea-100d-4854-8bf8-13f7ba7b73a4-54ba853e, #w-node-ae50291b-4ef0-6f0b-2f46-ea1be89c166e-54ba853e, #w-node-_7f3163f2-24d2-65e5-581e-8d5ec4ed5ef3-54ba853e, #w-node-_82f9211a-8f17-8fc5-2748-20062ff629cf-54ba853e, #w-node-_0e4c429d-4bf3-fe37-e43c-de5fd7488a00-54ba853e, #w-node-_4a95aa44-3435-c567-fb10-1031a56fbdc1-54ba853e, #w-node-_7a6e5aaf-c243-ba15-0b8b-5ccd3af2ca8a-54ba853f, #w-node-ccc9e375-82b5-6161-8948-2e1f19cecda1-54ba853f, #w-node-d43a52e5-061f-1a24-286a-246cc3b8fefb-54ba853f, #w-node-fa0f5590-e7f9-fa5a-feaf-2c009f2ec9b3-54ba853f, #w-node-_2f451807-1692-83d5-1e7c-fa0cec0a4970-54ba853f, #w-node-_3b2ad401-d72a-cb91-41ed-ed2afd6d21fc-54ba853f, #w-node-_9016ae87-b964-1f09-7295-f300b51dab68-54ba853f, #w-node-_02c4bb64-1149-8ba6-e948-dd64e4049cd1-54ba853f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2edce1f6-b25e-f2f7-0fc4-d532c020bc7b-54ba8541 {
  grid-area: 2 / 1 / 3 / 2;
}

#center.w-node-c70ae64d-3024-fe47-4131-ce2a976f3823-54ba8541, #w-node-ca49dbac-3804-52ae-cb18-c8da6f9af1df-54ba8541, #w-node-_09331a75-5695-2878-124a-cf15537bd17d-54ba8541, #w-node-f1a38c66-46f0-f2d1-90e2-c237a14a0e43-54ba8541, #w-node-_62f163f2-d3e8-e529-01e5-b9ae0f1ca998-54ba8541, #w-node-_05d0eaeb-002a-501f-70cd-662c0b835499-54ba8541, #w-node-d39c605d-8c70-275b-65b9-25eeb61d5469-54ba8541, #w-node-_98cf1e84-7bb2-8036-1270-ac3438f18d78-54ba8541, #w-node-_71e1d5d6-0178-bb7f-4837-abb8f89b45da-54ba8541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


