@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
*:not(.en-pages-wrapper) {
  margin: 0;
  padding: 0;
}

:root{
  --csusa-navy: #162B4E;
  --csusa-red: #BD2127;
  --csusa-green: #0E733A;
  --csusa-blue: #11507F;
}

/* #en-first-row{
  position: absolute;
    width: 1px;
    height: 1px;
    top: -204px;
} */

.logo-none {
  display: none;
}
.schools-list{border:none !important;}
.en-nav.en-nav-appear-from-right{overflow:hidden;}
.header-logo2 {
  display: none;
}
.header-logo1 {
  position: relative;
  left: -1px;
  top: -2px;
  width: clamp(80px, 11.86vw, 136px);
}

.header-icons-wrapper.icon-none {
  display: none;
}

.en-public-header {
  position: relative;
}
.header-icons-wrapper {
  width: 100%;
  background-color: var(--csusa-blue);
}
.header-icons-wrapper .icons-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
  gap: 127px;
}
.icons-inner .icons-first-g {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  top: 10px;
  z-index: 9999;
}
.icons-first-g a:first-child {
  font-family: Livvic, sans-serif;
  font-size: clamp(12px, 1.2727vw, 14px);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  transition: all 0.5s ease 0s;
  position: relative;
  left: -0.5px;
  color: rgb(255, 255, 255) !important;
}
.icons-first-g a:first-child:hover {
  transform: translateY(-5px);
}
.icons-first-g a:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  left: 5px;
}
.icons-first-g a:nth-child(2) img {
  position: relative;
  top: 2px;
}
.icons-first-g .search-wrapper {
  position: relative;
  top: 3px;
  left: 2px;
  cursor: pointer;
}
.search-wrapper::after{
  background-color: #f0f3f642;
  width: 1px;
  height: 20px;
  content: '';
  position: absolute;
  right: -26px;
  top: -3px;
}
.icons-first-g a:nth-child(2) p {
  font-family: Livvic, sans-serif;
  font-size: clamp(12px, 1.2727vw, 14px);
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.icons-inner .icons-last-g {
  display: flex;
  align-items: center;
  position: relative;
  top: 12px;
  z-index: 999;
}
.icons-last-g a:first-child {
  right: 74px;
  top: 1px;
}
.icons-last-g a:nth-child(2) {
  top: 1px;
  right: 56px;
}
.icons-last-g a:nth-child(3) {
  right: 38px;
}
.icons-last-g a:nth-child(4) {
  right: 19px;
}
.icons-last-g a {
  position: relative;
  transition: all 0.3s ease;
}
.icons-last-g a:hover {
  transform: scale(1.1);
}

.bg-sticky {
  /* position: fixed; */
  background: var(--csusa-blue);
  left: 0;
  top: 19px;
  width: 100%;
  transition: all 0.4s ease-out;
}

nav.en-nav {
  max-width: 1100px;
  margin: 0 auto !important;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.en-nav ul {
  position: relative;
  top: 12px;
  right: 48px;
  gap: 12px;
}
#nav_items_0 > li > a {
  transition: all 0.5s ease;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 5px;
  padding: 0 15px;
}
#nav_items_0 li a {
  white-space: nowrap;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Livvic", sans-serif;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  line-height: 19px;
  box-sizing: border-box;
}
#nav_items_0 li:hover a,
#nav_items_0 li.over a,
#nav_items_0 li:focus a {
  background: var(--csusa-green);
  border-radius: 7px;
}
#nav_items_0 li ul {
  left: 0;
  top: auto;
  width: max-content;
  background: url(/pics/drop-down-bg.png) repeat, #fff;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
}
#nav_items_0 li:last-child ul {
  left: -106px;
}
#nav_items_0 li ul li a {
  text-align: left;
  text-decoration: none;
  padding: 9px 10px 9px 19px;
  height: auto;
  width: 196px;
  letter-spacing: normal;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  font-variant: normal;
  outline: none !important;
  font-family: "Livvic", sans-serif;
  font-size: 18px;
  color: #323030 !important;
  font-weight: 500;
  line-height: 21px;
  min-height: 37px;
  box-sizing: border-box;
  transition: letter-spacing.5s ease;
}
#nav_items_0 li:hover ul li a {
  background-color: transparent;
}
#nav_items_0 li ul li a:hover {
  color: var(--csusa-red) !important;
  letter-spacing: 0.2px;
  background-color: transparent;
}

/* FIRST SEC */
.first-sec {
/* width: 100%; */
  background-color: var(--csusa-blue);
  position: relative;
}
.first-sec.active{
  height: 855px;
}
.first-sec .video-wrapper {
  margin: 0 auto;
  
  width: 100%;
  padding-top: 1px;
}


span.fa-pause-circle { display: none; }

.video-wrapper #fullVideo {
  z-index: -1;

  object-fit: cover;
  height: 98%;
  width: 100%;
  min-height: inherit;
}
.video-control-button {
  position: relative;
  top: -4px;
  left: 0px;
  padding: 1px 5.9px;
  background: #efefef;
  width: max-content;
}
.video-control-button:focus{
  background-color: #efefefcc;
  border: 1px solid #333;
  box-shadow: 1px 1px 0px #000;
}
.arrow-wrapper {
  position: absolute;
  width: max-content;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.fa-play.videobtn2{display: none;    padding: 2px 7px;
  margin-left: 1px; margin-top: 1px; font-size: 13.3px;}
.fa-pause-circle{
  padding: 2px 7px;
  margin-left: 1px;font-size: 13.3px !important;
}
.video-wrapper.active .videobtn1{
  display: none;
 
}
.video-wrapper.active .fa-play.videobtn2 {
  display: block;
} 
/* sidelinks */
.side-links {
  position: fixed;
  top: 350px;
  right: 0px;
  z-index: 999999;
}
.side-links a {
  text-decoration: none;
  font-family: Livvic, sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.083333333;
  display: block;
  transition: all 0.5s ease 0s;
  background: var(--csusa-red);
  text-align: center;
  width: 198px;
  min-height: 60px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 11px;
  box-sizing: border-box;
  padding: 15px 4px;
  margin-bottom: 10px;
}
.side-links a:hover {
  margin-right: 5px;
  border-radius: 10px;
}

/* slider */

.first-wrapper-slider{
  padding-top: 68px;
  padding-bottom: 15px; 
}
/* .slider-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
} */
#myCardSlider .csusa-title {
  font-family: "Livvic", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: #323030;
  font-weight: 300;
  text-align: center;
  position: relative;
  left: 0.5px;
  top: 2px;
  padding-bottom: 40px;
}
.en-card-slider-inner-container{
  display: flex;
  width: max-content;
  transition: all 1s ease;
  padding-top: 40px;
  overflow-x: hidden!important;
}
.slider-card h2 {
  font-family: "Livvic", sans-serif;
  font-size: clamp(30px, 4.5454vw, 50px);
  color: var(--csusa-blue);
  font-weight: 300;
}
.slider-card p {
  margin: 0;
  font-family: "Livvic", sans-serif;
  font-size: clamp(14px, 1.8181vw, 19px);
  color: #323030;
  font-weight: 400;
  line-height: 1.2631;
  text-align: center;
}
.slider-card {
  min-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-left: 50px;
}
.slider-section {
  width: 100%;
}
 #myCardSlider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}



.slider-card:nth-child(1),
.slider-card:nth-child(4) {
  position: relative;
  right: 15px;
}
.slider-card:nth-child(1) h2,
.slider-card:nth-child(4) h2 {
  position: relative;
  top: 5px;
}
.slider-card:nth-child(1) p,
.slider-card:nth-child(4) p {
  position: relative;
  top: -1px;
}
.slider-card:nth-child(1) img,
.slider-card:nth-child(4) img {
  position: relative;
  top: 1px;
}

.slider-card:nth-child(2) h2,
.slider-card:nth-child(5) h2 {
  position: relative;
  top: 5px;
  left: 0px;
}
.slider-card:nth-child(2) p,
.slider-card:nth-child(5) p {
  position: relative;
  top: -1px;
  left: 0px;
}
.slider-card:nth-child(2) img,
.slider-card:nth-child(5) img {
  position: relative;
  top: 1px;
  left: 0px;
}
.slider-card:nth-child(3),
.slider-card:nth-child(6) {
  position: relative;
  left: -1px;
}
.slider-card:nth-child(3) h2,
.slider-card:nth-child(6) h2 {
  position: relative;
  left: 15.5px;
  top: 5px;
}
.slider-card:nth-child(3) p,
.slider-card:nth-child(6) p {
  position: relative;
  left: 15.5px;
  bottom: 1px;
}
.slider-card:nth-child(3) img,
.slider-card:nth-child(6) img {
  position: relative;
  left: 16px;
  bottom: -1px;
}
.btns-dot{
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
  left: 5px;
  bottom: 0;
}


.dot {
  width: 15px ;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #9db5c4;
  cursor: pointer;
  background-color: #fff;
  text-indent: -99999em;
}

.dot.active {
  background-color: var(--csusa-red);
  border: 2px solid var(--csusa-red);
  color: #fff;

}

/* .btns-dot .dot:last-child{display: none;} */

.control-buttons {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding-top: 58px;
  padding-bottom: 40px;
  position: relative;
  bottom: 2px;
}
.control-buttons .en-card-slider-button-disabled{visibility: visible !important;}
.myslider-prev-button {
  background-image: url(/pics/slider-left-arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  color: #000 !important;
  width: 26px;
  height: 44px;
  text-indent: -999999em;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  left: 1px;

}
.myslider-next-button {
  background-image: url("/pics/slider-right-arrow.png");
  background-position: center left;
  background-repeat: no-repeat;
  color: #000 !important;
  width: 26px;
  height: 44px;
  text-indent: -999999em;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  left: -1px;
}

.myslider-next-button:hover,.myslider-prev-button:hover{
  background-position: center center;
}
.myslider-next-button:focus,.myslider-prev-button:focus{
  background-position: center right;
}

/* Second section */
.second-sec {
  min-height: 496px;
  background: url(/pics/second-row-bg_v2.jpeg) no-repeat center top #f0f3f6;
}
.second-sec .inner-second {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 94px;
}
.second-box {
  display: flex;
  flex-direction: column;
  width: max-content;
  position: relative;
  right: 45px;
  gap: 13px;
}
.second-box h3 {
  font-family: "Livvic", sans-serif;
  font-size: clamp(28px, 3.6363vw, 40px);
  color: var(--csusa-blue);
  font-weight: 300;
  line-height: 1.23  ;
  position: relative;
  top: 1px;
  left: 0px;
}

.second-box p {
  font-family: "Livvic", sans-serif;
  font-size: clamp(20px, 2.1818vw, 24px);
  color: #323030;
  font-weight: 400;
  margin-bottom: 32px;
  left: 4px;
  position: relative;
  width: 88%;
  top: 1px;
}


.btns-link a.en-aos-init{
  transition-duration: 1s;
}
.btns-link a:hover{
  letter-spacing: .2px;
}
 .btns-link a.en-aos-init.en-aos-flip-up:nth-child(3){
  transition-delay: .3s;
  margin-top: 37px;
}
.btns-link a.en-aos-init.en-aos-flip-up:nth-child(4){
  transition-delay: .3s;
}
.btns-link a.en-aos-init.en-aos-flip-up:nth-child(5){
  transition-delay: .3s;
} 

.btns-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: -12px;
  left: 4px;
  gap: 8.8999px;
  font-weight:400 !important;
}

.btns-link a.btn-a-link {
  font-family: "Livvic", sans-serif;
  font-size: clamp(16px, 3vw, 22px);
  color: var(--csusa-green) !important ;
  line-height: 1.13636;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline;
  font-weight: 400 ;
}
.btns-link a::after {
  content: "";
  background: url(/pics/country-link-arrow.png) no-repeat center top;
  width: 18px;
  height: 16px;
  position: absolute;
  right: -28px;
  top: 5px;
}
.sec-bg-res {
  display: none;
}

/* parallax 1 */
.en-parallax-1 {
  background-image: url(/pics/ScienceKids_w2000.jpg);
  height:  clamp(400px, calc(25rem + ((1vw - 8.01px) * 133.7793)), 800px);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
.en-parallax-1::after {
  content: "";
  background: url(/pics/parallax01-overlay.png) repeat-x center top;
  width: 100%;
  height: 453px;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax-1-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;
  align-items: center;
  padding-top: 78px;
}
.parallax-1-inner h2.en-aos-init{
  transition-duration: .8s;
}
.parallax-1-inner p.en-aos-init{
  transition-duration: 1s;
}
.parallax-1-inner h2 {
  font-family: "Livvic", sans-serif;
  font-size: clamp(28px, 3.6363vw, 40px);
  color: #323030;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
}
.parallax-1-inner p {
  margin: 0;
  font-family: "Livvic", sans-serif;
  font-size: clamp(15px, 2.1818vw, 24px);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.41666666;
  text-align: center;
  background: var(--csusa-green);
  border-radius: 5px;
  box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
  padding: 31px 20px 31px 29px;
  box-sizing: border-box;
}
.responsive-parallax-1.en-parallax {
  display: none;
}
/* parallax2 */
.parallax-box.en-aos-init{transition-duration: .3s;transition-timing-function: ease;}
.en-parallax-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  background-image: url("/pics/LCCA-132_w2000.jpg");
  height: 534.03px;
  position: relative;
}

.parallax-box a span{position: relative;bottom: 1px;}
.parallax-2-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
  align-items: center;
  padding-top: 78px;
}
.en-parallax-2::after {
  content: "";
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0) 43%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax-2-inner .parallax-box {
  width: 40%;
  position: relative;
  right: 63px;
  top: 19px;
  z-index: 99;
}
.parallax-box h2 {
  font-family: "Livvic", sans-serif;
  font-size: clamp(28px, 3.6363vw, 40px);
  color: var(--csusa-blue);
  font-weight: 300;
  margin-bottom: 12px;
}
.parallax-box p {
  margin: 0;
  font-family: "Livvic", sans-serif;
  font-size: clamp(16px, 2.1818vw, 24px);
  color: #323030;
  font-weight: 400;
  line-height: 1.416666666;
  padding-left: 4px;
}
.parallax-box a {
  text-decoration: none;
  position: relative;
  font-family: "Livvic", sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  color: #ffffff !important;
  font-weight: 500;
  display: block;
  width: clamp(180px, 21.8181vw, 240px);
  height: 60px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  background: var(--csusa-blue);
  margin-top: 25px;
  border-radius: 5px;
  margin-left: 3px;
  padding: 16px 10px 16px 14px;
  letter-spacing: 2.25px;
  transition: all 0.5s ease;
}
.parallax-box a:hover {
  background: var(--csusa-green);
  letter-spacing: 2px;
}
.en-parallax.responsive-parallax-2 {
  display: none;
}
/* news- parallax */
.news-module-parallax {
  background-image: url(/pics/JAXREP_7510_w2000.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position:top center;
  height: clamp(827px ,100vw , 1100px);
  background-attachment: fixed; 
}
.news-module-parallax::after{
    content: "";
    background: url(/pics/fifth-row-top-overlay.png) center top repeat-x;
    width: 100%;
    height: 409px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.inner-parallax-module {
  padding-top: 80px;
  z-index: 99;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.inner-parallax-module .news-main-title.en-aos-init {
  text-align: center;
  z-index: 100;
  margin-bottom: 32px;
  transition-duration: .8s;
}
.inner-parallax-module .news-main-title a {
  font-family: "Livvic", sans-serif;
  font-size: clamp(28px, 3.6363vw, 40px);
  color: #323030 !important;
  font-weight: 300;
  display: inline-block !important;
  text-decoration: none;
}
.inner-parallax-module .news-module.en-aos-init {
  transition-duration: .9s;
  background: url(/pics/news-bg.png) repeat !important;
  padding:40px 32.5px 41px;
  border-radius: 5px;
 
}
.news-show-all{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 18px;
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  
}
.news-show-all a {
  transition: letter-spacing 0.5s ease;
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  color: var(--csusa-green) !important;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s ease;
}
.news-show-all a:hover{
  letter-spacing: .2px;
}
.en-news-section-title,.en-news-show-all 
{
  display: none !important;
}
div.en-news-slider div.en-news-slider-footer{
  justify-content: center!important;
}
.en-news-slider-footer .en-news-slider-buttons{
  display: flex;
  align-items: center;

  margin-top: 14px
}
.en-news-slider-buttons button{
  text-indent: -999999em;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}
.en-card-slider-button-disabled{visibility:hidden !important; }
.en-news-slider-buttons .en-news-prev{
  background-image: url(/pics/leftArrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  color: rgb(0, 0, 0) !important;
  position: relative;
  right: 101px;
}
.en-news-slider-buttons .en-news-next{
  background-image: url(/pics/rightArrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    color: rgb(0, 0, 0) !important;
    position: relative;
    left: 103.7px;
    
}
.en-news-slider-buttons .en-news-next:hover, .en-news-slider-buttons .en-news-prev:hover{
  background-position: center center;
}
.en-news-slider-buttons .en-news-next:focus, .en-news-slider-buttons .en-news-prev:focus{
  background-position: center right;
}
div.en-news-slider div.en-card-slider-inner-container > a {
  list-style: none;
  position: relative;
  width: 325px !important;
  margin-right: 30px !important;
  min-height: 409px !important;
  background: none!important;
  background-color: transparent!important;
  border: 1px solid transparent!important;
  grid-template-rows: var(--image-height) max-content auto!important;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container {
  width: 323px !important;
  height: 219px !important;
  background-color: #fafafa!important;
  border: 1px solid #e5e5e5!important;
  overflow: hidden!important;
}
div.en-news-slider
   div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container
  img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  text-align: center;
  transition: .5s ease all;
}
div.en-news-slider
   div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container
  img:hover{
    transform: scale(1.059);
  }

div.en-news-slider
   div.en-card-slider-inner-container
  > a
  > .en-news-slider-title {
  transition: letter-spacing 0.5s ease;
  font-family: "Livvic", sans-serif;
  font-size: clamp(17px,1.8vw ,18px);
  color: var(--csusa-blue) !important;
  font-weight: 500;
  line-height: 1.33333;
  height: max-content !important;
  -webkit-line-clamp: 2 !important;
  width: 95% !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  margin-top: 4px !important;
  margin-left: 0px !important;
}

div.en-news-slider
   div.en-card-slider-inner-container
  > a
  > .en-news-slider-title:hover{
    letter-spacing: .3px;
  }
div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-summary{
  font-family: 'Livvic', sans-serif;
    font-size: 17px;
    color: #323030;
    font-weight: 400;
    line-height: 1.4117;
    margin-left: 0!important;
    -webkit-line-clamp: 5!important;
    overflow: visible!important;
    margin-top: 5px!important;
}
/* footer */
.footer{
  width: 100%;
  background-color: var(--csusa-blue);
}
.footer .footer-inner{
  max-width: 1100px;
  margin: 0 auto;
  width: 96%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}
.footer-inner .footer-logo{
  position: relative;
    top: 41px;
}
.footer-inner .footer-logo img{
  width: clamp(240px,26.0909vw ,287px);
width: 240px;
}
.footer-inner .footer-address{
  display: flex;
  align-items: center;
  gap: 44px;
  position: relative;
  top: 28px;
  left: 1px;
}
.footer-address a{
  position: relative;
  font-family: 'Livvic', sans-serif;
  font-size: clamp(14px, 1.7vw ,17px);
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.footer-address a:first-child br{display: none;}
.arrow-first img{width: clamp(30px,5.6vw ,58px);}
.footer-links {
  display: flex;
  gap: 70px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  bottom: 8px;
}
.footer-links a{
  font-family: 'Livvic', sans-serif;
  font-size: clamp(12.5px,1.8vw ,18px);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease all;
}
.footer-links a:hover{color: var(--csusa-red) !important;}
.footer-links a::before{
  width: 1px;
    height: 24px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: -34px;
}
.footer-links a:first-child:before{
 display: none;
}
.footer-inner .footer-bottom{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.footer-bottom-right{
  display: flex;
  flex-direction: column;
  position: relative;
  right: 183px;
  bottom: 13px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-bottom-right .footer-desc{
  font-family: 'Livvic', sans-serif;
  font-size: clamp(12px,1.6vw ,16px);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.en-edu{
  display: none;
}
.footer-bottom-right a{
  position: relative;
  left: 4px;
  top: 2px;
}
.footer-bottom-right a img{
  width: clamp(140px,16.0909vw ,186px);
}
.cognia-ff{
  position: relative;
  bottom: 18px;
  width: clamp(73px,8.1818vw ,90px);
}



@media only screen and (min-width: 801px) {
  /* change with js */
.en-public-header{min-height: 80px;    background: var(--csusa-blue);}
  .bg-sticky.active nav.en-nav ul {
    top: 3px;
    right: 48px;
  }
#greatPlace {
    left: 825px;
}
  .bg-sticky.active {
    box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
    z-index: 999999999999999;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7.5px 0;
  }
  .bg-sticky.active #nav_items_0 li a {
    color: #323030;
  }
  .bg-sticky.active #nav_items_0 li:hover a,
  .bg-sticky.active#nav_items_0 li.over a,
  .bg-sticky.active #nav_items_0 li:focus a {
    color: var(--csusa-green);
    background: none;
  }
  .bg-sticky.active .header-logo2 {
    display: block;
    position: relative;
    right: 1px;
  }
  .bg-sticky.active .header-logo1 {
    display: none;
  }
  /* change with js */
}
@media only screen and (max-width:1500px){
  .side-links{position: absolute;top: 103px;}

}
@media only screen and (max-width: 1124px) {
  nav.en-nav ul {
    right: 5px;
  }
  .bg-sticky.active nav.en-nav ul {
    right: 5px;
  }
#greatPlace {
    left: 775px;
  }
}

@media only screen and (max-width:1115px){
  .parallax-1-inner p{width: 98%;}
}


@media only screen and (max-width:1100px){
  /* .arrow-wrapper {padding-bottom: 10px;} */
  .first-sec .video-wrapper{height: max-content;min-height: auto; padding-bottom: 50px;}
  .footer-bottom-right{
    right: 112px;
  }
  .en-public-header{min-height: max-content;}
  .slider-card{
    margin-left: 18px;
    width: 310px;
    min-width: auto;
  }
#greatPlace {
left: 771px;
  }
  .slider-inner{max-width: 900px;width: 90%;}
}
@media only screen and (max-width:1078px){
  div.en-news-slider > div.en-card-slider-inner-container > a{
    width: 342px !important;
  }

}
@media only screen and (max-width: 1070px) {
  .news-show-all{bottom: 58px;}
  
  #nav_items_0 > li > a {
    margin: 0 1px 5px;
    padding: 5px 8px;
    font-size: 16px;
  }

  nav.en-nav ul {
    gap: 6px;
  }
  #nav_items_0 li:last-child ul {
    left: -124px;
  }
  #nav_items_0 li:nth-child(5) ul {
    left: -97px;
  }
  .first-sec #fullVideo {
    width: 100% !important;
    min-height: auto !important;
    aspect-ratio: 16/9;
  }
#greatPlace {
left: 775px;
  }
  .first-sec {
    height: max-content;
  }
  /* second-section */
  .second-sec {
    position: relative;
  }
  .second-sec .second-box {
    position: static;
    width: 41%;
  }
  .btns-link {
    width: max-content;
    right: clamp(8.125rem, -22.7841rem + 61.8182vw, 18.75rem);
    position: absolute;
    bottom: 16%;
    height: max-content;
    top: initial;
    left: initial;
  }
  /* parallax-1 */
 
  .en-parallax-1::after{height: 210px;}
  .parallax-1-inner {
    padding-top: 31px;
  }
  div.en-news-slider > div.en-news-slider-footer{
    display:flex!important;
    padding-bottom: 10px;
  }
}



@media only screen and (max-width: 915px) {
  .footer-links a::before{left: -47px;}
}
@media only screen and (max-width: 900px) {
 
  #nav_items_0 > li > a {
    margin: 0 0px 5px;
    padding: 5px 6px;
    font-size: 15.2px;
  }

#greatPlace {
left: unset;
  }

  nav.en-nav ul {
    gap: 0px;
  }
  .parallax-box a {
    height: 54px;
  }
  .footer-bottom-right{
    right: 0;
    margin-right: 71px;
    margin-left: 20px;
  }
    /* parallax1 */
    .en-parallax-1 {
      background: none;
      height: max-content;
    }
    .en-parallax-1::after {
      height: 198px;
    }
    .parallax-1-inner p {
      padding: 20px 4px;
    }
    .responsive-parallax-1.en-parallax {
      background: url(/pics/pp-123.png) no-repeat center top #f0f3f6;
      width: 100%;
      height: 200px;
      display: block;
      background-size: cover;
    }
    .en-parallax-1::after{height: 173px;}
    .parallax-1-inner h2{margin-bottom: 8px;}
}
@media only screen and (max-width:850px){
  .footer-inner .footer-logo{
    top: 20px;
  }

}
@media only screen and (max-width:823px){
  .news-module-parallax#slide-3{
    background-position: center !important;
  }
}
@media only screen and (max-width: 800px) {
  .arrow-wrapper{
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(0);
    padding: 10px 0;

  }
 .inner-page .en-public-header .header-icons-wrapper{background-color: var(--csusa-green)!important;}
  .footer-links a::before{left: -30px;}
  .header-icons-wrapper {
    display: none;
  }

  nav.en-nav {
    display: flex;
    flex-direction: column;
  }
  .en-header-school-logo.logo-none {
    display: flex;
  }
  nav.en-nav .en-header-school-logo{
  border-bottom: 3px solid #fff;
  } 
  .en-header-school-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: max-content;
    background-color: var(--csusa-blue);
    padding: 4px 0;
  }
  .button-wrapper .en-mobnav-button {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: var(--csusa-blue);
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.4s ease;
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #fff;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button b {
    font-size: clamp(22px, 3.75vw, 30px);
    color: #fff;
  }
  .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  }
  .button-wrapper .en-mobnav-button:hover {
    background-color: #fff;
    border: 2px solid var(--csusa-blue);
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: var(--csusa-blue);
  }
  .button-wrapper .en-mobnav-button:hover b {
    color: var(--csusa-blue);
  }
  .header-logo1 {
    margin-left: 20px;
  }
  #nav_items_0 > li > a {
    justify-content: flex-start;
    padding-left: 20px;
    border-bottom: 1px solid #f3f7fb;
    background-color: var(--csusa-blue);
    margin: 0;
  }
  nav.en-nav ul {
    position: static;
    height: 100vh;
    background: #f9f9f9;
  }
  #nav_items_0 li ul {
    width: 100%;
    padding: 0;
    height: max-content;
  }
  #nav_items_0 li ul li a {
    width: 100%;
    font-size: 14px;
    padding-left: 33px;
    border-bottom: 1px solid var(--csusa-blue)!;
  }
  nav.en-nav .header-icons-wrapper {
    margin-top: auto;
    display: flex;
    order: 3;
    padding: 12px 0;
    background-color: var(--csusa-green);
    position: static;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }
  .header-icons-wrapper .icons-inner {
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .icons-inner div {
    position: static !important;
  }
  .icons-inner .icons-last-g {
    gap: 20px;
    margin-left: 89px;
  }
  .search-wrapper {
    position: relative !important;
    top: 4px;
  }

  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: 19px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    width: 0;
    height: 0;
  }
  .bg-sticky {
    position: static;
  }
  .icons-first-g a:nth-child(2) img {
    position: static;
  }
  .first-sec .video-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* sidelink */
  .side-links {
    position: static;
    width: 100%;
    height: max-content;
    padding: 10px 0;
    display: flex;
    justify-content: center;
  }
  .side-links a {
    padding: 9px 21px;
    border-radius: 10px;
    min-height: max-content;
    width: max-content;
  }
  /* slider-cards */
  .slider-card:nth-child(1),
  .slider-card:nth-child(4) {
    right: 0;
  }
  .en-parallax-2 {
    height: 414px;
  }
  .en-parallax-2::after {
    background: linear-gradient(
      90deg,
      rgba(2, 0, 36, 0) 43%,
      rgba(255, 255, 255, 1) 48%,
      rgba(255, 255, 255, 1) 100%
    );
    height: 101%;
  }
  /* inner page */
  .insidepage-rotating-image-box #ir6407-ir6407-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }
  .insidepage-rotating-image-box #ir6407{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box{
    margin-top: 0!important;
    height: max-content!important;
  }


  .insidepage-rotating-image-box #ir6480{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6480-ir6480-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }

  .insidepage-rotating-image-box #ir6481{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6481-ir6481-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }


  .insidepage-rotating-image-box #ir6482{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6482-ir6482-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }
 


  .insidepage-rotating-image-box #ir6483{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6483-ir6483-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }

  .insidepage-rotating-image-box #ir6484{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6484-ir6484-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }

  .insidepage-rotating-image-box #ir6485{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6485-ir6485-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }
  .insidepage-rotating-image-box #ir6480{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
    margin: 0!important;
  }
  .insidepage-rotating-image-box #ir6480-ir6480-slider{
    height: max-content!important;
    aspect-ratio: 1400 /400!important;
  }
}
@media only screen and (max-width: 710px) {
  .board ul li{margin-top: 50px !important;}
  .board ul{width: 100% !important;}
  #schools ul{margin-top: 60px !important;}
  .footer-links a::before{display: none;}

  .en-parallax-2 {
    background: none;
    height: max-content;
  }
  .parallax-2-inner {
    padding: 20px 0;
    justify-content: center;
  }
  .parallax-2-inner .parallax-box {
    position: static;
  }
  .parallax-2-inner .parallax-box {
    width: 87%;
  }
  .parallax-box a {
    width: max-content;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .en-parallax.responsive-parallax-2 {
    background: url(/pics/parallax02.jpeg) no-repeat center top #f0f3f6;
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
  }
  .footer-links{gap: 20px;}
}
@media only screen and (max-width: 691px) {
  .btns-link {
    right: 15%;
    bottom: 18%;
  }
  .second-sec .second-box {
    width: 48%;
  }
  .first-wrapper-slider {
    padding-top: 26px;
    padding-bottom: 1px;
}
}
@media only screen and (max-width:600px){
  .footer-links a{width: 50%;}
  .footer-links{
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 3px;
    padding: 20px 0 0 0;
  }
.footer-address a:first-child br{display: block;}

}
@media only screen and (max-width:530px){
  .footer-inner .footer-address{
    gap: 6px;
    flex-direction: column;
    padding: 12px 0;
  }
  .footer-bottom-right a{
    display: none;
  }
  .footer-bottom-right .footer-desc{
    text-align: left;
    order: 1;
  }
  .footer-bottom-right{
    margin: 0!important;
  }
  .footer-inner .footer-bottom{
    gap: 20px;
  }
  .cognia-ff{
    order: 2;
  }
  .en-edu {display: block;}
  .en-edu img{width: 140px;}
}

@media only screen and (max-width:510px){
  .second-sec .second-box {
    width: 52%;
}
}
@media only screen and (max-width: 500px) {
  .second-sec {
    background-color: #f0f3f6;
    background-image: url(/pics/rrmap_v2.png);
    background-blend-mode: darken;
    height: 300px;
    min-height: max-content;
    background-position-x: -80px;
  }
  .second-sec .inner-second {
    justify-content: center;
    height: 100%;
    padding: 20px 0;
  }
  .second-sec .second-box {
    width: 90%;
  }
  .btns-link {
    position: absolute;
    right: 30%;
    top: 51%;
    }
    .second-box h3{font-weight: 500;}
  .parallax-2-inner .parallax-box {
    width: 90%;
  }
 .btns-link a.en-aos-init.en-aos-flip-up:nth-child(3) {
       margin-top: 15px;
  }
}

@media only screen and (max-width:450px){
  .btns-link {
    position: absolute;
    right: 13%;
    top: 47%;
}
.en-news-slider-footer .en-news-slider-buttons{
  position: static;
  gap: 10px;
}
.en-card-slider-button-disabled {
     visibility: visible !important;
   }
.btns-link {
    right: 30%;
    top: 51%;
  }
 .btns-link a.en-aos-init.en-aos-flip-up:nth-child(3) {
       margin-top: 15px;
  }
}
@media only screen and (max-width:400px){
  div.en-editable-block-wrapper div.text-banner-01 div.text-banner-text{
    width: 100% !important;
    padding: 0 !important;
  }
  div.en-editable-block-wrapper div.text-banner-right{float: none !important;margin: 0 !important;}
  .en-news-slider-buttons .en-news-next{left: 90px;}
  .en-news-slider-buttons .en-news-prev{right: 90px;}
  .news-show-all{bottom: 27px;}
  .inner-parallax-module .news-module{
    padding: 10px 5px!important;
  }
  .second-sec{
    height: max-content;
    background-image: url(/pics/responsive-bg.png);
    background-position-x: -88px;
    background-size: cover;

  }
  .btns-link {
    position: static;
}
}
@media only screen and (max-height:414px) and (max-width:800px){

  .header-icons-wrapper .icons-inner{flex-direction: row;}
  #nav_items_0 > li > a{height: 50px;}
  .search-wrapper::after{display: none;}
}

/* inner pages */

.inner-page .en-public-header .header-icons-wrapper{
  background-color: transparent;
}
.inner-page .en-public-header {
  z-index: 99;
  background-color: transparent;
}
.inner-page .en-public-header .bg-sticky.active{
  background-color: #fff;
}
.inner-page .en-public-header .bg-sticky{
  background-color: transparent;
}


.insidepage-rotating-image-box{
  position: relative;
  margin-top: -137px;
  height: 400px;
  overflow-x: hidden!important;
}
.insidepage-rotating-image-box #ir6407{
    margin: 0!important;
    width: 100%;
    height: 100%;
}
.insidepage-rotating-image-box #ir6407-ir6407-slider{
  width: 100%!important;
  margin: 0!important;
}


.insidepage-rotating-image-box #ir6480{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6480-ir6480-slider{
width: 100%!important;
margin: 0!important;
}


.insidepage-rotating-image-box #ir6481{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6481-ir6481-slider{
width: 100%!important;
margin: 0!important;
}


.insidepage-rotating-image-box #ir6482{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6482-ir6482-slider{
width: 100%!important;
margin: 0!important;
}



.insidepage-rotating-image-box #ir6483{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6483-ir6483-slider{
width: 100%!important;
margin: 0!important;
}


.insidepage-rotating-image-box #ir6484{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6484-ir6484-slider{
width: 100%!important;
margin: 0!important;
}



.insidepage-rotating-image-box #ir6485{
  margin: 0!important;
  width: 100%;
  height: 100%;
}
.insidepage-rotating-image-box #ir6485-ir6485-slider{
width: 100%!important;
margin: 0!important;
}







.insidepage-rotating-image-box .nivo-slice{
  width: 100%!important;height: 100%!important;
}
 .insidepage-rotating-image-box:after {
  content: "";
  background: url(/pics/insidepage-rotating-image-overlay.png) repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.en-pages-inner-wrapper{
  font-family: 'Livvic', sans-serif;
  font-size: clamp(14.4px, 1.5454vw, 17px)!important;
  color: #323030!important;
  font-weight: 400!important;
  line-height: 1.4117!important;
  max-width: 1100px;
  margin: 0 auto;
  width: 96%;
  min-height: 465px;
  padding-bottom: 60px;
}
div.en_unused_images_gallery img.en-unused-image{margin-bottom: 0 !important; margin-right: 0 !important; border: none!important;vertical-align: middle!important; margin-top: 10px !important;}
.en-pages-inner-wrapper table, .en-pages-inner-wrapper .neutral{
  font-family: 'Livvic', sans-serif;
  font-size: clamp(14.4px, 1.5454vw, 17px)!important;
  color: #323030!important;
  font-weight: 400!important;
  line-height: 1.4117;
}

#pageContentWrapper, #pageContentWrapper p, #pageContentWrapper p span, #pageContentWrapper span, #pageContentWrapper li, #pageContentWrapper li span {
  font-family: 'Livvic', sans-serif;
  font-size: 17px;
  color: #323030;
  line-height: 1.231 ;
}
.en-pages-inner-wrapper ol{
  display: block;
  list-style-type: decimal;
  margin-block-start: 17px;
  margin-block-end: 17px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
/* div.en_unused_images_gallery div.en-unused-image-inner-container{margin-top: 15px!important;} */
.pageTitle {
  width: auto;
  display: block;
  margin-bottom: 35px;
  margin-top: 30px;
  position: relative;
  font-family: 'Livvic', sans-serif;
  font-size: clamp(33px, 3.6363vw, 40px);
  color: #323030;
  font-weight: 300;
  line-height: 1.075;
}
.centerAlign, .center {
  margin-left: auto;
  margin-right: auto;
}
.vAlignTop {
  vertical-align: top;
}.textAlignRight {
  text-align: right;
}

.en-pages-inner-wrapper a:hover, .en-pages-inner-wrapper a:focus {
  font-weight: 600;
  color: var(--csusa-blue);
  text-decoration: none;
}
.light {
  background-color: #fdfafa !important;
  font-family: 'Livvic', sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: #555556 !important;
}
.dark {
  background-color: var(--csusa-blue) !important;
  color: #fff !important;
  font-family: 'Livvic', sans-serif !important;
  font-size: 17px !important;
}
.dark a, .dark a:visited, .dark a:link, .dark a:hover, .dark a:active {
  color: #fff !important;
}

#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: var(--csusa-blue);
  margin-left: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
}
#pageNav td img{
  display: none;
}
#pageNav ul {
  padding: 10px 0 40px !important;
  margin: 0 auto!important;
  width: 300px;
  height: auto!important;
}
#pageNav ul li {
  padding: 0 !important;
  margin: 0 !important;
  zoom: 1;
}
#pageNav ul, #pageNav ul li {
  list-style: none;
  line-height: 16px;
}
#pageNav ul li strong, #pageNav ul li b, #pageNav ul li a:hover, #pageNav ul li a:focus {
  background: var(--csusa-green);
  color: #fff !important;
  font-weight: 400 !important;
  letter-spacing: .2px;
}
#pageNav ul li a, #pageNav ul li b, #pageNav ul li strong {
  min-height: 38px;
  text-decoration: none;
  padding: 9px 15px 9px 21px;
  margin: 0;
  display: block;
  text-align: left;
  position: relative;
  z-index: 0;
  font-family: 'Livvic', sans-serif;
  font-size: 20px;
  color: #fefefe;
  font-weight: 400;
  line-height: 23px;
  transition: all .5s ease;
  box-sizing: border-box;
}
.darkBorderBottom, thead.dark th {
  border-bottom: 1px solid #888888;
}
.dark.darkBorderBottom{
  padding: 3px;
}
.height100 {
  height: 100px;
  
}
img.sub{
  border: none!important;
  margin: 0px 0px 0px 20px;
}
.light.pale.lightBorderBottom{
  padding: 8px;
}
/* initial */

.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 .dark th {text-align: left;}
@media only screen and (max-width: 768px) {
  .insidepage-rotating-image-box{display: none;}
  .DB_dialog {
    width: 98% !important;
    height: auto !important;
    padding-left: 5px !important;
    background-color: transparent !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .DB_dialog #PV_imageDiv img:last-child {
    width: 98% !important;
    height: auto !important;
    padding: 0 !important;
  }
}
.inner-page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner-page .footer{
  margin-top: auto;
}
#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;
}

/* initial */




#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-header-popup-wrapper {
  margin: auto auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: var(--csusa-green) !important;
}
.en-header-popup-wrapper form input[type*="text"] {
  width: 90% !important;
  height: 39px !important;
  margin-top: 35px !important;
  margin-left: 14px !important;
}
.en-popup-close-img {
  background-color: #111;
  border-radius: 50%;
}




.en-pages-inner-wrapper .jeg_post_title{
  font-size: clamp(22px,3.90909090909vw ,43.2px)!important;
}
.en-pages-inner-wrapper img, #pageAsideWrapper.pageAsideLeftWrapper img.sub{
  vertical-align: middle !important;

}
#pageAsideWrapper.pageAsideLeftWrapper{
  margin-right: 20px !important;
}


#staff.staffR1 div.staff-header{border: none !important;}
#staff.staffR1 div.staff-header h1{font-size: clamp(16px, 2vw ,20.4px);}

.en-modal-header{border-bottom: none !important;}

@media only screen and (max-width:700px) {
  #pageNav{border-radius: 0 !important;}
  .width1px.vAlignTop{margin-top: 50px !important;}
}
@media only screen and (max-width:1100px){
  #pageContentWrapper img{
    max-width: 100% !important;
    object-fit: cover;
    object-position: unset !important;
  }
  #pageContentWrapper .img {
    align-items: center;
    display: flex;
}

}

.width300 {
  width: 300px !important;
}

.en-pages-inner-wrapper .newsPostTitle{
  font-size: clamp(18px,2.55vw ,25.5px);
  line-height: .94117647 !important;
}
@media only screen and (max-width:900px){

  #postWrapper[aria-label = 'Gateway Charter High School Gives New Life to Graffitied Concession Stand News Post']{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #postWrapper {
gap: 20px;
}
}

@media only screen and (max-width:1132px){
  #schools ul{width: 100% !important; display: flex !important; flex-wrap: wrap !important;}
  .schools-list .schools ul{width: 100% !important; display: flex !important; flex-wrap: wrap !important; flex-direction: column !important;}
  .board ul li{
    width: 365px !important;
    height: max-content !important;
  }
  .board ul li a{
    height: max-content !important;
    flex-direction: column !important;
    display: flex !important; 
  }
}
@media only screen and (max-width:517px){
  .footer-inner .footer-logo{
    top: 12px;
  }
  .board ul li , .board .name{width: 320px !important;}.board ul li a .board-address .details{width: 300px !important;}
  .schools ul li {width: 324px !important;}
  .schools ul li .name{width:148px !important;}
  #schools ul li {width: 324px !important;}
  #schools ul li .name{width:148px !important;}
}



/* Rotating Hero Image Slider */

	.hp-rotating-image {
    width: 100%!important;
    height: auto;
    background: #000;
}

.hp-rotating-image .nivoSlider {
    width: 100% !important;
    height: clamp(133.8px, 61.272727vw, 674px) !important;
	margin-left: 0 !important;
}

.nivoSlider .nivo-slice {
    width: 100% !important;
}

.nivo-pause {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/apps/pics/rotating_images/player/play.png) no-repeat center, #000 !important;
    display: none;
    z-index: 4;
    cursor: pointer;
}

@media (min-width: 1800px) and (max-width: 1901px) {
    .hp-rotating-image img {
        height: 677px;
    }
}














