:root {
  --csi-gray: #454e5b;
  --csi-blue: #1368d2;
  --white: white;
  --blk: black;
  --light-blue: #8ac2eb;
}

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

.lookbook-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p {
  color: var(--csi-gray);
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.p.content-titles {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.p.contents {
  color: #fff;
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
}

.p.contact-title {
  color: var(--csi-blue);
  font-size: 2.5em;
  font-weight: 700;
}

.p.safari {
  color: var(--white);
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.p.contact-txt {
  text-align: center;
}

.p.location-intro {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.p.white {
  color: #fff;
  text-align: left;
}

.p.white.centered {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.p.footer-txt {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.p.centered {
  text-align: center;
  font-size: 1.2rem;
}

.p.centered.location-title {
  color: var(--csi-blue);
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}

.p.why-num {
  color: var(--white);
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p.why-num.round-icon {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  display: flex;
}

.p.why-num.mentor {
  text-align: center;
  font-size: 2em;
}

.p.stat_txt {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.p.bold-blue {
  color: var(--csi-blue);
  font-size: 1.3rem;
  font-weight: 600;
}

.p.ac-num {
  color: var(--white);
  text-align: left;
  text-shadow: 0 1px 1px #000000a3;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.p.ac-text {
  color: var(--white);
  text-shadow: 0 1px 1px #00000082;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
}

.p.testimonial {
  color: var(--csi-gray);
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
}

.p.testimonial.white {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.p.testimonial-name {
  color: var(--csi-gray);
  font-size: 1.3rem;
  font-weight: 600;
}

.p.testimonial-name.white {
  color: var(--white);
}

.p.subtitle {
  color: var(--csi-blue);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.p.grid {
  font-size: 1rem;
}

.p.grid-text {
  margin-bottom: 0;
  font-size: 1rem;
}

.p.grid-text.italic {
  font-style: italic;
}

.p.scholarship-cta-p {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.p.cta-programs {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.p.list {
  font-size: 1rem;
}

.p.list-txt {
  margin-bottom: .5em;
  font-size: 1rem;
}

.p.cta-eli {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.apply-now_wrapper {
  pointer-events: auto;
}

.nav {
  pointer-events: none;
}

.icon-line {
  background-color: #fff;
  width: 100%;
  height: .2em;
}

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

.nav-dropdown {
  z-index: 8;
  background-color: var(--csi-blue);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  padding: 6em 5em 8em 6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-txt {
  z-index: 4;
  pointer-events: auto;
  color: #002f6c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigaton {
  z-index: 9998;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: none;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_icon {
  z-index: 4;
  pointer-events: auto;
  flex: none;
  width: 1.9em;
  height: auto;
  position: relative;
}

.hamburger {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img_cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

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

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

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

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

.contents-img {
  max-width: none;
  height: 9em;
}

.button {
  background-color: var(--csi-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3em;
  font-size: 1rem;
  font-weight: 700;
}

.button:hover {
  background-color: var(--csi-gray);
}

.button.apply {
  color: var(--blk);
  background-color: #ffb518;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button.apply:hover {
  background-color: var(--csi-blue);
  color: var(--white);
}

.button.translate {
  justify-content: center;
  align-items: center;
  width: 14em;
  display: flex;
}

.button.download {
  background-color: var(--csi-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button.left:hover {
  background-color: var(--csi-gray);
}

.nav-icon-wrapper {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--csi-blue);
  border-radius: 2em;
  padding: .25em 1em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.nav-icon-wrapper:hover {
  background-color: var(--csi-gray);
  box-shadow: 0 2px 5px #0003;
}

.contents_blk {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.nav_contents {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 89%;
  max-width: 1200px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

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

.modal-container {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 60vh;
  max-height: 60vh;
  margin: 10em auto auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-container.translate {
  width: 30%;
  margin-top: 14em;
}

.modal-component.disabled {
  display: none;
}

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

.safari-hint {
  background-color: var(--csi-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding: 1em;
  display: flex;
}

.safari-step {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

.step-number {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--csi-blue);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 33px;
}

.h3.download {
  color: var(--csi-blue);
  font-size: 1.9em;
}

.h3.white {
  color: var(--white);
  text-shadow: 0 1px 2px #000000c9;
}

.h3.white.academics {
  font-size: 3.2rem;
}

.h3.white.housing {
  color: var(--csi-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 3.2rem;
  line-height: 1.2;
}

.h3.white.campus {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
}

.h3.bodoni {
  font-family: bodoni-pt-variable, sans-serif;
}

.h3.scholarships {
  font-size: 3.2rem;
}

.h3.meet {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.programs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4em;
  line-height: 1.2;
}

.safari-steps {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.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;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-wrapper._3, .modal-wrapper._2 {
  display: none;
}

.modal-wrapper._4 {
  width: 100vw;
  min-height: 100vh;
  display: none;
  inset: 0%;
  overflow: clip;
}

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

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.contact-form-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-top: 1em;
  display: flex;
}

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

.img-contain.logo-zoom {
  width: 60%;
}

.add-img {
  border-radius: 10px;
  width: auto;
  overflow: hidden;
}

.tabs-panel {
  z-index: 9999;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8em;
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.share-icon {
  border-radius: 10px;
  width: 3em;
  overflow: hidden;
}

.download-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-2 {
  background-color: var(--csi-blue);
  color: #fff;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  background-color: var(--csi-gray);
  color: #fff;
}

.button-2.modal-open_btn {
  background-color: var(--csi-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  font-weight: 800;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2.modal-open_btn:hover {
  background-color: var(--csi-gray);
  color: #fff;
}

.button-2.modal-open_btn.tour {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  font-size: 1.2em;
}

.section7-scroll-wrapper {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 5;
  pointer-events: auto;
  background-color: #e6e6e6;
  flex-flow: column;
  height: 100%;
  margin-top: -2px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.bg-video {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bg-video.round {
  border-radius: 20px;
}

.section7-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.location {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.grid-img {
  width: 100%;
  height: 100%;
}

.location-bg {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section5-contents {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 3px solid var(--white);
  mix-blend-mode: normal;
  background-color: #000000c2;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 4em;
  display: flex;
  position: absolute;
}

.play-pause {
  width: 2.5em;
  height: 2.5em;
}

.location-stationary {
  z-index: 4;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000000bf;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6em;
  padding: 2em 3em 3em;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

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

.location-scroll {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  background-color: #fff0;
  flex-flow: column;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: 10em;
  padding-top: 8em;
  padding-bottom: 14em;
  display: flex;
  position: relative;
}

.section-6 {
  z-index: 3;
  pointer-events: auto;
  background-color: #fff;
  height: auto;
  position: relative;
  overflow: clip;
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
}

.form-embed {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.home_content {
  z-index: 3;
  pointer-events: auto;
  background-color: #fff0;
  background-image: linear-gradient(#00000052, #00000052);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer-link {
  color: #69caf1;
}

.content {
  background-color: #585858;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: clip;
}

.grid-block {
  width: 50%;
}

.grid-block._60 {
  width: 60%;
}

.grid-block._40 {
  width: 40%;
}

.grid-block._3rds {
  width: 50%;
}

.grid-block._3rds.txt2 {
  background-color: var(--csi-gray);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2em;
  display: flex;
}

.grid-block._100 {
  width: 100%;
}

.grid-block.txt {
  background-color: var(--csi-blue);
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.grid-block.txt._1of3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.grid-block.txt._1of3.light {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
}

.grid-block.txt._1of3.gray {
  background-color: var(--csi-gray);
}

.grid-block.img._2of3, .grid-block.img.sports, .grid-block.img._1of2 {
  width: 60%;
}

.h1 {
  color: var(--white);
  text-shadow: 0 1px 10px #000000ad;
  font-family: usual, sans-serif;
  font-size: 2.7em;
  font-weight: 800;
  line-height: 1.3;
}

.h1.centered {
  z-index: 4;
  color: var(--white);
  text-align: center;
  font-size: 2.1em;
  line-height: 1.2;
  position: relative;
}

.h1.centered.caps {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.location-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: usual, sans-serif;
  display: flex;
}

.section5-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-7 {
  z-index: 5;
  background-color: var(--blk);
  pointer-events: auto;
  border-top: 1px solid #25343c;
  flex-flow: column;
  height: 100%;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

.section-1 {
  background-color: #969696;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.section7-txt {
  justify-content: center;
  align-items: center;
  width: 66%;
  display: flex;
}

.location2 {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.location2.disabled {
  display: none;
}

.footer {
  z-index: 4;
  pointer-events: auto;
  background-color: #000;
  width: 100%;
  height: auto;
  padding-bottom: 4em;
  position: relative;
}

.section-content {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 400vh;
  position: relative;
  overflow: hidden;
}

.grid-txt {
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.grid-txt.blk {
  color: var(--blk);
}

.location-blk {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 1em;
  display: flex;
  position: relative;
}

.section5-grid-wrapper {
  z-index: 3;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 14em;
  display: flex;
  position: relative;
  inset: 0%;
}

.h3-2 {
  font-family: usual, sans-serif;
  font-size: 2.3em;
}

.h3-2.white {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
}

.h3-2.white.student-life {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 3.2rem;
}

.h3-2.admissions {
  color: var(--csi-blue);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}

.mask-layer {
  background-color: #53525200;
  width: 100%;
  max-width: 100%;
  height: 250vh;
  overflow: hidden;
}

.location-blk-vid {
  width: 100%;
  height: 25em;
}

.title_txt {
  z-index: 5;
  opacity: 1;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.location-bg-vid {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.grid-base {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-flow: column;
  width: 65%;
  padding: 1em;
  font-size: 16px;
  display: flex;
}

.section7-form {
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section7-header {
  width: 100%;
  height: 32em;
  position: sticky;
  top: 0;
}

.button-3 {
  background-color: var(--csi-blue);
  color: #fff;
  text-align: center;
  border-radius: 3em;
  font-family: usual, sans-serif;
  font-weight: 800;
}

.button-3:hover {
  background-color: var(--csi-gray);
}

.button-3.admissions {
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.home-line1 {
  opacity: 0;
  color: var(--white);
  font-family: usual, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.background-video.fade-in {
  z-index: 2;
  opacity: 0;
}

.logo-wrapper {
  transform-origin: 50% 100%;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.section2-content {
  flex-flow: column;
  flex: none;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section2-title {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
  position: static;
  top: 12vw;
}

.h2 {
  opacity: 1;
  color: var(--csi-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.h2.margin-btm {
  margin-bottom: 1em;
}

.h2.margin-btm.cntr {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  font-size: 3.4rem;
  display: flex;
}

.why-stats {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.why-stat {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 6px none var(--csi-blue);
  background-color: var(--csi-blue);
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14rem;
  min-height: 14rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
  position: sticky;
  top: 10vw;
}

.why-stat.second {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 5px none var(--csi-blue);
  background-color: var(--csi-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 14rem;
  margin-top: 180px;
  padding: 1em;
}

.why-stat.third {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 6px none var(--csi-blue);
  background-color: var(--csi-blue);
  justify-content: center;
  align-items: center;
  height: 14rem;
  min-height: 14rem;
  margin-top: 300px;
  top: 10vw;
}

.why-stat.fourth {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--csi-gray);
  border-left: 1px #000;
  width: 100%;
  min-height: 17em;
  margin-top: 360px;
  display: none;
}

.why-number.round-icon {
  border: 4px solid var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding-bottom: 3px;
  display: flex;
}

.why-label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .8em;
  font-style: italic;
  font-weight: 300;
  line-height: .9;
}

.why-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  align-items: start;
  width: 100%;
  margin-top: 0;
  position: relative;
  top: 0;
}

.why-grid._2 {
  margin-top: 1.5em;
  padding-bottom: 10em;
}

.k-week {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 65%;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.kweek-img {
  width: 100%;
}

.kweek-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.div-block {
  border-radius: 20px;
  width: 100%;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-3 {
  z-index: 5;
  background-color: var(--csi-gray);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 4em 2em 2em;
  position: relative;
  overflow: hidden;
}

.gradient-btm {
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 14em;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-btm.dkblue {
  background-image: linear-gradient(180deg, #fff0, var(--csi-gray));
}

.gradient-btm.cl {
  background-image: linear-gradient(#fff0, #fbfdff);
}

._3-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-vid {
  width: 100%;
  height: 100%;
}

.academics-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: none;
  background-image: linear-gradient(351deg, #00000094 42%, #fff0);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.academics-title {
  pointer-events: auto;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.academics-stats {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.academics-stat {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 14em;
  padding: 1em 2em;
  display: flex;
  position: sticky;
  top: 25vw;
}

.academics-stat.second {
  border-left: 1px dashed #000;
  flex-flow: column;
  min-height: 20em;
  margin-top: 120px;
}

.academics-stat.third {
  border-left: 1px dashed #000;
  min-height: 20em;
  margin-top: 240px;
  top: 25vw;
}

.academics-stat.fourth {
  border-left: 1px dashed #000;
  width: 100%;
  min-height: 20em;
  margin-top: 360px;
}

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

.section3-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105vh;
  display: none;
  position: relative;
}

.section3-btm {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10em;
  padding-bottom: 20em;
  display: flex;
  overflow: visible;
}

.section3b-content {
  flex-flow: column;
  flex: none;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3b-row {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._3b-row.top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._3b-img {
  border: 4px solid #fff;
  width: 50%;
  position: relative;
}

._3b-img._1 {
  z-index: 2;
  width: 61%;
  transform: rotate(-12deg);
  box-shadow: 0 2px 5px #0003;
}

._3b-img._2 {
  z-index: 1;
  width: 57%;
  transform: rotate(15deg);
  box-shadow: 0 2px 5px #0003;
}

._3b-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 75%;
  margin-top: -3em;
  padding: 2em;
  display: flex;
}

.bold-blue {
  color: var(--csi-blue);
  font-weight: 600;
}

.section-4 {
  z-index: 5;
  background-color: #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.section4--scale-in {
  transform-origin: 50% 100%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10em;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.why-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px none var(--light-blue);
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  width: 65%;
  margin-top: 8em;
  margin-bottom: auto;
  padding: 2em;
  display: flex;
}

.why-testimonial._2 {
  background-color: var(--light-blue);
  margin-top: 10em;
}

.section4-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.scholarship_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.scholarship_block.line {
  border: 2px solid var(--csi-blue);
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.scholarship-grid-wrapper {
  width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.grid-cell {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: .5em;
  display: flex;
}

.scholarship-cta {
  width: 100%;
  height: 45em;
  margin-top: 8em;
  position: relative;
}

.scholarship-cta-content {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scholarship-cta-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 4em;
  display: flex;
}

.section-housing {
  z-index: 5;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: -10em;
  display: none;
  position: relative;
  box-shadow: 0 2px 12px 14px #0003;
}

.page-animate {
  z-index: 66;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.scholarship-btn {
  background-color: var(--csi-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3em;
  font-size: 1rem;
  font-weight: 700;
}

.scholarship-btn:hover {
  background-color: var(--csi-gray);
}

.scholarship-btn.apply {
  color: var(--csi-blue);
  background-color: #fff;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: usual, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.scholarship-btn.apply:hover {
  background-color: var(--csi-blue);
  color: var(--white);
}

.scholarship-btn.translate {
  justify-content: center;
  align-items: center;
  width: 14em;
  display: flex;
}

.scholarship-btn.download {
  color: #333;
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-line {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px none var(--white);
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.housing-content-center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10em;
  display: flex;
}

.heading-img-wrapper {
  background-color: #fff;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.housing-title {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.housing-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.housing2-btm {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.housing-img2 {
  flex: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  overflow: hidden;
}

.housing2b-txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.housing-cta {
  z-index: 4;
  flex: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.housing-cta-content {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.housing-cta-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 4em;
  display: flex;
}

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

.housing-btn {
  border: 2px solid var(--white);
  color: var(--blk);
  text-align: center;
  cursor: pointer;
  background-color: #ffb518;
  border-radius: 3em;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 1.1rem;
  font-weight: 700;
}

.housing-btn:hover {
  background-color: var(--csi-gray);
  color: var(--white);
}

.housing-btn.apply {
  color: var(--csi-blue);
  background-color: #fff;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: usual, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.housing-btn.apply:hover {
  background-color: var(--csi-blue);
  color: var(--white);
}

.housing-btn.translate {
  justify-content: center;
  align-items: center;
  width: 14em;
  display: flex;
}

.housing-btn.download {
  color: #333;
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.housing-btn.left {
  color: var(--blk);
  text-align: center;
}

.housing-btn.left:hover {
  color: var(--white);
}

.housing-btn.nyc {
  padding-left: 20px;
  padding-right: 20px;
}

.housing-btn.admissions {
  width: 50%;
}

.housing-btn.tour {
  color: var(--blk);
}

.housing-btn.tour:hover {
  color: var(--white);
}

.sl-bg-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.sl-bg-img.kw {
  object-position: 50% 100%;
}

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

.gradient-top.dkblue {
  background-image: none;
}

.gradient-top.blk {
  background-image: linear-gradient(180deg, var(--blk), #0000);
}

.testimonial-section {
  z-index: 5;
  background-color: var(--csi-gray);
  width: 100%;
  height: auto;
  position: relative;
}

.testimonial-content {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5em;
  display: flex;
}

.link, .link-2, .link-3, .link-4, .link-5, .bold-text, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: var(--csi-blue);
}

.form-filler {
  text-align: center;
  padding-top: 1em;
  font-size: 18px;
  line-height: 23px;
}

.body {
  max-width: 100vw;
  overflow: visible;
}

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

.columns-scholarships {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.amount {
  font-size: 1.2rem;
}

.cuny {
  font-size: 2rem;
  display: block;
}

.line2 {
  font-size: 2.5rem;
}

.line1 {
  font-size: 4.1rem;
}

.bold-text-2 {
  color: var(--white);
  display: block;
}

.why-vid-2 {
  width: 100%;
  height: 100%;
}

.tour-embed {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: -3em;
  padding: 2em;
  display: flex;
}

.campus-btm {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 65%;
  padding: 2em;
  display: flex;
}

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

.tour-section {
  z-index: 4;
  width: 100%;
  height: 70vh;
  display: none;
  position: relative;
}

.tour-bg {
  width: 100%;
  height: 100%;
}

.tour-prompt {
  background-image: linear-gradient(#0000001c, #0000001c);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.tour-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffffbd;
  flex-flow: column;
  align-items: flex-start;
  width: 65%;
  padding: 2em;
  display: flex;
}

.why-img {
  z-index: 4;
  border-radius: 20px;
  width: 100%;
  height: 35em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.gray {
  color: var(--csi-gray);
}

.section-programs {
  z-index: 5;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 0 2px 12px 14px #0003;
}

.blank-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.grid-txt-body {
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.grid-txt-body.blk {
  color: var(--blk);
}

.cta {
  z-index: 4;
  flex: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.cta-content {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.title {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10em;
  display: flex;
}

.content-wrapper.programs {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  align-items: stretch;
  width: 70%;
  height: 100%;
  margin-top: 6em;
}

.content-wrapper.campus-housing {
  margin-top: 6em;
}

.content-wrapper.eli {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  align-items: stretch;
  width: 70%;
  height: 100%;
  margin-top: 6em;
}

.cta-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 4em;
  display: flex;
}

.cta-txt.programs {
  margin-bottom: 15em;
}

.cta-txt.campus-housing {
  margin-bottom: 20em;
}

.cta-txt.eli {
  margin-bottom: 15em;
}

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

.content-btm {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.programs-left {
  width: 50%;
  height: 100%;
}

.programs-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  padding: 0 2em;
  display: flex;
}

.programs-border {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 5px solid var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 2em 2em 2em 2.5em;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 10px;
}

.bold-text-3, .bold-text-4 {
  font-size: 1.3rem;
  line-height: 1;
}

.button-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1368d2;
  border-radius: 3em;
  font-size: 1rem;
  font-weight: 700;
}

.button-4:hover {
  background-color: #454e5b;
}

.h3-3 {
  color: #1368d2;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 33px;
}

.h3-3.programs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4em;
}

.programs-border-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px solid #8ac2eb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 3em;
  display: flex;
}

.housing-btn-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1368d2;
  border-radius: 3em;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 1rem;
  font-weight: 700;
}

.housing-btn-2:hover {
  background-color: #454e5b;
}

.p-2 {
  color: #454e5b;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.p-2.subtitle {
  color: #1368d2;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.p-2.list-txt {
  margin-bottom: .5em;
  font-size: 1rem;
}

.p-2.cta-programs {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.section-campus-housing {
  z-index: 5;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 0 2px 12px 14px #0003;
}

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

.campus-housing-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: 4em;
  padding: 0;
  display: flex;
}

.intro {
  color: var(--csi-blue);
  font-weight: 700;
}

.intro.eli {
  font-size: 1.5rem;
}

.h4 {
  color: var(--csi-blue);
  font-size: 1.3rem;
  font-weight: 700;
}

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

.housing-gallery-block {
  width: 50%;
}

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

.section-eli {
  z-index: 5;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 0 2px 12px 14px #0003;
}

.programs-left-copy {
  width: 50%;
  height: 100%;
}

.eli-left {
  width: 100%;
  height: 100%;
}

.eli-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.eli-border {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 5px solid var(--light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
}

.eli-border-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
}

.eli-border-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 1em;
  display: flex;
}

.eli-img {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
}

.eli-subtitle-wrapper {
  margin-bottom: 1em;
}

.apply-bg-video {
  height: 100%;
}

.mask-wrapper {
  z-index: 5;
  background-color: var(--blk);
  position: relative;
}

.testimonial {
  z-index: 4;
  flex: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.bold-text-5 {
  text-align: center;
}

.apply-btns {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  width: 91%;
  display: flex;
}

.corners-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll-prompt {
  z-index: 3;
  background-color: #000000cf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: auto;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.scroll-txt {
  color: #fff;
  margin-bottom: 0;
}

.lookbook-wrapper-copy {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.nav-copy {
  pointer-events: none;
}

.content-copy {
  background-color: #585858;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: clip;
}

.section-1-copy {
  background-color: #969696;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.scroll-prompt-copy {
  z-index: 3;
  background-color: #000000cf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: auto;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.mask-layer-copy {
  background-color: #53525200;
  width: 100%;
  max-width: 100%;
  height: 250vh;
  overflow: hidden;
}

.section-content-copy {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 400vh;
  position: relative;
  overflow: hidden;
}

.home_content-copy {
  z-index: 3;
  pointer-events: auto;
  background-color: #fff0;
  background-image: linear-gradient(#00000052, #00000052);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.logo-wrapper-copy {
  transform-origin: 50% 100%;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.title_txt-copy {
  z-index: 5;
  opacity: 1;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.title_txt-copy.gsap-hide {
  position: static;
}

.h1-copy {
  color: var(--white);
  text-shadow: 0 1px 10px #000000ad;
  font-family: usual, sans-serif;
  font-size: 2.7em;
  font-weight: 800;
  line-height: 1.3;
}

.h1-copy.centered {
  z-index: 4;
  color: var(--white);
  text-align: center;
  font-size: 2.1em;
  line-height: 1.2;
  position: relative;
}

.h1-copy.centered.caps {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.section-2-copy {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-campus-housing-copy, .section-programs-copy, .section-eli-copy {
  z-index: 5;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0000;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 0 2px 12px 14px #0003;
}

.section-5-copy {
  z-index: 5;
  pointer-events: auto;
  background-color: #e6e6e6;
  flex-flow: column;
  height: 100%;
  margin-top: -2px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-6-copy {
  z-index: 3;
  pointer-events: auto;
  background-color: #fff;
  height: auto;
  position: relative;
  overflow: clip;
}

.section-7-copy {
  z-index: 5;
  background-color: var(--blk);
  pointer-events: auto;
  border-top: 1px solid #25343c;
  flex-flow: column;
  height: 100%;
  padding-bottom: 14em;
  display: flex;
  position: relative;
  top: 0;
}

.why-img-copy {
  z-index: 4;
  border-radius: 20px;
  width: 100%;
  height: 35em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.why-stat-copy.second {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 5px none var(--csi-blue);
  background-color: var(--csi-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 14rem;
  margin-top: 180px;
  padding: 1em;
  position: static;
}

.why-stat-copy.third {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 6px none var(--csi-blue);
  background-color: var(--csi-blue);
  justify-content: center;
  align-items: center;
  height: 14rem;
  min-height: 14rem;
  margin-top: 300px;
  position: static;
  top: 10vw;
}

.why-stat-copy.fourth {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--csi-gray);
  border-left: 1px #000;
  width: 100%;
  min-height: 17em;
  margin-top: 360px;
  display: none;
  position: static;
}

.why-stat-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 6px none var(--csi-blue);
  background-color: var(--csi-blue);
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14rem;
  min-height: 14rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
  position: static;
  top: 10vw;
}

.why-stat-copy.second {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 5px none var(--csi-blue);
  background-color: var(--csi-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 14rem;
  margin-top: 180px;
  padding: 1em;
}

.why-stat-copy.third {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 6px none var(--csi-blue);
  background-color: var(--csi-blue);
  justify-content: center;
  align-items: center;
  height: 14rem;
  min-height: 14rem;
  margin-top: 300px;
  top: 10vw;
}

.why-stat-copy.fourth {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--csi-gray);
  border-left: 1px #000;
  width: 100%;
  min-height: 17em;
  margin-top: 360px;
  display: none;
}

.why-testimonial-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 5px none var(--light-blue);
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  width: 65%;
  margin-top: 8em;
  margin-bottom: auto;
  padding: 2em;
  display: flex;
}

.why-testimonial-copy._2 {
  background-color: var(--light-blue);
  margin-top: 10em;
}

.page-animate-copy {
  z-index: 66;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 66;
  z-index: 66;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.sl-bg-img-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.sl-bg-img-copy.kw {
  object-position: 50% 100%;
}

.cta-txt-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 4em;
  display: flex;
}

.cta-txt-copy.programs {
  margin-bottom: 15em;
}

.cta-txt-copy.campus-housing {
  margin-bottom: 20em;
}

.cta-txt-copy.eli {
  margin-bottom: 15em;
}

.h2-copy {
  opacity: 1;
  color: var(--csi-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.h2-copy.margin-btm {
  margin-bottom: 1em;
}

.h2-copy.margin-btm.cntr {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  font-size: 3.4rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .p {
    font-size: 1.1rem;
  }

  .p.contact-title {
    font-size: 2em;
  }

  .p.why-num, .p.ac-num {
    font-size: 3.4em;
  }

  .p.ac-text {
    font-size: 1em;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 2em;
    display: flex;
  }

  .nav_contents {
    margin-top: 4em;
  }

  .modal-container {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 25%;
  }

  .modal-wrapper, .modal-wrapper._3, .modal-wrapper._4 {
    display: none;
  }

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

  .tabs-panel {
    margin-bottom: 2em;
  }

  .section7-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section5-contents {
    width: 70%;
  }

  .play-pause {
    width: 2.5em;
    height: 2.5em;
    inset: 2em 2em auto auto;
  }

  .location-stationary {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .grid-row-3rds {
    flex-flow: column;
  }

  .location-scroll {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    width: 70%;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home_content {
    padding-left: 0;
  }

  .grid-block, .grid-block._60, .grid-block._40, .grid-block._3rds, .grid-block._3rds.txt2, .grid-block.txt, .grid-block.txt._1of3, .grid-block.txt._1of3.light, .grid-block.img._2of3, .grid-block.img.sports, .grid-block.img._1of2 {
    width: 100%;
  }

  .location-blk {
    pointer-events: auto;
  }

  .h3-2.white.student-life {
    text-align: center;
    line-height: 1.2;
  }

  .title_txt {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-row {
    flex-flow: column;
  }

  .grid-base {
    width: 70%;
  }

  .logo-wrapper {
    width: 90%;
  }

  .section-2 {
    height: auto;
    padding-top: 0;
  }

  .section2-content {
    width: 80%;
  }

  .why-stat {
    width: 70%;
    min-height: 21.8em;
    margin-top: 100px;
  }

  .why-stat.second {
    min-width: 70%;
    min-height: 21.8em;
    top: 24vw;
  }

  .why-stat.third {
    min-height: 21.8em;
    margin-top: 180px;
    top: 24vw;
  }

  .why-stat.fourth {
    margin-top: 0;
  }

  .why-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .why-grid._2 {
    margin-top: 0;
  }

  .k-week {
    width: 60%;
    margin-top: 10em;
  }

  .div-block {
    height: 18em;
  }

  .academics-stat {
    min-height: 17.5em;
  }

  .academics-stat.second {
    min-height: 21.8em;
  }

  .academics-stat.third {
    min-height: 21.8em;
    top: 24vw;
  }

  .section3b-content {
    width: 60%;
  }

  ._3b-img._1 {
    width: 86%;
    margin-right: -2em;
  }

  ._3b-img._2 {
    width: 80%;
    margin-left: -2em;
  }

  ._3b-text {
    width: 100%;
  }

  .section4--scale-in {
    padding-top: 4em;
  }

  .why-testimonial {
    width: 65%;
    margin-top: 10em;
  }

  .why-testimonial._2 {
    width: 70%;
    margin-top: 8em;
  }

  .section4-content {
    width: 80%;
  }

  .scholarship-cta-txt {
    width: 60%;
  }

  .housing-2 {
    width: 100%;
  }

  .housing-cta-txt {
    width: 60%;
  }

  .tour-btns {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .housing-btn {
    width: 50%;
  }

  .columns-scholarships {
    grid-column-gap: 2.9em;
    grid-row-gap: 2.9em;
  }

  .cuny {
    font-size: 1.8rem;
  }

  .line2 {
    font-size: 2.3rem;
  }

  .line1 {
    font-size: 4.6rem;
  }

  .tour-embed, .content-2 {
    width: 100%;
  }

  .content-wrapper.programs, .content-wrapper.eli {
    flex-flow: column;
  }

  .cta-txt {
    width: 60%;
  }

  .btns-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .programs-left, .programs-right {
    width: 100%;
  }

  .h3-3.programs {
    line-height: 1.1;
  }

  .housing-btn-2 {
    width: 50%;
  }

  .p-2 {
    font-size: 1.1rem;
  }

  .eli-border {
    justify-content: flex-start;
    align-items: stretch;
  }

  .eli-border-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_content-copy {
    padding-left: 0;
  }

  .logo-wrapper-copy {
    width: 90%;
  }

  .title_txt-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2-copy {
    height: auto;
    padding-top: 0;
  }

  .why-stat-copy {
    width: 70%;
    min-height: 21.8em;
    margin-top: 100px;
  }

  .why-stat-copy.second {
    min-width: 70%;
    min-height: 21.8em;
    top: 24vw;
  }

  .why-stat-copy.third {
    min-height: 21.8em;
    margin-top: 180px;
    top: 24vw;
  }

  .why-stat-copy.fourth {
    margin-top: 0;
  }

  .why-testimonial-copy {
    width: 65%;
    margin-top: 10em;
  }

  .why-testimonial-copy._2 {
    width: 70%;
    margin-top: 8em;
  }

  .cta-txt-copy {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .p.contents {
    font-size: 1.1em;
  }

  .p.white.centered, .p.centered {
    font-size: 1.1rem;
  }

  .p.ac-text {
    font-size: 1em;
    font-weight: 600;
  }

  .p.testimonial.white {
    text-align: center;
    height: auto;
    font-size: 1.4rem;
  }

  .p.subtitle {
    line-height: 1.2;
  }

  .p.scholarship-cta-p, .p.cta-programs {
    font-size: 1.6rem;
  }

  .p.cta-eli {
    font-size: 1.2rem;
  }

  .nav-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-row.end {
    margin-top: -1em;
  }

  .nav-dropdown {
    pointer-events: auto;
    margin-top: -100vh;
    padding-left: 2em;
  }

  .nav-txt {
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
    display: flex;
  }

  .navigaton {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .contents-img {
    display: none;
  }

  .button.apply {
    font-size: 1.1em;
  }

  .button.download {
    text-align: center;
  }

  .contents_blk {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .nav_contents {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

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

  .modal-container {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .safari-hint {
    border-radius: 20px;
    padding: 2em;
  }

  .safari-step {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border: 2px solid #fff;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
  }

  .h3 {
    margin-top: 0;
    font-size: 2.1em;
    line-height: 1.1;
  }

  .h3.white.academics, .h3.white.housing, .h3.white.campus {
    font-size: 2.7rem;
  }

  .h3.scholarships {
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 2.7rem;
  }

  .h3.meet {
    font-size: 2.7em;
  }

  .h3.programs {
    font-size: 2.8em;
  }

  .modal-wrapper._3, .modal-wrapper._4 {
    display: none;
  }

  .img-contain.logo-zoom {
    width: 80%;
  }

  .tabs-panel {
    width: 8.4em;
  }

  .button-2 {
    font-size: .9em;
  }

  .button-2.modal-open_btn {
    font-size: 1em;
  }

  .section7-content {
    width: 80%;
  }

  .section5-contents {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 70%;
    padding: 3em;
  }

  .location-stationary {
    width: 65%;
  }

  .location-scroll {
    width: 80%;
    margin-right: auto;
    padding-top: 1em;
  }

  .home_content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .section7-txt {
    width: 80%;
    margin-bottom: 1em;
  }

  .h3-2.white.student-life {
    margin-top: 0;
    font-size: 2.8rem;
  }

  .h3-2.admissions {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .location-blk-vid {
    height: 18em;
  }

  .grid-base, .section7-form {
    width: 80%;
  }

  .section7-header {
    height: 24em;
  }

  .logo-wrapper {
    width: 100%;
  }

  .section-2 {
    background-color: #fff;
    height: auto;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .h2 {
    font-size: 2.7rem;
  }

  .h2.margin-btm.cntr {
    margin-bottom: .5em;
    line-height: 1.3;
  }

  .why-stats {
    margin-top: 4em;
  }

  .why-stat {
    background-color: var(--csi-blue);
    border: 1px #000;
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat.second {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat.third {
    background-color: var(--csi-blue);
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat.fourth {
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    margin-top: 0;
    position: sticky;
    top: 14vw;
  }

  .why-number {
    font-size: 2vw;
  }

  .why-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
    display: flex;
    top: 0;
  }

  .why-grid._2 {
    margin-top: 2em;
  }

  .k-week {
    width: 75%;
  }

  .gradient-btm {
    z-index: 1;
  }

  .academics-stats {
    width: 70%;
  }

  .academics-stat {
    background-color: #0000;
    border: 1px dashed #fff;
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
  }

  .academics-stat.second {
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
  }

  .academics-stat.third {
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    margin-top: 0;
    position: sticky;
  }

  .academics-stat.fourth {
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    margin-top: 0;
    position: sticky;
    top: 14vw;
  }

  .section3-btm {
    padding-bottom: 8em;
  }

  .section3b-content {
    width: 80%;
  }

  ._3b-img._1 {
    width: 84%;
    margin-right: -3.2em;
  }

  ._3b-img._2 {
    width: 82%;
  }

  ._3b-text {
    margin-top: -2.1em;
  }

  .section-4 {
    margin-top: -4.9em;
  }

  .section4--scale-in {
    width: 100%;
    padding-top: 4em;
  }

  .why-testimonial {
    width: 84%;
    margin-top: auto;
    padding: 3em;
  }

  .why-testimonial._2 {
    border-style: none;
    width: 100%;
    margin-top: 4em;
  }

  .scholarship_block.line {
    width: 100%;
  }

  .scholarship-cta-txt {
    width: 80%;
  }

  .page-animate {
    padding-top: 4em;
  }

  .scholarship-btn.apply {
    font-size: 1.1em;
  }

  .scholarship-btn.download {
    text-align: center;
  }

  .housing-content-center {
    width: 80%;
    padding-bottom: 4em;
  }

  .heading-img-wrapper {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .housing2-btm {
    flex-flow: column;
  }

  .housing-img2, .housing2b-txt {
    width: 100%;
  }

  .tour-btns {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
  }

  .housing-btn {
    width: 100%;
  }

  .housing-btn.apply {
    font-size: 1.1em;
  }

  .housing-btn.download {
    text-align: center;
  }

  .housing-btn.admissions {
    width: 100%;
  }

  .housing-btn.campus-life {
    margin-top: 1em;
  }

  .columns-scholarships {
    flex-flow: column;
  }

  .cuny {
    font-size: 1.4rem;
  }

  .line2 {
    font-size: 1.8rem;
    display: block;
  }

  .line1 {
    font-size: 3.6rem;
  }

  .tour-embed {
    margin-top: -2.1em;
  }

  .why-img {
    padding-top: 0;
  }

  .cta {
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .cta-content {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .content-wrapper {
    width: 80%;
    padding-bottom: 4em;
  }

  .content-wrapper.programs {
    flex-flow: column;
    margin-top: 2em;
  }

  .content-wrapper.campus-housing {
    margin-top: 2em;
  }

  .content-wrapper.eli {
    flex-flow: column;
    margin-top: 2em;
  }

  .cta-txt.programs {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt.campus-housing {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt.eli {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .btns-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
  }

  .content-btm {
    flex-flow: column;
  }

  .programs-left {
    width: 100%;
  }

  .programs-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    text-align: center;
  }

  .h3-3 {
    margin-top: 0;
    font-size: 2.1em;
    line-height: 1.1;
  }

  .h3-3.programs {
    text-align: left;
    font-size: 2.8em;
  }

  .housing-btn-2 {
    width: 100%;
  }

  .p-2.subtitle {
    line-height: 1.2;
  }

  .p-2.cta-programs {
    font-size: 1.6rem;
  }

  .housing-gallery-block {
    width: 100%;
  }

  .housing-row {
    flex-flow: column;
  }

  .testimonial {
    height: 70vh;
  }

  .apply-btns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    width: 80%;
  }

  .home_content-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .logo-wrapper-copy {
    width: 100%;
  }

  .section-2-copy {
    background-color: #fff;
    height: auto;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .why-img-copy {
    padding-top: 0;
  }

  .why-stat-copy {
    background-color: var(--csi-blue);
    border: 1px #000;
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat-copy.second {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat-copy.third {
    background-color: var(--csi-blue);
    justify-content: center;
    align-items: center;
    min-height: 17em;
    margin-top: 1em;
    position: sticky;
    top: 25vw;
  }

  .why-stat-copy.fourth {
    justify-content: center;
    align-items: flex-start;
    min-height: 17em;
    margin-top: 0;
    position: sticky;
    top: 14vw;
  }

  .why-testimonial-copy {
    width: 84%;
    margin-top: auto;
    padding: 3em;
  }

  .why-testimonial-copy._2 {
    border-style: none;
    width: 100%;
    margin-top: 4em;
  }

  .page-animate-copy {
    padding-top: 4em;
  }

  .cta-txt-copy.programs {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt-copy.eli, .cta-txt-copy.programs {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt-copy.eli, .cta-txt-copy.programs {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt-copy.campus-housing {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .cta-txt-copy.eli {
    z-index: 2;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .h2-copy {
    font-size: 2.7rem;
  }

  .h2-copy.margin-btm.cntr {
    margin-bottom: .5em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .p {
    font-size: 1rem;
  }

  .p.contents {
    font-size: 1.1em;
  }

  .p.safari {
    text-align: center;
  }

  .p.white.centered {
    font-size: 1.1rem;
  }

  .p.centered {
    font-size: 1rem;
  }

  .p.why-num {
    font-size: 2.4em;
  }

  .p.stat_txt, .p.bold-blue {
    font-size: 1.1rem;
  }

  .p.ac-num {
    font-size: 2.7em;
  }

  .p.testimonial {
    font-size: 1.2rem;
  }

  .p.testimonial.white {
    height: auto;
    font-size: 1.1rem;
  }

  .p.testimonial-name {
    font-size: 1rem;
  }

  .p.subtitle {
    font-size: 1.1rem;
  }

  .p.scholarship-cta-p {
    font-size: 2rem;
    line-height: 1.1;
  }

  .p.cta-programs, .p.cta-eli {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .nav-row.end {
    padding-bottom: 3em;
  }

  .nav-dropdown {
    flex: 0 auto;
    height: 100vh;
    padding-bottom: 8em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .navigaton {
    padding-top: 2em;
    padding-left: 1em;
  }

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

  .button.apply {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .button.download {
    width: 100%;
  }

  .nav-icon-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contents_blk {
    width: 100%;
  }

  .nav_contents {
    padding-bottom: 6em;
  }

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

  .safari-hint {
    margin-top: 1em;
    padding: 1em;
  }

  .safari-step {
    margin-top: 1em;
    padding: 1em .5em;
  }

  .step-number {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-number._1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3 {
    font-size: 1.6em;
    line-height: 1;
  }

  .h3.download {
    text-align: center;
  }

  .h3.white.academics {
    font-size: 2rem;
  }

  .h3.white.housing {
    margin-left: 0;
    padding-left: .5rem;
    font-size: 2rem;
  }

  .h3.white.campus {
    font-size: 2rem;
  }

  .h3.scholarships {
    padding-left: 1rem;
    font-size: 2rem;
  }

  .h3.meet {
    font-size: 2em;
  }

  .h3.programs {
    font-size: 2.8em;
  }

  .modal-wrapper._3, .modal-wrapper._4 {
    display: none;
  }

  .add-img {
    width: 11.5em;
  }

  .tabs-panel {
    width: 7.5em;
    margin-bottom: 3em;
  }

  .download-btns {
    flex-flow: column;
  }

  .button-2 {
    padding: 5px 5px 5px 9px;
    font-size: .9em;
    line-height: 1;
  }

  .button-2.modal-open_btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9em;
    line-height: 1;
  }

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

  .section7-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section5-contents {
    width: 85%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .location-stationary {
    width: 85%;
    padding: 1em 2em 2em;
  }

  .location-scroll {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home_content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-block._3rds.txt2, .grid-block.txt {
    padding: 1em;
  }

  .section7-txt {
    width: 100%;
  }

  .grid-txt {
    font-size: 1.1rem;
  }

  .h3-2.white {
    font-size: 2em;
  }

  .h3-2.white.student-life {
    font-size: 2rem;
  }

  .h3-2.admissions {
    font-size: 2rem;
    line-height: 1.1;
  }

  .location-blk-vid {
    height: 15em;
  }

  .title_txt {
    margin-top: 0;
  }

  .grid-base {
    width: 85%;
  }

  .section7-header {
    height: 20em;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .h2 {
    font-size: 1.9rem;
  }

  .why-stats {
    margin-top: 2em;
  }

  .why-stat {
    width: 80%;
    min-height: 14.6em;
  }

  .why-stat.second {
    width: 80%;
    min-width: 80%;
    min-height: 14.6em;
  }

  .why-stat.third {
    width: 80%;
    min-height: 14.6em;
  }

  .why-stat.fourth {
    min-height: 14.6em;
  }

  .why-number {
    font-size: 4vw;
  }

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

  .k-week {
    width: 90%;
    margin-top: 4em;
  }

  .div-block {
    height: 13.7em;
  }

  .section-3 {
    height: auto;
  }

  .gradient-btm {
    z-index: 1;
  }

  .academics-stat {
    width: 100%;
    min-height: 14.6em;
    position: static;
  }

  .academics-stat.second, .academics-stat.third, .academics-stat.fourth {
    min-height: 14.6em;
  }

  .ac-stat-row {
    flex-flow: column;
  }

  .section3-top {
    height: 148vh;
  }

  .section3-btm {
    margin-top: 5.5em;
    padding-bottom: 4em;
  }

  .section3b-content {
    width: 98%;
  }

  ._3b-row.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._3b-img._1, ._3b-img._2 {
    width: 85%;
  }

  ._3b-text {
    margin-top: 3.9em;
  }

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

  .section4--scale-in {
    width: 100%;
    padding-top: 3em;
  }

  .why-testimonial {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: auto;
    padding: 2em;
  }

  .why-testimonial._2 {
    margin-top: 2em;
  }

  .scholarship-cta {
    height: 100vh;
  }

  .page-animate {
    padding-top: 0;
  }

  .scholarship-btn.apply {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .scholarship-btn.download {
    width: 100%;
  }

  .housing-content-center {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-bottom: 4em;
  }

  .heading-img-wrapper {
    width: 100%;
  }

  .housing-cta {
    height: 100vh;
  }

  .housing-cta-content {
    inset: 0%;
  }

  .housing-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1;
  }

  .housing-btn.apply {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .housing-btn.download {
    width: 100%;
  }

  .housing-btn.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .housing-btn.nyc {
    margin-top: 1em;
  }

  .housing-btn.tour {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-content {
    grid-column-gap: 6.5em;
    grid-row-gap: 6.5em;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .link-5 {
    font-size: 1em;
  }

  .cuny {
    font-size: 1.1rem;
  }

  .line2 {
    font-size: 1.4rem;
  }

  .line1 {
    font-size: 2rem;
    line-height: 1;
  }

  .tour-embed {
    margin-top: 3.9em;
  }

  .grid-txt-body {
    font-size: 1rem;
  }

  .cta {
    height: 70vh;
  }

  .content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-bottom: 4em;
  }

  .content-wrapper.programs, .content-wrapper.eli {
    width: 80%;
  }

  .cta-txt.programs {
    z-index: 2;
    position: relative;
  }

  .cta-txt.campus-housing {
    z-index: 2;
    width: 80%;
    position: relative;
  }

  .cta-txt.eli {
    z-index: 2;
    position: relative;
  }

  .programs-border {
    padding: 1em;
  }

  .h3-3 {
    font-size: 1.6em;
    line-height: 1;
  }

  .h3-3.programs {
    font-size: 2.8em;
  }

  .programs-border-2 {
    padding: 1em;
  }

  .p-2 {
    font-size: 1rem;
  }

  .p-2.subtitle {
    font-size: 1.1rem;
  }

  .p-2.cta-programs {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .campus-housing-left {
    margin-top: 2em;
  }

  .eli-border {
    padding: 1em;
  }

  .testimonial {
    height: 67vh;
    min-height: 0;
  }

  .apply-btns {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .corners-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home_content-copy {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .title_txt-copy {
    margin-top: 0;
  }

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

  .why-stat-copy {
    width: 80%;
    min-height: 14.6em;
  }

  .why-stat-copy.second {
    width: 80%;
    min-width: 80%;
    min-height: 14.6em;
  }

  .why-stat-copy.third {
    width: 80%;
    min-height: 14.6em;
  }

  .why-stat-copy.fourth {
    min-height: 14.6em;
  }

  .why-testimonial-copy {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: auto;
    padding: 2em;
  }

  .why-testimonial-copy._2 {
    margin-top: 2em;
  }

  .page-animate-copy {
    padding-top: 0;
  }

  .cta-txt-copy.programs {
    z-index: 2;
    position: relative;
  }

  .cta-txt-copy.eli, .cta-txt-copy.programs {
    z-index: 2;
    position: relative;
  }

  .cta-txt-copy.eli, .cta-txt-copy.programs {
    z-index: 2;
    position: relative;
  }

  .cta-txt-copy.campus-housing {
    z-index: 2;
    width: 80%;
    position: relative;
  }

  .cta-txt-copy.eli {
    z-index: 2;
    position: relative;
  }

  .h2-copy {
    font-size: 1.9rem;
  }
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-9729a82b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-9729a82b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-9729a82b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca67a-9729a82b, #w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-9729a82b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2d9bfda4-ef02-f909-e4ae-edc772aed8de-9729a82b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca65e-fb0f111d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca66b-fb0f111d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca672-fb0f111d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca67a-fb0f111d, #w-node-_8e8f4e4d-df2a-c5d4-3210-44f086bca6a7-fb0f111d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2d9bfda4-ef02-f909-e4ae-edc772aed8de-fb0f111d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


