/* General */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

.DB_mask {
  z-index: 99999 !important;
}
.DB_dialog {
  z-index: 99999 !important;
}

.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;
}
a,
a:active,
a:visited {
  color: #033b73;
}
a:hover,
a:active {
  outline: 0;
  color: #093e93;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* Normalization of fonts */
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;
}

#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-family: "Gotham-Black";
  color: var(--en-website-color-3);
  letter-spacing: -0.25px;
}
#pageContentWrapper h2 {font-family: "Karla-Extrabold"; !important; letterspacing:1px;}

@font-face {
  font-family: "HelveticaNeue-Black";
  src: url("/shared/fonts/HelveticaNeue-Black.eot"); /* IE9 Compat Modes */
  src: url("/shared/fonts/HelveticaNeue-Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/shared/fonts/HelveticaNeue-Black.woff") format("woff2"),
    /* Super Modern Browsers */ url("/shared/fonts/HelveticaNeue-Black.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/shared/fonts/HelveticaNeue-Black.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/shared/fonts/HelveticaNeue-Black.otf")
      format("opentype"),
    /* Safari, Android, iOS */
      url("/shared/fonts/HelveticaNeue-Black.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "HelveticaNeue-medium";
  src: url("/shared/fonts/HelveticaNeue-Medium.eot"); /* IE9 Compat Modes */
  src: url("/shared/fonts/HelveticaNeue-Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/shared/fonts/HelveticaNeue Medium.woff") format("woff2"),
    /* Super Modern Browsers */ url("/shared/fonts/HelveticaNeue-Medium.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/shared/fonts/HelveticaNeue-Medium.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/shared/fonts/HelveticaNeue-Medium.otf")
      format("opentype"),
    /* Safari, Android, iOS */
      url("/shared/fonts/HelveticaNeue-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "HelveticaNeue-IT";
  src: url("/shared/fonts/HelveticaNeueIt.eot"); /* IE9 Compat Modes */
  src: url("/shared/fonts/HelveticaNeueIt.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/shared/fonts/HelveticaNeueIt.woff") format("woff2"),
    /* Super Modern Browsers */ url("/shared/fonts/HelveticaNeueIt.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/shared/fonts/HelveticaNeueIt.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/shared/fonts/HelveticaNeueIt.otf")
      format("opentype"),
    /* Safari, Android, iOS */
      url("/shared/fonts/HelveticaNeueIt.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Gotham-Black";
  src: url("/shared/fonts/Gotham-Black.otf"); /* IE9 Compat Modes */
  src: url("/shared/fonts/Gotham-Black.otf?#iefix"),
      format("embedded-opentype");
}
@font-face {
  font-family: "Karla-Regular";
  src: url("/shared/fonts/Karla-Regular.ttf");
     format("truetype");
}
@font-face {
  font-family: "Karla-Extrabold";
  src: url("/shared/fonts/Karla-ExtraBold.ttf");
     format("truetype");
}

/* Site Styles */

#wrapper,
#wrapper-index {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  text-align: left;
  background: url("") no-repeat;
}
#wrapper {
  background-color: #fff;
  position: absolute !important;
}
.inside {
  width: 100%;
  margin: 0 auto;
}
#wrapper .content {
  position: relative;
  padding: 0 0 979px;
}
#wrapper .content .inside {
  padding: 20px 0;
  line-height: 20px;
  z-index: 2;
}
.content {
  width: 100%;
  text-align: left;
  position: relative;
}
.content .inside {
  position: relative;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding-bottom: ;
}

.pageTitle {
  width: auto;
  display: block;
  height: auto;
  margin: 40px 0 30px -15px;
  color: var(--en-website-color-3);
  position: relative;
  font-size: clamp(30px, 3.67vw, 44px);
  line-height: clamp(32px, 3.50vw, 42px);
  font-weight: 700;
  padding: 0 22px 12px;
  letter-spacing: -0.25px;
  font-family: "Gotham-Black";
}
#wrapper .content .inside,
#wrapper .neutral,
#wrapper table {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-family: 'Karla-Regular', 'Karla-Extrabold', 'Gotham-Black';
  letter-spacing: 0.25px;
}
#wrapper .content .inside {
  max-width: 1200px;
  margin: 0 auto;
}

/* Email List */
#email {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background: green;
  height: 30px;
}
#email span {
  color: #fff;
  font-weight: bold;
}

/* Homepage Section Table Includes */
#wrapper-index .content table {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Other homepage section extras */
.dark {
  background-color: #9f3239 !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-family: 'Karla-Regular' !important;
  font-size: 19px !important;
  line-height: 30px !important;
  letter-spacing: 0.25px !important;
}
.light {
  background-color: #fdfafa !important;
  font-family: 'Karla-Regular' !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  color: #000 !important;
  line-height: 30px !important;
  letter-spacing: 0.25px !important;
}

.dark a {
  color: #fff !important;
}
#wrapper .content .inside a:hover,
#wrapper .content .inside a:focus {
  color: var(--en-website-color-3);
}
#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  padding-bottom: 2px;
}
#index-page #form-wrap {
  padding: 20px !important;
}

/* Side Image */
img.sub {
  border: 0;
}
#wrapper img.sub {
  margin-left: 20px;
}

/* Page navigation */
#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: var(--en-website-color-1);
  margin-left: 20px;
}
#pageNav ul,
#pageNav ul li {
  list-style: none;
  line-height: 16px;
}
#pageNav ul {
  padding: 21px 0 40px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}
#pageNav ul li {
  padding: 0 0 0 !important;
  margin: 0 0 !important;
  zoom: 1; /* important for IE6 */
}
#pageNav td img {
  display: none;
}
#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  text-decoration: none;
  padding: 14.5px 23px 14.5px 28px;
  margin: 0;
  display: block;
  font-size: 21px;
  text-align: left;
  position: relative;
  z-index: 0;
  font-weight: 600;
  line-height: 23px;
  color: #fff;
  font-family: 'Karla-Regular';
  letter-spacing: 0.25px;
}

#pageNav ul li b,
#pageNav ul li strong,
#pageNav ul li a:hover,
#pageNav ul li a:focus {
  background: var(--en-website-color-3);
  color: #fff !important;
}
#pageNav ul li a {
  text-decoration: none;
  color: #fff !important;
}

@media only screen and (max-width: 800px) {
  :root {
    touch-action: pan-x pan-y;
    overflow-x: hidden !important;
  }
  /* insidepage */

  #wrapper .content .inside {
    width: auto;
    padding: 10px 35px;
  }
  .pageTitle {
    padding: 0 15px 38px;
  }
}

/* Header */
#header {
  position: relative;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

/*********** HEADER RESPONSIVE CSS *********/
:root {
  --en-website-color-1: #000000;
  --en-website-color-2: #ffffff;
  --en-website-color-3: #9f3239;
}

/* PARAMETERS */
/* HEIGHT OF THE MIDDLE SECTION WHERE SCHOOL'S NAME IS LOCATED WILL BE AUTO-ADJUSTED */
:root {
  --en-header-width: 1200px;
  --en-header-height: 276px;
  --en-header-top-bar-height: 48px;
  --en-header-bottom-bar-height: 58px;
}

nav.en-nav {
  font-synthesis: none;
  position: relative;
  display: grid;
  /* grid-template-columns: 210px 1fr 148px; */
  grid-template-rows:
    var(--en-header-top-bar-height) var(--en-header-bottom-bar-height)
    calc(
      var(--en-header-height) - var(--en-header-top-bar-height) -
        var(--en-header-bottom-bar-height)
    );
  height: var(--en-header-height);
  grid-template-columns: 172px 1fr 1fr 1fr 1fr 1fr;
}

div.en-header-top-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: var(--en-header-top-bar-height);
  background: var(--en-website-color-1);
  border-top: 3px solid #9f3239;
}

div.en-header-school-area-bg {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  height: calc(
    var(--en-header-height) - var(--en-header-top-bar-height) -
      var(--en-header-bottom-bar-height)
  );
  top: calc(
    var(--en-header-top-bar-height) + var(--en-header-bottom-bar-height)
  );
  background: transparent;
  z-index: 99;
}

div.en-header-nav-bar-bg {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  height: var(--en-header-bottom-bar-height);
  left: 0;
  top: var(--en-header-top-bar-height);
  background: transparent;
  z-index: 9;
}

#wrapper div.en-header-nav-bar-bg,#wrapper div.en-header-school-area-bg {
  background: #191919;
}

header.en-public-header {
  position: relative;
  width: var(--en-header-width);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.04);
}

nav.en-nav div.marquee-container {
  padding: 0px 0 0 9px !important;
  margin: 5px 0 0 0 !important;
  box-sizing: border-box;
  grid-area: 1 / 1 / 2 / 7;
  max-width: 1185px;
}

/* Marquee */

.en-marquee-module {
  background: transparent !important;
  height: auto;
  max-width: 100%;
  margin: inherit;
  height: 25px !important;
  padding-right: 0px !important;
  position: relative;
}

.en-marquee-module .en-marquee-module-content {
  color: #ffffff !important;
  letter-spacing: 0.45px;
  background-color: rgba(0, 0, 0, 0.01) !important;
  font-family: 'Karla-Regular' !important;
  font-weight: 300;
  font-size: 17px;
}

.en-marquee-module:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  z-index: 1;
}

.en-marquee-module:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0 ,0, 0, 0), rgba(0 ,0, 0, 0.2), rgba(0 ,0, 0, 0.4), rgba(0 ,0, 0, 0.8), rgba(0 ,0, 0, 1), rgba(0 ,0, 0, 1));
  z-index: 1;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background: #9f3239 !important;
  font-family: 'Karla-Regular';
  border: none !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  color: #ffffff !important;
  margin-top: 10px;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-family: 'Karla-Regular';
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #9f3239 !important;
}
.en-marquee-module .en-marquee-popup-wrapper {
  max-width: 800px !important;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #000 !important;
  color: #ffffff !important;
  font-family: 'Karla-Regular';
}

.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  color: #333;
}

/* SEARCH TRANSALATE */

nav.en-nav div.search-translate-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  grid-area: 2 / 7 / 3 / 7;
}

#tabs {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: -3px 1px 0 0;
  gap: 29px;
}

/* Translate */
#en-public-header-translate > img {
  margin-left: 6.5px !important;
  margin-top: 1px !important;
  margin-right: 0px !important;
}



.translate-button.focused {
  outline: 2px solid #005fcc;
}

div.search-translate-container img.en-magnifier {
  margin: -3px 5px 0 0;
  cursor: pointer;
}

div.search-translate-container #en-public-header-translate {
  position: relative;
  padding: 0px 0px 0 0px;
}

/* Search */
#search-button {
  margin: -2px 0 0 0;
  position: relative;
  background: none;
}

#search-button:hover,
#search-button:focus {
  cursor: pointer;
}

#search-button img {
  width: 16px;
  height: 16px;
}

#search-field {
  width: 100%;
  border: 1px solid #c0c1c3;
  height: 40px;
  font-size: 16px;
  padding: 5px 7px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  min-height: 40px;
  font-family: "Inter", sans-serif !important;
}

.en-header-popup-wrapper {
  max-width: 405px !important;
  padding: 15px !important;
  height: 50px !important;
}



.en-header-popup-body {
  padding-top: 6px !important;
}

#search-img {
  float: right;
  margin: 10px 21px 10px 0;
}

.en-popup-close-img {
  background-color: #000;
}

/* POSITIONING AND STYLING OF THE SCHOOL LOGO */
header.en-public-header a.en-website-logo {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  width: 100%;
  margin: -6px 0px 0px 2px;
  justify-content: center;
  grid-area: 2 / 1 / 4 / 2;
}

/* POSITIONING AND STYLING OF THE SCHOOL LOGO */
header.en-public-header div.en-mobile-header {
  display: none;
}

/* THIS IS WHERE WE MOSTLY PUT THE SCHOOL'S NAME AND THE HAMBURGER BUTTON FOR THE MOBILE MENU */
header.en-public-header div.en-public-header-middle {
  display: flex;
  margin: 0px 0px 0px 0px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  grid-area: 3 / 2/ 4/ 5;
}

header.en-public-header div.en-header-school-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: -46px 0 0 32px;
}

header.en-public-header div.en-public-header-website-name {
  font-size: clamp(29px, 4.67vw, 56px);
  color: #fff;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2.85px;
  text-transform: uppercase;
  line-height: clamp(30px, 4.17vw, 50px);
  text-align: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.01) !important;
  font-family: "Gotham-Black";
}

/* SMALL VERSION */

/* BROWSER WIDTH STARTS BECOMING SMALLER THAN REQUIRED FOR THE FULL SIZE DESKTOP VERSION */

/* UPDATE THE BREAKPOINT AS REQUIRED */
@media only screen and (max-width: 1220px){
  #wrapper .content .inside {
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1200px) {
  header.en-public-header{
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
}


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

  nav.en-nav{
    grid-template-columns: 140px 1fr 1fr 1fr 1fr;
  }
  header.en-public-header a.en-website-logo img{
    width: 100%;
  }

  nav.en-nav div.marquee-container {
    margin: -5px 0 0 5px;
    max-width: 100%;
grid-area: 1 / 1 / 2 / 8;
  }
  #tabs {
  margin: 5px 1px 0 0px;
}

}

@media only screen and (max-width: 965px) {
  nav.en-nav {
    grid-template-columns: 140px 1fr 165px 1fr 1fr;
  }
  nav.en-nav div.marquee-container {
    margin: -6px 15px 0 0px;
  }
  .en-marquee-module .en-marquee-module-content {
    font-size: 14px;
  }
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-size: 16px !important;
}
}

/* MOBILE VERSION */

/* BREAKPOINT HAS TO BE THE SAME AS PROVIDED IN NAVIGATION MENU SETTINGS IN E-IMPORT (mobileBreakpoint parameter) */

@media only screen and (max-width: 900px) {
  :root {
      touch-action: pan-x pan-y;
      overflow-x: hidden !important;
  }
  html.has-spotlight-overflow body {
      overflow-x: hidden !important;
  }
  body {
      overflow-x: hidden;
  }
  .mob_link{
    display: block !important;
  }
  /* REMOVE BACKGROUNDS THAT ARE NOT NEEDED IN MOBILE */
  div.en-header-top-bar-bg, div.en-header-bottom-bar-bg, div.en-header-school-area-bg, div.en-header-nav-bar-bg {
      display: none;
  }
  header.en-public-header {
      padding: 0;
  }
  /* MAKE MOBILE HEADER VISIBLE. MAKE GRID COLUMNS SAME AS THE COLUMNS OF EN-NAV */
  header.en-public-header div.en-mobile-header {
    display: grid;
    grid-template-columns: auto 1fr;
    background: #191919;
    border-top: 2px solid #9f3239;
  }
  nav.en-nav {
      grid-template-columns: 103px auto 1fr;
      grid-template-rows: auto 1fr auto auto;
  }
  div.en-public-header-middle div.en-public-header-website-name {
  margin: 8px 0px 0 20px;
  justify-content: flex-start;
}
  header.en-public-header a.en-website-logo {
      grid-row: 1;
      grid-column: 1;
      background: transparent;
  }
  header.en-public-header a.en-website-logo {
width: auto !important;
height: auto !important;
margin: 0px 0px 0px;
padding: 5px 15px;
box-sizing: border-box;
background: #191919;
  }
  header.en-public-header a.en-website-logo img {
position: relative;
width: 85px;
margin: 0px 0 0 0;
top: 0;
  }
  header.en-public-header div.en-public-header-middle {
grid-row: 1;
grid-column: 1 / 4;
background: #191919;
justify-content: space-between;
align-items: center;
position: relative;
top: 0;
box-sizing: border-box;
padding: 0;
min-height: 111px;
max-height: 110px;
  }
  header.en-public-header div.en-header-school-name {
    margin: 0px 0 0 117px;
  }
  header.en-public-header div.en-public-header-middle .en-public-header-website-name-container {
    padding-left: 106px;
  }
  nav.en-nav ul#topnav {
      grid-row: 2;
      grid-column: 1 / 4;
  }
  nav.en-nav div.social-media-container {
grid-row: 3;
grid-column: 1 / 4;
border-top: 1px solid var(--en-website-color-1);
column-gap: 0px;
padding: 10px 0;
margin: 0;
width: 100%;
border-bottom: 1px solid #c2b2b3;
min-width: unset;
background: #fff;
border-bottom: 1px solid var(--en-website-color-1);
margin: 0 0 3px;
  }
  .en-marquee-module::before , .en-marquee-module::after{
    top: 4px;
  }
  nav.en-nav div.social-media-container>a>img {
      width: 32px;
  }
  #socail-icons.hide-desk {
  display: flex;
}
nav.en-nav div.search-translate-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  grid-area: 2 / 7 / 3 / 7;
  grid-row: 3;
  grid-column: 1 / 4;
  border-top: 2px solid #cacaca;
  column-gap: 0px;
  padding: 10px 0;
  margin: 0;
  background: #000;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  min-width: unset;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#socail-icons.hide-mob {
  display: none;
}
  nav.en-nav div.marquee-container {
    grid-row: 4;
    grid-column: 1 / 4;
    margin: 0px;
    height: 40px;
    background: #fff;
    vertical-align: middle;
    font-size: 14px;
    max-width: 100%;
    background: #000;
    margin: 0 !important;
    padding: 8px 0 0 !important;
  }
  #tabs {
text-align: center;
margin: 0 auto;
display: flex;
align-items: center;
padding: 5px 0 5px 0;
flex-wrap: wrap;
justify-content: center;
  }
  .en-marquee-module {
      z-index: 1;
      top: -3px;
  }
  div.en-public-header-middle-bg {
      background: transparent;
      display: none;
  }
  
  /* POSITIONING AND STYLING OF THE HAMBURGER BUTTON */
  header.en-public-header button.en-nav-menu-hamburger-button {
      position: relative;
      background: #fff;
      color: #000;
      border-radius: 0;
width: 50px;
height: 45px;
      border-radius: 50px;
      top: 0px;
      bottom: 0;
     margin: auto 9px;
  }
  header.en-public-header button.en-nav-menu-hamburger-button span {
      width: 20px;
      height: 2px;
      background: var(--en-website-color-1);
      display: block;
      margin: 0 0 5px 6px;
      border-radius: 50px;
  }
  header.en-public-header button.en-nav-menu-hamburger-button #two_line {
      width: 12px;
      margin-left: 13.5px;
  }
  header.en-public-header button.en-nav-menu-hamburger-button #first_line {
      margin-top: 8px;
  }
  header.en-public-header {
      grid-template-columns: calc(var(--header-height) - var(--top-bar-height) - var(--bottom-bar-height)) 1fr;
      grid-template-rows: var(--top-bar-height) 1fr var(--bottom-bar-height);
      min-height: initial;
      display: initial;
  }
  header.en-public-header div.en-public-header-top-bar {
      grid-column: 1 / 3;
  }
  header.en-public-header div.en-public-header-logo-container {
      grid-row: 2;
  }
  header.en-public-header div.en-public-header-logo-container a {
      position: absolute;
      top: 10px;
      margin: 0 0 0 10px;
  }
  header.en-public-header a.en-website-logo {
      grid-row: 1 / 1;
      padding:0 0 0 15px;
      top: 0;
  }
  header.en-public-header button.en-nav-menu-hamburger-button::before {
      content: "";
      position: absolute;
      background: none;
      border: 2px solid var(--en-website-color-1) ;
      width: 95%;
      height: 95%;
      left: 1px;
      top: 1px;
      box-sizing: border-box;
      border-radius: 50px;
      right: 0;
  }
  .en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-top-color: #9f3239 !important;
    border-bottom-color: transparent !important;
  }
  .en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup {
    width: 95%;
  }
}

@media only screen and (max-width: 720px) {
  header.en-public-header a.en-website-logo img {
    position: relative;
    width: 80px;
    margin: 0px 0 0 0;
    top: 2px;
  }
  header.en-public-header div.en-public-header-website-name {
    font-size: clamp(22px, 4.67vw, 56px);
  }
  header.en-public-header div.en-public-header-middle .en-public-header-website-name-container {
    padding-left: 80px;
  }
  header.en-public-header button.en-nav-menu-hamburger-button {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    right: 0;
  }
  #wrapperPageInner{
    border-radius: 2px !important;
  }
}
@media only screen and (max-width: 615px) {

}
@media only screen and (max-width: 500px) {
  nav.en-nav {
    grid-template-columns: 90px auto 1fr;
    grid-template-rows: auto 1fr auto auto;
  }

  header.en-public-header a.en-website-logo {
    grid-row: 1 / 1;
    padding: 0 0 0 10px;
    top: 0;
  }
  header.en-public-header a.en-website-logo img {
  width: 64px;
}
}

@media only screen and (max-width: 440px) {
 
  .en-header-popup-wrapper {
      max-width: 300px !important;
      padding: 15px;
  }
  #search-field {
      width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  nav.en-nav {
    grid-template-columns: 85px auto 1fr;
    grid-template-rows: auto 1fr auto auto;
  }
  header.en-public-header div.en-header-school-name {
    margin: 0px 0 0 68px;
  }
}
@media only screen and (max-width: 310px) {
header.en-public-header a.en-website-logo img {
  width: 60px;
}
header.en-public-header button.en-nav-menu-hamburger-button {
  width: 40px;
  height: 40px;
  right: -7px;
}
nav.en-nav button.en-mobile-nav-close-button {
  width: 40px !important;
  max-height: 40px !important;
}

header.en-public-header div.en-public-header-middle.header-inside div.en-public-header-website-name {
  margin: 8px 0 0 0;
  width: 82%;
}
}




/*Video Banner*/
#index-top {
  background: #fff;
  position: relative;
  height: 750px;
 
  margin-top: -228px;
}

#index-top::before {
  background: url("/pics/black_gradient_top.png") repeat-x center top rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}



.video {
  height: 800px;
}

#index-top video {
  object-fit: cover !important;
}

#video-controls {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

#video-controls .video-control-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 12px 10px;
  font-size: 23px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 47px;
  color: #fff;
  background-color: #9f3239;
  cursor: pointer;
  margin-left: 6px;
  border: 0;
  font-size: 23px;
}

#video-controls .video-control-button:hover,
#video-controls .video-control-button:active,
#video-controls .video-control-button:focus {
  background-color: #ffffff;
  color: #9f3239 !important;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .video .video-js .vjs-tech {
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
  }
}

/* Toggle Buttons */
#video-controls
  button[aria-pressed="true"].play-toggle-button
  .fa-pause-circle {
  display: block;
}

#video-controls button[aria-pressed="true"].play-toggle-button .fa-play {
  display: none;
}

#video-controls
  button[aria-pressed="false"].play-toggle-button
  .fa-pause-circle {
  display: none;
}

#video-controls button[aria-pressed="false"].play-toggle-button .fa-play {
  display: block;
}


@media only screen and (max-width: 1200px) {
#index-top {
  max-height: 55vw;
}
.video {
  max-height: 55vw;
}
.videotxt {
  padding: 0 20px;
}
}
@media only screen and (max-width: 768px) {
  #index-top {
    margin-top: 0px !important;
    overflow: hidden;
  }
  #video-controls {
    bottom: 25px !important;
  }
  #video-controls .video-control-button {
    padding: 10px 10px 10px;
    width: 42px;
    font-size: 20px;
  }
}


/* Video text */
.videotxt {
  position: absolute;
  bottom: 53px;
  max-width: 1200px;
  margin: 0 auto;
  left: -3px;
  right: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.02);
  z-index: 1;
}
.videotxt p {
  margin: 0;
  font-size: clamp(25px, 5.33vw, 64px);
  line-height: clamp(30px, 5.00vw, 55px);
  letter-spacing: -0.9px;
  font-family: 'Karla-Regular';
  font-weight: 500;
}
.videotxt p span {
  font-family: "Gotham-Black";
  font-weight: 700;
}

@media only screen and (max-width: 900px) {
#index-top {
  margin-top: 0;
}
.videotxt.fordesk {
  display: none;
}
.videotxt.formob {
  display: block;
  position: relative;
  color: #000;
  bottom: 0;
  padding: 30px 34px;
  background: #f2f0f0;
  width: auto
}
}
/* Rows WRapper */

#rows-wrapper,
.rows {
  position: relative;
  width: 100%;
}

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1199px;
  display: grid;
}

@media only screen and (max-width: 1260px) {
  .rows-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 480px) {
  .rows-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*SideLinks*/

.en-sidelinks-module.sidelinks a {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  width: 128px;
  height: 63px;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  transform: unset;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Karla-Regular';
  border: 2px solid #fff;
  border-right: 0;
  }
  .en-sidelinks-module.sidelinks a:hover::after,.en-sidelinks-module.sidelinks a:not(a:hover)::before {
    content: unset;
  }
  
  .en-sidelinks-module.sidelinks a:hover, .en-sidelinks-module.sidelinks a:focus {
    background: #fff;
    width: 138px;
    transform: unset;
    padding: 12px 17px;
    justify-content: flex-start;
    border-color: transparent;
    color: #9f3239;
  }

     @media only screen and (min-width: 769px) and (max-width: 1600px){
  .en-sidelinks-module.sidelinks {
    top: 279px;
    transform: unset;
    gap: 12px;
    z-index: 99;
  }
    }
    @media only screen and (min-width: 1601px){
      .en-sidelinks-module.sidelinks {
        top: 279px;
    transform: unset;
    gap: 12px;
    z-index: 99;
  }
    }
  
  
     @media only screen and (min-width: 769px) and (max-width: 1200px){
      .en-sidelinks-module.sidelinks {
    top: 40%;
  }
    }
  
/* ====Mission Section== */
#first-row {
  background: #f2f0f0;
  min-height: 626px;
}
#first-row-inner {
  padding: 91px 0 93px;
  display: flex;
}
.missin-right {
  padding: 88px 0 0 42px;
  position: relative;
}
.missin-right::before {
  width: 241px;
  height: 373px;
  position: absolute;
  content: '';
  background: #fff;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.missin-right h2 {
  font-size: clamp(55px, 5.50vw, 66px);
  line-height: clamp(55px, 5.50vw, 61px);
  font-family: "Karla-Extrabold";
  font-weight: 500;
  color: #000;
  position: relative;
	letter-spacing: 5px;
text-transform: uppercase;
}
.missin-right h2 .msin-head-i {
  font-style: italic;
font-family: 'Karla-Regular';
position: relative;
left: -4px;
}
.mis-colr {
  color: #9f3239;
}
.missin-right h2 .mis-colr {
  left: 1px;
}
.msn-content p {
  font-family: 'Karla-Regular';
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 35px;
  letter-spacing: 0.6px;
  margin: 8px 0 0;
  position: relative;
  left: -1px;
}
.msn-content p .msn-contnt-dark {
  font-weight: 600;
}
/* Featured Photo Album */
#album-sec .HPFeaturedAlbums h2 {
  display: none;
}
#album-sec {
position: relative;
margin: 0px 0 0 0;
}

#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin-top: 0px;
  left: 0px;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid 0;
}
#album-sec .HPFeaturedAlbums ul li {
  margin-bottom: 0px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #000;
}
.HPFeaturedAlbums li {
  position: initial !important;
  position: relative;
}
#album-sec .HPFeaturedAlbums ul li h3 {
display: none;
}


@media only screen and (max-width: 1100px){
  #first-row-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .missin-right {
    padding: 88px 0 0 0;
  }
  .missin-right::before {
    height: 241px;
    width: 373px;
    top: -19px;
bottom: auto;
margin: 0;
  }
}


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

  .HPFeaturedAlbums li img{
    width: 100%;
height: 100%;
  }
}


  @media screen and (max-width: 606px) {
    #album-sec .HPFeaturedAlbums ul li {
      width: clamp(300px, 77.56vw, 470px) !important;
      height: clamp(270px, 61.06vw, 370px) !important;
    }
  }
  @media screen and (max-width: 422px) {
    .msn-content p > br {
      display: none;
    }
  }
/*====News Section====*/
#second-row {
  background: #f2f0f0;
}
#second-row-inner {
  padding: 49px 0 27.15px;
  max-width: 1198px;
  background: #fff;
  z-index: 1;
}
.news-head {
  margin: 0 0 25px 43px;
}
h2.news-head a {
  font-size: clamp(33px, 3.67vw, 44px);
  text-decoration: none;
  line-height: clamp(28px, 3.17vw, 38px);
  color: #9f3239;
  text-align: center;
  font-family: "Karla-Extrabold";
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled {opacity: .5;cursor: auto;}
#hp-news {
  position: relative;
  width: 1166px;
  max-width: 1166px;
  margin: 0 auto;
}
#hp-news > div.en-news-slider {
  --min-card-gap: 26px;
  --image-width: 354px;
  --image-height: 250px;
  --line-height: 1.35;
  --font-size: 19px;
  --max-lines-subject: 1;
  --max-lines-summary: 4;

}
#hp-news h2.en-news-section-title {display: none;}
#hp-news div.en-card-slider-inner-container {column-gap: 20px !important;}
#hp-news div.en-card-slider-inner-container > a {border: 0 !important;position: relative;}
#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title {
  font-weight: 500;
  color: #000;
  justify-content: flex-start !important;
  margin: 2.5px 0 0 1px !important;
  font-size: 21px;
  line-height: 25px;
  z-index: 9;
  padding: 26px 0 0 0px;
  font-family: 'Karla-Regular';
  letter-spacing: 0.3px;
  max-height: 50px;
  text-align: center;
}

#hp-news div.en-card-slider-inner-container > a:hover > h3.en-news-slider-title, #hp-news div.en-card-slider-inner-container > a:focus > h3.en-news-slider-title{
text-decoration: underline;
color: #9f3239;
}
#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary {
  display: none;
}
div.en-news-slider > div.en-news-slider-footer {
  position: absolute;
  right: 26px;
  top: -57px;
  width: 288px;
  max-width: 288px;
}
#hp-news div.en-news-show-all {
  border: 0;
  padding: 0;
}

#hp-news div.en-news-show-all a {
  position: relative;
  padding: 0 0 0px 0;
  color: #9f3239;
  font-size: 18px;
  line-height: 20px;
  font-family: "Gotham-Black";
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
#hp-news div.en-news-show-all a::after {
  content: "News";
  position: relative;
  right: -6.5px;
}

#hp-news div.en-news-slider-buttons {
  display: flex;
  justify-content: center;
  width: 187px;
  max-width: 142px;
  position: relative;
  top: -34px;
  right: -2px;
}
div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container {
background: #06191d !important;
border: none;
box-sizing: border-box;
}
div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container::before {
  content: '';
  position: absolute;
  border: 1px solid #ebebeb;
  width: calc(100% - 2px);
  height: 248px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hp-news div.en-news-slider-buttons button {position: absolute;cursor: pointer;border: 0;}
#hp-news div.en-news-slider-buttons button.en-news-prev {
  border-radius: 0;
  text-indent: -9999px;
  width: 75px;
  height: 63px;
  background: url('/pics/leftArrow.png') 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: auto;
  padding: 0;
}
#hp-news div.en-news-slider-buttons button.en-news-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 75px;
  height: 63px;
  background: url('/pics/rightArrow.png') 0 0 no-repeat;
  padding: 0;
  top: auto;
  right: 0;
  position: absolute;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:hover{background-position: -74px top;}
#hp-news div.en-news-slider-buttons button.en-news-next:hover{background-position: -74px top;}
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: right 0;
  left: 1px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  background-position: right 0;
  right: -1px;
}
#hp-news div.en-news-show-all a:hover, #hp-news div.en-news-show-all a:focus {
text-decoration: underline;
color: #000;
}

@media only screen and (max-width: 1360px) {
  #hp-news {max-width: 818px;left: 0;}

}

@media only screen and (max-width: 1120px) {
  #hp-news {
      box-sizing: border-box;
      padding: 0px clamp(0px, calc(550px - 50vw), 10px);
      width: auto;
  }
}

@media only screen and (max-width: 980px) {
  #hp-news {max-width: 354px;}
  div.en-news-slider > div.en-news-slider-footer {
    bottom: -79px;
    left: 0;
margin: 0 auto;
right: 0;
top: auto;
  }
  #second-row-inner {
    padding: 49px 0 120px;
  }
  .news-head {
    text-align: center;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 360px) {
#hp-news {
  max-width: 320px;
}
#hp-news > div.en-news-slider {
  --image-width: 320px;
}
}
/* ====Parallax=== */
#third-row {
  margin: -40px 0 0;
}
#slide-1 {
  position: relative;
  background-image: url('/pics/paralax.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #fff;
  min-height: 433px;
}
@media only screen and (max-width: 1100px){
#slide-1 {
  background-position: 100% !important;
}
}
/*===Events==*/
#fourth-row {
  background: #f2f0f0;
}
#fourth-row-inner {
  display: flex;
  align-items: flex-start;
  padding: 102px 0 32px;
  gap: 34px;
}
.events-heading {
  position: relative;
  height: 100%;
  min-height: 234px;
}
.events-heading h2 {
  display: inline-block;
  text-align: center;
  margin: 2px 0 0 1px;
}
.events-heading h2 a {
  font-size: clamp(33px, 3.67vw, 44px);
  text-decoration: none;
  line-height: clamp(28px, 3.17vw, 38px);
  color: #9f3239;
  text-align: center;
  font-family: "Karla-Extrabold";
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.events-links {
  display: flex;
  position: absolute;
  width: 244px;
  justify-content: space-between;
  bottom: -4px;
  left: -15px;
}
.events-links a {
  color: #9f3239;
  font-size: 18px;
  line-height: 20px;
  font-family: "Gotham-Black";
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.events-links a:hover, .events-links a:focus {
  text-decoration: underline;
  color: #000;
}
#events-page #events.v1 .event .info {
  margin-top: -6px !important;
}
#hp-events {
  position: relative;
  width: 944px;
  margin: 0 auto;
  left: 1px;
}

#hp-events > div.en-events-slider {
    --min-card-gap: 48px;
    --card-width: 280px;
    --card-height: auto;
    --font-size: 1rem;
    font-family: inherit;
    color: #3c3c3c;
}

div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail {
  overflow: visible !important;
}
#hp-events h2.en-events-section-title {
  display: none;
}


#hp-events div.en-events-slider .en-card-slider-inner-container .en-events-slider-day {
  grid-template-rows: 82px auto;
border: none;
position: relative;
background: url('/pics/date_bg.png') center bottom no-repeat #fff;
}


#hp-events div.en-card-slider-inner-container {
    min-height: 233px;
}

#hp-events .en-events-slider .en-card-slider-inner-container .en-events-slider-date {
  width: 104px;
  height: 36px;
  background: transparent;
  justify-content: center;
  flex-direction: row;
  margin: 51px 10px 10px 4px;
  display: flex;
  border-radius: 0;
}

#hp-events .en-events-slider .en-events-slider-date .en-events-slider-date-month {
  font-weight: 500;
  font-size: 25px;
  padding-top: 0;
  color: #000;
  line-height: 37px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: "Gotham-Black";
  margin: 2px 0 0 4px;
}

#hp-events .en-events-slider .en-events-slider-date .en-events-slider-date-day {
  font-weight: 400;
  font-size: 80px;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.45px;
  margin: 1px 0 0 9px;
  font-family: 'Karla-Regular';
}

#hp-events div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-title {
  font-size: 22px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.35px;
  font-family: 'Karla-Regular';
  margin: 0 0 3px 2px;
}
div.en-events-slider > div.en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-event-slider-li-title a:any-link {
  font-weight: 500 !important;
}
#hp-events .en-events-slider > .en-card-slider-inner-container > .en-events-slider-day > .en-events-slider-detail .en-events-slider-detail-li {
    margin-top: 10px;
    padding-bottom: 10px;
}

#hp-events div.en-events-slider .en-card-slider-inner-container .en-events-slider-detail .en-event-slider-li-time,
#hp-events div.en-events-slider .en-card-slider-inner-container .en-events-slider-detail .en-event-slider-li-location {
  font-size: 19px;
  letter-spacing: 0.45px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  font-family: 'Karla-Regular';
}


#hp-events div.en-events-slider-buttons {
  padding: 7px 12px;
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: 122px;
  max-width: 122px;
  position: absolute;
  left: -219px;
  top: 105px;
}

#hp-events div.en-events-slider-buttons button {
  cursor: pointer;
  border: 0;
}

div.en-events-slider div.en-events-show-all-calendar {
  display: none !important;
}



#hp-events div.en-events-slider-buttons button.en-events-prev {
  border-radius: 0;
  text-indent: -9999px;
  width: 75px;
  height: 63px;
  background: url('/pics/leftArrow.png') 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: auto;
  padding: 0;
}
#hp-events div.en-events-slider-buttons button.en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 75px;
  height: 63px;
  background: url('/pics/rightArrow.png') 0 0 no-repeat;
  padding: 0;
  top: auto;
  right: 0;
  position: absolute;
}
#hp-events div.en-events-slider-buttons button.en-events-prev:hover {
  background-position: -74px top;
}
#hp-events div.en-events-slider-buttons button.en-events-next:hover {
  background-position: -74px top;
}
#hp-events div.en-events-slider-buttons button.en-events-next:focus {
  background-position: right 0;
  right: -1px;
}
#hp-events div.en-events-slider-buttons button.en-events-prev:focus {
  background-position: right 0;
  left: 1px;
}
#hp-events div.en-events-slider-buttons button.en-card-slider-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

@media only screen and (max-width: 1250px) {
    #hp-events div.en-events-slider-buttons button {
        position: static;
    }

    #fourth-row-inner {
      gap: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 73px 0 75px;
    }
    .events-heading {
      min-height: auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 39px;
    }
    .events-heading h2 {
      margin: 2px 0 36px 1px;
    }
    #hp-events div.en-events-slider-buttons {
      left: 0;
      top: auto;
      right: 0;
      margin: 0 auto;
      bottom: -4px;
    }
    .events-links {
      left: 0;
      right: 0;
      margin: 0 auto;
    }
}
@media only screen and (max-width: 915px) {
#hp-events {
  width: 731px;
}
}
@media only screen and (max-width: 640px) {
  #hp-events {
    width: 280px;
  }

}
    /* Glance Section */
    #fifth-row {
      background: url('/pics/glance_bg.png') center top -4px no-repeat #f2f0f0;
    }
    #fifth-row-inner {
      display: flex;
      align-items: center;
      padding: 56px 0 50px;
      gap: 0;
      max-width: 1204px;
    }
    
    .glance-heading h2 {
      font-size: clamp(38px, 3.99vw, 40px);
      line-height: clamp(38px, 3.99vw, 48px);
      font-family: "Karla-Extrabold";
      font-weight: 500;
      color: #000;
      margin: -11px 0 0 0;
      text-align: right;
      letter-spacing: 3px;
      left: 3px;
      position: relative;
	  text-transform:uppercase;
    }
    .glance-heading h2 span {
      color: #9f3239;
	text-transform:lowercase;
    }

    .glance-section {
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(0, 293px));
      max-width: 882px;
      align-items: flex-start;
      list-style-type: none;
      position: relative;
      justify-content: center;
      margin: 0 0 0 39px;
    }
    .glance-boxes {
      display: flex;
      width: 100%;
      min-height: 281px;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: column;
      position: relative;
      box-sizing: border-box;
      padding: 6px 4.5px 32px 27px;
      color: #fff;
      background: #9f3239;
    }
    .glance-boxes.glance-box6 {
      justify-content: center;
      align-items: center;
      padding: 6px 4.5px 6px;
    }
    .glance-boxes.glance-bg::before {
      position: absolute;
      content: '';
      background: url('/pics/glance_overlay.png') center top no-repeat;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
    .glnce-bigtext {
      position: relative;
      font-family: 'Karla-Regular';
      font-weight: 400;
      font-size: clamp(50px, 6.64vw, 80px);
      margin: 0 0 0 0;
      line-height: clamp(40px, 5.81vw, 70px);
      letter-spacing: 1px;
    }
    .glnce-smaltext {
      position: relative;
      font-family: 'Karla-Regular';
      font-weight: 400;
      font-size: 24px;
      line-height: 25px;
      letter-spacing: 0.25px;
      margin: 7px 0 0;
    }
    .glance-boxes.glance-box4.glance-solid .glnce-bigtext {
      font-size: 42px;
line-height: 37px;
letter-spacing: 0.85px;
    }
    .glance-boxes.glance-box1 .glnce-smaltext {
      left: 5px;
      letter-spacing: 0.35px;
    }
    .glance-boxes.glance-box1 {
      background: url('/pics/glace_bg1.png') center top no-repeat #9f3239;
    }
    .glance-boxes.glance-box3 {
      background: url('/pics/glance_bg2.png') center top no-repeat #9f3239;
      padding: 6px 4.5px 32px 31px;
}
.glance-boxes.glance-box3 .glnce-smaltext {
  margin: 8px 0 0;
}
.glance-boxes.glance-box4 {
  padding: 6px 4.5px 32px 25px;
}
.glance-boxes.glance-box4 .glnce-smaltext {
  margin: 13px 0 0;
  letter-spacing: 0.15px;
}
    .glance-boxes.glance-box5 {
      background: url('/pics/glace_bg3.png') center top no-repeat #9f3239;
      padding: 6px 4.5px 28px 34px;
    }
    .glance-boxes.glance-box5 .glnce-smaltext {
      margin: 8px 0 0;
    }
    @media only screen and (max-width:1200px){
    #fifth-row-inner {
      flex-direction: column;
    }
    .glance-heading h2 {
      margin: 0 0 25px 0;
      text-align: center;
    }
    .glance-section {
      margin: 0 0 0 0;
    }
  }
/* Video Social media */
#sixth-row {
  background: url('/pics/video_bg.png') center top 2px no-repeat #f2f0f0;
}

#sixth-row-inner {
  display: flex;
  padding: 54px 0 97px;
}
    /* ==Feature video==== */
    #video-sec h2 {
      margin: 0 0 25px;
    }
    #video-sec h2 a {
      width: auto;
      display: inline-block;
      height: auto;
      margin: 0 0 0 0;
      color: var(--en-website-color-3);
      position: relative;
      font-size: clamp(30px, 3.67vw, 44px);
      line-height: clamp(32px, 3.50vw, 40px);
      font-weight: 700;
      padding: 0 0px 0;
      letter-spacing: 3px;
      font-family: "Karla-Extrabold";
      text-decoration: none;
		text-transform:uppercase;
    }
    #video-sec h2 a span {
      position: relative;
      left: 5px;
    }
    #video-sec {
      position: relative;
      margin: 54px auto 0;
    }
    .videowrapper {
      position: relative;
    }
    #video_player1 {
      background: #000;
      position: relative;
    }
    #video_player1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border: 1px solid rgb(255, 255, 255, 5%);
    }
    .HPVideo {
      margin-bottom: 0px;
      position: relative;
      margin: 0px 0px 0 0px;
      max-width: 835px;
    }
    .videoTitle {
      padding: 0px 0 0 0;
      margin: 0;
      position: absolute;
      box-sizing: border-box;
      margin: 0 auto;
      text-align: right;
      top: -53px;
      right: -2px;
    }
    
    .videoTitle a {
      font-size: 19px;
      font-weight: 400;
      line-height: 25px;
      text-align: right;
      color: #000;
      text-decoration: none;
      position: relative;
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 374px;
      display: inline-block;
      letter-spacing: 0.45px;
      font-family: 'Karla-Regular';
    }
    .video_player video {
      width: 101% !important;
      height: 100% !important;
      position: relative;
      z-index: 1;
    }
    
    video {
      background-color: #1a1a1a !important;
    }
    
    @media screen and (max-width: 1400px) {
      #video-sec .video_player{
        width: 100% !important;
        height: 350px !important;
      }
    }
    @media screen and (max-width: 1150px) {
      #sixth-row-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      #video-sec {
        margin: 0 auto 0;
      }
      #social_feeds {
        min-width: 485px;
        padding: 70px 0 0 0;
        width: auto;
      }
    }
    @media screen and (max-width: 1200px) {
      #video-sec .video_player{
        width: 100% !important;
        height: 350px !important;
      }
    }
    
    @media screen and (max-width: 975px) {
      #video-sec .video_player {
        width: 100% !important;
        height: 300px !important;
      }
      .videoTitle {
        text-align: center;
        top: auto;
        bottom: -42px;
        left: 0;
        right: 0;
      }
    }
    
    @media screen and (max-width: 767px) {
      #video-sec .video_player {
        width: 100% !important;
        height: 100% !important;
        max-width: 640px;
        max-height: 400px;
      }
    }
    @media screen and (max-width: 563px) { 
    #video-sec h2 {
      margin: 0 0 50px;
    }
    .videoTitle {
      text-align: left;
      top: -42px;
      right: auto;
      left: 0;
    }
    }
    /* Socila Feed tabs */
    .hidden { display:none; }
    #social_feeds {
      width: 485px;
      padding: 0 0 0 38px;
    }
    .social-header-panel{
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    }
    
    
    #social_feeds ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1px;
    right: 1px;
    }
    
    
    
    #social_feeds ul li {
      display: inline-block;
      list-style-type: none;
      width: 66px;
      min-height: 58px;
      position: relative;
      color: #000;
      background-color: #fff !important;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
    }
    #social_feeds ul li[aria-selected="true"] a, #social_feeds ul li a:hover, #social_feeds ul li a:focus {color: #000;}
    
    #social_feeds ul li a {
    text-decoration: none;
    min-height: 71px;
    box-sizing: border-box;
    display: block;
    position: relative;
    color: #000;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    }
    #twitter_panel {
      top: 0;
margin-left: -2px;
    }
    #instagram_panel {
      margin-left: -3px;
    }
    #facebook_panel a {background: url('/pics/fb-feed.png') no-repeat top 20px left 32px #fff;}
    #twitter_panel a {background: url('/pics/twt_feed.png') no-repeat center #fff;}
    #instagram_panel a {background: url('/pics/insta_feed.png') no-repeat top 18px left 19px #fff;}
    #social_feeds .panel {
      width: 484px;
      height: 555px;
      background: #fff;
      margin: -12px 0 0 1px;
      border: 1px solid #e6e6e6;
      border-radius: 0;
      z-index: 1;
      position: relative;
      box-sizing: border-box;
    }
    #social_feeds ul #facebook_panel[aria-selected='true'] a, #social_feeds ul  #facebook_panel a:hover, #social_feeds ul #facebook_panel a:focus{
      background: url('/pics/fb-feed-actv.png') no-repeat center #3b5998;
height: 65px;
    }
    #social_feeds ul #twitter_panel[aria-selected='true'] a, #social_feeds ul  #twitter_panel a:hover, #social_feeds ul #twitter_panel a:focus{
      background: url('/pics/twt_feed-actv.png') no-repeat top 23px left 24px #2996d7;
      height: 65px;
    }
    #social_feeds ul #instagram_panel[aria-selected='true'] a, #social_feeds ul  #instagram_panel a:hover, #social_feeds ul  #instagram_panel a:focus{
      background: url('/pics/insta_feed-actv.png') no-repeat center #f09433;
      background: url('/pics/insta_feed-actv.png') no-repeat center ,-moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: url('/pics/insta_feed-actv.png') no-repeat center ,-webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
      background: url('/pics/insta_feed-actv.png') no-repeat center , linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
      height: 65px;
    }
    #social_feeds ul li[aria-selected="true"], #social_feeds ul li:hover, #social_feeds ul li:focus {
      width: 72px;
      height: 65px;
      margin: 0 0 0 -4px;
      top: -7px;
    }
    #social_feeds ul li#facebook_panel {
      width: 70px;
    }
    
    
    
    @media only screen and (max-width: 572px) {
        #social_feeds {
            width: clamp(250px,87.4125vw,500px) !important;
          }
    
          #social_feeds .panel {
            width: clamp(250px,87.4125vw,500px) !important;
            
          }
    }
    @media only screen and (max-width: 1100px) {

    #social_feeds {
      margin: 0 auto;
      padding: 70px 0 0 0;
      width: auto !important;
      min-width: unset;
    }
    }
    @media only screen and (max-width: 552px) {
 
  }
/*LOGO Slider*/
#seventh-row {
  background: #fff;
box-shadow: 0px 5px 5px 0px rgba(3, 3, 3, 0.06);
z-index: 11;
}
#seventh-row-inner > h2 {
  width: auto;
  height: auto;
  margin: 0 auto 26px;
  position: relative;
  left: -3px;
}
#seventh-row-inner > h2 > img {
  width: clamp(300px, 80.67vw, 968px);
  height: auto;
}
@media only screen and (max-width: 330px) {
  #seventh-row-inner > h2 > img {
    width: clamp(150px, 80.67vw, 968px);
    height: auto;
  }
}


/* Slider */
#seventh-row-inner {
  padding: 61px 0 67px
}

#seventh-row  .en-infinite-carousel {
  z-index: 9;
}
#seventh-row  .en-infinite-carousel > div > div {
  margin: 0 27px 0;
}

    /* ==footer== */
    .footer-bg {
      background: #000;
      max-height: 528px;
      overflow: hidden;
    position: relative;
    }
    #wrapper .footer {
      position: absolute;
      bottom: 0;
    }
    #slideshow {position: relative;margin: 0 auto;background: #005694;max-height: 528px;}
    
    #rotate_slider {width: 100%;display: block;position: relative;margin: 0 auto; max-height: 528px;}
    #slideshow img,  #slideshow .nivoSlider, #slideshow .nivo-slice{
    max-height: 39.82vw;
    min-width: 100%;
    width: unset !important;
    position: relative;
    margin-left: 0 !important;
    }
    
    
    .footer {
      width: 100%;
      display: block;
      min-height: 585px;
      position: relative;
      background: #f0f0ed;
    }
    div.en-public-footer {
      margin: 0 auto;
      width: 1200px;
      display: grid;
      grid-template-columns: 238px auto 149px;
      grid-template-rows: 1fr auto;
      padding: 44px 0 15px;
      position: relative;
      grid-template-columns: 186px 1fr 1fr 1fr 1fr;
      min-height: 221px;
    }

    div.en-public-footer a.en-footer-logo {
      margin: 3px 0 0 1px;
      grid-area: 1/ 1/ 3/ 2;
      max-height: 186px;
      
    }
    .footer-sections.address-div {
      grid-area: 1 /2 / 3 / 3;
margin: 0 0 0 34px;
    }
    .footer-sections.links {
      grid-area: 1 / 3 / 3 / 4;
      margin-left: 33px;
    }
    .footer-sections.contact {
      grid-area: 1 / 4/ 3 / 5;
      margin-left: 34px;
    }
    .en-footer-right-side {
      grid-area: 1 / 5 / 3 / 6;
      margin: -11px 0 0 26px;
      min-width: 228px;
      left: 1px;
      position: relative;
    }
    .footer-subhead {
      font-family: "Gotham-Black";
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.05px;
      color: #9f3239 !important;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 0 2px 0;
      display: inline-block;
    }
    .footer-sections.contact .footer-subhead {
      letter-spacing: 0.35px;
      margin: 0 0 7px 0;
    }
    .footer-sections.links .footer-subhead {
      letter-spacing: 0.3px;
      margin: 0 0 2px -1px;
    }
    #address-insec a {
      font-family: 'Karla-Regular';
font-weight: 300;
font-size: 18px;
color: #000;
line-height: 26px;
letter-spacing: 0.45px;
text-decoration: none;
display: inline-block;
    }
    #address-insec a:last-child {
      margin-top: 10px;
    }
    /* Links */
#links .container{left: 0px;}
#links h2 {
  margin: 0 0 17px -4px;
}

#links table.HPLinks #l td, #links table.HPLinks tr {
  margin: 0px 0 0 0;
  display: block;
  position: relative;
}
 section#links table a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  line-height: 22px;
  font-size: 17px;
  letter-spacing: 0.45px;
  position: relative;
  font-family: 'Karla-Regular';
}
#links table.HPLinks #l tr#showAll-hplinks::before, #links table.HPLinks tr#showAll-hplinks::before {
  content: unset;
}
#links table.HPLinks #l tr#showAll-hplinks, #links table.HPLinks tr#showAll-hplinks {
    margin: 15px 0 0 24px;
}
 section#links table tr a:hover,  section#links table tr a:focus {
  color: #9f3239;
  text-decoration: underline;
}
#links table.HPLinks #l #showAll-hplinks td,#links table.HPLinks #showAll-hplinks td {
    padding: 0;
    width: auto;
    height: auto;
}
 section#links table #showAll-hplinks:hover:hover, section#links table #showAll-hplinks:hover:focus {
    background: transparent;
    padding: 0;
}
#links table.HPLinks tr#showAll-hplinks:hover .tableRight a::after,#links table.HPLinks tr#showAll-hplinks:focus .tableRight a::after 
{ 
  content: unset;
}
#links table.HPLinks #showAll-hplinks .tableRight a:hover, #links table.HPLinks #showAll-hplinks .tableRight a:focus { 
  color: #0047b9;
}
#links table.HPLinks #l,#links .content table.HPLinks .tableLeft{ padding: 0 0 0 0;position: relative;}
#links table.HPLinks #r,#links table.HPLinks .tableRight{ 
border-bottom: 0px;
padding: 2px 8px 3px 0px;
}
#links table.HPLinks #r b a,#links table.HPLinks #r strong a,#links table.HPLinks .tableRight b a,#links table.HPLinks .tableRight strong a{ display: inline-block; margin-top: 5px; text-decoration: none; }



#links table.HPLinks #showAll-hplinks .tableRight a {
text-decoration: none;
position: relative;
font-size: 15px;
line-height: 18px;
font-weight: 600;
text-decoration: none;
padding: 0 13px 0px 0;
color: #1e212b;
transition: .5s all ease-in-out;
background: url('/pics/news_show-arrow.png') top 5px right no-repeat;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
}
#links  table.HPLinks #showAll-hplinks .tableRight a::after {
    content: unset;
}
#links  table.HPLinks #showAll-hplinks .tableRight a:hover, #links  table.HPLinks #showAll-hplinks .tableRight a:focus {
padding: 0 0 0 13px;
background-position: top 5px left;
}
 section#links table.HPLinks #l::before,  section#links table.HPLinks .tableLeft {
  display: none;
}
#address-social {
  display: flex;
  gap: 29px;
  margin: 0 0 33px 2px;
}
#address-social a {
  transition: all .5s ease;
}
#address-social a:hover, #address-social a:focus {
  transform: rotate(365deg);
}
#address-social a:last-child {
  margin: 0 0 0 -3px;
}
.download-holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-sections.contact .download-holder img {
  width: 135px;
  height: 41px;
  margin: 0 !important;
  transition: all .5s ease;
}
.footer-sections.contact .download-holder img:hover, .footer-sections.contact .download-holder img:focus {
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
}
    .mobile-app-banner .download-holder img:first-child {
      margin: 0 0 10px;
    }
    .district-logo {
      width: 192px;
height: auto;
display: inline-block;
margin: 0 0 14px 0;
    }
    .district-logo img {
      width: 100%;
      height: auto;
    }
    .footer-links a {
      font-family: 'Karla-Regular';
font-weight: 300;
font-size: 15px;
color: #000;
line-height: 18px;
letter-spacing: 0;
text-decoration: none;
margin: 0 0 4px -1px;
display: inline-block;

    }
    .footer-links a:hover, .footer-links a:focus {
      text-decoration: underline;
    }
    #footer-bottom {
      min-height: 48px;
      background: #9f3239;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top: 2px solid #000;
    }
    #footer-bottom a {
      width: 184px;
      height: 24px;
      display: block;
      color: #fff;
      margin: -5px 0 0 0px;
    }
    #footer-bottom img {
      width: 100%;
      height: 100%;
    }


    @media only screen and (max-width: 1220px) {
      .en-footer-right-side {
        min-width: unset;
        left: 0px;
        margin: -11px 0 0 0;
      }
      .footer-sections.links {
        margin-left: 0;
      }
      .footer-sections.contact {
        margin-left: 0;
      }
      .footer-sections.address-div {
        margin: 0 0 0 0;
      }
      div.en-public-footer {
        width: auto;
        padding: 44px 23px 15px;
        gap: 20px;
        display: flex;
        justify-content: space-between;
      }
      #address-insec a {
        font-size: 14px;
      }
      section#links table a {
        font-size: 14px;
      }
    }
    @media only screen and (max-width: 1090px) {
      div.en-public-footer {
        padding: 44px 10px 15px;
        gap: 15px;
      }
   
    }
    @media only screen and (max-width: 996px) {
      div.en-public-footer {
        gap: 25px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      div.en-public-footer a.en-footer-logo {
        margin: 0 0 0 1px;
        width: clamp(150px, 15.42vw, 185px);
height: clamp(150px, 15.42vw, 185px);
      }
      div.en-public-footer a.en-footer-logo img {
        width: 100%;
        height: auto;
      }
      .en-footer-right-side {
        margin: 0 0 0 0;
      }
      .footer-sections.links {
        max-width: 235px;
      }
      #wrapper .footer {
        position: relative;
      }
      #wrapper .content {
        padding: 0 0 160px;
      }
    }

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

      .footer-sections.links {
        max-width: 210px;
      }
    }

#staff.staffR1.staff-v4 .staff-categoryStaffMember{
width:31% !important;
}


.footer #links{
position: relative;
max-height: 180px;
overflow-y: scroll;
}





