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

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

a {
  text-decoration: none;
  transition-property: 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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.section.spotlight4 {
  background-color: #002654;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.hero.why {
  height: 44.1em;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.apply {
  height: 68vh;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.campus-life {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.campus {
  height: 90vh;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.eli {
  height: 70vh;
  object-fit: fill;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.hero.ny {
  height: 75vh;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.hero.contact {
  height: 27.1em;
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-value {
  height: auto;
  background-color: #ff9102;
  border-top: 20px solid #fdbb30;
  flex: none;
  margin-top: -5em;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

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

.section.gallery {
  background-color: #fff;
  border-top: 20px solid #ff9102;
  margin-top: -5.5em;
  padding-bottom: 8em;
  position: relative;
}

.section.tour {
  background-color: #5aa8dd;
  padding-top: 8em;
  padding-bottom: 12em;
}

.section.programs_download {
  background-color: rgba(0, 0, 0, 0);
  border-top: 20px solid #fdbb30;
  padding-top: 0;
  padding-bottom: 10em;
}

.section.eli_content {
  background-color: #fff;
  border-top: 20px solid #fdbb30;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2em;
  position: relative;
  top: 0;
}

.section.c-life_txt {
  z-index: 2;
  padding-top: 2em;
  position: static;
}

.section.c-life_tiles {
  padding-top: 0;
  padding-bottom: 8em;
}

.section.housing {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 8em;
  padding-bottom: 12em;
}

.section.ny-photos {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
}

.section.ny-map {
  background-color: #fff;
  padding-top: 8em;
  padding-bottom: 14em;
}

.section.apply_btm {
  height: 100%;
  background-color: #1368d2;
  background-image: linear-gradient(#1368d2, rgba(0, 0, 0, .37));
  padding-top: 0;
}

.section.programs_imgs {
  margin-top: -5em;
}

.section.eli_middle {
  background-color: #ff9102;
  padding-bottom: 4em;
}

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

.section.campus-life_hero {
  width: 70%;
  height: 51vh;
  flex: none;
  margin-top: 7em;
  padding-top: 0;
  padding-bottom: 0;
}

.section.campus-life_top {
  padding-top: 1em;
  padding-bottom: 8em;
}

.main {
  z-index: 500;
  width: 75vw;
  height: 96vh;
  min-width: 75vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quicklinks_list {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  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: rgba(0, 0, 0, 0);
  border-bottom: 1px #dbdbdb;
}

.quicklinks_li:focus {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.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: #000;
  text-transform: uppercase;
  font-family: quasimoda, sans-serif;
  font-size: 1em;
  font-weight: 800;
  text-decoration: underline;
}

.quicklink.home:hover, .quicklink.home:focus {
  font-weight: 700;
}

.quicklink.home {
  font-size: .9em;
}

.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 {
  opacity: 1;
  border: 1px solid #fff;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

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

.skiplink_a.w--current {
  color: #333;
  text-align: left;
  background-color: #fff;
}

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

.img_contain.arrow {
  object-position: 50% 0%;
}

.social_wrapper {
  z-index: 500;
  width: 25vw;
  height: 4.1em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #1368d2;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

.img_cover.from-top.safety {
  display: none;
}

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

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

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

.video_wrapper {
  width: 89%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_wrapper.home {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  margin: 0 0 0;
}

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

.social_embed:hover {
  border: 1px #fff;
}

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

.social_link:hover {
  border: 2px solid #fff;
}

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

.lang_link {
  color: #fff;
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.lang_link:hover, .lang_link:focus {
  font-weight: 700;
}

.lang_text {
  color: #fff;
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  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: rgba(0, 0, 0, 0);
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  opacity: 1;
  color: #333;
  text-align: center;
  background-color: #fff;
  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 {
  opacity: 1;
  border: 1px solid #fff;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

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

.select-lang_a.w--current {
  color: #fff;
  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 {
  width: 2.2em;
  height: 2.2em;
  background-color: #454e5b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back:hover, .nav-back:focus {
  background-color: #1368d2;
}

.nav-back:focus-visible {
  background-color: #1368d2;
}

.nav-back[data-wf-focus-visible] {
  background-color: #1368d2;
}

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

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

.nav-next {
  width: 2.2em;
  height: 2.2em;
  background-color: #454e5b;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 0 2px 2px;
  display: flex;
}

.nav-next:hover, .nav-next:focus {
  background-color: #1368d2;
}

.nav-next:focus-visible {
  background-color: #1368d2;
}

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

.nav-next.disabled {
  cursor: not-allowed;
  background-color: #b3b3b3;
}

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

.modal-component {
  z-index: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-component.subscribe {
  height: 100%;
  width: auto;
  align-items: center;
  display: flex;
}

.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: 10.8em;
  left: 29em;
}

.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: 23.5em;
  left: 32.2em;
}

.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.new1 {
  width: 14.9em;
  justify-content: flex-end;
  top: 15.3em;
  left: 18.6em;
}

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

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

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

.modal-component.map-location._5th.right.new4 {
  top: 16.7em;
  left: 34.7em;
}

.button {
  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;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe:hover {
  color: #fff;
  background-color: #af1e2d;
}

.button.modal-open_btn2.subscribe:focus {
  color: #fff;
  background-color: #c6202f;
}

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

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

.button.modal-open_btn.profile {
  background-color: #005db8;
  font-family: "Gotham 0";
  display: none;
}

.button.modal-open_btn.profile:hover {
  background-color: #034d96;
  font-family: "Gotham 0";
  font-weight: 700;
}

.button.modal-open_btn.profile {
  background-color: #af1e2d;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.button.modal-open_btn.profile:hover {
  background-color: #002654;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button.modal-open_btn.profile:focus {
  background-color: #002654;
}

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

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

.button.modal-open_btn.profile:focus {
  background-color: #fdbb30;
}

.button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  width: 100%;
  text-align: center;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: #af1e2d;
}

.button.modal-open_btn, .button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-wrapper.subscribe {
  width: 75vw;
  justify-content: flex-start;
  padding-top: 0;
  display: none;
  overflow: auto;
}

.modal-wrapper.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

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

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

.modal-container.subscribe {
  height: 65vh;
  border-radius: 1em;
  flex-direction: column;
  margin-top: 8em;
  margin-bottom: auto;
  display: flex;
}

.modal-container.location {
  width: 65%;
  height: 30em;
  max-width: none;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 16vh;
  display: flex;
  overflow: auto;
}

.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;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  width: 80%;
  max-height: 70vh;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  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: #1368d2;
}

.navbar {
  width: 25vw;
  height: 100vh;
  min-width: 25vw;
  background-color: #1368d2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 20px rgba(51, 51, 51, .54);
}

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

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

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

.nav_link-2:hover {
  border: 1px #000;
  border-left: 1px solid #fff;
  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: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.ql_bar {
  z-index: 700;
  width: 65vw;
  height: auto;
  background-color: #fff;
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  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 rgba(0, 0, 0, .24);
}

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.hero {
  width: 100%;
  height: 32em;
  object-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0);
}

.hero._36 {
  height: 42em;
  background-color: rgba(0, 0, 0, 0);
}

.hero._36.safety {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8em;
  display: flex;
}

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

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

.accordion_item {
  border: 1px #fff;
}

.bg {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.home {
  width: 75%;
  height: 96vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex: 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;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.nav-shadow {
  z-index: 3;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
}

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

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

.sr_h1 {
  color: #002654;
  text-transform: uppercase;
  font-family: Bigshouldersdisplay;
  font-size: 3.5em;
  font-weight: 900;
  line-height: .8;
}

.sr_h1.centered {
  text-align: center;
  font-size: 3.2em;
  line-height: .8;
}

.sr_h1_2 {
  color: #af1e2d;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 700;
}

.sr_h2 {
  color: #002654;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
}

.sr_h2.white {
  color: #fff;
}

.sr_h2.white.spot {
  font-size: 1.3em;
}

.sr_h3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.sr_h3.spot {
  font-size: 1em;
}

.sr_link {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: underline;
}

.sr_link.blue {
  color: #002654;
  font-weight: 700;
}

.sr_p {
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
}

.sr_p.white {
  color: #fff;
}

.sr_p.white.pad1 {
  margin-bottom: 1em;
}

.title_section {
  width: 70%;
}

.title_section.safety {
  margin-top: 2em;
  padding-top: 0;
  padding-bottom: 4em;
}

.content_wrapper {
  width: auto;
}

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

.content_wrapper.diversity-l {
  width: 50%;
  height: 100%;
}

.content_wrapper.diversity-r {
  width: 50%;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  display: flex;
}

.content_wrapper.spotlight_horiz2 {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid #fff;
  border-style: solid none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
}

.content_wrapper.safety2 {
  width: 65%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery_block {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.gallery_block.campus {
  height: 14em;
  position: relative;
}

.care_wrapper {
  width: 100%;
  align-items: center;
  padding-bottom: 3em;
  display: none;
}

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

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

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

.diversity_wrapper {
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding-bottom: 3em;
  display: flex;
}

.safety-section {
  width: 65%;
  margin-bottom: 0;
  padding-bottom: 2em;
}

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

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

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

.srjc_btn.safety {
  width: 30%;
  background-color: #af1e2d;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.srjc_btn.safety:hover, .srjc_btn.safety:focus {
  background-color: #002654;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blue {
  color: #002654;
}

.modal-close_btn-3 {
  z-index: 500;
  color: #333;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.white {
  color: #fff;
}

.answer_button {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
}

.answer_button:hover {
  color: #002654;
  background-color: #eeeceb;
}

.answer_button:focus {
  color: #002654;
  background-color: #fff;
}

.modal-close_btn-3 {
  z-index: 500;
  color: #333;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.welcome_embed-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.welcome_embed-2.safety {
  position: static;
}

.safety-vid_wrapper {
  width: 65%;
  height: auto;
  margin-bottom: 1em;
}

.trm-text-rich-text {
  background-color: #fff;
  padding: 1.25rem;
  position: relative;
}

.trm-text-rich-text.is-answer {
  padding-top: .85rem;
  padding-bottom: .85rem;
  padding-left: 0;
  display: none;
}

.trm-text-rich-text.is-answer:focus {
  border: 2px solid #c4c4c4;
}

.plus-wrap {
  width: 15px;
  height: 15px;
  cursor: pointer;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-weight: 300;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accordion_component {
  margin-top: 5em;
}

.accordion_component.programs {
  width: 100%;
  margin-top: 0;
}

.accordion_trigger {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem 1em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion_trigger.sports {
  padding-left: 1.5em;
}

.plus-horizontal {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.accordion_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.accordion_item-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-left-style: solid;
  border-right-color: #000;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.accordion_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  margin-top: .5rem;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.plus-vertical {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}

.spot_img {
  width: 8em;
  flex: none;
}

.spot_name {
  border: 1px #000;
  margin-left: 2em;
  padding-bottom: 0;
}

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

.spot_l {
  width: 100%;
}

.spot_title {
  width: 84%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 1em;
  display: flex;
}

.spot_title.sports {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  margin-top: 1em;
}

.spotlight3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1em;
  padding-bottom: 1em;
}

.section_spotlight {
  width: 65%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

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

.content_center.apply {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: static;
  top: auto;
  bottom: 5em;
  left: auto;
  right: 15%;
}

.content_center.why {
  z-index: 2;
  width: 50%;
  background-color: #1368d2;
  border-bottom: 1px #fff;
  justify-content: flex-start;
  margin-top: -10.4em;
  padding: 2em 2px 2em 4em;
  position: relative;
}

.content_center.value {
  z-index: 3;
  width: 70%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.content_center.rankings {
  width: 70%;
  flex-direction: column;
}

.content_center.campus_title {
  z-index: 5;
  width: 70%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15%;
  padding: 0;
  position: absolute;
  top: -8em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content_center.gallery {
  background-color: #fdbb30;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8em;
  padding: 12.3em 6em 6em;
}

.content_center.tour {
  width: 65%;
  flex-direction: column;
}

.content_center.programs_title {
  background-color: #1368d2;
  flex-direction: column;
  margin-top: -7.1em;
  padding: 2em;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.content_center.download {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
  padding: 2em;
}

.content_center.eli_title {
  background-color: #1368d2;
  margin-top: -7.1em;
  padding: 2em 3em;
  position: static;
  top: auto;
  bottom: 2em;
  left: 0%;
  right: 0%;
}

.content_center.eli-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 3em;
}

.content_center.c-life_title {
  width: 100%;
  height: auto;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.c-life_txt {
  background-color: #1368d2;
  flex-direction: column;
  margin-top: 0;
  padding: 2em;
}

.content_center.housing {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.content_center.city-title {
  width: 54%;
  background-color: #1368d2;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 2em;
  position: absolute;
  top: auto;
  bottom: -4.3em;
  left: 0%;
  right: 0%;
}

.content_center.ny-map_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.content_center.testimonial_wrapper {
  width: 65%;
}

.content_center.programs_imgs {
  z-index: 2;
  width: 64%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -25em;
  position: relative;
}

.content_center.eli_imgs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
}

.content_center.campus-life_title {
  width: 100%;
  background-color: #1368d2;
  flex-direction: column;
  margin-top: 4em;
  padding: 4em 4em 4em 2em;
}

.content_center.cl-txt-wrapper {
  flex-direction: column;
}

.content_center.dc-housing {
  flex-direction: column;
  position: relative;
}

.content_center.inquiry_wrapper {
  margin-top: 2em;
  padding-bottom: 10em;
}

.map_wrapper {
  width: auto;
  height: 44.7em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  left: 0;
  right: auto;
  overflow: hidden;
}

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

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

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

.map_label {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

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

.map_label.arm.times {
  margin-top: -.8em;
}

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

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

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

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

.una_p {
  text-align: left;
  line-height: 1.3;
}

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

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

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

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

.map-label_txt.lower {
  color: #333;
  background-color: rgba(255, 255, 255, .84);
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: .5em;
  line-height: 1;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .49);
}

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

.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;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.una_list {
  padding-left: 20px;
}

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

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

.sub-form_btn.modal-open_btn4 {
  height: 100%;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  padding: 0 1.7em 0 1.6em;
  font-family: quasimoda, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  display: flex;
}

.csi_h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: -2px 3px 1px #ff9102;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 3.3em;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
}

.csi_h1.blue {
  color: #1368d2;
}

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

.csi_h1.home {
  font-size: 2.7em;
}

.apply_btns {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.csi-apply {
  width: 12.5em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdbb30;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: quasimoda, sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
  box-shadow: -5px 3px #ff9102;
}

.csi-apply:hover {
  background-color: #fff;
  box-shadow: -5px 3px #ff9000;
}

.csi-apply:focus {
  background-color: #fff;
}

.csi-apply:focus-visible {
  background-color: #fff;
}

.csi-apply[data-wf-focus-visible] {
  background-color: #fff;
}

.contrast {
  z-index: 0;
  width: 100%;
  height: 80vh;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #333);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contrast.why {
  height: 45%;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(69, 78, 91, .88));
}

.tag {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .5em;
  line-height: 1.3;
  display: flex;
}

.value_l {
  width: 47%;
  height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.bg_why {
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.csi_h2 {
  width: auto;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: quasimoda, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.csi_h2.blue {
  width: auto;
  color: #1368d2;
  font-size: 2em;
}

.csi_h2.gold {
  color: #000;
  justify-content: center;
  display: flex;
}

.csi_h2.white {
  color: #fff;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

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

.csi_h2.left {
  text-align: left;
}

.gold {
  color: #fdbb30;
}

.csi_h3 {
  color: #000;
  text-transform: uppercase;
  font-family: quasimoda, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
}

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

.csi_h3.blue {
  color: #1368d2;
  text-align: left;
}

.csi_h3.blk {
  color: #000;
}

.csi_h3.white {
  color: #fff;
}

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

.csi_p {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5;
}

.csi_p.blk {
  color: #000;
}

.csi_p.blk.instructions {
  font-size: 1.2em;
}

.csi_p.blk.instructions.white {
  color: #fff;
}

.csi_p.blk.instructions.centered {
  text-align: center;
}

.csi_p.map-intro {
  color: #000;
  font-size: 1.5em;
}

.csi_p.white {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  font-weight: 400;
}

.csi_p.gallery {
  color: #000;
  font-family: quasimoda, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
}

.value_r {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

.value-txt_wrapper {
  color: #000;
}

.test_embed {
  width: auto;
  height: 100%;
  border: 7px #fdbb30;
}

.rankings_title {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.rankings_img {
  width: 100%;
}

.rankings-title_txt {
  width: 100%;
  background-color: #1368d2;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.rankings_wrapper {
  column-count: 2;
  align-items: flex-start;
  column-gap: 2em;
  margin-top: 0;
  margin-left: 0%;
  display: flex;
}

.gallery_title {
  width: 100%;
  border-bottom: 1px solid #000;
  justify-content: center;
  padding-bottom: 1em;
  display: flex;
}

.campus-gallery_wrapper {
  border-bottom: 20px #e1445f;
  margin-top: 0;
  padding-bottom: 1em;
}

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

.tour_title {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}

.tour_wrapper {
  width: 100%;
  height: 40em;
  margin-top: 1em;
}

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

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

.download_title {
  width: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.download_img {
  width: 50%;
  display: none;
}

.csi_link {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
}

.csi_link.blk {
  color: #000;
  text-decoration: underline;
}

.bg_eli {
  width: 100%;
  height: 100%;
  position: absolute;
}

.eli_img1 {
  border-left: 20px #e1445f;
}

.eli_callout {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 3em 3em;
}

.eli_list {
  color: #fff;
  padding-left: 20px;
}

.eli_li {
  color: #000;
  padding-top: .25em;
  padding-bottom: .25em;
  list-style-type: disc;
}

.eli_mid_centered {
  width: 70%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.eli-btm_l {
  width: 50%;
  border-right: 20px #30ccd6;
}

.eli-btm_txt {
  width: 50%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  flex-direction: column;
  display: flex;
}

.blue-bold {
  color: #1368d2;
  font-weight: 700;
}

.c-life {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto auto auto;
}

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

.grid_block.color {
  background-color: #454e5b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_block.color.gold {
  background-color: #fdbb30;
}

.grid_block.color.purple {
  background-color: #992d97;
}

.grid_block.color.cyan {
  background-color: #30ccd6;
}

.grid_block.color.green {
  background-color: #6b913b;
}

.c-grid_txt {
  width: 70%;
  height: 70%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-title {
  text-transform: uppercase;
  font-family: quasimoda, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 2.1;
}

.housing_title {
  width: 100%;
  background-color: #1368d2;
  border-bottom: 1px solid #fff;
  padding: 2em 5.9em 2em 2em;
}

.housing_txt {
  width: 61%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
  padding-left: 2em;
  display: flex;
}

.c-life_video {
  width: 100%;
  height: auto;
  background-color: #b3b3b3;
  margin-left: 0;
  margin-right: auto;
}

.c-life_txt-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.housing_grid {
  background-color: #fdbb30;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  padding: 2em;
}

.eli_img3 {
  width: 100%;
  border-left: 20px #992d97;
}

.value_btm {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.value-b-r {
  width: 45%;
  border-left: 1em #6b913b;
  padding-top: 2em;
}

.test_header {
  text-align: center;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
}

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

.ny-img {
  width: 25%;
}

.map2_wrapper {
  position: relative;
}

.attractions_wrapper {
  z-index: 5;
  width: 38%;
  background-color: #fdbb30;
  border: 3px #fff;
  flex-direction: column;
  margin-top: 4em;
  margin-left: 2em;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.csi_list.schools {
  line-height: 1.6;
}

.csi_li.schools {
  padding-top: .25em;
  padding-bottom: .25em;
}

.link {
  text-decoration: underline;
}

.instructions {
  margin-bottom: 2em;
}

.welcome_txt {
  background-color: #1368d2;
  border-right: 7px solid #fdbb30;
  justify-content: flex-end;
  padding: 2em 3em 2em 13vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0%;
  right: auto;
}

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

.csi_btn {
  width: auto;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdbb30;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: quasimoda, sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
  box-shadow: -5px 3px #ff9102;
}

.csi_btn:hover {
  background-color: #f3ac16;
  box-shadow: -5px 3px #ff9102;
}

.csi_btn:focus {
  background-color: #f3ac16;
}

.csi_btn:focus-visible {
  background-color: #f3ac16;
}

.csi_btn[data-wf-focus-visible] {
  background-color: #f3ac16;
}

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

.ferry_img {
  width: 54%;
}

.campus-txt_blue {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #1368d2;
  flex-direction: column;
  align-items: center;
  padding: 3em 4em 2em;
  display: flex;
}

.blue-arrow {
  width: 100%;
  height: 8em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
}

.programs_dwnld {
  background-color: #fdbb30;
  padding: 0;
  display: flex;
}

.dwnld-icon {
  width: 2em;
  height: 2em;
  flex: none;
  margin: 2em;
  padding-right: 0;
}

.download_txt {
  border-left: 1px solid #000;
  align-items: center;
  padding-left: 2em;
  padding-right: 2.5em;
  display: flex;
}

.normal {
  text-transform: capitalize;
  font-weight: 700;
}

.statue_wrapper {
  z-index: -1;
  margin-top: -14.7em;
  position: relative;
}

.programs_img {
  width: 46%;
}

.eli-mid_img {
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mascot {
  width: 40%;
  height: 34.4em;
  margin-top: -7.8em;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 2em;
  overflow: hidden;
}

.c-life_video-2 {
  width: 100%;
  height: auto;
  background-color: #b3b3b3;
  margin-left: 0;
  margin-right: auto;
}

.campus-life_embed {
  width: 100%;
  height: 100%;
}

.housing-title {
  background-color: #1368d2;
  padding: 2em;
}

.dc_gallery {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fdbb30;
  flex-direction: column;
  margin-top: 3.2em;
  padding: 4em 2em 2em;
  display: flex;
}

.housing-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.modal-wrapper-home {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

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

.modal-wrapper-home.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

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

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

.modal-container-home.subscribe {
  height: 60vh;
  max-height: 80vh;
  border-radius: 1em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  overflow: auto;
}

.modal-container-home.location {
  width: 65%;
  height: 30em;
  max-width: none;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 16vh;
  display: flex;
  overflow: auto;
}

.html-embed {
  overflow: auto;
}

.inquriy_embed {
  width: 100%;
}

.html-embed-2 {
  overflow: auto;
}

.color-block {
  width: 100%;
  height: 100%;
  background-color: #454e5b;
}

.locations_wrapper {
  position: static;
}

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

  .section.hero.why {
    height: 32.9em;
    margin-top: 7.4em;
  }

  .section.hero.apply {
    height: 53vh;
  }

  .section.hero.campus {
    height: 68vh;
  }

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

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

  .section.programs_imgs {
    margin-top: .8em;
  }

  .section.campus-life_hero {
    margin-top: 14.3em;
  }

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

  .quicklinks_list {
    width: 55%;
    height: auto;
    color: #0057b7;
    background-color: #fff;
    border-radius: 1em;
    flex-direction: column;
    margin-top: 0;
    padding: 2em;
    display: none;
    position: absolute;
    top: auto;
    bottom: 61%;
    left: 0%;
    right: 0%;
  }

  .quicklinks_li {
    justify-content: center;
  }

  .quicklink.home {
    color: #333;
    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 {
    width: 100%;
    height: 3.2em;
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    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;
  }

  .welcome {
    height: 83vh;
    align-items: flex-start;
    padding-top: 4em;
  }

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

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

  .video_wrapper.home {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .social_embed {
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #fff;
    border-radius: 50%;
  }

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

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

  .lang_link {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .lang_text {
    color: #fff;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .page-nav_wrapper {
    width: 5.5em;
    justify-content: space-between;
    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;
    width: 100vw;
    height: auto;
    background-color: #002654;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    font-size: 1em;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .modal-component.subscribe {
    height: 100%;
  }

  .modal-component.map-location._6th.right {
    top: 9.1em;
    left: 22.4em;
  }

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

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

  .modal-component.map-location._1st.left {
    top: 20.9em;
    left: 15.4em;
  }

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

  .modal-component.map-location._1st.left.new6 {
    top: 14.9em;
    left: 12.2em;
  }

  .modal-component.map-location._5th.right {
    top: 12.2em;
    left: 28.7em;
  }

  .modal-component.map-location._5th.right.new4 {
    top: 13.8em;
    left: 28.7em;
  }

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

  .button.modal-open_btn2.subscribe {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
  }

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

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

  .modal-container.subscribe {
    flex-direction: column;
    margin-top: 16.9em;
    margin-bottom: auto;
    position: relative;
  }

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

  .modal-close_btn {
    color: #fff;
  }

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

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

  .nav-menu {
    width: 100%;
    max-height: 75vh;
    background-color: #1368d2;
    padding-left: 30px;
    padding-right: 30px;
    right: auto;
  }

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

  .menu-button-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2:active {
    background-color: #1368d2;
  }

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

  .menu-button-2.w--open {
    background-color: #1368d2;
    border: 1px #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .07);
  }

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

  .menu-button-2.w--open:focus-visible {
    box-shadow: none;
    background-color: #c6202f;
  }

  .menu-button-2.w--open[data-wf-focus-visible] {
    box-shadow: none;
    background-color: #c6202f;
  }

  .navbar {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 1em 0 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .contents_title-2 {
    color: #fff;
    margin-left: 0;
    font-weight: 400;
  }

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

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

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

  .ql_menu-button {
    z-index: 2;
    width: 55%;
    color: #1368d2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1368d2;
    border-radius: 2em;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    font-family: quasimoda, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    color: #fff;
    background-color: #1368d2;
  }

  .nav_logo {
    width: 40%;
  }

  .hero {
    height: 30em;
    margin-top: 6.1em;
  }

  .mobile-social_bar {
    z-index: 500;
    width: 100%;
    height: auto;
    background-color: #1368d2;
    background-image: linear-gradient(#1058b2, #1368d2 100%, #1368d2);
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, .23);
  }

  .mobile-social {
    width: 100%;
    height: 3.2em;
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-left: 3em;
    display: flex;
    position: static;
  }

  .accordion_item {
    width: 100%;
  }

  .bg.home {
    width: 100%;
    height: 83vh;
    right: 0;
  }

  .brand {
    width: 49%;
    margin-top: 0;
    margin-left: 3em;
  }

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

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

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

  .sr_p {
    font-size: 16px;
  }

  .content_wrapper.diversity-l {
    width: 100%;
    height: 25em;
    margin-bottom: 2em;
  }

  .content_wrapper.diversity-r {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .care_wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .safety-section {
    width: 75%;
  }

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

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

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

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

  .answer_button.incorrect, .answer_button.incorrect2, .answer_button.incorrect3 {
    font-size: 16px;
  }

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

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

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

  .safety-vid_wrapper {
    width: 75%;
  }

  .plus-wrap {
    width: 20px;
  }

  .accordion_component {
    margin-top: 3em;
  }

  .spot_name {
    margin-left: 1em;
  }

  .content_center.map {
    width: 100%;
  }

  .content_center.why {
    width: 70%;
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .content_center.campus_title {
    top: 6em;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .content_center.gallery {
    margin-top: 24em;
  }

  .content_center.city-title {
    width: 70%;
  }

  .content_center.ny-map_wrapper {
    width: 80%;
  }

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

  .content_center.inquiry_wrapper {
    padding-bottom: 14em;
    overflow: auto;
  }

  .map_wrapper {
    width: auto;
    height: 37em;
    flex: none;
    margin-top: 8em;
  }

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

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

  .sub-form_btn.modal-open_btn4 {
    font-size: 1em;
    font-weight: 700;
  }

  .csi_h1.blue {
    align-items: flex-start;
  }

  .csi_h1.blue.contact {
    text-align: center;
  }

  .csi_h1.centered {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.9em;
  }

  .value_l {
    width: 100%;
  }

  .csi_h3 {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .rankings_wrapper, .value_btm {
    flex-direction: column;
  }

  .value-b-r {
    width: 82%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .map2_wrapper {
    margin-top: 2em;
  }

  .attractions_wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .welcome_txt {
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .campus-txt_blue {
    height: 25.7em;
  }

  .programs_dwnld {
    height: 4em;
  }

  .dwnld-icon {
    margin: 1em;
  }

  .download_txt {
    padding-left: 1em;
    padding-right: 1em;
  }

  .eli-mid_img {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

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

  .modal-container-home.subscribe {
    flex-direction: column;
    flex: none;
    margin-top: 12em;
    margin-bottom: auto;
    position: relative;
  }

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

  .map-intro-txt {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .locations_wrapper {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section.spotlight4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.hero.why {
    height: 26.8em;
  }

  .section.hero.apply {
    height: 44vh;
    margin-top: 8em;
  }

  .section.hero.campus {
    height: 48vh;
  }

  .section.hero.eli {
    height: 55vh;
  }

  .section.hero.contact {
    height: 15.6em;
  }

  .section.why-value {
    padding-top: 6.5em;
    padding-bottom: 8em;
  }

  .section.tour {
    padding-top: 5.3em;
  }

  .section.c-life_tiles {
    padding-bottom: 4em;
  }

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

  .section.programs_imgs {
    margin-top: 7.2em;
  }

  .section.campus-life_hero {
    width: 80%;
    margin-top: 12.6em;
  }

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

  .welcome {
    height: 86vh;
    flex: none;
  }

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

  .video_wrapper.home {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
  }

  .lang_menu {
    width: 68%;
    height: auto;
    justify-content: flex-start;
    padding-left: 2em;
    padding-right: 1em;
    font-size: .6em;
    line-height: 1.6;
  }

  .lang_link {
    font-size: 12px;
  }

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

  .footer_wrapper {
    background-color: #002654;
    padding-bottom: 0;
    bottom: 0;
  }

  .modal-component.subscribe {
    height: 100%;
    align-items: flex-start;
    position: absolute;
  }

  .modal-component.map-location._6th.right {
    top: 6.3em;
    left: 13.2em;
  }

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

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

  .modal-component.map-location._1st.left {
    width: 8.9em;
    top: 14.7em;
    left: 9.5em;
  }

  .modal-component.map-location._1st.left.new1 {
    width: 5em;
    top: 9.3em;
    left: 15.1em;
  }

  .modal-component.map-location._1st.left.new6 {
    width: 8.8em;
    top: 10.5em;
    left: 10.6em;
  }

  .modal-component.map-location._5th.right {
    width: 7.7em;
    align-items: flex-end;
    top: 9.6em;
    left: 20.6em;
  }

  .modal-component.map-location._5th.right.new4 {
    top: 7.9em;
    left: 20.6em;
  }

  .button.modal-open_btn2 {
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

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

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

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

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

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

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

  .navbar {
    padding-top: 0;
  }

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

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

  .ql_menu {
    width: auto;
  }

  .ql_menu-button {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .nav_logo {
    width: 50%;
  }

  .mobile-social_bar {
    border-left-style: none;
    padding-left: 0;
    top: 14%;
  }

  .mobile-social {
    height: 2.5em;
    -webkit-text-stroke-color: transparent;
    border: 1px #000;
    border-left-width: 0;
    flex: none;
    justify-content: center;
    margin-right: 0;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 0;
  }

  .bg.home {
    height: 86vh;
  }

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

  .video {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .sr_h1.centered {
    line-height: .7;
  }

  .title_section.safety {
    width: 75%;
  }

  .content_wrapper.spotlight_horiz2 {
    border-bottom-style: none;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5em;
  }

  .content_wrapper.safety2 {
    width: 85%;
  }

  .gallery_block {
    height: 100%;
  }

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

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

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

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

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

  .srjc_btn {
    width: 38%;
  }

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

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

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

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

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

  .plus-wrap {
    height: 20px;
  }

  .spot_imgs {
    flex-direction: column;
  }

  .spot_title {
    text-align: center;
  }

  .spot_title.sports {
    align-items: center;
  }

  .spotlight3 {
    padding-top: 0;
  }

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

  .content_center.apply {
    width: 80%;
  }

  .content_center.campus_title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 4em;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .content_center.gallery {
    width: 80%;
    margin-top: 25em;
    padding: 8em 4em 5em;
  }

  .content_center.tour, .content_center.programs_title {
    width: 80%;
  }

  .content_center.download {
    width: 80%;
    align-items: center;
  }

  .content_center.eli_title {
    width: 80%;
    justify-content: center;
  }

  .content_center.eli-content, .content_center.c-life_grid {
    width: 80%;
  }

  .content_center.city-title {
    width: 75%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .content_center.ny-map_wrapper {
    width: 90%;
    margin-top: 1em;
  }

  .content_center.programs_imgs {
    width: 70%;
    margin-top: -20.5em;
  }

  .content_center.campus-life_title {
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.cl-txt-wrapper {
    width: 70%;
    align-items: center;
  }

  .map_wrapper {
    width: 30em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1em;
    display: flex;
    left: auto;
  }

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

  .img_contain-2 {
    max-width: 100%;
    margin-left: auto;
  }

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

  .lb_wrapper {
    flex-direction: column;
  }

  .map-label_txt.lower {
    padding-top: .125em;
    padding-bottom: .125em;
    font-size: 10px;
  }

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

  .sub-form_btn.modal-open_btn4 {
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .csi_h1 {
    text-align: center;
    font-size: 2.1em;
  }

  .csi_h1.home {
    font-size: 1.9em;
  }

  .apply_btns {
    flex-direction: column;
  }

  .csi-apply {
    padding-top: 9px;
    padding-bottom: 7px;
    font-size: 1em;
  }

  .csi_h2 {
    font-size: 1.7em;
  }

  .csi_p {
    text-align: center;
  }

  .csi_p.map-intro {
    font-size: 1.4em;
    line-height: 1.3;
  }

  .csi_p.left {
    text-align: left;
  }

  .campus-gallery_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .download_content {
    justify-content: center;
  }

  .eli_mid_centered {
    width: 80%;
  }

  .eli-btm_l {
    width: 66%;
  }

  .eli-btm_txt {
    width: 100%;
    margin-top: 3.9em;
  }

  .c-life {
    width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_block.img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-title {
    line-height: 1.2;
  }

  .housing_txt {
    margin-top: 1em;
    padding-left: 0;
  }

  .campus_block {
    justify-content: center;
    display: flex;
  }

  .map2_wrapper {
    width: 100%;
  }

  .ferry_img {
    width: 82%;
  }

  .statue_wrapper {
    margin-top: -11.8em;
  }

  .eli-mid_img {
    width: 28%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .mascot {
    margin-top: 1.6em;
    right: -.4em;
  }

  .housing-title {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dc_gallery {
    padding-bottom: 4em;
  }

  .housing-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

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

  .map-intro-txt {
    width: 80%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .locations_wrapper {
    width: auto;
    height: auto;
    flex: none;
    display: block;
    left: auto;
  }
}

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

  .section.hero.apply {
    height: 28vh;
  }

  .section.hero.campus {
    height: 31vh;
  }

  .section.hero.ny {
    height: 55vh;
  }

  .section.hero.contact {
    height: 10.3em;
  }

  .section.why-value {
    margin-top: -3.1em;
    padding-top: 4.4em;
    padding-bottom: 4em;
  }

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

  .section.gallery {
    flex: none;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section.ny-map {
    padding-top: 6em;
    padding-bottom: 0;
  }

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

  .section.programs_imgs {
    margin-top: 12.6em;
  }

  .section.campus-life_hero {
    margin-top: 11.3em;
  }

  .section.campus-life_top {
    padding-bottom: 4em;
  }

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

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

  .img_contain.statue {
    width: 154%;
    max-width: none;
    object-position: -257% 46%;
  }

  .nav_list {
    margin-top: 1em;
  }

  .welcome {
    z-index: 2;
    align-items: center;
  }

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

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

  .lang_menu {
    width: 54%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-right: .5em;
    line-height: 1;
  }

  .lang_link {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .lang_text {
    white-space: pre-wrap;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
  }

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

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

  .modal-component.subscribe {
    width: 38%;
    align-items: stretch;
  }

  .modal-component.map-location._6th.right {
    width: 6.8em;
    align-items: flex-end;
    top: 4.2em;
    left: 10.5em;
  }

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

  .modal-component.map-location._2nd.right.new2 {
    width: 8em;
    top: 10.2em;
    left: 14.3em;
  }

  .modal-component.map-location._1st.left {
    justify-content: flex-end;
    top: 10.8em;
    left: 4.6em;
  }

  .modal-component.map-location._1st.left.new1 {
    width: 11.3em;
    top: 6.6em;
    left: 3.5em;
  }

  .modal-component.map-location._1st.left.new6 {
    width: 8.3em;
    justify-content: flex-start;
    align-items: center;
    top: 7.8em;
    left: 6.1em;
  }

  .modal-component.map-location._5th.right {
    width: 7.4em;
    align-items: flex-start;
    top: 7.3em;
    left: 15.1em;
  }

  .modal-component.map-location._5th.right.new4 {
    width: 6.6em;
    top: 6em;
    left: 15.1em;
  }

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

  .button.modal-open_btn2.subscribe {
    height: 100%;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1.2;
  }

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

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

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

  .modal-container.location {
    margin-top: 55%;
  }

  .modal-close_btn {
    top: 12%;
  }

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

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

  .menu-button-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding: 0;
  }

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

  .ql_bar {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ql_menu {
    width: 50%;
  }

  .ql_menu-button {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .nav_logo {
    width: 70%;
  }

  .hero {
    height: 20.8em;
  }

  .hero._36.safety {
    height: 20em;
    flex: none;
    padding-top: 4.5em;
  }

  .mobile-social_bar {
    width: 100%;
    height: auto;
    border-left-color: rgba(255, 255, 255, .6);
    flex-direction: row;
    justify-content: flex-start;
    top: 14%;
  }

  .brand {
    margin-left: 2em;
  }

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

  .sr_h1.centered {
    font-size: 2.8em;
    line-height: .9;
  }

  .sr_p, .sr_p.white {
    font-size: 16px;
  }

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

  .content_wrapper.spotlight_horiz2 {
    border-style: none;
    padding-bottom: 8em;
  }

  .gallery_block {
    flex-direction: column;
    display: flex;
  }

  .gallery_block.campus {
    width: 90%;
    height: 19.3em;
    margin-left: auto;
    margin-right: auto;
  }

  .care_wrapper, .police_wrapper, .diversity_wrapper {
    width: 100%;
  }

  .srjc_btn {
    width: 80%;
  }

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

  .answer_button.incorrect, .answer_button.incorrect2, .answer_button.incorrect3 {
    font-size: 13px;
  }

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

  .welcome_embed-2 {
    height: 100%;
    display: flex;
  }

  .safety-vid_wrapper {
    width: 100%;
  }

  .plus-wrap {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion_trigger.sports {
    flex-direction: column;
  }

  .accordion_content {
    text-align: center;
    align-items: center;
    padding-right: 1em;
  }

  .spot_img {
    width: 6.1em;
  }

  .spot_title.sports {
    width: 90%;
  }

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

  .content_center.apply {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .content_center.why {
    width: 100%;
    margin-top: -7.9em;
  }

  .content_center.rankings {
    width: 80%;
  }

  .content_center.campus_title {
    top: 2em;
    bottom: 0;
  }

  .content_center.gallery {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content_center.download {
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.ny-map_wrapper {
    width: 100%;
  }

  .content_center.testimonial_wrapper {
    width: 80%;
  }

  .content_center.programs_imgs {
    margin-top: -48em;
  }

  .content_center.eli_imgs {
    width: 80%;
    padding-top: 1em;
  }

  .content_center.campus-life_title {
    margin-top: 2.5em;
  }

  .content_center.cl-txt-wrapper, .content_center.dc-housing, .content_center.contact_title {
    width: 80%;
  }

  .content_center.inquiry_wrapper {
    width: 80%;
    margin-top: 3em;
  }

  .map_wrapper {
    width: 22.5em;
    height: auto;
    justify-content: center;
    margin-top: 12.6em;
    margin-left: auto;
    padding-bottom: 1em;
    display: flex;
    overflow: auto;
  }

  .location_bg {
    height: 16em;
  }

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

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

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

  .img_contain-2 {
    height: auto;
    object-position: 100% 50%;
    margin-left: 0;
  }

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

  .map-label_txt.lower {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: .125em;
    font-size: 10px;
  }

  .map-label_txt.lower.times {
    margin-top: 11px;
    font-size: 10px;
  }

  .sub-form_btn.modal-open_btn4:focus {
    border: 2px solid #ff9500;
  }

  .csi_h1 {
    text-align: center;
    font-size: 2em;
  }

  .csi_h1.blue.contact {
    font-size: 2.1em;
  }

  .csi_h1.centered {
    font-size: 2.2em;
  }

  .csi_h1.home {
    font-size: 1.9em;
  }

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

  .csi_h2 {
    text-align: center;
    font-size: 1.7em;
  }

  .csi_h2.white {
    text-align: center;
    justify-content: center;
  }

  .csi_h2.left {
    text-align: center;
  }

  .csi_h3 {
    font-size: 1.2em;
  }

  .csi_p.left, .value-txt_wrapper {
    text-align: center;
  }

  .download_content {
    text-align: center;
    justify-content: center;
  }

  .eli_callout {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .eli-btm_txt {
    margin-top: 1em;
  }

  .c-life {
    flex-direction: column;
    display: flex;
  }

  .housing_txt {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 2em;
  }

  .value-b-r {
    width: 100%;
  }

  .rankings_block {
    text-align: center;
  }

  .campus-txt_blue {
    padding-left: 2em;
    padding-right: 2em;
  }

  .programs_dwnld {
    width: 100%;
    height: auto;
    align-items: center;
  }

  .download_txt {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .statue_wrapper {
    height: 19.8em;
    margin-top: 12.6em;
    overflow: hidden;
  }

  .programs_img {
    width: 100%;
  }

  .mascot {
    width: 33%;
    height: auto;
    flex: none;
    align-self: auto;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6svh;
    top: auto;
    left: 20%;
    right: 20%;
  }

  .housing-title {
    padding-bottom: 19.9em;
  }

  .dc_gallery {
    padding-top: 3em;
  }

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

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

  .modal-container-home.location {
    margin-top: 55%;
  }

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

  .locations_wrapper {
    left: 0%;
  }
}

#w-node-_4dd72d3c-662b-bd4d-fdb6-09e8cb2c7b80-116c6434 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b3c63c8-c8d2-21e7-932a-52aca8c3eacf-116c6487, #w-node-_2718dd55-ef5b-5a1d-4493-86f222f8f290-116c6487, #w-node-_50a01252-01d2-b1a4-3c9e-efee4933d23c-116c6487, #w-node-a93fef70-effa-211d-87f3-5bd79adfbbd0-116c6487, #w-node-_7857501c-604e-9b0b-9841-e04d48a9ee91-116c6487, #w-node-_36d6b134-6332-903f-3728-d9e1bf3601e6-116c6487, #w-node-_2ead7ef4-6fb5-a3a2-4ff7-d055394b8460-116c6487, #w-node-_05a08e8a-4837-b8aa-6d01-067250695f41-116c6487, #w-node-_914a1f5d-ce5c-8c27-1508-274696aec673-116c6487, #w-node-_3fd90e2f-74de-185c-62c8-c1634fed7d63-116c6487, #w-node-_19feeadc-cbbf-662a-aa18-e51056e1868e-116c6487, #w-node-_512e3212-def4-f8c4-6400-a5e66760c02d-116c6487, #w-node-_957ddce9-4f18-867a-f29f-f444e6499185-116c6487, #w-node-_79ee22b9-6e03-ca4a-8a90-c13e7662e4b2-116c6487, #w-node-d1fa11a5-1104-1948-9049-d1ee0f64ae9e-116c6487, #w-node-_7e8838e0-a63c-cd28-f4ce-1de4e2e4b2c9-116c6487, #w-node-b12dc8be-12e2-44fd-c545-b3d44066184a-116c6487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a51c10b-5b33-f317-e0c2-2bbdf906bdf1-f906bde3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a51c10b-5b33-f317-e0c2-2bbdf906bdfa-f906bde3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_85af9263-207c-8b9e-4c15-36deaadafa65-116c64b0, #w-node-_9a5d2e97-b594-4455-e14d-afd106ac9e1d-116c64b0, #w-node-_683955d4-9aa0-da4e-9d66-01b691f453a3-116c64b0, #w-node-da1ce724-f58c-100f-78a2-9d8447c6d7c2-116c64b0, #w-node-be3d5aee-d6d9-143a-765e-89ba16e041e7-116c64b0, #w-node-_21f482aa-1711-936f-f584-3bcb6465e257-116c64b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52df9a8f-cd44-ad44-2f0e-9168acf0162b-116c64ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52df9a8f-cd44-ad44-2f0e-9168acf0167b-116c64ba, #w-node-_52df9a8f-cd44-ad44-2f0e-9168acf01771-116c64ba, #w-node-_52df9a8f-cd44-ad44-2f0e-9168acf017c8-116c64ba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fc222181-c642-6484-6888-5f032c893f58-116c64ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc222181-c642-6484-6888-5f032c893fa8-116c64ba, #w-node-_602c13d3-1c1f-dc68-2d31-6987ddd53d0a-116c64ba, #w-node-e5d84a88-29d5-5dab-3228-feee9f389f67-116c64ba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e7010428-502b-d28c-8e88-df58261471e4-116c64ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7010428-502b-d28c-8e88-df5826147234-116c64ba {
  grid-area: 2 / 1 / 3 / 2;
}


