:root {
  --light-cyan: #d4eff8;
  --white: white;
  --smc-blue: #005db8;
  --hover-blue: #034d96;
  --depaul-blue: #0057b7;
  --light-gray: #dbdbdb;
  --medium-gray: #b3b3b3;
  --deep-sky-blue: #00a9e0;
  --depaul-red: #af272f;
  --text-black: #333;
  --smc-yellow: #f3d03e;
  --sky-blue: #8ee3ff;
  --unibuddy-blue: #004c98;
  --mapbg: #aad3df;
  --dark-gray: #585353;
  --focused-yellow: #e5c961;
  --deep-sky-blue-2: #43c9f5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

.section {
  width: 100%;
}

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

.section.sports_2 {
  background-color: var(--light-cyan);
  margin-bottom: -10em;
  padding-bottom: 13em;
}

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

.section.apply-hero {
  flex: none;
  height: auto;
}

.section.apply_2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.section.apply_3 {
  grid-column-gap: 4.6em;
  grid-row-gap: 4.6em;
  background-color: var(--white);
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4em;
  display: flex;
  overflow: hidden;
}

.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: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  height: 104vh;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.map-location.location1 {
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.section.map-location.location1.transparent {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
}

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

.main {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: auto;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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%;
  position: relative;
}

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

.main.body.why {
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 0;
  position: static;
}

.main.body.transfer, .main.body.aoi {
  padding-bottom: 0;
}

.main.body.campus {
  margin-top: 0;
  padding-bottom: 0;
}

.main.body.sports, .main.body.sm, .main.body.svcs, .main.body.hsing {
  padding-bottom: 0;
}

.main.body.investment {
  justify-content: flex-start;
  padding-bottom: 0;
}

.main.body.safe {
  height: 100%;
  padding-bottom: 4em;
}

.main.apply {
  grid-row-gap: 0em;
  justify-content: flex-start;
  width: 75%;
}

.quicklinks_list {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 1em;
  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: rgba(0, 0, 0, 0);
}

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

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

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

.quicklink {
  color: 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(--smc-blue);
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}

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

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

.skiplink_a.w--current {
  background-color: var(--white);
  color: var(--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;
  background-color: var(--smc-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;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.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: .25em;
  padding-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  overflow: visible;
}

.nav_li.disabled {
  display: none;
}

.my-container {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  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.safety {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 1em;
  align-items: center;
  margin-top: 2em;
  padding: 2em 2em 0;
  position: relative;
}

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

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

.my-container.home {
  background-color: var(--smc-blue);
  background-image: none;
  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.campus {
  background-color: var(--white);
  border-radius: 1em;
  width: 70%;
  margin-top: 28.3em;
  margin-bottom: 10em;
  padding-top: 1em;
  padding-bottom: 2em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .24);
}

.my-container.unibuddy {
  background-color: var(--light-cyan);
  margin-top: 2em;
  margin-bottom: 10em;
  padding-top: 0;
}

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

.my-container.aoi {
  width: 70%;
  margin-top: 0;
}

.my-container.transfer {
  width: 70%;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.my-container.costs {
  width: 70%;
  margin-top: 0;
  padding-bottom: 2em;
}

.my-container.why {
  width: 100%;
  margin-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;
}

.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 {
  aspect-ratio: auto;
  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.move-down {
  object-position: 1% 30%;
}

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

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

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

.img_cover.state-gallery {
  height: 70%;
}

.img_cover.why-choose {
  object-position: 100% 29%;
  flex: none;
  height: 32.3em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.img_cover.safety-header {
  object-position: 0% 67%;
}

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

.img_cover.la {
  object-position: 50% 50%;
  border-style: solid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.video_wrapper.apply {
  justify-content: flex-start;
  width: 100%;
  height: 32em;
  position: static;
}

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

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

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

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

.social_link.mobile {
  display: none;
}

.lang_menu {
  z-index: 200;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 3em;
  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: rgba(0, 0, 0, 0);
  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 {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_wrapper {
  z-index: 550;
  background-color: var(--deep-sky-blue);
  justify-content: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

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

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

.modal-component.profile {
  z-index: auto;
  top: auto;
  bottom: 2em;
  left: auto;
  right: auto;
}

.modal-component.unibud {
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.modal-component.play-welcome.campus {
  z-index: auto;
}

.modal-component.play-welcome.campus.video-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.modal-component.play-welcome.campus.video-container.sm {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal-component.play-welcome {
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.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 rgba(0, 0, 0, .25);
}

.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 {
  color: var(--smc-blue);
  background-color: #f3d03e;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 800;
}

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

.button.modal-open_btn2.subscribe-home {
  color: var(--smc-blue);
  background-color: #f3d03e;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

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

.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: rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, .13);
}

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  color: #009087;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
}

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

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

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-wrapper.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.profile._22 {
  display: none;
}

.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.subscribe {
  border-radius: 1em;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

.nav-container {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90%;
  margin-top: 1em;
  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: 1em auto;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: poppins, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: underline;
}

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

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

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

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-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: 31vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em .5em 0;
  display: flex;
  position: fixed;
  top: 3em;
  bottom: auto;
  left: 0%;
  right: 25%;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .24);
}

.ql_menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 80%;
  display: flex;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.subscribe_text {
  margin-bottom: 1em;
}

.hero {
  object-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  height: 90vh;
}

.hero.video.state {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  height: 90vh;
  display: flex;
}

.hero.relative {
  position: relative;
}

.hero.relative.flex {
  align-items: center;
  height: 32.4em;
  display: flex;
}

.hero.areas {
  height: 37.2em;
}

.hero._40em {
  height: 40em;
}

.hero._40em.fixed {
  height: 42.2em;
  position: fixed;
  right: 25vw;
}

.hero._40em.sports {
  height: 35em;
  position: relative;
}

.hero._45em {
  height: 45em;
}

.hero._45em.relative {
  height: 27.3em;
}

.hero._45em.transfer {
  background-color: var(--light-cyan);
  height: 41.7em;
  padding: 6em;
}

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

.hero.transfer {
  height: 35em;
}

.hero.costs {
  height: 37.5em;
  position: relative;
}

.title {
  width: 100%;
}

.title._2-col.safety {
  width: 80%;
}

.title._2-col.disabled {
  display: none;
}

.title._2-col.programs {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 102%;
  margin-top: -12.6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.title._2-col.transfer {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  margin-top: 29.4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.title._1col {
  background-color: var(--white);
  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.campus {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

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

.title.sports {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title.costs {
  grid-column-gap: 2.75em;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title.costs.sm-centered {
  justify-content: flex-start;
  width: 70%;
}

.smc_h1 {
  color: var(--white);
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  font-family: Gotham;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1;
}

.smc_h1.centered {
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .74);
}

.smc_h1.centered.home {
  font-family: poppins, sans-serif;
  font-size: 3.1em;
  font-weight: 700;
}

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

.smc_h1.white.centered {
  text-shadow: 1px 1px 11px rgba(0, 0, 0, .46);
  font-size: 3.3em;
}

.smc_h1.blue {
  color: var(--smc-blue);
  text-shadow: none;
  font-size: 3.1em;
}

.smc_h1.blue._3em {
  z-index: 2;
  margin-top: 0;
  font-family: Gotham;
  font-size: 3.4em;
  font-weight: 500;
  position: relative;
}

.smc_h1.blue.centered {
  font-family: poppins, sans-serif;
  font-weight: 700;
  position: static;
}

.smc_h1.blue.centered.sports {
  color: var(--white);
  font-size: 3em;
}

.smc_h1.blue.services {
  font-family: Poppins, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
}

.smc_h1.blue.transfer {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}

.smc_h1.blue.costs, .smc_h1.blue.sm-centered {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.smc_h1._3em {
  font-size: 3em;
}

.smc_h1.no-shadow {
  text-shadow: none;
  font-size: 3.5em;
}

.smc_h1.no-shado {
  text-shadow: none;
}

.smc_h1.no-shado.centered._5 {
  color: var(--smc-blue);
  font-family: poppins, sans-serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1;
}

._1-8em {
  color: var(--smc-yellow);
  font-family: "Gotham 0";
  font-size: 2.3em;
  font-weight: 700;
}

.title-cols {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.title-cols:focus {
  border: 1px #000;
}

.title-cols.gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  padding-top: 5.7em;
  padding-bottom: 0;
}

.title-cols.transfer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}

.smc_p {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  font-weight: 400;
  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._1-2em.state {
  flex-direction: column;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.smc_p._1-2em.sm-centered {
  font-family: proxima-nova, sans-serif;
}

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

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

.smc_p._1-6.white {
  color: var(--white);
}

.smc_p._1-6.blue {
  color: var(--smc-blue);
}

.smc_p._1-6.blue.costs {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.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: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
}

.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_p.subtitle {
  text-align: left;
  font-family: "Gotham 0";
  font-size: 1.3em;
  font-weight: 700;
}

.smc_p.subtitle.white, .smc_p.subtitle.white.centered.sports, .smc_p.subtitle.white.sports {
  color: var(--white);
}

.smc_p.subtitle.arrow {
  justify-content: flex-start;
  width: auto;
}

.smc_p.subtitle.services {
  color: var(--smc-blue);
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

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

.smc_p.subtitle.centered.aoi {
  margin-bottom: 3em;
}

.smc_p.subtitle.centered.sports {
  color: var(--text-black);
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.smc_p.subtitle.sports {
  color: var(--text-black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: underline;
}

.smc_p.subtitle.sa {
  text-align: center;
  font-size: 1.4em;
}

.smc_p.campus_caption {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 93, 184, .88);
  height: auto;
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.smc_p.aoi {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.3;
}

.smc_p.housing-txt {
  width: 100%;
}

.smc_p.intro-title {
  color: var(--smc-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  margin-top: 0;
  font-family: poppins, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.1;
}

.smc_p.smc_link.sm-centered {
  font-size: 1em;
}

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

.blue-bold {
  color: var(--smc-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.blue-bold.state {
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  line-height: 1.1;
}

.why-facts_wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 10em;
  background-color: var(--light-cyan);
  background-image: linear-gradient(180deg, var(--light-cyan), var(--sky-blue)), url('../images/hero-yellow-dwn.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 6em 0 14.5em;
  display: flex;
  position: static;
}

.why-fact_img {
  width: auto;
  height: 20em;
  position: relative;
}

.why-fact_img.l {
  border-style: solid;
  border-width: 6px 6px 41px;
  border-color: var(--white);
  background-color: var(--white);
  object-fit: contain;
  width: 50%;
  height: auto;
  margin-right: -1em;
  display: flex;
  transform: rotate(-9deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.why-fact_img.w2 {
  border-style: solid;
  border-width: 6px 6px 41px;
  border-color: var(--white);
  background-color: var(--white);
  width: 50%;
  height: auto;
  margin-right: -1em;
  display: flex;
  transform: rotate(9deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.why-fact {
  z-index: 2;
  color: var(--hover-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1em;
  font-family: poppins, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.why-fact._2 {
  line-height: 1.3;
}

.why-fact.top-margin {
  padding-top: .5em;
}

.title-col {
  justify-content: center;
  align-items: center;
  margin-top: -2em;
  display: flex;
}

.title-col.line {
  border-right: 2px solid var(--smc-blue);
  text-align: right;
  justify-content: center;
  padding-right: 3.5em;
}

.title-col-intro {
  align-items: center;
  padding-top: 2em;
  padding-left: 0;
  display: flex;
}

.title-col-intro.transfer {
  background-color: rgba(0, 0, 0, 0);
}

.campus {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

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

.smc_h2.yellow {
  color: var(--smc-yellow);
  text-transform: uppercase;
  border-radius: 1em;
  font-family: Gotham;
  font-size: 2em;
}

.smc_h2.yellow.centered {
  text-align: center;
}

.smc_h2.yellow.centered.sm-title {
  flex-direction: column;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}

.smc_h2.svcs {
  color: var(--smc-blue);
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.smc_h2.centered {
  justify-content: center;
  margin-bottom: 1em;
  display: flex;
}

.smc_h2.centered.transfer {
  color: var(--smc-blue);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.smc_h2.centered.accordion {
  border: 1px solid var(--smc-blue);
  color: var(--smc-blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: .25em;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.smc_h2.apply-link {
  color: var(--smc-blue);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.smc_h2.map-title {
  color: var(--smc-blue);
  padding-left: 0;
}

.smc_h2.map-gallery-title {
  color: var(--smc-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

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

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

.programs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2em;
  padding: 0 0 6em;
  display: flex;
}

.aoi_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-cyan);
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 3em 2em 2em;
  display: flex;
}

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

.dp_h3.city {
  color: var(--smc-blue);
  text-align: left;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
}

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

.housing {
  background-color: var(--white);
  width: 100%;
  padding-bottom: 10em;
  padding-left: 2em;
  padding-right: 2em;
}

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

.bg.home {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  display: block;
  right: 25vw;
}

.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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

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

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

.unibuddy_wrapper:hover {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .57);
}

.unibuddy_wrapper:focus {
  width: 4.4em;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .57);
}

.modal-wrapper-2 {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 25vw;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

._2em {
  color: var(--hover-blue);
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

._2em.white {
  color: var(--white);
  margin-top: .25em;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.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: -webkit-sticky;
  position: sticky;
  top: 22%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .29);
}

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

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

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

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

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

.number {
  color: var(--smc-blue);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

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

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

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

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

.source {
  font-size: .9em;
  font-weight: 500;
  display: none;
}

.city-cols_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 4em;
  display: flex;
}

.city-img_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 4px none var(--white);
  object-position: 50% 50%;
  flex-direction: row;
  width: 72%;
  height: auto;
  padding-bottom: 2em;
  display: flex;
}

.city-img_wrapper.centered {
  justify-content: center;
}

.city-img_wrapper.centered.hidden {
  display: none;
}

.brand {
  width: 38%;
  margin-top: 1em;
}

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

.brand.disable {
  display: none;
}

.video {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video.welcome {
  width: 100%;
  height: 74%;
  position: absolute;
}

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

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

.arrow.down {
  background-color: rgba(0, 0, 0, 0);
  height: 63%;
  transform: rotate(269deg);
}

.circle_wrapper {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 4px none var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 25.5em;
  height: 100%;
  margin-top: 0;
  margin-left: 3em;
  margin-right: 0;
  padding-top: 8em;
  display: flex;
  position: relative;
}

.circle_wrapper.disabled {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 11.6em;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.2em;
  left: 0%;
  right: 0%;
}

.smc_tag {
  color: var(--smc-blue);
  font-family: Gotham;
  font-size: 2em;
  line-height: 1;
}

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

.smc_tag.centered.top-line {
  border-top: 2px solid var(--smc-blue);
  padding-top: .125em;
  padding-left: .5em;
  padding-right: .5em;
  font-family: poppins, sans-serif;
  font-size: 1.8em;
}

.banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  outline-color: var(--white);
  outline-offset: -9px;
  background-color: rgba(0, 93, 184, 0);
  border-radius: 0%;
  outline-width: 1px;
  outline-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
}

.why_section {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: -10em;
  padding-top: 0;
  display: flex;
  position: relative;
}

.intro {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-cyan);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.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(--smc-yellow);
}

.down_btn.map {
  background-color: #fff;
  margin-top: 2em;
  margin-bottom: 0;
}

.down_btn.map:hover {
  background-color: var(--smc-yellow);
}

.down_btn.disabled {
  display: none;
}

.intro-img_wrapper {
  width: 39%;
  margin-left: -4.9em;
  position: relative;
}

.intro-img_wrapper.disabled {
  display: none;
}

.intro-txt_wrapper {
  background-color: var(--smc-yellow);
  border-radius: 1em;
  width: 43%;
  margin-top: -12.5em;
  padding: 2em;
  transform: skew(0deg)rotate(-8deg);
}

.intro-txt_wrapper.city {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  transform: none;
}

.intro-txt_wrapper.auto {
  width: auto;
  margin-top: 0;
}

.intro-txt_wrapper.auto.programs {
  outline-color: var(--white);
  outline-offset: -11px;
  text-align: center;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: dashed;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22.5em;
  padding: 2em 1em;
  transform: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.intro-txt_wrapper.auto.transfer {
  outline-color: var(--white);
  outline-offset: -11px;
  text-align: center;
  border-radius: 50%;
  outline-width: 2px;
  outline-style: dashed;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: flex;
  transform: none;
}

.intro-txt_wrapper.sports {
  background-color: var(--smc-blue);
  background-image: linear-gradient(to bottom, var(--smc-blue), var(--hover-blue));
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 2em 3em;
  display: flex;
  transform: none;
}

.city-intro {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#a6e1f4, rgba(255, 255, 255, .49)), url('../images/nicola-tolin-cgGPdTvCX7I-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 4em 10%;
}

.icon-img_wrapper {
  width: 30%;
}

.city_gallery {
  background-color: rgba(0, 169, 224, .35);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, rgba(255, 255, 255, .68));
  width: 100%;
  height: 100%;
  margin-bottom: -10em;
  padding-top: 3em;
  padding-bottom: 12em;
}

.gallery-img_wrapper {
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 1em;
  outline-width: 5px;
  outline-style: none;
  width: auto;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.gallery_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  column-count: 3;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.5em;
  width: 100%;
  display: block;
}

.gallery-title {
  background-color: var(--smc-blue);
  justify-content: flex-end;
  width: 50%;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 1em 5em 1em 10%;
  display: flex;
}

.smc_h3 {
  color: var(--smc-blue);
  font-family: poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1;
}

.smc_h3.white {
  color: var(--smc-yellow);
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  font-weight: 600;
}

.smc_h3.blue {
  color: var(--smc-blue);
}

.smc_h3.blue.svcs {
  font-weight: 400;
}

.smc_h3.map-category {
  color: var(--smc-blue);
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1;
}

.intro_contain {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(rgba(243, 208, 62, .93), rgba(243, 208, 62, .93));
  border-radius: 1em;
  flex-direction: column;
  width: 95%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .27);
}

.smc_link {
  color: var(--smc-blue);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.smc_link.aoi {
  font-size: 1em;
}

.smc_link.arrow {
  color: var(--smc-blue);
  text-align: left;
  width: auto;
}

.smc_link.arrow:hover {
  color: var(--hover-blue);
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.smc_link.arrow.sports {
  text-align: left;
  width: auto;
}

.smc_link.arrow.invest {
  text-align: center;
}

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

.smc_link.black.chat {
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

.smc_link.black.chat:hover {
  font-weight: 700;
}

.smc_link.black.chat:focus-visible {
  font-weight: 700;
}

.smc_link.black.chat[data-wf-focus-visible] {
  font-weight: 700;
}

.smc_link.black.fix_chat {
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

.smc_link.black.fix_chat:hover {
  font-weight: 700;
}

.smc_link.black.fix_chat:focus-visible {
  font-weight: 700;
}

.smc_link.black.fix_chat[data-wf-focus-visible] {
  font-weight: 700;
}

.smc_link.transfer {
  font-size: 1.2em;
}

.smc_link.apply-link {
  font-weight: 700;
}

.smc_link.cafe {
  color: var(--text-black);
  font-size: 1em;
}

.aoi_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2em;
}

.interest_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.l-side_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  width: 100%;
  height: 15.1em;
  margin-top: 2em;
  display: flex;
}

.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: rgba(0, 0, 0, 0);
  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;
}

.arrow_wrapper {
  flex: none;
  width: 3em;
  height: 3em;
}

.state-to-do {
  background-image: linear-gradient(rgba(212, 239, 248, .81), rgba(212, 239, 248, .81)), url('../images/statebg.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 40em;
  padding-bottom: 10em;
  display: block;
}

.ex-link {
  grid-column-gap: 1em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ex-link.campus {
  width: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ex-link.sports {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.campus-img_block {
  position: relative;
}

.campus_caption {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.sports_block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .44);
}

.caption_block {
  background-color: var(--smc-yellow);
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
}

.caption_block.cyan {
  background-color: var(--deep-sky-blue);
}

.caption_block.cyan.sports-link {
  color: var(--text-black);
}

.caption_block.blue {
  background-color: var(--smc-blue);
}

.caption_block.sports-link {
  color: var(--text-black);
}

.caption_block.sports-link:hover {
  color: var(--white);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .84);
}

.caption_block.sports-link:focus {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .83);
}

.left-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  width: 55%;
  padding: 2em 3em;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .23);
}

.svcs-img_wrapper {
  width: 100%;
  margin: 2em auto 1em;
  display: block;
}

.svcs-r-top {
  grid-row-gap: 1em;
  background-color: var(--light-cyan);
  border-radius: 1em;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
  padding: 2em;
  display: flex;
}

.svcs_block {
  grid-column-gap: 1em;
  color: var(--white);
  align-items: center;
  display: flex;
}

.svcs-icon {
  width: 3em;
  height: 3em;
}

.svcs-l-bottom {
  background-color: var(--smc-yellow);
  border-radius: 1em;
  width: 100%;
  margin-top: 2em;
  padding: 2em 3em;
}

.svcs_li {
  margin-top: 1em;
}

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

.state-grid_wrapper {
  width: 80%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

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

.cali-gallery_block {
  background-color: var(--white);
  border-radius: 1em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .41);
}

.housing_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin-top: 3.9em;
  display: flex;
}

.housing-img_wrapper {
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  width: 100%;
  height: auto;
}

.housing-link_wrapper {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 25.3em;
  margin-top: 2em;
  display: flex;
}

.housing-title {
  background-color: rgba(0, 93, 184, .97);
  background-image: linear-gradient(to bottom, var(--smc-blue), var(--hover-blue));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 3em;
  display: flex;
  position: static;
  top: 10.5em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.housing-title-text {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.base-img_wrapper {
  width: 100%;
  height: 23em;
  display: none;
}

.programs-txt {
  display: none;
}

.housing-r {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 0;
  display: flex;
}

.transfer-section {
  width: 100%;
  margin-top: 9.3em;
}

.transfer-img_wrapper {
  height: 100%;
}

.transfer-txt_wrapper {
  flex-direction: column;
  justify-content: center;
  width: 95%;
  margin-left: auto;
  display: flex;
}

.transfer-link_wrapper {
  grid-column-gap: 1em;
  align-items: center;
  width: 95%;
  margin-top: 2em;
  margin-left: 0;
  display: flex;
}

.transfer-link_wrapper.stories {
  width: auto;
  margin-left: 0;
}

.costs-icon_wrapper {
  width: 14%;
}

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

.apply {
  z-index: 1;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.apply-now_wrapper {
  grid-row-gap: 0em;
  background-color: var(--smc-yellow);
  text-align: center;
  border-radius: 20em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
}

.apply-now_wrapper:hover {
  box-shadow: inset 0 -10px 20px 4px rgba(219, 167, 34, .52);
}

.apply-link_wrapper {
  grid-column-gap: 1em;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-right: 2em;
  display: flex;
}

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

.why-title {
  z-index: 2;
  background-color: var(--unibuddy-blue);
  background-image: linear-gradient(180deg, var(--smc-blue), var(--hover-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: static;
}

.coffee {
  font-family: cortado, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

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

.coffee.yellow.transfer {
  font-size: 1.5em;
  line-height: 1.6;
}

.coffee.yellow.apply {
  font-size: 1em;
}

.coffee.title {
  color: var(--white);
  text-align: center;
  font-size: 4.2em;
  line-height: 1;
}

.why-coffee {
  font-family: coffee-service;
  font-size: 3em;
  font-weight: 400;
  line-height: .7;
}

.why-coffee._2 {
  font-family: cortado, sans-serif;
  font-size: 2.4em;
  line-height: 1.1;
}

.why-coffee._2.underline {
  font-family: cortado, sans-serif;
  font-size: 2.2em;
}

.why-fact_block-v {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.why-imgs {
  order: -1;
  justify-content: center;
  width: 56%;
  display: flex;
}

.underline {
  text-decoration: underline;
}

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

.content-center.svcs1 {
  grid-column-gap: 2em;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.content-center.svcs2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.content-center.apply2 {
  width: 50%;
}

.content-center.form2 {
  margin-top: 2em;
}

.content-center.apply3 {
  background-color: var(--white);
  flex: none;
  padding: 0 2em 2em;
  display: none;
}

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

.content-center.map-content {
  z-index: 1;
  width: 40%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-center.lb {
  z-index: 4;
  flex-direction: column;
  margin-top: 2em;
  display: none;
  position: static;
  top: 0;
  bottom: 3em;
  left: 0%;
  right: 0%;
}

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

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

.content-center.apply-applybtn.disabled {
  display: none;
}

.content-center.zoom-cafe {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--light-cyan);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-top: 0;
  padding: 3em 1em 2em;
  display: flex;
}

.content-center.apply-cafe {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
}

.text-span-6 {
  font-family: proxima-nova, sans-serif;
}

.svcs-r {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.transfer-students {
  background-color: var(--light-cyan);
  flex-direction: column;
  width: 100%;
  margin-top: 6em;
  padding: 2em 2em 3em;
  display: flex;
}

.students_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  display: flex;
}

.transfer_block {
  width: 45%;
}

.transfer_img {
  border: 4px solid var(--white);
  height: 12em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.transfer_img:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .84);
}

.transfer-caption {
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.students-link {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

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

.invest2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.invest-l {
  width: 50%;
}

.invest-link {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin-top: 0;
  margin-left: 0;
  padding: 1em;
  display: flex;
}

.invest-r {
  width: 48%;
}

.safety-text {
  width: 100%;
  margin-top: 1em;
}

.safety-subtitle {
  font-size: 1.2em;
  font-weight: 400;
}

.safety-link_wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.safety-link {
  grid-column-gap: 1em;
  align-items: center;
  width: auto;
  margin-top: 2em;
  margin-left: 0;
  display: flex;
}

.apply-links-wrapper {
  grid-row-gap: 1em;
  background-color: var(--light-cyan);
  border-radius: .5em;
  flex-direction: column;
  padding: 2em;
  display: none;
}

.questions {
  border-top: 1px solid var(--smc-blue);
  flex-direction: column;
  padding: 1em 0;
  display: flex;
}

.inquiry_embed {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
}

.brushstroke {
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.city-callout-l {
  flex-direction: column;
  width: 79%;
  display: flex;
}

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

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

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

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

.map-panel {
  background-color: var(--hover-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 4em 2em;
  display: flex;
  position: relative;
}

.map-links-wrapper {
  width: 100%;
}

.map-link {
  color: var(--white);
  font-family: Gotham;
}

.location-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 50vh;
  margin-left: 3em;
  margin-right: auto;
  padding: 2em;
  display: flex;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.location-title.transparent {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

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

.location-bg {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-bg.wk {
  background-color: var(--light-cyan);
}

.location-bg.lwk {
  background-color: var(--unibuddy-blue);
}

.location-bg-vid {
  height: 45%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.map-btn {
  background-color: var(--deep-sky-blue);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  font-family: archivo-black;
  font-size: 1.3em;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.map-btn:hover {
  background-color: var(--smc-yellow);
  color: var(--hover-blue);
}

.lb-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-height: none;
  padding: 2em;
  display: flex;
  overflow: visible;
}

.state-lb {
  width: 18%;
}

.map-gallery-title {
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.csi_h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 800;
}

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

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

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

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

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: .2em;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 8px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.una_list {
  padding-left: 20px;
}

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

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

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

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

.map-scroll-content {
  background-color: rgba(0, 0, 0, 0);
  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: -webkit-sticky;
  position: sticky;
  top: 20%;
  overflow: auto;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .29);
}

.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.disabled {
  display: none;
}

.scroll-content.hidden {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  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;
}

.link {
  color: var(--smc-blue);
  font-family: "Gotham 0";
}

.link.location-link {
  text-decoration: underline;
}

.location-link {
  color: var(--smc-blue);
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.location-link.w--current {
  color: var(--smc-blue);
  font-family: Poppins, sans-serif;
}

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

.video_header {
  color: var(--smc-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  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: proxima-nova, sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.2;
}

.video_title.centered {
  text-align: center;
  font-family: proxima-nova, sans-serif;
}

.video_fine {
  color: #707070;
  padding-left: .2em;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.video_fine.centered {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.vid-thumb {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.thumbnail {
  width: 100%;
  height: 15em;
  position: relative;
}

.map-txt-wrap {
  background-color: rgba(242, 239, 233, .76);
  width: 80%;
  padding: 2em;
}

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

.inquiry-title {
  padding-bottom: 1em;
}

.paragraph {
  font-family: proxima-nova, sans-serif;
}

.apply-btn {
  border: 1px solid var(--smc-blue);
  color: var(--smc-blue);
  background-color: rgba(0, 169, 224, .31);
  border-radius: 20px;
  width: 100%;
  padding: 5px 30px 3px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.logo {
  z-index: 9999;
  width: 10.1em;
  position: fixed;
  top: 2em;
  bottom: auto;
  left: 4em;
  right: auto;
}

.website_link {
  width: 10.1em;
  height: 10em;
}

.why_number {
  background-color: var(--smc-yellow);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 13%;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.why_num {
  color: var(--smc-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  display: flex;
}

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

.accordion {
  flex-flow: column;
  display: flex;
}

.open-icon {
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-accordion {
  border-top: 1px solid var(--smc-blue);
  border-bottom: 1px solid var(--smc-blue);
  order: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.accordion-title {
  width: 100%;
  margin-left: 0;
}

.accordion-body {
  margin-top: 2em;
}

.open-close-accordion {
  flex: none;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.close-icon {
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.paragraph-2 {
  font-family: proxima-nova, sans-serif;
}

.applybtn {
  background-color: var(--smc-yellow);
  color: var(--smc-blue);
  border-radius: 17em;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.accordion-content_spacer {
  height: 1px;
  margin-bottom: 20px;
}

.accordion-icon {
  color: var(--smc-blue);
  order: -1;
  width: 26px;
  height: 12px;
  font-weight: 400;
  position: relative;
}

.accordion-icon:hover {
  font-weight: 700;
}

.accordion-item {
  border-top: 1px solid var(--smc-blue);
  border-bottom: 1px solid var(--smc-blue);
  color: var(--smc-blue);
  text-align: left;
  margin-top: 0;
}

.accordion-trigger {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px none var(--smc-blue);
  color: var(--smc-blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  color: var(--smc-blue);
  font-weight: 700;
}

.accordion-icon_left {
  border-top: 1px solid var(--smc-blue);
  background-color: var(--smc-blue);
  transform-origin: 0 0;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  transform: rotate(-45deg);
}

.accordion-icon_right {
  border-top: 1px solid var(--smc-blue);
  background-color: var(--smc-blue);
  transform-origin: 100% 0;
  color: var(--smc-blue);
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 20px;
  right: auto;
  transform: rotate(45deg);
}

.accordion-content {
  width: 100%;
  overflow: hidden;
}

.accordion-title-2 {
  color: var(--smc-blue);
  margin-bottom: 0;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
}

.displayonly_component {
  background-color: var(--light-cyan);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 94%;
  min-height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
}

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

.ql_menu_mobile {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 80%;
  display: none;
}

.housing-l {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.cafe-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: auto;
  display: flex;
}

.cafe-icon {
  flex: none;
  width: 5em;
  height: 5em;
}

.paragraph-3 {
  flex-flow: column;
  display: flex;
}

.list-item {
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

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

.chat-icon {
  flex: none;
  width: auto;
  height: 2em;
}

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

.norm {
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.my-container-why {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.my-container-why.safety {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 1em;
  align-items: center;
  margin-top: 2em;
  padding: 2em 2em 0;
  position: relative;
}

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

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

.my-container-why.home {
  background-color: var(--smc-blue);
  background-image: none;
  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-why.campus {
  background-color: var(--white);
  border-radius: 1em;
  width: 70%;
  margin-top: 28.3em;
  margin-bottom: 10em;
  padding-top: 1em;
  padding-bottom: 2em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .24);
}

.my-container-why.unibuddy {
  background-color: var(--light-cyan);
  margin-top: 2em;
  margin-bottom: 10em;
  padding-top: 0;
}

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

.my-container-why.aoi {
  width: 70%;
  margin-top: 0;
}

.my-container-why.transfer {
  width: 70%;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.my-container-why.costs {
  width: 70%;
  margin-top: 0;
  padding-bottom: 2em;
}

.my-container-why.why {
  width: 100%;
  margin-top: 0;
}

.my-container-why.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;
}

.sm-links {
  display: none;
}

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

  .section.apply_2 {
    margin-top: 3em;
  }

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

  .main.body {
    height: 100%;
  }

  .main.no-scroll {
    height: auto;
  }

  .quicklinks_list {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    background-color: var(--white);
    color: var(--depaul-blue);
    border-radius: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    padding: 0 2em;
    display: flex;
    position: static;
    top: auto;
    bottom: 61%;
    left: 0%;
    right: 0%;
  }

  .quicklinks_li {
    justify-content: center;
    padding-right: 1em;
  }

  .quicklink.home {
    color: var(--depaul-blue);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    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: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    width: 100%;
    height: 3.2em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    display: none;
    position: static;
  }

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

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

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

  .my-container.safety {
    width: 80%;
    margin-top: 2em;
    padding-bottom: 10em;
  }

  .my-container.home {
    background-color: var(--smc-blue);
    background-image: linear-gradient(180deg, var(--smc-blue), var(--hover-blue));
    flex-flow: column;
    width: 100%;
    height: 114%;
    margin-top: 17.4em;
    padding-bottom: 0;
    position: relative;
  }

  .my-container.campus {
    margin-top: 30.7em;
    padding-bottom: 0;
  }

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

  .my-container.housing {
    padding-bottom: 12em;
    padding-left: 0;
    padding-right: 0;
  }

  .my-container.aoi {
    margin-top: 2em;
  }

  .my-container.transfer {
    width: 80%;
  }

  .my-container.costs {
    padding-bottom: 11.5em;
  }

  .my-container.why {
    width: 80%;
  }

  .my-container.home-subscribe {
    background-color: rgba(0, 0, 0, 0);
    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.centered.svcs {
    object-position: 50% 0%;
  }

  .img_cover.why-choose {
    height: auto;
  }

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

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

  .video_wrapper.apply {
    width: 100%;
    height: 21.8em;
    margin-top: 8em;
  }

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

  .social_link.mobile {
    display: flex;
  }

  .lang_menu {
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    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-left: auto;
    margin-right: 0;
    padding-right: 0;
    left: 3em;
    right: auto;
  }

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

  .modal-component.play-welcome.campus.video-container.sm {
    flex-direction: column;
  }

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

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    font-family: Poppins, sans-serif;
    position: -webkit-sticky;
    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;
    display: none;
    overflow: auto;
  }

  .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.subscribe {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

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

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

  .modal-container.subscribe-home {
    max-height: 55vh;
    margin-top: 11.1em;
    margin-bottom: auto;
    position: relative;
  }

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

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

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

  .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(--depaul-blue);
    width: 100%;
    max-height: 72vh;
    padding: 1em 30px 2em;
    right: auto;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 3em;
  }

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

  .menu-button-2:focus {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
  }

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

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

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

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
    font-size: 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 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: nowrap;
    justify-content: center;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 3em;
    position: fixed;
    top: auto;
    bottom: 5.1em;
    left: 5%;
    right: 5%;
  }

  .ql_menu {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 2.5em;
    display: none;
  }

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

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

  .nav_logo {
    flex: none;
    width: auto;
    height: 4em;
  }

  .subscribe_text {
    margin-bottom: 1em;
  }

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

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

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

  .hero.relative.flex {
    flex: none;
    height: 24.4em;
    margin-top: 8em;
  }

  .hero.areas {
    margin-top: 1.8em;
  }

  .hero._40em.fixed {
    flex: none;
    height: 30.6em;
    right: 0;
  }

  .hero._40em.sports {
    height: 27.9em;
    margin-top: 7.1em;
  }

  .hero._45em.relative {
    height: 18.1em;
  }

  .hero._45em.transfer {
    height: 28.2em;
    margin-top: 4.7em;
    padding: 2.2em 0 0;
  }

  .hero._40 {
    height: 25.6em;
  }

  .hero.costs {
    height: 25.1em;
    margin-top: 8.2em;
  }

  .title._2-col.programs {
    width: 100%;
    margin-top: -11.9em;
  }

  .title._2-col.transfer {
    width: 100%;
    margin-top: 32.6em;
  }

  .title.campus {
    padding-bottom: 1em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .title.sports {
    margin-top: 0;
    padding-bottom: 1em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .title.costs {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smc_h1.centered.home {
    font-size: 2.8em;
  }

  .smc_h1.blue {
    font-size: 3.4em;
  }

  .smc_h1.blue.centered {
    font-size: 2.8em;
  }

  .smc_h1.blue.centered.sports {
    font-size: 3em;
  }

  .smc_h1.blue.services {
    font-size: 3.1em;
  }

  .smc_h1.blue.transfer {
    font-size: 1.9em;
  }

  .smc_h1.blue.sm-centered {
    font-size: 3.1em;
  }

  .smc_h1.no-shadow {
    font-size: 3.3em;
  }

  .smc_h1.no-shado.centered._5 {
    font-size: 2.6em;
  }

  ._1-8em {
    font-size: 1.5em;
  }

  .title-cols.transfer {
    margin-top: -2em;
    padding-top: 0;
  }

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

  .smc_p._1-6.white {
    font-size: 1.8em;
  }

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

  .smc_p.subtitle {
    text-align: left;
    font-size: 1.2em;
  }

  .smc_p.subtitle.white.centered.sports {
    font-size: 1.2em;
  }

  .smc_p.subtitle.services {
    line-height: 1.1;
  }

  .smc_p.subtitle.sports {
    font-size: 1.2em;
  }

  .smc_p.intro-title {
    font-size: 2.2em;
    line-height: 1;
  }

  .why-facts_wrapper {
    width: 100%;
    padding-bottom: 12em;
  }

  .why-fact {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 16px;
    line-height: 1.4;
  }

  .title-col.line {
    padding-right: 1em;
  }

  .title-col.transfer {
    margin-top: 0;
  }

  .title-col-intro {
    padding-left: 0;
  }

  .campus {
    padding-bottom: 5em;
  }

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

  .smc_h2.svcs {
    font-size: 1.7em;
  }

  .mobile-social_bar {
    z-index: 500;
    border-left: 1px solid var(--light-gray);
    background-color: var(--white);
    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;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, .23);
  }

  .mobile-social_bar.separate {
    display: none;
  }

  .mobile-social {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-left: 1px none var(--light-gray);
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.9em;
    margin-top: auto;
    margin-left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .aoi_wrapper {
    margin-top: -2.5em;
  }

  .housing {
    padding-bottom: 2em;
  }

  .bg.home {
    right: 0;
  }

  .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 {
    margin-left: 3em;
  }

  .brand.disable {
    margin-top: 0;
    display: flex;
  }

  .video {
    width: 100%;
  }

  .video.welcome {
    height: 53%;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .circle_wrapper {
    align-items: flex-start;
    width: 21.4em;
    height: 60%;
    margin-top: 0;
    margin-left: 4em;
    margin-right: 0;
    padding-top: 1.8em;
  }

  .circle_wrapper.disabled {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 8em;
    position: static;
    bottom: 0;
  }

  .smc_tag.centered.top-line {
    font-size: 1.6em;
  }

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

  .why_section {
    margin-top: 0;
    padding-bottom: 10em;
  }

  .intro {
    width: 100%;
  }

  .down_btn {
    margin-top: 0;
  }

  .intro-txt_wrapper {
    width: 60%;
    margin-top: -5.5em;
  }

  .intro-txt_wrapper.city {
    width: 94%;
  }

  .intro-txt_wrapper.auto.programs {
    width: 17em;
    height: 17em;
  }

  .intro-txt_wrapper.auto.transfer {
    width: 14.3em;
    height: 14.3em;
  }

  .intro-txt_wrapper.sports {
    padding: 1em 0 2em;
    transform: none;
  }

  .smc_link.arrow {
    text-align: left;
  }

  .ex-link {
    grid-column-gap: 0em;
  }

  .ex-link.campus {
    grid-column-gap: 1em;
    margin-top: 1em;
    padding-left: 0;
  }

  .ex-link.sports {
    grid-column-gap: 1em;
  }

  .sports_grid {
    margin-top: 4em;
  }

  .left-top {
    width: 60%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .svcs-r-top {
    margin-top: 0;
    padding-top: 1em;
    padding-right: 2em;
  }

  .svcs-l-bottom {
    margin-top: 1em;
    padding: 1.5em 2em 1em;
  }

  .housing_wrapper {
    width: 100%;
  }

  .housing-img_wrapper {
    width: auto;
    height: auto;
  }

  .housing-title {
    width: 100%;
    padding-right: 2em;
  }

  .housing-title-text {
    line-height: 1.4;
  }

  .transfer-section {
    margin-top: 14.4em;
  }

  .transfer-img_wrapper {
    width: 39%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .apply {
    flex-direction: column;
  }

  .apply-now_wrapper {
    grid-column-gap: 2em;
    align-items: flex-start;
    padding-left: 0;
  }

  .why-title {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .coffee.yellow.house {
    line-height: .7;
  }

  .coffee.yellow.apply {
    font-size: 1.1em;
  }

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

  .content-center.svcs1 {
    align-items: stretch;
    width: 80%;
    padding-bottom: 8em;
  }

  .content-center.apply2 {
    width: 53%;
  }

  .content-center.apply3 {
    width: 90%;
  }

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

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 1em;
  }

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

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

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

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

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

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

  .apply-btn {
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .website_link {
    display: none;
  }

  .why_number {
    flex: none;
    width: 3.5em;
    height: 3.5em;
  }

  .why_num {
    font-size: 2.2em;
  }

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

  .ql_menu_mobile {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 2.5em;
    display: flex;
  }

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

  .my-container-why.safety {
    width: 80%;
    margin-top: 2em;
    padding-bottom: 10em;
  }

  .my-container-why.home {
    background-color: var(--smc-blue);
    background-image: linear-gradient(180deg, var(--smc-blue), var(--hover-blue));
    flex-flow: column;
    width: 100%;
    height: 114%;
    margin-top: 17.4em;
    padding-bottom: 0;
    position: relative;
  }

  .my-container-why.campus {
    margin-top: 30.7em;
    padding-bottom: 0;
  }

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

  .my-container-why.housing {
    padding-bottom: 12em;
    padding-left: 0;
    padding-right: 0;
  }

  .my-container-why.aoi {
    margin-top: 2em;
  }

  .my-container-why.transfer {
    width: 80%;
  }

  .my-container-why.costs {
    padding-bottom: 11.5em;
  }

  .my-container-why.why {
    width: 80%;
  }

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

  .sm-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.apply_2 {
    margin-top: 2em;
    padding-bottom: 10em;
  }

  .main.body {
    padding-bottom: 2em;
  }

  .quicklinks_list {
    width: auto;
  }

  .quicklink.home {
    font-size: 13px;
    line-height: .9;
  }

  .img_contain {
    margin-left: auto;
  }

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

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

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

  .my-container.campus {
    width: 90%;
  }

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

  .my-container.housing {
    width: 80%;
  }

  .my-container.aoi {
    height: auto;
  }

  .my-container.transfer {
    padding-bottom: 2em;
  }

  .my-container.costs {
    width: 80%;
  }

  .my-container.why {
    width: 90%;
  }

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

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

  .img_cover.aoi {
    width: 100%;
  }

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

  .video_wrapper.apply {
    width: 100%;
  }

  .lang_menu {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    width: 61%;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 1.6;
  }

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

  .modal-component.play-welcome.campus.video-container.sm {
    font-size: 12px;
  }

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

  .button.modal-open_btn2.subscribe {
    align-items: center;
    height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

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

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

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

  .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-container.location {
    flex-direction: column;
    width: 85%;
    margin-top: 30%;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .nav_link-2 {
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .ql_menu {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

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

  .nav_logo {
    flex: none;
    width: auto;
    height: 4em;
  }

  .hero {
    height: 20.7em;
  }

  .hero._28em {
    height: 21.7em;
  }

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

  .hero.relative.flex {
    height: 19.1em;
  }

  .hero.areas {
    height: 26.2em;
  }

  .hero._40em.fixed, .hero._40em.sports {
    height: 20.5em;
  }

  .hero._45em.relative {
    flex: none;
    height: 15.8em;
  }

  .hero._45em.transfer {
    height: 25.5em;
  }

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

  .title._2-col.safety {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .title._2-col.programs {
    width: 80%;
  }

  .title._2-col.transfer {
    width: 100%;
    margin-top: 29.1em;
  }

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

  .title.campus {
    margin-top: 3em;
    padding-left: 3em;
    padding-right: 4em;
  }

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

  .title.sports {
    grid-row-gap: 1em;
    margin-top: 1em;
    padding-left: 3em;
    padding-right: 4em;
  }

  .smc_h1 {
    text-align: center;
  }

  .smc_h1.centered.blue {
    font-size: 2.4em;
  }

  .smc_h1.centered.home {
    font-size: 1.8em;
  }

  .smc_h1.white.centered {
    font-size: 2.7em;
  }

  .smc_h1.blue {
    text-align: left;
    font-size: 2.8em;
  }

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

  .smc_h1.blue.centered.sports {
    text-align: center;
    font-size: 2.6em;
  }

  .smc_h1.blue.sm-centered {
    font-size: 2.6em;
  }

  .smc_h1.no-shadow {
    text-align: right;
    font-size: 2.9em;
  }

  .title-cols {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .smc_p._1-2em.state {
    text-align: center;
    text-decoration: none;
  }

  .smc_p._1-6.white {
    font-size: 1.5em;
  }

  .smc_p.subtitle.sa {
    font-size: 1.2em;
  }

  .smc_p.housing-txt {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .smc_p.smc_link.sm-centered, .smc_p.sm-centered.cafe, .blue-bold.state {
    text-align: center;
  }

  .why-facts_wrapper {
    grid-row-gap: 5.7em;
    width: 100%;
    margin-bottom: -10em;
    padding-bottom: 12em;
    padding-right: 0;
  }

  .why-fact_img {
    width: 100%;
  }

  .why-fact {
    order: 1;
    width: auto;
    height: auto;
    margin-top: .8em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .why-fact._2.underline {
    width: auto;
    height: auto;
  }

  .title-col {
    justify-content: center;
  }

  .title-col.line {
    text-align: center;
    border: 1px #000;
    justify-content: center;
    padding-bottom: 3em;
  }

  .title-col-intro {
    padding-left: 0;
  }

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

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

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

  .programs {
    flex-direction: column;
    width: 100%;
    padding-bottom: 12em;
    padding-left: 0;
    padding-right: 0;
  }

  .aoi_wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dp_h3.city {
    font-size: 1.8em;
  }

  .housing {
    height: auto;
    padding-bottom: 2em;
  }

  .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, .steps-right {
    width: 100%;
  }

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

  .city-img_wrapper {
    width: 100%;
  }

  .brand.disable {
    flex: none;
    width: 48%;
  }

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

  .circle_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 16.5em;
    height: 61%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 4.5em;
  }

  .smc_tag.centered.top-line {
    font-size: 1.2em;
  }

  .banner {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: auto;
    height: 12em;
  }

  .why_section {
    margin-top: 3.2em;
    padding-bottom: 4em;
  }

  .intro-txt_wrapper {
    margin-top: -9.6em;
    padding: 1em 2em;
  }

  .intro-txt_wrapper.auto.programs {
    flex: none;
    width: 14.5em;
    height: 14.5em;
  }

  .intro-txt_wrapper.sports {
    text-align: center;
  }

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

  .gallery_wrapper {
    column-count: 2;
    width: 90%;
  }

  .gallery-title {
    justify-content: center;
    width: auto;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .smc_h3.white {
    font-size: 1.7em;
  }

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

  .intro_contain {
    width: 100%;
  }

  .smc_link {
    font-size: 1em;
  }

  .smc_link.black.chat {
    white-space: pre-line;
    overflow-wrap: normal;
    font-size: .9em;
  }

  .smc_link.black.chat:hover {
    line-height: 1.2;
  }

  .smc_link.black.fix_chat {
    white-space: pre-line;
    overflow-wrap: normal;
    font-size: .9em;
  }

  .smc_link.black.fix_chat:hover {
    line-height: 1.2;
  }

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

  .l-side_wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

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

  .sports_grid {
    grid-template-columns: 1fr 1fr;
    width: 70%;
  }

  .caption_block {
    height: 23.8em;
  }

  .caption_block.sports-link {
    height: auto;
  }

  .left-top {
    width: 100%;
  }

  .svcs-r-top {
    margin-top: 0;
    padding-top: 2em;
  }

  .housing_wrapper {
    flex-direction: column;
    margin-top: 3em;
  }

  .housing-img_wrapper {
    width: 100%;
    height: 22.3em;
  }

  .housing-link_wrapper {
    align-items: center;
    width: 15.9em;
    margin-top: 0;
    line-height: 1.5;
  }

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

  .housing-r {
    grid-column-gap: 1em;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
    margin-top: 3em;
  }

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

  .transfer-img_wrapper {
    margin-left: auto;
  }

  .transfer-txt_wrapper {
    width: 100%;
    margin-left: 0;
  }

  .transfer-link_wrapper {
    align-items: center;
    width: auto;
    margin-left: 0;
    line-height: 1.5;
  }

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

  .apply {
    height: auto;
  }

  .apply-now_wrapper {
    grid-row-gap: 3em;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .apply-link_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    line-height: 1.5;
  }

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

  .content-center.svcs1 {
    flex-direction: column;
  }

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

  .content-center.apply3 {
    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.zoom-cafe {
    width: 100%;
  }

  .svcs-r {
    width: 100%;
    margin-top: 1em;
  }

  .transfer-students {
    align-items: center;
  }

  .students-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .students_wrapper {
    grid-row-gap: 3em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .transfer-caption {
    text-align: center;
  }

  .students-link {
    border-top: 1px solid var(--smc-blue);
  }

  .transfer1 {
    flex-direction: column-reverse;
  }

  .invest2 {
    align-items: stretch;
    margin-top: 3em;
  }

  .invest-link, .safety-link {
    align-items: center;
    width: auto;
    margin-left: 0;
    line-height: 1.5;
  }

  .apply-links-wrapper {
    grid-row-gap: 2em;
    align-items: center;
    width: 100%;
  }

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

  .city-callout-l {
    width: 100%;
  }

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

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

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

  .lb_wrapper {
    flex-direction: column;
  }

  .csi_h2 {
    font-size: 1.7em;
  }

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

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

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

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

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

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

  .apply-btn {
    font-size: 13px;
    line-height: 1.1;
  }

  .accordion-trigger {
    padding-right: 0;
  }

  .accordion-title-2.sm_cntr {
    padding-right: 10px;
  }

  .displayonly_component {
    padding: 30px 0 30px 10px;
  }

  .ql_menu_mobile {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .housing-l {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cafe-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .chat-txt {
    white-space: pre;
    word-break: normal;
    overflow-wrap: break-word;
    padding-left: 1em;
  }

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

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

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

  .my-container-why.campus {
    width: 90%;
  }

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

  .my-container-why.housing {
    width: 80%;
  }

  .my-container-why.aoi {
    height: auto;
  }

  .my-container-why.transfer {
    padding-bottom: 2em;
  }

  .my-container-why.costs {
    width: 80%;
  }

  .my-container-why.why {
    width: 90%;
  }

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

@media screen and (max-width: 479px) {
  .section.sports_2 {
    padding-bottom: 0;
  }

  .section.map1 {
    top: 7.3em;
  }

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

  .main.body {
    padding-bottom: 0;
  }

  .main.no-scroll {
    overflow: hidden;
  }

  .quicklinks_list {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: .5em;
    display: flex;
  }

  .quicklinks_li {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: .5em;
  }

  .quicklink.home {
    text-align: center;
    font-size: 12px;
  }

  .img_contain {
    width: auto;
  }

  .nav_list {
    margin-top: 1em;
  }

  .nav_li {
    font-family: Poppins, sans-serif;
    font-size: .9em;
    font-weight: 600;
  }

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

  .my-container.safety {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .my-container.home {
    background-color: var(--hover-blue);
    background-image: linear-gradient(180deg, var(--smc-blue) 64%, #012a53);
    width: 100%;
    height: 100vh;
    margin-top: 8.2em;
  }

  .my-container.campus {
    margin-top: 27.6em;
    margin-bottom: 12em;
  }

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

  .my-container.housing {
    padding-bottom: 12em;
  }

  .my-container.aoi {
    width: 90%;
    height: auto;
    margin-top: 1em;
    padding-bottom: 2em;
  }

  .my-container.transfer {
    width: 80%;
  }

  .my-container.costs {
    width: 85%;
    padding-bottom: 14em;
  }

  .my-container.why {
    width: 100%;
    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.smc {
    padding-bottom: 5em;
  }

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

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

  .img_cover.centered.houseing-pg {
    object-position: 0% 0%;
  }

  .img_cover.centered.svcs {
    object-position: 22% 0%;
  }

  .img_cover.why-choose {
    height: 100%;
  }

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

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

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

  .img_cover.la {
    border-style: solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .video_wrapper.apply {
    width: 100%;
  }

  .lang_menu {
    justify-content: flex-start;
    align-items: center;
    width: 63%;
    padding-left: 1em;
    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 {
    height: 3.3em;
    bottom: 0;
  }

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

  .modal-component.play-welcome.campus.video-container.sm {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }

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

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

  .button.modal-open_btn2.subscribe {
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .button.modal-open_btn2.subscribe-home {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .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: 60vh;
    margin-top: 11em;
    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-container.location {
    margin-top: 55%;
  }

  .modal-close_btn {
    top: 12%;
  }

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

  .navbar {
    padding: 0;
  }

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

  .nav_link-2 {
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .ql_menu {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: 100%;
  }

  .nav_logo {
    flex: none;
    width: auto;
    height: 4em;
  }

  .hero {
    height: 20.8em;
  }

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

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

  .hero.relative.flex {
    height: 16.2em;
    margin-top: 8.3em;
  }

  .hero.areas {
    height: 14.1em;
    margin-top: 7.1em;
  }

  .hero._40em.sports {
    height: 16.7em;
  }

  .hero._45em.relative {
    height: 11.2em;
    margin-top: 8em;
  }

  .hero._45em.transfer {
    height: 19.6em;
    margin-top: 6.6em;
  }

  .hero._40 {
    height: 16.3em;
    margin-top: 8em;
  }

  .title._2-col.safety {
    width: 90%;
  }

  .title._2-col.programs {
    margin-top: -9.6em;
  }

  .title._2-col.transfer {
    margin-top: 24em;
  }

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

  .title.campus {
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .title.sports {
    grid-row-gap: 2em;
    width: 80%;
    margin-top: 3em;
    padding-left: 1em;
    padding-right: 0;
  }

  .title.costs {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
  }

  .title.costs.sm-centered {
    width: 80%;
    margin-top: 2em;
  }

  .smc_h1 {
    text-align: center;
    font-size: 2.5em;
  }

  .smc_h1.centered.blue {
    font-size: 2.1em;
  }

  .smc_h1.centered.home {
    font-size: 1.6em;
  }

  .smc_h1.white.centered {
    font-size: 2.2em;
  }

  .smc_h1.blue {
    font-size: 2.1em;
  }

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

  .smc_h1.blue.centered.sports {
    font-size: 2em;
  }

  .smc_h1.blue.costs {
    text-align: center;
  }

  .smc_h1.blue.sm-centered {
    text-align: center;
    font-size: 2.1em;
  }

  .smc_h1.no-shadow {
    font-size: 2.6em;
  }

  .smc_h1.no-shado.centered._5 {
    font-size: 2.2em;
  }

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

  .smc_p._1-2em.state {
    margin-top: 2em;
    font-size: 1.2em;
  }

  .smc_p._1-6.white {
    text-align: right;
    font-size: 1.2em;
  }

  .smc_p._1-6.blue.costs {
    text-align: center;
    line-height: 1.1;
  }

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

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

  .smc_p.subtitle {
    text-align: center;
    width: 86%;
  }

  .smc_p.subtitle.services {
    text-align: left;
  }

  .smc_p.subtitle.centered.sports {
    font-size: 1em;
  }

  .smc_p.aoi {
    font-size: 1.1em;
  }

  .smc_p.intro-title {
    font-size: 1.7em;
  }

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

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

  .why-facts_wrapper {
    grid-row-gap: 8.9em;
    padding-top: 10em;
    padding-bottom: 12.4em;
    padding-right: 0;
  }

  .why-fact_img {
    max-width: none;
  }

  .why-fact_img.l {
    width: 47%;
    margin-right: 0;
  }

  .why-fact_img.w2 {
    flex: none;
    width: 47%;
    margin-right: 0;
  }

  .why-fact {
    width: auto;
    height: 8em;
    margin-top: 0;
    margin-bottom: -1.6em;
    padding: 0 1em 1em;
    font-family: Poppins, sans-serif;
    line-height: 1.3;
  }

  .why-fact.top-margin {
    font-family: Poppins, sans-serif;
  }

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

  .title-col-intro {
    padding-top: 1em;
    padding-right: 0;
  }

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

  .smc_h2 {
    font-size: 2.1em;
  }

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

  .smc_h2.centered {
    text-align: center;
    font-size: 1.6em;
  }

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

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

  .mobile-social {
    height: 2.5em;
    margin-bottom: auto;
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .programs {
    width: 100%;
  }

  .dp_h3 {
    line-height: 1.2;
  }

  .dp_h3.city {
    text-align: center;
  }

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

  ._2em {
    font-size: 1.4em;
  }

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

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

  .number {
    font-size: 1.7em;
  }

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

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

  .top10_img {
    height: 12.9em;
  }

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

  .brand {
    margin-left: 2em;
  }

  .video.welcome {
    height: 50%;
    margin-top: 4.6em;
    margin-right: 0;
  }

  .arrow, .arrow.next {
    width: auto;
  }

  .circle_wrapper {
    width: 13em;
    height: 23em;
    padding-top: 1.5em;
  }

  .circle_wrapper.disabled {
    height: auto;
    margin-top: 1em;
  }

  .smc_tag.centered.top-line {
    font-size: 1.1em;
  }

  .banner {
    width: auto;
    height: 11em;
    padding-top: 0;
  }

  .why_section {
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .down_btn {
    margin-top: -.8em;
  }

  .intro-img_wrapper {
    width: 54%;
  }

  .intro-txt_wrapper {
    width: 75%;
    margin-top: -6.6em;
    padding: 1.5em 1em;
  }

  .intro-txt_wrapper.city {
    flex-direction: column;
    width: 100%;
  }

  .intro-txt_wrapper.auto.programs {
    width: 12em;
    height: 12em;
  }

  .intro-txt_wrapper.auto.transfer {
    flex-direction: row;
    width: 14em;
    height: 14em;
  }

  .intro-txt_wrapper.sports {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em .5em;
  }

  .gallery_wrapper {
    column-count: 1;
    width: 80%;
  }

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

  .smc_link.arrow {
    text-align: left;
    font-size: 1em;
  }

  .smc_link.black.chat {
    font-size: .9em;
    line-height: 1.3;
    display: inline;
  }

  .smc_link.black.fix_chat {
    font-size: .9em;
    line-height: 1.3;
    display: block;
  }

  .ex-link {
    grid-column-gap: .5em;
    justify-content: flex-end;
    margin-top: 2em;
  }

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

  .caption_block {
    height: 15.9em;
  }

  .caption_block.cyan.sports-link {
    width: auto;
  }

  .caption_block.sports-link {
    width: auto;
    height: 16em;
  }

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

  .svcs-r-top {
    margin-top: 0;
  }

  .housing-img_wrapper {
    width: 100%;
    height: 16.6em;
  }

  .housing-link_wrapper {
    margin-top: 1em;
  }

  .housing-title {
    width: 100%;
    padding-right: 1em;
  }

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

  .transfer-section {
    margin-top: 11.3em;
    padding-bottom: 10em;
  }

  .transfer-img_wrapper {
    width: 72%;
    margin-left: auto;
  }

  .transfer-link_wrapper.stories {
    margin-top: 1em;
  }

  .costs-icon_wrapper {
    width: 27%;
  }

  .costs-title_txt {
    text-align: center;
    margin-top: 1em;
  }

  .costs-txt_wrapper {
    margin-top: 1em;
  }

  .apply {
    height: auto;
  }

  .apply-now_wrapper {
    flex-direction: column;
    margin-top: 2em;
    padding: 1em 0;
  }

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

  .coffee.yellow.apply {
    font-size: 1.2em;
  }

  .coffee.title {
    font-size: 3em;
  }

  .why-fact_block-v {
    width: 80%;
    height: 100%;
    margin-bottom: 2em;
  }

  .why-imgs {
    width: 100%;
  }

  .content-center.aoi-vid-wrapper {
    width: 90%;
  }

  .content-center.apply3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-center.state-callout {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .content-center.apply-cafe {
    width: 80%;
  }

  .students_wrapper {
    flex-flow: column wrap;
  }

  .transfer_block {
    width: 100%;
  }

  .transfer_img {
    height: 18em;
  }

  .transfer1 {
    margin-top: 2em;
  }

  .invest2 {
    grid-row-gap: 2em;
    flex-direction: column;
    margin-top: 3em;
  }

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

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

  .location-title {
    width: 80%;
  }

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

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

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

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

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

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

  .location_bg {
    height: 16em;
  }

  .csi_h3 {
    font-size: 1.2em;
  }

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

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

  .vid-thumb {
    width: 100%;
  }

  .apply-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 12px;
    display: flex;
  }

  .why_number {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -30%;
    bottom: auto;
    left: 40%;
    right: 0%;
  }

  .why_num {
    margin: auto;
    font-family: Open Sans, sans-serif;
    line-height: 1;
  }

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

  .displayonly_component {
    padding-left: 0;
  }

  .navbar-home {
    padding: 0;
  }

  .ql_menu_mobile {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: 100%;
    height: 2.3em;
  }

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

  .chat-icon {
    height: 1.5em;
    line-height: 1.1;
  }

  .chat-txt {
    height: 100%;
  }

  .list {
    padding-left: 0;
  }

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

  .my-container-why.safety {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .my-container-why.home {
    background-color: var(--hover-blue);
    background-image: linear-gradient(180deg, var(--smc-blue) 64%, #012a53);
    width: 100%;
    height: 100vh;
    margin-top: 8.2em;
  }

  .my-container-why.campus {
    margin-top: 27.6em;
  }

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

  .my-container-why.housing {
    padding-bottom: 12em;
  }

  .my-container-why.aoi {
    width: 90%;
    height: auto;
    margin-top: 1em;
    padding-bottom: 2em;
  }

  .my-container-why.transfer {
    width: 80%;
  }

  .my-container-why.costs {
    width: 85%;
    padding-bottom: 14em;
  }

  .my-container-why.why {
    width: 100%;
    padding-bottom: 0;
  }

  .my-container-why.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-why.smc {
    padding-bottom: 8em;
  }
}

#w-node-f134d957-7b23-5756-5821-0a95433f1db0-79783d6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f134d957-7b23-5756-5821-0a95433f1dbc-79783d6c, #w-node-_14bed4c9-15b1-ea55-55e9-dca5321b4abf-321b4ab1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-faabaeb1-9cd4-4cba-5700-2970b5eafcfe-79783d6e, #w-node-_1f8fab06-7ef1-5814-a373-6f5a7a1eb44c-79783d6e, #w-node-_0e5c713d-93cc-ad1d-771e-ced2fcb9faf9-79783d6e, #w-node-_61dc95d6-860c-f691-29b4-7c8869717793-79783d6e, #w-node-_4d78f933-a61f-90f5-6d76-f01fc16d005d-79783d6e, #w-node-d3b4eef8-6dab-ab0d-dfef-3ffe88c92d9f-79783d6e, #w-node-_0f5d510e-dfa6-fea0-5cb4-2ae0c33b0520-79783d6e, #w-node-_862bf48a-e261-bd4e-b99a-0832fbe09a45-79783d6e, #w-node-_0166468f-127c-8b39-f915-30741936da34-79783d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6e2e19-5620-87c8-115f-91320f398e08-79783d70 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af133420-b78c-c891-b15c-840170a2b57e-79783d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08720018-9b52-fb32-0d88-53748f39efb5-79783d70 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a826d890-f6ef-4012-4c21-c749959f7e6e-79783d70, #w-node-_5d7a20cd-3cb0-3534-cfcf-bf11a15832ee-79783d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ced71894-d80c-d277-db6a-0856ca0478ef-79783d71, #w-node-_56d4050a-20e4-c013-c271-13f2c269835c-79783d71, #w-node-ec917621-fd05-c246-cd7a-e4873bc707cd-79783d71, #w-node-ec917621-fd05-c246-cd7a-e4873bc707e3-79783d71, #w-node-_56415b68-6ac8-65c5-214b-86afd2f27076-79783d71, #w-node-_03354653-b701-bfb0-e3ff-dbc15bbe70f7-79783d71, #w-node-ca8654fb-e94f-f5ca-ebbf-a0a6a0941c49-79783d71 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eeda3129-8c14-f4d5-257a-d98574861052-79783d74, #w-node-_6a01ef41-2353-6973-79eb-0e7a28932746-79783d74, #w-node-_8e01bf57-765c-9f39-fe6d-79408ec96f44-79783d74, #w-node-_9e552a69-99e8-a6b7-494f-01a4a57b5ffa-79783d74, #w-node-_927e9ede-40aa-6343-a0ce-73c5b399db8a-79783d74, #w-node-ed9d4bd3-18cf-b4bf-b749-3f71d2993448-79783d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


