@font-face {
  font-family: Heebo Variablefont Wght;
  src: url('../fonts/Heebo-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Heebo Variablefont Wght;
  src: url('../fonts/Heebo-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-orange: #ed8b00;
  --midnightblue: #001b3f;
  --deepblue: #042958;
  --white: white;
  --transparent: #fff0;
  --gold: #fedb00;
  --light-gray: #dbdbdb;
  --text-black: #333;
  --midnight-blue: #002f6c;
  --medium-gray: #b3b3b3;
  --black: black;
  --deep-sky-blue: #00afd7;
  --lt-blue: #bcf0fb;
  --medium-sea-green: #00b140;
  --dark-gray: #585353;
}

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

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

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

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

.section {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.section.campus_2 {
  padding-top: 3em;
  padding-bottom: 10em;
}

.section.apply_header {
  height: 40.8em;
}

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

.section.admissions_2 {
  background-color: #db9f11;
  padding-bottom: 10em;
}

.section.why_hero {
  background-color: var(--dark-orange);
  flex: none;
  height: auto;
  overflow: visible;
}

.section.why_2 {
  background-color: var(--dark-orange);
  flex: 0 auto;
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.section.why_3 {
  background-color: var(--midnightblue);
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
}

.section.rankings_hero {
  flex-direction: column;
  display: flex;
}

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

.section.transfer_hero {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 7em;
  padding-bottom: 5em;
  display: flex;
}

.section.transfer_2 {
  background-color: var(--deepblue);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 10em;
  display: flex;
}

.section.fh_header {
  flex-direction: column;
  display: flex;
}

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

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

.section.class_hero {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--transparent);
  flex-direction: column;
  padding-top: 8em;
  padding-bottom: 4em;
  display: flex;
}

.section.class_2 {
  padding-top: 0;
  padding-bottom: 14em;
}

.section.academics_hero {
  height: 50em;
}

.section.academics_2 {
  background-color: var(--dark-orange);
  margin-top: 0;
  padding-bottom: 12em;
}

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

.section.ss_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 3em;
  padding-bottom: 10em;
  display: flex;
}

.section.apply_hero {
  background-color: var(--dark-orange);
  padding-bottom: 0;
}

.section.apply_2 {
  background-color: var(--dark-orange);
  padding-top: 4em;
  padding-bottom: 10em;
}

.section.tuition_hero {
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 2em;
}

.section.tuition_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 12em;
}

.section.opportunities_hero {
  flex: none;
  height: 41.7em;
}

.section.opportunities_2 {
  padding-top: 1em;
  padding-bottom: 12.9em;
}

.section.testimonials {
  background-color: var(--gold);
  padding-bottom: 0;
}

.section.ss_3 {
  background-color: var(--dark-orange);
  padding-top: 3em;
}

.section.whyn_2 {
  background-color: var(--dark-orange);
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 10em;
}

.section.transfer_3 {
  background-color: var(--dark-orange);
  padding-top: 4em;
  padding-bottom: 14em;
}

.section._360 {
  background-color: var(--deepblue);
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.section._360.da {
  background-color: var(--dark-orange);
  display: flex;
}

.section.map_360 {
  z-index: 10;
  background-color: var(--deepblue);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.newclass_hero {
  height: 43.4em;
}

.section.newclass_2 {
  background-color: var(--midnightblue);
  margin-top: 0;
  padding-bottom: 12em;
}

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

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

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

.main.home-bg {
  background-color: var(--dark-orange);
}

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

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

.quicklinks_li:hover {
  border-bottom: 1px none var(--light-gray);
  background-color: #0000;
}

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

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

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

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

.quicklink.home {
  color: var(--text-black);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: .9em;
  font-weight: 600;
  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, .skiplink_a[data-wf-focus-visible] {
  opacity: 1;
  border: 1px solid #fff;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

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

.img_contain {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: -.3em;
  display: block;
}

.img_contain.apply-social {
  width: 3em;
}

.img_contain.play {
  height: 100%;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.img_cover.ss-hero {
  object-position: 0% 100%;
  height: 32.1em;
}

.img_cover.apply_hero {
  box-shadow: none;
  object-position: 50% 100%;
  height: 39.4em;
}

.img_cover.academics-hero {
  object-position: 50% 100%;
  height: 100%;
}

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

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

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

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

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

.social_link.disabled {
  display: none;
}

.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(--text-black);
  margin-right: 1em;
  font-family: Avenirltstd Book;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

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

.select-lang_a.w--current {
  color: #fff;
  text-align: left;
}

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

.nav-back {
  background-color: var(--dark-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, .nav-back:focus-visible, .nav-back[data-wf-focus-visible] {
  background-color: var(--midnight-blue);
}

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

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

.nav-next {
  background-color: var(--dark-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, .nav-next:focus-visible, .nav-next[data-wf-focus-visible] {
  background-color: var(--midnight-blue);
}

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

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

.footer_wrapper {
  z-index: 550;
  background-color: #fff;
  justify-content: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: -2px -1px 10px 1px #0003;
}

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

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

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

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

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

.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_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  background-color: var(--gold);
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
}

.button.modal-open_btn2.subscribe:hover {
  background-color: var(--midnight-blue);
  color: var(--dark-orange);
  background-image: linear-gradient(#0000004d, #0000004d);
}

.button.modal-open_btn2.subscribe:focus {
  background-color: var(--midnight-blue);
  color: var(--dark-orange);
  background-image: linear-gradient(#00000080, #00000080);
}

.button.modal-open_btn2.subscribe-home {
  background-color: var(--gold);
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
}

.button.modal-open_btn2.subscribe-home:hover {
  background-color: var(--midnight-blue);
  color: var(--dark-orange);
}

.button.modal-open_btn2.subscribe-home:focus {
  background-color: var(--midnight-blue);
  color: #db9f11;
  -webkit-text-stroke-color: var(--dark-orange);
}

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

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

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

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

.button.modal-open_btn.play-welcome.play-button {
  color: var(--dark-orange);
  background-color: #fff;
  flex: none;
  font-size: 2.4em;
  box-shadow: 1px 1px 12px #00000054;
}

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

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

.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.subscribe-home {
  width: 75vw;
  padding-top: 0;
  display: none;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  background-color: var(--midnight-blue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 25vw;
  height: 100vh;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 20px #3333338a;
}

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

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

.nav_link-2 {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}

.nav_link-2:hover {
  border: 1px #000;
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

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

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

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

.title {
  width: 100%;
}

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

.fhda_h1 {
  color: #000;
  text-align: left;
  text-transform: none;
  order: 0;
  margin-top: .5em;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}

.fhda_h1.centered {
  direction: rtl;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 4.4em;
  line-height: 1.4;
}

.fhda_h1.centered.new {
  color: var(--midnight-blue);
  font-size: 3.1em;
  line-height: 1.1;
}

.fhda_h1.centered.blue {
  color: var(--midnight-blue);
}

.fhda_h1.centered.blue.transfer {
  font-size: 3.5em;
}

.fhda_h1.centered.state {
  color: var(--midnight-blue);
  font-size: 3.5em;
}

.fhda_h1.white {
  color: #fff;
}

.fhda_h1.white.centered {
  text-shadow: 1px 1px 11px #00000075;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 3.2em;
}

.fhda_h1.white.centered.california {
  text-shadow: 1px 1px 11px #000000cf;
}

.fhda_h1.orange {
  color: var(--dark-orange);
  text-shadow: none;
  font-size: 3.1em;
}

.fhda_h1.orange.centered {
  color: var(--midnight-blue);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 2.9em;
  font-weight: 900;
}

.fhda_h1.line {
  border-left: 4px solid #fedb00;
  padding-left: 1em;
}

.fhda_h1.line-o {
  border-left: 4px solid var(--dark-orange);
  padding-left: 1em;
}

.fhda_h1.cali {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  font-size: 2.3em;
  line-height: 1.1;
  display: flex;
}

.fhda_h1.cali-intro-txt {
  color: var(--white);
  text-align: center;
  text-shadow: 0 14px 11px #0000006e;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.3;
}

.fhda_h1.bluue {
  direction: rtl;
  color: var(--midnight-blue);
  text-align: right;
  line-height: 1.2;
}

.fhda_h1.bluue.ss {
  text-align: right;
}

.fhda_h1.welcome {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  direction: rtl;
  color: var(--midnight-blue);
  align-items: center;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.fhda_h1.break {
  margin-left: 0;
  margin-right: 0;
}

.fhda_h1.play {
  direction: rtl;
  color: var(--white);
  text-align: center;
  line-height: 1.2;
}

.smc_p {
  direction: rtl;
  text-align: right;
  font-family: Avenirltstd Book;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

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

.smc_p._1-2em.state {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 100%;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  display: inline;
}

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

.smc_p.map-intro.lg {
  text-align: center;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.2em;
}

.smc_p.map {
  font-family: Heebo Variablefont Wght, sans-serif;
}

.blue-bold {
  color: #005db8;
  font-family: "Gotham 0";
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.blue-bold.state {
  color: var(--dark-orange);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.7em;
  line-height: 1.1;
}

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

.smc_h2.map-gallery-title {
  color: var(--dark-orange);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  font-family: Heebo Variablefont Wght, sans-serif;
}

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

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

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

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

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

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

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

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

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

.overlay-title.state {
  justify-content: flex-start;
  height: 44.8em;
  padding-top: 12em;
  top: 0;
  bottom: auto;
}

._2em {
  color: #034d96;
  font-family: Gotham;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

._2em.white {
  color: #fff;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

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

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

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

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

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

.top10_header.map {
  direction: rtl;
  text-align: right;
}

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

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

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

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

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

.video.admissions {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

.down_btn:hover {
  background-color: #db9f11;
  box-shadow: 1px 1px 3px #0000009c;
}

.down_btn:focus {
  box-shadow: 1px 1px 3px #0000009c;
}

.down_btn.w--current {
  background-color: #00a9e0;
}

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

.down_btn.city:hover {
  background-color: #db9f11;
}

.down_btn.city.disabled {
  display: none;
}

.smc_h3 {
  font-family: Gotham;
  font-weight: 500;
}

.smc_h3.map-category {
  color: var(--dark-orange);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

.smc_link {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  text-decoration: underline;
}

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

.coffee {
  font-family: Avenirltstd Book;
  font-size: 1em;
}

.coffee.yellow {
  color: var(--dark-orange);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
}

.coffee.white {
  color: #fff;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.4em;
  font-weight: 200;
}

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

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

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

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

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

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

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

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

.map-intro {
  direction: rtl;
  color: var(--black);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}

.cali-intro-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--light-gray);
  text-align: right;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 74%;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.scroll-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-radius: 2em;
  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;
  overflow: hidden;
}

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

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

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

.link {
  color: #005db8;
  font-family: "Gotham 0";
}

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

.link.location-link.w--current {
  font-weight: 500;
}

.location-link {
  direction: rtl;
  color: var(--midnight-blue);
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.location-link.w--current {
  color: var(--midnight-blue);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-weight: 600;
}

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

.map-txt-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-orange);
  border-radius: 2em;
  flex-direction: column;
  width: 80%;
  padding: 2em;
  display: flex;
}

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

.content_center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content_center.campus2 {
  margin-top: 1em;
}

.content_center.campus3 {
  background-color: #46166b;
  align-items: center;
  margin-top: 4em;
  padding: 2em;
}

.content_center.admissions2 {
  flex-direction: column;
  margin-top: 4em;
  margin-bottom: 2em;
}

.content_center.admissions3 {
  justify-content: center;
  width: 100%;
  margin-top: 0;
}

.content_center.admissions4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #46166b;
  flex-direction: column;
  width: 46%;
  margin-top: 0;
  padding: 2em;
}

.content_center.admissions-top {
  align-items: center;
  margin-top: 4em;
}

.content_center.inquiry {
  background-color: #fff;
  margin-top: 4em;
  padding: 2em;
}

.content_center.why2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.content_center.why3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
}

.content_center.rankings2 {
  justify-content: center;
  width: 65%;
}

.content_center.rankings3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 65%;
}

.content_center.transfer1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: center;
  width: 87%;
}

.content_center.transfer2 {
  border: 2px solid var(--gold);
  justify-content: center;
  width: 60%;
  margin-top: -8.5em;
  padding: 1em;
}

.content_center.schools {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border: 1px #000;
  flex-direction: column;
  width: 65%;
  margin-top: 4em;
}

.content_center.fh2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  margin-top: -1em;
  margin-bottom: -1em;
}

.content_center.fh3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-top: 2em;
  padding-left: 0;
}

.content_center.fh4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.content_center.class2 {
  width: 87%;
}

.content_center.class_title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 2em;
}

.content_center.activities {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 2px solid var(--gold);
  width: 65%;
  padding: 1em;
}

.content_center.academics2 {
  border: 2px solid var(--gold);
  width: 65%;
  margin-top: -19.2em;
  padding: 1em;
}

.content_center.ss2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
}

.content_center.ss3 {
  margin-top: 0;
}

.content_center.ss_content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column-reverse;
  align-items: stretch;
  width: 65%;
  margin-top: 2em;
  padding-bottom: 10em;
}

.content_center.apply1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
}

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

.content_center.social-media {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  border-radius: 2em;
  justify-content: center;
  width: 65%;
  margin-top: 4em;
  padding: 2em 3em;
}

.content_center.social_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
}

.content_center.address_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 65%;
  margin-top: 2em;
}

.content_center.tuition_header {
  flex-direction: column;
  width: 87%;
}

.content_center.tuition_txt {
  width: 65%;
}

.content_center.tuition-chart {
  border: 2px solid var(--gold);
  background-color: var(--white);
  width: 65%;
  margin-top: 1em;
  padding: 1em;
}

.content_center.test {
  align-items: center;
  width: 75%;
}

.content_center.whyn2 {
  border: 2px solid var(--gold);
  width: 65%;
  padding: 1em;
}

.content_center.fh_360 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 65%;
}

.content_center.map-360 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
}

.content_center.info-header {
  flex-direction: column;
  width: 87%;
}

.content_center.info-txt {
  justify-content: center;
  width: 65%;
}

.content_center.newclass3 {
  border: 2px solid var(--gold);
  width: 65%;
  margin-top: -13.8em;
  padding: 1em;
}

.content_center.activities2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 2px none var(--gold);
  width: 100%;
  margin-top: 1em;
  padding: 0;
}

.una_h1 {
  color: #46166b;
  text-transform: uppercase;
  font-family: Avenirltstd;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1.1;
}

.una_h1.centered {
  text-align: center;
  text-align: center;
  background-color: #0000;
  font-size: 3em;
}

.una_p {
  font-family: Avenirltstd Book;
  line-height: 1.3;
}

.una_p.white {
  color: #fff;
}

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

.una_p.admissions-subtitle {
  color: #46166b;
  font-family: Avenirltstd;
  font-size: 1.3em;
  font-weight: 900;
}

.una_p.admissions-subtitle.white {
  color: #fff;
}

.why_vid {
  height: auto;
}

.una_h2 {
  color: #46166b;
  text-transform: uppercase;
  font-family: Avenirltstd;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
}

.una_h2.gold {
  color: #db9f11;
  text-transform: uppercase;
}

.una_h2.gold.adms {
  text-align: left;
  font-size: 1.7em;
}

.una_list {
  padding-left: 20px;
}

.una_list.ep {
  margin-top: 1em;
  padding-left: 10px;
}

.hero-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  object-position: 50% 0%;
  background-color: #0000;
  flex-direction: column;
  width: 80%;
  height: auto;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.campus3_r {
  width: 50%;
}

.intro {
  font-size: 1.1em;
}

.campus_img {
  border: 4px solid #fff;
}

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

.admissions_block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.admissions_img {
  width: 4em;
  height: auto;
  display: flex;
}

.admisisons_txt {
  flex-direction: column;
  width: auto;
  display: flex;
}

.ep_title {
  width: 100%;
}

.epr_wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.ep_col {
  color: #fff;
  width: 40%;
}

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

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

.paragraph {
  direction: rtl;
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  line-height: 1.4;
}

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

.fdha_p {
  direction: rtl;
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-weight: 600;
}

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

.why_title {
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -9.5em;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
}

.f_h2 {
  color: var(--black);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
}

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

.f_h2.centered.why-grid-title {
  font-size: 2.4em;
}

.f_h2.centered.social-ttl {
  direction: rtl;
  text-align: right;
  font-size: 1.8em;
}

.f_p {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}

.f_p.intro {
  direction: rtl;
  color: var(--black);
  font-size: 1.3em;
  line-height: 1.2;
}

.f_p.intro.centered {
  text-align: center;
}

.f_p.intro.fb {
  color: var(--midnight-blue);
  font-weight: 700;
}

.f_p.intro.right.blue-bold.blk {
  direction: rtl;
  padding-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 900;
}

.f_p.intro.right.blue-bold.blk.force-left {
  direction: rtl;
  text-align: left;
}

.f_p.intro.blue-bold {
  color: var(--midnight-blue);
}

.f_p.intro.blue-bold.blk {
  padding-bottom: .5em;
  font-size: 1.2em;
  font-weight: 900;
}

.f_p.intro.blue-bold.blk._1-1 {
  font-size: 1.1em;
}

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

.f_p._1em {
  font-size: 1em;
}

.f_p.profile_txt {
  text-align: center;
  width: 90%;
  padding-left: 0;
  font-size: 1em;
}

.f_p._1-3 {
  font-size: 1.3em;
}

.f_p.right {
  text-align: right;
}

.f_p.right.blue-bold {
  color: var(--midnight-blue);
}

.f_p.blue-bold {
  direction: rtl;
  color: var(--midnight-blue);
  font-size: 1.1em;
}

._2-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 3em;
  padding: 2em;
  display: flex;
}

.graphic {
  width: 64%;
}

.graphic_txt {
  text-align: right;
}

.why-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px #000;
  flex-direction: column;
  display: flex;
}

.why_row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: stretch;
}

.why_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2em;
  display: flex;
}

.why_block.l, .why_block.r {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-style: none;
  border-radius: 1em;
  justify-content: center;
  align-items: flex-end;
  height: 20.8em;
  padding: 2em;
  box-shadow: 0 2px 5px #0003;
}

.why-block-title {
  direction: rtl;
  background-color: #fedb00;
  padding: .5em 1em;
}

.f_h4 {
  direction: rtl;
  color: var(--black);
  text-transform: uppercase;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
}

.rankings_title {
  background-color: var(--dark-orange);
  padding-top: 2em;
  padding-bottom: 2em;
}

.rankings_img {
  width: 35%;
  height: 100%;
}

.rankings_r {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 2em;
  display: flex;
}

.transfer_title {
  width: 70%;
}

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

.transfer-table_in {
  border: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.transfer-table-ttl {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  padding: 1em 2em;
  display: flex;
}

.f_h3 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.3;
}

.f_h3.centered {
  color: var(--black);
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
}

.f_h3.blue {
  color: var(--midnight-blue);
  font-weight: 700;
}

.transfer-tbl_txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-around;
  padding: 0;
  display: flex;
}

.f_list {
  direction: rtl;
  width: auto;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.f_list.social-line {
  border-left: 1px #000;
  padding-left: 2em;
}

.f_list.blue {
  color: var(--midnight-blue);
}

.f_li {
  direction: rtl;
}

.f_li.ss {
  line-height: 3.6;
}

.f_li.social {
  padding-bottom: .5em;
}

.f_li.social-txt {
  align-items: center;
  padding-top: .7em;
  padding-bottom: 1em;
  line-height: 1.6;
  display: flex;
}

.f_li.chart {
  justify-content: space-between;
  display: flex;
}

.schools_row {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row-reverse;
  align-items: flex-start;
  display: flex;
}

.schools_col {
  border-top: 1px #000;
  border-bottom: 4px #000;
  border-left: 4px solid #000;
  border-right: 1px #000;
  align-items: center;
  width: 50%;
  padding-left: 1em;
  display: flex;
}

.schools_col._1 {
  border-left-style: none;
  border-left-color: var(--gold);
  direction: rtl;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
}

.schools_col._2 {
  border-left-style: none;
  border-left-color: var(--deep-sky-blue);
  direction: rtl;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
}

.schools_col._3 {
  direction: rtl;
  border-left-style: none;
  border-left-color: #00b140;
  padding-left: 0;
}

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

.transfer_txt {
  border: 2px solid var(--gold);
  margin-top: 2em;
  padding: 1em;
}

.f_link {
  color: var(--midnight-blue);
  font-weight: 900;
  text-decoration: underline;
}

.fh_title {
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.school_btn {
  background-color: var(--gold);
  direction: rtl;
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: .5em;
  width: auto;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 2px 5px #0003;
}

.school_btn.lrg {
  direction: rtl;
  font-size: 1.3em;
}

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

.logo_wrap._2 {
  width: 14.2em;
  margin-top: 3em;
}

.gallery_title {
  direction: rtl;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .5em;
  display: flex;
}

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

.gallery_block {
  width: 33%;
}

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

.gallery_row.centered {
  justify-content: center;
  align-items: center;
}

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

.activities_img {
  border: 5px none var(--white);
  width: 33%;
}

.activities_img.btm {
  box-shadow: none;
  width: 100%;
}

.activities_ttl {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  width: 100%;
  display: flex;
}

.academics_img {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  height: auto;
  display: flex;
}

.academics_txt {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  padding-right: 0;
  display: flex;
}

.ss_title {
  background-color: var(--transparent);
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.ss_col.btm {
  width: 49%;
}

.ss_img {
  flex: none;
  width: 100%;
  height: 20em;
}

.ss_txt {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.yellow_wrap {
  background-color: #0000;
  padding: 0;
}

.apply_title {
  background-color: var(--transparent);
  justify-content: center;
  margin-top: -3em;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
}

.how-apply {
  border-left: 3px solid var(--midnight-blue);
  padding-left: 2em;
}

.social_2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row-reverse;
  justify-content: center;
  display: flex;
}

.social_col {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  width: auto;
  padding-right: 2em;
  display: flex;
}

.social_list {
  border-left: 0 #000;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  display: flex;
}

.address_wrap {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding: 3em 3em 3em 4em;
  display: flex;
}

.address_wrap.l {
  justify-content: flex-start;
  align-items: flex-end;
}

.fb-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row-reverse;
  margin-top: 2em;
  display: flex;
}

.tuition_title {
  justify-content: center;
  margin-top: 1em;
  display: flex;
}

.chart-inside {
  background-color: var(--lt-blue);
  border: 1px #000;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
}

.chart-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--transparent);
  justify-content: center;
  padding: 1em 2em;
  display: flex;
}

.chart_txt {
  background-color: var(--transparent);
  border: 1px #000;
  justify-content: flex-start;
  padding: 1em 2em;
  display: flex;
}

.chart-col {
  width: 100%;
}

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

.opp_video {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--medium-gray);
  border-radius: 2em;
  flex-direction: column;
  width: 50%;
  margin-top: 2em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.opp_vids {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
}

.testimonial {
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.testimonial.ylw {
  background-color: var(--gold);
  flex-direction: row-reverse;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.testimonial.ylw.btm {
  padding-bottom: 10em;
}

.testimonial.yellow {
  background-color: var(--gold);
  align-items: center;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 6em;
  display: flex;
}

.testimonial.green {
  background-color: var(--medium-sea-green);
  align-items: center;
  min-height: 65vh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.testimonial.blue {
  background-color: var(--deep-sky-blue);
  min-height: 65vh;
  padding-top: 6em;
  padding-bottom: 6em;
}

.testimonial.orng {
  background-color: var(--dark-orange);
  flex-direction: row-reverse;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.testimonial.orng.btm {
  padding-bottom: 10em;
}

.testimonial.grn {
  background-color: var(--medium-sea-green);
  flex-direction: row-reverse;
  min-height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.testimonial.grn.btm {
  padding-bottom: 10em;
}

.testimonial.blu {
  background-color: var(--deep-sky-blue);
  flex-direction: row-reverse;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.testimonial.blu.btm {
  padding-bottom: 10em;
}

.testimonial.orng2 {
  background-color: var(--dark-orange);
  flex-direction: row-reverse;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 10em;
}

.testimonial.orng2.btm {
  padding-bottom: 10em;
}

.test_img {
  border: 8px solid var(--dark-orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -6em;
  display: flex;
}

.test_img.y, .test_img.yelow {
  border-color: var(--gold);
}

.test_img.green {
  border-color: var(--medium-sea-green);
  margin-top: -7.2em;
}

.test_img.blu {
  border-color: var(--deep-sky-blue);
}

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

.cali-lrg {
  font-size: 2.3em;
  font-weight: 900;
  line-height: 1;
}

.cali-title {
  background-color: var(--transparent);
  border-radius: 0;
  padding: 1em 2em 1em 1.5em;
}

.profile {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.bold-text {
  font-size: 1.1em;
}

.transfer-img {
  width: 100%;
  height: 30em;
}

.turbinado {
  direction: rtl;
  vertical-align: baseline;
  font-family: turbinado-pro, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.turbinado.transfer {
  color: var(--midnight-blue);
  font-size: 2.1em;
}

.turbinado.gallery {
  font-size: 2.1em;
}

.turbinado.white {
  color: var(--dark-orange);
  margin-left: 8px;
}

.turbinado.state {
  font-size: 2.2em;
}

.turbinado.map-header {
  color: var(--black);
  font-size: 1em;
}

.turbinado.academics {
  font-size: 2em;
}

.turbinado.welcome {
  font-size: 1.5em;
}

.why_header {
  flex: none;
  height: 35em;
}

.white_rnd {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 1em;
  flex-direction: column;
  width: 100%;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.white_rnd.academics {
  flex-direction: row;
}

.white_rnd.classroom2 {
  flex-direction: column;
}

.fhda_p {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Heebo Variablefont Wght, sans-serif;
}

.fhda_p.intro {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.fhda_p.intro.centered {
  direction: rtl;
  text-align: center;
  word-break: normal;
  font-size: 1.3em;
  font-weight: 400;
}

.fhda_p.intro.blue-bold {
  color: var(--midnight-blue);
}

.fhda_p.intro.normal {
  font-weight: 400;
}

.fhda_p.intro.opp {
  text-align: center;
  line-height: 1.6;
}

.fhda_p.graphc {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.fhda_p.graphc.lg {
  font-size: 1.4em;
}

.fhda_p.graphc.lg.centered {
  text-align: center;
}

.fhda_p.graphc.sm-centered {
  direction: rtl;
  text-align: right;
}

.fhda_p.graphc.sm-centered.years {
  font-size: 1.7em;
}

.fhda_p.graphc.ranking-g {
  direction: rtl;
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
}

.fhda_p._22 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-size: 1.2em;
  line-height: 1.4;
}

.fhda_p._22.blk {
  font-weight: 900;
}

.fhda_p._22.blk.centered {
  direction: ltr;
  color: var(--black);
  text-align: right;
  font-size: 1.4em;
  line-height: 1.4;
}

.fhda_p._22.centered {
  direction: rtl;
  text-align: right;
  line-height: 1.3;
}

.fhda_p._22.sm-centered {
  direction: rtl;
  text-align: right;
}

.fhda_p.cta {
  color: var(--midnight-blue);
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.fhda_p.cta.centered {
  direction: rtl;
  text-align: center;
  line-height: 1.4;
}

.fhda_p.centered {
  color: var(--black);
  text-align: center;
  line-height: 1.4;
}

._2graphic_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.graphic_section {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--white);
  height: 100%;
  padding: 2em;
  display: flex;
}

.graphic_section.blue {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 10px solid var(--deep-sky-blue);
  background-color: var(--transparent);
  border-radius: 2em;
  justify-content: space-around;
  align-items: center;
  padding: 2em 3em;
}

.graphic_section.green {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 10px solid var(--medium-sea-green);
  background-color: var(--transparent);
  border-radius: 2em;
  justify-content: space-around;
  align-items: center;
  padding: 2em 3em;
}

.graphic_section.ylw {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 10px solid var(--gold);
  background-color: var(--transparent);
  border-radius: 2em;
  justify-content: space-around;
  align-items: center;
  padding: 3em;
}

.graphic_img {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: auto;
  display: flex;
}

.graphic_img._3 {
  width: 16%;
}

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

.plus_img {
  width: 2em;
}

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

.fhda_h2 {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.7em;
  font-weight: 900;
  line-height: 1.1;
  display: flex;
}

.fhda_h2.white {
  color: var(--white);
  text-align: left;
}

.fhda_h2.white._360 {
  font-size: 2.3em;
}

.fhda_h2.white._360.da {
  color: var(--black);
}

.fhda_h2.white.why {
  direction: rtl;
  align-items: flex-start;
  font-size: 2em;
}

.fhda_h2.margins {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: block;
}

.fhda_h2.sm-centered {
  direction: rtl;
}

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

.graphic_trans-img {
  width: 50%;
}

.graph-trans_txt {
  width: 57%;
}

.graphic_btm {
  flex-direction: column;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 2em;
  display: flex;
}

.btm_txt {
  border-bottom: 15px solid var(--dark-orange);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.why-study_title {
  border-right: 30px solid var(--dark-orange);
  border-left: 30px none var(--dark-orange);
  margin-left: 1em;
  padding: 1em 2em 1em 0;
}

.why_icon {
  width: 3.4em;
}

.why_icon.flex {
  width: 4.1em;
}

.why_icon.svcs {
  width: 5.1em;
}

.transfer2_img {
  width: 100%;
}

.transfer2_1 {
  border-style: none solid none none;
  border-width: 1px 30px 1px 1px;
  border-color: black var(--dark-orange) black black;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em 1em 1em 0;
  display: flex;
}

.transfer2_2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--lt-blue);
  flex-flow: row-reverse wrap;
  padding: 2em 3em;
  display: flex;
}

.transfer3_title {
  border-style: none solid none none;
  border-width: 1px 30px 1px 1px;
  border-color: black var(--midnight-blue) black black;
  width: 100%;
  margin-bottom: 2em;
  padding-right: 1em;
}

.normal {
  font-size: .8em;
  font-weight: 400;
}

.fhda_link {
  color: var(--midnight-blue);
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

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

.school_img {
  width: 11.1em;
  padding-top: 0;
  padding-bottom: 0;
}

.school_img.uc {
  margin-top: 1em;
}

.school_img.csu {
  width: 15.7em;
  margin-top: 1em;
  margin-left: -.6em;
}

.logo_img {
  background-color: var(--white);
  order: 1;
  width: 30%;
  padding: 0;
  box-shadow: 0 2px 5px #00000057;
}

.logo_img.deanza {
  width: 30%;
}

.foothill1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--dark-orange);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 99%;
  margin: 0 auto 2em;
  padding: 2em;
  display: flex;
}

.foothill1_l {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
}

.foothill1_r {
  background-color: var(--deep-sky-blue);
  width: 43%;
  margin-bottom: 0;
  padding: 1em;
}

.ranking {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: -2em;
  margin-left: 0;
  margin-right: -2em;
  padding: 2em;
  display: flex;
}

.school_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--light-gray);
  border-radius: 2em;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.fh_hero {
  width: 100%;
  height: 30em;
}

.fh_ranking {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--transparent);
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
  padding: 0;
  display: flex;
}

.ranking_l, .ranking_r {
  background-color: var(--midnight-blue);
  border-right: 1px #000;
  border-radius: 0;
  align-items: center;
  width: 30%;
  padding: 1em 2em;
  display: flex;
}

._360-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-style: none solid none none;
  border-width: 1px 30px 1px 1px;
  border-color: black var(--midnight-blue) black black;
  justify-content: flex-end;
  align-items: center;
  padding: .5em 2em;
  display: flex;
}

._360-title.fh {
  border-right: 30px solid var(--dark-orange);
  border-left: 0px none var(--dark-orange);
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 2em;
}

._360_img {
  width: 9.4em;
}

._360-fh {
  background-color: var(--medium-gray);
  width: 100%;
  height: 27.5em;
  padding: 0;
}

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

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

.deanza1_r {
  background-color: var(--medium-sea-green);
  width: 43%;
  margin-bottom: 0;
  padding: 1em;
}

.da_title {
  background-color: var(--deepblue);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.state_img {
  width: 36%;
}

.image {
  border: 5px solid var(--dark-orange);
  border-radius: 50%;
}

.map360_title {
  border-left: 30px solid var(--dark-orange);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
}

._360-gallery {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.vid-gallery_blk {
  width: 50%;
  padding-top: 0;
}

.vid-gallery_blk.disabled {
  display: none;
}

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

.img_cover-2.la {
  object-position: 50% 50%;
  border-style: solid;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

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

.video_title.centered {
  direction: rtl;
  color: var(--white);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-weight: 900;
}

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

.vid-title-txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

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

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

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

.video_header {
  direction: rtl;
  color: var(--dark-orange);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.2;
}

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

.video_fine.centered {
  direction: rtl;
  color: var(--medium-gray);
  text-align: center;
}

.academics_title {
  border-style: none solid none none;
  border-width: 1px 30px 1px 1px;
  border-color: black var(--dark-orange) black black;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  padding: .5em 1em .5em 0;
  display: flex;
}

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

.svcs_txt {
  border-style: none solid none none;
  border-width: 1px 30px 1px 1px;
  border-color: black var(--dark-orange) black black;
  padding: 1em 2em 1em 0;
}

.svcs_icon {
  width: 10em;
  height: auto;
}

.svcs_icon.flex {
  width: 4.1em;
}

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

.tution_icon {
  width: 16%;
}

.tution-chart_title {
  align-items: center;
  width: 70%;
  display: flex;
}

.scroll-down {
  z-index: 999999;
  background-color: #fff;
  border-radius: 50%;
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto auto 5em;
  box-shadow: 0 2px 5px #0003;
}

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

.info-img {
  height: 25em;
}

.home-title {
  background-color: var(--dark-orange);
  width: 70%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 3em;
  position: relative;
  top: 0;
  bottom: 0%;
}

.title-home {
  z-index: 5;
  background-color: var(--dark-orange);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vh;
  margin: auto auto 6em;
  padding: .5em 3em 1em;
  display: flex;
  position: static;
  left: 0;
}

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

.two {
  height: 5em;
}

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

.transfer-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr .75fr;
  width: 100%;
}

.ranking_3 {
  background-color: var(--midnight-blue);
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  align-items: center;
  width: 50%;
  padding: 1em;
  display: flex;
}

.school-link {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  margin-top: 3em;
  padding: 1em 0 2em;
  display: flex;
}

.foothill1_llink {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.class2_txt {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.academics_photo {
  height: 22.2em;
}

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

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

.logo-cover-inquiry {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 5em;
  margin-top: -7.5em;
  position: relative;
}

.play-btn_wrapper {
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.play_cta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -3em;
  display: flex;
}

.home-play_btn {
  border-style: none;
  border-width: 25px 0 25px 48px;
  border-color: var(--transparent) var(--dark-orange);
  flex: none;
  width: 2em;
  height: 2em;
  margin-left: .5em;
}

.play_circle {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 15px #000;
}

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

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

.shadow-overlay.subscribe-home.fixed {
  display: flex;
}

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

.shadow-overlay.play-welcome.sl {
  z-index: 2;
  display: none;
}

.overlay-play {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.code-embed {
  margin-bottom: 0;
}

.translation-li {
  color: var(--midnight-blue);
  width: auto;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-weight: 900;
  text-decoration: underline;
}

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

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

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

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

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

.translation-link {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.n_translate-dd {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 12em;
  display: none;
  position: absolute;
  bottom: 3em;
  overflow: hidden;
}

.translations-btn {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: none;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  text-decoration: underline;
  display: flex;
  position: static;
}

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

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  direction: rtl;
  text-align: right;
}

.paragraph-13 {
  text-align: right;
}

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

  .section.why_hero {
    margin-top: 6.3em;
  }

  .section.transfer_hero {
    padding-top: 12.3em;
  }

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

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

  .section.ss_hero {
    padding-top: 0;
  }

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

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

  .section.opportunities_hero {
    height: 38.1em;
    margin-top: 1em;
  }

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

  .main {
    background-color: var(--transparent);
    width: 100%;
    min-width: 100vw;
    height: 100vh;
  }

  .main.body {
    height: 100%;
  }

  .main.home {
    background-color: #042958;
  }

  .main.home-bg {
    background-color: #042958;
    height: auto;
    overflow: auto;
  }

  .quicklinks_list {
    color: #0057b7;
    background-color: #fff;
    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;
  }

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

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

  .nav_list {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    overflow: auto;
  }

  .nav_li {
    text-align: left;
    margin-top: .5em;
    font-family: Avenirltstd Book;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }

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

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

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

  .img_cover.ss-hero {
    height: 28.4em;
  }

  .img_cover.apply_hero {
    height: 33.9em;
  }

  .social_embed {
    background-color: #0000;
  }

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

  .lang_link {
    color: #fff;
    font-family: Avenirltstd Book;
    font-size: 12px;
  }

  .lang_text {
    color: #fff;
    text-align: left;
    font-family: Avenirltstd Book;
    font-size: 12px;
  }

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

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

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

  .button.modal-open_btn2.subscribe {
    font-family: Heebo Variablefont Wght, sans-serif;
    position: sticky;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn2.subscribe:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .button.modal-open_btn2.subscribe-home {
    font-family: Heebo Variablefont Wght, sans-serif;
    position: sticky;
    top: 0;
    right: 0;
  }

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

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

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

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

  .modal-container.subscribe-home {
    margin-top: 10em;
    margin-bottom: auto;
    position: relative;
    overflow: auto;
  }

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

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

  .modal-close_btn {
    color: #fff;
  }

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

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

  .nav-menu {
    background-color: var(--midnight-blue);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-height: 72vh;
    padding: 1em 30px 2em;
    right: auto;
  }

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

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

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

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

  .navbar {
    flex-direction: column;
    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: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 1.3em;
  }

  .nav_link-2 {
    font-family: Heebo Variablefont Wght, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

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

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

  .ql_menu-button {
    z-index: 2;
    background-color: var(--dark-orange);
    color: var(--midnight-blue);
    text-align: center;
    border: 1px #46166b;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Heebo Variablefont Wght, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    background-color: var(--midnight-blue);
    color: var(--dark-orange);
  }

  .ql_menu-button:focus-visible, .ql_menu-button[data-wf-focus-visible] {
    background-color: var(--midnight-blue);
  }

  .nav_logo {
    width: 22%;
  }

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

  .hero.video.state {
    flex: none;
    height: 62vh;
    margin-top: 10.3em;
  }

  .fhda_h1.orange {
    font-size: 3.4em;
  }

  .fhda_h1.orange.centered {
    font-size: 2.8em;
  }

  .fhda_h1.welcome {
    font-size: 1.3em;
  }

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

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

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

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

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

  .bg.home {
    height: 63vh;
    margin-top: 7.9em;
    right: 0;
  }

  .bg.home-video {
    height: 72vh;
    margin-top: 7.9em;
    right: 0;
  }

  .overlay-title.state {
    height: auto;
    padding-top: 0;
    top: 5.5em;
  }

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

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

  .top10_text {
    width: 100%;
  }

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

  .video {
    width: 100%;
  }

  .video.admissions {
    height: 83%;
    margin-top: 6.1em;
    position: static;
    inset: 0%;
  }

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

  .down_btn {
    margin-top: 0;
  }

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

  .content-center.state-callout {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-bottom: 8em;
  }

  .content-center.opp2 {
    margin-top: -4.6em;
  }

  .map-bg {
    right: 0%;
  }

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

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

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

  .cali-intro-txt {
    width: 80%;
    margin-top: 2em;
  }

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

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

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

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

  .map-steps-left, .content_center, .content_center.transfer2, .content_center.schools, .content_center.fh2 {
    width: 80%;
  }

  .content_center.fh2.da {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
  }

  .content_center.fh3, .content_center.class_title, .content_center.activities, .content_center.academics2 {
    width: 80%;
  }

  .content_center.ss2 {
    width: 80%;
    margin-top: -5.3em;
  }

  .content_center.ss_content {
    padding-bottom: 14em;
  }

  .content_center.apply2 {
    width: 80%;
  }

  .content_center.address_row {
    flex-direction: column;
  }

  .content_center.tuition_header {
    margin-top: 4em;
  }

  .content_center.tuition-chart {
    width: 80%;
  }

  .content_center.test {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .content_center.whyn2, .content_center.fh_360 {
    width: 80%;
  }

  .content_center.info-header {
    margin-top: 5.3em;
  }

  .content_center.info-txt, .content_center.newclass3 {
    width: 80%;
  }

  .content_center.activities2 {
    width: 100%;
  }

  .hero-3 {
    width: 100%;
    height: auto;
    margin-top: 7.4em;
  }

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

  .f_p._1-3 {
    font-size: 1em;
  }

  .transfer_title {
    width: 80%;
  }

  .ss_title {
    padding-top: 2em;
  }

  .address_wrap, .address_wrap.l {
    width: 100%;
  }

  .testimonial.orng2 {
    padding-bottom: 14em;
  }

  .why_header {
    height: 25.4em;
  }

  .fhda_p.intro.centered {
    font-size: 1.2em;
  }

  .fhda_p._22, .fhda_p._22.centered {
    font-size: 1.1em;
  }

  .fhda_h2.sm-centered {
    text-align: center;
  }

  .why-study_title {
    border-left-width: 16px;
  }

  .logo_img.da {
    width: 26%;
  }

  .school_txt {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .video_title {
    text-align: center;
  }

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

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

  .video_fine {
    text-align: center;
  }

  .ss_header {
    margin-top: 8em;
  }

  .scroll-down {
    bottom: 9.2em;
  }

  .title-home {
    width: auto;
    height: auto;
    margin-top: 10em;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: .5em;
    position: absolute;
  }

  .vid-gallery-row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-cover {
    margin-top: -2.6em;
  }

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

  .play-btn_wrapper {
    width: 100%;
  }

  .shadow-overlay.subscribe-home {
    width: 100vw;
    display: none;
    overflow: auto;
  }

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

  .shadow-overlay.play-welcome.sl {
    display: none;
  }

  .translations-btn {
    background-color: var(--midnight-blue);
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .section.apply_header {
    height: 19.5em;
    margin-top: 6.7em;
  }

  .section.transfer_hero {
    padding-top: 10.4em;
  }

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

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

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

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

  .section.ss_hero {
    padding-top: 7em;
  }

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

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

  .section.tuition_hero {
    padding-top: 10.5em;
  }

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

  .section.opportunities_hero {
    height: 29.7em;
    margin-top: 2.6em;
  }

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

  .main {
    background-color: var(--transparent);
  }

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

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

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

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

  .img_cover.ss-hero {
    height: 18.9em;
  }

  .img_cover.apply_hero {
    flex: none;
    height: auto;
  }

  .lang_menu {
    width: 68%;
    padding-left: 1em;
    line-height: 1.6;
  }

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

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

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

  .button.modal-open_btn2.subscribe {
    align-items: center;
    height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Heebo Variablefont Wght, sans-serif;
    display: flex;
    position: relative;
  }

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

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

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

  .modal-container.subscribe-home {
    margin-top: 10em;
  }

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

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

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

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

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

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

  .ql_menu {
    width: auto;
  }

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

  .nav_logo {
    width: 31%;
  }

  .hero {
    height: 20.7em;
  }

  .hero.video.state {
    height: 50vh;
    margin-top: 10em;
  }

  .fhda_h1 {
    text-align: center;
    font-size: 2.3em;
  }

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

  .fhda_h1.white.centered {
    font-size: 2.5em;
  }

  .fhda_h1.orange {
    text-align: left;
    font-size: 2.8em;
  }

  .fhda_h1.orange.centered {
    text-align: center;
  }

  .fhda_h1.bluue {
    text-align: left;
  }

  .fhda_h1.bluue.ss, .fhda_h1.bluue.centered.op, .fhda_h1.bluue.centered.info {
    text-align: center;
  }

  .fhda_h1.bluue.left {
    text-align: left;
  }

  .fhda_h1.welcome {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.2em;
  }

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

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

  .blue-bold.state {
    text-align: center;
  }

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

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

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

  .bg.home, .bg.home-video {
    height: 65vh;
    margin-top: 7.6em;
  }

  .overlay-title.state {
    top: 4.1em;
  }

  .steps-right {
    width: 100%;
  }

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

  .video.admissions {
    object-position: 50% 50%;
    height: 100%;
    margin-top: .7em;
    margin-left: 0;
  }

  .smc_link {
    font-size: 1em;
  }

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

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

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

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

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

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

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

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

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

  .content_center.campus3 {
    flex-direction: column;
  }

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

  .content_center.admissions4 {
    width: 100%;
  }

  .content_center.admissions-top {
    flex-direction: column;
  }

  .content_center.why1 {
    margin-top: 1em;
  }

  .content_center.transfer2 {
    margin-top: -3em;
  }

  .content_center.fh2 {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    flex-direction: column;
    width: 80%;
    margin-top: -1em;
    margin-bottom: 2.5em;
  }

  .content_center.fh4 {
    width: 80%;
  }

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

  .content_center.academics2 {
    margin-top: -15em;
  }

  .content_center.ss2 {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    flex-direction: column;
    width: 80%;
  }

  .content_center.apply1, .content_center.apply2, .content_center.social-media {
    width: 80%;
  }

  .content_center.address_row {
    flex-direction: column;
    width: 80%;
  }

  .content_center.tuition_header {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    margin-top: -.1em;
  }

  .content_center.tuition_txt {
    width: 80%;
  }

  .content_center.test {
    flex-direction: column;
  }

  .content_center.test.flip {
    flex-direction: column-reverse;
  }

  .content_center.info-header {
    margin-top: -.2em;
  }

  .content_center.newclass3 {
    margin-top: -15em;
  }

  .una_h1.centered {
    font-size: 2.5em;
  }

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

  .campus3_l {
    flex-direction: row;
    width: 100%;
  }

  .campus3_r {
    width: 100%;
  }

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

  .admissions-top_l {
    width: 100%;
  }

  .f_p {
    font-size: 1.1em;
  }

  .f_p.blue-bold {
    font-size: 1em;
  }

  .why_row {
    flex-direction: column;
  }

  .why_block.l, .why_block.r {
    width: 100%;
  }

  .f_list.apply-social {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .schools_row {
    flex-direction: column;
  }

  .schools_col._1, .schools_col._2, .schools_col._3, .transfer_col2 {
    width: 100%;
  }

  .school_btn {
    height: auto;
  }

  .gallery_wrap {
    width: 100%;
    padding-top: 4em;
  }

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

  .gallery_row {
    flex-direction: column;
  }

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

  .academics_txt {
    width: 100%;
  }

  .address_wrap, .address_wrap.l {
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .chart-title, .chart_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .opp_video {
    border: 1px solid var(--medium-gray);
    border-radius: 2em;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .opp_vids {
    flex-direction: column;
  }

  .testimonial.ylw, .testimonial.orng, .testimonial.grn, .testimonial.blu {
    padding-bottom: 8em;
  }

  .transfer-img {
    height: 17.9em;
  }

  .turbinado.transfer {
    font-size: 2em;
    line-height: 1.1;
  }

  .why_header {
    height: 22.1em;
  }

  .white_rnd {
    padding: 4em 2em 2em;
  }

  .white_rnd.academics {
    flex-direction: column-reverse;
    height: 100%;
  }

  .white_rnd.classroom2 {
    flex-flow: column;
    height: 100%;
  }

  .fhda_p.intro.centered {
    font-size: 1.1em;
  }

  .fhda_p.intro.normal {
    font-size: 1.3em;
  }

  .fhda_h2.sm-centered {
    text-align: center;
  }

  .btm_txt {
    padding-left: 2em;
    padding-right: 2em;
  }

  .transfer2_2 {
    padding: 1em;
  }

  .logo_img {
    width: 30%;
  }

  .foothill1 {
    flex-direction: column;
  }

  .foothill1_l, .foothill1_r {
    width: 100%;
  }

  .school_txt {
    padding-left: 2em;
    padding-right: 2em;
  }

  .fh_hero {
    height: 18.3em;
  }

  .fh_hero.da {
    height: 17.1em;
  }

  .fh_ranking {
    flex-flow: column;
  }

  .ranking_l, .ranking_r, .deanza1_r {
    width: 100%;
  }

  .state_img {
    width: 50%;
  }

  ._360-gallery {
    flex-direction: column;
  }

  .vid-gallery_blk {
    width: 100%;
  }

  .ss_header {
    margin-top: 0;
  }

  .scroll-down {
    bottom: 9.1em;
  }

  .info-img {
    height: 14.5em;
  }

  .opp-vid-title {
    padding-bottom: .5em;
  }

  .title-home {
    flex-flow: column;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 2.5em;
    margin-top: 8.6em;
    padding: 0 1em;
  }

  .vid-gallery-row {
    width: 100%;
  }

  .transfer-grid {
    grid-template-columns: .75fr .75fr .75fr;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . Area";
  }

  .ranking_3, .foothill1_llink, .class2_txt {
    width: 100%;
  }

  .logo-cover {
    margin-top: -4em;
  }

  .logo-cover-inquiry {
    margin-top: -6em;
  }

  .shadow-overlay.subscribe-home {
    overflow: auto;
  }

  .shadow-overlay.play-welcome, .shadow-overlay.play-welcome.sl {
    display: none;
  }

  .translation-li {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .n_translate-dd {
    width: 12em;
  }

  .translations-btn {
    width: 100%;
  }

  .n_translate_wrapper {
    margin-left: 2em;
  }
}

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

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

  .section.apply_header {
    flex: none;
    height: 19.8em;
    margin-top: 7.9em;
  }

  .section.why_hero {
    margin-top: 7.4em;
  }

  .section.why_3 {
    background-color: var(--deepblue);
  }

  .section.transfer_hero {
    padding-top: 9.4em;
  }

  .section.transfer_2 {
    background-color: var(--deepblue);
    padding-bottom: 3.2em;
  }

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

  .section.fh_3 {
    padding-top: 4.6em;
  }

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

  .section.ss_hero {
    padding-top: 6.2em;
  }

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

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

  .section.tuition_hero {
    padding-top: 9.4em;
  }

  .section.opportunities_hero {
    height: 18.6em;
    margin-top: 6.8em;
  }

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

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

  .main {
    background-color: var(--transparent);
  }

  .main.home, .main.home-bg {
    background-color: var(--deepblue);
  }

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

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

  .img_contain {
    width: auto;
  }

  .img_contain.tuition-ico {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_list {
    margin-top: 1em;
  }

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

  .my-container.home-subscribe {
    background-color: #0000;
    width: 100%;
    height: 81%;
  }

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

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

  .img_cover.ss-hero {
    object-position: 100% 100%;
  }

  .img_cover.apply_hero {
    flex: none;
    height: auto;
  }

  .img_cover.activities3, .img_cover.activities4 {
    object-position: 50% 0%;
  }

  .img_cover.from-right {
    object-position: 22% 50%;
  }

  .lang_menu {
    opacity: 0;
    justify-content: flex-start;
    width: 53%;
    padding-right: .5em;
    line-height: 1.2;
  }

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

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

  .footer_wrapper {
    height: 3em;
    bottom: 0;
  }

  .modal-component.play-welcome.campus.video-container.sm {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }

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

  .button.modal-open_btn2.subscribe {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }

  .button.modal-open_btn2.subscribe-home {
    align-items: center;
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
    display: flex;
    bottom: 0;
  }

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

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

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

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

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

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

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

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

  .modal-close_btn {
    top: 12%;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
  }

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

  .navbar {
    padding: 0;
  }

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

  .nav_link-2 {
    font-family: Heebo Variablefont Wght, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .ql_menu {
    width: 50%;
  }

  .nav_logo {
    width: 61%;
  }

  .hero {
    height: 20.8em;
  }

  .hero.video.state {
    height: 55vh;
  }

  .fhda_h1 {
    text-align: center;
    font-size: 2.3em;
  }

  .fhda_h1.centered, .fhda_h1.centered.blue {
    font-size: 2em;
  }

  .fhda_h1.centered.state {
    font-size: 2.4em;
  }

  .fhda_h1.white.centered {
    font-size: 2.2em;
  }

  .fhda_h1.orange {
    font-size: 2.1em;
  }

  .fhda_h1.orange.centered {
    text-align: center;
  }

  .fhda_h1.bluue {
    text-align: left;
    font-size: 2.1em;
  }

  .fhda_h1.welcome {
    text-align: center;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.1;
  }

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

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

  .smc_p.map-intro.lg {
    font-size: 1.1em;
  }

  .smc_h2 {
    font-size: 2.1em;
  }

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

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

  .dp_h3 {
    line-height: 1.2;
  }

  .bg.home, .bg.home-video {
    height: 65vh;
    margin-top: 7.5em;
  }

  .overlay-title.state {
    justify-content: center;
    padding-top: 0;
    top: 0;
    bottom: 0;
  }

  ._2em {
    font-size: 1.4em;
  }

  .steps-right {
    width: 100%;
  }

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

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

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

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

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

  .brand {
    margin-top: .25em;
    margin-left: 1em;
  }

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

  .down_btn {
    margin-top: -.8em;
  }

  .why-fact_block-v {
    width: 80%;
    height: 100%;
    margin-bottom: 2em;
  }

  .content-center.state-callout {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .content-center.opp2 {
    margin-top: -1.8em;
  }

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

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

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

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

  .cali-intro-txt, .map-list, .scroll-content, .map-steps-left {
    width: 100%;
  }

  .content_center.admissions2, .content_center.admissions3 {
    margin-top: 2em;
  }

  .content_center.admissions4 {
    width: 95%;
  }

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

  .content_center.why1 {
    margin-top: 2.8em;
  }

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

  .content_center.transfer2 {
    width: 90%;
    padding: .5em;
  }

  .content_center.schools {
    width: 85%;
    margin-top: -1.2em;
  }

  .content_center.fh2 {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    width: 85%;
    margin-top: -1.5em;
    margin-bottom: 2em;
  }

  .content_center.fh2.da {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .content_center.fh3 {
    width: 75%;
  }

  .content_center.class2 {
    margin-top: 1.4em;
  }

  .content_center.academics2 {
    margin-top: -3.8em;
    padding: .5em;
  }

  .content_center.ss_content {
    width: 80%;
  }

  .content_center.social_txt {
    width: 135%;
  }

  .content_center.address_row {
    flex-direction: column;
    width: 80%;
  }

  .content_center.tuition_header {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .content_center.tuition-chart {
    width: 90%;
    padding: .5em;
  }

  .content_center.whyn2 {
    padding: .5em;
  }

  .content_center.fh_360 {
    width: 80%;
  }

  .content_center.info-header {
    margin-top: -.2em;
  }

  .content_center.newclass3 {
    margin-top: -3.8em;
    padding: .5em;
  }

  .una_h1 {
    font-size: 2.2em;
  }

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

  .hero-3 {
    width: 100%;
    height: auto;
    margin-top: 7.3em;
  }

  .campus3_l {
    flex-direction: column;
  }

  .admissions_block {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 100%;
    margin-right: auto;
  }

  .cover-video {
    height: 100%;
  }

  .f_p.intro.right.blue-bold.blk {
    font-size: .9em;
  }

  .f_p.intro.blue-bold.blk {
    font-size: 1em;
  }

  .f_p.intro.sm-centered {
    text-align: center;
  }

  .f_p.blue-bold {
    font-size: .8em;
    font-weight: 600;
  }

  .graphic_txt {
    width: 100%;
  }

  .why_block.l {
    height: 19em;
  }

  .transfer_title {
    width: 100%;
  }

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

  .f_list.social-line {
    padding-left: 1em;
  }

  .f_list.apply-social {
    grid-column-gap: 3.6em;
    grid-row-gap: 3.6em;
    flex-direction: column;
    display: flex;
  }

  .f_link {
    font-size: .9em;
  }

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

  .activities_row {
    flex-direction: column;
  }

  .activities_img {
    width: 100%;
    height: 22.6em;
  }

  .activities_img.btm {
    height: 22.6em;
  }

  .ss_title {
    margin-top: 0;
  }

  .apply_title {
    margin-top: -.8em;
  }

  .social_col {
    justify-content: space-around;
  }

  .address_wrap, .address_wrap.l {
    width: 100%;
    padding-left: 2em;
  }

  .chart-inside {
    padding: 1em;
  }

  .chart-title {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .test_txt {
    width: 90%;
  }

  .profile {
    width: 80%;
  }

  .turbinado {
    font-size: 2em;
  }

  .turbinado.transfer {
    font-size: 1.8em;
    line-height: 1;
  }

  .turbinado.gallery {
    text-align: center;
  }

  .turbinado.white {
    font-size: 2em;
  }

  .turbinado.academics {
    font-size: 1.5em;
  }

  .why_header {
    height: 16.5em;
  }

  .white_rnd {
    padding: 3em 1em 1em;
  }

  .white_rnd.academics, .white_rnd.classroom2 {
    padding: 2em;
  }

  .fhda_p.intro {
    font-size: 1.3em;
  }

  .fhda_p.intro.normal {
    font-size: 1.1em;
  }

  .fhda_p.graphc.sm-centered {
    text-align: center;
  }

  .fhda_p._22, .fhda_p._22.centered {
    font-size: 1.1em;
  }

  .fhda_p._22.sm-centered {
    text-align: center;
    font-size: 1.1em;
  }

  .graphic_section.blue, .graphic_section.green, .graphic_section.ylw {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .graphic_img {
    justify-content: center;
    width: 27%;
    display: flex;
  }

  .graphic_img._3 {
    width: 44%;
  }

  .fhda_h2.white._360 {
    font-size: 2em;
  }

  .fhda_h2.sm-centered {
    text-align: center;
  }

  .graphic_transfer {
    flex-direction: column;
  }

  .graphic_trans-img, .graph-trans_txt {
    width: 100%;
  }

  .btm_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .transfer2_1 {
    border-left-width: 16px;
  }

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

  .transfer3_title {
    border-left-width: 16px;
  }

  .logo_img, .logo_img.da {
    width: 42%;
  }

  .school_txt {
    padding-left: 2em;
  }

  .fh_hero {
    height: 14.5em;
  }

  .fh_ranking {
    flex-direction: column;
  }

  .ranking_l {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .ranking_r {
    width: 100%;
  }

  ._360-title {
    border-left-width: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._360-title.fh {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._360_img {
    width: 7.5em;
  }

  ._360-fh {
    height: 13.5em;
  }

  .state_img {
    width: 70%;
  }

  ._360-gallery {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

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

  .img_cover-2.la {
    border-style: solid;
    box-shadow: 0 2px 5px #0003;
  }

  .video_title {
    text-align: left;
    font-size: .9em;
  }

  .vid-thumb {
    width: 100%;
  }

  .video-embed {
    height: 100%;
    display: flex;
  }

  .video_header {
    text-align: left;
    font-size: 1.3em;
  }

  .video_fine {
    text-align: left;
  }

  .academics_title {
    border-left-width: 16px;
  }

  .tution_icon {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tution-chart_title {
    width: 100%;
  }

  .scroll-down {
    bottom: 9.7em;
  }

  .info-img {
    height: 9.1em;
  }

  .title-home {
    width: 100%;
    height: 2.3em;
    margin-top: 9em;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .vid-gallery-row {
    flex-direction: column;
  }

  .ranking_3 {
    width: 100%;
  }

  .logo-cover {
    margin-top: -4em;
  }

  .logo-cover-inquiry {
    margin-top: -6em;
  }

  .shadow-overlay.subscribe-home {
    display: none;
  }

  .shadow-overlay.play-welcome {
    display: none;
    overflow: auto;
  }

  .shadow-overlay.play-welcome.sl {
    display: none;
  }

  .translations-btn {
    width: 9em;
  }
}

#w-node-f134d957-7b23-5756-5821-0a95433f1dbc-79f91ff1, #w-node-_14bed4c9-15b1-ea55-55e9-dca5321b4abf-321b4ab1, #w-node-a0772cc0-146d-3cb3-285b-08bfc3114e22-79f92075, #w-node-_96c5a390-e79b-c849-5318-d43edd14a97e-79f92075, #w-node-f75f7ffe-9c69-ad11-1473-0487ee1ada9d-79f92075, #w-node-b1ea276f-0142-00f5-2bbb-6b5c710125be-79f92075 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8d641dd2-ff70-dbe2-7cff-6a83610bee75-79f9207b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_65168c31-6071-4e78-9143-7693ba77261e-79f9207b, #w-node-_82d6a9c3-7ccb-047e-8147-ec4275b88189-79f9207b, #w-node-_7628efd5-e3c0-af74-ecd1-d9218d504888-79f9207b, #w-node-_40a93c0a-0ef5-0ca4-03b2-f8817d89cb80-79f9207b, #w-node-_921e8149-2ba2-390a-8b28-19f28c4553bf-79f9207b, #w-node-b4d607e9-ee6e-532e-f129-a6aaf3cd926a-79f9207b, #w-node-_696090cc-557c-d020-fe28-079dd4cd4ac7-79f9207b, #w-node-_6a6e63c8-9bf3-fe17-69a5-b0575634d02b-79f9207b, #w-node-a5903c48-836c-43c0-c1a3-bb236762c78a-79f9207b, #w-node-_1307373c-e390-8253-ca35-12524d483475-79f9207b, #w-node-_18d94eb2-0863-9430-10ff-d916a6e54a98-79f9207b, #w-node-b59fa07e-b64e-40f2-d16c-2ec34463c87f-79f9207b, #w-node-_3ceed340-b95e-5761-6c5d-ffa79ce4c9ae-79f9207b, #w-node-_5dd564e2-48e5-9d1c-8547-45f6d88ad00b-79f9207b, #w-node-_945d3151-86d3-fdf1-5471-08a5e1de3b3d-79f9207b, #w-node-cfc535dd-0218-b25c-e147-abe0b05c970f-79f9207b, #w-node-e690c681-6335-979c-b85d-153d10c17113-79f9207b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Heebo Variablefont Wght';
  src: url('../fonts/Heebo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo Variablefont Wght';
  src: url('../fonts/Heebo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}