@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;1,600&display=swap');
@font-face {
  font-family: 'Pepsi';
  src: url('/shared/fonts/pepsi.eot'); /* IE9 Compat Modes */
  src: url('/shared/fonts/pepsi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('/shared/fonts/pepsi.woff2') format('woff2'), /* Super Modern Browsers */
       url('/shared/fonts/pepsi.woff') format('woff'), /* Pretty Modern Browsers */
       url('/shared/fonts/pepsi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/shared/fonts/pepsi.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.en-public-header {
  width: 100%;
  position: relative;
  /* border-bottom: 3px solid #2b3c8d; */
}
.en-public-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #2b3c8d;
}
.motto-res {
  display: none;
}
.logo-none {
  display: none;
}

.en-public-header .en-nav {
  display: grid;
  grid-template-rows: 27px 99px 54px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

.en-header-school-logo .logo-wrapper {
  display: flex;
  position: relative;
}
.logo-wrapper .logo-img {
  position: relative;
  bottom: 12px;
    right: 11.2px;
}
.logo-wrapper .logo-img img {
  /* width: clamp(201px, 24.8181vw, 273px); */
  width: clamp(201px, calc(11.25rem + ((1vw - 10px) * 77.5)), 273px);


}
.logo-wrapper .logo-name {
  position: relative;
  top: 16px;
  left: 23px;
}

.logo-wrapper .logo-name img {
  width: clamp(350px, 42.7272vw, 470px);
}
.logo-wrapper h1 {
  position: absolute;
  right: 0;
  top: 35px;
  color: #2873a6;
  font-size: clamp(18px, 2.4545vw, 22.5px);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: right;
  line-height: 1.1111;
}
.en-nav .header-top-wrapper {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  position: relative;
  top: 6px;
  gap: 22px;
}
.header-top-wrapper a:first-child {
  position: relative;
  left: 2px;
  top: 1.7px;
}
.header-top-wrapper a:hover:not(#en-public-header-translate), .header-top-wrapper div:hover{transform: scale(1.19);}
.header-top-wrapper a, .header-top-wrapper div{transition:all .2s ease-in-out;}

.header-top-wrapper a:nth-child(2) {
  position: relative;
  right: 2px;
  top: 1px;
}
.header-top-wrapper a:nth-child(3) {
  position: relative;
  right: 5px;
  top: 1px;
}
.header-top-wrapper a:nth-child(4) {
  position: relative;
  bottom: 1px;
  left: 2px;
}
.header-top-wrapper .search-wrapper {
  position: relative;
  left: 1px;
  top: 1px;
  cursor: pointer;
}

/* NAVLINKS */
nav.en-nav ul {
  justify-content: flex-end !important;
  align-items: center !important;
  margin-right: -17px !important;
  margin-top: -4px !important;
}
#nav_items_0 li a {
  height: auto;
  display: block;
  text-align: center;
  padding: 16px 21px;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: rgb(38, 59, 140);
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
#nav_items_0 > li:hover > a {
  color: #263b8c;
  background: url(/pics/nav_hover.jpg) no-repeat center bottom 10px;
  padding: 12px 21px 20px;
}
#nav_items_0 > li:last-child a {
  color: #000;
}

#nav_items_0 li:hover ul,
#nav_items_0 li:focus ul,
#nav_items_0 li.over ul {
  left: auto;
  top: auto;
  background: rgb(0, 74, 128);
  padding: 8px 0px;
}
#nav_items_0 ul li a {
  color: white;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  padding: 10px 20px;
  height: auto;
  width: 216px;
  font-size: 18px;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  font-variant: normal;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
#nav_items_0 ul li:last-child a {
  color: #fff;
}
#nav_items_0 ul li a:hover {
  color: rgb(253, 185, 48);
  background: rgb(0, 0, 0);
  padding-left: 22px;
}#nav_items_0 li:hover ul, #nav_items_0 li:focus ul, #nav_items_0 li.over ul{top: 61px;}

/* SLIDE SHOW */
.slide-show-wrapper {
  width: 100%;
  height: 660px;
  position: relative;
}
.slide-show-wrapper::before{
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  bottom: -3px;
}
.slide-show-wrapper #ir5554-ir5554-slider {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
#ir5554 {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
}
.nivo-slice {
  width: 100% !important;
}

/* SECOND SEC */
.second-section {
  width: 100%;
  background: url(/pics/first_row_bottom.jpg)repeat-x bottom, #004a80 url(/pics/first_row_repeat.jpg)repeat-x bottom;
  height: 290px;
  z-index: 10;
}
.second-section .second-section-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.second-section-inner{
  display: flex;
  flex-direction: column;
}
.second-section-inner .quicklinks{
    position: relative;
    bottom: 38px;
    left: 10px;
    z-index: 9999;
}
.second-section-inner .quicklinks ul {
    display: flex;
    /* gap: 30px; */
    justify-content: space-evenly;
}
.quicklinks ul li{
  padding: 0;
  list-style: none;
  position: relative;
  width: 155px;
  height: 80px;
}
.quicklinks ul li a {
    text-decoration: none;
    padding: 8px 23px 10px 23px;
    margin: 0;
    display: flex;
    color: #000;
    font-size: 20px;
    text-align: left;
    position: relative;
    z-index: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background: #fff;
    width: 135px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    line-height: 1.2;
}
.quicklinks a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdb930 url(/pics/apply.jpg)no-repeat center bottom 10px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quicklinks a:hover::before, .quicklinks a:focus::before, .quicklinks a:active::before {
  transform: scaleY(1);
}
.quicklinks ul li:last-child{
  display:none;
  right: 0;
  top: 280px;
  margin: 0;
  width: 226px;
  height: 102px;
}
.quicklinks ul li:last-child a{
  position: relative;
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  background: rgb(38, 59, 140);
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  padding: 15px;

}
.quicklinks ul li:last-child a span{
  position: relative;
  left: 1px;  
  bottom: -1px;
  transition: all .4s ease;
  font-size: 25px;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.36;
  text-transform: capitalize;
  font-style: italic;

  
}
.side-links{
  position: absolute;
  right: 0;
  top: 280px;
  margin: 0;
  width: 226px;
  height: 102px;
  z-index: 9999;
  list-style: none;
}
.side-links a{
  position: relative;
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  background: rgb(38, 59, 140);
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  padding: 15px;
}
.side-links a span{
  color: white;
  position: relative;
  left: 1px;  
  bottom: -1px;
  transition: all .4s ease;
  font-size: 25px;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.36;
  text-transform: capitalize;
  font-style: italic;
}

.side-links a span:hover{
  color: #fdb930;
}
.quicklinks ul li:last-child:hover a span{color: #fdb930;}
.quicklinks li:last-child a::before{
  display: none!important;
}
.second-section-inner .second-text-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -15px;
  align-items: center;
}
.second-section-inner .second-text-wrapper article{
  display: flex;
}
.second-text-wrapper h2{
    font-size: clamp(20px,2.36vw ,26px);
    color: rgb(255, 255, 255);
    font-family: Pepsi;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.25px;
}
.second-text-wrapper article p{
    font-size: clamp(16px,1.7272vw ,19px);
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4210526315;
    letter-spacing: -0.1px;
    width: 50%;
    margin: 10px 15px;
}
/* NEWS AND CALENDER */

.news-calender-sec{
  width: 100%;
  background-color: #fdb930;
  border-bottom: 4px solid white;
}

.en-news-section-title{display: none;}
div.en-news-slider div.en-news-show-all{display: none;}
.news-calender-sec .news-calender-inner{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.news-calender-inner .news-wrapper .news-title-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.news-calender-inner .news-wrapper{
  display: flex;
  flex-direction: column;
  padding-top: 39px;
  padding-bottom: 20px;
  gap: 29px;
}
.news-wrapper .news-module-wrapper{
  margin: 0 auto;
}

.news-wrapper .news-title-top h2 a{
  text-decoration: none;
  font-size: clamp(25px, 3.6vw, 36px);
  color: rgb(0, 0, 0);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-indent: -3px;
  position: relative;
  right: 3px;
}
.news-title-top .news-showall{
  position: relative;
  top: 6px;
}
.news-title-top .news-showall a {
  font-size: clamp(15px, 1.7vw, 17px);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-decoration: none;
  background: url(/pics/show_all.png) right center no-repeat;
  padding: 0px 21px 3px 0px;
  color: rgb(0, 0, 0) !important;
  transition: all .4s ease;
}
.news-title-top .news-showall a:hover{
  letter-spacing: .4px;
}
.en-news-slider-buttons{display: none;}
.news-title-top::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 2px;
  left: -5px;
  bottom: -12px;
  background: url(/pics/sec_header.png) left bottom repeat-x;
}


div.en-news-slider  div.en-card-slider-inner-container > a {
  width: 260px!important;
  min-height: 354px!important;
  grid-template-rows: auto auto auto!important;
  position: relative!important;

}
div.en-news-slider div.en-card-slider-inner-container::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  background: rgb(227, 166, 43);
  width: 242px;
  height: 5px;
  display: block;
}
div.en-news-slider {
  height: 367px;
}
.en-card-slider-outer-container{height:100% !important;}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container{
  background: #fafafa;
    height: 181px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
   
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container img{
  border-bottom: 3px solid #134b80;
  object-fit: cover;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title{
  color: rgb(0, 74, 128);
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1.166666;
  margin: -14px 10px 0 17px!important;
  justify-content: flex-start!important;
  transition: all ease 0.3s;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-title:hover{
  letter-spacing: 0.4px; 
 
}
/* Events and video */
.videoTitle{display: none;}
.HPVideo h2{display: none;}
.news-calender-inner .calender-video-wrapper{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 57px;
}
.calender-video-wrapper .calender-wrapper h2 a{
    width: auto;
    height: auto;
    text-decoration: none;
    font-size:  clamp(25px, 3.6vw, 36px);
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-indent: -2px;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
}
.calender-video-wrapper .calender-wrapper h2 a:after {
  content: "";
  position: absolute;
  width: 140%;
  height: 2px;
  left: -25px;
  bottom: 0;
  background: url(/pics/sec_header.png)repeat-x bottom left;
}
.calender-wrapper .hpeventlinks{
  display: flex;
  position: relative;
  top: 10px;
}
.calender-wrapper #hp-events{overflow: visible!important;}
.hpeventlinks div{margin-top: 0!important;}
.calender-wrapper .hpeventlinks div a {
  font-size: clamp(16.2px, 1.7vw, 17px);
  color: rgb(0, 0, 0);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400!important;
  text-decoration: none;
  background: url(/pics/show_all.png) right center no-repeat;
  padding: 0px 22px 3px 0px;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-top: -6px;
  transition: all .4s ease;
}
.calender-wrapper .hpeventlinks div a:hover{
  letter-spacing: .5px;
}
.calender-video-wrapper .video-wrapper{
  display: flex;
  flex-direction: column;
}
.calender-video-wrapper .video-wrapper .video-title-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.video-title-wrapper h2 a{
  width: auto;
    height: auto;
    text-decoration: none;
    font-size: clamp(25px, 3.6vw, 36px);
    color: rgb(0, 0, 0);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-indent: -3px;
    display: block;
    margin-bottom: 13px;
    padding-bottom: 12px;
    position: relative;
}
.video-title-wrapper .back-school{
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  height: auto;
  display: inline-block;
  letter-spacing: 0.3px;
  position: relative;
  bottom: 6px;
}
.video-title-wrapper::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: -5px;
  bottom: 13px;
  background: url(/pics/sec_header.png)repeat-x bottom left;
}
.video-wrapper .videowrapper{
  box-shadow: 0px 10px 15px #0201014d;
}

/* Background photo section */
.bg-photo-wrapper{
  background: url(/pics/fourth-row.jpg)no-repeat center, #000;
  background-size: cover;
  min-height: 519px;
  border-top: 3px solid #004a80;
}
.bg-photo-wrapper .bg-inner{
  max-width:1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.chargers{position: relative;}
.chargers span {
  font-size: 40px;
  color: #263b8c;
  font-family: 'Pepsi';
  font-weight: 400;
  text-transform: uppercase;
  background: #ffcb08;
  width: 51px;
  height: 51px;
  text-align: center;
  display: inline-block;
  text-shadow: 3px 3px 0 #fff;
}
.chargers small {
  font-size: 25px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  width: 118px;
  top: -5px;
  left: 6px;
  letter-spacing: 0.8px;
}
.chargers:first-child{
  right: 133px;
  top: 31px;
}
.chargers:nth-child(2){
  top: 28px;
  right: 89px;
}
.chargers:nth-child(3){
  right: 45px;
  top: 25px;
}
.chargers:nth-child(4){
  top: 22px;
}
.chargers:nth-child(5){
  left: 45px;
  top: 19px;
}
.chargers:nth-child(6){
  left: 92px;
    top: 16px;
}
.chargers:nth-child(7){
  left: 137px;
  top: 13px;
}
.chargers:nth-child(8){
  left: 182px;
  top: 12px;
}
.chargers:nth-child(8) small{
  line-height: 20px;
  position: relative;
    top: 3px;
}
.chargers:nth-child(8) span{
  position: relative;
  bottom: 4px;
}
.charger-responsive{display: none;}

/* FEATURED ALBUMS */
.featured-albums-wrapper{width: 100%;    padding-top: 46px;}
.featured-albums-wrapper .featured-inner{
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.HPFeaturedAlbums{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.featured-inner .featuredAlbums{position: relative;bottom: 2px;}
.HPFeaturedAlbums.one h2{
  width: auto;
  height: auto;
  text-decoration: none;
  font-size: clamp(25px, 3.6vw, 36px);  
  color: #004a80;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1;
  text-indent: -2px;
  display: block;
  position: relative;
  overflow: visible;
  padding-top: 0!important;
}
.HPFeaturedAlbums h2:after {
  content: "";
  position: absolute;
  width: 210%;
  height: 2px;
  left: -5px;
  bottom: -12px;
  background: url(/pics/grey_header.png)repeat-x bottom left;
}
.featured-albums-wrapper .HPFeaturedAlbums ul li:last-child{
  width: 340px;
  height: 300px;
  border: none;
  background-color: #000;
}
.HPFeaturedAlbums ul li h3 span {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: center;
  overflow: visible;
  padding: 60px 5px 40px;
}
.HPFeaturedAlbums ul li h3::after {
  content: "";
  position: absolute;
  width: 326px;
  height: 3px;
  left: 7px;
  bottom: 7px;
  background: rgb(52, 152, 219);
}
.HPFeaturedAlbums ul li h3 {
  background: url(/pics/caption.png) center bottom repeat-x;
  text-shadow: none;
}
.featured-inner .facebook-feeds{width: 350px;position: relative;top: 9px;}
.fb_iframe_widget{width: 100%!important;}
.fb_iframe_widget span{width: 100%!important;}
.fb_iframe_widget iframe{width: 100%!important;}

/* FOOTER */
.footer{
  width: 100%;
   display: grid;
  grid-template-rows: 139px 104px 40px;
}
.footer .footer-top-wrapper{width: 100%;background-color: #fff;height: 100%;}
.footer-top-wrapper.added{background-color: #fafafa;}
.footer-top-wrapper .footer-top-inner{
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.ft-first .addres-footer-wrapper{
  display: flex;
  align-items: center;
  /* 5px @ 960px increasing to 50px @ 1100px */
  gap: clamp(15px, calc(0.3125rem + ((1vw - 9.6px) * 32.1429)), 50px);
  position: relative;
  bottom: 8px;
}
.footer-top-inner .ft-first{
  display: flex;

  /* 25px @ 960px increasing to 80px @ 1100px */
  gap: clamp(49px, calc(0.625rem + ((1vw - 9.6px) * 50)), 80px);
  align-items: center;
}
.ft-first .footer-logo{
  position: relative;
  bottom: 11px;
}
.footer-logo img{
 width: clamp(166px, 21vw, 231px);
}
.addres-footer-wrapper a{
  white-space: nowrap;
  color: #333333;
    padding: 0;
    margin: 0;
    font-size: clamp(14px, 1.6vw, 16px);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.social-inner a img{
  width: clamp(35px,3.7272vw ,41px);
}
.ft-social-wrapper .fortify{
  position: relative;
  top: 5px;
  right: 1px;
}
.fortify img{
  width: clamp(140px, 19vw, 209px);
}
.addres-footer-wrapper a:last-child span{
  margin:  0 2px;
}
.footer-top-inner .ft-last {
  display: flex;
  align-items: center;
  /* 20px @ 960px increasing to 130px @ 1100px */
  gap: clamp(20px, calc(1.25rem + ((1vw - 9.6px) * 78.5714)), 21px);


}
.logo-d{
	width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
    row-gap: 10px;
    column-gap: 20px;
}
.footer-top-inner .ft-social-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
.ft-social-wrapper .social-inner{
  display: flex;
  position: relative;
  top: 30px;
  gap: 10px;
  right: 5px;
}
.social-inner a{transition: all .3s ease-in-out;}
.social-inner a:hover{transform: scale(1.14);}
.ft-last .csusa{
    position: relative;
    bottom: -3px;
    left: 1px;
}
.csusa img{
  width: clamp(65px,10.1818vw ,112px);
}

.footer-mid-wrapper{width: 100%;background-color: #f3f3f3;border-bottom: 3px solid white;}
.footer-mid-wrapper .footer-mid-inner{
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer-mid-inner p{
  margin: 0;
    font-size: clamp(10.3px, 1.4vw, 14px);
    color: #262626;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    left: -1px;
    position: relative;
    bottom: 2px;
    letter-spacing: 0.01px;
    line-height: 1.21428571;
    width: 85%;
}
.footer-mid-inner .cognia{
  position: relative;
  bottom: -1px;
  width: clamp(64px, 6.9090vw, 76px);
}
.footer .footer-bottom{
  background-color: #004a80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom img{
  position: relative;
  bottom: 1px;
  left: -1px;
  width: clamp(140px, 17.27vw, 180px);
}

@media only screen and (max-width:1150px){
  .second-section-inner .quicklinks{left: 0;overflow: hidden;}
}

@media only screen and (max-width:1129px){
  nav.en-nav ul{margin-right: -10px!important;}
}
@media only screen and (max-width:1124px){
  .en-nav .header-top-wrapper{padding-right: 22px;}
  nav.en-nav ul{margin-right: 3px!important;}
  .logo-wrapper .logo-img{
    right: -7.84px;
  }
  .logo-wrapper h1{right: 19px;}

}

@media only screen and (max-width:1100px){
  /* header */
  
  #nav_items_0 li a{padding: 16px 18px;}

  /* second section */
  .second-section-inner .quicklinks ul{flex-wrap: wrap;row-gap: 25px;column-gap: 33px;justify-content: center;}
  .second-section-inner .quicklinks ul li:not(li:last-child){width: 25%;}
  .second-section-inner .quicklinks ul li a{width: 100%!important;justify-content: center!important;border-radius: 7px;}
  .second-section{height: max-content; padding: 40px 0; padding-top: 10px;}
  .second-section .second-section-inner{gap: 30px;}
  .second-section-inner .quicklinks{
    position: static;
    padding: 10px 0;
  }
  .quicklinks ul li:last-child a{border-radius: 0;}
  /* News */
  .news-calender-inner .news-wrapper .news-title-top h2{margin-left: 30px;}
  .news-calender-inner .news-wrapper .news-title-top span{margin-right: 30px;}
  .news-title-top .news-showall{position: static;}
  /* EVENTS */
  .news-calender-inner .calender-video-wrapper{
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .calender-video-wrapper .calender-wrapper h2 a:after{
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .calender-video-wrapper .calender-wrapper h2 a{text-align: center;}
  /* Featured */
  .featured-albums-wrapper .featured-inner{justify-content: space-around;}.HPFeaturedAlbums h2:after{width: 100%;}
  /* footer */
  .footer-mid-wrapper .footer-mid-inner{width: 95%;}

  /* Inner pages */
  .en-pages-wrapper .en-pages-inner-wrapper{
    width: 95%;
  }
  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers{
    display: flex;
    flex-direction: column;
  }
}
/* @media only screen and (max-width:1070px){
  .logo-wrapper .logo-img{
    bottom: 24px;
  }
} */
@media only screen and (max-width:1050px){
  /* HEADER */
  .logo-wrapper .logo-img {
    right: 0;
    /* bottom: 25px; */
    bottom: 20px;
  }
  
}

@media only screen and (max-width: 1030px) {
/* header */
  nav.en-nav ul {
    justify-content: center !important;
   
  }
  .logo-wrapper .logo-img{left: 5px;}
  .ft-social-wrapper .social-inner{top: 0;gap: 10px;}
  .footer-top-inner .ft-social-wrapper{gap: 0;}
}

@media only screen and (max-width:980px){
  /* footer */
  .footer-top-wrapper .footer-top-inner{justify-content: space-around;}
}
@media only screen and (max-width: 950px) {
  .slide-show-wrapper #ir5554 {
    aspect-ratio: 20/11 !important;
  }
  .slide-show-wrapper {
    height: max-content;
  }
  /* Second sec */
  .quicklinks ul li:last-child{position: static;width: 25%;
    height: 80px;
    display: flex;
}
.side-links{display: none;}
.quicklinks ul li:last-child a br{display: none;}
.quicklinks ul li:last-child a{
  display: flex;
  border-radius:7px ;
    align-items: center;
    justify-content: center;
  border-right: 2px solid #fff;
  text-align: center;
}
  /* Inner pages */
  #staff.staffR1.staff-horizontal .staff-categoryStaffMember a{
    padding-right: 0!important;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers{
    display: flex;
    flex-direction: column;
   
  }
  #staff.staffR1 {overflow: hidden!important;}
}
@media only screen and (max-width:850px){
  #nav_items_0 li a{font-size: 17px;}
  /* Second sec */
  .quicklinks ul li a{width: 100%;}
  .quicklinks ul li a{
    padding-right: 23px; 
    justify-content: center!important;  
  }
  /* Bg Photo */
  .bg-photo-wrapper{
    display: flex;
    aspect-ratio: 200/47;
    min-height:auto;
  }
  .bg-photo-wrapper .bg-inner{
    flex-direction: row;
  }
  .bg-inner .chargers{
    display: none;
  }
  .charger-responsive{
    display: flex;justify-content: center;flex-direction: column;align-items: flex-start;
    background: #2b3c8d;
    padding: 30px 0;
    gap: 7px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
  
  }
  .charger-responsive .chargers{
    display: flex;
    width: max-content;
    align-items: center;
  }
  .charger-inner{
    width: 70%;
    gap: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

  }
  .chargers{position: static!important;}
  .chargers:first-child{
    margin-left: clamp(1px, 4.7058vw, 40px);
  }
  .chargers:nth-child(2){
    margin-left: clamp(1px,9.4117vw , 80px);
  }
  .chargers:nth-child(3){
    margin-left: clamp(1px,14.1176vw ,120px);
  }
  .chargers:nth-child(4){
    margin-left: clamp(1px,18.8235vw ,160px);
  }
  .chargers:nth-child(5){
    margin-left: clamp(1px ,23.5294vw , 200px);
  }
  .chargers:nth-child(6){
    margin-left: clamp(1px, 29.2352vw, 240px);
  }
  .chargers:nth-child(7){
    margin-left: clamp(1px,32.9411vw , 280px);
  }
  .chargers:nth-child(8){
    margin-left: clamp(1px, 37.6470vw , 320px);
  }
  .charger-responsive .chargers span{
    position: static!important;
    width: clamp(35px,6vw ,51px);
    height:  clamp(35px,6vw ,51px);
    font-size: clamp(24px, 4.70vw, 40px);
  }
  .charger-responsive .chargers small{
    display: block;
    font-size: clamp(18px ,2.94vw ,25px);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .chargers:nth-child(8) small {
   width: max-content;
}

}
@media only screen and (max-width: 801px) {
  .header-top-wrapper a{
    top: -6.3px!important;
  }
  .header-top-wrapper .search-wrapper{top: -6.3px;}
  #nav_items_0 > li:last-child a {
    color: #111111;
  }
  #nav_items_0 > li:last-child a:hover{color: #004a80;}
  .logo-none {
    display: flex !important;
  }
  .en-header-school-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .en-header-school-logo .logo-wrapper {
    align-items: center;
    gap: 15px;
    margin-left: 10px;
  }
  .logo-wrapper .logo-name {
    position: static;

  }
  .logo-wrapper .logo-img {
    position: relative;
    bottom: 11px;
  }
  .logo-wrapper .logo-img img{
    width: clamp(80px,25.125vw ,201px);
  }
  .en-header-school-logo h1 {
    display: none;
  }
  .logo-wrapper .logo-name img {
    width: clamp(168px, 43.75vw, 350px);
  }
  .button-wrapper .en-mobnav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: #2b3c8d;
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    border-radius: 50%;
    border: 2px solid #fad91f;
    transition: all 0.4s ease;
    margin-right: 20px;
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #fad91f;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button b {
    font-size: clamp(22px, 3.75vw, 30px);
    color: #fad91f;
  }
  .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  }
  .button-wrapper .en-mobnav-button:hover {
    background-color: #fad91f;
    border: 2px solid #2b3c8d;
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: #2b3c8d;
  }
  .button-wrapper .en-mobnav-button:hover b {
    color: #2b3c8d;
  }
  .en-public-header .en-nav {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999999;
  }
  .en-nav .header-top-wrapper {
    order: 3;
    padding: 14px 0;
    justify-content: center;
    position: relative;
    padding-bottom: 31px;
  }
  nav.en-nav > ul {
    background-color: #ebd348;
    height: 86vh;
  }
  #nav_items_0 li a {
    text-align: start;
    color: #111111;
    border-bottom: 1px solid white;
  }
  #nav_items_0 > li:hover > a {
    background: none;
    padding: 16px 21px;
  }
  #nav_items_0 li:hover ul,
  #nav_items_0 li:focus ul,
  #nav_items_0 li.over ul {
    padding: 0;
  }
  #nav_items_0 ul li a {
    background-color: #2b3c8d;
    width: 100% !important;
    font-weight: 400;
    padding-left: 29px;
    border-bottom: 1px solid white;
  }
  #nav_items_0 ul li a:hover {
    background-color: #fff;
    color: #2b3c8d;
  }
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  nav.en-nav > ul > li.hasSubNav::after {
    content: "";
    position: absolute;
    margin: 5.5px 0 0 8px;
    transition: all ease 0.5s;
    right: 18px;
    top: 21px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #2b3c8d;
    width: 0;
    height: 0;
  }
  .motto-res {
    display: block;
    color: #2873a6;
    font-size: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    text-align: right;
    line-height: 1.1111;
    position: absolute;
    bottom: 10px;
  }
  /* second sec */
  .quicklinks ul li{width: 25%;height: 65px;}
  .quicklinks ul li:last-child{width: 30%;height: 65px;}
  .quicklinks ul li:last-child a{height: 100%;}
  .quicklinks ul li a{height: 100%;font-size: 17.5px;}
  .quicklinks ul li:last-child a span{font-size: 17px; bottom: 3px;}
  .quicklinks ul li:last-child a span br{display: none;}
  /* footer */
  .footer-top-inner .ft-first{gap: 12px;}
}
@media only screen and (max-width:750px){
  .second-section-inner .quicklinks ul{row-gap: 14px;column-gap: 13px;}
  .second-section-inner .quicklinks ul li{width: 30%!important;}
  .featured-albums-wrapper .featured-inner{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width:726px){
  .ft-first .addres-footer-wrapper{flex-direction: column;}
  .addres-footer-wrapper #address-right{align-self: flex-start;}
  .footer-top-inner .ft-first{gap: 39px;}
}
@media only screen and (max-width:681px){
/* EVENTS AND VIDEO */
/* .news-calender-inner .news-wrapper .news-title-top h2{margin: 0!important;}
.news-calender-inner .news-wrapper .news-title-top span{margin: 0!important;} */
.calender-video-wrapper .video-wrapper{width: 95%;}
.video-title-wrapper .back-school{bottom: 11px;}
.video-wrapper .videowrapper{
  width: 100%!important;
  margin: 0 auto;
  height: max-content;

}
.video-wrapper .videowrapper #video_player1{
  width: 100%!important;
  height: max-content!important;
  
}
#video_placeholder1{
  width: 100%!important;
  height: clamp(195px, 56.82vw, 387px);
}
/* Footer */
.ft-first .addres-footer-wrapper{flex-direction: column;align-items: start;}
.ft-social-wrapper .social-inner{top: 0;}
.footer-top-inner .ft-social-wrapper{gap: 2px;}
}
@media only screen and (max-width:600px){
  .second-section-inner .second-text-wrapper article{flex-direction: column;align-items: center;}
  .second-text-wrapper article p{width: 90%;}
  .second-section-inner .quicklinks ul{column-gap: 18px;}
  .quicklinks ul li{width: 45%;}
  .quicklinks ul li:last-child{width: 45%;}
  .quicklinks ul li a{text-align: center;}
}
@media only screen and (max-width:560px){
  .footer-top-inner .ft-first{
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .footer-top-wrapper{
    padding-top: 30px;
  }
  .footer{
    grid-template-rows: max-content max-content max-content;
  }
  .footer-bottom{padding: 8px 0;}
  .footer-mid-wrapper{padding: 8px 0;}
  .footer-mid-inner p{text-align: justify;width: 80%;}
  .ft-last .csusa{top: 13px;}
  .ft-social-wrapper .fortify{top: 33px;}
  .ft-social-wrapper .social-inner{top: 20px;}
  .footer-top-inner .ft-last{flex-direction: column;}
  

}
@media only screen and (max-width:500px){
  .charger-inner{width: 90%!important;}
  .second-section-inner .quicklinks ul li{height: 50px!important;width: 44%!important;}
  .second-section-inner .quicklinks ul li a {
    font-size: 16.2px;
  }
}
@media only screen and (max-width:430px){
  .news-calender-inner .news-wrapper .news-title-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .news-calender-inner .news-wrapper .news-title-top h2, .news-calender-inner .news-wrapper .news-title-top span {margin: 0!important;}
  .calender-video-wrapper .video-wrapper .video-title-wrapper {
    flex-direction: column;
  }
  .video-title-wrapper .back-school {
    bottom: 21px;
}
}
@media only screen and (max-width:405px){
 /* footer */
 .footer-top-inner .ft-last{flex-direction: column;}
 .button-wrapper .en-mobnav-button{margin-right: 12px;}
 .logo-wrapper .logo-img{bottom: 3px;}
}

/* INNER PAGES */

body.inner-page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner-page .footer{
  margin-top: auto;
}
.inner-page .footer .footer-top-wrapper{
  background-color: #fafafa;
}
.en-pages-wrapper{
  width: 100%;
  position: relative;
    border-top: 3px solid #fff;
    background: url(/pics/wrapper_content.jpg)no-repeat center -40px, url(/pics/wrapper_content_repeat.jpg)repeat-x center -40px;
}
.en-pages-inner-wrapper{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: clamp(15.5px, 1.9vw, 19px);
  color: #262626;
  line-height: 1.4;
  padding: 2px 0 20px 0;
  position: relative;
  min-height: 400px;
  height: auto;
}

.pageTitle {
  width: auto;
  display: block;
  height: auto;
  padding: 38px 0 15px;
  margin: 0px 0 77px;
  font-size: clamp(24px, 3.5vw, 35px);
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1.1428;
  background-color: #fdb930;
  overflow: hidden;
}
.pageTitle:after {
  content: "";
  position: absolute;
  width: 102%;
  height: 2px;
  left: -5px;
  bottom: 0;
  background: url(/pics/sec_header.png)repeat-x bottom left;
}
.en-pages-inner-wrapper table {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: clamp(15.5px, 1.9vw, 19px);
  color: #262626;
  line-height: 1.4;
}
#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: #004a80 url(/pics/pagenav.jpg)no-repeat center bottom;
  width: 280px;
  margin-left: 20px;
}
#pageNav td img {
  display: none;
}
#pageNav ul, #pageNav ul li {
  list-style: none;
  line-height: 16px;
}
#pageNav ul {
  padding: 10px 0!important;
  margin: 0 auto!important;
  width: 280px;
  height: auto!important;
}
#pageNav ul li {
  padding: 0 0 0px!important;
  margin: 0 0 0px!important;
  zoom: 1;
}
#pageNav ul, #pageNav ul li {
  list-style: none;
  line-height: 16px;
}
#pageNav ul li b, #pageNav ul li a:hover, #pageNav ul li a:focus {
  background: #fdb930;
  color: #000!important;
}

#pageNav ul li a, #pageNav ul li b {
  min-height: 20px;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  margin: 0;
  display: block;
  font-size: 19px;
  text-align: left;
  position: relative;
  z-index: 0;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
}

.darkBorderBottom, thead.dark th {
  border-bottom: 1px solid #888888;
}
td.dark.darkBorderBottom{
  padding: 3px;
}
@media only screen and (max-width:700px){
  .pageTitle.pageTitleHidden{
    display: block!important;
  }
  #infi1519156413034 div{margin-left: 0!important;}
}
.dark a, .dark a:visited, .dark a:link, .dark a:hover, .dark a:active {
  color: #fff !important;
}
.dark {
  background-color: #004a80 !important;
  color: #fff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 19px !important;
}
td.light.pale.lightBorderBottom{
  padding: 8px;
}
.en-pages-inner-wrapper img.sub{
  margin: 0px 5px 5px 0px;
  border: none!important;
}
.light {
  background-color: #fdfafa !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  color: #262626 !important;
}
.lightBorderBottom, tbody.light td {
  border-bottom: 1px solid #DFDFDF;
}
.light a, .light a:visited, .light a:link, .light a:hover, .light a:active, a, a:visited, a:link, a:hover, a:active, .neutral a, .neutral a:link, .neutral a:visited, .neutral a:hover, .neutral a:active {
  color: #333333;
}

b, strong {
  font-weight: bold;
}












#en-cms-contact-form table{max-width: 463px;width: 100%;}
#en-cms-contact-form table .en-contactus-form-firsthf td{ padding: 5px;}
.en-pages-inner-wrapper b, strong {
  font-weight: bold;
}
.en-pages-inner-wrapper #DB_dialog.DB_dialog{z-index: 99999999999999992343224234342;}
.en-contactus-form-secondhf td{padding: 5px;}
.waInputText {
  border: 1px solid #aaaabb!important;
  border-radius: 0!important;
  font-family: Arial, Verdana, sans-serif!important;
  font-size: 9.5pt!important;
  padding: 2px!important;
  width: 350px!important;
}
#inputMessage{max-width: 350px!important;width: 100%!important;}
.en-contactus-form-last-td table td{padding: 5px;}
.en-unused-image-inner-container img{border: 2px solid white!important;}
#staff-search-comp {
  display: block;
  text-align: right;
}
#staff-search span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px !important;
}
#staff-search input {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-shadow: 2px 2px 1px -1px rgb(0 0 0 / 20%) inset;
  -webkit-box-shadow: 2px 2px 3px -1px rgb(0 0 0 / 20%) inset;
  font-size: 11px;
  padding: 4px 5px 3px 10px;
  -webkit-appearance: none;
  width: 200px;
  outline: 0;
}
#en-cms-contact-form table{
  margin: 0 auto;
  
}
.en-pages-inner-wrapper p {
  display: block;
  margin-block-start: 16px;
  margin-block-end: 16px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.en-pages-inner-wrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 16px;
  margin-block-end: 16px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.en-pages-inner-wrapper dl dd{
  padding: 5px;
}
.en-pages-inner-wrapper dd {
  display: block;
  margin-inline-start: 40px;
}
.en-pages-inner-wrapper dl {
  padding: 5px;
  display: block;
  margin-block-start: 16px;
  margin-block-end: 16px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.en-pages-inner-wrapper div.contentHolder {
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 20px;
  background: #eee;
}
.en-pages-inner-wrapper .controls form{display: flex; align-items: center;}
.en-pages-inner-wrapper #video-list-container .controls input[type="submit"]{margin-top: 2px!important;}
@media only screen and (max-width: 768px) {
  .DB_dialog {
      width: 98% !important;
      height: auto !important;
      padding-left: 5px !important;
      background-color: transparent !important;
      left: 0 !important;
  }
  .DB_dialog #PV_imageDiv img:last-child {
      width: 98% !important;
      height: auto !important;
      padding: 0 !important;
  }
}




