@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype"), url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --tan: #ede4d3;
  --red: #ea492c;
  --light-blue: #62c1e1;
  --white: white;
  --black: #000;
  --transparent: #fff0;
  --pink: #f59abb;
  --dark-blue: #002ba8;
  --button-higlight: #f26651;
  --green: #0f804a;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.section {
  min-height: 100svh;
  padding-top: 7vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section.hero {
  min-height: 100svh;
  padding-top: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.coming-soon {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section.testimonials {
  background-color: var(--tan);
  padding: 10vw 10vw 5vw;
}

.section.faqs {
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.footer {
  flex-flow: wrap;
  min-height: 80svh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-con {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-right: 1px none var(--red);
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100%;
  padding: 5vw 7vw 5vw 5vw;
  display: flex;
}

.right-con {
  background-image: url('../images/Hero_Image_Upscale2.avif');
  background-position: 70%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-height: 100%;
  padding-bottom: 2vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--red);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 5vw;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-link {
  width: 6vw;
  display: block;
}

.nav-links-con {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: var(--white);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 5vw;
  display: flex;
}

.big-header {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 1;
}

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

.logo {
  display: block;
  overflow: visible;
}

.nav-link {
  color: var(--black);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  text-decoration: none;
}

.big-body {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.4;
}

.big-body.white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.75vw;
}

.nav-text {
  font-size: 1.2vw;
  transition: all .2s;
}

.nav-text:hover {
  color: var(--red);
}

.body {
  display: block;
}

.nav-midway-con {
  border-right: 1px solid var(--red);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5vw;
  display: flex;
}

.red-arrow-long {
  width: 36px;
  max-width: none;
  display: block;
  position: absolute;
  inset: -70% auto 0%;
  overflow: visible;
}

.red-arrow-con {
  z-index: 100;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 270px;
  display: flex;
  position: absolute;
  top: 90%;
  overflow: hidden;
}

.top-tan {
  background-color: var(--tan);
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 5vw 5vw 3vw;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
}

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

.red-highlight {
  color: var(--red);
}

.section-2 {
  min-height: auto;
  padding: 5vw 0 0;
}

.section-2.hero {
  min-height: 80svh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.thin-red-line {
  background-color: var(--red);
  height: 1px;
  display: block;
}

.mid-tan {
  display: flex;
}

.left-con-2 {
  border-right: 1px solid var(--red);
  background-color: var(--tan);
  width: auto;
  margin-left: 0;
  padding: 3vw 1vw 5vw 5vw;
  display: flex;
  position: relative;
}

.right-con-2 {
  background-color: var(--transparent);
  width: 50%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.red-icon {
  width: 3vw;
}

.sub1 {
  text-transform: capitalize;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.2;
}

.sub1.light-blue {
  color: var(--light-blue);
}

.sub1.light-blue.light {
  font-weight: 300;
}

.sub1.light-pink {
  color: var(--pink);
}

.main-body {
  white-space: normal;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4;
}

.main-body.white {
  color: var(--white);
  font-weight: 300;
}

.main-body.bold {
  font-weight: 700;
}

.main-body.opacity {
  opacity: .5;
}

.goldstein-con {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.goldstein-logo {
  width: 200vw;
}

.medal {
  width: 22vw;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bottom-tan {
  background-color: var(--tan);
  height: 5vw;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 0 5vw;
}

.right-con-1 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border-bottom: 1px none var(--red);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.icon-sub-con {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 2vw;
  display: flex;
}

.tan-con {
  background-color: var(--tan);
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 3vw 5vw 3vw 3vw;
  display: flex;
}

.white-space {
  background-color: var(--white);
  flex: 0 auto;
  width: 5vw;
  min-width: 5vw;
  height: 100%;
}

.small-text-con-1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 0 auto;
  width: 70%;
  display: flex;
}

.red-icon-2 {
  width: 3.5vw;
}

.scrolling-banner {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 7vw 0 2vw;
  display: flex;
  overflow: hidden;
}

.scrolling-banner.hero {
  min-height: 80svh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.big-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
}

.banner-con {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 114.17%;
  max-width: none;
  margin-right: 0;
  padding-right: 5vw;
  display: inline-flex;
}

.icon {
  width: 3vw;
  margin-right: 0;
}

.stat-con {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.course-section {
  background-color: var(--dark-blue);
  flex-flow: column;
  min-height: 100svw;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-con-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  margin-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 10vw;
  display: flex;
  position: sticky;
  top: 10vw;
}

.right-con-3 {
  border-left: 1px solid var(--red);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.sub1-copy {
  text-transform: capitalize;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.75vw;
  font-weight: 700;
  line-height: 1.2;
}

.sub1-copy.light-blue {
  color: var(--light-blue);
}

.logo-frame {
  opacity: 1;
  display: block;
}

.small-text-con-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 0 auto;
  width: 65%;
  display: flex;
}

.button-1 {
  color: var(--white);
  width: auto;
  margin-top: .5vw;
  padding-left: 0;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-base {
  z-index: 20;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 20vw;
  height: 4vw;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  transform: translate(.5vw, -.5vw);
}

.button-base:hover {
  background-color: var(--button-higlight);
  color: var(--white);
  transform: translate(0);
}

.button-text {
  white-space: nowrap;
  word-break: keep-all;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.25vw;
}

.button-border {
  border: 1px solid var(--red);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 20vw;
  height: 4vw;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.course-con {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  padding: 5vw 10vw 5vw 5vw;
  display: flex;
}

.course-image {
  z-index: 10;
  width: 18vw;
  max-width: none;
  position: relative;
  top: -.5vw;
  left: .5vw;
}

.top-con {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-link {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.underline {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.botton-con {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.small-sub {
  color: var(--pink);
  text-transform: uppercase;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

.course-name-con {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: column;
  display: flex;
}

.course-image-con {
  width: 18vw;
  position: relative;
}

.red-border {
  border: 1px solid var(--red);
  width: 18vw;
  height: 18vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block {
  display: flex;
}

.left-mid-con {
  width: 50%;
  display: flex;
}

.header-con {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.slider-nav.hide {
  display: none;
}

.blue-arrow {
  width: 1.6vw;
  position: absolute;
  inset: auto;
}

.blue-arrow.flip {
  width: 2vw;
  transform: rotate(-180deg);
}

.slider-wrapper {
  background-color: var(--transparent);
  white-space: nowrap;
  height: 40vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.slider-item {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  border-top: 1px solid var(--light-blue);
  border-right: 1px none var(--light-blue);
  border-left: 1px solid var(--light-blue);
  flex-flow: column;
  flex: 0 auto;
  width: 33.3%;
  min-width: 33.3%;
  max-width: 33.3%;
  height: 100%;
  padding: 2vw;
  display: flex;
}

.slider-item.last {
  border-right-style: solid;
}

.course-img-cs {
  object-fit: cover;
  width: 100%;
  height: 12vw;
}

.sub2 {
  white-space: normal;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.3vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.slider-navigation {
  border: 1px solid var(--light-blue);
  border-radius: 999vw;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16vw;
  display: flex;
  position: absolute;
  inset: -25% 0% auto 80%;
}

.slider-navigation.prev-slide {
  width: 4vw;
  height: 4vw;
  margin-right: 15vw;
  top: -20%;
}

.slider-navigation.right-slide {
  width: 4vw;
  height: 4vw;
  margin-right: 10vw;
  top: -20%;
  left: 80%;
}

.right-arrow {
  border: 1px solid var(--light-blue);
  border-radius: 999vw;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  margin-right: 10vw;
  display: flex;
  inset: -25% 0% auto auto;
}

.slider-list {
  flex: 1;
  width: 25%;
  overflow: visible;
}

.is-margin-medium {
  margin-bottom: 40px;
}

.slide-3 {
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.text-style-padding {
  outline-offset: 0px;
  color: #00b831;
  outline: 1px solid #00b831;
  padding: 40px;
  font-size: 18px;
}

.slide-1 {
  color: #00b831;
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  font-size: 20px;
  display: flex;
}

.slide-2 {
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.img-con {
  object-fit: cover;
  height: 12vw;
}

.slider-navigation-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-navigation {
  width: 3vw;
  height: 3vw;
  position: static;
}

.slider-navigation.next-slide {
  cursor: pointer;
  margin-right: 0;
  transition: all .3s;
  position: relative;
  top: auto;
  left: auto;
}

.slider-navigation.next-slide:hover {
  background-color: var(--transparent);
}

.slider-navigation.prev-slide {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  margin-right: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.header-text-con {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.slider-list {
  align-items: flex-start;
  display: flex;
}

.slider-wrapper {
  height: auto;
  overflow: hidden;
}

.reviews-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 3vw;
  display: flex;
}

.review-card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--white);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  padding: 4vw 2vw 2vw;
  display: flex;
}

.review-card.left {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.quote-mark {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-style: italic;
  line-height: .5;
}

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

.name-con {
  color: var(--red);
}

.grid-col {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  min-width: auto;
  max-width: 50%;
  display: flex;
}

.grid-col.left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
}

.left-con-4 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 10vw;
  padding-left: 10vw;
}

.right-con-4 {
  border-left: 1px none var(--light-blue);
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.accordian-open {
  border-bottom: 1px none var(--light-blue);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.accordian-open.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.blue-line-faq {
  background-color: var(--light-blue);
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.blue-line-faq.hide {
  display: none;
}

.faq-accordian {
  margin-bottom: 0;
}

.blue-arrow-dropdown {
  width: 16px;
}

.big-copy-dark {
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.2;
}

.big-copy-dark.bold {
  font-weight: 700;
}

.med-body {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
}

.med-body.accordian {
  margin-bottom: 3vw;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 3vw 5vw 3vw 4vw;
  display: flex;
}

.spacer {
  height: 3vw;
}

.header-text-con-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.thin-blue-line {
  background-color: var(--light-blue);
  width: 1px;
}

.left-col-footer {
  background-image: url('../images/kidslearning.avif');
  background-position: 70%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-height: 100%;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.right-col-footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-right: 0px none var(--red);
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 100%;
  padding: 5vw 7vw;
  display: flex;
}

.red-text {
  color: var(--red);
}

.footer-bottom {
  background-color: var(--tan);
  justify-content: space-between;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.logos-con {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border-right: 1px none var(--red);
  background-color: var(--transparent);
  opacity: .2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: auto;
  min-height: 100%;
  padding: 2.5vw 7vw 4vw 5vw;
  display: flex;
}

.jliteens-logo-footer {
  width: 10vw;
}

.jli-logo {
  width: auto;
  height: 5vw;
}

.v-line {
  background-color: var(--black);
  width: 1px;
  height: 60px;
  min-height: 100%;
}

.small-text {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.1;
}

.small-text.opacity {
  opacity: .5;
}

.white-arrow {
  opacity: 0;
  width: 1.6vw;
  position: absolute;
  inset: auto;
}

.white-arrow.flip {
  width: 2vw;
  transform: rotate(-180deg);
}

.split-con {
  display: flex;
}

.spacer-white {
  background-color: var(--white);
  height: 5vw;
  min-height: 5vw;
}

.underline-2 {
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--black);
  border-bottom: 2px #000;
  outline: 3px #000;
  width: 100%;
  height: 1px;
  text-decoration: none;
}

.tan-spacer {
  background-color: var(--tan);
  height: 5vw;
}

.white-space-mob {
  background-color: var(--white);
  flex: 0 auto;
  width: 5vw;
  min-width: 5vw;
  height: 100%;
  display: none;
}

.thin-red-line-mob {
  background-color: var(--red);
  height: 1px;
  display: none;
}

.text-link-text {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section.hero {
    min-height: auto;
    padding-top: 0;
  }

  .section.coming-soon {
    padding-top: 40px;
  }

  .section.testimonials {
    padding: 60px 40px 40px;
  }

  .section.faqs, .section.footer {
    min-height: auto;
  }

  .left-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .right-con {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    height: 70px;
    position: static;
  }

  .logo-link {
    width: 110px;
  }

  .nav-links-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 40px;
  }

  .big-header, .big-header.white {
    letter-spacing: -1px;
    font-size: 45px;
  }

  .big-body, .big-body.white {
    font-size: 16px;
  }

  .nav-text {
    font-size: 14px;
  }

  .nav-midway-con {
    padding-left: 40px;
  }

  .red-arrow-long {
    width: 30px;
    top: -120%;
  }

  .red-arrow-con {
    justify-content: center;
    align-items: flex-end;
    height: 130px;
    top: 85%;
  }

  .top-tan {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 40px 20px;
  }

  .h2 {
    font-size: 26px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .left-con-2 {
    padding: 20px 10px 40px 40px;
  }

  .red-icon {
    width: 25px;
  }

  .sub1 {
    white-space: normal;
    font-size: 18px;
  }

  .main-body {
    font-size: 14px;
  }

  .goldstein-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
  }

  .goldstein-logo {
    width: 200px;
    max-width: none;
  }

  .medal {
    width: 170px;
  }

  .bottom-tan {
    height: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-sub-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
    padding-right: 40px;
  }

  .tan-con {
    padding: 20px;
  }

  .white-space {
    width: 40px;
    min-width: 40px;
  }

  .small-text-con-1 {
    width: 50%;
  }

  .red-icon-2 {
    width: 30px;
  }

  .scrolling-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .big-number {
    font-size: 50px;
  }

  .banner-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
    margin-right: 0;
    padding-right: 40px;
  }

  .icon {
    width: 25px;
    margin-right: 20px;
  }

  .stat-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left-con-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding: 0 90px 40px 40px;
    top: 40px;
  }

  .small-text-con-2 {
    width: auto;
  }

  .button-base {
    width: 200px;
    max-width: none;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(5px, -5px);
  }

  .button-text {
    font-size: 16px;
  }

  .button-border {
    width: 200px;
    max-width: none;
    height: 50px;
  }

  .course-con {
    padding: 40px;
  }

  .course-image {
    width: 150px;
    top: -5px;
    left: 5px;
  }

  .text-link {
    font-size: 12px;
  }

  .botton-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small-sub {
    font-size: 12px;
  }

  .course-name-con {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .course-image-con {
    width: 150px;
  }

  .red-border {
    width: 150px;
    height: 150px;
  }

  .header-con {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .blue-arrow {
    width: 25px;
    max-width: none;
  }

  .slider-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 20px;
  }

  .course-img-cs {
    height: 120px;
  }

  .sub2 {
    font-size: 16px;
    line-height: 1.3;
  }

  .img-con {
    height: auto;
  }

  .slider-navigation-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-navigation.next-slide {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .slider-navigation.prev-slide {
    width: 45px;
    height: 45px;
  }

  .header-text-con {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-list {
    height: auto;
  }

  .slider-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .reviews-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .review-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 40px 20px 20px;
  }

  .review-card.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px 20px;
  }

  .quote-mark {
    font-size: 60px;
  }

  .grid-col, .grid-col.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordian-open {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blue-line-faq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-accordian {
    margin-bottom: 0;
  }

  .blue-arrow-dropdown {
    width: 12px;
    margin-left: 20px;
  }

  .big-copy-dark {
    font-size: 16px;
  }

  .med-body {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .med-body.accordian {
    margin-bottom: 30px;
  }

  .faq-trigger {
    margin-bottom: 0;
    padding: 30px 20px 30px 30px;
  }

  .spacer {
    height: 35px;
  }

  .header-text-con-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .left-col-footer {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-col-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    padding: 60px 40px 40px;
  }

  .footer-bottom {
    padding-right: 40px;
  }

  .logos-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: .25;
    padding: 20px 0 30px 40px;
  }

  .jliteens-logo-footer {
    width: 100px;
  }

  .jli-logo {
    height: 50px;
  }

  .v-line {
    height: 40px;
  }

  .small-text.opacity {
    font-size: 12px;
  }

  .white-arrow {
    width: 25px;
    max-width: none;
  }

  .spacer-white {
    height: 40px;
    min-height: 40px;
    display: none;
  }

  .tan-spacer {
    height: 20px;
  }

  .white-space-mob {
    width: 40px;
    min-width: 40px;
    display: none;
  }

  .thin-red-line-mob {
    display: none;
  }

  .text-link-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    flex-flow: wrap;
  }

  .section.footer {
    flex-flow: column;
  }

  .left-con {
    z-index: 10;
    width: 100%;
    position: relative;
  }

  .right-con {
    width: 100%;
    height: 350px;
  }

  .navbar {
    border-bottom-style: solid;
  }

  .big-header {
    font-size: 43px;
  }

  .nav-midway-con {
    border-right-style: none;
  }

  .red-arrow-con {
    top: 82%;
  }

  .mid-tan {
    flex-flow: column;
  }

  .left-con-2 {
    border-right-style: none;
  }

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

  .medal {
    width: 180px;
  }

  .icon-sub-con {
    width: 40%;
  }

  .tan-con {
    padding-left: 40px;
    padding-right: 20px;
  }

  .banner-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .icon {
    margin-right: 20px;
  }

  .left-con-3 {
    width: 100%;
    max-width: none;
    padding-right: 40px;
    position: static;
  }

  .left-con-3.mob {
    border-bottom: 1px solid var(--light-blue);
  }

  .right-con-3 {
    border-left-style: none;
  }

  .small-text-con-2 {
    width: 70%;
  }

  .course-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .top-con {
    flex-flow: column;
    height: 200px;
  }

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

  .slider-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .reviews-grid {
    margin-top: 20px;
  }

  .right-con-4 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .blue-arrow-dropdown {
    width: 15px;
  }

  .med-body {
    font-size: 16px;
    line-height: 1.3;
  }

  .faq-trigger {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-col-footer {
    width: 100%;
    height: 350px;
  }

  .right-col-footer {
    width: 100%;
    padding-top: 40px;
  }

  .footer-bottom {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .logos-con {
    opacity: .25;
    padding-top: 30px;
  }

  .split-con {
    flex-flow: column;
  }

  .white-space-mob, .thin-red-line-mob {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.testimonials {
    padding: 40px 20px 0;
  }

  .section.faqs {
    z-index: 20;
    position: relative;
  }

  .left-con {
    padding: 120px 20px 20px;
  }

  .right-con {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px;
    position: fixed;
  }

  .logo-link {
    width: 80px;
  }

  .nav-links-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .big-body {
    font-size: 18px;
    font-weight: 400;
  }

  .big-body.white {
    font-size: 18px;
  }

  .nav-text {
    font-weight: 400;
    line-height: 1;
  }

  .nav-midway-con {
    padding-left: 0;
  }

  .red-arrow-long {
    width: 25px;
    top: -95%;
  }

  .red-arrow-con {
    z-index: 500;
    justify-content: center;
    align-items: center;
    height: 140px;
    display: flex;
    top: 85%;
  }

  .top-tan {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    line-height: 1.1;
  }

  .left-con-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .sub1 {
    font-size: 18px;
  }

  .main-body {
    font-size: 16px;
  }

  .main-body.white {
    font-size: 18px;
  }

  .main-body.bold {
    font-size: 16px;
    line-height: 1.3;
  }

  .goldstein-con {
    width: 60%;
  }

  .goldstein-logo, .medal {
    width: 150px;
    display: block;
  }

  .bottom-tan {
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-sub-con {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .tan-con {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 20px;
  }

  .white-space {
    width: 20px;
    min-width: 20px;
  }

  .small-text-con-1 {
    width: 100%;
  }

  .scrolling-banner {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .big-number {
    font-size: 45px;
  }

  .banner-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 0;
    padding-right: 20px;
  }

  .icon {
    margin-right: 20px;
  }

  .stat-con {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .left-con-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-con-3.mob {
    padding-bottom: 20px;
  }

  .small-text-con-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .course-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 45px 20px 40px;
  }

  .top-con {
    flex-flow: row;
    height: auto;
  }

  .text-link, .small-sub {
    font-size: 14px;
  }

  .course-name-con {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .header-con {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .sub2 {
    font-size: 16px;
  }

  .is-margin-medium {
    font-size: 22px;
    line-height: 26px;
  }

  .slider-navigation-wrapper, .header-text-con {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .slider-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-grid {
    flex-flow: column;
    margin-top: 20px;
  }

  .grid-col {
    width: 100%;
    max-width: 100%;
  }

  .grid-col.left {
    width: 100%;
  }

  .accordian-open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-arrow-dropdown {
    width: 10px;
  }

  .med-body {
    align-self: stretch;
  }

  .faq-trigger {
    padding: 20px;
  }

  .spacer {
    height: 20px;
  }

  .left-col-footer {
    height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-col-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logos-con {
    opacity: .25;
    width: auto;
    padding: 20px 0 20px 0;
    display: flex;
  }

  .v-line {
    background-color: var(--black);
    opacity: 1;
    width: 1px;
    min-height: auto;
  }

  .small-text.opacity {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .spacer-white {
    display: block;
  }

  .tan-spacer {
    height: 40px;
    display: block;
  }

  .white-space-mob {
    width: 20px;
    min-width: 20px;
  }

  .text-link-text {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}