html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.231;
  /* background: url("/pics/body-bg.jpg") repeat center top #fff; */
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* login */

#student-vault-vertical,
#login #form,
#login #form a {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  font-weight: 700;
}
.login-header#login {
  position: relative;
  right: 26px;
  top: 1px;
}
.login-header #form #email-container {
  padding-bottom: 3px;
}

.login-header #form {
  border-left: 1px solid #d3ccc6;
  background: #9e3321;
  padding: 10px;
  z-index: 99 !important;
  width: 177px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: auto;
  color: #fff !important;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  z-index: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0px 0px;
  overflow: visible;
  transition: all 0.35s ease-out 0s;
}
#student-vault-vertical input {
  width: 150px;
  display: block;
  border-radius: 0 !important;
  padding: 2px !important;
  margin-top: 4px !important;
  height: 14px;
  border: 1px solid #888888;
}
#student-vault-vertical input.topLoginSubmitButton {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 3px !important;
}
.login-header #sign-in {
  display: flex;
  padding-top: 10px;
}

.login-header #sign-in a {
  text-decoration: underline;
  margin-top: 5px !important;
  font-family: 'Montserrat', sans-serif;
}

/* login */
.header-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-icons-wrapper .first-row {
  display: flex;
  align-items: center;
}
.header-icons-wrapper .social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
  font-size: 0;
  transition: all 0.5s ease;
  color: #fff;
}
.social-icons div:hover a {
  margin-top: -2px;
}
.social-icons .facebook {
  background: url(/pics/facebook.png) no-repeat center top;
  width: 44px;
  height: 45px;
  margin-right: 2px;
}
.social-icons .instagram {
  background: url(/pics/instagram.png) no-repeat center top;
  width: 45px;
  height: 45px;
}
.social-icons .twitter {
  background: url(/pics/twitter.png) no-repeat center top;
  width: 45px;
  height: 45px;
  margin-right: 3px;
}
#en-public-header-translate {
  display: flex;
  align-items: center;
  letter-spacing: normal;
  right: 38px;
  top: 1px;
}
#en-public-header-translate span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
}
#en-public-header-translate img {
  position: relative;
  right: -6px;
}
.login-header#login .click-login img {
  position: relative;
  left: 4px;
  top: -1px;
}
.login-header#login .click-login {
  display: flex;
  align-items: center;
}
.login-header#login .click-login span {
  color: #3a3a3a !important;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  right: 1px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.search-wrapper {
  cursor: pointer;
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  right: 4px;
  outline: none !important;
}
.search-wrapper span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
}
.search-wrapper img {
  position: relative;
  left: 4px;
  top: -2px;
}
.header-logo-group {
  width: max-content;
  height: 100%;
  display: flex !important;
  align-items: center;
}
.en-header-school-logo {
  width: max-content;
}
.header-logo-group > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 21px;
  top: 3px;
}
.header-logo-group > div img {
  width: clamp(180px, 59.2727272727vw, 652px);
}
.header-logo-group > img:first-child {
  position: relative;
  width: clamp(64px, 15vw, 167px);
  position: relative;
  top: -8px;
  right: 7px;
}
.header-logo-group::before {
  content: '';
  background: url(/pics/header-logo-before.png) no-repeat center top;
  width: 162px;
  height: 34px;
  position: absolute;
  left: -6px;
  top: 4px;
  z-index: -1;
}
#h-motto {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(13px, 2.2vw, 24.17px);
  color: #2c2c2c;
  font-weight: 300;
  position: relative;
  top: 4px;
  right: 1px;
}
@media screen and (min-width: 801px) {
  .sidelinks ul li:nth-child(5),
  .sidelinks ul li:nth-child(4),
  .sidelinks ul li:nth-child(1),
  .sidelinks ul li:nth-child(2) {
    background-color: #000 !important;
  }
  .logo-none {
    display: none;
  }
  .login-header:hover #form {
    transform: scaleY(1) !important;
  }
  #close-btn-popup {
    display: none;
  }
  .en-public-header {
    background: url('/pics/header-bg.jpg');
    background-color: #000;
    position: relative;
  }
  .header-icons-wrapper .first-row {
    position: relative;
    right: 21px;
  }

  nav.en-nav {
    display: grid;
    grid-template-rows: 33px 179px 40px;
    max-width: 1001px;
    margin: 0 auto !important;
    width: 98%;
    position: relative;
  }
  .header-icons-wrapper .social-icons {
    position: absolute;
    right: 0px;
    top: 40%;
  }
  #nav_items_0 {
    display: flex;
    position: relative;
    right: 9px;
    top: 1px;
  }
  #nav_items_0 > li::before {
    content: '';
    background: #9e3321;
    width: 2px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 15px;
    right: 0;
  }
  li.nav_items_0 {
    padding-right: 2px !important;
    background: url(/pics/topnav_sep.gif) no-repeat right 11px;
  }
  #nav_items_0 li a {
    box-sizing: border-box;
    white-space: nowrap;
    height: 42px;
    display: block;
    text-align: center;
    padding: 7px clamp(2px, 1.4vw, 16px);
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(14px, 1.81vw, 20px);
    color: #ffffff !important;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
  }
  #nav_items_0 > li > a::after,
  #nav_items_0 > li.over > a::after {
    content: '';
    background: #811c60;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
  }
  #nav_items_0 > li:hover > a::after,
  #nav_items_0 > li.over > a::after,
  #nav_items_0 > li:focus > a::after {
    width: 100%;
  }
  #nav_items_0 li:last-child::before {
    display: none !important;
  }

  #nav_items_0 ul,
  #nav_items_0 li:hover ul ul,
  #nav_items_0 li.over ul ul,
  #nav_items_0 li:focus ul ul,
  #nav_items_0 li:hover ul ul ul,
  #nav_items_0 li.over ul ul ul,
  #nav_items_0 li:focus ul ul ul,
  #nav_items_0 li:hover ul ul ul ul,
  #nav_items_0 li.over ul ul ul ul,
  #nav_items_0 li:focus ul ul ul ul {
    background: url(/pics/dropdown-bg.jpg) repeat center top;
    position: absolute;
    right: auto;
    left: -9999em;
    top: -9999em;
    z-index: 9999;
    width: clamp(188px, 23vw, 239px);
    margin: 0;
    padding: 0;
    font-size: 12px;
    transform: translateY(2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
      z-index 0s linear 0.01s;
    transition-delay: 0s, 0.3s, 0.01s;
    display: block !important;
  }
  #nav_items_0 li:hover ul,
  #nav_items_0 li.over ul,
  #nav_items_0 li:focus ul {
    left: auto;
    top: auto;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  #nav_items_0 > li:last-child ul {
    left: -116px !important;
  }

  #nav_items_0 li:hover ul li a,
  #nav_items_0 li.over ul li a,
  #nav_items_0 li:focus ul li a {
    transition: letter-spacing 0.5s ease;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(14px, 1.4vw, 17px);
    color: #ffffff;
    font-weight: 400;
    line-height: 18px;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    padding: 8px 12px;
    height: auto;
    width: 100%;
    white-space: normal;
    text-transform: none;
    text-shadow: none;
    font-variant: normal;
    outline: none !important;
  }

  #nav_items_0 li:hover ul li a,
  #nav_items_0 li.over ul li a,
  #nav_items_0 li ul li:hover ul a,
  #nav_items_0 li ul li.over ul a,
  #nav_items_0 li ul li ul li:hover ul a,
  #nav_items_0 li ul li ul li.over ul a,
  #nav_items_0 li ul li ul li ul li:hover ul a,
  #nav_items_0 li ul li ul li ul li.over ul a,
  #nav_items_0 li:focus ul li a,
  #nav_items_0 li ul li:focus ul a,
  #nav_items_0 li ul li ul li:focus ul a,
  #nav_items_0 li ul li ul li ul li:focus ul a {
    color: #fff;
    background: none;
    border-bottom: 0;
  }
  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li:hover a,
  #nav_items_0 li ul li.over a,
  #nav_items_0 li ul li:hover ul a:hover,
  #nav_items_0 li ul li.over ul a:hover,
  #nav_items_0 li ul li ul li:hover a,
  #nav_items_0 li ul li ul li.over a,
  #nav_items_0 li ul li ul li:hover ul a:hover,
  #nav_items_0 li ul li ul li.over ul a:hover,
  #nav_items_0 li ul li ul li ul li:hover a,
  #nav_items_0 li ul li ul li ul li.over a,
  #nav_items_0 li ul li ul li ul li:hover ul a:hover,
  #nav_items_0 li ul li ul li ul li.over ul a:hover,
  #nav_items_0 li ul li a:focus,
  #nav_items_0 li ul li:focus a,
  #nav_items_0 li ul li:focus ul a:focus,
  #nav_items_0 li ul li.over ul a:focus,
  #nav_items_0 li ul li ul li:focus a,
  #nav_items_0 li ul li ul li:focus ul a:focus,
  #nav_items_0 li ul li ul li.over ul a:focus,
  #nav_items_0 li ul li ul li ul li:focus a,
  #nav_items_0 li ul li ul li ul li:focus ul a:focus,
  #nav_items_0 li ul li ul li ul li.over ul a:focus {
    background: #1e1e1e;
    letter-spacing: 0.3px;
  }
  #nav_items_0 > li:nth-child(1):hover > a:after {
    max-width: 64.99px;

    left: 14.6px;
  }
  #nav_items_0 > li:last-child:hover > a:after {
    max-width: 93.11px;
  }
}

.slider-home {
  width: 100%;
  height: 747px;
  position: relative;
}
.slider-home #ir5577 {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.slider-home #ir5577 #ir5577-ir5577-slider {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.nivo-slice {
  width: 100% !important;
}
.sidelinks {
  position: absolute;
  right: 0;
  top: 33px;
  z-index: 99999;
}
.sidelinks ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
}
.sidelinks ul li {
  width: 200px;
  height: clamp(50px, 8vw, 82px);
  box-sizing: border-box;
  list-style-type: none;
  display: block;
  position: relative;
}

.sidelinks ul li:nth-child(3)::before,
.sidelinks ul li:last-child::before {
  background: #811c60 !important;
}

.sidelinks li:nth-child(2) a {
  font-size: clamp(14px, 2vw, 21px);
  line-height: 1.2380952381;
}

.sidelinks ul li::before {
  content: '';
  background: #f3f3f3;
  width: 4px;
  height: 61px;
  position: absolute;
  left: 11px;
  top: 11px;
}
.sidelinks ul li:nth-child(1) {
  background: url(/pics/red-bg.jpg) repeat center top;
}
.sidelinks ul li:nth-child(2) {
  background: url(/pics/orange-bg02.jpg) repeat center top;
}
.sidelinks ul li:nth-child(3) {
  background: url(/pics/white-bg.jpg) repeat center top;
}
.sidelinks ul li:nth-child(4) {
  background: url(/pics/orange-bg02.jpg) repeat center top;
}
.sidelinks ul li:nth-child(5) {
  background: url(/pics/red-bg.jpg) repeat center top;
}
.sidelinks ul li:last-child {
  background: url(/pics/white-bg.jpg) repeat center top;
  margin-bottom: 0;
}
.sidelinks ul li a {
  box-sizing: border-box;
  transition: letter-spacing 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(14px, 2.3vw, 25px);
  color: #ffffff !important;
  font-weight: 300;
  line-height: 1.04;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 28px;
  padding-top: 13px;
  width: 100%;
  height: 100%;
  display: block;
}
.sidelinks li a:hover {
  letter-spacing: 0.2px;
}
.sidelinks ul li:nth-child(3) a,
.sidelinks ul li:last-child a {
  color: #1e1e1e !important;
}
.first-row-home {
  background: url(/pics/third-row-bg.jpg) repeat center top;
  position: relative;
}
.first-inner {
  max-height: 457px;
  max-width: 1105px;
  margin: 0 auto;
  position: relative;
}
.first-inner .news-box {
  height: 503px;
  background: url(/pics/white-bg.jpg) repeat center top;
  border-bottom: 4px solid #9e3321;
  top: -105px;
  z-index: 9999;
  position: relative;
  left: -4px;
  -webkit-box-shadow: 6px 7px 13px -7px rgb(0 0 0 / 63%);
  -moz-box-shadow: 6px 7px 13px -7px rgba(0, 0, 0, 0.63);
  box-shadow: 6px 7px 13px -7px rgb(0 0 0 / 63%);
}
h2.en-news-section-title.en-page-components-title,
.en-news-show-all.en-components-show-all {
  display: none;
}
.news-title-g {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-title-g .news-main-title {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  top: -40px;
  left: 54px;
  z-index: 999;
  padding: 20px 26px;
  width: clamp(205px, 30vw, 308px) !important;
  text-decoration: none;
  margin: 0;
  display: block;
  height: 107px;
  background: url(/pics/video-title-bg.jpg) repeat center top #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(20px, 3vw, 31px);
  color: #ffffff !important;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.news-main-title:after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 30px;
}
.news-title-g a:last-child {
  transition: letter-spacing 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(13.4px, 1.6vw, 16px);
  color: #000000 !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  display: inline-block !important;
  padding: 4px 10px 3px 10px;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  right: 48px;
  position: relative;
  bottom: 10px;
}
.news-title-g a:last-child:hover {
  letter-spacing: 0.6px;
}
div.en-news-slider div.en-card-slider-inner-container > a {
  position: relative !important;
  width: 240px !important;
  max-height: 364px !important;
  background: none !important;
  border: 0 !important;
  grid-template-rows: repeat(3, max-content) !important;
}
div.en-news-slider div.en-card-slider-inner-container > a:first-child {
  position: relative;
  left: 2px !important;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container {
  background: #fafafa !important;
  height: 179px !important;
  overflow: hidden !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 100% !important;
  position: relative !important;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container::before {
  content: '';
  background: #811c60;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container
  img {
  transform: scale(1.5, 1.5);
  transition: transform 0.5s;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-image-container
  img:hover {
  transform: scale(2, 2) !important;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-title {
  height: max-content !important;
  transition: letter-spacing 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(18px, 2vw, 23px);
  color: #9e3321 !important;
  font-weight: 400;
  line-height: 0.95652173913;
  text-decoration: none;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  margin-top: 29px !important;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-title:hover {
  letter-spacing: 0.3px;
}
div.en-news-slider
  div.en-card-slider-inner-container
  > a
  > .en-news-slider-summary {
  height: max-content !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  color: #000000;
  font-weight: 300;
  line-height: 1.09523809524;
  margin: 0 !important;
  -webkit-line-clamp: 5 !important;
  margin-top: 8px !important;
}
.news-module {
  position: relative;
  top: -17px;
  margin: 0 auto;
}
.en-news-slider-buttons button {
  top: 139px !important;
  background-color: transparent;
  border: none;
  outline: none;
  text-indent: -9999em;
  cursor: pointer;
  position: absolute;
}
.en-news-slider-buttons .en-news-prev {
  background-image: url(/pics/leftArrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  left: -85px;
  color: #000 !important;
  width: 47px;
  height: 48px;
  behavior: url(/shared/pie.htc);
}
.en-news-slider-buttons .en-news-prev:hover {
  background-position: center center;
}
.en-news-slider-buttons .en-news-next {
  background-image: url(/pics/rightArrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  right: -80px;
  color: #000 !important;
  width: 47px;
  height: 48px;
  behavior: url(/shared/pie.htc);
}
.en-news-slider-buttons .en-news-next:hover {
  background-position: center center;
}

.second-row-home {
  background: url(/pics/second-row-bg.jpg) repeat center -48px;
  width: 100%;
  position: relative;
}
.second-inner {
  min-height: 410px;
  padding-bottom: 50px;
  box-sizing: border-box;
  max-width: 1001px;
  margin: 0 auto;
  position: relative;
  width: 98%;
}
.second-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(22px, 3vw, 31px);
  color: #ffffff;
  font-weight: 300;
  line-height: 0.96774193548;
  top: -15px !important;
  z-index: 999;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0px;
  background: url(/pics/black-bg.jpg) repeat center top #000;
  width: clamp(330px, 46vw, 467px);
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 87px;
}
.second-title span {
  position: relative;
  left: -2px;
}
.second-inner .second-title span::after {
  content: '';
  background: #aa2813;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: -1px;
  margin: 0 auto;
}
.second-inner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  color: #000000;
  font-weight: 300;
  line-height: 1.31818181818;
  text-align: center;
  margin: 16px 0 0;
  position: relative;
  left: -1px;
}
.second-inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(30px, 8vw, 84px);
  color: #000000;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  position: relative;
  left: 1px;
}
.second-inner h2::before {
  content: '';
  background: #9e3321;
  width: 17px;
  height: 4px;
  position: absolute;
  left: 135px;
  top: 11px;
}
.second-inner h2::after {
  content: '';
  background: #9e3321;
  width: 17px;
  height: 4px;
  position: absolute;
  right: 136px;
  top: 11px;
}

.third-row-home {
  background: url(/pics/third-row-bg.jpg) repeat center top;
  width: 100%;
  position: relative;
}
.third-inner {
  min-height: 544px;
  padding-bottom: 35px;
  box-sizing: border-box;
  max-width: 1001px;
  margin: 0 auto;
  position: relative;
  display: flex;
  width: 98%;
}
.third-inner .third-left {
  width: 340px;
  position: relative;
}
.third-left .HPFeaturedAlbums {
  margin-bottom: 10px;
  position: relative;
}
.third-left .HPFeaturedAlbums h2 {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  top: -25px;
  z-index: 999;
  left: 2px;
  padding: 20px 25px;
  text-decoration: none;
  margin: 0;
  display: block;
  background: url(/pics/video-title-bg.jpg) repeat center top #000 !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 0.96774193548;
  text-transform: uppercase;
  width: clamp(200px, 22vw, 228px);
  font-size: clamp(24px, 3vw, 31px);
  height: clamp(89px, 10vw, 107px);
}
.third-left .HPFeaturedAlbums h2::before {
  content: '';
  background: #aa2813;
  width: 85px;
  height: 4px;
  position: absolute;
  right: -85px;
  top: 21px;
}
.third-left .HPFeaturedAlbums h2:after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 30px;
}
.third-left .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin-top: 1px;
}
.third-left .HPFeaturedAlbums ul {
  margin-top: 0;
}
.third-left .HPFeaturedAlbums .featuredAlbums li {
  background: #000;
}
.third-left .HPFeaturedAlbums ul li {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.third-left .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  background: url(/pics/title-bg-tranparent.png) repeat center top;
  min-height: 60px;
  padding: 14px 10px 10px 15px;
  box-sizing: border-box;
}
.third-inner .third-left .HPFeaturedAlbums ul li h3::before {
  content: '';
  background: #9e3321;
  width: 189px;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.third-left .HPFeaturedAlbums ul li h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.5px;
}
.spotlight-wrapper {
  margin-top: 42px;
}
.spotlight-wrapper #spotlight1672wrapper {
  width: 313px;
}
.spotlight-wrapper #spotlight1672wrapper h2 a {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  top: -25px;
  z-index: 999;
  left: 2px;
  padding: 20px 25px;
  width: clamp(200px, 22vw, 228px);
  font-size: clamp(24px, 3vw, 31px);
  height: clamp(89px, 10vw, 107px);

  text-decoration: none;
  margin: 0;
  display: block;
  background: url(/pics/video-title-bg.jpg) repeat center top #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
  display: block;
}
#spotlight1672wrapper h2 a::after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 30px;
}

.spotlight-wrapper #spotlight1672 {
  margin: 0 !important;
}
.spotlight-wrapper #spotlight1672wrapper a {
  text-decoration: none;
}
.third-inner .third-center {
  width: 345px;
  position: relative;
}
.third-inner .links-title {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  margin-top: -25px;
  z-index: 999;
  left: 1px;
  padding: 20px;
  text-decoration: none;
  display: block;
  background: url(/pics/video-title-bg.jpg) repeat center top #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff !important;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  width: clamp(200px, 22vw, 228px);
  font-size: clamp(24px, 3vw, 31px);
  height: clamp(80px, 10vw, 107px);
}
.third-center .links-title:before {
  content: '';
  background: #aa2813;
  width: 85px;
  height: 4px;
  position: absolute;
  right: -85px;
  top: 21px;
}
.links-title::after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 24px;
}
.links-module {
  position: relative;
  padding: 10px 0;
  margin-top: 0;
  margin-left: 6px;
  width: max-content;
}
.links-module table {
  width: 100%;
  padding: 0;
  margin: 0;
}
.links-module .HPLinks {
  padding-top: 2px !important;
}
.links-module .HPLinks tr:hover #l,
.links-module table #l {
  padding-top: 10px;
}
.HPLinks tr:hover #l {
  opacity: 0;
}
.links-module .HPLinks #r a:hover::before,
#r a:focus::before {
  content: '';
  background: url(/pics/bullet-arrow-hover.png) no-repeat center top;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -19px;
  top: 19.5px;
  opacity: 0;
}
.links-module .HPLinks #r a:hover::before,
#r a:focus::before {
  opacity: 1;
}
.links-module .HPLinks #l {
  position: relative;
  left: -12px;
  top: 2px;
}
.links-module table tr:first-child td,
.autoCalendarLinks,
#showAll-0,
#showAll-hplinks #r,
#showAll-0 #r {
  border-left: 0 !important;
}

.links-module table #r {
  padding: 9px 0;
  position: relative;
}
.links-module .HPLinks a {
  transition: letter-spacing 0.5s ease;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  color: #000000 !important;
  font-weight: 400;
  line-height: 1.13636363636;
  text-decoration: none;
}
.links-module .HPLinks a:hover,
.links-module .HPLinks a:focus {
  color: #811c60 !important;
  letter-spacing: 0.3px;
}
.links-module .HPLinks #r a:hover::before,
#r a:focus::before {
  opacity: 1;
}
.links-module #showAll-hplinks #r a {
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  display: inline-block !important;
  padding: 2px 12px 0px 14px;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  position: relative;
  top: 18px;
  left: -19px;
  line-height: 25px;
}
.links-module #showAll-hplinks #r a:hover {
  letter-spacing: 1px;
}
.second-right {
  width: 316px;
  position: relative;
}
.third-right {
  width: 316px;
}
.third-right .events-main-title {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  margin-top: -25px;
  margin-bottom: 12px;
  z-index: 999;
  left: -1px;
  padding: 20px 26px;
  text-decoration: none;
  display: block;
  background: url(/pics/video-title-bg.jpg) repeat center top #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff !important;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  width: clamp(200px, 22vw, 228px);
  font-size: clamp(24px, 3vw, 31px);
  height: clamp(80px, 10vw, 107px);
}
.third-right .events-main-title::before {
  content: '';
  background: #aa2813;
  width: 85px;
  height: 4px;
  position: absolute;
  right: -85px;
  top: 21px;
}
.third-right .events-main-title::after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 30px;
}
.events-module {
  padding: 10px 0;
  position: relative;
  margin-top: 0;
  left: -1px;
}
.events-module #hp-events .v3 .dayInfoWrap {
  background: url(/pics/date-bg.jpg) repeat center top #000;
  width: 54px;
  height: 54px;
  border-radius: 0 !important;
  box-sizing: border-box;
  padding-top: 7px;
  padding-left: 5px;
}
.events-module #hp-events .v3 span.month {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.events-module #hp-events .v3 span.day {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28.74px;
  color: #ffffff;
  font-weight: 300;
  line-height: 22px;
}
.events-module #hp-events .v3 ul {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  padding-left: 75px;
  position: relative;
  top: -2px;
  margin-bottom: 18px;
}
.events-module #hp-events .v3 ul li {
  margin-bottom: 15px !important;
}
.events-module #hp-events ul li.event div {
  margin-bottom: -3px;
}
.events-module #hp-events ul li.event div a {
  transition: letter-spacing 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #000000 !important;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}
.events-module #hp-events ul li.event div a:hover {
  letter-spacing: 0.3px;
}
.events-module .time span:first-child,
.location span:first-child {
  display: none;
}
.events-module #hp-events .hpeventlinks {
  margin-left: 0 !important;
  margin-top: 20px;
  display: block;
  display: flex;
  align-items: center;
}
.events-module .hpeventlinks div {
  margin-top: 0 !important;
}
.events-module .hpeventlinks div:first-child {
  position: relative;
  left: -3px;
}
.events-module .hpeventlinks div:last-child {
  order: -1;
  position: relative;
  left: 1px;
}

.events-module .hpeventlinks a {
  transition: letter-spacing 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  display: inline-block !important;
  padding: 4px 12px 3.3px 14px;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  position: relative;
  right: 1px;
}
.events-module .hpeventlinks a:hover {
  letter-spacing: 1px;
}

.fourth-row-home {
  background: url(/pics/fourth-row-bg.png) no-repeat center top;
  top: -24px;
  position: relative;
}
.fourth-inner {
  min-height: 561px;
  width: 1001px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.left-videobox {
  width: 539px;
  position: relative;
  padding-top: 28px;
  box-sizing: border-box;
}
.left-videobox .HPVideo {
  margin-bottom: 10px;
  position: relative;
}
.left-videobox .HPVideo h2 {
  background: url(/pics/video-title-bg.jpg) repeat center top #000;
  width: clamp(200px, 22vw, 228px);
  height: clamp(80px, 10vw, 107px);
  box-sizing: border-box;
  position: relative;
  left: -2px;
}
.left-videobox .HPVideo h2 a {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(24px, 3vw, 31px);
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 17px 26px;
}
.left-videobox .HPVideo h2 a::after {
  content: '';
  background: #f3f3f3;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 17px;
  left: 30px;
}
.left-videobox .HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  padding: 19px 32px 0 0;
  background: #fff;
}
.left-videobox .video-box .video_player {
  margin: 0 !important;
}
.left-videobox .HPVideo p {
  padding: 0;
  margin: 0;
  background: url(/pics/featured-video-caption-bg.jpg) repeat center top;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 19px 14px;
  position: relative;
  left: 1px;
}
.left-videobox .HPVideo p a {
  text-decoration: none;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  color: #000000;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.55px;
}
.left-videobox .HPVideo p:after {
  content: '';
  background: #811c60;
  width: 189px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: -1px;
}
.feature-box {
  width: 462px;
}
.feature-box .features {
  width: 437px;
  margin: 0;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -1px;
}
.feature-box .features > div {
  justify-content: space-between;
  display: flex;
}
.features li {
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.features li > div {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.feature-box .first-box > div {
  background: url(/pics/first-box-bg.jpg) no-repeat center top;
  background-size: cover;
}
.feature-box .second-box > div {
  background: url(/pics/second-box-bg.jpg) repeat center top #000;
  padding: 37px 18px;
}
.feature-box .width175 {
  width: 175px;
  height: 169px;
  position: relative;
}
.feature-box .width239 {
  width: 239px;
  height: 169px;
  position: relative;
}
.feature-box .features li > div h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70px;
  color: #ffffff;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1.5px;
}
.feature-box .features .second-box > div span {
  margin-top: 26px;
}
.feature-box .features li span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  background: url(/pics/black-bg.jpg) repeat center top #000;
  padding: 4px 11px 5px 8px;
  position: absolute;
  left: 10px;
}
.feature-box .third-box {
  width: 100%;
  height: 138px;
  margin: 26px 0 27px;
  left: 2px;
}
.feature-box .third-box > div {
  background: url(/pics/orange-bg.png) repeat center top,
    url(/pics/third-box-bg.jpg) no-repeat center -70px;
  background-size: cover;
  transform: scale(1.5, 1.5);
  transition: transform 0.5s;
}
.features li {
  display: inline-block;
  list-style-type: none;
  overflow: hidden;
  position: relative;
}
.feature-box .fourth-box > div {
  background: url(/pics/fourth-row-bg.jpg) no-repeat center top;
  background-size: cover;
  transform: scale(1.5, 1.5);
  transition: transform 0.5s;
}
.feature-box .fourth-box span {
  top: 96px;
  left: 7px !important;
  padding: 4px 6px 5px 8px !important;
}
.feature-box .fifth-box > div {
  background: url(/pics/fifth-box-bg.jpg) repeat center top;
}
.feature-box .fifth-box span::before {
  content: '';
  background: url(/pics/one-on-one.png) no-repeat center top;
  width: 131px;
  height: 47px;
  position: absolute;
  top: -64px;
  left: 10px;
}
.feature-box .third-box span {
  top: 68px;
}
.feature-box .fifth-box span {
  top: 93px;
  left: 17px !important;
  padding: 4px 11px 4px 9px !important;
}
.feature-box .width175.second-box span {
  margin-top: 0 !important;
}
.features-first li:last-child,
.features-last li:last-child {
  position: relative;
  left: -1px;
}

/* footer */
.footer {
  width: 100%;
  position: relative;
  background: url(/pics/footer-bg.jpg) repeat-x center top;
  margin-top: -24px;
}
.footer-inner {
  max-width: 1001px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 40px 137px 43px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.footer-top a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(13px, 1.81vw, 19px);
  color: #343434 !important;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.39px;
  position: relative;
}
.footer-top #phone::after {
  content: '';
  background: #9e3321;
  width: 21px;
  height: 4px;
  position: absolute;
  right: -41px;
  top: 7px;
}
.footer-top #address {
  position: relative;
  right: 2px;
  top: 2px;
}
.footer-top #phone {
  position: relative;
  top: 2px;
  left: 5px;
}
.footer-top #fax {
  position: relative;
  top: 2px;
}
.footer-top #address::after {
  content: '';
  background: #9e3321;
  width: 21px;
  height: 4px;
  position: absolute;
  right: -44px;
  top: 7px;
}

.footer-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-mid a {
  text-decoration: none;
}
.footer-motto {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(14px, 2vw, 22.42px);
  color: #2c2c2c;
  font-weight: 300;
  line-height: 1.23099910794;
  position: relative;
  top: 4px;
  right: 1px;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 12px;
  top: 2px;
}
.footer-logo img {
  width: clamp(220px, 54.9090909091vw, 604px);
}
.district-logo1 {
  position: relative;
  left: 18px;
}
.district-logo1 img {
  width: clamp(75px, 10vw, 107px);
}
.district-logo2 img {
  width: clamp(75px, 10vw, 102px);
}
.district-logo2 {
  position: relative;
  right: 12px;
  top: 1px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sbacademica {
  width: 245px;
  height: 30px;
  background: url(/pics/PoweredbyAcademica.png) no-repeat left top;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  left: 84px;
  top: -2px;
}
.sbacademica:hover {
  background-position: right top;
}
.footer-bottom .access a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(11px, 1.2vw, 13px);
  font-family: Arial, Helvetica, sans-serif;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1150px) {
  .second-row-home .second-inner .second-title {
    top: 0 !important;
  }
  .first-inner .news-box {
    left: 0;
    top: 0;
    width: 98%;
    margin: 0 auto;
  }
  .first-inner {
    max-height: max-content;
  }
  .login-header #form {
    left: -13px;
  }
}
@media only screen and (max-width: 1100px) {
  .third-right .events-main-title::before {
    right: -72px;
    width: 72px;
  }
  #nav_items_0 li a {
    display: flex;
    align-items: center;
  }
  .header-logo-group > img:first-child {
    right: 0;
  }
  li.nav_items_0 {
    padding-right: 0;
  }
  #nav_items_0 li:nth-last-child(1) ul {
    left: inherit !important;
    right: 0 !important;
  }
  #nav_items_0 li:nth-last-child(2) ul {
    left: inherit !important;
    right: 0 !important;
  }
  #nav_items_0 {
    right: 0;
  }
  .third-right .events-main-title br,
  .third-inner .links-title br {
    display: none;
  }
  .news-module {
    top: 0;
  }
  .news-title-g .news-main-title {
    top: 0;
    left: 0;
  }
  .sidelinks ul li::before {
    height: 67%;
  }
  .slider-home {
    height: max-content;
  }
  .slider-home #ir5577 {
    aspect-ratio: 1199 / 747 !important;
  }
  .second-inner h2::before {
    left: 11%;
  }
  .second-inner h2::after {
    right: 11%;
  }
  .footer-bottom {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sbacademica {
    left: 0;
    top: 0;
    margin: 0;
  }
  .footer-mid {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .district-logo2,
  .district-logo1 {
    position: static;
  }
}
@media screen and (max-width: 1050px) {
  .footer {
    margin-top: 0;
  }
  .fourth-inner {
    width: 98%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 30px;
  }
  .feature-box .features {
    padding: 0;
  }
  .fourth-row-home {
    top: 0;
    background-color: #1e1e1e;
  }
  .left-videobox .HPVideo h2 a {
    line-height: 0.92;
  }
  .left-videobox .HPVideo h2 a::after {
    bottom: 11px;
  }
  .left-videobox .HPVideo h2 {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .third-inner .third-center .links-title {
    width: 91%;
  }
  .spotlight-wrapper #spotlight1672wrapper h2 a,
  .HPFeaturedAlbums.one h2,
  .third-inner .links-title,
  .third-right .events-main-title {
    width: 100%;
  }
  .third-inner {
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 20px;
    justify-content: center;
  }
  .third-inner .third-left {
    width: max-content;
    display: flex;
    gap: 51px;
  }
  .third-inner #spotlight1672wrapper + a img {
    margin: 0 !important;
  }
  .spotlight-wrapper #spotlight1672wrapper h2 a {
    margin-bottom: 20px;
    line-height: 26px;
  }
  .spotlight-wrapper #spotlight1672wrapper h2 a,
  .HPFeaturedAlbums.one h2,
  .third-inner .links-title,
  .third-right .events-main-title {
    top: 0;
  }
  .spotlight-wrapper {
    margin-top: 0;
  }
  .third-left .HPFeaturedAlbums h2 {
    left: 0;
  }
  .third-center .links-title:before,
  .third-right .events-main-title::before,
  .third-left .HPFeaturedAlbums h2::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header-logo-group::before {
    display: none;
  }
  div.en-news-slider > div.en-news-slider-footer {
    align-items: center !important;
    margin-top: 22px;
    justify-content: center !important;
  }
  .en-news-slider-buttons {
    display: flex !important;
    gap: 20px !important;
  }
  .en-news-slider-buttons button {
    position: static !important;
  }
  .news-title-g a:last-child {
    right: 10px;
  }
  .sidelinks {
    position: static;
    padding: 20px 0;
    background: #1e1e1e;
  }
  .sidelinks ul {
    width: 98%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    align-items: center;
    column-gap: clamp(10px, 3.22222222222vw, 29px);
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .sidelinks ul li a {
    padding-top: 0;
    align-items: center;
    display: flex;
  }
  .sidelinks ul li {
    width: clamp(150px, 22.4719101124vw, 200px);
  }
}

@media screen and (max-width: 800px) {
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  nav.en-nav > ul > li.hasSubNav::after {
    pointer-events: none;
    content: '';
    position: absolute;
    margin: 5.5px 0 0 8px;
    transition: all ease 0.5s;
    right: 18px;
    top: 8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e3ecdc;
    width: 0;
    height: 0;
  }
  .button-wrapper .en-mobnav-button {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background-color: #111111;
    width: clamp(37px, 6.25vw, 50px);
    height: clamp(37px, 6.25vw, 50px);
    border-radius: 50%;
    border: 2px solid #9e3321;
    transition: all 0.4s ease;
  }
  .button-wrapper .en-mobnav-button .hover-effect {
    width: 50%;
    height: 2px;
    text-indent: -9999em;
    background-color: #9e3321;
    border-radius: 4px;
  }
  .button-wrapper .en-mobnav-button b {
    font-size: clamp(22px, 3.75vw, 30px);
    color: #9e3321;
  }
  .en-mobnav-button .hover-effect:nth-child(2) {
    width: 30%;
    margin-left: 10px;
  }
  .button-wrapper .en-mobnav-button:hover {
    background-color: #9e3321;
    border: 2px solid #111111;
  }
  .button-wrapper .en-mobnav-button:hover .hover-effect {
    background-color: #111111;
  }
  .button-wrapper .en-mobnav-button:hover b {
    color: #111111;
  }
  .header-logo-group {
    padding-left: 10px;
    text-decoration: none;
    box-sizing: border-box;
  }
  .header-logo-group > img:first-child {
    top: 0;
  }
  .en-header-school-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/pics/header-bg.jpg);
    background-position-y: 62%;
  }
  nav.en-nav {
    display: flex;
    flex-direction: column;
  }
  .en-nav #nav_items_0 {
    height: 95vh;
    background: #ededed;
  }
  .header-icons-wrapper {
    order: 3;
    justify-content: center;
    background: white;
    gap: 10px;
    padding: 6px 0;
  }
  #nav_items_0 li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    text-transform: uppercase;
    color: #fff;
    background-color: #111111;
    border-bottom: 1px solid #ededed;
  }
  #nav_items_0 li ul li a {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-size: clamp(13px, 2vw, 15px);
    background-color: #811c60;
    color: #fff;
    border-bottom: 1px solid #ededed;
  }
  .login-header#login #form.active {
    transform: scaleY(1);
    position: fixed;
    top: 50%;
    width: 55%;
    height: 201px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s ease all !important;
  }
  #close-btn-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #152850;
    font-size: 28px;
    font-weight: 400;
    background-color: #fff;
    width: clamp(32px, 5vw, 40px);
    height: clamp(32px, 5vw, 40px);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    display: flex !important;
  }
  .login-header #input-fields {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .login-header #student-vault-vertical {
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .login-header #form form {
    width: 66% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .login-header #email-container,
  .login-header #password-container {
    width: 100%;
    margin-top: 10px;
  }
  .login-header #sign-in {
    display: flex;
    padding-top: 10px;
    align-items: center;
    gap: 20px;
  }
  #student-vault-vertical input {
    padding: 4px 0 !important;
  }
  .login-header #student-vault-vertical,
  #login #form,
  #login #form a {
    font-size: 16px !important;
  }
  #student-vault-vertical input {
    padding: 4px 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .third-inner .third-center .links-title,
  .third-right .events-main-title {
    width: 345px;
  }
  .third-inner #spotlight1672wrapper + a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-logo {
    left: 0;
  }
  .third-center,
  .third-right {
    width: 340px;
  }

  .third-inner .links-title br,
  .third-right .events-main-title br {
    display: none;
  }
  .third-inner {
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
  }
  .third-inner .third-left {
    width: 340px;
    flex-direction: column;
  }
  .spotlight-wrapper #spotlight1672wrapper,
  .HPFeaturedAlbums.one h2 {
    width: 100%;
  }
  .HPFeaturedAlbums.one h2 br {
    display: none;
  }
  .third-left .HPFeaturedAlbums .featuredAlbums li {
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer-top {
    gap: 0;
    justify-content: space-around;
  }
  .footer-top #phone {
    left: 0;
  }
  .footer-top a::after {
    display: none !important;
  }
}

@media screen and (max-width: 565px) {
  .header-icons-wrapper .social-icons {
    position: relative;
    left: 19px;
  }
  #en-public-header-translate span,
  .login-header#login .click-login span,
  .search-wrapper span {
    font-size: 13px;
  }
  .left-videobox,
  .feature-box {
    width: 100%;
  }
  .feature-box .features {
    width: 92%;
    min-width: 330px;
  }
  .feature-box .width239 {
    width: clamp(175px, 43.4545454545vw, 239px);
  }
  .feature-box .third-box > div {
    transform: scale(1);
  }
  .feature-box {
    display: flex;
    justify-content: center;
  }
  .left-videobox #video_player1,
  .left-videobox #video_placeholder1 {
    width: clamp(330px, 88.4955752212vw, 500px) !important;
  }
}

@media screen and (max-width: 500px) {
  .second-inner h2::before {
    left: 4%;
  }
  .second-inner h2::after {
    right: 4%;
  }
  .footer {
    background-size: contain;
  }
  .footer-inner {
    grid-template-rows: 40px 158px 43px;
  }
  .sbacademica {
    background: url('/pics/academicares.png') no-repeat;
    background-size: contain;
    width: 199px;
    background-position: center;
  }
  .sbacademica:hover {
    background-position: center;
  }
  .social-icons .facebook,
  .social-icons .twitter,
  .social-icons .instagram {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
@media screen and (max-width: 475px) {
  .events-module #hp-events ul li.event div a {
    font-size: 18px;
  }
  .login-header#login #form.active {
    width: 81%;
  }
  .footer {
    background: none;
  }
  .footer-inner {
    grid-template-rows: 64px 158px 51px;
  }
  .footer-top {
    background-color: #f0f0f0;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    place-items: center;
    max-width: 100vw;
  }
  .footer-top a {
    position: static !important;
    font-size: 12px;
  }
  .footer-mid {
    background: #fff;
  }
  .footer-bottom {
    background-color: #1e1e1e;
  }
}
@media screen and (max-width: 450px) {
  .header-logo-group > div img {
    width: 240px;
  }
  .footer-inner {
    grid-template-rows: 64px 158px 67px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 4px;
  }

  .footer-mid {
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: max-content;
    margin: 0 auto;
    align-items: flex-start;
  }
  .district-logo2 {
    position: absolute;
    top: 13px;
  }
  .footer {
    background: #fff;
  }
}
@media screen and (max-width: 414px) {
  .header-icons-wrapper .first-row {
    left: 15px;
    position: relative;
  }
  .header-icons-wrapper .social-icons {
    left: 0;
  }
  .header-logo-group > div {
    left: 12px;
  }
  .button-wrapper .en-mobnav-button {
    margin-right: 5px;
  }
  .header-icons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
  }
  .header-logo-group > img:first-child {
    width: 55px;
  }
  .header-logo-group > div img {
    width: 220px;
  }
  .feature-box .features {
    width: 100%;
  }
  .feature-box .features li span {
    font-size: 21px;
  }
  .feature-box .features li > div h3 {
    font-size: 57px;
  }
  .feature-box .width175 {
    width: 165px;
  }
  .footer-top {
    display: flex;
    flex-direction: column;
  }
}
