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

@font-face {
  font-family: "Hartwicksans Open 1";
  src: url('../fonts/HartwickSans-Open-1.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Collier Book;
  src: url('../fonts/Collier-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --hw-dk-blue: #002b49;
  --hw_pale-blue: #e8eff3;
  --white: white;
  --depaul-blue: #0057b7;
  --light-gray: #dbdbdb;
  --text-black: #333;
  --hover-blue: #034d96;
  --smc-blue: #005db8;
  --hartwickblue: #005d93;
  --hw-disabled: #e8eff3;
  --depaul-red: #af272f;
  --hartwick-gold: #ffbf3d;
  --hw-rust: #ce4422;
  --deep-sky-blue: #00a9e0;
  --dim-grey: #5c5c5c;
  --hw-cyan: #00b1ee;
  --smc-yellow: #f3d03e;
  --unibuddy-blue: #004c98;
  --dk-blue-overlay: #002b49e0;
  --mapbg: #aad3df;
  --deep-sky-blue-2: #43c9f5;
  --dark-gray: #585353;
  --medium-gray: #b3b3b3;
  --focused-yellow: #e5c961;
  --light-cyan: #d4eff8;
  --sky-blue: #8ee3ff;
}

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

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

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

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

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

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

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

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

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

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

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

.section {
  width: 100%;
}

.section.map1 {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.section.map-location {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 104vh;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.section.neighborhood_1 {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.neighborhood_2 {
  background-color: var(--hw_pale-blue);
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.big-city {
  padding-top: 0;
}

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

.section.academics_3 {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.tuition_1 {
  height: 32em;
}

.section.tuition_2 {
  background-color: var(--hw-dk-blue);
  padding-top: 4em;
  padding-bottom: 10em;
  font-family: Poppins, sans-serif;
}

.section.fp_1 {
  padding-bottom: 8em;
}

.section.fp_2 {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.fp_3 {
  padding-top: 10em;
  padding-bottom: 14em;
}

.section.sl_1 {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 8em;
}

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

.section.sl_3 {
  height: 99vh;
}

.section.campus_1 {
  padding-bottom: 1em;
}

.section.campus_2 {
  background-color: var(--white);
  padding-top: 1em;
  padding-bottom: 6em;
}

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

.section.home_2 {
  background-color: var(--hw-dk-blue);
  padding-top: 10em;
  padding-bottom: 14em;
}

.section.learning_1 {
  z-index: 4;
  height: 80vh;
  position: relative;
}

.section.learning_2 {
  z-index: 4;
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.learning_3 {
  z-index: 4;
  background-color: var(--hw-dk-blue);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 14em;
  position: relative;
}

.section.resources_1 {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 8em;
}

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

.section.resources_3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 14em;
  display: flex;
}

.section.home_gallery {
  background-color: var(--hw-dk-blue);
  padding-top: 8em;
  padding-bottom: 12em;
}

.section.more-info_hero {
  height: 25em;
}

.section.form, .section.form1 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.form2 {
  background-color: var(--hw-dk-blue);
  height: 100%;
  min-height: 100%;
  padding-top: 6em;
  padding-bottom: 8em;
}

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

.main.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75vw;
  height: auto;
  min-height: 100%;
  padding-bottom: 0;
  position: relative;
}

.main.body.state-main {
  bottom: 3em;
}

.main.home {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.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 {
  border-bottom: 1px none var(--light-gray);
  background-color: #0000;
}

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

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

.quicklink {
  color: var(--depaul-blue);
  text-align: center;
  padding: .5em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

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

.quicklink.home {
  color: var(--text-black);
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.skiplink_a {
  opacity: 1;
  color: var(--depaul-blue);
  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, .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(--depaul-blue);
  text-align: left;
}

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

.social_wrapper {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px #000;
  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: 90%;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

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

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

.my-container.city {
  margin-top: 2em;
  padding-bottom: 0;
}

.my-container.city.top5 {
  width: 80%;
}

.my-container.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 77vh;
  margin: 0 0 0;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.my-container.unibuddy {
  background-color: #0000;
  margin-top: 2em;
  margin-bottom: 10em;
  padding-top: 0;
}

.my-container.home-subscribe {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 96vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  position: relative;
}

.my-container.neighborhood {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 96vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  display: none;
  position: relative;
}

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

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

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

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

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

.img_cover.sm_ctr {
  object-position: 0% 100%;
}

.img_cover.tuition {
  object-position: 1% 23%;
}

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

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

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

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

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

.lang_link {
  color: var(--white);
  text-shadow: 1px 1px 2px var(--smc-blue);
  margin-right: 1em;
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.lang_text {
  color: var(--white);
  text-shadow: 1px 1px 6px var(--smc-blue);
  margin-right: 1em;
  font-family: Gotham;
  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;
  display: none;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  background-color: var(--white);
  opacity: 1;
  color: var(--depaul-blue);
  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, .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(--hartwickblue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 0;
  display: flex;
}

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

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

.nav-back.disabled:hover {
  background-color: var(--hw-disabled);
}

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

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

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

.html-embed {
  width: 100%;
  height: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
}

.footer_wrapper {
  z-index: 550;
  background-color: var(--hartwickblue);
  justify-content: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 7px 12px #00000073;
}

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

.modal-component.subscribe {
  flex: none;
  height: 3em;
}

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

.modal-component.profile {
  z-index: auto;
  inset: auto auto 2em;
}

.modal-component.unibud {
  position: relative;
  inset: auto 0% 0% auto;
}

.modal-component.play-welcome {
  z-index: auto;
  z-index: auto;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.modal-component.play-welcome.video-container.absolute {
  justify-content: center;
  position: absolute;
  inset: 0%;
}

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

.button.modal-open_btn {
  background-color: var(--depaul-red);
  padding: 1em 3em;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
}

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

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  background-color: var(--depaul-red);
}

.button.modal-open_btn2 {
  background-color: var(--depaul-red);
  padding: 1em 3em;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  background-color: var(--hartwick-gold);
  color: var(--hartwickblue);
  align-items: center;
  height: 100%;
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: flex;
}

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

.button.modal-open_btn2.subscribe-home {
  background-color: var(--hartwick-gold);
  color: var(--hartwickblue);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: flex;
}

.button.modal-open_btn2.subscribe-home:hover, .button.modal-open_btn2.subscribe-home:focus {
  border: 1px none var(--hw-rust);
  background-color: var(--white);
  color: var(--hartwickblue);
}

.button.subscribe {
  background-color: var(--depaul-red);
  margin-top: 0;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
  font-weight: 700;
}

.button.modal-open_btn {
  background-color: var(--depaul-blue);
  border-radius: .5em;
}

.button.modal-open_btn.profile {
  background-color: var(--smc-blue);
  font-family: "Gotham 0";
  display: none;
}

.button.modal-open_btn.profile:hover {
  background-color: var(--hover-blue);
  font-family: "Gotham 0";
  font-weight: 700;
}

.button.modal-open_btn.unibud {
  background-color: var(--text-black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2em 2.5em 1.2em 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
}

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

.button.modal-open_btn.play-welcome {
  z-index: auto;
  color: #f1c500;
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0 0 0 .125em;
  font-size: 3.4em;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #00000021;
}

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  color: #009087;
  background-color: #0000;
  border: 1px #46166b;
}

.button.modal-open_btn.play-welcome.play-button {
  background-color: var(--white);
  flex: none;
}

.button.modal-open_btn.play-welcome.play-button:hover {
  color: var(--deep-sky-blue);
  border-style: none;
  border-color: #0000;
}

.button.modal-open_btn.play-welcome.play-button:focus {
  color: var(--deep-sky-blue);
  border-color: #0000;
}

.button.modal-open_btn.play-welcome.play-button {
  color: var(--dim-grey);
  font-size: 2.5em;
}

.button.modal-open_btn.play-welcome.play-button:hover {
  color: var(--text-black);
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

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

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

.modal-wrapper.subscribe-home.fixed {
  display: flex;
}

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

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

.modal-wrapper.play-welcome.sl {
  z-index: 2;
  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.profile {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  align-items: center;
  margin-top: 16vh;
  display: flex;
}

.modal-container.unibud {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13vh;
  display: flex;
}

.modal-container.subscribe-home {
  border-radius: 1em;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
  overflow: auto;
}

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

.modal-container.play-welcome.sl {
  z-index: 3;
  align-items: center;
  width: 80%;
  max-width: 900px;
  height: 60vh;
  max-height: 60vh;
  margin-top: 16vh;
  padding-top: 0;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

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

.navbar {
  background-color: var(--hartwickblue);
  border-bottom: 1px #000;
  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: 2em auto 0;
  padding-top: 0;
  padding-bottom: .1em;
  padding-left: .7em;
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  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, .nav_link-2[data-wf-focus-visible] {
  font-weight: 700;
}

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 700;
}

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

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.hero {
  object-position: 50% 0%;
  background-color: #0000;
  width: 100%;
  height: 28.3em;
}

.hero._28em {
  height: 28em;
}

.hero._28em.relative {
  height: 32.7em;
  position: relative;
}

.hero.video {
  height: 80vh;
  position: relative;
}

.hero.video.city {
  height: 70vh;
}

.hero.video.city.fixed {
  background-color: #0000;
  height: 90vh;
}

.hero.video.state {
  z-index: 5;
  background-color: #0000;
  height: 90vh;
  display: flex;
}

.hero.relative {
  position: relative;
}

.title {
  width: 100%;
}

.title._1col {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
}

.title.state {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0;
  display: flex;
  position: relative;
}

.title.city {
  width: 80%;
  margin: 4em auto;
  display: flex;
}

.smc_p {
  text-align: left;
  font-family: Gothambook;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.smc_p._1-2em {
  text-align: left;
  width: auto;
  font-family: Gothambook;
  font-size: 1.2em;
  font-weight: 500;
}

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

.smc_p.centered.unibuddy {
  width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
}

.smc_p.unibuddy.name {
  margin-top: 1em;
  font-family: "Gotham 0";
  font-size: 1.6em;
  font-weight: 400;
}

.smc_p.unibuddy._1-3 {
  margin-top: .7em;
  font-size: 1.3em;
}

.smc_p.unibuddy._1-3.bottom {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
}

.smc_h2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  padding: .5em;
  font-family: Gotham;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.smc_h2.unibuddy {
  text-align: center;
  text-transform: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham;
  font-size: 1.7em;
  line-height: 1.3;
}

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

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

.dp_h3 {
  color: var(--depaul-blue);
  text-align: left;
  font-family: Gotham;
  font-size: 1.8em;
  line-height: 1.1;
}

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

.bg {
  z-index: 0;
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

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

.bg.home.welcome {
  background-color: var(--hw-dk-blue);
  background-image: linear-gradient(178deg, var(--hartwickblue) 72%, var(--hw-dk-blue));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  padding-bottom: 4em;
  display: flex;
}

.bg.cities {
  height: 96vh;
  position: relative;
}

.bg.academics_s2 {
  height: 100vh;
  position: relative;
}

.bg.sl3 {
  position: relative;
}

.bg.learning {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.community {
  width: 80%;
  margin-top: 3em;
  margin-bottom: 4em;
}

.profile_block {
  height: 44em;
  position: relative;
}

.profile_base {
  background-color: var(--white);
  border-radius: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0003;
}

.profile_img {
  outline-color: var(--white);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 50%;
  outline-width: 4px;
  outline-style: solid;
  width: 6em;
  height: 6em;
  margin-top: -2.4em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.community-grid {
  grid-row-gap: 3em;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.testimonial_img {
  width: auto;
  min-width: 30%;
  max-width: 30%;
}

.unibuddy_wrapper {
  align-items: stretch;
  width: auto;
  height: 3.8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.unibuddy_wrapper:hover {
  box-shadow: 1px 1px 7px #00000091;
}

.unibuddy_wrapper:focus {
  width: 4.4em;
  box-shadow: 1px 1px 7px #00000091;
}

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

.modal-wrapper-2.initial {
  display: none;
}

.text-span-4 {
  font-weight: 400;
}

.unibud-img_wrapper {
  width: 4em;
  height: 100%;
}

.unibuddy-logo {
  width: 40%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

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

.overlay-title {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-title.state {
  justify-content: flex-end;
  height: 10em;
  top: auto;
  bottom: 10.6em;
}

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

.steps-left.top5 {
  width: 40%;
}

.left-content {
  background-color: var(--smc-blue);
  border-radius: 1em;
  height: auto;
  position: sticky;
  top: 22%;
  box-shadow: 1px 1px 7px #0000004a;
}

.left-content.top5 {
  background-color: var(--hartwick-gold);
  border-radius: 0;
  padding: 2em;
}

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

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

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

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

.img_wrapper {
  background-color: var(--hw-cyan);
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-left: 0;
  padding: .5em;
  display: flex;
}

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

.number {
  color: var(--text-black);
  font-family: Gotham;
  font-size: 2em;
  font-weight: 700;
}

.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-top: .5em;
  margin-left: auto;
  display: flex;
  position: relative;
}

.top10_img {
  border-radius: 0;
  width: 100%;
  height: 17.3em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.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: 35%;
  margin-top: 1em;
}

.brand.w--current {
  width: 35%;
  margin-top: .5em;
}

.video {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.video.welcome {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.video.neighborhood, .video.academics, .video.campus {
  width: 100%;
  height: 100%;
  position: static;
}

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

.arrow.next {
  width: 48%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.arrow.down {
  background-color: #0000;
  height: 63%;
  transform: rotate(269deg);
}

.down_btn {
  z-index: 2;
  background-color: var(--smc-yellow);
  box-shadow: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: -1.6em;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
  position: relative;
}

.down_btn.w--current {
  background-color: var(--deep-sky-blue);
}

.down_btn.city {
  background-color: #fff;
  margin-top: 7.5em;
  margin-bottom: -18px;
}

.down_btn.city:hover {
  background-color: var(--white);
}

.profile-blue-bar {
  background-color: var(--unibuddy-blue);
  width: 100%;
  height: 3.5em;
}

.unibuddy-chat {
  border: 2px solid var(--unibuddy-blue);
  color: var(--unibuddy-blue);
  background-color: #0000;
  border-radius: 500px;
  margin-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
}

.unibuddy-profile-bottom {
  border-top: 1px solid #e9e9e9;
  flex-direction: column;
  width: 90%;
  height: auto;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.unibuddy_caps {
  text-transform: uppercase;
  font-family: Gothambook;
  font-size: 1.1em;
}

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

.unibuddy-link {
  color: var(--smc-blue);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Gotham;
  font-size: 1.2em;
  font-weight: 500;
}

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

.flag {
  object-fit: contain;
  width: 2.5em;
}

.state-img_wrapper {
  border-radius: 50%;
  flex: none;
  width: 18em;
  height: 18em;
  overflow: hidden;
}

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

.why-fact_block-v {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-center {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-center.state-callout {
  grid-column-gap: 3em;
  justify-content: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.content-center.locations2 {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.content-center.neighborhood1 {
  flex-direction: column;
  width: 80%;
  margin-top: 0;
  display: flex;
}

.content-center.neighborhood3 {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 8em 0% auto;
}

.content-center.academics2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  width: 65%;
  margin-top: 6em;
  display: flex;
}

.content-center.academics3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-center.tuition2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  width: 70%;
  margin-top: 4em;
  display: flex;
}

.content-center.fp1 {
  margin-top: 3em;
}

.content-center.fp1_txt {
  width: 65%;
  margin-top: 2em;
}

.content-center.fp1_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 65%;
  margin-top: 2em;
  display: flex;
}

.content-center.fp2_1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: center;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.content-center.fp3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.content-center.fp3_2 {
  background-color: var(--hartwick-gold);
  width: 65%;
  margin-top: 2em;
  padding: 2em 2em 1em 0;
}

.content-center.internships {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--hw-dk-blue);
  flex-direction: column;
  width: 65%;
  margin-top: 2em;
  padding: 5em 4em;
  display: flex;
}

.content-center.sl1 {
  flex-direction: column;
  width: 70%;
  display: flex;
}

.content-center.sl1_2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  margin-top: 4em;
  display: flex;
}

.content-center.sl1_3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--hw-cyan);
  flex-direction: column;
  width: 65%;
  margin-top: 4em;
  padding: 2em;
  display: flex;
}

.content-center.sl2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  margin-top: 0;
  display: flex;
}

.content-center.sl3_text {
  position: absolute;
  inset: 10em 0% auto;
}

.content-center.campus_title {
  background-color: var(--dk-blue-overlay);
  width: 36%;
  margin-top: 14.3em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  inset: 0% 0% auto;
}

.content-center.campus2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  margin-top: 1.5em;
  display: flex;
}

.content-center.campus3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  width: 65%;
  display: flex;
}

.content-center.home1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  margin-top: 3em;
  display: flex;
}

.content-center.campus4 {
  background-color: var(--hartwick-gold);
  width: 65%;
  margin-top: 3em;
  padding: 3em;
}

.content-center.home2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 65%;
  margin-top: -19.9em;
  display: flex;
}

.content-center.spaces_title {
  margin-top: 12em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.9em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-center.learning1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.content-center.learning2 {
  background-color: var(--hartwick-gold);
  width: 100%;
  margin-top: 2em;
  padding: 3em;
}

.content-center.learning3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dk-blue-overlay);
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.content-center.resources1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.content-center.resources2 {
  z-index: 4;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--hartwick-gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 2em;
  padding: 3em;
  display: flex;
}

.content-center.resources3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  width: 65%;
  margin-top: 2em;
  padding-right: 0;
  display: flex;
}

.content-center.resources3._2 {
  padding-right: 0;
}

.content-center.spaces_3 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  margin-top: 8em;
  display: flex;
}

.content-center.home-gallery-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-center.gallery_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-flow: column;
  width: 65%;
  margin-top: 3em;
  padding: 3em;
  display: flex;
}

.content-center.form_wrap {
  background-color: var(--white);
  padding: 4em 3em 3em;
}

.content-center.cge {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffff91;
  flex-flow: column;
  width: 65%;
  margin-top: -10em;
  padding: 2em;
  display: flex;
}

.content-center.campus-gallery {
  flex-flow: column;
  width: 65%;
  margin-top: 5em;
  display: flex;
}

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

.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;
  inset: 0% 0 auto auto;
}

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

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

.video-embed.sl {
  align-items: center;
  height: 100%;
  padding-top: 0;
}

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

.cali-intro-txt {
  align-items: center;
  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;
  inset: 0% 0% auto auto;
}

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

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

.map-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  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;
}

.scroll-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  opacity: 1;
  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;
}

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

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

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

.location-link.w--current {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
}

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

.video_header {
  color: var(--smc-blue);
  text-align: center;
  font-family: Gotham;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

.vid-title-txt {
  flex-direction: column;
  display: flex;
}

.vid-title-txt.top5 {
  align-items: center;
}

.video_title {
  color: #1145b8;
  font-family: Gothambook;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.2;
}

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

.video_fine {
  color: #707070;
  padding-left: .2em;
  font-style: italic;
  font-weight: 500;
}

.map-txt-wrap {
  background-color: #f2efe9c2;
  width: 80%;
  padding: 2em;
}

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

.heading, .heading-2 {
  font-family: Open Sans, sans-serif;
}

.top10-title {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.map-title_link {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.heading-3 {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
}

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

.h_h1 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: acier-bat-solid, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.h_h1.blue {
  color: var(--hartwickblue);
  line-height: 1;
}

.h_h1.blue.centered.fp {
  font-size: 2.3em;
  line-height: .1;
}

.h_h1.blue.centered.fp.sub-title {
  line-height: 1.1;
}

.h_h1.blue.centered.form {
  font-size: 4.3em;
}

.h_h1.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.h_h1.centered.welcome {
  width: 100%;
  font-size: 3.3em;
}

.h_h1.cyan {
  color: var(--hw-cyan);
}

.h_h1.cyan.sm_cntr.edit-centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.hw {
  color: var(--hw-cyan);
  font-family: "Hartwicksans Open 1", sans-serif;
  font-size: 1.1em;
}

.hw.dk {
  color: var(--hartwickblue);
  font-size: 2.1em;
  line-height: .9;
}

.hw.dk.academics {
  font-size: 1.4em;
}

.hw.dk.campus, .hw.dk.more-info {
  font-size: 1.3em;
}

.hw.wht {
  color: var(--white);
}

.hw.number {
  color: var(--hartwickblue);
  font-size: 4.1em;
  font-weight: 900;
  line-height: .8;
}

.hw.home {
  font-size: 1em;
}

.neighborhood_vid {
  border-bottom: 6px none var(--hartwick-gold);
  width: 80%;
  height: 100%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.neighborhood1 {
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.h_p1 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.h_p1.ex-link {
  color: var(--hw-cyan);
  white-space: break-spaces;
  word-break: normal;
  font-size: 1.1em;
  text-decoration: underline;
}

.h_p1.blue {
  color: var(--hartwickblue);
}

.h_p1.blue.centered {
  text-align: center;
}

.h_p1.blue.emph {
  font-size: 1.1em;
}

.h_p1.blue.distance {
  margin-top: -.5em;
  font-size: .9em;
}

.h_p1.clubs {
  font-size: 1.3em;
}

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

.h_p1.centered.intro {
  color: var(--deep-sky-blue-2);
  font-size: 1.3em;
}

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

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

.nhd_img1 {
  height: 15.6em;
}

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

.ex-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

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

.ex-link_img {
  flex: none;
  width: 4em;
}

.steps_neighborhood {
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.h_h2 {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

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

.h_h2.centered.scholarships {
  font-size: 1.7em;
}

.h_h2.academics {
  color: var(--white);
  text-align: center;
  font-size: 3em;
}

.h_h2.fp3 {
  font-size: 2.7em;
}

.h_h2.cyan {
  color: var(--hw-cyan);
}

.h_h2.campus-row {
  font-size: 2.2em;
}

.h_h2.spaces-block {
  color: var(--hw-cyan);
  font-size: 1.5em;
}

.step-title {
  flex-direction: column;
  display: flex;
}

.step-titletxt {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}

.step-collier {
  font-family: Collier Book, sans-serif;
}

.step_txt {
  display: none;
}

.h_c {
  color: var(--hartwickblue);
  font-family: Collier Book, sans-serif;
  font-size: 1.1em;
  line-height: 1.3;
}

.cities-title {
  background-color: var(--hartwick-gold);
  width: 50%;
  padding: 2em;
}

.cities_txt {
  background-color: var(--white);
  width: 68%;
  margin-top: 1em;
  padding: 1em 1em 0 .8em;
}

.h_p2 {
  color: var(--hartwickblue);
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.h_p2.norm {
  font-weight: 400;
}

.h_p2.norm.centered {
  text-align: center;
  line-height: 1.4;
}

.h_p2.cities {
  padding-left: 1em;
}

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

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

.h_p2.new-pop-programs {
  font-size: 1.1em;
}

.list-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.city_img {
  width: 9.9em;
}

.cities-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  margin-top: .5em;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.city-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.academics_title {
  padding-left: 4em;
  position: absolute;
  inset: 3em 0% auto;
}

.academics_vid {
  border-bottom: 6px none var(--hartwick-gold);
  width: 100%;
  height: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.academics2_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dk-blue-overlay);
  flex-direction: column;
  width: 28em;
  padding: 3em 2em;
  display: flex;
  position: absolute;
  inset: 10em auto auto 18%;
}

.collier {
  font-family: Collier Book, sans-serif;
  line-height: 1.4;
}

.collier.wht {
  color: #fff;
  font-size: 1.1em;
}

.collier.wht.sm_cntr.year-header {
  font-size: 1.3em;
}

.collier.blue {
  color: var(--hartwickblue);
}

.academics_row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: .5px solid var(--hw-cyan);
  justify-content: space-around;
  align-items: center;
  width: 70%;
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
}

.academics_row.top {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-around;
  margin-top: 4em;
}

.academics_row.btm {
  border-bottom-style: none;
  width: 70%;
}

.academics_row.courses_txt {
  justify-content: flex-start;
  align-items: flex-start;
}

.academics_row.courses_txt.disabled {
  display: none;
}

.academics_icon {
  flex: none;
  width: auto;
}

.academics_icon.research {
  width: 5.8em;
}

.academics_icon._45 {
  width: 7.7em;
  margin-left: -1.5em;
}

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

.academics3_txt._3 {
  width: 61%;
}

.academics3_txt.honors {
  width: 63%;
}

.academics-item {
  color: var(--hw-cyan);
  font-family: acier-bat-solid, sans-serif;
  font-size: 2em;
  line-height: .9;
}

.courses_col1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: none;
  width: 44%;
  display: flex;
}

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

.and {
  color: var(--hw-cyan);
  font-family: Poppins, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
}

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

.av-cost {
  background-color: var(--hartwick-gold);
  padding: 1.5em 2em;
}

.tuition_img {
  height: 14em;
}

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

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

.hw_link {
  color: var(--hw-cyan);
  font-weight: 700;
  text-decoration: underline;
}

.hw_link.dk {
  color: var(--hartwickblue);
}

.hw_link.dk.pinelake {
  font-weight: 400;
}

.fp_hero {
  height: 29.7em;
}

.fp-title_line {
  border-top: 1px solid var(--hartwickblue);
  width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.fp-lrg {
  font-size: 1.7em;
  line-height: .9;
}

.fp-col-l {
  width: 60%;
}

.fp-col-2 {
  width: 35%;
}

.fp_row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.fp_number {
  background-color: var(--hartwick-gold);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
}

.year {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.7em;
}

.fp-row_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.scholarships_list {
  color: var(--hartwickblue);
}

.h_h3 {
  color: var(--hw-cyan);
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}

.h_h3.sub {
  color: var(--hw-cyan);
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.h_h3.sports-title {
  font-size: 1.5em;
}

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

.h_h3.centered.home {
  font-size: 2.5em;
}

.intern_row {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-around;
  align-items: center;
  max-height: none;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.intern_row._3rd {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.intern_logo {
  height: 100%;
}

.intern_logo.bwfa {
  width: 40%;
}

.intern_logo.bwfa.top {
  width: 32%;
}

.intern_logo.rau {
  width: 34%;
}

.intern_logo.rau.top {
  width: 29%;
}

.intern_logo.ey {
  width: 22%;
}

.intern_logo.rau-copy {
  width: 40%;
}

.intern_logo.bgroup {
  width: 43%;
  padding-left: 2em;
}

.intern_logo.comets {
  width: 25%;
}

.intern_logo.marshall {
  width: 27%;
}

.intern_logo.red-cross {
  width: 21%;
  height: auto;
}

.intern_logo.nato {
  width: 35%;
}

.intern_logo.nato.top {
  width: 32%;
}

.intern_logo.lab {
  width: 43%;
}

.intern_logo.lab.top {
  width: 33%;
}

.sl_hero {
  height: 24em;
}

.sl_title {
  width: 92%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.sl_clubs {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clubs-col {
  width: 50%;
}

.clubs_list {
  color: #fff;
}

.sports {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--dk-blue-overlay);
  flex-direction: column;
  width: 57%;
  margin-left: auto;
  padding: 2em;
  display: flex;
}

.sports_list {
  color: #fff;
  padding-left: 10px;
}

.sports-list_title {
  margin-top: 1em;
}

.sports-col {
  width: 50%;
}

.sports-cols {
  display: flex;
}

.campus_hero {
  height: 40em;
  position: relative;
}

.campus_vid {
  border-bottom: 6px none var(--hartwick-gold);
  width: 100%;
  height: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

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

.campus-row_img {
  width: 100%;
  height: 18em;
}

.campus-row_txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--hartwick-gold);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.home_txt, .home_txt.no-margin {
  margin-top: 0;
}

.acier {
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.5em;
}

.acier.learning {
  line-height: 1.2;
}

.acier_link {
  color: var(--hartwickblue);
  text-decoration: underline;
}

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

.housing_img {
  border: 3px solid var(--white);
  box-shadow: 0 2px 5px #0003;
}

.housing_r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fffffff7;
  flex-direction: column;
  width: 43%;
  padding: 3em 3em 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.housing_list {
  color: var(--hw-dk-blue);
  padding-left: 10px;
}

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

.learning-title {
  background-color: var(--dk-blue-overlay);
  padding: 2em;
}

.learning_3 {
  z-index: 4;
  width: 75%;
  margin-top: 18.8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.advantage_window {
  background-color: var(--white);
  padding: 3em;
}

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

.resources_hero {
  height: 25.8em;
}

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

.resources2_bg {
  position: relative;
}

.resources3_l {
  width: 50%;
  height: 20em;
}

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

.emph {
  color: var(--hartwickblue);
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

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

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

.perrella_list {
  padding-left: 10px;
}

.bold-blue {
  color: var(--hartwickblue);
  font-weight: 400;
}

.perrella_img {
  height: 17.6em;
}

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

.spaces_row.single {
  justify-content: center;
}

.spaces_row.no-top-margin {
  margin-top: -4em;
}

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

.spaces-row_col.single {
  width: 47%;
}

.spaces-col_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.welcome-txt_wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 10.9em;
  margin-top: 0;
  display: flex;
}

.home-title_wrapper {
  background-color: #002b49f2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 53%;
  margin-top: 9.9em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.gallery_row.disabled {
  display: none;
}

.lb_element {
  width: 33.3%;
}

.testimonial_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.test_img {
  width: 10em;
  height: 10em;
}

.h_test {
  color: var(--hw-dk-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 500;
}

.h_test-name {
  color: var(--hartwickblue);
  text-align: center;
  margin-top: 1em;
  font-family: acier-bat-solid, sans-serif;
  font-size: 1.1em;
}

.h_test-country {
  color: var(--hw-dk-blue);
  text-align: center;
  margin-top: -1em;
  font-family: Collier Book, sans-serif;
  font-size: 1.1em;
}

.info-title {
  margin-top: 0;
}

.logo-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 4em;
  margin-top: -3.5em;
  display: none;
  position: relative;
}

.form_embed {
  margin-top: 2em;
}

.form_text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-bottom: 2em;
  display: flex;
}

.pink {
  color: #f0e;
}

.flightpath-intro {
  width: 80%;
  margin-top: -3em;
  margin-bottom: 1em;
}

.gallery-video {
  width: 100%;
  height: 100%;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.popular-programs {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--hartwick-gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.hw_list {
  color: var(--hartwickblue);
  padding-left: 20px;
}

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

.campus-gal-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.campus-gal-blk {
  width: 33%;
}

.campus-gal-title {
  width: 100%;
  margin-bottom: 2em;
}

.campus-gal-section {
  background-color: var(--hw-dk-blue);
  width: 100%;
  padding-top: 5em;
  padding-bottom: 14em;
}

.list-item-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-item-2:hover {
  background-color: var(--hartwickblue);
}

.list-item-2.current {
  background-color: var(--hartwickblue);
  padding-left: 0;
  padding-right: 0;
}

.list-item-2.disabled {
  display: none;
}

.n_translate_wrapper {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12em;
  height: 3em;
  margin-right: auto;
  display: flex;
  position: static;
  left: 2em;
}

.list-2 {
  width: 100%;
  height: 100%;
}

.n_translate-dd {
  background-color: var(--hw-dk-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 15.5em;
  display: none;
  position: absolute;
  bottom: 3em;
  overflow: hidden;
}

.translation-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.translation-li {
  color: #fff;
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.translations-btn {
  background-color: var(--hartwickblue);
  text-align: left;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
  position: static;
}

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

  .section.neighborhood_1 {
    margin-top: 7.6em;
  }

  .section.neighborhood_2 {
    padding-bottom: 6em;
  }

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

  .section.tuition_1 {
    height: 26.6em;
    margin-top: 7.5em;
  }

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

  .section.fp_1 {
    margin-top: 7.6em;
  }

  .section.campus_1 {
    margin-top: 7em;
  }

  .section.home_1 {
    margin-top: 8em;
    padding-top: 6.9em;
    padding-bottom: 10.6em;
  }

  .section.home_2 {
    padding-bottom: 8.7em;
  }

  .section.learning_1 {
    height: 38.9em;
  }

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

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

  .section.resources_1 {
    margin-top: 7.2em;
    padding-top: 7em;
  }

  .section.home_gallery {
    flex: none;
  }

  .section.more-info_hero {
    height: 24.3em;
    margin-top: 6.6em;
  }

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

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

  .main.body {
    height: 100%;
  }

  .main.home {
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }

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

  .quicklinks_li {
    color: var(--text-black);
    justify-content: center;
  }

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

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

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

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

  .nav_li {
    text-align: left;
    margin-top: .5em;
    font-family: Collier Book, sans-serif;
    font-weight: 400;
    line-height: 1.6;
  }

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

  .my-container.home {
    background-color: var(--text-black);
    flex-direction: row;
    width: 100%;
    height: 34.7em;
    margin-top: 7.5em;
    padding-bottom: 0;
    position: relative;
  }

  .my-container.unibuddy {
    margin-top: 1em;
  }

  .my-container.home-subscribe {
    background-color: #0000;
    flex-direction: row;
    width: 100%;
    height: 79%;
    margin-top: 7.5em;
    padding-bottom: 0;
    position: relative;
  }

  .my-container.neighborhood {
    background-color: var(--text-black);
    flex-direction: row;
    width: 100%;
    height: 79%;
    margin-top: 7.5em;
    padding-bottom: 0;
    position: relative;
  }

  .welcome {
    width: 100%;
  }

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

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

  .social_embed {
    background-color: #0000;
  }

  .social_link {
    flex: none;
  }

  .social_link.disabled {
    display: none;
  }

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

  .lang_link {
    color: var(--white);
    font-family: Gothambook;
    font-size: 12px;
  }

  .lang_text {
    color: var(--white);
    text-align: left;
    font-family: Gothambook;
    font-size: 12px;
  }

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

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

  .button.modal-open_btn2.subscribe {
    font-family: acier-bat-solid, sans-serif;
    position: sticky;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn2.subscribe-home {
    font-family: Gotham;
    position: sticky;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn.profile {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.modal-open_btn.play-welcome.play-button {
    width: 1.5em;
    height: 1.5em;
    padding-left: .2em;
  }

  .modal-wrapper.subscribe-home {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    overflow: hidden;
  }

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

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

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

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

  .modal-container.unibud {
    margin-top: 19vh;
  }

  .modal-container.subscribe-home {
    flex-flow: column;
    max-height: 55vh;
    margin-top: 12em;
    margin-bottom: auto;
    display: flex;
    position: relative;
  }

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

  .modal-container.play-welcome.sl {
    width: 80%;
    height: 46vw;
  }

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

  .modal-close_btn:hover {
    color: var(--depaul-red);
  }

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

  .nav-menu {
    background-color: var(--hw-dk-blue);
    width: 100%;
    max-height: 72vh;
    padding: 1em 30px 2em;
    right: auto;
  }

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

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

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

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

  .navbar {
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    height: auto;
    padding: .25em 0 0;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 80%;
    overflow: visible;
  }

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
    font-size: 1.3em;
  }

  .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 {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 3em;
    position: fixed;
    inset: auto 5% 5.1em;
  }

  .ql_menu {
    color: var(--hartwickblue);
  }

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

  .ql_menu-button:focus {
    background-color: var(--text-black);
    color: var(--white);
  }

  .nav_logo {
    width: auto;
    height: 5.2em;
  }

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

  .hero._28em.relative {
    height: 22.5em;
  }

  .hero.video.city.fixed {
    height: 60vh;
  }

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

  .smc_p.centered.unibuddy {
    font-size: 1.3em;
  }

  .smc_h2.unibuddy {
    font-size: 1.8em;
  }

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

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

  .bg.home {
    right: 0;
  }

  .bg.cities {
    height: 58.8em;
  }

  .bg.academics_s2 {
    height: 57.2em;
  }

  .community {
    width: 90%;
  }

  .profile_img {
    width: 20%;
    height: auto;
  }

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

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

  .unibuddy-logo {
    width: 50%;
  }

  .steps-left {
    width: 80%;
  }

  .steps-left.top5 {
    width: 60%;
  }

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

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

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

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

  .top10_text {
    width: 100%;
  }

  .top10_img {
    width: 100%;
    height: 19.5em;
  }

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

  .video {
    width: 100%;
  }

  .video.welcome {
    height: 83%;
    position: absolute;
    inset: 0%;
  }

  .video.neighborhood {
    height: 83%;
    position: static;
    inset: 0%;
  }

  .video.academics {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .video.campus {
    height: 83%;
    position: static;
    inset: 0%;
  }

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

  .down_btn {
    margin-top: 0;
  }

  .why-fact_block-v {
    width: 100%;
  }

  .content-center.state-callout {
    align-items: flex-start;
    width: 80%;
  }

  .content-center.academics1 {
    width: 80%;
    margin-top: 5em;
  }

  .content-center.academics2 {
    width: 80%;
    height: 29em;
  }

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

  .content-center.sl1 {
    width: 80%;
    margin-top: 5.4em;
  }

  .content-center.sl1_2, .content-center.sl1_3 {
    width: 80%;
  }

  .content-center.campus_title {
    margin-top: 12.8em;
  }

  .content-center.campus3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .content-center.home1 {
    width: 70%;
    margin-top: 3em;
  }

  .content-center.campus4 {
    width: 70%;
  }

  .content-center.home2 {
    width: 70%;
    margin-top: -18.3em;
  }

  .content-center.spaces_title {
    padding-left: 0;
  }

  .content-center.resources2 {
    width: 70%;
    margin-top: -2.1em;
  }

  .content-center.resources3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    padding-right: 0;
  }

  .content-center.spaces_3 {
    margin-top: 6em;
  }

  .content-center.gallery_wrapper {
    width: 80%;
  }

  .map-bg {
    right: 0%;
  }

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

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

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

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

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

  .map-list {
    width: 100%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .video_header {
    text-align: center;
    font-size: 1.5em;
  }

  .video_title, .video_fine {
    text-align: center;
  }

  .h_h1 {
    font-size: 3.8em;
  }

  .h_h1.blue.centered.form {
    font-size: 3.5em;
  }

  .h_h1.centered {
    font-size: 4em;
  }

  .steps_neighborhood {
    width: 90%;
  }

  .h_h2.campus-row {
    font-size: 2em;
  }

  .city_img {
    width: 100%;
  }

  .courses_list {
    padding-left: 10px;
  }

  .tuition2_l {
    height: 100%;
  }

  .fp_hero {
    height: 26.3em;
  }

  .fp_row, .sl_title {
    width: 100%;
  }

  .sports-cols {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .campus_hero {
    height: 34.4em;
  }

  .campus_row {
    width: 50%;
  }

  .home_txt {
    margin-top: 0;
  }

  .acier {
    line-height: 1.1;
  }

  .learning-title {
    margin-left: 4em;
    padding: 1em;
  }

  .resources_title {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-top: 1em;
    display: flex;
  }

  .resources_hero {
    height: 20.2em;
  }

  .home-title_wrapper {
    width: 48%;
    margin-top: 6.7em;
  }

  .logo-cover {
    z-index: 9;
    flex: none;
    height: 7em;
    margin-top: -2.6em;
  }
}

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

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

  .section.academics_3 {
    padding-top: 6em;
  }

  .section.tuition_1 {
    height: 18em;
    margin-top: 7.9em;
  }

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

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

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

  .section.sl_3 {
    height: auto;
  }

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

  .section.campus_2 {
    padding-top: 5em;
    padding-bottom: 11.8em;
  }

  .section.home_1 {
    margin-top: 5.3em;
  }

  .section.home_2 {
    padding-bottom: 5.8em;
  }

  .section.learning_1 {
    height: 29.9em;
    margin-top: 6em;
  }

  .section.resources_1 {
    padding-bottom: 6em;
  }

  .section.resources_3 {
    padding-bottom: 13em;
  }

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

  .section.more-info_hero {
    height: 19.1em;
    margin-top: 8.6em;
  }

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

  .img_contain.insta {
    border: 0 solid #000;
    border-radius: 0%;
  }

  .my-container {
    width: 100%;
    height: 100%;
    margin-top: 2em;
  }

  .my-container.home {
    height: 30.4em;
    margin-top: 7.4em;
    position: relative;
  }

  .my-container.unibuddy {
    margin-top: 0;
  }

  .my-container.home-subscribe, .my-container.neighborhood {
    margin-top: 7.4em;
    position: relative;
  }

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

  .img_cover {
    width: 100%;
  }

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

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

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

  .img_cover.sm_ctr {
    width: 100%;
  }

  .lang_menu {
    line-height: 1.6;
  }

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

  .footer_wrapper {
    background-color: var(--hartwickblue);
  }

  .button.modal-open_btn2.subscribe {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 2em;
    font-family: acier-bat-solid, sans-serif;
    display: flex;
    position: relative;
  }

  .button.modal-open_btn2.subscribe-home {
    position: relative;
  }

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

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

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

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

  .modal-container.profile {
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-container.play-welcome {
    height: 42vw;
    margin-top: 11vh;
    display: flex;
  }

  .modal-container.play-welcome.sl {
    width: 90%;
    height: 42vw;
    margin-top: 14vh;
    display: flex;
  }

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

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

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

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

  .ql_menu {
    width: auto;
  }

  .ql_menu-button {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .nav_logo {
    width: auto;
    height: 5.2em;
  }

  .hero {
    height: 20.7em;
  }

  .hero._28em {
    height: 21.7em;
  }

  .hero.video.city.fixed {
    height: 50vh;
  }

  .title._1col {
    margin-bottom: 1em;
  }

  .title.city {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smc_p._1-2em {
    font-size: 1.1em;
  }

  .mobile-social_bar {
    padding-left: 0;
  }

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

  .bg.cities {
    height: 86.2em;
  }

  .bg.academics_s2 {
    height: 47.9em;
  }

  .bg.sl3 {
    height: 58.8em;
  }

  .community {
    width: 60%;
  }

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

  .testimonial_img {
    width: 40%;
  }

  .text-span-3 {
    line-height: 0;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .steps-left.top5 {
    width: 100%;
  }

  .left-content.top5 {
    margin-bottom: 4em;
  }

  .step-content {
    margin-bottom: 75px;
  }

  .steps-right {
    width: 100%;
  }

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

  .top10_img {
    height: 15.8em;
  }

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

  .video.welcome, .video.neighborhood {
    object-position: 50% 50%;
    height: 84%;
    margin-left: 0;
  }

  .video.academics {
    object-position: 50% 50%;
    height: 20em;
    margin-left: 0;
    position: static;
  }

  .video.campus {
    object-position: 50% 50%;
    height: 84%;
    margin-left: 0;
  }

  .why-fact_block-v {
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
  }

  .content-center.state-callout {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .content-center.locations2 {
    width: 80%;
  }

  .content-center.neighborhood1 {
    width: 75%;
  }

  .content-center.neighborhood3 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    top: auto;
    bottom: 20em;
  }

  .content-center.academics1 {
    margin-top: 4em;
  }

  .content-center.academics2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 2em;
  }

  .content-center.academics3 {
    width: 75%;
  }

  .content-center.tuition2 {
    flex-flow: column;
    margin-top: 2em;
  }

  .content-center.fp1 {
    width: 80%;
  }

  .content-center.fp1_2 {
    flex-flow: column;
  }

  .content-center.fp3, .content-center.fp3_2 {
    width: 70%;
  }

  .content-center.internships {
    width: 70%;
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-center.sl1 {
    margin-top: 3.2em;
  }

  .content-center.sl1_2 {
    margin-top: 3em;
  }

  .content-center.sl2 {
    width: 80%;
  }

  .content-center.sl3_text {
    width: 80%;
    top: 2em;
  }

  .content-center.campus_title {
    width: 41%;
    margin-top: 6.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-center.campus2, .content-center.campus3, .content-center.home_hero, .content-center.home1, .content-center.campus4, .content-center.home2 {
    width: 80%;
  }

  .content-center.spaces_title {
    margin-top: 9.7em;
  }

  .content-center.learning2, .content-center.resources2 {
    padding: 2em;
  }

  .content-center.resources3 {
    flex-flow: column;
    margin-top: 0;
  }

  .content-center.spaces_3 {
    grid-column-gap: 5.1em;
    grid-row-gap: 5.1em;
  }

  .content-center.gallery_wrapper {
    padding: 4em;
  }

  .map-bg {
    background-color: var(--mapbg);
  }

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

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

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

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

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

  .h_h1 {
    font-size: 3em;
  }

  .h_h1.blue {
    font-size: 2.8em;
  }

  .h_h1.blue.centered.fp.sub-title {
    font-size: 1.9em;
  }

  .h_h1.blue.centered.form {
    font-size: 3em;
  }

  .h_h1.centered {
    font-size: 3em;
    line-height: 1;
  }

  .h_h1.sm_cntr {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hw.dk {
    font-size: 1.6em;
  }

  .hw.neighborhood {
    font-size: 1em;
  }

  .neighborhood_vid {
    width: 100%;
  }

  .neighborhood2 {
    flex-flow: column;
    width: 100%;
    margin-top: 1em;
  }

  .nhd1_l {
    width: 100%;
  }

  .nhd_img1 {
    height: 21.1em;
  }

  .nhd_r {
    order: -1;
    width: 100%;
  }

  .steps_neighborhood {
    flex-flow: column;
  }

  .h_h2.fp3 {
    font-size: 2.3em;
  }

  .h_h2.campus-row {
    font-size: 1.8em;
  }

  .cities-title {
    width: auto;
  }

  .cities_txt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    padding-left: 1em;
    display: flex;
  }

  .h_p2.norm.centered {
    font-size: 1.1em;
  }

  .city_img {
    width: 14.3em;
  }

  .cities-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 14.3em;
  }

  .academics_title {
    padding-top: .5em;
    padding-left: 2em;
    top: 0;
  }

  .academics_vid {
    margin-top: 0;
  }

  .academics2_txt {
    width: 20.5em;
    padding: 1em 1em 2em;
    top: 7.9em;
    left: 14%;
  }

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

  .collier.wht.sm_cntr {
    text-align: center;
  }

  .academics_row, .academics_row.btm {
    width: 100%;
  }

  .academics_row.courses_txt {
    flex-flow: column;
  }

  .courses_col1 {
    width: 100%;
  }

  .tuition2_l {
    order: 1;
    width: 100%;
  }

  .tuition_img {
    height: 20em;
  }

  .tuition2_r {
    width: 100%;
  }

  .fp_hero {
    height: 20em;
  }

  .fp-col-l, .fp-col-2 {
    width: 100%;
  }

  .h_h3.sub.sm_cntr, .h_h3.sm_cntr {
    text-align: center;
  }

  .intern_row {
    grid-column-gap: 4.8em;
    grid-row-gap: 4.8em;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .intern_row._3rd {
    grid-column-gap: 5.9em;
    grid-row-gap: 5.9em;
  }

  .intern_logo.bwfa {
    width: 68%;
  }

  .intern_logo.bwfa.top.right {
    width: 41%;
  }

  .intern_logo.rau {
    width: 65%;
  }

  .intern_logo.rau.top {
    width: 41%;
  }

  .intern_logo.ey {
    width: 30%;
  }

  .intern_logo.bgroup {
    width: 52%;
    padding-left: 0;
  }

  .intern_logo.comets {
    width: 36%;
  }

  .intern_logo.marshall {
    width: 43%;
  }

  .intern_logo.red-cross {
    width: 40%;
  }

  .intern_logo.nato {
    width: 48%;
  }

  .intern_logo.lab {
    width: 65%;
  }

  .sl_hero {
    height: 22em;
  }

  .sl_title {
    margin-top: 3em;
  }

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

  .clubs_list {
    padding-left: 10px;
  }

  .sports {
    width: 69%;
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .sports-col {
    width: 100%;
  }

  .sports-cols {
    flex-flow: column;
  }

  .campus_hero {
    height: 22.3em;
  }

  .campus-row_img {
    height: 17.6em;
  }

  .campus-row_txt {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .learning-title {
    margin-left: 2.1em;
  }

  .resources_hero {
    height: 15.6em;
  }

  .resources_txt {
    width: 100%;
  }

  .resources_txt.sm_cntr {
    text-align: center;
  }

  .resources3_l {
    width: 100%;
    height: 20.2em;
  }

  .resources3_r, .resources4_r, .resources4_l {
    width: 100%;
  }

  .perrella_list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    white-space: normal;
    flex-flow: column;
    display: flex;
  }

  .spaces_row {
    grid-column-gap: 4.1em;
    grid-row-gap: 4.1em;
    flex-flow: column;
  }

  .spaces_row.no-top-margin {
    flex-flow: column;
  }

  .spaces-row_col {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .spaces-row_col.single {
    width: 80%;
  }

  .spaces-img {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .home-title_wrapper {
    width: 63%;
    margin-top: 4.3em;
  }

  .gallery_row {
    flex-flow: column;
  }

  .lb_element {
    width: 100%;
    height: 20em;
  }

  .logo-cover {
    height: 5em;
    margin-top: -5em;
  }

  .popular-programs {
    width: 100%;
  }

  .popular-lists {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .campus-gal-row {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section.map1 {
    top: 7.3em;
  }

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

  .section.neighborhood_1 {
    margin-top: 9.1em;
    padding-top: 3em;
    padding-bottom: 6em;
  }

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

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

  .section.academics_2 {
    height: 100%;
    margin-top: -2em;
  }

  .section.academics_3 {
    background-color: var(--hw-dk-blue);
    padding-top: 0;
    padding-bottom: 12em;
  }

  .section.tuition_1 {
    height: 12.4em;
  }

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

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

  .section.fp_3 {
    padding-bottom: 10.6em;
  }

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

  .section.campus_1 {
    padding-bottom: 3em;
  }

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

  .section.home_1 {
    margin-top: 8.1em;
    padding-top: 0;
  }

  .section.home_2 {
    padding-bottom: 11.8em;
  }

  .section.learning_1 {
    height: auto;
  }

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

  .section.resources_1 {
    margin-top: 8.9em;
    padding-top: 0;
    padding-bottom: 4em;
  }

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

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

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

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

  .img_contain {
    width: auto;
  }

  .nav_list {
    margin-top: 1em;
  }

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

  .my-container.city.top5 {
    justify-content: flex-start;
  }

  .my-container.home {
    background-color: var(--text-black);
    width: 100%;
    height: 27em;
  }

  .my-container.unibuddy {
    padding-bottom: 0;
  }

  .my-container.home-subscribe {
    background-color: var(--hover-blue);
    background-image: linear-gradient(to bottom, var(--smc-blue), var(--hover-blue));
    width: 100%;
    height: 81%;
  }

  .my-container.neighborhood {
    background-color: var(--text-black);
    width: 100%;
    height: 81%;
  }

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

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

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

  .img_cover.map-base {
    object-position: 50% 50%;
    width: 100%;
    height: 80vh;
  }

  .img_cover.majors {
    object-position: 50% 0%;
    height: 24.1em;
  }

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

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

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

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

  .footer_wrapper {
    background-color: var(--hartwickblue);
    max-height: 3em;
    bottom: 0;
  }

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

  .button.modal-open_btn2.subscribe {
    justify-content: center;
    align-items: center;
    max-height: 100%;
    padding-left: 2em;
    padding-right: 2em;
    font-family: acier-bat-solid, sans-serif;
  }

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

  .button.modal-open_btn.unibud {
    height: 100%;
  }

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

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

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

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

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

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

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

  .modal-container.unibud {
    padding-left: 20px;
    padding-right: 10px;
  }

  .modal-container.subscribe-home {
    max-height: 55vh;
    margin-top: 12em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-container.play-welcome {
    height: 124vw;
    margin-top: 13vh;
  }

  .modal-container.play-welcome.sl {
    height: 55vh;
    max-height: 55vh;
    margin-top: 10vh;
  }

  .modal-close_btn {
    top: 12%;
  }

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

  .navbar {
    padding: 0;
  }

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

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

  .ql_menu {
    width: 50%;
  }

  .ql_menu-button {
    border-color: var(--hartwickblue);
    background-color: var(--hw_pale-blue);
    color: var(--hartwickblue);
    -webkit-text-stroke-color: var(--hartwickblue);
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
  }

  .nav_logo {
    width: auto;
  }

  .hero {
    height: 20.8em;
  }

  .hero._28em.relative {
    flex: none;
    height: 16em;
    margin-top: 7.1em;
  }

  .hero.video.city.fixed {
    height: 47vh;
  }

  .title._1col {
    padding-top: 2em;
  }

  .title.city {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smc_p._1-2em {
    padding-left: 1em;
    padding-right: .5em;
  }

  .smc_p.centered {
    margin-top: 1em;
  }

  .smc_p.centered.unibuddy {
    font-size: 1.3em;
  }

  .smc_h2 {
    font-size: 2.1em;
  }

  .smc_h2.unibuddy {
    font-size: 1.5em;
  }

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

  .dp_h3 {
    line-height: 1.2;
  }

  .bg.home.welcome {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: auto;
    padding-top: 4em;
    position: static;
  }

  .bg.cities {
    height: 90.1em;
  }

  .bg.academics_s2 {
    height: auto;
    position: static;
  }

  .bg.sl3 {
    height: 59.6em;
  }

  .community {
    width: 80%;
  }

  .profile_img {
    flex: none;
    width: 20%;
    height: auto;
  }

  .community-grid {
    grid-row-gap: 3em;
  }

  .testimonial_img {
    width: 70%;
  }

  .unibuddy_wrapper {
    height: 2.8em;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .unibuddy-logo {
    width: 75%;
  }

  .left-content {
    width: 100%;
  }

  .left-content.top5 {
    margin-bottom: 4em;
  }

  .step-content {
    width: 100%;
    margin-bottom: 69px;
  }

  .steps-right {
    width: 100%;
  }

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

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

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

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

  .number {
    font-size: 1.7em;
  }

  .top10_header {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .top10_img {
    height: 12.9em;
  }

  .brand {
    margin-left: 2em;
  }

  .brand.w--current {
    width: 10em;
  }

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

  .video.neighborhood {
    height: 82%;
    margin-top: 0;
    margin-right: 0;
  }

  .video.academics {
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .video.campus {
    height: 82%;
    margin-top: 0;
    margin-right: 0;
  }

  .down_btn {
    margin-top: -.8em;
  }

  .why-fact_block-v {
    width: 80%;
    height: 100%;
    margin-bottom: 2em;
  }

  .content-center.state-callout {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .content-center.neighborhood3 {
    bottom: 22.2em;
  }

  .content-center.academics1 {
    width: 100%;
    height: 21.4em;
    margin-top: 0;
  }

  .content-center.academics2 {
    height: auto;
  }

  .content-center.academics3 {
    border-top: 1px none var(--hw-cyan);
    margin-top: 1em;
    padding-top: 4em;
  }

  .content-center.fp1_txt, .content-center.fp1_2, .content-center.fp2_1, .content-center.fp3, .content-center.fp3_2 {
    width: 80%;
  }

  .content-center.internships {
    width: 80%;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-center.sl1 {
    width: 100%;
    margin-top: 0;
  }

  .content-center.campus_title {
    width: 70%;
  }

  .content-center.campus3 {
    flex-flow: column;
  }

  .content-center.home_hero {
    width: 100%;
  }

  .content-center.campus4 {
    padding: 2em 1em;
  }

  .content-center.spaces_title {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .content-center.learning1 {
    width: 80%;
  }

  .content-center.learning2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-center.resources1 {
    width: 100%;
  }

  .content-center.resources2 {
    width: 80%;
    margin-top: -1.5em;
  }

  .content-center.resources3 {
    width: 80%;
  }

  .content-center.spaces_3 {
    width: 80%;
    margin-top: 4em;
  }

  .content-center.home-gallery-title {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .content-center.gallery_wrapper {
    width: 75%;
    padding: 1em;
  }

  .content-center.form_intro {
    width: 80%;
  }

  .content-center.form_wrap {
    width: 80%;
    padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

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

  .video-embed {
    height: 100%;
    display: flex;
  }

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

  .map-list, .scroll-content, .map-steps-left {
    width: 100%;
  }

  .video_header {
    text-align: left;
    font-size: 1.3em;
  }

  .vid-title-txt.top5 {
    margin-top: -.5em;
  }

  .video_title {
    text-align: left;
    font-size: .9em;
  }

  .video_fine {
    text-align: left;
  }

  .h_h1.blue {
    font-size: 3.1em;
  }

  .h_h1.blue.centered.form {
    font-size: 2em;
  }

  .h_h1.blue.sm_cntr {
    font-size: 3.1em;
  }

  .h_h1.centered {
    font-size: 2.8em;
  }

  .h_h1.centered.welcome {
    margin-top: 0;
    margin-right: auto;
    font-size: 2.3em;
    position: static;
  }

  .h_h1.sm_cntr {
    font-size: 2.2em;
  }

  .hw.dk {
    font-size: 1.1em;
  }

  .hw.dk.academics, .hw.dk.campus, .hw.neighborhood, .h_p1 {
    font-size: .9em;
  }

  .h_p1.blue {
    margin-top: 1em;
  }

  .h_p1.blue.emph {
    margin-top: 0;
    font-size: 1.2em;
  }

  .h_p1.sm_cntr {
    text-align: center;
  }

  .neighborhood2 {
    margin-top: 0;
  }

  .nhd_img1 {
    height: 14.3em;
  }

  .ex-link.academics {
    margin-top: 2em;
  }

  .steps_neighborhood {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .h_h2.centered {
    font-size: 1.8em;
  }

  .h_h2.academics {
    font-size: 2.3em;
  }

  .h_h2.fp3 {
    font-size: 2em;
  }

  .step-titletxt {
    text-align: left;
    font-size: 1.3em;
  }

  .cities-title {
    width: 81%;
  }

  .cities_txt {
    width: 82%;
    margin-top: .5em;
    padding-top: 1em;
    padding-bottom: 0;
  }

  .h_p2.norm.centered {
    font-size: 1.1em;
  }

  .h_p2.white.centered {
    line-height: 1.4;
  }

  .city-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

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

  .academics_title {
    width: 80%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .academics_title.sm_cntr {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2em;
    padding-left: 0;
    display: flex;
  }

  .academics2_txt {
    background-color: var(--dk-blue-overlay);
    width: 100%;
    margin-top: 0;
    padding: 3em 3em 4em;
    position: static;
    top: auto;
    left: 0%;
    right: 0;
  }

  .collier.wht.sm_cntr {
    text-align: center;
  }

  .academics_row, .academics_row.top {
    flex-flow: column;
    padding-left: 0;
  }

  .academics_row.btm {
    width: 100%;
  }

  .academics_row.courses_txt {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
  }

  .academics_icon {
    margin-bottom: 1em;
  }

  .academics_icon._45 {
    margin-left: 0;
  }

  .academics3_txt, .academics3_txt._3 {
    width: 100%;
  }

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

  .academics-item.sm_cntr {
    text-align: center;
    font-size: 1.7em;
  }

  .tuition_img {
    height: 16.1em;
  }

  .hw_link.sm_cntr {
    text-align: center;
  }

  .fp_hero {
    height: 13.5em;
  }

  .fp-lrg {
    font-size: 1.2em;
  }

  .fp_row {
    flex-flow: column;
    width: 80%;
  }

  .h_h3.sports-title {
    font-size: 1.4em;
  }

  .h_h3.centered.home {
    line-height: 1.2;
  }

  .sl_hero {
    height: 14.8em;
  }

  .sl_title {
    width: 80%;
  }

  .sl_clubs {
    flex-flow: column;
  }

  .clubs-col {
    width: 100%;
  }

  .sports {
    width: 79%;
    padding-top: 1em;
    padding-left: 1.5em;
  }

  .campus_row {
    flex-flow: column;
    width: 100%;
  }

  .campus-row_img {
    width: 100%;
    height: 18.2em;
  }

  .campus-row_txt {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .home_txt {
    margin-top: -2.3em;
  }

  .acier {
    line-height: 1.3;
  }

  .home2_l {
    flex-flow: column;
  }

  .learning-title {
    background-color: var(--hw-dk-blue);
    width: 100%;
    margin-left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
  }

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

  .resources_hero {
    height: 18.2em;
  }

  .resources3_l {
    height: 15.3em;
  }

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

  .spaces3_txt {
    margin-bottom: 1em;
  }

  .spaces-row_col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .spaces-row_col.single {
    width: 100%;
  }

  .welcome-txt_wrapper {
    width: 90%;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-title_wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .lb_element {
    height: 15em;
  }

  .h_test {
    font-size: 1.1em;
  }

  .logo-cover {
    height: 7em;
    margin-top: -7em;
  }

  .resources-title_wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .campus-gal-section {
    padding-top: 0;
  }
}

#w-node-_14bed4c9-15b1-ea55-55e9-dca5321b4abf-321b4ab1 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Acier Textsolid 1';
  src: url('../fonts/Acier-TextSolid1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hartwicksans Open 1';
  src: url('../fonts/HartwickSans-Open-1.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Collier Book';
  src: url('../fonts/Collier-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}