:root {
  --white: white;
  --text-black: #333;
  --uf-orange: #fa4616;
  --black: black;
  --lighterblue: #1145b8;
  --disabled: #b3b3b3;
  --chocolate-2: #f37021;
  --uf-blue: #002185;
  --plattsburgh-red: #c6202f;
  --light-steel-blue: #b3cff1;
  --lt-gray: #eeeceb;
  --dim-grey: #707070;
  --white-smoke: #f2f2f4;
  --cardinal: #9d2235;
  --dark-slate-grey: #0f4f6b;
  --chocolate: #ca6a29;
  --dark-olive-green: #707a33;
  --steel-blue: #037797;
  --teal: #3f7f7f;
  --maroon: #611327;
  --trans-wht: #ffffff40;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main.home {
  height: 100vh;
}

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

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

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

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

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

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

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

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

.quicklink.home {
  color: var(--text-black);
  font-family: Rene bieder gentona book, sans-serif;
  font-size: .9em;
  font-weight: 400;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.my-container.home {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  width: 75%;
  height: 70%;
  margin-top: 7.8em;
  padding-top: 0;
}

.my-container.home.full {
  background-color: var(--uf-orange);
  background-image: linear-gradient(0deg, black, var(--uf-orange) 6%);
  flex: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.my-container.apply {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 7.8em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  inset: 0%;
}

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

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

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

.img_cover.from-top.weekend_bg {
  object-position: 50% 100%;
  position: absolute;
}

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

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

.video_wrapper.home {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video_wrapper.apply {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

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

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

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

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

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

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

.lang_link {
  color: var(--black);
  margin-right: 1em;
  font-family: Rene bieder gentona book, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.lang_text {
  color: var(--black);
  margin-right: 1em;
  font-family: Rene bieder gentona book, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

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

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

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

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

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

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

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

.nav-back {
  background-color: var(--uf-orange);
  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(--lighterblue);
}

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

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

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

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

.nav-next {
  background-color: var(--uf-orange);
  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(--lighterblue);
}

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

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

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

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

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

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

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

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

.modal-component.play-welcome {
  z-index: 550;
  z-index: auto;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.modal-component.play-welcome.cade {
  border: 1px solid var(--uf-orange);
  text-align: left;
  flex: none;
  justify-content: center;
  width: auto;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.modal-component.play-welcome.museum {
  align-items: flex-start;
}

.modal-component.play-welcome.christine {
  border: 1px none var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  display: none;
}

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

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

.modal-component.map-location._5th {
  width: 4%;
  top: 1.6em;
  left: 4.6em;
}

.modal-component.map-location._4th {
  width: 4%;
  top: 33.9em;
  left: 43.6em;
}

.modal-component.map-location._1st {
  width: 4%;
  top: 6.3em;
  left: 38.2em;
}

.modal-component.map-location._3rd {
  width: 4%;
  top: 16.1em;
  left: 37.6em;
}

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

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

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

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

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

.button.modal-open_btn.play-welcome {
  background-color: var(--lighterblue);
  color: var(--chocolate-2);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em 1em 1em 1.1em;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  line-height: .9;
  display: flex;
  box-shadow: 1px 1px 12px #00000021;
}

.button.modal-open_btn.play-welcome:hover {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 0 #46166b;
  padding-left: 1.1em;
}

.button.modal-open_btn.play-welcome:focus {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 1px #46166b;
}

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

.button.modal-open_btn.play-welcome.white.grid, .button.modal-open_btn.play-welcome.small {
  width: 2em;
  height: 2em;
}

.button.modal-open_btn2.subscribe {
  background-color: var(--white);
  color: var(--uf-orange);
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

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

.button.subscribe {
  background-color: var(--lighterblue);
  margin-top: 0;
  font-family: Rene bieder gentona book, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

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

.button.modal-open_btn.profile {
  border: 3px solid var(--white);
  background-color: var(--lighterblue);
  color: var(--white);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  font-weight: 900;
}

.button.modal-open_btn.profile:hover {
  border-color: var(--lighterblue);
  background-color: var(--lighterblue);
  color: var(--text-black);
  font-weight: 900;
}

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

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

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

.button.modal-open_btn2.play-welcome {
  background-color: var(--lighterblue);
  color: var(--chocolate-2);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em 1em 1em 1.1em;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  line-height: .9;
  display: flex;
  box-shadow: 1px 1px 12px #00000021;
}

.button.modal-open_btn2.play-welcome:hover {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 0 #46166b;
  padding-left: 1.1em;
}

.button.modal-open_btn2.play-welcome:focus {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 1px #46166b;
}

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

.button.modal-open_btn2.play-welcome.white.grid, .button.modal-open_btn2.play-welcome.small {
  width: 2em;
  height: 2em;
}

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

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

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

.button.modal-open_btn360.play-welcome {
  background-color: var(--lighterblue);
  color: var(--chocolate-2);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em 1em 1em 1.1em;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  line-height: .9;
  display: flex;
  box-shadow: 1px 1px 12px #00000021;
}

.button.modal-open_btn360.play-welcome:hover {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 0 #46166b;
  padding-left: 1.1em;
}

.button.modal-open_btn360.play-welcome:focus {
  background-color: var(--uf-blue);
  color: var(--chocolate-2);
  border: 1px #46166b;
}

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

.button.modal-open_btn360.play-welcome.white.grid, .button.modal-open_btn360.play-welcome.small {
  width: 2em;
  height: 2em;
}

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

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

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

.modal-wrapper.subscribe.home {
  height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

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

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

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

.modal-wrapper.profile._12, .modal-wrapper.profile._14, .modal-wrapper.profile._11, .modal-wrapper.profile._15, .modal-wrapper.profile._13, .modal-wrapper.profile.penn {
  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 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
  display: flex;
  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 {
  align-items: center;
  width: 80%;
  max-width: 900px;
  height: 60vh;
  max-height: 80vh;
  margin-top: 16vh;
  padding-top: 0;
  overflow: auto;
}

.modal-container.location {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: none;
  height: 30em;
  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;
  inset: 0% 0% auto auto;
}

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

.modal-close_btn.subscribe {
  z-index: 100;
}

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

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

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

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

.navbar {
  z-index: 499;
  background-color: var(--uf-blue);
  background-image: linear-gradient(180deg, var(--uf-blue), var(--lighterblue));
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 25vw;
  max-width: 26vw;
  height: 100vh;
  margin-right: 0;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
  box-shadow: 1px 1px 20px #3333338a;
}

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

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

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

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

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

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

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-family: Rene bieder gentona book, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

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

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.subscribe_text {
  margin-bottom: 1em;
}

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

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

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

.bg.home {
  background-color: #0000;
  background-image: none;
  flex: none;
  height: 86vh;
  display: block;
  position: fixed;
  right: 25vw;
}

.bg.home.welcome {
  display: none;
}

.bg.home.form {
  height: 100vh;
}

.bg.eli {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg.cip {
  width: 70%;
  height: 26.7em;
  margin-top: 7em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg.cip2 {
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.bg.explore1 {
  height: 100%;
}

.bg.housing {
  height: auto;
}

.bg.grad {
  width: 70%;
  height: 26.7em;
  margin-top: 7em;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.bg.apply {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--uf-blue));
  flex: none;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  right: 25vw;
}

.bg.ai {
  height: 51.6em;
}

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

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

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

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

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

.video {
  border: 6px none var(--white);
  object-fit: cover;
  background-color: #0000;
  background-image: none;
  border-radius: 0%;
  flex: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

.section {
  width: 100%;
}

.section.hero {
  height: 30vh;
}

.section.hero._67 {
  height: 67vh;
  position: relative;
}

.section.hero._60 {
  height: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  overflow: visible;
}

.section.hero._65, .section.hero.gainesville {
  flex: none;
  height: 57vh;
}

.section.hero.florida {
  z-index: 2;
  flex: none;
  height: 85vh;
  position: relative;
}

.section.title.eli {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.section.meetteam {
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.section.academics {
  background-color: var(--white);
  padding-top: 4em;
  padding-bottom: 0;
}

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

.section.cip-2 {
  z-index: 0;
  background-color: var(--white);
  position: static;
}

.section.cip-3 {
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 10em;
}

.section.exploreuf_title {
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  padding-top: 5em;
  padding-bottom: 3em;
}

.section.explore1 {
  z-index: 0;
  position: relative;
}

.section.explore2 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 4em;
  position: relative;
}

.section.housing {
  position: relative;
}

.section.grad1 {
  background-color: var(--white);
  padding-top: 4em;
  padding-bottom: 5em;
}

.section.conditional {
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  padding-top: 7.5em;
  padding-bottom: 6em;
}

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

.section.apply_txt {
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  height: auto;
  padding-top: 4em;
  padding-bottom: 10em;
}

.section.city-title {
  background-color: var(--white);
  padding-top: 6em;
  padding-bottom: 8em;
}

.section.top10-vid {
  flex: none;
  height: 39.9em;
  position: relative;
}

.section.top10 {
  background-color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 4em;
}

.section.florida-title {
  z-index: 2;
  width: 70%;
  margin: -13.2em auto 1em;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.sunshine {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  margin-top: 2.3em;
  padding-top: 4em;
  padding-bottom: 3em;
  position: relative;
}

.section.state-map {
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 14em;
  display: none;
  position: relative;
}

.section.cip-weekend {
  background-color: var(--white);
}

.section.ai {
  position: relative;
}

.section.map1 {
  z-index: 1;
  background-color: var(--light-steel-blue);
  width: 75%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.section.locations-intro {
  background-color: var(--light-steel-blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

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

.content_center.eli-title {
  width: 65%;
  margin-top: 3em;
}

.content_center.eli-1 {
  width: 65%;
  padding-left: 2em;
  padding-right: 1em;
  position: relative;
}

.content_center.eli-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  width: 65%;
  margin-top: 4em;
  padding-left: 2em;
  display: flex;
}

.content_center.team {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 65%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.content_center.academics {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 65%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.content_center.academics-2 {
  width: 65%;
  margin-top: 4em;
}

.content_center.welcomewk {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 65%;
  margin-top: 7.9em;
  margin-bottom: 4em;
  display: flex;
}

.content_center.cip1 {
  z-index: auto;
  width: 65%;
  padding-left: 2em;
  display: flex;
  position: relative;
}

.content_center.cip2 {
  z-index: auto;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  margin-top: 4em;
  margin-bottom: 7em;
  padding-left: 2em;
  display: flex;
  position: relative;
}

.content_center.weekend {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  width: 65%;
  margin-top: 0;
  padding: 0 2em;
  display: flex;
  position: relative;
}

.content_center.cip3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-top: 2em;
  display: flex;
}

.content_center.cip4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  margin-top: 4em;
  padding-right: 2em;
  display: flex;
}

.content_center.explore_title {
  justify-content: center;
  width: 65%;
  display: flex;
}

.content_center.arrow5 {
  z-index: 2;
  justify-content: flex-end;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.content_center.stats {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-end;
  width: 65%;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  padding-top: 8em;
  padding-left: 2em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.content_center.stats_grid {
  width: 65%;
  margin-top: 2.4em;
  margin-left: auto;
  padding-bottom: 9em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.content_center.programs {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--lt-gray);
  flex-direction: column;
  width: 65%;
  padding: 3em;
  display: flex;
}

.content_center.scholarships {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 6em;
  padding: 3em 1em 3em 3em;
  display: none;
}

.content_center.clubs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 3em;
  display: flex;
}

.content_center.housing {
  z-index: 2;
  margin-top: 8em;
  position: relative;
}

.content_center.cond {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.content_center.gradsupport {
  flex-direction: column;
  width: 65%;
  padding-left: 3em;
  padding-right: 2em;
  display: flex;
}

.content_center.apply-btm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7.9em;
  padding-top: 0;
  display: flex;
}

.content_center.city-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.content_center.sunshine {
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.content_center.grad-title {
  width: 65%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.content_center.arrow-florida {
  width: 80%;
  height: 5em;
  margin-top: -6.4em;
}

.content_center.map {
  background-color: var(--lt-gray);
  background-image: none;
  padding: 2em;
}

.content_center.uf-title {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.content_center.more-info {
  background-color: var(--uf-orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36%;
  padding: .5em 2em 1em;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.content_center.inquiry {
  background-color: var(--white);
  flex-direction: column;
  height: auto;
  margin-top: 2em;
  padding: 2em 1em;
  box-shadow: 0 2px 5px #0003;
}

.content_center.ai {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 19.7em;
  margin-bottom: 7em;
  padding-top: 8em;
  padding-bottom: 0;
  position: relative;
}

.title_wrapper.eli {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  background-image: linear-gradient(to bottom, var(--uf-blue), var(--lighterblue));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
}

.title-l {
  width: 18%;
}

.title-r {
  align-items: center;
  width: 80%;
  display: flex;
}

.uf_h1 {
  color: var(--uf-orange);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}

.uf_h1.weborange {
  color: var(--uf-orange);
}

.uf_h1.weborange.centered {
  line-height: .9;
}

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

.uf_h1.centered.florida {
  font-size: 5.2em;
  line-height: .9;
}

.smaller {
  font-size: .7em;
}

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

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

.uf_p {
  font-family: Rene bieder gentona book, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.uf_p.callout {
  font-size: 1.2em;
}

.uf_p.callout.white {
  font-size: 1.1em;
}

.uf_p.callout.blue {
  color: var(--lighterblue);
}

.uf_p.callout.ana {
  text-align: left;
  font-size: 1.5em;
}

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

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

.uf_p.white.centered.state {
  font-size: 1.1em;
}

.uf_p.source {
  color: var(--lighterblue);
  text-align: center;
  padding-top: .3em;
  font-style: italic;
}

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

.boldorange {
  color: var(--uf-orange);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.boldorange.momentum {
  font-size: 1.5em;
}

.arrow1 {
  height: 16.3em;
  display: none;
  position: absolute;
  inset: 0% auto auto .8em;
}

.video_component {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 80%;
  margin-left: auto;
  display: flex;
}

.video_component.eli {
  align-items: center;
  width: 90%;
  margin-top: 2em;
}

.video_component.cip {
  margin-top: 1em;
}

.video_component.scholarships {
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: none;
}

.video_component.uf-campus {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1em;
  margin-right: auto;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.video_component.la {
  width: 100%;
  margin-top: 0;
}

.circle {
  background-color: var(--lighterblue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding: 1.5em 1.5em 1.5em 2.2em;
  display: flex;
  box-shadow: 1px 1px 3px #0000003d;
}

.video_txt {
  width: auto;
}

.video_header {
  color: var(--lighterblue);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2;
}

.video_header.smaller {
  font-size: 1.7em;
}

.video_title {
  color: var(--lighterblue);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.2;
}

.video_fine {
  color: var(--dim-grey);
  padding-left: .2em;
  font-family: Rene bieder gentona, sans-serif;
  font-style: italic;
  font-weight: 500;
}

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

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

.play-caps {
  font-size: 1.5vw;
  font-weight: 900;
}

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

.welcome_embed-2.sl {
  align-items: center;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 0;
}

.welcome_embed-2.la {
  align-items: center;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 0;
  position: static;
}

.una_play {
  color: #46166b;
  padding-left: .5em;
  font-size: 2.2vw;
  font-weight: 700;
}

.eli-2_l {
  width: 41%;
}

.uf_h2 {
  color: var(--lighterblue);
  font-family: Rene bieder gentona, sans-serif;
}

.uf_h2.orange {
  color: var(--chocolate-2);
  font-weight: 800;
}

.uf_h2.orange.centered {
  text-align: center;
  font-size: 2.5em;
}

.uf_h2.centered.map {
  color: var(--lighterblue);
  text-align: center;
  line-height: 1.1;
}

.uf_list {
  padding-left: 20px;
}

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

.uf_list.nb {
  padding-left: 0;
}

.uf_li {
  padding-top: .5em;
}

.uf_li._2 {
  padding-top: .2em;
}

.uf_li.nopad {
  padding-top: 0;
}

.eli2_img {
  width: 50%;
  height: 26em;
}

.uf_h3 {
  color: var(--chocolate-2);
  justify-content: center;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.3em;
  font-weight: 800;
  display: flex;
}

.uf_h3.blue {
  color: var(--lighterblue);
  line-height: 1.1;
}

.uf_h3.blue.academics, .uf_h3.blue.left, .uf_h3.blue.ai {
  justify-content: flex-start;
}

.uf_h3.dkorange {
  color: var(--uf-orange);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.uf_h3.smaller {
  margin-top: 1em;
  font-size: 1.8em;
}

.uf_h3.white.centered {
  text-align: center;
  line-height: 1.2;
}

.uf_h3.white.centered.top10 {
  flex-direction: column;
  font-size: 2.1em;
}

.uf_h3.white.info {
  text-align: center;
  font-size: 1.9em;
}

.uf_h3.map {
  color: var(--lighterblue);
  font-size: 1.6em;
}

.uf_h3.left {
  justify-content: flex-start;
}

.team-grid_wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-grid_3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-grid_3.top {
  grid-template-rows: auto;
}

.team-grid_3.btm {
  flex-direction: row;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  display: flex;
}

.team-grid_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.team_block.disabled {
  display: none;
}

.team_block.video {
  box-shadow: none;
  justify-content: flex-start;
}

.team_img {
  height: 80%;
}

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

.academics_horiz {
  padding-left: 4em;
  display: flex;
  position: relative;
}

.arrow2 {
  height: 21.4em;
}

.academics_txt2 {
  width: 71%;
}

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

.guide_l, .guide_r {
  width: 50%;
}

.guide_link {
  margin-top: 1em;
  padding-left: 3em;
}

.uf_link {
  color: var(--uf-orange);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}

.uf_link.ltorange {
  color: var(--chocolate-2);
}

.welcome_txt {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--lt-gray);
  flex-direction: column;
  padding: 4em;
  display: flex;
  position: relative;
}

.arrow3 {
  height: 9em;
  margin-top: 0;
  margin-left: auto;
  position: absolute;
  inset: -5.3em 14em auto auto;
}

.arrow4 {
  height: 17.5em;
  margin-top: 0;
  position: absolute;
}

.cip-title_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 81%;
  margin-left: 4em;
  display: flex;
}

.cip2_l {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 32%;
  display: flex;
}

.cip2_r {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 71%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cip_img1 {
  flex: none;
  width: 35%;
  height: auto;
  position: relative;
}

.cip_img2 {
  height: 50%;
}

.la_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-right: 2em;
  display: flex;
}

.da_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4em;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

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

.cip-3_r {
  width: 40%;
  box-shadow: 0 2px 5px #0003;
}

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

.background-video.florida {
  object-position: 50% 100%;
}

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

.white.florida {
  font-size: .7em;
}

.arrow5 {
  height: 22.3em;
  margin-left: auto;
  position: absolute;
  top: -3.6em;
  right: -4.5em;
}

.stats_txt {
  width: 91%;
  margin-right: auto;
}

.stats_grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stats_block {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  box-shadow: 1px 1px 3px #00000040;
}

.stats_top {
  border-bottom: 1px solid var(--uf-orange);
  justify-content: center;
  min-width: 80%;
  display: flex;
}

.stats_btm {
  text-align: center;
  padding-top: .5em;
}

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

.programs_r {
  width: 50%;
}

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

.scholarships_l {
  width: 100%;
}

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

.clubs_r {
  width: 50%;
}

.housing_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  width: 60%;
  margin-bottom: 15em;
  margin-left: auto;
  margin-right: 2em;
  padding: 3em;
  display: flex;
}

.grad-title_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 91%;
  margin-left: 0;
  display: flex;
}

.arrow6 {
  height: 20em;
  margin-right: -2.7em;
  position: absolute;
  inset: 14.7em 3.1em 0 auto;
}

.arrow7 {
  width: auto;
  height: 12em;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
}

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

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

.classes_l {
  width: 40%;
}

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

.classes_img {
  width: 40%;
}

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

.uf_h4 {
  color: var(--uf-orange);
  text-transform: uppercase;
  font-family: Rene bieder gentona, sans-serif;
}

.apply-vid {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.apply-top {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding: 4em 2em 2em;
  display: flex;
  position: relative;
}

.arrowlast {
  width: 11.5em;
  height: auto;
  position: absolute;
  inset: 21.8em 0 0% -5.7em;
}

.image {
  height: 14.1em;
}

.background-video-2 {
  object-position: 50% 100%;
  height: 100%;
}

.bg-vid_gradient {
  background-image: linear-gradient(#0000, #fff);
  height: 2em;
  position: absolute;
  inset: auto 0% 0%;
}

.una_h3 {
  color: #46166b;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.1;
}

.una_h3.location {
  text-align: center;
  font-size: 2.2em;
}

.una_h3.top10 {
  color: var(--lighterblue);
  font-size: 1.7em;
}

.una_h3.map {
  font-size: 1.6em;
}

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

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

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

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

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

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

.left-content {
  background-color: var(--lighterblue);
  height: auto;
  padding: 2em;
  position: sticky;
  top: 43%;
  box-shadow: 1px 1px 7px #0000004a;
}

.steps-cont {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

._2em {
  text-transform: none;
  font-size: 2.7em;
  line-height: .7;
}

._2em.top10 {
  color: var(--white-smoke);
  font-size: 1.3em;
  line-height: .9;
}

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

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

.number {
  color: var(--white-smoke);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
}

.una_p {
  line-height: 1.3;
}

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

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

.orange.florida {
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2.9;
}

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

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

.map_label {
  background-color: #0000;
  width: 8.4em;
  padding-left: .5em;
}

.map_label._3 {
  margin-left: -2.7em;
}

.map_label.ever {
  margin-left: -6.6em;
  position: static;
}

.map-label_txt {
  color: var(--text-black);
  background-color: #0000;
  font-family: Rene bieder gentona, sans-serif;
  line-height: 1.6;
}

.map-label_txt.ever {
  line-height: 1;
}

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

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

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

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

.map_wrapper {
  background-color: #0000;
  border-radius: 1em;
  width: 48.5em;
  height: 38.7em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

.lightbox-link {
  width: 10em;
  height: 10em;
}

.una_list {
  padding-left: 20px;
}

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

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

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

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

.gainesville2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  border-radius: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin: auto 0 auto auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.g2_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 36%;
  height: 88%;
  padding: 2em;
  display: flex;
}

.g2_img {
  width: 6em;
}

.cip_tate_embed {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cip_ana_embed {
  height: auto;
}

.video_prompt {
  position: absolute;
  inset: auto 0% 0%;
}

.christine_embed {
  height: auto;
}

.video_christine {
  width: 75%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.cip_block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.cip_block.daily {
  flex-direction: column;
}

.campus-vid_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 90%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.campus-vid_block {
  flex-direction: column;
  display: flex;
}

.thumb_wrapper {
  width: 100%;
}

.team-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  height: 20em;
  margin-bottom: 2em;
  display: flex;
}

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

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

.da_1 {
  width: 50%;
}

.info-arrow {
  height: 3.5em;
  margin-top: 4.9em;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

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

.subscribe-embed {
  width: 100%;
}

.how-list_wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 1em;
  display: flex;
}

.housing_txt-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  width: 60%;
  margin-bottom: 15em;
  margin-left: auto;
  margin-right: 2em;
  padding: 3em;
  display: flex;
}

.uf_h3-2 {
  color: #f37021;
  justify-content: center;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 2.3em;
  font-weight: 800;
  display: flex;
}

.uf_h3-2.blue {
  color: #1145b8;
  line-height: 1.1;
}

.uf_h3-2.blue.left {
  justify-content: flex-start;
}

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

.uf_link-2 {
  color: #fa4616;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}

.ai_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  width: 65%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 3em;
  display: flex;
}

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

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

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

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

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

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

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

.coffee {
  font-size: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

.steps-section.map {
  z-index: 2;
  background-color: #fff0;
  min-width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

.location-link {
  color: var(--uf-orange);
  font-family: Rene bieder gentona, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

.smc_link {
  color: #005db8;
  text-align: left;
  font-size: 1.1em;
  font-style: normal;
  text-decoration: underline;
}

.smc_h3 {
  font-weight: 500;
}

.smc_h3.map-category {
  color: var(--lighterblue);
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1;
}

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

.link {
  color: #005db8;
}

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

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

.map-location {
  color: var(--lighterblue);
  text-align: left;
  font-family: Rene bieder gentona, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 800;
}

.programs-top {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.programs_img {
  border: 4px solid var(--white);
  width: 50%;
  box-shadow: 0 2px 5px #0003;
}

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

.steps_wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.gradient-right {
  z-index: 5;
  background-color: #bedee9;
  width: 2em;
  margin-right: -.35em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

  .quicklinks_li {
    justify-content: center;
  }

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

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

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

  .nav_list {
    width: 100%;
    padding-bottom: 2em;
    overflow: auto;
  }

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

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

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

  .my-container.home.full {
    flex-direction: column;
  }

  .my-container.apply {
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 6em;
    padding-bottom: 0;
  }

  .welcome {
    height: 87%;
    margin-top: 7.5em;
  }

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

  .img_cover.from-top {
    height: auto;
  }

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

  .video_wrapper.home {
    justify-content: flex-start;
    margin-top: 0%;
  }

  .video_wrapper.apply {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

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

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

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

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

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

  .lang_link {
    color: var(--black);
    font-family: Rene bieder gentona book, sans-serif;
    font-size: 16px;
  }

  .lang_text {
    color: var(--black);
    text-align: left;
    margin-right: 0;
    font-family: Rene bieder gentona book, sans-serif;
    font-size: 16px;
  }

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

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

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

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

  .footer_wrapper.home {
    display: none;
  }

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

  .modal-component.play-welcome.ana, .modal-component.play-welcome.christine {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-component.map-location._2nd {
    flex-direction: column;
    align-items: center;
    width: 4.6em;
    display: flex;
    top: 22.4em;
    left: 29.3em;
  }

  .modal-component.map-location._5th {
    flex-direction: column;
    align-items: center;
    width: 6.5em;
    display: flex;
    top: 1.6em;
    left: 2.3em;
  }

  .modal-component.map-location._4th {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.8em;
    display: flex;
    left: 42.5em;
  }

  .modal-component.map-location._1st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.3em;
    display: flex;
    top: 6.3em;
    left: 35.3em;
  }

  .modal-component.map-location._3rd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6.9em;
    display: flex;
    top: 16.1em;
    left: 34.9em;
  }

  .modal-component.map-location._6th {
    flex-direction: row;
    align-items: center;
    width: 8em;
    display: flex;
    top: 36.6em;
    left: 32.4em;
  }

  .button.modal-open_btn2.subscribe {
    font-family: Rene bieder gentona, sans-serif;
    position: sticky;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn.profile {
    border-style: none;
    flex: none;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .button.modal-open_btn.profile:hover {
    border-style: solid;
    border-color: var(--white);
  }

  .button.modal-open_btn.profile:focus {
    border-style: solid;
  }

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

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

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

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

  .modal-wrapper.profile._12 {
    display: none;
  }

  .modal-container.subscribe {
    margin-top: auto;
    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 {
    height: 60vh;
    margin-top: 12em;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar {
    z-index: 555;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: .25em 0 0;
    inset: 0% 0% auto;
  }

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

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

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

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

  .ql_bar {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
    position: fixed;
    inset: auto 5% 2em;
    box-shadow: 3px 3px 6px #0000003d;
  }

  .ql_menu-button {
    z-index: 2;
    border: 1px none var(--plattsburgh-red);
    background-color: var(--uf-orange);
    color: var(--white);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Rene bieder gentona, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

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

  .nav_logo {
    width: 40%;
  }

  .subscribe_text {
    margin-bottom: 1em;
  }

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

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

  .bg.home {
    right: 0;
  }

  .bg.cip {
    width: 100%;
    margin-top: 2.4em;
  }

  .bg.cip2 {
    padding-bottom: 0;
  }

  .bg.apply {
    right: 0;
  }

  .bg.ai {
    height: 54.8em;
  }

  .brand {
    margin-left: 3em;
  }

  .brand.w--current {
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

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

  .section.hero._67 {
    height: 60vh;
    margin-top: 8.1em;
  }

  .section.hero._60 {
    margin-top: 5.3em;
  }

  .section.hero._65 {
    margin-top: 8em;
  }

  .section.hero.gainesville {
    height: 56vh;
    margin-top: 119px;
  }

  .section.hero.florida {
    height: 71vh;
  }

  .section.title.eli {
    margin-top: 3.1em;
    padding-top: 0;
  }

  .section.cip-3 {
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 12em;
  }

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

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

  .section.city-title {
    padding-top: 4em;
  }

  .section.top10-vid {
    height: 57.6em;
  }

  .section.sunshine {
    margin-top: 2.3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.map1, .content_center {
    width: 100%;
  }

  .content_center.eli-title {
    width: 70%;
    margin-top: 0;
  }

  .content_center.eli-1 {
    width: 70%;
  }

  .content_center.eli-2 {
    flex-direction: row;
    width: 70%;
  }

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

  .content_center.academics {
    text-align: left;
    width: 70%;
  }

  .content_center.academics-2, .content_center.welcomewk {
    width: 70%;
  }

  .content_center.cip1 {
    width: 80%;
  }

  .content_center.cip2 {
    width: 80%;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 0;
  }

  .content_center.weekend {
    text-align: center;
    align-items: center;
    width: 80%;
    padding-top: 6em;
  }

  .content_center.cip3 {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    margin-top: 6em;
  }

  .content_center.cip4 {
    width: 70%;
  }

  .content_center.programs {
    width: 70%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content_center.scholarships {
    align-items: flex-start;
    width: 70%;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.clubs {
    width: 70%;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.housing {
    width: 70%;
  }

  .content_center.cond, .content_center.gradsupport {
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.apply-btm {
    margin-top: 7.4em;
    padding-bottom: 10em;
  }

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

  .content_center.sunshine {
    width: 80%;
  }

  .content_center.arrow-florida {
    width: 80%;
    margin-top: -6.1em;
  }

  .content_center.map {
    width: 90%;
    overflow: scroll;
  }

  .content_center.inquiry {
    width: 80%;
  }

  .content_center.ai {
    width: 70%;
    margin-top: 17.9em;
    margin-bottom: 0;
    padding-bottom: 2em;
  }

  .title_wrapper.eli {
    grid-column-gap: 1.75em;
    justify-content: center;
  }

  .title-l {
    width: 18%;
    margin-left: 0;
  }

  .title-r {
    border-left: 1px solid var(--white);
    width: 68%;
    padding-left: 2em;
  }

  .uf_h1.weborange.centered {
    font-size: 2.5em;
  }

  .uf_p.callout.ana {
    text-align: center;
  }

  .uf_p.callout.left {
    text-align: left;
  }

  .uf_p.white.centered.state {
    flex-direction: column;
    display: flex;
  }

  .boldorange {
    font-size: 1.3em;
  }

  .video_component.eli {
    justify-content: flex-start;
    margin-left: 0;
  }

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

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

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

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

  .uf_h3.blue.academics {
    justify-content: flex-start;
  }

  .uf_h3.white.info {
    font-size: 1.7em;
    line-height: 1.1;
  }

  .uf_h3.left {
    justify-content: flex-start;
  }

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

  .team-grid_3.top {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .team_block {
    flex: none;
    width: 33%;
  }

  .academics_txt1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .academics_horiz {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .arrow2 {
    display: none;
  }

  .academics_txt2 {
    width: 109%;
  }

  .guide_link {
    padding-left: 1em;
  }

  .welcome_txt {
    text-align: center;
  }

  .arrow3 {
    display: none;
  }

  .arrow4 {
    height: 16.9em;
    margin-top: 3em;
  }

  .cip_img1 {
    width: auto;
  }

  .la_wrapper {
    text-align: center;
    align-items: center;
  }

  .da_wrapper {
    text-align: center;
    align-items: center;
    margin-top: 2em;
  }

  .cip-3_l {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .cip-3_r {
    width: 50%;
  }

  .scholarships_l {
    flex: none;
    align-items: flex-start;
    display: flex;
  }

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

  .grad-title_wrapper {
    width: 100%;
  }

  .arrow6, .arrow7 {
    display: none;
  }

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

  .class {
    align-items: flex-start;
  }

  .apply-vid {
    width: 100%;
    height: auto;
    position: static;
  }

  .apply-top {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    padding-bottom: 2em;
    padding-right: 2em;
    position: static;
  }

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

  .top10_img {
    width: 100%;
  }

  .steps-left {
    width: 80%;
  }

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

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

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

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

  .top10_text {
    width: 100%;
  }

  .orange.florida {
    line-height: 1.2;
  }

  .map_label {
    padding-left: 0;
  }

  .map_label._3 {
    margin-left: 0;
    padding-left: 0;
  }

  .map_label.ever {
    margin-left: 0;
  }

  .map-label_txt {
    text-align: center;
  }

  .map-label_txt.ever {
    margin-left: -1em;
  }

  .map_wrapper {
    flex: none;
  }

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

  .gainesville2 {
    flex-direction: column;
  }

  .g2_block {
    width: 90%;
  }

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

  .cip_block.daily {
    margin-top: 0;
  }

  .campus-vid_grid {
    width: 100%;
  }

  .grid.campus-videos {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .campus-vid_block {
    align-items: center;
    width: 80%;
  }

  .inquiry-form {
    width: 90%;
  }

  .color-block {
    background-color: var(--lighterblue);
    background-image: linear-gradient(to bottom, var(--lighterblue), var(--uf-blue) 19%);
    flex: none;
    width: 100%;
    height: 100%;
  }

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

  .ai_txt {
    width: 80%;
    padding: 2em;
  }

  .map-bg {
    right: 0%;
  }

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

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

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

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

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

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

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

  .top10_text-2 {
    width: 100%;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

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

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

  .my-container.apply {
    width: 100%;
    margin-top: 8em;
    padding-bottom: 0;
    position: relative;
  }

  .welcome {
    justify-content: flex-end;
  }

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

  .video_wrapper.apply {
    height: 100%;
    margin-top: 0%;
  }

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

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

  .lang_link {
    margin-right: .5em;
  }

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

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

  .modal-component.play-welcome {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-component.play-welcome.video-container {
    justify-content: center;
  }

  .modal-component.map-location._2nd {
    top: 20.8em;
    left: 16.7em;
  }

  .modal-component.map-location._5th {
    top: 6.9em;
    left: -1.6em;
  }

  .modal-component.map-location._4th {
    top: 28.9em;
    left: 25.6em;
  }

  .modal-component.map-location._1st {
    width: 7.4em;
    top: 10.1em;
    left: 20.1em;
  }

  .modal-component.map-location._3rd {
    top: 17.3em;
    left: 20em;
  }

  .modal-component.map-location._6th {
    top: 30.6em;
    left: 17.2em;
  }

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

  .button.modal-open_btn.profile {
    width: 1em;
    height: 1em;
  }

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

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

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

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

  .modal-container.location {
    flex-direction: column;
    flex: none;
    width: 80%;
    height: 55vh;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

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

  .ql_menu {
    width: 62%;
  }

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

  .nav_logo {
    width: 50%;
  }

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

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

  .bg.cip {
    width: 100%;
    margin-top: 1.5em;
  }

  .bg.cip2 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 4em;
    padding-bottom: 0;
    position: static;
  }

  .bg.housing {
    height: auto;
  }

  .bg.grad {
    width: 100%;
    margin-top: 2.7em;
  }

  .bg.apply, .bg.ai {
    height: auto;
  }

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

  .section.hero._60 {
    flex: none;
  }

  .section.hero._65 {
    height: 40vh;
  }

  .section.hero.florida {
    height: 67vh;
  }

  .section.cip-1 {
    flex: none;
    padding-top: 3em;
  }

  .section.cip-2 {
    background-color: #fff;
    background-image: linear-gradient(to bottom, var(--light-steel-blue), white);
    flex: none;
  }

  .section.cip-3 {
    flex: none;
    padding-bottom: 12em;
  }

  .section.exploreuf_title {
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .section.explore2 {
    padding-bottom: 2em;
  }

  .section.housing {
    flex: none;
    height: 57.3em;
  }

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

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

  .section.top10-vid {
    height: 63.4em;
  }

  .section.top10 {
    width: 90%;
  }

  .section.florida-title {
    margin-top: -11.8em;
  }

  .section.sunshine {
    margin-top: 3.8em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.state-map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.cip-weekend {
    flex: none;
    padding-top: 4em;
  }

  .section.ai {
    flex: none;
    height: 57.3em;
  }

  .section.map1 {
    width: 100%;
  }

  .content_center {
    flex: none;
  }

  .content_center.eli-title, .content_center.eli-1 {
    width: 80%;
  }

  .content_center.eli-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding-left: 0;
  }

  .content_center.team {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.academics, .content_center.academics-2 {
    width: 80%;
  }

  .content_center.welcomewk {
    width: 80%;
    margin-top: 4.4em;
  }

  .content_center.cip1 {
    padding-left: 0;
  }

  .content_center.cip2 {
    flex-direction: column;
    width: 80%;
    margin-top: 3em;
  }

  .content_center.weekend {
    background-color: #0000;
    background-image: none;
    justify-content: flex-start;
    margin-bottom: -3.4em;
    padding: 0;
  }

  .content_center.cip3 {
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
  }

  .content_center.cip4 {
    align-items: flex-start;
    padding-right: 0;
  }

  .content_center.stats {
    width: 80%;
    padding-top: 6em;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.stats_grid {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.programs {
    flex-direction: column;
    width: 80%;
    padding: 1em;
  }

  .content_center.scholarships {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .content_center.clubs {
    flex-direction: column;
    width: 80%;
    padding-top: 0;
  }

  .content_center.housing {
    width: 80%;
    margin-top: 4em;
  }

  .content_center.cond {
    align-items: flex-start;
    width: 75%;
  }

  .content_center.gradsupport, .content_center.grad-title {
    width: 75%;
  }

  .content_center.arrow-florida {
    width: 80%;
    margin-top: -6.9em;
  }

  .content_center.map {
    width: 100%;
    padding-bottom: 14em;
    overflow: hidden;
  }

  .content_center.uf-title {
    width: 80%;
  }

  .content_center.more-info {
    width: 76%;
    position: static;
  }

  .content_center.inquiry {
    margin-top: 2em;
  }

  .content_center.ai {
    width: 70%;
    margin-top: 20.3em;
  }

  .title_wrapper.eli {
    grid-column-gap: 2.5em;
  }

  .title-r {
    width: 59%;
  }

  .uf_h1 {
    font-size: 2em;
  }

  .uf_h1.weborange.lg {
    font-size: 2.5em;
  }

  .uf_h1.centered.florida {
    font-size: 3.9em;
  }

  .uf_h1.centered.lg {
    font-size: 2.5em;
  }

  .smaller.white {
    font-size: .9em;
  }

  .uf_p.callout {
    text-align: center;
  }

  .uf_p.callout.ana {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .uf_p.callout.left {
    text-align: left;
  }

  .uf_p.white {
    text-align: center;
  }

  .uf_p.white.left, .uf_p.left {
    text-align: left;
  }

  .boldorange {
    font-size: 1.3em;
  }

  .boldorange.grad {
    font-size: 1em;
  }

  .boldorange.momentum {
    line-height: 1.1;
  }

  .video_component.eli {
    width: 105%;
  }

  .video_component.cip {
    margin-left: auto;
    margin-right: auto;
  }

  .video_component.la {
    margin-left: 0;
    margin-right: auto;
  }

  .video_header.white {
    font-size: 1.6em;
  }

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

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

  .eli-2_l {
    width: 100%;
  }

  .uf_h2 {
    font-weight: 800;
  }

  .uf_h2.orange.centered.state {
    color: var(--white);
  }

  .uf_list {
    padding-left: 10px;
  }

  .eli2_img {
    width: 64%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .uf_h3.blue {
    font-size: 2em;
  }

  .uf_h3.blue.left, .uf_h3.blue.ai {
    text-align: left;
  }

  .uf_h3.dkorange, .uf_h3.white.centered.top10 {
    font-size: 2em;
  }

  .team-grid_wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid_3.top, .team-grid_3.btm {
    flex-direction: column;
    align-items: center;
  }

  .team_block {
    width: 48%;
  }

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

  .academics_horiz {
    width: 91%;
    padding-left: 0;
  }

  .arrow2 {
    width: 5em;
    height: 20.5em;
    margin-top: 72px;
    margin-right: 20px;
  }

  .academics_txt2 {
    width: 92%;
  }

  .guide_r {
    width: 58%;
  }

  .uf_link {
    text-align: left;
  }

  .welcome_txt {
    align-items: center;
    padding: 2em;
  }

  .arrow3 {
    margin-bottom: 0;
    top: -9.1em;
    bottom: 1em;
  }

  .arrow4 {
    height: 15.2em;
    margin-top: 8.1em;
    display: none;
  }

  .cip-title_wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .cip2_l {
    width: 100%;
  }

  .cip2_r {
    width: 100%;
    padding-top: 0;
  }

  .la_wrapper {
    padding-right: 0;
  }

  .da_wrapper {
    margin-top: 1em;
    padding-right: 0;
  }

  .cip-3_l {
    align-items: center;
    width: 100%;
  }

  .cip-3_r {
    width: 54%;
  }

  .arrow5 {
    display: none;
  }

  .stats_txt, .programs_l {
    width: 100%;
  }

  .programs_r {
    width: 60%;
  }

  .scholarships_r, .scholarships_l, .clubs_l {
    width: 100%;
  }

  .clubs_r {
    width: 60%;
    margin-top: 0;
  }

  .housing_txt {
    width: 100%;
  }

  .grad-title_wrapper {
    align-items: flex-start;
  }

  .support_txt {
    text-align: center;
    align-items: flex-start;
  }

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

  .classes_img {
    width: 60%;
  }

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

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

  .apply-vid {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: static;
    right: 0;
  }

  .apply-top {
    grid-row-gap: 3em;
    flex-direction: column;
    margin-top: 0;
    padding-top: 4em;
  }

  .una_h3.top10 {
    font-size: 1.6em;
  }

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

  .steps-right {
    width: 90%;
  }

  .location_info {
    margin-top: 12.6em;
  }

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

  .map_wrapper {
    width: 28.2em;
    overflow: visible;
  }

  .location_bg {
    height: 14em;
  }

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

  .gainesville2 {
    flex-direction: column;
  }

  .g2_block {
    width: 90%;
  }

  .grid.campus-videos {
    grid-row-gap: 5em;
  }

  .campus-vid_block {
    width: 90%;
  }

  .thumb_wrapper {
    width: 69%;
  }

  .team-row {
    flex-direction: column;
    align-items: center;
  }

  .how-list_wrapper {
    align-items: flex-start;
    width: 78%;
    padding-left: 0;
  }

  .housing_txt-2 {
    width: 100%;
  }

  .uf_h3-2.blue {
    font-size: 2em;
  }

  .uf_h3-2.blue.left {
    text-align: left;
  }

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

  .uf_link-2 {
    text-align: left;
  }

  .ai_txt {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .smc_link {
    font-size: 1em;
  }

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

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

  .programs-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    align-items: flex-end;
  }

  .programs-imgs {
    margin-top: 1em;
  }

  .programs_img {
    width: 100%;
  }

  .programs-img-row {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .quicklinks_list {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

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

  .nav_list {
    margin-top: 1em;
  }

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

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

  .my-container.apply {
    width: 100%;
    margin-top: 7.3em;
    position: static;
  }

  .welcome {
    z-index: 2;
    height: 69vh;
    margin-top: 7.2em;
  }

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

  .video_wrapper.apply {
    height: 100%;
    margin-top: 0%;
    position: static;
  }

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

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

  .lang_link {
    font-size: 15px;
  }

  .lang_text {
    white-space: pre-wrap;
    margin-right: 0;
    font-size: 15px;
  }

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

  .footer_wrapper {
    bottom: 0;
  }

  .modal-component.play-welcome {
    border: 1.5px solid var(--uf-orange);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em .5em;
  }

  .modal-component.play-welcome.ana {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    width: 100%;
  }

  .modal-component.play-welcome.museum {
    align-items: center;
  }

  .modal-component.play-welcome.museum.video-container {
    border-color: var(--white);
  }

  .modal-component.play-welcome.christine {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    width: 100%;
  }

  .modal-component.map-location._2nd {
    top: 2.8em;
    left: 14.5em;
  }

  .modal-component.map-location._5th {
    flex-direction: row-reverse;
    top: 1.6em;
    left: .6em;
  }

  .modal-component.map-location._4th {
    flex-direction: column-reverse;
    top: 14.8em;
    left: 17.4em;
  }

  .modal-component.map-location._1st {
    left: 9.6em;
  }

  .modal-component.map-location._3rd {
    flex-direction: column-reverse;
    top: 6.6em;
    left: 12.9em;
  }

  .modal-component.map-location._6th {
    flex-wrap: nowrap;
    top: 17.5em;
    left: 9.6em;
  }

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

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

  .button.modal-open_btn2.subscribe {
    max-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

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

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

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

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

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

  .modal-wrapper.profile._12, .modal-wrapper.profile._15, .modal-wrapper.profile.penn {
    display: none;
  }

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

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

  .modal-container.location {
    width: 80%;
    margin-top: 13.4em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-close_btn {
    top: 12%;
  }

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

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

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

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

  .ql_menu {
    width: 55%;
  }

  .ql_menu-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav_logo {
    width: 70%;
  }

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

  .bg.cip {
    width: 100%;
  }

  .bg.cip2 {
    height: 21.4em;
    margin-top: 0;
    padding-top: 0;
  }

  .bg.grad {
    height: 15.1em;
  }

  .bg.ai {
    height: 40vh;
    position: static;
  }

  .brand {
    margin-left: 2em;
  }

  .section.hero._67 {
    flex: none;
    height: 49vh;
    margin-top: 5.5em;
  }

  .section.hero._60 {
    flex: none;
  }

  .section.hero._65 {
    height: 24vh;
  }

  .section.hero.gainesville {
    height: 26vh;
  }

  .section.hero.florida {
    display: flex;
  }

  .section.title.eli {
    margin-top: 0;
  }

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

  .section.cip-1 {
    padding-bottom: 2em;
  }

  .section.cip-3 {
    margin-top: 0;
    padding-bottom: 10em;
  }

  .section.explore2 {
    padding-top: 3em;
  }

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

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

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

  .section.apply_txt {
    flex: none;
    padding-bottom: 2em;
  }

  .section.city-title {
    padding-top: 3em;
  }

  .section.top10-vid {
    height: 75.8em;
  }

  .section.top10 {
    width: 80%;
  }

  .section.florida-title {
    text-align: center;
    justify-content: center;
    width: 80%;
    margin-top: -11.1em;
    margin-bottom: 4em;
    display: flex;
  }

  .section.sunshine {
    margin-top: 0;
    padding: 0 2em 2em;
  }

  .section.state-map {
    padding-top: 0;
  }

  .section.ai {
    height: auto;
    position: static;
  }

  .section.map1 {
    width: 100%;
    top: 7.3em;
  }

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

  .content_center.eli-title {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .content_center.eli-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.eli-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .content_center.team {
    align-items: center;
  }

  .content_center.academics {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.cip1 {
    justify-content: flex-start;
    width: 80%;
  }

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

  .content_center.weekend, .content_center.cip3, .content_center.cip4 {
    width: 80%;
  }

  .content_center.explore_title {
    width: auto;
  }

  .content_center.stats {
    padding-top: 6em;
  }

  .content_center.stats_grid {
    width: 80%;
    padding-bottom: 18.3em;
  }

  .content_center.programs {
    width: 80%;
    padding: 2em;
  }

  .content_center.clubs {
    width: 80%;
    margin-top: 6em;
  }

  .content_center.apply-btm {
    margin-top: 3.4em;
    padding-bottom: 8em;
  }

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

  .content_center.sunshine {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 3.6em;
  }

  .content_center.arrow-florida {
    display: none;
  }

  .content_center.map {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2em 1em 14em;
  }

  .content_center.more-info {
    flex: none;
    width: 90%;
    display: none;
    position: static;
  }

  .content_center.inquiry {
    width: 80%;
    height: auto;
    margin-top: 2em;
    padding-bottom: 2em;
  }

  .content_center.ai {
    width: 80%;
    margin-top: 0;
    padding-top: 1em;
  }

  .title_wrapper.eli {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .title-l {
    width: 25%;
  }

  .title-r {
    text-align: center;
    border: 1px #000;
    width: 90%;
    padding-left: 0;
  }

  .uf_h1.weborange {
    text-align: center;
  }

  .uf_h1.weborange.lg.left {
    text-align: left;
  }

  .uf_h1.centered.lg {
    font-size: 2.5em;
  }

  .uf_p, .uf_p.callout {
    text-align: center;
  }

  .uf_p.callout.white {
    font-size: 1em;
  }

  .uf_p.white.centered.state {
    flex-direction: column;
    display: flex;
  }

  .uf_p.centered.white-bg {
    background-color: var(--white);
  }

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

  .boldorange {
    font-size: 1.1em;
    line-height: 1;
  }

  .boldorange.norm {
    font-size: 1em;
  }

  .video_component.cip {
    flex-direction: column;
    width: 100%;
  }

  .video_component.uf-campus {
    padding-left: 0;
    padding-right: 0;
  }

  .video_component.la {
    flex-direction: column;
    width: 100%;
  }

  .video_txt {
    text-align: center;
  }

  .video_header {
    font-size: 1.7em;
  }

  .video_title {
    font-size: 1.2em;
  }

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

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

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

  .eli-2_l {
    width: 90%;
  }

  .uf_h2 {
    line-height: 1.1;
  }

  .uf_h2.orange.centered.state {
    color: var(--white);
    font-size: 2em;
  }

  .uf_h2.centered.map {
    font-size: 2.1em;
  }

  .eli2_img {
    width: 90%;
    height: auto;
  }

  .uf_h3 {
    text-align: center;
    line-height: 1.1;
  }

  .uf_h3.dkorange.left {
    text-align: left;
  }

  .uf_h3.dkorange.form {
    display: none;
  }

  .uf_h3.white.centered.top10 {
    flex-direction: column;
  }

  .uf_h3.map {
    text-align: left;
  }

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

  .team-grid_wrapper {
    width: 100%;
  }

  .team-grid_3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-grid_2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team_block {
    grid-row-gap: .5em;
    width: 61%;
    margin-bottom: 2em;
  }

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

  .arrow2 {
    display: none;
  }

  .guide_wrapper {
    flex-direction: column;
  }

  .guide_l, .guide_r {
    width: 100%;
  }

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

  .arrow3 {
    display: none;
  }

  .la_wrapper {
    padding-right: 0;
  }

  .da_wrapper {
    padding-bottom: 2em;
  }

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

  .programs_r {
    width: 100%;
  }

  .scholarships_r {
    align-items: flex-start;
  }

  .clubs_r {
    width: 100%;
  }

  .housing_txt {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grad-title_wrapper {
    text-align: center;
  }

  .classes_img {
    width: 80%;
  }

  .apply-vid {
    z-index: 2;
    flex: none;
    width: 100%;
    height: 17.2em;
    margin-top: 0;
    margin-right: auto;
  }

  .apply-top {
    flex: none;
    width: 100%;
    margin-top: 0;
    padding-top: 4em;
    position: static;
  }

  .una_h3 {
    line-height: 1.2;
  }

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

  .steps-left {
    width: 100%;
  }

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

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

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

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

  ._2em {
    font-size: 1.4em;
  }

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

  .steps-right {
    width: 100%;
  }

  .una_p {
    text-align: left;
  }

  .orange.florida {
    line-height: 1.1;
  }

  .location_info {
    align-items: flex-start;
  }

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

  .map-label_txt {
    text-align: center;
    margin-left: -1em;
    font-size: 12px;
  }

  .map-label_txt.ever {
    text-align: left;
    font-size: 12px;
  }

  .map-label_txt.penn {
    margin-left: 0;
  }

  .map-climate {
    align-items: flex-start;
    width: 86%;
  }

  .map_wrapper {
    width: 19.7em;
    height: 19.4em;
    margin-left: auto;
    margin-right: auto;
  }

  .map-distance {
    width: 85%;
  }

  .map-summary {
    align-items: flex-start;
  }

  .gainesville2 {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .g2_block {
    background-color: #ffffffc4;
    width: 90%;
  }

  .thumb_wrapper, .vid-prompt {
    width: 100%;
  }

  .da-imgs_top {
    flex-direction: column;
  }

  .da_1 {
    width: 100%;
  }

  .inquiry-form {
    margin-top: 0;
  }

  .how-list_wrapper {
    align-items: flex-start;
    width: 90%;
    padding-left: 0;
  }

  .housing_txt-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .uf_h3-2 {
    text-align: center;
    line-height: 1.1;
  }

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

  .ai_txt {
    padding-bottom: 10em;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .smc_h2 {
    font-size: 2.1em;
  }

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

  .dp_h3 {
    line-height: 1.2;
  }

  .dp_h3.top10 {
    text-align: center;
  }

  .scroll-content {
    width: 100%;
  }

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

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

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

  .top10_header-2.map {
    text-align: center;
    justify-content: center;
  }

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

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

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

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

  .map-location {
    text-align: center;
  }

  .programs-top {
    flex-direction: column;
  }

  .programs-imgs {
    margin-top: 0;
  }

  .programs-img-row {
    flex-direction: column;
  }
}

#w-node-f134d957-7b23-5756-5821-0a95433f1db0-e4a283df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f134d957-7b23-5756-5821-0a95433f1dbc-e4a283df, #w-node-_50c9537e-7dcc-720b-1930-b92af9fdf681-f9fdf673, #w-node-_37870554-8c6b-1f74-7098-5f6db6db1d12-e4a2841a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_26478386-9658-840d-6651-38d3aecd00f5-e4a28450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c761ca5d-1c36-18c9-f5f1-3cd475ea98ea-e4a28450 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_705e162f-6b2a-a201-ec04-77a474062f5f-e4a28450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_705e162f-6b2a-a201-ec04-77a474062f76-e4a28450 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_09106cc6-d1ff-cb74-dd28-8d2b4b548df6-e4a28450, #w-node-_1f72f014-6398-d02f-3230-cc7ad1c50770-e4a28450, #w-node-aec92b68-d315-121e-580c-3af6f7c71eb9-e4a28450, #w-node-bd8b9c90-fec1-2b31-5bfa-df1a01a4f1d8-e4a28450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e73ad98b-2b61-d0dc-fbd2-f0d1edac70af-e4a28450, #w-node-_91f3e8e8-cd8a-8de0-9083-a92c692fbff3-e4a28452 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_75fe9546-1d1e-2136-7b9b-f852a89169d2-e4a28453, #w-node-_3ece7374-75fb-e06d-aede-b488e143035c-e4a28453, #w-node-_85835bfb-ace3-3668-c908-2d409ffad477-e4a28453, #w-node-_6ad1e5ed-698a-f54f-0ad5-f87839885153-e4a28453, #w-node-_6ad1e5ed-698a-f54f-0ad5-f8783988515c-e4a28453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3b7a692-2068-5e69-733d-58f6069389d2-e4a28453 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f134d957-7b23-5756-5821-0a95433f1db0-e4a28454 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f134d957-7b23-5756-5821-0a95433f1dbc-e4a28454 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Rene bieder gentona';
  src: url('../fonts/Rene-Bieder---Gentona-Bold.otf') format('opentype'), url('../fonts/Rene-Bieder---Gentona-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder gentona book';
  src: url('../fonts/Rene-Bieder---Gentona-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder gentona book';
  src: url('../fonts/Rene-Bieder---Gentona-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder gentona';
  src: url('../fonts/Rene-Bieder---Gentona-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder gentona';
  src: url('../fonts/Rene-Bieder---Gentona-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}