* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #eef4f7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.logo-none {
  display: none !important;
}
.en-public-header {
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
}

.en-public-header .en-nav {
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  display: grid;
  height: 180.45px;
  grid-template-rows: 1fr max-content;
  grid-template-columns: max-content 1fr;
  position: relative;
}
/* TOPBAR */
.en-nav .header-icons-wrapper {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  gap: 26px;
  top: 19px;
  left: 1px;
  z-index: 9;
  height: max-content;
}
.translate-header {
  position: relative;
  left: -3px;
}
.translate-header span {
  padding: 2px 7px 3px 0px;
  letter-spacing: 0.25px;
  text-decoration: none;
  font-size: clamp(14px, 1.36vw, 15px);
  font-weight: 500;
  font-family: Poppins, sans-serif;
  position: relative;
  color: rgb(46, 46, 46) !important;
  text-transform: capitalize;
}
#en-public-header-translate > img {
  margin-right: 0 !important;
}
.search-wrapper {
  position: relative;
  cursor: pointer;
  top: -1px;
  left: -1px;
}
.search-wrapper:hover,
.search-wrapper:focus {
  background-color: transparent;
}
.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #75b336 !important;
}
.en-popup-close-img {
  background-color: #000 !important;
  border-radius: 50%;
}
.en-header-popup-body {
  padding-top: 26px !important;
}
.insta-icon {
  transition: all 0.5s ease 0s;
  position: relative;
}
.insta-icon:hover,
.insta-icon:focus {
  transform: scale(1.1);
}

/* END TOPBAR */
/* HEADER */
.button-wrapper {
  display: none;
}
.en-header-school-logo {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  grid-area: 1 / 1 / -1 / 2;
}
.en-header-school-logo .logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  top: -1px;
  left: -1px;
}
.header-logo {
  width: max-content;
  position: relative;
}
.header-logo img {
  width: clamp(160px, 22vw, 242px);
}
.header-text {
  font-size: clamp(12px, 1.36vw, 15px);
  color: rgb(46, 46, 46);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 6;
  left: 1.5px;
}
/* END HEADER */
/* NAVBAR */
#nav_items_0 li.nav_items_0.nav_item_first.top-level {
  display: none;
}

#nav_items_0 {
  display: flex;
  justify-content: center;
  position: relative;
  grid-area: 2 / 2 / 3 / 3;
  list-style: none;
  margin: 0px;
  padding: 0px;
  left: 28px;
  top: -7px;
}
#nav_items_0 li {
  list-style: none;
  display: inline;
  position: relative;
  padding: 0px;
}
#nav_items_0 li a {
  white-space: nowrap;
  width: 0px;
  display: block;
  text-align: center;
  padding: 0px 0px 16px;
  margin: 0px 19px;
  letter-spacing: 0px;
  font-size: clamp(14px, 1.64vw, 18px);
  text-decoration: none;
  color: rgb(26, 26, 26);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
/* END NAVBAR */
/* HOMEVIDEO */
.en-widescreen-video video{
  max-height: 700px;
} 
.en-widescreen-video.video-section-home {
  background: #eef4f7;
  height: 600px !important;
  min-height: 600px !important;
  position: relative;
}
.en-widescreen-video.video-section-home video {
  height: 100% !important;
  min-width: 100%;
max-height: 700px;
}
.en-widescreen-video.video-section-home button {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  color: rgb(255, 255, 255);
  background-color: rgb(28, 75, 7);
  cursor: pointer;
  border: 0px;
  width: 45px !important;
  height: 45px !important;
  font-size: 2.5rem;
}
.en-widescreen-video .en-video-controls {
  position: absolute;
  bottom: 20px !important;
  left: 20px !important;
}
.en-video-controls button:hover,
.en-video-controls button:active,
.en-video-controls button:focus {
  background-color: rgb(251, 198, 20);
  color: rgb(0, 0, 0) !important;
}
/* END HOMEVIDEO */
/* SIDELINKS */
.sidelinks {
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 9;
}
.sidelinks ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sidelinks ul li {
  list-style-type: none;
  min-height: 70px;
  display: flex;
  width: 140px;
}
.sidelinks ul li a {
  display: flex;
  justify-content: center;
  padding: 12px 20px;
  flex-direction: column;
  width: 140px;
  min-height: 65px;
  position: relative;
  text-decoration: none;
  background: #ef3e35;
  box-sizing: border-box;
  color: #151515 !important;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(15px, 2vw, 22px);
  line-height: 1.090909090909091;
  font-weight: 600;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.sidelinks ul li a:hover,
.sidelinks ul li a:focus {
  transform: scale(1.1);
}
/* END SIDELINKS */
/* FIRST ROW */
.first-row-home {
  background: rgb(255, 255, 255);
  padding: 0px 0px 50px;
  width: 100%;
}
.first-row-one {
  width: 100%;
  background: url('/pics/first-row-bg.png') center top repeat-y;
}
.first-row-one-inner {
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 17px 0 41px;
}
/* MARQUEE */
.marquee-main {
  position: relative;
  background: none;
}
.en-marquee-module {
  height: 32px;
  max-width: 936px;
  margin: 0;
  width: 100%;
  min-height: 28px;
  z-index: 6;
  position: relative;
  max-height: 32px;
}
.en-marquee-module::before {
  content: '';
  position: absolute;
  right: 0;
  z-index: 99;
  height: 30px;
  width: 60px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  top: 0px;
}
.en-marquee-module::after {
  position: absolute;
  left: 0;
  z-index: 99;
  height: 30px;
  width: 60px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  top: 0px;
  content: '';
}
.en-marquee-module .en-marquee-module-content-wrapper {
  background: #fff !important;
}
.en-marquee-module-content {
  font-family: 'Poppins', sans-serif !important;
  color: #262b2e !important;
  font-size: clamp(14px, 1.45vw, 16px) !important;
  animation-duration: 30s !important;
  margin-top: 9px;
  font-weight: 400 !important;
  position: relative !important;
  top: 5px !important;
  line-height: 1.375 !important;
  position: relative;
  letter-spacing: normal;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #0079c2 !important;
  border-top-color: transparent !important;
  top: 1px;
  position: relative;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  box-shadow: none;
  padding: 0px;
  background: #0079c2 !important;
  color: #fdfdfd;
  border: 0;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  font-size: clamp(14px, 1.45vw, 16px) !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  line-height: 1.375 !important;
  margin-bottom: 0 !important;
  position: relative;
  padding: 6px 8px;
  margin-top: 0 !important;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  padding: 3px 10px;
  color: rgb(255, 255, 255) !important;
  border-radius: 3px;
  border: 0px;
  font-size: clamp(14px, 1.8vw, 15px);
  cursor: pointer;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  background: rgb(0, 0, 0) !important;
}
.en-marquee-module .en-marquee-popup-wrapper {
  flex-direction: column !important;
  width: 90% !important;
  max-width: inherit;
  transform: translate(-50%, 0%) !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  border-radius: 0 !important;
  flex-direction: column !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
  gap: 3px;
  padding: 8px 0;
  text-align: center;
}
.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: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}
/* END MARQUEE */
.first-row-two {
  background: url('/pics/links-bg.png') center top repeat-y, url('/pics/mission-bg.png') center top no-repeat;
  width: 100%;
}
.first-row-two-inner {
  padding: 0px 5px 108px;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first-row-left {
  width: 820px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
}
.first-row-left h1 {
  color: rgb(21, 21, 21);
  font-weight: 600;
  font-size: clamp(25px, 5.91vw, 65px);
  line-height: 0.9230769230769231;
  font-family: Poppins, sans-serif;
  margin: -2px 0px 30px 100.5px;
  letter-spacing: -0.75px;
}
.first-row-left-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: -4px;
}
.first-row-left .blue-ribbon {
  position: relative;
  top: -5px;
  left: -2px;
}
.first-row-left .blue-ribbon img {
  width: clamp(100px, 21.09vw, 232px);
}
.first-row-left p {
  width: 550px;
  font-size: clamp(12px, 1.64vw, 18px);
  line-height: 1.33333333333333;
  color: rgb(38, 43, 46);
  font-weight: 400;
  font-family: Poppins, sans-serif;
  margin: 0px 10px 10px 0px;
  left: -0.5px;
  position: relative;
}
.first-row-left p span {
  display: inline-block;
  margin: 12px 0px 0px;
}
.first-row-left .first-row-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  align-self: flex-start;
  top: 19px;
  left: -5px;
}
.first-row-badge img {
  width: clamp(80px, 14vw, 150px);
}
.first-row-badge .ms-badge {
  top: 3px;
  position: relative;
}
.first-row-right {
  width: 134px;
  position: relative;
  margin-top: 17px;
  left: -35px;
}
.first-row-right ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 72px;
}
.first-row-right ul li {
  list-style-type: none;
  position: relative;
}
.first-row-right ul li a {
  text-decoration: none;
  color: rgb(46, 46, 46);
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: clamp(17px, 2.55vw, 28px);
  line-height: 1.142857142857143;
  position: relative;
}
.first-row-right ul li::after {
  position: absolute;
  content: '';
  left: -57px;
  top: -2px;
  bottom: 0px;
  margin: auto 0px;
  height: 32px;
  width: 42px;
  background: url('/pics/blue-arrow.png') center center no-repeat;
  transition: all 0.5s ease 0s;
}
.first-row-right ul li:nth-child(2) a {
  letter-spacing: 0.15px;
}
.first-row-right ul li:nth-child(3)::after {
  top: 0px;
}
.first-row-right ul li:hover::after,
.first-row-right ul li:focus::after {
  left: -47px;
}
.first-row-right ul li a:hover,
.first-row-right ul li a:focus {
  color: rgb(0, 121, 194);
}
.first-row-right ul li:nth-child(3) {
  top: -1px;
  left: 0.5px;
}
.first-row-right ul li:nth-child(4) {
  top: -1px;
}

/* END FIRST ROW */
/* SEC ROW */
.second-row-home {
  width: 100%;
  position: relative;
  background: rgb(239, 62, 53);
}
.second-row-home-inner {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  display: flex;
}
.second-row-home-inner img {
  width: 100%;
}
/* END SEC ROW */
/* THIRD ROW */
.en-news-section-title {
  display: none;
}
.third-row-home {
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
}
.third-row-home-inner {
  padding: 54px 0px 47.4px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 98%;
}
.news-main-title a {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 4vw, 43.99px);
  line-height: 0.9545351216185497;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  color: rgb(21, 21, 21);
  display: inline-block;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  position: relative;
  left: -1px;
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a {
  grid-template-rows: repeat(3, max-content) !important;
  position: relative;
  width: 260px !important;
  min-height: 356px;
  background: transparent !important;
  border: 0px !important;
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::after {
  position: absolute;
  content: '';
  width: 257.45px;
  height: 257.45px;
  top: 0px;
  left: 0px;
  border: 1px solid rgb(224, 230, 233);
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
  box-sizing: border-box;
  position: relative;
  border: 0px;
  background: rgb(239, 244, 248) !important;
  height: 180px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  /* border: 1px solid rgb(224, 230, 233); */
  /* box-sizing: border-box; */
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  margin-top: 0px !important;
  height: 100% !important;
  width: auto !important;
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
  letter-spacing: 0.03px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  font-size: clamp(14px, 1.55vw, 17px);
  line-height: 1.352941176470588;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: rgb(30, 27, 35) !important;
  height: max-content !important;
  margin: 20px 0px 0 1px !important;
  -webkit-line-clamp: 2 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover,
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:focus {
  text-decoration: underline;
  color: rgb(231, 29, 19) !important;
}
.news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-summary {
  color: rgb(45, 45, 45);
  letter-spacing: 0px;
  font-size: clamp(13px, 1.64vw, 16px);
  line-height: 1.3125;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  position: relative;
  -webkit-line-clamp: 4 !important;
  height: max-content !important;
  margin: 8px 0px 4px 1px !important;
}
.news-content .en-news-show-all a {
  text-decoration: none;
  font-size: clamp(13px, 1.64vw, 18px);
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: lowercase;
  font-family: Poppins, sans-serif;
  transition: all 0.5s ease 0s;
  position: relative;
  display: inline-block !important;
  color: rgb(21, 21, 21) !important;
}
.news-content .en-news-show-all a:hover,
.news-content .en-news-show-all a:focus {
  text-decoration: underline;
  color: rgb(231, 29, 19) !important;
}
.news-content div.en-news-slider div.en-news-show-all {
  border: 0 !important;
  z-index: 9;
}
.en-card-slider-button-disabled {
  visibility: hidden;
}
.news-content .en-news-slider-buttons button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none !important;
  text-indent: -9999em;
  margin-top: 0 !important;
  position: static;
  color: rgb(0, 0, 0) !important;
}
.news-content .en-news-slider-buttons button:focus {
  outline: none !important;
}
.news-content .en-news-prev {
  background-image: url('/pics/news-prevArrow.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 43px;
  height: 40px;
}
/* .news-content .en-news-prev:focus {
  background-position: center right;
  width: 53px;
} */
.news-content .en-news-next:hover,
.news-content .en-news-prev:hover {
  background-position: left -49px center;
}
.news-content .en-news-next {
  background-image: url('/pics/news-nextArrow.png');
  background-repeat: no-repeat;
  background-position: center left;
  width: 43px;
  height: 40px;
}
/* .news-content .en-news-next:focus {
  background-position: center right;
  width: 53px;
} */
.news-content div.en-news-slider > div.en-news-slider-footer {
  justify-content: center !important;
  margin-top: 10px;
  margin-left: 2px;
}
.news-content .en-news-slider-buttons {
  position: absolute;
  left: 41%;
  display: flex;
  gap: 116px;
}
/* END THIRD ROW */
/* EVENTS */
.en-events-section-title {
  display: none;
}
.fourth-row-home {
  width: 100%;
  position: relative;
}
#slide-1 {
  background-image: url('/pics/parallax.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  /* background-position-y: 53% !important; */
}
.fourth-row-home-inner {
  padding: 60px 0 60.8px;
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.fourth-row-home-inner .events-box {
  background: rgba(239, 62, 53, 0.9);
  position: relative;
  left: -1px;
  box-shadow: -1px 1px 30px -14px rgba(0, 0, 0, 0.45);
  padding: 47px 10px 37px;
  text-align: center;
}
.fourth-row-home-inner .events-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 4vw, 43.99px);
  line-height: 0.9545351216185497;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #151515;
  display: inline-block;
  letter-spacing: -0.5px;
  margin-bottom: 33px;
}
.events-feed {
  margin: 33px 0 10px;
}
.events-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 2px;
  max-width: 1020px;
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day::after {
  position: absolute;
  right: -8px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ff4c43;
  content: '';
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day {
  position: relative;
  width: 210px !important;
  min-height: 151px;
  border: none !important;
  background: none !important;
  padding: 1px 15px 20px;
  line-height: 18px;
  grid-template-rows: repeat(2, max-content) !important;
  height: 100% !important;
}
.events-content div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date {
  border: 0 !important;
  background: none !important;
  width: 87px !important;
  height: 73px !important;
  position: relative;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
div.en-events-slider .en-events-slider-date .en-events-slider-date-month {
  padding: 0;
  color: #151515;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.64vw, 18px);
  position: relative;
  letter-spacing: 2px;
  text-align: center;
}
div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date .en-events-slider-date-day {
  color: #151515;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: clamp(25px, 4.36vw, 48px);
  position: relative;
  text-align: center !important;
  margin: 17px 0 0 !important;
  display: block;
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail {
  padding: 0 !important;
  margin: 12px 0 0 !important;
  position: relative;
  display: block;
}

div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-time{
  font-size: clamp(14px, 1.45vw, 16px) !important;

}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-events-slider-detail-li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #151515;
  font-size: clamp(14px, 1.45vw, 16px) !important;
  margin: 0 0 15px 0px;
  letter-spacing: 0px;
  line-height: 1.1875;
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-title a {
  color: #151515 !important;
  font-size: clamp(14px, 1.55vw, 17px);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.25px;
  font-weight: 600 !important;
  line-height: 1.235294117647059;
  margin-bottom: 6px;
  text-decoration: none;
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-title a:hover,
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-title a:focus {
  color: #000000 !important;
  text-decoration: underline;
}
div.en-events-slider > div.en-card-slider-inner-container {
  min-height: 150px !important;
}

div.en-events-slider > div.en-events-slider-footer {
  justify-content: center !important;
  margin: 27px 0 10px !important;
}

div.en-events-slider div.en-events-show-all-calendar {
  padding: 0;
  position: relative;
  gap: 53px;
  left: -2px;
  z-index: 9;
}

div.en-events-slider div.en-events-show-all-calendar a:hover {
  text-decoration: underline;
}

div.en-events-slider div.en-events-show-all-calendar a {
  font-size: clamp(13px, 1.64vw, 18px);
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: lowercase;
  color: #151515;
  letter-spacing: 0.25px;
  margin-top: 0 !important;
}
.en-events-slider-buttons {
  position: absolute;
  display: flex;
  gap: 358px;
}
.en-events-slider-buttons button {
  color: #000 !important;
  outline: none !important;
  top: 0px !important;
  width: 43px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  border: none !important;
  text-indent: -9999em;
  margin-top: 0 !important;
  position: static;
}
.en-events-slider-buttons .en-events-prev {
  background-image: url('/pics/event-prevArrow.png');
  background-position: center left;
  background-repeat: no-repeat;
}
.en-events-slider-buttons .en-events-prev:focus {
  background-position: right center !important;
  width: 51px;
}
.en-events-slider-buttons .en-events-prev:hover {
  background-position: left -52px center;
}
.en-events-slider-buttons .en-events-next {
  background-image: url('/pics/event-nextArrow.png');
  background-position: center left;
  background-repeat: no-repeat;
}
.en-events-slider-buttons .en-events-next:focus {
  background-position: right center !important;
  width: 51px;
}
.en-events-slider-buttons .en-events-next:hover {
  background-position: center left -52px;
}
/* END EVENTS */
/* INSTAGRAM */
.insta-row {
  width: 100%;
  position: relative;
  background: #fff;
}
.insta-row-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  padding: 50px 0;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  gap: 10px;
  position: relative;
  left: -1px;
  top: 3px;
}
.insta-col-left {
  width: 240px;
}
.insta-col-left h2 {
  color: #151515;
  font-weight: 600;
  font-size: clamp(25px, 4vw, 44px);
  line-height: 0.9545454545454545;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}
.insta-col-left h2 span {
  color: #e71d13;
  font-weight: 400;
  font-size: clamp(16px, 2.18vw, 24px);
  position: relative;
  top: -2px;
}
.insta-col-left h2 span.insta-first-letter {
  font-size: clamp(17px, 2.64vw, 29px);
  top: 0px;
}
.insta-col-right {
  width: 850px;
  position: relative;
  top: -3px;
  left: 1px;
}
.insta-feed {
  width: 100%;
  height: 220px;
  background: #eef4f7;
}
/* END INSTAGRAM */
/* FOOTER */
.footer {
  width: 100%;
  position: relative;
}
.footer::after {
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
  left: 0;
  background: url('/pics/footer-gradient.png') repeat-x center bottom;
  content: '';
  z-index: 1;
}
.footer-top {
  position: relative;
  width: 100%;
  background: #fff;
  height: 210px;
}
.footer-top-inner {
  max-width: 1100px;
  width: 98%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}
.footer-logo {
  position: relative;
  top: -3px;
}
.footer-logo img {
  width: clamp(116px, 17.36vw, 191px);
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  position: relative;
  top: -2px;
  left: 18.5px;
}
.contact-info a {
  color: #191919;
  margin: 0;
  text-decoration: none;
  font-size: clamp(12px, 1.55vw, 17px);
  line-height: 1.352941176470588;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.15px;
}
.contact-info a span {
  margin: 0 0 0 2px;
}
.footer-logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 2.36vw, 26px);
}
.cognia-logo {
  position: relative;
}
.cognia-logo img {
  width: clamp(75px, 12vw, 132px);
}
.sacs-logo {
  position: relative;
  left: 1px;
}
.sacs-logo img {
  width: clamp(75px, 12vw, 132px);
}
.somerset-logo {
  position: relative;
  left: 2px;
}
.somerset-logo img {
  width: clamp(75px, 11.73vw, 129px);
}
.footer-bottom {
  position: relative;
  width: 100%;
  background: #eef4f7;
  height: 40px;
}
.footer-bottom-inner {
  max-width: 1100px;
  width: 98%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}
.web-access {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
ul.web-access li {
  list-style-type: none;
}
ul.web-access li a:hover,
ul.web-access li a:focus {
  text-decoration: underline;
  color: #ef3e35;
}
ul.web-access li a {
  color: #191919;
  font-size: clamp(10px, 1vw, 11px);
  line-height: 1.545454545454545;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  position: relative;
}
ul.web-access li a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: url('/pics/web-border.jpg') repeat-x center;
  content: '';
  left: 0;
  bottom: 0;
}
.academica {
  position: relative;
  font-weight: 500;
  font-size: clamp(11px, 1.36vw, 15px);
  color: #151515;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Karla', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.5px;
  left: -10px;
  top: 0px;
}
.academica span {
  left: -0.5px;
  position: relative;
}
.academica img {
  width: clamp(100px, 13.45vw, 148px);
}
.fortify-logo {
  position: relative;
  left: 1px;
}
.fortify-logo img {
  width: clamp(115px, 17.73vw, 195px);
}

/* END FOOTER */
/* QUERIES */
@media only screen and (min-width: 801px) {
  #nav_items_0 > li a {
    width: auto;
    white-space: normal;
  }
  #nav_items_0 li:hover a,
  #nav_items_0 li:focus a,
  #nav_items_0 li.over a {
    color: rgb(239, 62, 53);
  }
  #nav_items_0 ul,
  #nav_items_0 li:hover ul ul,
  #nav_items_0 li:focus ul ul,
  #nav_items_0 li.over ul ul,
  #nav_items_0 li:hover ul ul ul,
  #nav_items_0 li:focus ul ul ul,
  #nav_items_0 li.over ul ul ul,
  #nav_items_0 li:hover ul ul ul ul,
  #nav_items_0 li:focus ul ul ul ul,
  #nav_items_0 li.over ul ul ul ul {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px;
    position: absolute;
    right: auto;
    left: -9999em;
    top: -9999em;
    z-index: 9999;
    width: clamp(240px, 27.27vw, 300px);
    margin: 0px;
    padding: 0px;
    font-size: 12px;
  }
  #nav_items_0 ul li {
    margin: 0px;
    left: auto;
  }
  #nav_items_0 li:hover ul,
  #nav_items_0 li:focus ul,
  #nav_items_0 li.over ul {
    left: auto;
    top: auto;
    background: rgba(227, 66, 57, 0.9);
    padding: 10px 0px;
  }
  #nav_items_0 ul li:hover ul,
  #nav_items_0 ul li:focus ul,
  #nav_items_0 ul li.over ul,
  #nav_items_0 ul ul li:hover ul,
  #nav_items_0 ul ul li:focus ul,
  #nav_items_0 ul ul li.over ul,
  #nav_items_0 ul ul ul li:hover ul,
  #nav_items_0 ul ul ul li:focus ul,
  #nav_items_0 ul ul ul li.over ul {
    position: absolute;
    top: 0px;
    left: 100%;
    padding: 10px 0px;
  }
  #nav_items_0 li:hover ul li a,
  #nav_items_0 li:focus ul li a,
  #nav_items_0 li.over ul li a {
    margin: 0px;
    box-shadow: none;
    text-align: left;
    text-decoration: none;
    padding: 6.5px 12px 8.5px 23px;
    height: auto;
    width: 100%;
    font-size: clamp(14px, 1.64vw, 18px);
    line-height: 1.277777777777778;
    letter-spacing: 0.4px;
    white-space: normal;
    text-shadow: none;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: unset;
    color: rgb(0, 0, 0) !important;
    max-width: 300px;
  }
  #nav_items_0 li:hover ul li a,
  #nav_items_0 li:focus 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:focus 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:focus 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:focus ul a,
  #nav_items_0 li ul li ul li ul li.over ul a {
    background: transparent;
    color: rgb(0, 0, 0) !important;
  }
  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li a:focus,
  #nav_items_0 li ul li:hover a,
  #nav_items_0 li ul li:focus 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:focus ul a:focus,
  #nav_items_0 li ul li.over ul a:focus,
  #nav_items_0 li ul li ul li:hover a,
  #nav_items_0 li ul li ul li:focus 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: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:hover a,
  #nav_items_0 li ul li ul li ul li:focus 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:focus ul a:focus,
  #nav_items_0 li ul li ul li ul li.over ul a:hover,
  #nav_items_0 li ul li ul li ul li.over ul a:focus {
    background: url('/pics/nav-bg.jpg') left top repeat-y, rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
  }
  #nav_items_0 li:last-child:hover ul,
  #nav_items_0 li:last-child:focus ul,
  #nav_items_0 li:last-child .hover ul {
    right: 0px;
  }
  nav#menu ul li span.nav_icon {
    display: none;
  }
  #nav_items_0 li a bdi::after,
  #nav_items_0 li a li a bdi::after,
  #nav_items_0 li a li a li a bdi::after {
    content: ' →';
  }
}
@media only screen and (max-width: 1400px) {
  .sidelinks {
    position: absolute;
   top: clamp(190px, 14.28vw, 200px);
  }
}
@media only screen and (max-width: 1200px) {
  #nav_items_0 {
    left: 0;
    justify-content: flex-end;
  }
  #nav_items_0 li:nth-last-child(2):hover ul,
  #nav_items_0 li:nth-last-child(2):focus ul,
  #nav_items_0 li:nth-last-child(2) .hover ul {
    right: 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .en-widescreen-video.video-section-home button {
    width: 36px !important;
    height: 36px !important;
    font-size: 2rem;
    padding: 0 !important;
  }
  .events-content {
    left: 0;
  }
  .footer::after {
    height: 20px;
    top: -20px;
  }
  .footer-top {
    height: max-content;
    padding: 6px 0;
  }
  .footer-bottom {
    padding: 3px 0;

    height: max-content;
  }
  .footer-logo {
    top: 0;
  }
  .contact-info {
    top: 0;
    left: 0;
  }
  .insta-col-right {
    width: clamp(400px, 63.64vw, 700px);
    top: 0;
  }
  .insta-col-left {
    width: max-content;
  }
  .news-content .en-news-slider-buttons {
    left: 40%;
  }
  .en-widescreen-video.video-section-home {
    height: max-content !important;
    min-height: max-content !important;
    line-height: 0;
  }
  .en-widescreen-video video {
    min-height: auto !important;
    aspect-ratio: 1280 / 720 !important;
  }
  .first-row-one,
  .first-row-two {
    background-position-x: 52%;
  }
  .en-marquee-module {
    max-width: 900px;
  }
  .first-row-left p {
    width: 400px;
  }
  .first-row-left-text {
    left: 0;
    justify-content: flex-start;
    gap: 10px;
  }
  .first-row-right {
    width: 170px;
    left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .sidelinks ul{
    gap: 6px;
  }
}
@media only screen and (max-width: 1000px) {
  .sidelinks{
    top: clamp(160px,17vw,170px);
  }
  .en-public-header .en-nav {
    height: max-content;
    padding: 20px 0;
  }
  #nav_items_0 {
    top: 16px;
  }
  .en-nav .header-icons-wrapper {
    top: 0;
    left: 0;
    gap: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .sidelinks ul li,
  .sidelinks ul li a {
    min-height: 40px;
  }
  .sidelinks ul li a {
    height: 55px;
  }
}
@media only screen and (max-width: 900px) {
  div.en-events-slider div.en-events-show-all-calendar {
    gap: 30px;
    left: 0;
  }
  .en-events-slider-buttons {
    gap: 240px;
  }
  .insta-row-inner {
    top: 0;
    left: 0;
    padding: 20px 0;
  }
  .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::after {
    height: 184.45px;
  }
  .third-row-home-inner {
    padding: 20px 0;
  }
  .news-content .en-news-slider-buttons {
    gap: 87px;
  }
  #nav_items_0 li a {
    margin: 0px 12px;
  }
  .first-row-one-inner {
    padding: 16px 0 20px;
    width: 100%;
  }
  .en-marquee-module {
    max-width: 100%;
  }
  .first-row-left {
    width: 530px;
    justify-content: space-between;
    gap: 0;
  }
  .first-row-two {
    background-position-x: 56%;
  }
  .first-row-left p {
    width: 300px;
  }
  .first-row-two-inner {
    padding: 0px 5px 20px;
  }
  .first-row-right {
    margin-top: 0;
  }
  .first-row-left h1 {
    margin: 0px 0px 20px 11px;
  }
  .first-row-right ul li::after {
    background-size: contain;
    width: clamp(27px, 4.66vw, 42px);
    height: clamp(20px, 3.55vw, 32px);
  }
}
@media only screen and (max-width: 800px) {
  .en-widescreen-video .en-video-controls {
    bottom: 6px !important;
    left: inherit !important;
    right: 6px !important;
  }
  .en-widescreen-video.video-section-home button {
    width: 25px !important;
    height: 25px !important;
    font-size: 1.6rem;
  }
  div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day::after {
    content: none;
  }
  .fourth-row-home-inner .events-box {
    padding: 20px 4px;
  }
  div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date .en-events-slider-date-day {
    margin: 8px 0 0 !important;
  }
  .events-content div.en-events-slider div.en-card-slider-inner-container div.en-events-slider-date {
    height: 60px !important;
  }
  div.en-events-slider > div.en-events-slider-footer {
    margin: 5px 0 !important;
  }
  .fourth-row-home-inner .events-title {
    margin-bottom: 16px;
  }
  .news-content .en-news-slider-buttons,
  .en-events-slider-buttons {
    position: static;
    gap: 5px;
  }
  div.en-events-slider div.en-events-show-all-calendar {
    gap: 16px;
  }
  .news-content div.en-news-slider > div.en-news-slider-footer,
  div.en-events-slider > div.en-events-slider-footer {
    justify-content: space-between !important;
    margin: 0;
  }
  .news-main-title a {
    margin-bottom: 15px;
  }
  .first-row-right ul li::after {
    left: -44px;
  }
  .first-row-right ul li:hover::after,
  .first-row-right ul li:focus::after {
    left: -38px;
  }
  .logo-none {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: none;
  }
  .en-header-school-logo,
  .header-wrapper {
    position: static;
    align-items: center;
    justify-content: space-between;
    height: max-content;
    padding: 6px;
    width: 100% !important;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .header-wrapper {
    position: relative;
    background: none;
    border: none;
    padding: 0;
  }
  .en-public-header .en-nav .header-icons-wrapper {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    z-index: 999;
    background: #f8f8f8;
    gap: clamp(20px, 4.5vw, 30px);
    padding: 4px 4px;
    box-sizing: border-box;
    border-top: 2px solid #357dc6;
    padding-right: clamp(16px, 4.5vw, 30px);
  }
  .button-wrapper {
    display: block;
  }
  .button-wrapper .en-mobnav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: #257bc4;
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    /* border-radius: 50%; */
    border: 2px solid #fac200;
    transition: all 0.4s ease;
    margin-right: clamp(1px, 1vw, 8px);
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #fac200;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button b {
    font-size: clamp(17px, 3.75vw, 30px);
    color: #fac200;
  }
  /* .button-wrapper .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  } */
  .button-wrapper .en-mobnav-button:hover {
    background-color: #fac200;
    border: 2px solid #257bc4;
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: #257bc4;
  }
  .button-wrapper .en-mobnav-button:hover b {
    color: #257bc4;
  }
  .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;
    padding: 0;
  }
  #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;
    padding-right: 0 !important;
    background: none;
    margin: 0;
  }
  #nav_items_0 li a {
    padding: 9px 15px !important;
    text-align: start;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    background: rgba(227, 66, 57, 0.9);
    color: #fff;
    font-size: clamp(13px, 2.43vw, 15px);
    line-height: 1.18518333;
    width: 100%;
    height: max-content;
    font-weight: 600;
    margin: 0;
  }
  #nav_items_0 li ul li a {
    width: 100% !important;
    background: #fff;
    color: rgba(227, 66, 57, 0.9) !important;
    font-size: clamp(12px, 2vw, 13px) !important;
    border-bottom: 1px solid #000;
    text-shadow: none;
    text-transform: capitalize;
    padding-left: 30px !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;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    width: 0;
    height: 0;
    z-index: 9;
    pointer-events: none;
  }
  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li a:focus {
    background: #75b336 !important;
    color: #fff !important;
    padding-left: 40px !important;
    transition: all 0.3s ease 0s;
  }
  .en-header-school-logo .logo-wrapper {
    top: 0;
    left: 0;
    gap: clamp(3px, 0.5vw, 4px);
  }
  .header-text {
    left: 0;
    font-size: clamp(10px, 2.25vw, 12px);
  }
  .header-logo img {
    width: clamp(150px, 28.5vw, 200px);
  }
  .sidelinks {
    position: static;
    margin: 10px 0;
  }
  .sidelinks ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5px;
    gap: clamp(8px, 1.8vw, 15px);
  }
  .sidelinks ul li {
    width: clamp(140px, 18.75vw, 150px);
  }
  .sidelinks ul li a {
    width: clamp(140px, 18.75vw, 150px);
    height: clamp(40px, 7.5vw, 60px);
    font-size: clamp(12px, 1.8vw, 15px);
  }
}
@media only screen and (max-width: 730px) {
  .first-row-two-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .first-row-left {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .first-row-left p {
    width: 60%;
  }
  .first-row-left p br {
    display: none;
  }
  .first-row-left-text {
    justify-content: center;
  }
  .first-row-left .first-row-badge {
    top: 0;
    left: 0;
    align-self: center;
    margin: 10px 0;
  }
  .first-row-right {
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first-row-two-inner {
    padding: 0;
  }
  .first-row-right {
    background: url('/pics/links-bg.png') repeat left;
    background-position: right;
    padding: 15px 0;
  }
  .first-row-two {
    background: none;
  }
  .first-row-home {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 75vw !important;
  }
  .first-row-left p {
    width: 70%;
    margin: 0;
  }
  .first-row-two-inner {
    gap: 5px;
  }
  .first-row-right ul li a br {
    display: none;
  }
  .insta-row-inner {
    flex-direction: column;
    padding: 16px 0;
  }
  .insta-col-right {
    width: 100%;
    top: 0;
    left: 0;
  }
  .insta-feed {
    height: 190px;
  }
  .academica {
    gap: 4px;
    left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .footer-top-inner {
    display: grid;
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    row-gap: 6px;
  }
  .footer-bottom-inner {
    display: grid;
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    row-gap: 3px;
  }
  .academica {
    grid-column: 1/-1;
  }
  .web-access {
    grid-row: 2;
  }
  .footer-logo-group {
    grid-column: 1/-1;
  }
  .footer::after {
    height: 10px;
    top: -10px;
  }
}
@media only screen and (max-width: 500px) {
  .news-content div.en-news-slider div.en-card-slider-inner-container > a {
    min-height: 320px;
  }
  .first-row-right ul li::after {
    left: -30px;
    width: 20px;
    height: 16px;
  }
  .first-row-right ul li:hover::after,
  .first-row-right ul li:focus::after {
    left: -23px;
  }
  .first-row-left p span {
    margin: 0;
  }
  .first-row-left h1 {
    margin: 0px 0px 10px 0;
  }
  .first-row-right ul {
    gap: 18px;
  }
}

@media only screen and (max-width: 450px) {
  .second-row-home-inner img {
    aspect-ratio: 11/3.4;
  }
  div.en-events-slider div.en-events-slider-footer {
    flex-direction: row !important;
    padding-top: 0 !important;
  }
  #slide-1 {
    background-position-x: center !important;
  }
}

.en-public-header::after {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  z-index: 1;
  content: '';
  background: url('/pics/header-gradient.png') repeat-x top;
}
@media only screen and (min-width: 1100px) {
  .en-marquee-module .en-marquee-popup-wrapper {
    transform: translate(-50%, -18%) !important;
  }
  .title.gray {
    background: #000;
  }
}

@media only screen and (max-width: 800px) and (max-height: 450px) {
  .en-header-school-logo,
  .header-wrapper {
    max-height: 100px;
  }
  .header-logo img{
    width: 150px;
  }
  .header-text{
    font-size: 10px;
  }
}

