@font-face {
  font-family: 'KGHAPPYSolid';
  src: url('/shared/fonts/KGHAPPYSolid.eot');
  src: url('/shared/fonts/KGHAPPYSolid.eot?#iefix') format('embedded-opentype'), url('/shared/fonts/KGHAPPYSolid.otf') format('otf'), url('/shared/fonts/KGHAPPYSolid.svg#KGHAPPYSolid') format('svg'), url('/shared/fonts/KGHAPPYSolid.ttf') format('truetype'),
    url('/shared/fonts/KGHAPPYSolid.woff') format('woff'), url('/shared/fonts/KGHAPPYSolid.woff2') format('woff2');
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #6e85c3;
  height: 100%;
}
.logo-none {
  display: none !important;
}
.rotating-img {
  display: none;
}
.en-public-header {
  width: 100%;
  position: relative;
}
.en-public-header::before {
  content: '';
  position: absolute;
  top: 0;
  height: 40px;
  width: 100%;
  background: #6e85c3;
}
.en-public-header .en-nav {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 40px 120px;
  grid-template-columns: max-content 1fr;
  position: relative;
}
/* TOPBAR */
.en-nav .header-icons-wrapper {
  grid-row: 1;
  grid-column: 1/3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.header-icons-wrapper .topbar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 22px;
}
.social-icon {
  position: relative;
  transition: all 0.5s ease;
}
.social-icon:hover,
.social-icon:focus {
  transform: scale(1.2);
}

.twitter-icon {
  top: -1px;
}
.insta-icon {
  left: -1px;
}
.linkedin-icon {
  left: 1px;
}
/* MARQUEE */
.en-marquee-module {
  max-width: 743px;
  width: 96%;
  height: 30px;
  position: relative;
}
.en-marquee-module::before {
  content: '';
  position: absolute;
  right: 0;
  z-index: 99;
  height: 28px;
  width: 50px;
  background: url(/pics/FadeRight.png) no-repeat;
}
.en-marquee-module::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 28px;
  width: 50px;
  background: url(/pics/FadeLeft.png) no-repeat;
}
.en-marquee-module .en-marquee-module-content-wrapper {
  background-color: #6e85c3 !important;
}
.en-marquee-module-content {
  font-family: 'Karla', sans-serif !important;
  color: #191c2f !important;
  font-size: clamp(13px, 1.45vw, 16px) !important;
  animation-duration: 18s !important;
  margin-top: 0px;
  position: relative !important;
  top: 5px !important;
  line-height: 1.1875 !important;
  font-weight: 500 !important;
  height: 0px !important;
  /* width: 743px !important; */
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #6e85c3 !important;
  border-top-color: transparent !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background-color: #6e85c3 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 9px !important;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  color: #000 !important;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #83c5be !important;
  color: #000 !important;
  border-radius: 3px;
  border: 0;
  padding: 3px 10px;
  font-size: clamp(15px, 1.64vw, 18px);
  cursor: pointer;
  font-family: 'Karla', sans-serif;
}
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed='true'],
.en-marquee-module .en-marquee-tooltip-buttons button:hover,
.en-marquee-module .en-marquee-tooltip-buttons button:focus {
  background: #fff !important;
  color: #000 !important;
}
.en-marquee-module .en-marquee-popup-wrapper {
  flex-direction: column !important;
  width: 90% !important;
  max-width: inherit;
  box-shadow: none;
  padding: 0 0 9px;
  position: relative;
  color: #fdfdfd;
  top: 13px;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  text-align: center;
  font-family: 'Karla', sans-serif;
  color: #191c2f !important;
  padding: 4px 8px 8px;
  position: relative;
  line-height: 1.1875 !important;
  font-weight: 500 !important;
  font-size: clamp(14px, 1.45vw, 16px);
  margin-top: 0 !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
  padding: 8px !important;
  gap: 3px;
}
/* END MARQUEE */
.header-icons-wrapper .topbar-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 25px;
  top: 1px;
  left: 1px;
}
.topbar-right .search-wrapper {
  position: relative;
  cursor: pointer;
}

.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #6e85c3 !important;
}
.en-popup-close-img {
  background-color: #0a4080;
  border-radius: 50%;
}
.en-header-popup-body {
  padding-top: 26px !important;
}
.translate-header {
  position: relative;
  top: -2px;
}
.translate-header span {
  padding-right: 11px;
  position: relative;
  border-radius: 0;
  font-weight: 600;
  color: #000 !important;
  font-family: 'Karla', sans-serif;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.25;
  letter-spacing: 0px !important;
  text-transform: capitalize;
}
#en-public-header-translate > img {
  margin-right: 0 !important;
}
/* END TOPBAR */
/* HEADER */
.en-nav .en-header-school-logo {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.school-logo {
  position: relative;
  top: -1px;
}
.school-logo img {
  width: clamp(200px, 25.45vw, 280px);
}
/* END HEADER */
/* NAVBAR */
#nav_items_0 {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  justify-content: center;
  z-index: 99;
  align-self: center;
}
#nav_items_0 li {
  list-style: none;
  display: inline;
  position: relative;
  padding: 0;
}

#nav_items_0 li a {
  width: auto;
  white-space: normal;
  height: auto;
  display: block;
  text-align: center;
  padding: 8px 10px 15px;
  font-size: clamp(14px, 1.55vw, 17px);
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.294117647058824;
  position: relative;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.01);
  margin: 0 0 0px;
}

#nav_items_0 > li:hover > a::before,
#nav_items_0 > li.over > a::before,
#nav_items_0 > li:focus > a::before {
  opacity: 1;
}

#nav_items_0 ul,
#nav_items_0 li:hover ul ul,
#nav_items_0 li.over ul ul,
#nav_items_0 li:focus ul ul,
#nav_items_0 li:hover ul ul ul,
#nav_items_0 li.over ul ul ul,
#nav_items_0 li:focus ul ul ul,
#nav_items_0 li:hover ul ul ul ul,
#nav_items_0 li.over ul ul ul ul,
#nav_items_0 li:focus ul ul ul ul {
  position: absolute;
  right: auto;
  left: -9999em;
  top: -9999em;
  z-index: 9999;
  width: clamp(170px, 17.82vw, 196px);
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#nav_items_0 ul li {
  margin: 0;
  left: auto;
}
#nav_items_0 li:hover ul li a,
#nav_items_0 li.over ul li a,
#nav_items_0 li:focus ul li a {
  line-height: 1.222222222222222;
  text-align: left;
  text-decoration: none;
  padding: 8px 17px 8px 25px;
  height: auto;
  /* width: clamp(140px,14vw,154px); */
  font-size: clamp(15px, 1.64vw, 18px);
  letter-spacing: 0px;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  font-variant: normal;
  font-weight: 600;
  position: relative;
  font-family: 'Karla', sans-serif;
}
#nav_items_0 li:hover ul li a,
#nav_items_0 li.over ul li a,
#nav_items_0 li ul li:hover ul a,
#nav_items_0 li ul li.over ul a,
#nav_items_0 li ul li ul li:hover ul a,
#nav_items_0 li ul li ul li.over ul a,
#nav_items_0 li ul li ul li ul li:hover ul a,
#nav_items_0 li ul li ul li ul li.over ul a,
#nav_items_0 li:focus ul li a,
#nav_items_0 li ul li:focus ul a,
#nav_items_0 li ul li ul li:focus ul a,
#nav_items_0 li ul li ul li ul li:focus ul a {
  color: #191c2f;
  background: none;
}
#nav_items_0 > li > ul > li > a:hover,
#nav_items_0 > li > ul > li:hover > a,
#nav_items_0 > li > ul > li.over > a,
#nav_items_0 > li > ul > li:hover > ul > a:hover,
#nav_items_0 > li > ul > li.over > ul > a:hover,
#nav_items_0 > li > ul > li > ul > li:hover > a,
#nav_items_0 > li > ul > li > ul > li.over > a,
#nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover,
#nav_items_0 > li > ul > li > ul > li.over > ul > a:hover,
#nav_items_0 > li > ul > li > ul > li > ul > li:hover > a,
#nav_items_0 > li > ul > li > ul > li > ul > li.over > a,
#nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover,
#nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover,
#nav_items_0 > li > ul > li > a:focus,
#nav_items_0 > li > ul > li:focus > a,
#nav_items_0 > li > ul > li:focus > ul > a:focus,
#nav_items_0 > li > ul > li.over > ul > a:focus,
#nav_items_0 > li > ul > li > ul > li:focus > a,
#nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus,
#nav_items_0 > li > ul > li > ul > li.over > ul > a:focus,
#nav_items_0 > li > ul > li > ul > li > ul > li:focus > a,
#nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus,
#nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus {
  color: #191c2f;
  background: #83c5be;
}
#nav_items_0 li.nav_item_last:hover ul,
#nav_items_0 li.nav_item_last:focus ul {
  right: 0;
}
/* SLIDER */
.slide-show::before {
  background: url(/pics/home-banner-overlay.png) repeat-x left top;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 4;
}
.slide-show {
  position: relative;
  width: 100%;
  height: 960px;
  margin-top: -120px;
}
.slide-show #ir7749 {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.slide-show #ir7749 #ir7749-ir7749-slider {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.nivo-slice {
  width: 100% !important;
}
/* END SLIDER */
/* BANNER QLINKS */
.banner-qlinks {
  background: rgb(255, 255, 255);
  position: relative;
  width: 100%;
}
.banner-qlinks::before {
  content: '';
  position: absolute;
  background: url('/pics/header_botom.png') repeat-x;
  width: 100%;
  height: 4px;
  top: 0px;
}
.banner-qlinks-inner {
  position: relative;
  margin: 0px auto;
  max-width: 1100px;
  width: 97%;
}
.banner-text {
  position: relative;
  z-index: 9;
  top: -153px;
}
.banner-text h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(22px, 5.45vw, 60px);
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  font-family: 'KGHAPPYSolid';
  background-color: rgba(0, 0, 0, 0.01) !important;
}
.quicklinks ul {
  display: flex;
  justify-content: center;
  position: relative;
  left: 10px;
  top: -9px;
  padding-bottom: 41px;
}
.quicklinks ul li {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  list-style: none;
  min-height: 64px;
  width: 300px;
  position: relative;
  z-index: 5;
  display: flex;
  align-content: center;
}
.quicklinks ul li a {
  padding: 0px 20px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 59px;
  display: flex;
  place-content: center;
  align-items: center;
  text-decoration: none;
  color: rgb(25, 28, 47);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  line-height: 2.272727272727273;
  transition: all 0.3s ease 0s;
  font-family: Karla, sans-serif;
  border-radius: 59px;
  letter-spacing: 0.01px;
}
.find-school a {
  background: rgb(239, 71, 111);
}
.donate a {
  background: rgb(131, 197, 190);
}
.our-story a {
  background: rgb(255, 209, 102);
}
.get-the-facts a {
  background: rgb(55, 75, 129);
  color: rgb(255, 255, 255) !important;
}
.quicklinks ul li a:hover,
.quicklinks ul li a:focus {
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px 0px;
}
/* END BANNER QLINKS */
/* PARALLAX */
.parallax {
  background: #6e85c3;
  position: relative;
  width: 100%;
	overflow: hidden;
}
#slide-1 {
  background-image: url(/pics/parallax.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 600px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
#slide-1::before {
  content: '';
  position: absolute;
  background: url(/pics/parallax_overlay.png) repeat-x center bottom;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.parallax-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 97%;
}
.parallax-inner ul {
  align-items: center;
  justify-content: space-around;
  display: flex;
  position: relative;
  top: -40px;
}

.parallax-inner ul li {
  list-style-type: none;
  color: #fff;
  display: inline-block;
  position: relative;
}
.stat_num {
  font-size: clamp(30px, 5.45vw, 60px);
  font-weight: 500;
  margin: 0 0 0px 0px;
  font-family: 'KGHAPPYSolid';
  text-align: center;
  position: relative;
  line-height: 1.231;
}
.stat_text {
  font-size: clamp(20px, 2.73vw, 30px);
  font-weight: 800;
  line-height: 1.666666666666667;
  letter-spacing: 0px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  text-shadow: 0 0 5px #1e2a46;
}
.parallax-inner ul li:first-child::after {
  content: '';
  width: 3px;
  height: 96px;
  position: absolute;
  top: 7px;
  background: #ffd166;
  z-index: 9;
  right: -79.5px;
}
.parallax-inner ul li:nth-child(2)::after {
  content: '';
  width: 3px;
  height: 96px;
  position: absolute;
  top: 7px;
  background: #ffd166;
  z-index: 9;
  right: -82px;
}
.parallax-inner ul li:nth-child(3) .stat_num .dollar {
  font-size: clamp(28px, 3.64vw, 40px);
  display: inline-block;
  top: -7px;
  position: relative;
  line-height: 1.231;
}
.parallax-inner ul .stat-1 {
  left: 39px;
}
.parallax-inner ul .stat-1 p {
  top: -7px;
  position: relative;
  left: 2px;
}
.parallax-inner ul .stat-2 {
  left: -11px;
}
.parallax-inner ul .stat-2 p {
  position: relative;
  top: -6px;
  left: 2px;
}
.parallax-inner ul .stat-3 {
  left: -54px;
  top: -2px;
}
.parallax-inner ul .stat-3 p {
  position: relative;
  top: -6px;
  left: 3px;
}
/* END PARALLAX */
/* NEWS */
.en-news-section-title,
.en-news-show-all {
  display: none;
}
.news-announcements {
  background: #ffffff;
  margin-top: 0px !important;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.hp-news {
  position: relative;
  padding: 74px 0 86.8px;
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
}
.news-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 17px;
}
.news-header .news-title a {
  font-size: clamp(24px, 4vw, 44px);
  line-height: 0.9545454545454545;
  text-transform: uppercase;
  font-weight: 700 !important;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #0c0c0c;
  display: inline-block;
  position: relative;
  font-family: 'Karla', sans-serif;
  letter-spacing: -0.86px;
  left: -1px;
}
.news-header .news-show-all {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
}
.news-header .news-show-all a:hover,
.news-header .news-show-all a:focus {
  color: #f82359;
}
.news-header .news-show-all a {
  text-decoration: none;
  color: #364b81;
  font-size: clamp(15px, 1.64vw, 18px);
  font-weight: 600;
  line-height: 1.333333333333333;
  display: inline-block;
  text-align: center;
  padding: 0px 18px 0px 0px;
  background: url('/pics/custom_arrow.png') no-repeat right top 6.5px;
  font-family: 'Karla', sans-serif;
  text-transform: lowercase;
  letter-spacing: 0.4px;
  top: -1px;
  position: relative;
}
div.en-news-slider div.en-card-slider-inner-container > a {
  width: 260px !important;
  min-height: 414px;
  list-style: none;
  position: relative;
  background: none !important;
  border: 0px !important;
  grid-template-rows: repeat(3, max-content) !important;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  height: 260px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  /* margin-top: 2px; */
  /* margin: 3px !important; */
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 1px;
  box-sizing: border-box;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover,
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:focus {
  text-decoration: underline;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
  font-size: clamp(16px, 1.73vw, 19px);
  color: #131313;
  font-weight: 600;
  line-height: 1.210526315789474;
  font-family: 'Karla', sans-serif;
  position: relative;
  -webkit-line-clamp: 2 !important;
  height: max-content !important;
  margin: 18px 0 0 !important;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-summary {
  height: max-content !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  font-weight: 400 !important;
  padding: 0;
  line-height: 1.294117647058824;
  color: #3a3838 !important;
  font-family: 'Karla', sans-serif;
  -webkit-line-clamp: 4 !important;
  margin: 6px 0 0 !important;
}

.news-announcements .en-news-slider-buttons {
  display: flex;
}
.news-announcements .en-news-slider-buttons button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none !important;
  width: 36px !important;
  text-indent: -9999px !important;
  top: 79px !important;
  z-index: 99 !important;
  height: 65px !important;
  position: absolute;
  color: rgb(0, 0, 0) !important;
}
.news-announcements .en-card-slider-button-disabled {
  /* display: none; */
  visibility: hidden;
}
.news-announcements .en-news-prev {
  background: url('/pics/prev_sprite.png') 0px 0px no-repeat !important;
  left: -61.5px !important;
  top: 113.5px !important;
}
.news-announcements .en-news-prev:hover {
  background-position: -35px 0px !important;
  width: 38px !important;
  left: -63.5px !important;
}
.news-announcements .en-news-next {
  background: url('/pics/next_sprite.png') 2px 0px no-repeat !important;
  right: -63px !important;
}
.news-announcements .en-news-next:hover {
  background-position: -35px 0px !important;
}
div.en-news-slider {
  position: relative;
}
/* END NEWS */
/* VIDEO MAIN */
.video-main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #374b81;
}
.video-main-inner {
  position: relative;
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  padding: 100px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.video-left-column {
  position: relative;
  display: block;
  top: 1px;
  left: 1px;
}
.video-left-column h2 {
  width: auto;
  height: auto;
  font-size: clamp(25px, 5.09vw, 56px);
  text-decoration: none;
  padding: 0;
  color: #ffffff;
  display: inline-block;
  line-height: 1.142857142857143;
  font-weight: 500;
  font-family: 'KGHAPPYSolid';
  text-transform: uppercase;
  letter-spacing: 0px;
}
.video-right-column {
  position: relative;
  display: block;
}
.video-right-column .video-box {
  position: relative;
  width: 100%;
}
.HPVideo {
  position: relative;
}
.HPVideo h2 {
  display: none !important;
}
.HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 16%);
  -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

.video-box #video_placeholder1 {
  width: clamp(400px, 61.82vw, 680px);
  aspect-ratio: 680/380;
}
.HPVideo p {
  display: none;
}
/* END VIDEO MAIN */
/* FIND SCHOOL */
.find-school-parallax {
  background: #ffffff;
  position: relative;
  width: 100%;
}
#slide-2 {
  background-image: url(/pics/parallax-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 460px;
  color: #fff;
}
#slide-2::before {
  content: '';
  position: absolute;
  background: url(/pics/fifth-row-bg-2.png) no-repeat center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.find-school-parallax-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 100px 0px 90px;
}
.find-school-content {
  position: relative;
  display: block;
  width: 490px;
  left: -4px;
}
.find-school-content::after {
  content: '';
  width: clamp(310px, 37vw, 444px);
  height: clamp(310px, 35.84vw, 430px);
  position: absolute;
  top: -85.5px;
  background: url(/pics/white-shape.png) center;
  z-index: 1;
  right: -33px;
}
.find-school-content h2 {
  position: relative;
  z-index: 99;
  font-size: clamp(24px, 4vw, 44px);
  line-height: 0.9545454545454545;
  text-transform: uppercase;
  font-weight: 700 !important;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #0c0c0c;
  display: inline-block;
  font-family: 'Karla', sans-serif;
  letter-spacing: -0.8px;
  margin: 24px 0px 15.5px -0.5px;
}
.find-school-content p {
  position: relative;
  z-index: 99;
  font-size: clamp(20px, 2.36vw, 26px);
  line-height: 0.8846153846153846;
  font-weight: 400 !important;
  text-decoration: none;
  color: #3a3838;
  display: inline-block;
  font-family: 'Karla', sans-serif;
  margin: 0px 0px 0px 4px;
}
.find-school-btn {
  margin: 55px 0px 0 4px;
  padding: 0;
  list-style: none;
  min-height: 59px;
  width: 250px;
  position: relative;
  z-index: 5;
  display: flex;
  align-content: center;
}
.find-school-btn a:hover,
.find-school-btn a:focus {
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.find-school-btn a {
  padding: 2px 20px 0px 20px;
  line-height: 2.272727272727273;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 59px;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: -0.5px;
  color: #191c2f;
  background: #ef476f;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  justify-content: center;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  font-family: 'Karla', sans-serif;
  border-radius: 59px;
  letter-spacing: 0.01px;
}
/* END FIND SCHOOL */
/* SOCIAL MEDIA */
.social-media {
  background: url(/pics/sixth-row-bg.png) no-repeat center top, #ffffff;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.social-media-inner {
  max-width: 1100px;
  width: 97%;
  padding: 73.5px 0 81.5px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.social-header {
  position: relative;
  width: 100%;
  height: auto;
  font-size: clamp(25px, 5.09vw, 56px);
  text-decoration: none;
  padding: 0;
  color: #0c0c0c;
  display: inline-block;
  line-height: 1.142857142857143;
  font-weight: 500;
  font-family: 'KGHAPPYSolid';
  text-transform: capitalize;
  letter-spacing: -2.3px;
  text-align: center;
  top: -1px;
  left: -1px;
  position: relative;
}
.social-box {
  gap: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.social-feeds {
  width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-feeds .social-link {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  border-radius: 50%;
  z-index: 20;
}
.fb {
  background: url('/pics/fb.png') no-repeat center;
}
.left-column .social-link {
  right: 128px !important;
  top: -20px !important;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  position: absolute;
}
.social-feeds .social-link:hover,
.social-feeds .social-link:focus {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feeds-box {
  width: clamp(270px, 29.09vw, 320px);
  height: clamp(320px, 32.73vw, 360px);
  border: 1px solid #dbdbdb;
  background: #fff;
  margin: -20px 0px 0px 0px !important;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  overflow: scroll;
  border: none !important;
}
.twitter {
  background: url(/pics/twitter.png) no-repeat center;
}
.center-column .social-link {
  right: 128px !important;
  top: -20px !important;
}
.insta {
  background: url(/pics/insta.png) no-repeat center;
}
#en-insta-feed-div ul li {
  height: 104px !important;
}
#en-insta-feed-div ul li a div img {
  height: 100px !important;
  border: 0;
  vertical-align: middle;
}
#en-insta-feed-div ul li a div > span.insta-feed-item-type-album {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: url(/apps/pics/insta_album.png) no-repeat 50% 50% rgb(0 0 0 / 0%);
  background-size: 100%;
  right: 0;
  top: 2px;
}
/* END SOCIAL MEDIA */
/* FOOTER */
.footer{
  overflow-x: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.footer-top{
    width: 100%;
    position: relative;
    background: #ffffff;
}
.footer-top-inner{
  height: 210px;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  width: 97%;
  padding: 30px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info{
  top: -7px;
  position: relative;
  left: 0.5px;
}
.contact-info .contact-title{

  position: relative;
margin: 0;
font-size: clamp(13px, 2vw, 22px);
text-decoration: none;
color: #0c0c0c;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
line-height: 1.090909090909091;
letter-spacing: 0px;
display: block;
font-family: 'Karla', sans-serif;
text-decoration: none;
text-transform: uppercase;
}
.contact-info .address{
  margin: 0;
  font-size: clamp(13px,1.64vw, 18px);
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 1.333333333333333;
letter-spacing: 0px;
display: inline-block;
font-family: 'Karla', sans-serif;
position: relative;
top: 3px;
}  
.contact-info .phone{
  margin: 0;
  font-size: clamp(13px,1.64vw, 18px);
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 1.333333333333333;
letter-spacing: 0px;
display: block;
font-family: 'Karla', sans-serif;
position: relative;
top: 3px;
}
.footer-logo{
  position: relative;
  left: 37.5px;
  top: -4px;
}
.footer-logo img{
  width: clamp(140px,26.82vw,295px);
}
.footer-qlinks{
  left: 33.5px;
  top: -5px;
  position: relative;
}
.footer-qlinks ul li a:hover,
.footer-qlinks ul li a:focus{
  text-decoration: underline;
}
.footer-qlinks ul li{
list-style: none;
}
.footer-qlinks ul li a{
  text-decoration: none;
  color: #000000;
  font-size: clamp(13px,1.64vw, 18px);
  font-weight: 500;
  line-height: 1.666666666666667;
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 19.5px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.qlinks-1 a{
  background: url('/pics/custom_arrow1.png') no-repeat left top 9px;
}
.qlinks-2 a{
  background: url('/pics/custom_arrow2.png') no-repeat left top 10px;
}
.qlinks-3 a{
  background: url('/pics/custom_arrow3.png') no-repeat left top 10px;
}
.qlinks-4 a{
  background: url('/pics/custom_arrow4.png') no-repeat left top 10px;
}
.download-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  top: -4px;
  left: 1px;
}
.appStoreIcon{
  position: relative;
}
.appStoreIcon img{
  width: clamp(60px,10.64vw,117px);
}
.googlePlayIcon{
  position: relative;
}
.googlePlayIcon img{
  width: clamp(60px,10.64vw,117px);
}
.footer-bottom{
  position: relative;
  width: 100%;
  background: #6e85c3;
}
.footer-bottom-inner{
  height: 40px;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edunet{
  position: relative;
  left: 1px;
}
.edunet img{
  width: clamp(150px, 16.73vw, 184px);
}
/* END FOOTER */
/* QUERIES */
@media only screen and (min-width: 1100px) {
  .video-right-column {
    width: 680px;
  }
  .video-left-column {
    width: 360px;
  }
}
@media only screen and (min-width: 800px) {
  #nav_items_0 > li.nav_items_0::before {
    content: '';
    position: absolute;
    background: url(/pics/hover_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    top: -5px;
  }
  #nav_items_0 > li > a::before,
  #nav_items_0 > li.over > a::before {
    content: '';
    width: 32px;
    height: 20px;
    position: absolute;
    top: -19px;
    -moz-transition: all ease 0.3s;
    background: url(/pics/menu-hover-icon.png) no-repeat;
    z-index: 99999;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #nav_items_0 li:hover ul,
  #nav_items_0 li.over ul,
  #nav_items_0 li:focus ul {
    left: auto;
    top: auto;
    padding: 10px 0 20px;
    background: #f4c966;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #nav_items_0 li:hover a,
  #nav_items_0 li.over a,
  #nav_items_0 li:focus a {
    color: #f4c966;
  }
}
.find-school-parallax {
  overflow: hidden;
}
@media only screen and (max-width: 1450px) {
  #slide-2 {
    background-position-y: 10% !important;
  }
}
@media only screen and (max-width: 1250px) {
  .news-announcements .en-news-slider-buttons button {
    position: static;
  }
  div.en-news-slider > div.en-news-slider-footer {
    justify-content: flex-end !important;
    margin: 10px 0 0;
  }
  .news-announcements .en-news-slider-buttons {
    gap: 6px;
  }
  .news-announcements .en-news-prev:hover {
    background-position: -37px 0px !important;
    width: 36px !important;
  }
  .hp-news {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .find-school-content {
    width: initial;
    left: 0px;
    display: flex;
    flex-direction: column;
  }
  .find-school-content::after {
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1150px) {
  div.en-news-slider {
    width: 94%;
  }
}
@media only screen and (max-width: 1100px) {
  .en-marquee-module {
    max-width: 600px;
  }
  .slide-show {
    height: max-content;
  }
  .slide-show #ir7749-ir7749-slider {
    aspect-ratio: 1200/960 !important;
  }
  .banner-text {
    top: -80px;
  }
  .quicklinks ul li a {
    padding: 0;
  }
  .quicklinks ul {
    gap: 12px;
    left: 0;
  }
  .quicklinks ul li {
    margin: 0;
  }
  .video-box #video_player1 {
    width: 100% !important;
    height: 100% !important;
  }
  #slide-2 {
    min-height: 400px;
  }
  div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
    margin: 10px 0 0 !important;
  }
  .social-media {
    background-position: bottom;
  }
  .social-media-inner {
    padding: 40px 0;
  }
  .social-box {
    gap: 0;
    justify-content: space-around;
  }
  .footer-top-inner{
    height: max-content;
    padding: 10px 0;
  }
  .footer-logo,.footer-qlinks{
    left: 0;
    top: 0;
  }
  .contact-info{
    top: 0;
  }
  .footer-bottom-inner{
    height: max-content;
    padding: 7px 0;
  }
}

@media only screen and (max-width: 950px) {
  .en-marquee-module {
    max-width: 450px;
  }
  #nav_items_0 {
    justify-content: flex-end;
  }
  .parallax-inner ul li,
  .parallax-inner ul li p {
    left: 0 !important;
    top: 0 !important;
  }
  .hp-news {
    padding: 30px 0 20px;
  }
  .news-header .news-show-all a {
    background: url('/pics/custom_arrow.png') no-repeat right top 5px;
  }
  .footer-qlinks ul li a {
    background-position-y: 6px;
  }
}
@media only screen and (max-width: 900px) {
  #slide-1 {
    background-position-y: 10% !important;
  }
  #slide-2 {
    min-height: 350px;
    display: flex;
    align-items: center;
  }
  .find-school-parallax-inner {
    padding: 20px 0;
  }
  .find-school-content::after {
    top: -62px;
  }
  .social-box {
    flex-wrap: wrap;
    gap: 25px;
  }
  .feeds-box {
    width: clamp(270px, 35.55vw, 320px);
    column-gap: 0;
    height: clamp(320px, 40vw, 360px);
  }
  .social-feeds{
    width: clamp(270px, 35.55vw, 320px);

  }
  .social-media {
    background-position-x: 32%;
  }
}

@media only screen and (max-width: 800px) {

  .en-public-header::before {
    content: none;
  }
  .logo-none {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 16px 6px;
    background: none !important;
  }
  .en-nav .en-header-school-logo {
    position: static;
    align-items: center;
    justify-content: space-between;
    background: #6e85c3;
    width: 100% !important;
    padding: 16px 6px;
    top: 0;
    left: 0;
  }
  .en-public-header .en-nav .header-icons-wrapper {
    order: 3;
    width: 100%;
    justify-content: space-around;
    padding: 4px;
    border-top: 1px solid #182a4d;
    z-index: 999;
    background: #6e85c3;
  }
  .button-wrapper .en-mobnav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: #facf38;
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    border-radius: 50%;
    border: 2px solid #fbfbfb;
    transition: all 0.4s ease;
    margin-right: 15px;
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #fbfbfb;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button strong {
    font-size: clamp(17px, 3.75vw, 30px);
    color: #fbfbfb;
  }
  .button-wrapper .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  }
  .button-wrapper .en-mobnav-button:hover {
    background-color: #fbfbfb;
    border: 2px solid #facf38;
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: #facf38;
  }
  .button-wrapper .en-mobnav-button:hover strong {
    color: #facf38;
  }
  .en-public-header .en-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    width: min-content;
    overflow: hidden;
  }
  #nav_items_0 {
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    display: flex;
    justify-content: flex-start;
    height: 100vh;
    background-color: #fbfbfb;
    top: 0;
    z-index: 0;
    left: 0;
  }
  #nav_items_0 li {
    height: auto;
    z-index: 8;
  }
  #nav_items_0 li a {
    padding: 10px 6px !important;
    text-align: start;
    border-bottom: #fbfbfb 1px solid;
    padding-left: 10px !important;
    background-color: #8ac5a7;
    color: #fff;
    font-size: clamp(14px, 2.43vw, 17px);
    line-height: 1.18518333;
    text-transform: uppercase;
  }
  #nav_items_0 li ul li a {
    width: 100% !important;
    background: #fbfbfb !important;
    color: #90c5a6 !important;
    font-size: clamp(13px, 2vw, 14px) !important;
    padding: 5px 20px 9px 20px !important;
    border-bottom: 1px solid #20236a !important;
    text-transform: capitalize !important;
    line-height: normal !important;
    padding-left: 20px !important;
  }
  #nav_items_0 li ul li a:hover{
    color: #fff !important ;
  }
  nav.en-nav {
    display: flex !important;
    flex-direction: column !important;
  }
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  #nav_items_0 li ul {
    height: max-content;
    width: 100%;
    padding: 0;
    border-top: 0;
    transform: none !important;
    position: static;
  }
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  nav.en-nav > ul > li.hasSubNav::before {
    content: '';
    position: absolute;
    margin: 3.5px 0 0 8px;
    transition: all ease 0.5s;
    right: 18px;
    top: 14px;
    pointer-events: none;
    z-index: 9;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    width: 0;
    height: 0;
  }
  .slide-show {
    margin-top: 0;
  }
  .school-logo {
    top: 0;
    padding-left: 2%;
  }
  .school-logo img {
    width: clamp(200px, 28.75vw, 230px);
  }
  .en-marquee-module {
    max-width: 250px;
  }
  .en-marquee-module.popup-top .en-marquee-popup-wrapper {
    max-width: 90vw;
    width: 80vw !important;
    top: -6px;
    flex-direction: column-reverse !important;
  }
  .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-top-color: #6e85c3 !important;
    border-bottom-color: transparent !important;
    margin-top: -1px;
  }
  .header-icons-wrapper .topbar-left {
    gap: 25px;
    padding-left: 8px;
    top: 3px;
  }
  .header-icons-wrapper .topbar-right {
    left: 0;
    padding-right: 18px;
    top: 4px;
  }
  .en-marquee-module-content {
    top: 7px !important;
  }
  #slide-1 {
    min-height: 500px;
  }
  .parallax-inner ul {
    top: -20px;
  }
  .parallax-inner ul li:first-child::after,
  .parallax-inner ul li:nth-child(2)::after {
    top: 0;
  }
  .topbar-right .search-wrapper{
    top: -3px;
  }
  #nav_items_0 > li > ul > li > a:hover, #nav_items_0 > li > ul > li:hover > a, #nav_items_0 > li > ul > li.over > a, #nav_items_0 > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > a:focus, #nav_items_0 > li > ul > li:focus > a, #nav_items_0 > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus{
    color: #fff !important;
    background-color: #facf38 !important;
  }
  .quicklinks ul{
   top: 0;
  }
  .quicklinks ul li{
    min-height: 59px;
  }
}
@media only screen and (max-width: 750px) {
.footer-qlinks ul li a{
  padding: 0px 0px 0px 14.5px;
}
}
@media only screen and (max-width: 700px) {
  .parallax-inner ul li:first-child::after,
  .parallax-inner ul li:nth-child(2)::after {
    height: 76px;
  }
  .parallax-inner ul li:first-child::after {
    right: -44px;
  }
  .video-main-inner {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0px 10px;
  }
  .video-box #video_player1 {
    width: 100% !important;
  }
  .video-box #video_placeholder1 {
    width: 100% !important;
    height: max-content !important;
  }
  #slide-2 {
    background-position-x: 26% !important;
  }
  .find-school-content::after {
    width: 270px;
    height: 280px;
  }
  .find-school-btn {
    margin: 25px 0px 0 4px;
  }
  .social-box{
    column-gap: 0;
  }
  .social-feeds .social-link {
    background-size: contain;
    width: 46px;
    height: 46px;
  }
}
.homeSlide-mob {
  display: none;
}
@media only screen and (max-width: 680px) {
  .footer-top-inner{
    display: grid;
    grid-template-columns: repeat(2,max-content);
    grid-template-rows: repeat(2,max-content);
    justify-content: space-around;
    row-gap: 10px;
  }
  .footer-logo{
    grid-row: 1;
  }
  .download-holder{
    top: 0;
    flex-direction: row;
    gap: 16px;
  }
  .download-holder a img{
  width: 80px;  
}
  .footer-qlinks{
    grid-row: 2;
    grid-column: 2;
  }
  .contact-info {
    grid-row: 2;
    grid-column: 1;
  }

}
@media only screen and (max-width: 600px) {
  .header-icons-wrapper .topbar-right {
    gap: 12px;
  }
  .header-icons-wrapper .topbar-left {
    gap: 16px;
  }
  .insta-icon {
    left: 0;
  }
  .banner-text {
    top: -40px;
  }
  .quicklinks ul {
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
  }
  .quicklinks ul li {
    width: 47%;
  }
  #slide-1 {
    min-height: 400px;
  }
  .parallax-inner ul li:nth-child(2)::after {
    right: -54px;
  }
  .homeSlide-mob {
    /* background-image: url(/pics/parallax-2.jpg);
    height: 280px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 35%;
    position: relative;
    display: block; */

    background-image: url(/pics/parallax-mob.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
    width: 100%;
    min-height: 300px;
    color: #fff;
    display: block;
    position: relative;
    background-position-y: 41%;
  }
  .homeSlide2 {
    background: none !important;
  }
  .find-school-parallax {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #slide-2::before {
    content: none;
  }
  .homeSlide-mob::before {
    content: '';
    position: absolute;
    background: url(/pics/fifth-row-bg-2.png) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position-x: 38%;
  }
  #slide-2 {
    min-height: 250px;
  }
  .find-school-content {
    width: 100%;
    align-items: flex-end;
  }
  .find-school-content::after {
    width: 300px;
    height: 282px;
    top: -73px;
    left: 0;
  }
  .find-school-btn a {
    padding: 0;
    min-height: 45px;
    width: 90%;
  }
  .find-school-btn {
    min-height: 30px;
    width: 200px;
    margin: 18px 0 0;
  }
  .social-box{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .social-media-inner {
    padding: 20px 0;
  }
  .feeds-box {
    width: clamp(300px,58.3vw,350px);
    height: clamp(300px,60vw,360px);
  }
  .quicklinks ul {
    top: -7px;
}
.find-school-btn{
  display: flex;
  justify-content: flex-end;
}
}
@media only screen and (max-width: 550px) {
  .parallax-inner ul li:first-child::after,
  .parallax-inner ul li:nth-child(2)::after {
    height: 64px;
    width: 2px;
  }
  .parallax-inner ul li:first-child::after {
    right: -37px;
  }
  .parallax-inner ul {
    top: -5px;
  }
}
.homeSlide1-mob{
display: none;
}
@media only screen and (max-width: 500px) {
  /* .en-public-header .en-nav .header-icons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(2, max-content);
    justify-content: space-between;
  } */
  .header-icons-wrapper .topbar-left {
    grid-row: 2;
    grid-column: 1;
    top: 0;
    gap: 0px;
    padding-left: 0;
    justify-content: space-between;
    width: 50%;
  }
  .header-icons-wrapper .topbar-right {
    grid-row: 2;
    grid-column: 2;
    top: 0;
    justify-content: space-between;
    justify-self: center;
    padding-right: 0;
    gap: 0;
    padding-right: 0;
    width: 30%;
  }
  .en-marquee-module {
    display: block;
    grid-row: 1;
    grid-column: 1/3;
    max-width: 500px;
  }
  .en-marquee-module-content {
    top: 4px !important;
  }
  .en-header-popup-wrapper {
    max-width: 75vw !important;
  }
  .parallax-inner ul {
    justify-content: space-between;
  }
  .find-school-btn {
    width: 160px;
  }
  .en-marquee-module{
    display: none !important;
  }
  .en-public-header .en-nav .header-icons-wrapper{
    padding: 6px 0 4px;
  }
  .translate-header{
    top: 0;
  }
  .topbar-right .search-wrapper {
    top: -1px;
}
.insta-icon {
  top: 0.5px;
}
.twitter-icon {
  top: 1px;
}
#slide-1{
  background-attachment: initial;
  min-height: 280px;
}

}
@media only screen and (max-width: 450px) {
  .en-public-header .en-nav .header-icons-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .header-icons-wrapper .topbar-right {
    padding-right: 12px !important;
    justify-self: flex-end;
  }
  .header-icons-wrapper .topbar-left {
    padding-left: 8px;
  }
  .banner-text {
    top: -55px;
  }
  .quicklinks ul {
    justify-content: space-around;
    top: 0px;
  }
  .quicklinks ul li {
    min-height: 48px;
  }
  .quicklinks ul li a {
    min-height: 48px;
  }
  .parallax-inner ul li:nth-child(2)::after {
    right: -34px;
  }
  #slide-2 {
    min-height: 210px;
  }
  .find-school-content::after {
    height: 247px;
    top: -55px;
    left: -35px;
  }
  .footer-top-inner{
    justify-content: space-between;
  }
  .download-holder{
    flex-direction: column;
    gap: 0px;
  }
  .download-holder a img {
    width: 70px;
}
.footer-logo{
  justify-self: center;
}
}
@media only screen and (max-width: 420px) {
  .stat_text {
    font-size: 17px;
  }
  .parallax-inner ul li:nth-child(3) .stat_num .dollar {
    font-size: 22px;
    top: -2px;
  }
  .stat_num {
    font-size: 25px;
  }
  .parallax-inner ul li:first-child::after,
  .parallax-inner ul li:nth-child(2)::after {
    height: 56px;
  }
  .parallax-inner ul li:first-child::after {
    right: -20px;
  }
	.parallax-inner ul li:nth-child(2)::after {
		right: -18px;
	}

}
@media only screen and (max-width: 800px) and (max-height: 450px){
  .logo-none,.en-nav .en-header-school-logo{
    padding: 8px 6px;
  }
  .button-wrapper .en-mobnav-button{
    width: clamp(35px, 5vw, 40px);
    height: clamp(35px, 5vw, 40px);
  }
  .button-wrapper .en-mobnav-button strong {
    font-size: clamp(17px, 2.5vw, 20px);
  }
}

/* div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container{
  position: relative;
  box-sizing: border-box;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #e2dada26;
  left: 0;
  top: 0;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::after{
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #e2dada26;
  right: 0;
  top: 0;
} */


