:root {
  --white: white;
  --text-black: #333;
  --gr-green: #2c882b;
  --disabled: #b3b3b3;
  --dark-green: #006225;
  --black: black;
  --plattsburgh-red: #c6202f;
  --yellow-green: #bbd416;
  --lt-gray: #eeeceb;
  --orange: #d14900;
  --gradientblk: #1a1a1a;
  --lime-green: #6cb443;
  --map-blk: #1a1a1af7;
  --transp-green: #2c882bd6;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.main {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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);
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 700;
}

.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;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.social_wrapper {
  z-index: 500;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gr-green);
  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;
  line-height: 1.4;
  display: flex;
  overflow: auto;
}

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

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

.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 none var(--white);
  font-size: 1.1em;
}

.social_link:focus {
  font-size: 1.1em;
}

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

.lang_link {
  color: var(--text-black);
  margin-right: 1em;
  font-family: Avenirltstd book;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.lang_text {
  color: var(--text-black);
  margin-right: 1em;
  font-family: Avenirltstd roman;
  font-size: 1em;
  font-weight: 400;
}

.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(--gr-green);
  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(--text-black);
}

.nav-back:focus-visible {
  background-color: var(--text-black);
}

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

.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(--gr-green);
  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(--text-black);
}

.nav-next:focus-visible {
  background-color: #034d96;
}

.nav-next[data-wf-focus-visible] {
  background-color: #034d96;
}

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

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

.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-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

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

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

.menu-button-2.w--open {
  background-color: var(--plattsburgh-red);
}

.navbar {
  background-color: var(--gr-green);
  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;
  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: 1.5em auto .5em;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: Big Noodle Titling, sans-serif;
  font-size: 1.7em;
  font-style: normal;
  font-weight: 900;
  line-height: .6;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  white-space: pre-line;
  font-family: Arial, Helvetica Neue, Helvetica, 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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

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

.mobile-social_bar {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gr-green);
  color: var(--white);
  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;
  position: fixed;
  inset: 0%;
}

.bg.home {
  background-color: #0000;
  background-image: none;
  display: block;
  right: 25vw;
}

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

.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 {
  width: 65%;
  margin-top: 0;
}

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

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

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

.more-info {
  background-color: var(--white);
  color: var(--text-black);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-family: Big Noodle Titling, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  display: flex;
  position: relative;
  right: 0;
}

.more-info:hover {
  background-color: var(--yellow-green);
  color: var(--text-black);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Big Noodle Titling, sans-serif;
  font-size: 1.4em;
  display: flex;
}

.more-info:focus {
  background-color: var(--yellow-green);
  color: var(--text-black);
}

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

.cover-video {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-bottom: 0%;
  display: flex;
  position: static;
  overflow: visible;
}

.cover-title_wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.ribbon-text {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gr_ribbon {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.9em;
  font-weight: 700;
  position: relative;
}

.gr_ribbon.bottom {
  color: var(--orange);
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.7em;
  font-weight: 400;
}

.cover-title2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--text-black);
  background-image: linear-gradient(to bottom, var(--text-black) 51%, var(--gradientblk));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21vh;
  margin: 0 auto auto;
  padding-top: 1.5em;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 3em;
}

.gr_h1 {
  color: var(--white);
  font-family: Big Noodle Titling, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}

.gr_h1.body {
  color: var(--gradientblk);
  font-size: 4em;
}

.gr_h1.body.subscribe {
  text-align: center;
}

.gr_h1.white {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 700;
}

.gr_h1.white.shadow {
  text-shadow: 0 1px 1px #00000078;
}

.gr_h1.white.shadow.centered {
  text-align: center;
}

.gr_h1.white.shadow.centered.explore {
  font-family: Big Noodle Titling, sans-serif;
  font-size: 4.4em;
  line-height: 1.2;
}

.gr_h1.home {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  align-items: center;
  font-size: 3.7em;
  display: flex;
}

.gr_h1.blk {
  color: var(--text-black);
  font-size: 4em;
}

.gr_h2 {
  color: var(--gr-green);
  font-family: Big Noodle Titling, sans-serif;
  font-size: 2.7em;
  font-weight: 900;
  line-height: 1;
}

.gr_h2.white {
  color: var(--white);
  font-style: normal;
}

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

.section {
  width: 100%;
}

.section.study_hero {
  height: 81vh;
}

.section.study_2 {
  padding-top: 8em;
  padding-bottom: 6em;
}

.section.study_3 {
  height: 93vh;
  position: relative;
}

.section.why_2 {
  z-index: 5;
  margin-top: 0%;
  position: absolute;
  inset: 0 0% 0%;
}

.section.transfer_hero {
  height: 32.5em;
}

.section.hs_hero {
  padding-top: 8em;
}

.section.hs_2 {
  padding-top: 2em;
  padding-bottom: 6em;
}

.section.iep_hero {
  height: 35em;
}

.section.iep_2 {
  margin-top: 4.9em;
}

.section.iep_3 {
  position: relative;
}

.section.gap_hero {
  height: 38em;
}

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

.section.housing_hero {
  padding-bottom: 4em;
}

.section.housing_2 {
  flex: none;
  height: 127vh;
  margin-top: 4em;
  position: relative;
}

.section.housing_3 {
  padding-top: 6em;
  padding-bottom: 10em;
}

.section.advising_hero {
  height: 32em;
}

.section.advising_3 {
  background-color: var(--text-black);
  padding-top: 4em;
  padding-bottom: 10em;
}

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

.section.connect_hero {
  padding-top: 8em;
}

.section.apply_hero {
  height: 34em;
}

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

.section.explore_hero {
  z-index: 2;
  flex: none;
  height: 36em;
  position: relative;
}

.section.explore_2 {
  z-index: 2;
  background-color: var(--white);
  padding-top: 3em;
  position: relative;
}

.section.explore_3 {
  background-color: #fffffff5;
}

.section.orientation-hero {
  width: 70%;
  height: 41.4em;
  padding-top: 8em;
}

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

.section.info_2 {
  padding-top: 2em;
  padding-bottom: 10em;
}

.section.housing_4 {
  background-color: var(--gradientblk);
  padding-top: 8em;
  padding-bottom: 8em;
}

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

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

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

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

.content_centered {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_centered.study_title {
  width: 65%;
  display: flex;
  position: relative;
  top: -20em;
  bottom: auto;
}

.content_centered.study2 {
  flex-direction: row;
  align-items: center;
  width: 65%;
  display: flex;
}

.content_centered.study3 {
  justify-content: flex-end;
  width: 65%;
  margin-top: 30%;
  display: flex;
  position: relative;
  top: 0%;
}

.content_centered.why2 {
  background-color: #0000;
  align-items: center;
  width: 65%;
  margin-top: 8em;
  margin-bottom: 10em;
  padding: 0 0 10em;
}

.content_centered.transfer2 {
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
}

.content_centered.transfer1 {
  padding-top: 2em;
}

.content_centered.hs1 {
  margin-top: 0;
}

.content_centered.hs2 {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  flex-direction: column;
  width: 60%;
  margin-top: 3em;
  display: flex;
}

.content_centered.iep2 {
  width: 65%;
  padding-top: 0;
  padding-bottom: 4em;
}

.content_centered.iep3 {
  z-index: 3;
  justify-content: flex-end;
  width: 65%;
  display: flex;
  position: absolute;
  inset: 4em 0% auto;
}

.content_centered.gap_hero-img {
  margin-top: 8em;
}

.content_centered.gap2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content_centered.housinghero {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10em;
  display: flex;
}

.content_centered.housing2 {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.content_centered.advising2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-right: 14px;
  display: flex;
}

.content_centered.advising3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.content_centered.connect2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  margin-top: 4em;
  margin-bottom: 10em;
  display: flex;
}

.content_centered.explore_title {
  letter-spacing: .8px;
  align-items: center;
  position: absolute;
  inset: auto 0% 35%;
}

.content_centered.explore2 {
  align-items: center;
}

.content_centered.orientation2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-right: 14px;
  display: flex;
}

.content_centered.orientation3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 0;
  display: flex;
}

.content_centered.info2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
}

.study-title_wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding: 2em;
  display: flex;
}

.gr_p {
  display: inline;
}

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

.study2_l {
  width: 50%;
}

.study2_r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 2em;
  display: flex;
}

.gr_h3 {
  color: var(--orange);
  font-family: Big Noodle Titling, sans-serif;
  font-size: 2em;
  font-weight: 900;
}

.gr_h3.orange {
  color: var(--orange);
  line-height: 1.2;
}

.gr_h3.orange.top5 {
  text-align: center;
  font-size: 2.3em;
}

.gr_h3.why-h3 {
  font-size: 3em;
  line-height: 1.1;
}

.gr_h3.activities {
  font-size: 2.3em;
}

.p_block.transfer1 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.p_block.transfer2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.p_block.transfer2_2, .p_block.gap2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-top: 1em;
  display: flex;
}

.p_block.apply1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.study3_txt {
  z-index: 5;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-direction: column;
  width: 40%;
  padding: 2em;
  display: flex;
  position: relative;
}

.study3_bg {
  width: 100%;
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.why2_1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--yellow-green);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
  margin-left: 0;
  padding-left: 3em;
  display: flex;
}

.why2_1_l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  width: 61%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.why2_1_r {
  width: 37%;
  height: 31em;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.number {
  background-color: var(--gr-green);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.why2_2_txt {
  align-items: center;
  width: 100%;
  display: flex;
}

.why_txt {
  text-align: left;
  width: 100%;
  font-family: Big Noodle Titling, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.1;
}

.why_txt.location {
  font-size: 2.5em;
}

.why_txt.larger {
  text-align: center;
  font-size: 2.8em;
}

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

.orange-2 {
  color: #d14900;
}

.transfer-vid_wrapper {
  width: 100%;
  margin-top: 1em;
}

.html-embed-2 {
  width: 100%;
}

.transfer2_top {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  margin-top: 3em;
  display: flex;
}

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

.gr_list {
  text-align: left;
  padding-left: 20px;
}

.gr_list.housing {
  margin-bottom: 0;
  padding-left: 10px;
}

.gr_li {
  list-style: disc;
}

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

.transfer2_btm {
  width: 100%;
  margin-top: 3em;
}

.hs1_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 60%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 2em;
  display: flex;
}

.subheader {
  color: var(--orange);
  font-size: .7em;
}

.hs2_block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hs_img {
  width: 37%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 4em 0 1.7em;
}

.hs_img._4 {
  height: 10.9em;
}

.hs_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  white-space: normal;
  border: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  height: auto;
  padding: 1em;
  display: flex;
}

.iep_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.iep3_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5em 1.5em 1em;
  display: flex;
}

.gap2_l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--yellow-green);
  flex-direction: column;
  width: 55%;
  padding: 1em;
  display: flex;
}

.gap2_r {
  width: 40%;
}

.html-embed-3 {
  width: 100%;
  height: 50%;
}

.hh_l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.hh_r {
  width: 55%;
}

.housing2_top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  width: 38%;
  padding: 2em 1.5em 1.5em 2em;
  display: flex;
}

.housing_vid {
  width: auto;
  height: 31em;
  margin-top: 0;
}

.housing-vid_wrapper {
  background-color: var(--white);
  width: 38%;
  margin-top: 1em;
  padding: .5em;
}

.housing3_top {
  position: relative;
}

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

.h3_btm_l {
  width: 50%;
}

.housing3_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-direction: column;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.advising2_l {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.advising2_r {
  border-left: 1px solid #000;
  flex-direction: column;
  width: 50%;
  padding-left: 2em;
  display: flex;
}

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

.advising-block_sec {
  background-color: var(--white);
  width: 50%;
  padding: .5em;
  box-shadow: 0 2px 5px #0003;
}

.advising-block_sec:hover {
  box-shadow: 0 16px 20px #000000d9;
}

.advising-block_sec:focus {
  box-shadow: 0 16px 20px #000000d6;
}

.advising-block_sec.vert {
  width: 100%;
  height: 50%;
}

.advising-block_sec.vert.full {
  height: 100%;
}

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

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

.connect_sec._2 {
  width: 43%;
}

.connect_img2 {
  margin-top: -6.3em;
}

.apply_btn {
  background-color: var(--yellow-green);
  color: var(--text-black);
  justify-content: center;
  width: 55%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Big Noodle Titling, sans-serif;
  font-size: 2em;
  font-weight: 900;
  display: flex;
}

.apply_btn:hover {
  box-shadow: 0 2px 5px #00000070;
}

.background-video {
  height: 100%;
}

.steps-right-2 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  width: 77%;
  height: auto;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.img_cover-3 {
  opacity: 1;
  object-fit: cover;
  object-position: 1% 50%;
  border-radius: 1em;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  overflow: hidden;
}

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

.map-bg {
  width: 92%;
  margin-right: auto;
}

.left-content {
  z-index: 1;
  height: auto;
  position: sticky;
  top: 10%;
}

.steps-cont {
  justify-content: center;
  margin-top: 0;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
  overflow: visible;
}

.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;
  display: flex;
}

.steps-left {
  z-index: 0;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  margin-left: 4em;
  position: absolute;
  top: 0;
  left: -8.2em;
}

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

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

.dp_p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
}

.dp_p.whit-bg {
  background-color: #fff;
  padding: 1em;
}

.number-3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
}

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

.top10_title {
  justify-content: center;
  align-items: center;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

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

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

.img_contain-2.map {
  object-position: 100% 50%;
  width: 98%;
}

.map-lb-element {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

.img_contain-3 {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lb_wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  justify-content: space-around;
  width: auto;
  display: flex;
}

.location_info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-top: 19em;
  padding: 2em 2em 3em;
  display: flex;
}

.city_bg {
  object-position: 50% 100%;
  height: 100%;
}

.una_p {
  line-height: 1.3;
}

.button {
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

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

.button.modal-open_btn.profile {
  background-color: var(--orange);
  color: #fff;
  border: 3px #fff;
  border-radius: 50%;
  flex: none;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  font-weight: 900;
}

.button.modal-open_btn.profile:hover {
  background-color: var(--text-black);
  color: #333;
  border-color: #1145b8;
  font-weight: 900;
  box-shadow: 1px 1px 3px #000;
}

.button.modal-open_btn.profile:focus {
  background-color: var(--text-black);
}

.location_bg {
  object-position: 50% 100%;
  width: 100%;
  height: 21.2em;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.map-distance {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.map_wrapper {
  background-color: #0000;
  border-radius: 1em;
  width: auto;
  height: 44.7em;
  margin-top: -5.3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: auto;
  overflow: visible;
}

.map-lb {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

.map-climate {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: .2em;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 8px;
  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-2:hover {
  color: #444;
}

.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.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

.modal-wrapper.profile._26, .modal-wrapper.profile._22, .modal-wrapper.profile._24, .modal-wrapper.profile._21, .modal-wrapper.profile._25 {
  display: none;
}

.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.location {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: none;
  height: 30em;
  min-height: 60vh;
  margin-top: 16vh;
  display: flex;
  overflow: auto;
}

.map-facts {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.una_list {
  padding-left: 20px;
}

.una_list.map {
  padding-left: 0;
}

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

.modal-component.map-location {
  z-index: auto;
  top: 12.9em;
  left: 20.6em;
}

.modal-component.map-location._6th {
  width: 4%;
  top: 35.3em;
  left: 38.9em;
}

.modal-component.map-location._6th.right {
  width: 10em;
  display: flex;
  top: 19.3em;
  left: 7.3em;
}

.modal-component.map-location._2nd {
  width: 4%;
  top: 22.2em;
  left: 30.8em;
}

.modal-component.map-location._2nd.right {
  width: 10.6em;
  display: flex;
  top: 19.3em;
  left: 21.2em;
}

.modal-component.map-location._2nd.right.new2 {
  width: 12em;
  top: 18.7em;
  left: 22.5em;
}

.modal-component.map-location._1st {
  width: 10em;
  display: flex;
  top: 9.5em;
  left: 20.9em;
}

.modal-component.map-location._1st.left {
  width: 12.1em;
  top: 24.9em;
  left: 18em;
}

.modal-component.map-location._1st.left.new6 {
  justify-content: flex-end;
  width: 14.9em;
  top: 24.8em;
  left: 3.1em;
}

.modal-component.map-location._5th {
  justify-content: flex-start;
  width: 10em;
  display: flex;
  top: 1.6em;
  left: 4.6em;
}

.modal-component.map-location._5th.right {
  width: 13.3em;
  top: 10.1em;
  left: 9.6em;
}

.modal-component.map-location._5th.right.new4 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  top: 17.1em;
  left: -6em;
}

.map-label_txt {
  color: #333;
  text-align: right;
  background-color: #0000;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.map-label_txt.lower {
  color: #333;
  background-color: #fffffff7;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: .5em;
  line-height: 1;
  display: flex;
  box-shadow: 0 2px 5px #0000007d;
}

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

.map_label {
  background-color: #0000;
  width: auto;
  margin-left: 0;
}

.map_label.ever {
  width: 10em;
  margin-left: 0;
  position: static;
}

.content_center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_center.map {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  width: 65%;
  margin-top: 2em;
  padding: 2em;
  display: flex;
  position: relative;
}

.content_center.hs3 {
  padding-bottom: 10em;
}

.content_center.hs4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.content_center.hs4_2 {
  background-color: var(--white);
  height: 20em;
  padding: 1em 2em 2em;
}

.gap-img2 {
  width: 100%;
  height: 50%;
}

.orientation-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.orientation-vid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  width: 42%;
  height: 32em;
  display: flex;
}

.why-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
  margin-left: 0;
  padding-top: 4em;
  padding-bottom: 2em;
  display: flex;
}

.why-blk_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.why-blk_img {
  border: 4px solid var(--white);
  width: 72%;
}

.green {
  color: var(--lime-green);
}

.green.home {
  color: var(--yellow-green);
  font-size: .9em;
}

.dot {
  color: var(--white);
  margin-left: .25em;
  margin-right: .25em;
  font-size: 1.3em;
}

.white {
  color: var(--orange);
  font-style: italic;
}

.ie_hero-img {
  height: 37.5em;
}

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

.activities-vert {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 50%;
}

.advising-block_sec-txt {
  background-color: var(--white);
  width: 50%;
  padding: .5em;
  box-shadow: 0 2px 5px #0003;
}

.advising-block_sec-txt:hover {
  box-shadow: 0 16px 20px #000000d9;
}

.advising-block_sec-txt:focus {
  box-shadow: 0 16px 20px #000000d6;
}

.advising-block_sec-txt.txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.advising-block_sec-txt.txt.vert {
  box-shadow: none;
  height: 50%;
}

.advising-block_sec-txt.txt.vert:hover, .advising-block_sec-txt.txt.vert:focus {
  box-shadow: none;
}

.advising-block_sec-txt.vert {
  width: 100%;
  height: 50%;
}

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

.video-title {
  font-family: Big Noodle Titling, sans-serif;
  font-size: 2em;
}

.paragraph {
  background-color: var(--yellow-green);
  justify-content: center;
  display: flex;
}

.html-embed-2-copy {
  width: 100%;
}

.hs3_img {
  width: 34%;
  height: 20.7em;
}

.hs-txt_wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.grc_form {
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.modal-close_btn-3 {
  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-3:hover {
  color: #444;
}

.modal-wrapper-home {
  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-home.subscribe {
  background-color: #141414e6;
  width: 75vw;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.modal-container-home {
  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-home.subscribe {
  border-radius: 1em;
  flex-direction: column;
  height: 60vh;
  max-height: 65vh;
  margin-top: 7em;
  margin-bottom: auto;
  display: flex;
  overflow: auto;
}

.html-embed-4 {
  justify-content: center;
  display: flex;
  overflow: auto;
}

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

.new-gr-link {
  color: var(--text-black);
  font-weight: 700;
  display: flex;
}

.no-indent-link {
  display: inline;
}

.blk-link {
  color: var(--text-black);
  font-weight: 700;
}

.title-link {
  color: var(--orange);
}

.hs4_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-flow: column;
  width: 42%;
  padding: 0;
  display: flex;
}

.divine_img1 {
  width: 56%;
  height: auto;
}

.hs4_img {
  width: 33%;
}

.hs4_img._2 {
  width: 100%;
  height: 13.3em;
}

.hs4_img._3 {
  width: 50%;
}

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

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

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

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

.local-map_wrap {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.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: 10em;
  margin-bottom: 10em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.map-txt-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f2efe9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 2em;
  display: flex;
}

.map-paragraph {
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.3;
}

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

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

.uk_h1 {
  color: #0033a0;
  font-weight: 900;
  line-height: 1.2;
}

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

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

.map_link {
  color: var(--gr-green);
  text-align: left;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 900;
}

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

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

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

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

.uk_h3 {
  color: #0033a0;
  font-size: 1.5em;
  line-height: 1.1;
}

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

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

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

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

.uk_link {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.uk_link.map {
  color: #0033a0;
}

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

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

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

.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-scroll-content {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 20em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

  .quicklinks_list {
    background-color: var(--white);
    color: #0057b7;
    border-radius: 1em;
    flex-direction: column;
    width: 64%;
    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: center;
    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;
  }

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

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

  .lang_menu {
    opacity: 0;
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    align-items: stretch;
    width: 70%;
    height: auto;
    margin-right: auto;
  }

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

  .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(--gr-green);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 3em;
    padding-bottom: 0;
    font-size: 1em;
    position: fixed;
    inset: auto 0% 0%;
  }

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

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

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

  .menu-button-2 {
    background-color: #0000;
    margin-right: 3em;
  }

  .menu-button-2:focus {
    background-color: var(--gr-green);
    box-shadow: none;
    border-radius: 50%;
  }

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

  .menu-button-2.w--open:focus {
    background-color: var(--gr-green);
    box-shadow: none;
    font-family: Avenirltstd book;
  }

  .menu-button-2.w--open:focus-visible {
    background-color: var(--gr-green);
    box-shadow: 0 2px 5px #0000004f;
  }

  .menu-button-2.w--open[data-wf-focus-visible] {
    background-color: var(--gr-green);
    box-shadow: 0 2px 5px #0000004f;
  }

  .navbar {
    flex-direction: column;
    width: 100%;
    min-width: 100vw;
    height: auto;
    padding: .5em 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-weight: 400;
  }

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

  .nav_link-2.w--current {
    font-size: 15px;
    line-height: 1.6;
  }

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

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

  .ql_menu-button:focus {
    background-color: var(--yellow-green);
    color: var(--text-black);
    -webkit-text-stroke-color: transparent;
    border-style: solid;
  }

  .nav_logo {
    width: 40%;
  }

  .mobile-social_bar {
    z-index: 500;
    background-color: var(--white);
    border-left: 1px solid #dbdbdb;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2.5em;
    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: 100%;
    margin-top: auto;
    margin-left: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 3em;
    display: flex;
    position: static;
  }

  .bg.home {
    background-color: var(--lt-gray);
    right: 0;
  }

  .bg.home.subscribe {
    height: 100%;
  }

  .brand {
    width: 28%;
    margin-left: 3em;
  }

  .brand.w--current {
    width: 28%;
  }

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

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

  .more-info {
    align-items: center;
    width: auto;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.2;
    display: flex;
  }

  .cover-video {
    object-position: 50% 0%;
    height: 49vh;
    max-height: 55vh;
    margin-top: 7.7em;
  }

  .gr_ribbon.bottom {
    font-size: 1.3em;
  }

  .cover-title2 {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    justify-content: flex-start;
    height: 100%;
    padding-top: 1.7em;
    position: static;
  }

  .gr_h1.body {
    font-size: 3.5em;
  }

  .gr_h1.body.hs {
    font-size: 3em;
    line-height: .9;
  }

  .gr_h1.home {
    font-size: 3em;
  }

  .gr_h1.blk {
    color: var(--text-black);
    font-size: 3.5em;
  }

  .section.study_hero {
    height: 55vh;
    margin-top: 7.4em;
  }

  .section.study_2 {
    height: auto;
    margin-top: 20.5em;
    padding-top: 0;
    position: static;
  }

  .section.transfer_hero {
    margin-top: 6.4em;
  }

  .section.iep_hero {
    height: 32.5em;
    margin-top: 6.7em;
  }

  .section.iep_2 {
    margin-top: 0;
  }

  .section.iep_3 {
    flex: none;
    height: 48.6em;
  }

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

  .section.housing_3 {
    padding-bottom: 12em;
  }

  .section.advising_hero {
    margin-top: 2em;
  }

  .section.advising_4 {
    padding-bottom: 14em;
  }

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

  .section.orientation-hero {
    padding-top: 11em;
  }

  .section.state {
    background-color: var(--gr-green);
    inset: 0%;
  }

  .section.locations-intro {
    background-color: var(--gr-green);
  }

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

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

  .content_centered.study_title {
    align-items: center;
    position: static;
    top: 0;
  }

  .content_centered.study2 {
    flex-direction: column;
    margin-top: 0;
    position: static;
  }

  .content_centered.why2 {
    width: 80%;
    margin-top: 11em;
  }

  .content_centered.transfer2 {
    padding-bottom: 10em;
  }

  .content_centered.hs1 {
    margin-top: 4em;
  }

  .content_centered.hs2 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    width: 80%;
    margin-top: 4em;
  }

  .content_centered.iep2 {
    margin-top: 0;
    padding-top: 4em;
  }

  .content_centered.iep3 {
    top: .4em;
  }

  .content_centered.gap_hero-img {
    width: 100%;
    margin-top: 7.9em;
  }

  .content_centered.gap2 {
    flex-direction: column-reverse;
    width: 80%;
  }

  .content_centered.housinghero {
    margin-top: 11.8em;
  }

  .content_centered.housing2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .content_centered.explore_title {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 2em;
    bottom: 26%;
  }

  .study-title_wrapper {
    width: 100%;
  }

  .study2_l {
    width: 100%;
    height: 25.2em;
    position: static;
  }

  .study2_r {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
  }

  .gr_h3.why-h3 {
    font-size: 2.5em;
  }

  .p_block.transfer1 {
    margin-top: 1em;
  }

  .p_block.transfer2_2 {
    margin-top: 0;
  }

  .study3_txt {
    align-items: center;
    width: 44%;
    padding-left: 0;
    padding-right: 0;
  }

  .why2_1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: stretch;
    padding: 2em;
  }

  .why2_1_l {
    align-items: flex-start;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 2em;
  }

  .why2_1_r {
    width: auto;
    height: auto;
  }

  .html-embed {
    height: 26.6em;
  }

  .number {
    width: 4em;
    height: 4em;
  }

  .why_txt {
    font-family: Big Noodle Titling, sans-serif;
    font-size: 2em;
  }

  .gr_list.housing {
    flex: none;
    width: 100%;
  }

  .hs1_txt {
    margin-top: 1em;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
  }

  .subheader {
    line-height: .9;
  }

  .hs_img {
    justify-content: center;
    width: 27%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hs_img._4 {
    width: 22%;
    height: 8em;
  }

  .hs_txt {
    height: auto;
  }

  .gap2_l, .gap2_r {
    width: 100%;
  }

  .housing2_top {
    padding-left: 1.5em;
  }

  .housing_vid {
    height: auto;
  }

  .housing-vid_wrapper {
    width: 35%;
    height: auto;
  }

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

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

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

  .map-bg {
    width: 133%;
  }

  .left-content {
    width: 100%;
    margin-bottom: 6em;
    margin-left: -7.5em;
    margin-right: auto;
    top: 34%;
  }

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

  .top10_text {
    width: 100%;
  }

  .steps-left {
    width: 80%;
  }

  .top10_img, .top10_title {
    width: 100%;
  }

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

  .button.modal-open_btn.profile {
    width: 16px;
    height: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .map_wrapper {
    width: 40em;
    height: auto;
    margin-top: 0;
  }

  .modal-wrapper.profile {
    display: none;
    right: 0;
  }

  .modal-container.location {
    margin-top: 20vh;
  }

  .modal-component.map-location._6th.right {
    width: 8.3em;
    top: 10.5em;
    left: 7em;
  }

  .modal-component.map-location._2nd.right {
    top: 19.6em;
    left: 6.3em;
  }

  .modal-component.map-location._2nd.right.new2 {
    top: 9.9em;
    left: 20.2em;
  }

  .modal-component.map-location._1st.left {
    top: 12.9em;
    left: 9.2em;
  }

  .modal-component.map-location._1st.left.new6 {
    width: 7.6em;
    top: 15.5em;
    left: 8.3em;
  }

  .modal-component.map-location._5th.right {
    top: 2.4em;
    left: 8.6em;
  }

  .modal-component.map-location._5th.right.new4 {
    width: 10.5em;
    top: 8.5em;
    left: -4.1em;
  }

  .map-label_txt.lower {
    font-size: 12px;
  }

  .map_label.ever {
    width: 8.9em;
  }

  .content_center.map {
    width: 90%;
    padding-bottom: 14em;
  }

  .why-blk_img {
    width: 80%;
  }

  .ie_hero-img {
    height: 31em;
  }

  .gap-hero-img {
    width: 100%;
    height: 26.8em;
  }

  .modal-close_btn-3 {
    color: #fff;
  }

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

  .modal-close_btn-3.subscribe {
    color: #333;
  }

  .modal-wrapper-home.subscribe {
    background-color: #141414e6;
    flex: none;
    justify-content: flex-start;
    width: 100vw;
    height: 100%;
    padding-top: 0;
    display: flex;
    overflow: auto;
  }

  .modal-container-home.subscribe {
    flex-direction: column;
    flex: none;
    height: 65vh;
    max-height: 65vh;
    margin-top: 10em;
    margin-bottom: auto;
    position: relative;
  }

  .hs4_txt {
    padding-top: 0;
  }

  .map-bg-2 {
    right: 0%;
  }

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

  .img_cover-4.map-base {
    display: block;
  }

  .content-center-2.locations2 {
    background-color: #1a1a1af7;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8em;
    padding-bottom: 8em;
  }

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

  .uk_p.map-learn {
    color: var(--black);
    text-align: center;
  }

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

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

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

  .learn-outline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border: 1px solid #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1em;
    display: flex;
  }

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

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

  .uk_h3.bold.mapheader {
    color: #fff;
    text-align: center;
  }

  .map-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: none;
  }

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

  .steps-section-2.map {
    background-color: var(--map-blk);
  }

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

  .top10_text-2 {
    width: 100%;
  }

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

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

@media screen and (max-width: 767px) {
  .main.study {
    height: auto;
    position: static;
  }

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

  .img_contain {
    margin-left: auto;
  }

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

  .lang_link, .lang_text {
    font-size: 14px;
  }

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

  .footer_wrapper {
    align-items: center;
    bottom: 0;
  }

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

  .modal-close_area.subscribe {
    color: var(--black);
  }

  .nav-menu {
    width: 100%;
  }

  .menu-button-2 {
    background-color: #0000;
    border-radius: 50%;
    display: flex;
  }

  .menu-button-2:focus {
    background-color: #0000;
  }

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

  .menu-button-2[data-wf-focus-visible] {
    background-color: #0000;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button-2.w--open {
    box-shadow: none;
  }

  .menu-button-2.w--open:focus {
    z-index: 500;
  }

  .navbar {
    padding-top: 0;
  }

  .contents_title-2 {
    text-align: left;
    font-size: 1.1em;
  }

  .nav_link-2, .nav_link-2.w--current {
    font-size: 15px;
  }

  .ql_bar {
    width: 90vw;
    padding-left: 1em;
    padding-right: 2em;
  }

  .ql_menu {
    width: 50%;
  }

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

  .nav_logo {
    width: 50%;
  }

  .mobile-social_bar {
    margin-top: 0;
    top: 14%;
  }

  .mobile-social {
    flex: none;
    justify-content: flex-start;
    padding-left: 2em;
  }

  .bg.home {
    background-color: var(--lt-gray);
  }

  .more-info {
    background-color: var(--yellow-green);
    width: 100%;
    min-width: auto;
    height: 100%;
    font-size: 1.3em;
    line-height: 1.1;
  }

  .more-info:hover {
    font-size: 1em;
  }

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

  .cover-video {
    height: 60vh;
    max-height: 60vh;
    margin-top: 6.7em;
  }

  .gr_ribbon.bottom {
    font-size: 1.1em;
  }

  .cover-title2 {
    height: 32vh;
    margin-top: auto;
    margin-bottom: 0;
  }

  .gr_h1.body {
    font-size: 2.9em;
  }

  .gr_h1.home {
    font-size: 2.3em;
  }

  .gr_h1.blk {
    font-size: 3.3em;
  }

  .section.study_hero {
    flex: none;
    height: 49vh;
    margin-top: 6.6em;
  }

  .section.study_2 {
    flex: 0 auto;
    margin-top: 23.1em;
  }

  .section.iep_3 {
    flex: none;
    height: 50em;
  }

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

  .section.advising_hero {
    margin-top: 6em;
  }

  .section.advising_4 {
    padding-bottom: 14em;
  }

  .section.connect_hero {
    padding-top: 6.7em;
  }

  .section.apply_hero {
    margin-top: 76px;
  }

  .section.orientation-hero {
    width: 100%;
    padding-top: 6.3em;
  }

  .section.info-hero {
    margin-top: 76px;
  }

  .section.info_2 {
    padding-bottom: 14em;
  }

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

  .content_centered.study_title {
    width: 70%;
    position: static;
    top: 0;
  }

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

  .content_centered.transfer2 {
    padding-top: 0;
    padding-bottom: 10em;
  }

  .content_centered.transfer1 {
    padding-top: 1em;
  }

  .content_centered.hs1 {
    width: 80%;
    margin-top: 2em;
  }

  .content_centered.iep3 {
    top: .4em;
  }

  .content_centered.gap_hero-img {
    width: 100%;
    margin-top: 6.7em;
  }

  .content_centered.gap2 {
    width: 80%;
  }

  .content_centered.housinghero {
    flex-direction: column;
  }

  .content_centered.housing2 {
    padding-left: 2em;
  }

  .content_centered.advising2 {
    width: 80%;
  }

  .content_centered.advising3 {
    width: 60%;
    max-width: 313px;
  }

  .content_centered.con_hero-img {
    width: 100%;
    margin-top: 0;
  }

  .content_centered.connect2 {
    flex-direction: column;
  }

  .content_centered.explore_title {
    bottom: 19%;
  }

  .content_centered.orientation3 {
    flex-direction: column;
  }

  .study-title_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .study2_l {
    height: auto;
  }

  .study2_r {
    padding-left: 0;
  }

  .gr_h3.activities {
    font-size: 1.9em;
  }

  .p_block.transfer1 {
    margin-top: 0;
  }

  .study3_txt {
    width: 69%;
  }

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

  .why2_1_r {
    width: auto;
    height: 100%;
  }

  .html-embed {
    height: 21.4em;
  }

  .transfer2_top {
    flex-direction: column;
    margin-top: 2em;
  }

  .transfer2_l, .transfer2_r, .hs1_txt, .hh_l, .hh_r {
    width: 100%;
  }

  .housing2_top, .housing-vid_wrapper {
    width: 70%;
  }

  .housing3_btm {
    flex-flow: column;
  }

  .h3_btm_l {
    width: 100%;
  }

  .housing3_txt {
    position: static;
  }

  .advising3_block, .advising3_block.full {
    flex-direction: column;
  }

  .advising-block_sec, .connect_sec {
    width: 100%;
  }

  .connect_sec._2 {
    width: 100%;
    margin-top: -2em;
  }

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

  .steps-cont {
    flex-direction: column;
    align-items: center;
    margin-top: -1.6em;
  }

  .steps-left {
    width: 100%;
    margin-top: -3em;
  }

  .img_contain-2 {
    margin-left: auto;
  }

  .map-lb-element {
    height: 12em;
  }

  .img_contain-3 {
    margin-left: auto;
  }

  .lb_wrapper {
    flex-direction: column;
  }

  .button.modal-open_btn.profile {
    width: 14px;
    height: 14px;
  }

  .map_wrapper {
    width: 25.6em;
    height: auto;
    margin-left: auto;
    left: auto;
  }

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

  .modal-wrapper.profile, .modal-wrapper.profile._26 {
    display: none;
  }

  .modal-container.location {
    flex-direction: column;
    width: 85%;
    margin-top: 30%;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .map-facts {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-component.map-location._6th.right {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-direction: column-reverse;
    align-items: center;
    width: 9em;
    top: 6.5em;
    left: 5em;
  }

  .modal-component.map-location._2nd.right {
    top: 14.8em;
    left: 4.8em;
  }

  .modal-component.map-location._2nd.right.new2 {
    top: 6.1em;
    left: 12.7em;
  }

  .modal-component.map-location._1st.left {
    top: 9.8em;
    left: 6.3em;
  }

  .modal-component.map-location._1st.left.new6 {
    top: 9.8em;
    left: 2.7em;
  }

  .modal-component.map-location._5th.right {
    top: 1.3em;
    left: 5.6em;
  }

  .modal-component.map-location._5th.right.new4 {
    width: 10.1em;
    top: 5.6em;
    left: -5.8em;
  }

  .map-label_txt.lower {
    font-size: 12px;
  }

  .map-label_txt.lower.sf {
    margin-left: 0;
    margin-right: 0;
  }

  .content_center.map {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.hs4 {
    flex-flow: column;
  }

  .content_center.hs4_2 {
    flex-flow: column;
    height: auto;
  }

  .orientation-txt {
    width: 100%;
  }

  .orientation-vid {
    width: 80%;
    height: auto;
  }

  .why-block {
    padding-top: 1em;
  }

  .ie_hero-img {
    height: 20.3em;
  }

  .gap-hero-img {
    height: 19.6em;
  }

  .activities-vert {
    width: 100%;
  }

  .advising-block_sec-txt.txt.vert {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hs3_img {
    width: 100%;
  }

  .hs-txt_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

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

  .modal-wrapper-home.subscribe {
    background-color: #141414e6;
    display: flex;
    overflow: auto;
  }

  .modal-container-home.subscribe {
    height: 65vh;
    max-height: 65vh;
    margin-top: 10em;
  }

  .hs4_txt, .divine_img1 {
    width: 100%;
  }

  .hs4_img._2 {
    height: auto;
  }

  .hs4_img._3 {
    width: 100%;
  }

  .map-bg-2 {
    background-color: var(--gr-green);
    background-image: linear-gradient(#2c882bd6, #2c882bd6), url('../images/map2_r.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

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

  .content-center-2.locations2 {
    width: 100%;
    padding-top: 8em;
  }

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

  .uk_h1 {
    font-size: 2.2em;
  }

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

  .map_link {
    font-size: 1em;
  }

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

  .learn-outline {
    font-size: 1em;
  }

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

  .map-list {
    width: 80%;
    font-size: 1em;
  }

  .steps-section-2.map {
    background-color: var(--map-blk);
  }

  .map-list-wrap, .scroll-content.hidden {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main {
    height: auto;
  }

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

  .quicklinks_li {
    text-align: left;
    justify-content: center;
  }

  .nav_list {
    margin-top: 1em;
  }

  .lang_menu {
    opacity: 0;
    color: var(--white);
    flex: none;
    justify-content: flex-start;
    width: 54%;
    padding-right: .5em;
    font-size: .9em;
    display: none;
  }

  .lang_link {
    font-size: 14px;
  }

  .lang_text {
    color: var(--white);
    white-space: pre-wrap;
    margin-right: 0;
    font-size: 14px;
  }

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

  .footer_wrapper {
    background-color: var(--gr-green);
    align-items: stretch;
    bottom: 0;
  }

  .modal-close_btn {
    top: 12%;
  }

  .nav-menu {
    width: 100%;
  }

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

  .navbar {
    padding: 0;
  }

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

  .nav_link-2, .nav_link-2.w--current {
    font-size: 15px;
  }

  .ql_bar {
    padding-right: 1em;
  }

  .ql_menu {
    width: 50%;
  }

  .nav_logo {
    width: 70%;
  }

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

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

  .bg.home {
    background-color: var(--lt-gray);
  }

  .brand {
    margin-left: 2em;
  }

  .more-info {
    background-color: var(--yellow-green);
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: auto;
    display: flex;
    left: 0;
  }

  .cover-video {
    background-color: var(--text-black);
    height: 55vh;
    margin-top: 5.5em;
  }

  .gr_ribbon.bottom {
    font-size: 1em;
  }

  .cover-title2 {
    height: 41vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .gr_h1.body {
    font-size: 2.3em;
  }

  .gr_h1.white.shadow.centered.explore {
    font-size: 3.7em;
  }

  .gr_h1.home {
    flex-direction: column;
    font-size: 2.2em;
  }

  .section.study_hero {
    margin-top: 5.2em;
  }

  .section.study_2 {
    margin-top: 26em;
  }

  .section.iep_hero {
    margin-top: 4.7em;
  }

  .section.housing_2 {
    height: 149vh;
  }

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

  .section.advising_hero {
    flex: none;
    height: 17.5em;
  }

  .section.connect_hero {
    margin-top: 5.9em;
    padding-top: 0;
  }

  .section.apply_hero {
    margin-top: 5.6em;
  }

  .section.explore_hero {
    height: 27.7em;
    margin-top: 4.9em;
  }

  .section.orientation-hero {
    width: 100%;
    padding-top: 6.9em;
  }

  .section.info-hero {
    margin-top: 5.6em;
  }

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

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

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

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

  .content_centered.why2 {
    width: 90%;
  }

  .content_centered.transfer2 {
    width: 80%;
  }

  .content_centered.transfer1 {
    width: 80%;
    padding-top: 0;
  }

  .content_centered.hs1 {
    width: 100%;
    margin-top: -2.1em;
  }

  .content_centered.hs2 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .content_centered.iep2 {
    width: 80%;
    padding-top: 1em;
  }

  .content_centered.iep3 {
    width: 80%;
    top: -.4em;
  }

  .content_centered.gap_hero-img {
    margin-top: 6em;
  }

  .content_centered.gap2 {
    width: 80%;
    margin-top: 1em;
  }

  .content_centered.housinghero {
    margin-top: 8.8em;
  }

  .content_centered.housing2 {
    padding-left: 0;
  }

  .content_centered.housing3 {
    width: 80%;
    margin-top: 0;
  }

  .content_centered.advising2 {
    flex-direction: column;
    margin-top: 2em;
    padding-right: 0;
  }

  .content_centered.advising3 {
    width: 80%;
  }

  .content_centered.con_hero-img {
    width: 100%;
    height: 15.6em;
    margin-top: 0;
  }

  .content_centered.apply1 {
    margin-top: 0;
  }

  .content_centered.explore_title {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    bottom: 28%;
  }

  .content_centered.explore2 {
    margin-top: 0;
  }

  .content_centered.orientation2 {
    width: 70%;
    padding-right: 0;
  }

  .content_centered.orientation3 {
    flex-direction: column;
    width: 70%;
  }

  .content_centered.info2 {
    margin-top: 0;
  }

  .study-title_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .study2_r {
    padding-left: 0;
  }

  .gr_h3.orange {
    font-size: 1.7em;
  }

  .gr_h3.activities {
    font-size: 1.9em;
  }

  .study3_txt {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .why2_1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-direction: column;
  }

  .why2_1_l {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .why2_1_r {
    width: 100%;
  }

  .html-embed {
    height: auto;
  }

  .transfer2_btm {
    margin-top: 1em;
  }

  .hs1_txt {
    width: 100%;
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .hs2_block.flip {
    flex-direction: column-reverse;
  }

  .hs_img {
    width: 56%;
  }

  .hs_img._4 {
    width: 44%;
    height: 8.6em;
  }

  .hs_txt {
    width: 100%;
  }

  .iep_txt {
    margin-top: 1em;
  }

  .housing2_top {
    width: 100%;
    margin-top: 3em;
    padding-left: 2em;
  }

  .housing-vid_wrapper {
    width: 100%;
  }

  .housing3_btm {
    flex-direction: column;
  }

  .h3_btm_l {
    width: 100%;
  }

  .advising2_l {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .advising2_r {
    border-top: 1px solid #000;
    border-left-style: none;
    width: 100%;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .step-content-2 {
    width: 90%;
  }

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

  .map-bg {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .left-content {
    width: 100%;
    margin-left: auto;
    top: 28%;
  }

  .steps-cont {
    margin-top: 7.1em;
  }

  .steps-left {
    margin-top: -9.3em;
    margin-left: 0;
    left: 0;
  }

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

  .steps-section {
    width: 100%;
  }

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

  .img_contain-2.map {
    object-fit: cover;
    object-position: 50% 50%;
    flex: none;
    width: 132%;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .map-lb-element {
    height: 21em;
  }

  .img_contain-3 {
    height: auto;
  }

  .location_info {
    margin-top: 16.2em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .location_bg {
    height: 16em;
  }

  .map_wrapper {
    justify-content: center;
    width: 20.1em;
    margin-top: 2em;
    display: flex;
  }

  .modal-wrapper.profile {
    padding-bottom: 15em;
  }

  .modal-wrapper.profile._26, .modal-wrapper.profile._25 {
    display: none;
  }

  .modal-container.location {
    min-height: 22.2em;
    max-height: 65vh;
    margin-top: 27%;
  }

  .modal-component.map-location._6th.right {
    flex-direction: row;
    width: 8.8em;
    top: 5.1em;
    left: .2em;
  }

  .modal-component.map-location._2nd.right {
    width: 8.3em;
    top: 18.3em;
  }

  .modal-component.map-location._2nd.right.new2 {
    width: 7.1em;
    top: 4.8em;
    left: 10em;
  }

  .modal-component.map-location._1st.left {
    top: 13em;
    left: 6.6em;
  }

  .modal-component.map-location._1st.left.new6 {
    flex-direction: row-reverse;
    width: 6.6em;
    top: 7.5em;
    left: 7.1em;
  }

  .modal-component.map-location._5th.right {
    width: 8.7em;
    top: 1.2em;
    left: 4.4em;
  }

  .modal-component.map-location._5th.right.new4 {
    flex-direction: row;
    align-items: flex-end;
    width: 10em;
    top: 3.8em;
    left: 2.4em;
  }

  .map-label_txt.lower {
    font-size: 9px;
  }

  .map-label_txt.lower.sf {
    padding-left: 0;
    padding-right: 0;
  }

  .map_label {
    margin-top: -5px;
  }

  .map_label.arm {
    margin-top: -8px;
  }

  .map_label.ever {
    width: 6.5em;
    padding-right: 5px;
  }

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

  .orientation-txt {
    text-align: left;
    width: 100%;
  }

  .orientation-vid {
    width: 100%;
  }

  .why-block {
    padding-top: 1em;
  }

  .why-blk_img {
    width: 89%;
  }

  .hs-hero {
    flex: none;
    height: 18.6em;
  }

  .ie_hero-img {
    height: 16.5em;
  }

  .gap-hero-img {
    height: 14.7em;
  }

  .video-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
    line-height: 1.1;
    display: flex;
  }

  .html-embed-2-copy {
    height: 100%;
  }

  .hs3_img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-txt_wrapper {
    flex-direction: column-reverse;
  }

  .modal-close_btn-3 {
    top: 12%;
  }

  .modal-close_btn-3.subscribe {
    justify-content: center;
    display: flex;
  }

  .modal-container-home.subscribe {
    height: 65vh;
    max-height: 65vh;
    margin-top: 10em;
  }

  .hs4_txt {
    padding-top: 0;
  }

  .hs4_img._2 {
    height: auto;
  }

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

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

  .img_cover-4.map-base {
    object-position: 50% 50%;
    background-color: #f2efe9c2;
    width: 100%;
    height: 97vh;
  }

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

  .map-txt-wrap, .map-paragraph {
    font-size: 1em;
  }

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

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

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

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

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

  .map-list {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .dp_h3 {
    line-height: 1.2;
  }

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

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

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

  .steps-section-2.map {
    background-color: var(--map-blk);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .scroll-content {
    width: 100%;
  }

  .map_p {
    font-size: 1em;
  }
}

#w-node-_2cd6866d-189d-df1f-7fff-c23fb6d255a2-77763a03 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Big Noodle Titling';
  src: url('../fonts/big_noodle_titling.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}