@font-face {
  font-family: 'Aleo-Italic';
  src: url('/_MASTER/common_files/fonts/Aleo-Italic.eot');
  src: url('/_MASTER/common_files/fonts/Aleo-Italic.eot?#iefix') format('embedded-opentype'),
    url('/_MASTER/common_files/fonts/Aleo-Italic.svg#epica-sanspro') format('svg'),
    url('/_MASTER/common_files/fonts/Aleo-Italic.ttf') format('truetype'),
    url('/_MASTER/common_files/fonts/Aleo-Italic.woff') format('woff'), url('/_MASTER/common_files/fonts/Aleo-Italic.woff2') format('woff2'),
    url('/_MASTER/common_files/fonts/Aleo-Italic.otf') format('otf');
}
:root {
  --en-website-width: 1100px;

  /* Header height */
  --height: 230px;
  --top-bar-height: 40px;
  --center-bar-height: 140px;
  --bottom-bar-height: 50px;
  --header-background: #e92126;
  --menu-color: #fff;
  --menu-background: #344192;

  /* Marquee */
  --marquee-font: 400 clamp(14px, 1.46vw, 16px) 'Roboto', sans-serif;
  --marquee-letter-spacing: 0px;
  --marquee-background: #fff;
  --marquee-color: #191c2f;
  --marquee-popup-font: inherit;
  --marquee-popup-letter-spacing: 0px;
  --marquee-popup-background: #344192;
  --marquee-popup-color: #fff;
  --marquee-popup-button-color: #221e1f;
  --marquee-popup-button-background: #fff;
  --marquee-popup-active-button-color: #000;
  --marquee-popup-active-button-background: #f9e90d;

  /* Inner */
  --en-website-inner-font-family: 'Roboto', sans-serif;
  --en-website-inner-font: clamp(14px, 1.65vw, 18px);
  --en-website-inner-font-weight: 400;
  --en-website-inner-line-height: 2.6rem;
  --color-neutral: #2e2e2f;
  --color-dark: #fff;
  --background-color-dark: #344192;
  --color-light: #0e0e0e;
  --background-color-light: #fdfafa;
}
html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.231;
  background: #e92126;
  font-size: 1.3rem;
}
[hidden] {
  display: none;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}
#mobileapp-smart-banner {
  z-index: 999999999999 !important;
}
.en-hp-alert-box {
  max-width: 600px !important;
  width: 95% !important;
}
.en-hp-alert-box .alert-box-header h1 {
  font-size: clamp(14px, 1.6363vw, 18px) !important;
  line-height: 2 !important;
}
#alert-box-overlay {
  z-index: 9999999999 !important;
}
.alert-box {
  z-index: 999999999999 !important;
}
.en-hp-alert-box .alert-box-body div.contents,
.en-hp-alert-box .alert-box-body div.contents table {
  font-size: clamp(14px, 1.55vw, 17px) !important;
  color: #262626 !important;
  line-height: 1.4117647059 !important;
}
.en-hp-alert-box .alert-box-body div.contents img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 650px) {
  #alert-box {
    width: 92% !important;
  }
  .alert-box .alert-box-body img {
    width: 100%;
  }
}
div.en-dev-ghost {
  justify-content: center !important;
}
a,
a:active,
a:visited {
  color: #033b73;
}
/* marquee */
/* header start */
.logo-none {
  display: none !important;
}
.en-public-header {
  width: 100%;
  position: relative;
  background: #fff;
}
.en-public-header::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: var(--top-bar-height);
  width: 100%;
  height: var(--center-bar-height);
  background: var(--header-background);
  z-index: 8;
}
.en-public-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: var(--bottom-bar-height);
  background: url('/_MASTER/common_pics/menu_bg.png') repeat center;
  z-index: 8;
}
.en-public-header .en-nav {
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  font-synthesis: none;
  position: relative;
  display: grid;
  grid-template-rows: var(--top-bar-height) var(--center-bar-height) var(--bottom-bar-height);
}
.en-nav .header-icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  gap: clamp(15px, 2.4vw, 27px);
}
.en-public-header div.en-marquee-module {
  height: 23px;
  width: clamp(300px, 45vw, 550px);
  position: relative;
  background: var(--marquee-background);
  margin: 0 20px 0 0;
}
.en-public-header div.en-marquee-module:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--marquee-background) 0%, transparent 10%, transparent 90%, var(--marquee-background) 100%);
}
.en-public-header div.en-marquee-module p {
  color: var(--marquee-color);
  font: var(--marquee-font);
  letter-spacing: var(--marquee-letter-spacing);
  animation-duration: 22s !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: var(--marquee-popup-background);
  transform: translateY(1px);
}
.en-public-header .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup,
.en-public-header .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-popup-text {
  background-color: var(--marquee-popup-background);
  color: var(--marquee-popup-color);
  font: var(--marquee-popup-font);
  letter-spacing: var(--marquee-popup-letter-spacing);
  font-size: clamp(13px, 1.55vw, 17px);
  border: 0;
  border-radius: 0;
  padding: 0 0 9px;
}
.en-public-header .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-popup-text {
  padding: 4px 8px 8px;
  margin: 0;
  font-size: clamp(14px, 1.45vw, 16px);
  font-family: 'Roboto', sans-serif;
}
.en-public-header .en-marquee-module .en-marquee-popup-wrapper {
  max-width: 90%;
}
.en-public-header .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
  gap: 3px;
  padding: 8px 0;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background-color: var(--marquee-popup-button-background);
  color: var(--marquee-popup-button-color);
  font: var(--marquee-font);
  padding: 3px 10px;
  font-size: clamp(14px, 1.64vw, 18px);
  border-radius: 3px;
}
.en-marquee-module .en-marquee-tooltip-buttons button:hover,
.en-marquee-module .en-marquee-tooltip-buttons button:focus,
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed='true'] {
  background-color: var(--marquee-popup-active-button-background);
  color: var(--marquee-popup-active-button-color);
}
/* marquee */
.en-public-header #en-public-header-translate::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background: #d2d4d4;
  left: -28.5px;
  top: -2px;
}
.en-public-header #en-public-header-translate {
  text-transform: capitalize;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  outline: 0 !important;
  color: #2e2e2f !important;
  background: url('/_MASTER/common_pics/translate.png') no-repeat right top 7px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.45vw, 16px);
  letter-spacing: 0px !important;
  padding: 0 17.5px 0 0 !important;
  top: -1px;
}
.en-public-header .enh1-search {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: -1px;
}
.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #344192 !important;
}
.en-popup-close-img {
  background-color: #0e0e0e !important;
  border-radius: 50%;
}
.en-header-popup-body {
  padding-top: 26px !important;
}
.en-nav .header-icons-wrapper .enroll-now {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(14px, 1.64vw, 18px);
  color: #2e2e2f;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  background: #e1e2e2;
  padding: 9.22px 39.5px 10.8px 18.2px;
  display: inline-block;
  z-index: 9;
  line-height: 20px;
}
.en-nav .header-icons-wrapper .enroll-now::after {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/enroll_icon.png') no-repeat center;
  width: 13px;
  height: 13px;
  right: 18px;
  top: 13px;
  transition: 0.3s all ease-in-out;
}
.en-nav .header-icons-wrapper .enroll-now::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9e90d;
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: -9;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.en-nav .header-icons-wrapper .enroll-now:hover::before,
.en-nav .header-icons-wrapper .enroll-now:focus::before {
  transform: scaleX(1);
}
.en-nav .header-icons-wrapper .enroll-now:hover::after,
.en-nav .header-icons-wrapper .enroll-now:focus::after {
  transform: scale(1.125);
}
.en-header-school-logo {
  grid-row: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-wrapper {
  display: none;
}
.en-header-school-logo .logo-wrapper {
  display: grid;
  position: relative;
  align-items: center;
  justify-content: center;
  grid: repeat(2, max-content) / repeat(2, max-content);
  column-gap: clamp(10px, 2.26vw, 26px);
  row-gap: 12px;
  top: 2px;
}
.header-logo {
  position: relative;
  grid-row: 1/-1;
  width: var(--header-logo-width);
  background: url('/pics/header_logo.png') no-repeat;
  font-size: 0;
  height: auto;
  background-size: contain;
  top: -17px;
  left: -1px;
}
.en-header-school-logo .logo-wrapper h1 {
  align-self: flex-end;
}
.header-name {
  position: relative;
  width: var(--header-name-width);
  background: url('/pics/header_name.png') no-repeat;
  font-size: 0;
  height: auto;
  background-size: contain;
  top: 1px;
}
.header-motto {
  font-family: 'IBM Plex Serif', serif;
  font-size: clamp(12px, 1.82vw, 20px);
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.01);
  align-self: flex-start;
  position: relative;
  width: max-content;
  left: 1px;
  top: -1px;
}
.leona-logo-header {
  background: url('/pics/leon-logo.png') no-repeat center top;
  background-size: contain;
  width: clamp(110px, 19vw, 210px);
  height: auto;
  aspect-ratio: 210/99;
  color: #000;
  left: 40px;
  position: relative;
  top: 1px;
}
#nav_items_0 {
  grid-row: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav_items_0 li {
  list-style: none;
  display: inline;
  position: relative;
  padding: 0px;
}
#nav_items_0 li a {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 12.5px clamp(5px, 0.9vw, 10px) 12.5px;
  font-size: clamp(15px, 1.82vw, 20px);
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
/* sidelinks */
#sidelinks {
  position: fixed;
  right: 0px;
  top: 265px;
  z-index: 99;
}
#sidelinks ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
#sidelinks li {
  list-style-type: none;
  display: flex;
  position: relative;
  right: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
#sidelinks ul li a .link_text {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  font-size: clamp(13px, 1.82vw, 20px);
  position: relative;
  display: flex;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  line-height: 1.2;
  right: 0;
  text-transform: uppercase;
  background: #fff5aa;
  align-content: center;
  align-self: center;
  min-height: 50px;
  border-radius: 50px 0 0 50px;
  margin: 4.5px 0;
  display: none;
  padding: 0 27px 0 75px;
  justify-content: center;
  text-align: center;
  transition: 0.5s all ease-in-out;
}
#sidelinks ul li a:hover .link_text,
#sidelinks ul li a:focus .link_text {
  display: flex;
}
#sidelinks ul li a:hover::before,
#sidelinks ul li a:focus::before {
  left: 0;
  transform: translateX(0);
}
#sidelinks ul li a:before {
  content: '';
  position: absolute;
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  right: 0;
  transform: translateX(-21px);
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
#apply_icon:before {
  background: url(/pics/sidelink_apply.png) no-repeat center;
}
#calendar_icon::before,
.calendar_icon::before {
  background: url(/pics/sidelink_calender.png) no-repeat center;
}

#payment_icon::before {
  background: url(/pics/sidelink_payment.png) no-repeat center;
}
#directions_icon::before {
  background: url(/pics/sidelink_map.png) no-repeat center;
}
#portal_icon::before {
  background: url(/pics/sidelink_portal.png) no-repeat center;
}
#transportation_icon::before {
  background: url(/pics/transportation-icon.png) no-repeat center;
}

.link_icon {
  background-color: #fff !important;
  width: clamp(40px, 5.45vw, 60px);
  height: auto;
  aspect-ratio: 1;
  background-size: contain !important;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 21px;
  z-index: 1;
}
#sidelinks:hover ul li a {
  text-decoration: none;
}
#sidelinks ul li a {
  width: 100%;
  height: 60px;
  transition: 0.5s all ease-in-out;
  border-radius: 50px;
}
#sidelinks ul li #payment_icon .link_text {
  width: auto;
}
#transport_icon::before {
  background: url(/pics/sidelink_transport.png) no-repeat center;
}
#schools_icon::before {
  background: url(/pics/sidelink_schools.png?v=2) no-repeat center;
}

#schools_icon2::before {
    background: url(/pics/sidelink_e-school.png) no-repeat center;
}

/* header end */
.index-wrapper {
  position: relative;
  flex: 1;
  background: #fff;
}
.main-row {
  position: relative;
  width: 100%;
  background: #fff;
}
.main-row-inner {
  width: min(100%, var(--en-website-width));
  padding-inline: clamp(0px, calc(1130px - 100vw), 10px) !important;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-row h2 a {
  font-size: var(--en-website-font-1);
  font-family: var(--en-website-module-title-font-family);
  color: var(--module-title-color);
  text-decoration: none;
}
.container {
  position: relative;
  margin-top: 0;
}
/* slider start */
.slide-show {
  width: 100%;
  height: 680px;
  background: #000;
}
.slide-show > div {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.slide-show .nivoSlider {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.nivo-slice {
  width: 100% !important;
}
/* slider end */
/* first row start */
.main-first-row {
  background: #eff2f4;
}
.main-first-row::before {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/row_lines.png') no-repeat center;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
}
.main-first-row .main-row-inner {
  padding: 60px 0;
  justify-content: flex-start;
}
.child_thrives_img {
  background: url(/pics/child_thrives.jpg) no-repeat center;
  width: clamp(250px, 50vw, 550px);
  height: auto;
  aspect-ratio: 55/40;
  background-size: contain !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.child_thrives_text {
  position: relative;
  width: clamp(250px, 44vw, 485px);
  margin: clamp(10px, 5vw, 56px) 0 0 clamp(10px, 3.64vw, 40px);
}
.child_thrives_text h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(28px, 5.5vw, 60px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9666666667;
  color: #000;
  text-align: left;
  position: relative;
  margin: 0 0 22px;
}
.child_thrives_text h2 span {
  font-weight: 700;
}
.child_thrives_text p {
  font-family: 'IBM Plex Serif', serif;
  font-size: clamp(14px, 1.82vw, 20px);
  line-height: 1.4;
  color: #2e2e2f;
  font-weight: 400;
  margin: 0;
}
.child_thrives_text h2::before {
  content: '';
  position: absolute;
  background: #344192;
  width: 20px;
  height: 4px;
  top: -36px;
  left: 0;
}
/* first row end */
/* second row start */
.main-second-row {
  background: url(/pics/events_bg.png) repeat-y center;
}
.main-second-row::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}
.main-second-row .main-row-inner {
  padding: 50px 0 0;
  justify-content: flex-start;
}
.main-second-row .social-box {
  margin: 28px 0 0 0;
  position: relative;
}
.main-second-row .events-box {
  position: relative;
  width: clamp(290px, 36.3vw, 400px);
  margin: clamp(10px, 6vw, 66px) 0 0 clamp(10px, 10vw, 118px);
}
.social-box h2 {
  font-family: 'Aleo-Italic';
  font-size: clamp(20px, 3.6vw, 41px);
  color: #e92126;
  font-weight: normal;
  line-height: 0.8292682927;
  margin: 0 0 0 2px;
  position: relative;
}
.social-box h3 {
  font-family: 'Aleo-Italic';
  font-size: clamp(20px, 2.7vw, 30px);
  color: #2e2e2f;
  line-height: 1;
  font-weight: normal;
  margin: 9px 1px 20px 0;
  padding: 0;
  justify-self: flex-end;
}
#social_tabs {
  float: left;
  margin: -0.5px 0 0 10px;
}
.tabs_2 {
  width: 70px;
  float: left;
}
.panels_2 {
  float: left;
  width: clamp(290px, 35vw, 398px);
  background: #fff;
  height: 458px;
  position: relative;
  border: 1px solid #c1c4c6;
  overflow-y: auto;
}
.tab_2 {
  position: relative;
  width: 70px;
  height: 90px;
  cursor: pointer;
  display: block;
  background-color: #eff2f4 !important;
  margin: 0 0 5px;
}
.panel_2 {
  display: none;
}
#social_tabs .radio {
  display: none;
}
#one:checked ~ .panels_2 #one-panel,
#two:checked ~ .panels_2 #two-panel,
#three:checked ~ .panels_2 #three-panel {
  display: block;
}
#one:checked ~ .tabs_2 #one-tab,
#two:checked ~ .tabs_2 #two-tab,
#three:checked ~ .tabs_2 #three-tab {
  background-color: #2e2e2f !important;
  color: #fff;
  width: 80px;
  left: -10px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.tab_2:hover,
.tab_2:focus {
  background-color: #2e2e2f !important;
}
#one-tab {
  background: url('/_MASTER/common_pics/fb_embed_icon.png') no-repeat center;
}
#two-tab {
  background: url('/_MASTER/common_pics/tweet_embed_icon.png') no-repeat center;
}
#three-tab {
  background: url('/_MASTER/common_pics/insta_embed_icon.png') no-repeat center;
}

.events-box h2 {
  margin: -0.5px 0 24px 0;
}
.events-box .events-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(22px, 3.6vw, 40px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  text-decoration: none;
  color: #000003;
}
section.events-box #hp-events #events {
  position: relative;
  overflow-y: auto;
  max-height: 340px;
  margin: 0 0 27.5px 2px;
  padding-right: 11px;
}
section.events-box #events::-webkit-scrollbar {
  width: 0.5em;
}
section.events-box #events::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #000000;
}
section.events-box #events::-webkit-scrollbar-thumb {
  background-color: #000003;
}
.events-box #hp-events .v3 .dayInfoWrap {
  width: 62px;
  min-height: 62px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border-radius: 50px;
}
.events-box #hp-events .v3 span.month {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  color: #000003;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin: 8.5px 0 0 0px;
  letter-spacing: 0;
}
.events-box #hp-events .v3 span.day {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  color: #000003;
  font-size: clamp(20px, 2.3vw, 25px);
  line-height: 22px;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 400;
  margin: -3px 0 0 -0.5px;
}
.events-box #hp-events .v3 ul {
  padding-left: clamp(70px, 8vw, 80px);
  margin-bottom: 22px;
  top: -3.5px;
  position: relative;
  min-height: 63px !important;
}
.events-box #hp-events ul li.event div {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000003;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.375;
  letter-spacing: 0;
}
.events-box #hp-events ul li.event div a {
  position: relative;
  font-size: clamp(15px, 1.64vw, 18px);
  color: #000003;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 500;
  line-height: 1.2222222222;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.events-box #hp-events ul li.event div a:hover,
.events-box #hp-events ul li.event div a :focus {
  text-decoration: underline;
  color: #e92126;
}
.events-box #hp-events .hpeventlinks div a {
  text-decoration: none;
  color: #171717 !important;
  font-weight: 700;
  font-size: clamp(14px, 1.64vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 0 3px 10px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
  z-index: 4;
}
#hp-events ul li.event div.title {
  margin-bottom: 0px !important;
}
.events-box #hp-events .hpeventlinks div a::before {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/events_btn_icon.png');
  width: 26px;
  height: 26px;
  left: 0;
  top: -1px;
  z-index: -1;
}
#events-page #events.v1 .event span.location {
  padding: 1px 0 0 3px;
}
#events-page #events .event .title a,
#events-page #events.v1 .event span.location {
  float: left;
}
#events-page #events.v1 .dayeventwrap {
  padding: 0 0 15px;
}
.events-box .time span:first-child,
.events-box .location span:first-child {
  display: none;
}
#hp-events .hpeventlinks {
  margin-left: 30px !important;
}
.events-box .hpeventlinks div a[target] {
  margin: 0 30.5px 0 -28px;
}
.events-box #hp-events .hpeventlinks div a:hover {
  color: #e92126 !important;
}
.events-box #hp-events ul li.event .location {
  margin: -3px 0 0 0;
}
.events-box #hp-events .hpeventlinks div a::after,
.news-content .en-news-slider .en-news-show-all a:after {
  content: '';
  position: absolute;
  background: #e92126;
  width: 0;
  height: 2px;
  left: 12px;
  bottom: 2px;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
.events-box #hp-events .hpeventlinks div a:hover::after,
.events-box #hp-events .hpeventlinks div a:focus::after,
.news-content .en-news-slider .en-news-show-all a:hover:after,
.news-content .en-news-slider .en-news-show-all a:focus:after {
  opacity: 1;
  width: 50%;
}
/* second row end */
/* third row start */
.main-third-row .main-row-inner {
  padding: 53px 0 46px;
  flex-direction: column;
  align-items: unset;
}
.hp-news .en-news-section-title {
  display: none;
}
.hp-news .news-title {
  width: auto;
  height: auto;
  font-size: clamp(22px, 3.6vw, 40px);
  text-decoration: none;
  color: #000003;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0px 0 8px 0px;
}
.hp-news div.en-news-slider div.en-news-show-all {
  padding: 0;
  border: 0;
}
.news-content .en-news-slider .en-news-show-all a {
  position: absolute;
  top: -44px;
  color: #171717;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(14px, 1.64vw, 18px);
  line-height: 1.4444444444;
  padding: 0 0 3px 10px !important;
  text-decoration: none;
  text-transform: uppercase;
  right: 0px;
}
.news-content .en-news-slider .en-news-show-all a::before {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/events_btn_icon.png');
  width: 26px;
  height: 26px;
  left: -1px;
  top: -1px;
}
.news-content .en-news-slider .en-news-show-all a:hover,
.news-content .en-news-slider .en-news-show-all a:focus {
  color: #e92026 !important;
}
.hp-news .news-content {
  width: 100%;
  position: relative;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
  grid-template-rows: repeat(3, max-content) !important;
  position: relative;
  box-sizing: border-box;
  width: 350px !important;
  min-height: 374px !important;
  background: none !important;
  border: 0 !important;
  background: none !important;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
  overflow: hidden;
  color: #fff;
  text-align: center;
  width: auto;
  vertical-align: middle;
  height: 240px !important;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  background: #e92026 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  max-width: 100%;
  display: block;
  width: auto !important;
  height: 100% !important;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s ease;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title {
  margin: clamp(10px, 1.72vw, 19px) 12px 6px 0px !important;
  padding: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  height: max-content !important;
  font-size: clamp(15px, 1.64vw, 18px);
  color: #000000;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover,
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:focus {
  color: #e92026;
}
.hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-summary {
  margin: 0px 12px 0 0px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  height: max-content !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2e2e2f;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.375;
}
.hp-news .news-content .en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: none !important;
  text-indent: -999999em;
  outline: none !important;
  margin-top: 0px !important;
  background-color: transparent !important;
  font-size: 0;
  width: 32px;
  height: 35px;
  color: #000 !important;
  outline: none !important;
  top: 113.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.hp-news .news-content .en-news-prev {
  background-image: url('/pics/leftArrow.png');
  left: -48.5px;
}
.hp-news .news-content .en-news-next {
  background-image: url('/pics/rightArrow.png');
  right: -49px;
}
.hp-news .news-content .en-news-slider-buttons button:not(.en-card-slider-button-disabled):hover {
  background-position: -36px 0;
}
/* third row end */
/* fourth row start */
.main-fourth-row {
  background: #eff2f4;
}
.main-fourth-row::before {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/album_row_bg.png') no-repeat center;
  width: 100%;
  height: 250px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-fourth-row .main-row-inner {
  padding: 52px 0 50px;
}
.video-box {
  margin: 0 0 0 10px;
  position: relative;
}
.HPVideo {
  margin-bottom: 0px;
  position: relative;
}
.HPVideo h2 {
  display: inline-block;
  margin: 0px 0 20px -1px;
  padding: 0;
}
.HPVideo h2 a {
  width: auto;
  height: auto;
  padding: 0px;
  font-size: clamp(18px, 2.72vw, 30px);
  text-decoration: none;
  color: #000003;
  display: inline-block;
  line-height: 1.2666666667;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}
.HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  height: clamp(250px, 30vw, 340px) !important;
}
.HPVideo p {
  max-width: 235px;
  position: absolute;
  top: -49px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 32px;
  right: 0;
}
.HPVideo p a {
  color: #000;
  height: auto;
  font-size: clamp(14px, 1.72vw, 19px);
  line-height: 1.2631578947;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
}
#video_player1 {
  position: relative;
}
.album-col .HPFeaturedAlbums ul li {
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  margin: 0px !important;
  background: #fff;
  float: left;
  position: relative;
}
.HPFeaturedAlbums li {
  overflow: visible !important;
}
.HPVideo {
  margin-bottom: 10px;
  position: relative;
}
.HPVideo p {
  padding: 0;
  margin: 0;
}
#video_player1,
.video_player,
.video_player video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 60/34;
}
.album-box {
  margin: 0 10px 0 0;
}
.album-box .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
.album-box .HPFeaturedAlbums h2 {
  width: auto;
  height: auto;
  font-size: clamp(18px, 2.72vw, 30px);
  text-decoration: none;
  margin: 0px 0 16.5px;
  padding: 0;
  color: #000003;
  display: inline-block;
  line-height: 1.2666666667;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
}
.album-box .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.album-box .HPFeaturedAlbums ul {
  margin-top: 0;
}
.album-box .HPFeaturedAlbums ul li {
  margin: 0;
  margin-bottom: 0px;
  border: 0;
  background: #474747;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: auto !important;
  height: clamp(250px, 30vw, 340px) !important;
  aspect-ratio: 36/34;
}
.album-box .HPFeaturedAlbums ul li img {
  width: 100%;
}
.album-box .HPFeaturedAlbums ul li h3 {
  background: none;
  color: #474747;
  text-shadow: none;
  text-align: center;
  bottom: 18px !important;
  left: 0;
}
.album-box .HPFeaturedAlbums ul li h3 span {
  font-size: 19px;
  color: #fff;
  text-align: center;
  height: auto;
  font-size: clamp(14px, 1.72vw, 19px);
  font-weight: 500;
  line-height: 24px;
  line-height: 1.2631578947;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 20px;
  letter-spacing: 0;
  font-family: 'IBM Plex Serif', serif;
  z-index: 22;
  position: relative;
}
.album-box .HPFeaturedAlbums ul li::after {
  content: '';
  position: absolute;
  background: url('/_MASTER/common_pics/album_gradient.png') repeat-x;
  bottom: 0;
  width: 100%;
  height: 216px;
  left: 0;
}
/* fourth row end */
/* fifth row start */
.main-fifth-row {
  margin: 60px 0 0;
  background: url(/pics/glance_bg.jpg) no-repeat center top #344092;
}
.main-fifth-row::before {
  content: '';
  position: absolute;
  background: url(/pics/glance_right_img_v2.png) no-repeat center top;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.main-fifth-row .main-row-inner {
  padding: clamp(30px, 9vw, 105px) 0 68.7px;
}
.glance-inner::before {
  content: '';
  position: absolute;
  background: #fff5aa;
  width: 20px;
  height: 4px;
  top: -45px;
  left: 0;
}
.glance-inner {
  width: clamp(300px, 42vw, 470px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.glance-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: clamp(10px, 6vw, 70px);
}
.glance-inner ul li {
  list-style-type: none;
  width: clamp(130px, 18vw, 200px);
  position: relative;
}
.glance-inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(22px, 3.6vw, 40px);
  line-height: 0.95;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 clamp(20px, 4.2vw, 48px);
}
.glance-inner .glance_num {
  font-family: 'IBM Plex Serif', serif;
  font-size: clamp(30px, 6vw, 70px);
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.glance-inner .glance_text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(15px, 2.1vw, 24px);
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 2px 0 0 2px;
}
.glance-inner span {
  display: block;
}
.glance-inner ul li:nth-child(1) {
  margin: 0 0 0 -3px;
}
.glance-inner ul li:nth-child(3),
.glance-inner ul li:nth-child(4) {
  margin-top: 24px;
}
.glance-inner ul li:nth-child(3n) {
  margin-left: -3px;
}
.plus_icon::before {
  content: '+';
  position: absolute;
  font-size: 72px;
  right: 31.5px;
  top: -1px;
}
#best_schools_link {
  background: url('/_MASTER/common_pics/best_schools_logo.png') no-repeat center;
  width: clamp(70px, 10vw, 111px);
  height: auto;
  position: relative;
  background-size: contain;
  aspect-ratio: 111/100;
}

/* cognia */
#cognia_link {
  background: url('/_MASTER/common_pics/cognia_bg.png') no-repeat center;
  width: clamp(70px, 9vw, 100px);
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: -35px;
  color: #fff;
  font-size: 0;
}
/* fifth row end */
/* sixth row start */
.main-sixth-row .main-row-inner {
  padding: 55px 0 37px;
  flex-direction: column;
  align-items: center;
}
.college-slider h2 {
  text-align: center;
  margin: 0px 0px 50px -13.5px;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(22px, 3.6vw, 40px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
  color: #000003;
}
.en-infinite-carousel {
  width: 100%;
}
.en-infinite-carousel div {
  margin: 0 30px;
}
.college-slider .en-infinite-carousel img {
  height: auto;
  background: #fff;
  width: clamp(150px, 17vw, 190px);
  aspect-ratio: 19/10;
}
.main-row table {
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main-row table a {
  color: #033b73;
  text-decoration: none;
  font-weight: 700;
}
.main-row table #l {
  padding-top: 8px;
}
.main-row table #r {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0 10px 0;
}
.main-row table #r b a {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.autoCalendarLinks td,
#showAll-0,
#showAll-hpbbmessages #r,
#showAll-hplinks #r,
#showAll-0 #r {
  border-bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 2px !important;
}
.main-row table tr:first-child td,
.autoCalendarLinks,
#showAll-0,
#showAll-hplinks #r,
#showAll-0 #r {
  border-left: 0 !important;
}
.main-row table tr:last-child td {
  border-bottom: 0 !important;
}
.buttons_inc {
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
  padding: 15px clamp(10px, 3vw, 32px);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.buttons_inc:hover,
#en-pages-wrapper-inner a.buttons_inc:hover {
  background-color: #000;
  color: #fff !important;
}
/* sixth row end */
/* footer start */
.footer .footer-top {
  background: #fff;
  border-top: 1px solid #eff2f4;
}
.footer .footer-top .footer-top-inner {
  width: min(100%, var(--en-website-width));
  padding: 13px clamp(0px, calc(1130px - 100vw), 10px);
  align-items: center;
  box-sizing: border-box;
  height: auto;
  min-height: 219px;
  flex-wrap: wrap;
}
.footer-logo {
  background: url('/pics/footer_logo.png') no-repeat;
  position: relative;
  margin: 10px 0 0 0;
  z-index: 1;
  color: #000;
  width: clamp(100px, 18vw, 199px);
  height: auto;
  aspect-ratio: 1;
  top: 6px;
  background-size: contain;
}
.footer-center {
  display: flex;
  flex-wrap: wrap;
  max-width: clamp(200px, 45vw, 500px);
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-name {
  position: relative;
  background: url('/pics/footer_name.png') no-repeat;
  width: clamp(270px, 43vw, 481px);
  aspect-ratio: 481/44;
  height: auto;
  background-size: contain;
  margin: 0 0 15px;
  color: #000;
}
.footer div.contact-info {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 36ch;
}
.footer div.contact-info a {
  font-size: clamp(14px, 1.45vw, 16px);
  text-decoration: none;
  color: #2e2e2f;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.375;
  letter-spacing: 0px;
  position: relative;
}
#footer_right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#footer_right li {
  color: #fff;
  font-weight: 400;
  font-size: clamp(14px, 1.45vw, 16px);
  font-family: 'Sintony-Regular';
  line-height: 1.375;
  letter-spacing: 0px;
  list-style-type: none;
}
#footer_social {
  position: relative;
  top: 12px;
  left: -1px;
}
#footer_social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
#footer_social ul li {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-content: center;
}
#footer_social ul li a {
  background-color: #eff2f4;
  height: auto;
  width: clamp(38px, 4.4vw, 44px);
  aspect-ratio: 1;
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
}
#footer_social ul li a:hover,
#footer_social ul li a:focus {
  box-shadow: 0px 0px 10px 0px rgba(52, 65, 146, 0.4);
  background-color: #fff;
}
#footer_fb {
  background: url('/_MASTER/common_pics/footer_fb.png') no-repeat center;
  background-position: 14px 13px;
}
#footer_tweet {
  background: url('/_MASTER/common_pics/footer_tweet.png') no-repeat center;
  background: url('/_MASTER/common_pics/x-01.png') no-repeat center;
  background-size: 15px;
}
#footer_insta {
  background: url('/_MASTER/common_pics/footer_insta.png') no-repeat center;
  background-position: 14px 14px;
}
#footer_snap {
  background: url('/_MASTER/common_pics/snapchat_icon.png') no-repeat center;
}
#footer_tik_tok {
  background: url('/_MASTER/common_pics/tik_tok_icon.png') no-repeat center;
}
#footer_youtube {
  background: url('/_MASTER/common_pics/footer_youtube.png') no-repeat center;
}

#footer_leona_logo {
  background: url('/pics/leona-color-logo.png') no-repeat center;
  background-size: contain;
  width: clamp(130px, 19.6vw, 214px);
  height: auto;
  position: relative;
  aspect-ratio: 214/138;
  top: -8px;
  left: 1px;
}

.footer .footer-bottom {
  background: #e92126;
}
.footer .footer-bottom .footer-bottom-inner {
  width: min(100%, var(--en-website-width));
  padding: 12px clamp(0px, calc(1130px - 100vw), 10px) 8px;
  justify-content: center;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
#footer_links {
  position: relative;
  width: 100%;
}
#footer_links ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 31px);
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_links ul li {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-content: center;
}
#footer_links ul li a {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(12.5px, 1.36vw, 14px);
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 0 5px 0;
  transition: 0.5s all ease-in-out;
}
#footer_links ul li::after {
  content: '';
  position: absolute;
  background: #fff;
  height: 13px;
  width: 1px;
  right: -16px;
  top: 3px;
}
#footer_links ul li:last-child:after {
  content: none;
}
#footer_links ul li a:hover,
#footer_links ul li a:focus {
  transform: translateY(-3px);
}
#footer_links ul li:last-child {
  margin: 0;
}
#footer_links ul li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -12px;
  transform: rotate(180deg);
  transition: 0.5s all ease-in-out;
  opacity: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  margin: 0 auto;
}
#footer_links ul li a:hover::before,
#footer_links ul li a:focus::before {
  opacity: 1;
  bottom: -6px;
}
.footer .footer-bottom .edunet {
  width: clamp(168px, 17vw, 184px);
  height: auto;
  aspect-ratio: 184/21;
  background: url('/_MASTER/common_pics/edunet_white.png') no-repeat;
  background-size: contain !important;
  position: relative;
  left: 1px;
  right: 0;
  margin: 0 auto;
  color: #000;
}
/* footer end */
@media only screen and (min-width: 769px) {
  .index-wrapper {
    margin-top: -50px;
  }
  .en-public-header > nav.en-nav {
    box-sizing: border-box;
    padding-inline: clamp(0px, calc(1130px - 100vw), 10px);
  }
  #nav_items_0 > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
  }
  #nav_items_0 > li a {
    width: auto;
    white-space: normal;
  }
  #nav_items_0 li:hover a,
  #nav_items_0 li.over a,
  #nav_items_0 li:focus a {
    color: #000;
  }
  #nav_items_0 ul li::after {
    content: none;
  }
  #nav_items_0 li:last-child::after {
    content: none;
  }

  /* Drop down items */
  #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(160px, 18vw, 200px);
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  #nav_items_0 ul li {
    display: block;
    margin: 0;
    left: auto;
  }
  #nav_items_0 li:hover ul,
  #nav_items_0 li.over ul,
  #nav_items_0 li:focus ul {
    left: auto;
    top: auto;
    background: #344192;
    padding: 20px 0 10px;
  }
  #nav_items_0 ul li:hover ul,
  #nav_items_0 ul li.over ul,
  #nav_items_0 ul li:focus ul,
  #nav_items_0 ul ul li:hover ul,
  #nav_items_0 ul ul li.over ul,
  #nav_items_0 ul ul li:focus ul,
  #nav_items_0 ul ul ul li:hover ul,
  #nav_items_0 ul ul ul li.over ul,
  #nav_items_0 ul ul ul li:focus ul {
    position: absolute;
    top: 0;
    left: 100%;
  }

  /* Drop down items colors and formatting */
  #nav_items_0 li:hover ul li a,
  #nav_items_0 li.over ul li a,
  #nav_items_0 li:focus ul li a {
    text-transform: inherit;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    padding: 7px clamp(10px, 1.64vw, 18px);
    height: auto;
    width: 100%;
    font-size: clamp(14px, 1.64vw, 18px);
    letter-spacing: 0;
    white-space: normal;
    text-shadow: none;
    font-variant: normal;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    line-height: 1.3333333333;
    color: #fff;
  }
  #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 {
    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 {
    background: #e92126;
    color: #fff;
  }
  #nav_items_0 li.nav_item_last:hover ul,
  #nav_items_0 li.nav_item_last:focus ul {
    right: 0;
  }
  #nav_items_0 li.nav_item_last ul li:hover ul,
  #nav_items_0 li.nav_item_last ul li:focus ul {
    left: -100%;
  }
  #nav_items_0 > li.nav_items_0 {
    margin: 0 clamp(10px, 3vw, 34px) 0 0;
  }
  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: ' \2192';
  }
  #main_menu_overflow_ul {
    right: 0 !important;
  }
  #main_menu_overflow_ul li ul {
    right: 100% !important;
    left: auto !important;
  }

  #nav_items_0 li:hover ul::after,
  #nav_items_0 li.over ul::after,
  #nav_items_0 li:focus ul::after {
    content: '';
    position: absolute;
    background: url('/_MASTER/common_pics/menu_border.png') repeat center;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
  #nav_items_0 > li > a::after,
  #nav_items_0 > li.over > a::after {
    content: '';
    position: absolute;
    background: url('/_MASTER/common_pics/dropdown_icon.png') no-repeat center;
    width: 100%;
    height: 20px;
    left: 8px;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    z-index: 99999;
    opacity: 0;
  }
  #nav_items_0 > li:hover > a::after,
  #nav_items_0 > li.over > a::after,
  #nav_items_0 > li:focus > a::after {
    opacity: 1;
  }
  #nav_items_0 > .nav_item_last.nav_items_0 {
    background: #344192;
    margin: 0 0 0 3px !important;
  }
  #nav_items_0 .nav_item_last a {
    padding: 12.5px clamp(25px, 5vw, 52.8px) 12.5px clamp(10px, 2.7vw, 30px);
    color: #fff;
  }
  #nav_items_0 > .nav_item_last > a::before,
  #nav_items_0 > .nav_item_last.over > a::before {
    content: '';
    position: absolute;
    background: url(/pics/nav_quicklinks.png) no-repeat center;
    width: 13px;
    height: 13px;
    top: 18px;
    right: clamp(10px, 2.7vw, 30px);
  }
  #nav_items_0 .nav_item_last a:hover,
  #nav_items_0 .nav_item_last a:focus {
    color: #fff;
  }
  #nav_items_0 > .nav_item_last > a::after,
  #nav_items_0 > .nav_item_last.over > a::after {
    content: none;
  }
  #nav_items_0 .nav_item_last:hover a,
  #nav_items_0 .nav_item_last.over a,
  #nav_items_0 .nav_item_last:focus a {
    color: #fff;
  }
}
@media only screen and (min-width: 1251px) {
  .hp-news .news-content .en-news-slider-buttons button.en-news-next:not(.en-card-slider-button-disabled):focus {
    right: -51px;
    width: 35px !important;
    height: 38px !important;
    background-position: -72px 0;
  }
  .hp-news .news-content .en-news-slider-buttons button.en-news-prev:not(.en-card-slider-button-disabled):focus {
    width: 35px !important;
    height: 38px !important;
    left: -49.5px;
    background-position: -72px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  nav.en-nav > ul > li > ul > li > ul > li > ul {
    left: initial;
    right: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  #sidelinks {
    position: absolute;
    top: clamp(240px, 25vw, 300px);
  }
}
@media only screen and (max-width: 1250px) {
  #en-hpa-show-icon {
    top: initial !important;
    bottom: 10px;
  }
  .hp-news .news-content .en-news-slider-buttons button {
    position: static;
  }
  .hp-news .news-content div.en-news-slider > div.en-news-slider-footer {
    margin: 20px 0 0;
  }
  .hp-news .news-content div.en-news-slider > div.en-news-slider-footer div.en-news-slider-buttons {
    display: flex;
    gap: 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .leona-logo-header {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a {
    width: 300px !important;
    min-height: 350px !important;
  }
  .hp-news .news-content div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container {
    height: 206px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #nav_items_0 li:nth-last-child(-n + 4) ul li:hover ul {
    left: initial !important;
    right: 100% !important;
  }
  #footer_social ul li a {
    background-position: center;
  }
  .main-second-row .main-row-inner {
    justify-content: space-between;
  }
  .main-second-row .events-box {
    margin: clamp(10px, 6vw, 66px) 0 0 clamp(10px, 6vw, 118px);
  }
  .slide-show {
    height: max-content;
  }
  .slide-show .nivoSlider {
    aspect-ratio: 1200/680 !important;
  }
  .en-nav .header-icons-wrapper .enroll-now {
    display: flex !important;
    align-items: center;
    padding: 10px 39.5px 10px 18.2px;
  }
  .footer-logo,
  #footer_leona_logo,
  .footer-center,
  #footer_social {
    top: 0;
    left: 0;
  }
  .footer-center {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 900px) {
  .HPVideo p {
    top: -41px;
  }
  .video-box {
    margin: 0;
  }
}
@media only screen and (max-width: 820px) {
  .main-second-row {
    background-position-x: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .main-second-row {
    background-position-x: right;
  }
  #footer_leona_logo {
    margin-top: -20px;
  }
  .album-box .HPFeaturedAlbums ul li {
    height: clamp(280px, 38vw, 340px) !important;
  }
  .album-box {
    margin: 0;
  }
  .footer .footer-top .footer-top-inner {
    flex-direction: column;
    gap: 20px;
  }
  .footer-name,
  .footer-logo {
    margin: 0;
  }
  .footer div.contact-info {
    align-items: center;
    text-align: center;
  }
  .footer-center {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    max-width: 100% !important;
  }
  #footer_links ul li::after {
    display: none;
  }
  #footer_links ul {
    flex-direction: column;
  }
  .college-slider h2 {
    margin: 0px 0px 30px 0px;
  }
  .main-sixth-row .main-row-inner {
    padding: 30px 0;
  }
  .glance-inner ul {
    justify-content: center;
    text-align: center;
  }
  .glance-bg {
    background: url(/pics/glance-bg.png) no-repeat;
    height: auto;
    width: 100%;
    background-size: cover;
    max-height: 450px;
    aspect-ratio: 692/573;
  }
  .main-fifth-row .main-row-inner {
    justify-content: center;
    padding: 30px 0;
  }
  #cognia_link {
    position: static;
  }
  .glance-inner {
    width: 100%;
    max-width: 360px;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .main-fifth-row {
    background-position: left 36% bottom;
    margin: 0;
  }
  .main-fifth-row::before {
    display: none;
  }
  .glance-inner h2 {
    position: relative;
    margin: 0;
  }
  .glance-inner h2::before {
    content: '';
    position: absolute;
    background: #fff5aa;
    width: 20px;
    height: 3px;
    top: -12px;
    left: 0;
  }
  .glance-inner::before {
    display: none;
  }
  .HPVideo .videowrapper {
    height: auto !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .HPVideo h2,
  .album-box .HPFeaturedAlbums h2 {
    margin: 0px 0 10px 0px;
  }
  .HPVideo p {
    position: static;
    padding: 8px;
    text-align: center;
    max-width: 100%;
  }
  .main-fourth-row .main-row-inner {
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    gap: 30px;
  }
  .news-content .en-news-slider .en-news-show-all a {
    position: relative;
    top: 0;
    padding: 3px 0 1px 10px !important;
  }
  .main-third-row .main-row-inner {
    padding: 30px 0;
  }
  .main-second-row {
    background-size: cover;
  }
  .main-second-row .main-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
  }
  .main-second-row .social-box {
    margin: 0;
  }
  .main-second-row::before {
    display: none;
  }
  .main-second-row .events-box {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .events-box #hp-events .hpeventlinks div a {
    padding: 3px 0 1px 10px;
  }
  .events-box #hp-events .hpeventlinks div a::before,
  .news-content .en-news-slider .en-news-show-all a::before {
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
  .main-first-row .main-row-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
  }
  .child_thrives_text h2 {
    margin: 0 0 10px;
  }
  .child_thrives_text h2::before {
    top: -10px;
  }
  .child_thrives_text {
    width: 100%;
    margin: 0 auto;
    max-width: 430px;
  }
  .child_thrives_img {
    width: 100%;
    max-width: 430px;
  }
  .en-header-school-logo .logo-wrapper {
    top: 0;
    gap: 5px;
  }
  .en-public-header .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    transform: translateY(-1px);
    border-top-color: var(--marquee-popup-background);
    border-bottom-color: transparent;
  }
  .en-public-header .en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 9px 0;
  }
  .en-nav .header-icons-wrapper .enroll-now {
    line-height: 1.111111111111;
    padding: 8px 29px 7px 11px;
  }
  .en-nav .header-icons-wrapper .enroll-now::after {
    right: 7px;
    top: 50%;
    transform: translateY(-50%) !important;
  }
  .header-name,
  .header-logo,
  .header-motto {
    top: 0;
    left: 0;
  }
  .en-public-header #en-public-header-translate::before,
  .en-public-header::before,
  .en-public-header::after {
    display: none;
  }
  .logo-none {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .en-public-header #en-public-header-translate {
    padding: 0 12.5px 0 0 !important;
    top: 0;
    left: 0;
    background-position-y: center;
  }
  .en-header-school-logo {
    position: static;
    align-items: center;
    justify-content: space-between;
    height: max-content;
    padding: 6px 4px;
    width: 100% !important;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: var(--header-background);
    display: flex;
    background-size: cover;
  }
  .en-public-header .en-nav .header-icons-wrapper {
    order: 3;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    gap: 10px;
    column-gap: 15px;
    padding: 6px 4px 4px;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #ebebeb;
    justify-content: center;
    flex-wrap: wrap;
  }
  .button-wrapper {
    display: flex;
  }
  .button-wrapper .en-mobnav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: var(--hamburger-btn-bg);
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    border: 2px solid #ffffff;
    transition: all 0.4s ease;
    margin-right: 0px;
    border-radius: 50%;
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button strong,
  .button-wrapper .en-mobnav-button b {
    font-size: clamp(17px, 3.75vw, 30px);
    color: #ffffff;
  }
  .button-wrapper .en-mobnav-button:hover {
    background-color: #fbfbfb;
    border: 2px solid var(--hamburger-btn-bg);
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: var(--hamburger-btn-bg);
  }
  .button-wrapper .en-mobnav-button:hover strong,
  .button-wrapper .en-mobnav-button:hover b {
    color: var(--hamburger-btn-bg);
  }
  .button-wrapper .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  }
  .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;
    padding-right: 0 !important;
    background: none;
    margin: 0;
  }
  #nav_items_0 li a {
    padding: 12px 15px !important;
    text-align: start;
    border-bottom: 1px solid var(--menu-color);
    background: var(--menu-background);
    color: var(--menu-color);
    font-size: clamp(15px, 2.43vw, 16px);
    line-height: 1.231;
    width: 100%;
    height: max-content;
    font-weight: 600;
    box-sizing: border-box;
    white-space: normal;
    margin: 0;
  }
  #nav_items_0 li ul li a {
    width: 100% !important;
    background: var(--menu-color);
    color: var(--menu-background) !important;
    font-size: 14px !important;
    border-bottom: 1px solid var(--menu-background);
    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;
  }
  .en-public-header div.en-marquee-module {
    width: 100%;
    margin: 0;
  }
  .en-public-header div.enh1-top-bar .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    transform: translateY(-1px);
    border-top-color: var(--marquee-popup-background);
    border-bottom-color: transparent;
  }
  .en-public-header div.enh1-top-bar .en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  nav.en-nav > ul > li.hasSubNav::before {
    content: '';
    position: absolute;
    margin: 3.5px 0 0 8px;
    transition: all ease 0.5s;
    right: 18px;
    top: 13px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--menu-color);
    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: rgb(240, 240, 240) !important;
    transition: all 0.3s ease 0s;
  }
  #nav_items_0 li ul li ul li a {
    padding-left: 60px !important;
  }
  .translated-rtl nav.en-mobnav-show,
  .translated-ltr nav.en-mobnav-show {
    height: calc(100% - 40px);
  }
  nav.en-nav > ul > li ul,
  nav.en-nav > ul > li ul > li ul,
  nav.en-nav > ul > li ul > li ul li {
    display: block !important;
  }
  nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    clip-path: polygon(100% 0, 0 0, 50% 100%) !important;
  }
  #sidelinks {
    position: static;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
  }
  #sidelinks ul li a .link_text {
    display: block;
    width: clamp(165px, 25vw, 180px) !important;
    min-height: 45px;
    padding: 0 6px 0 54px;
    margin: 0;
  }
  #sidelinks ul li a {
    height: auto;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  #sidelinks ul li a:before {
    left: 0;
    background-size: 23px;
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    right: initial;
    transform: translateX(-2px) !important;
  }
  #sidelinks ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(10px, 2vw, 15px);
  }
}
@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80vw !important;
  }
}
@media only screen and (max-width: 550px) {
  .leona-logo-header {
    display: none !important;
  }
  #social_tabs {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .tabs_2 {
    width: auto;
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  .tab_2 {
    width: 60 !important;
    height: 70px !important;
    margin: 0;
  }
  #one:checked ~ .tabs_2 #one-tab,
  #two:checked ~ .tabs_2 #two-tab,
  #three:checked ~ .tabs_2 #three-tab {
    width: 60px !important;
    left: 0;
  }
  .panels_2 {
    width: 310px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 450px) {
  .en-public-header .en-header-school-logo {
    padding: 3px;
  }
  #nav_items_0 li a {
    padding: 11px 15px !important;
  }
  .en-public-header div.en-marquee-module {
    max-width: 320px;
  }
}
#en-hpa-show-icon {
  z-index: 999999999 !important;
}
.en-public-header #en-public-header-translate select {
  border-radius: 0px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

