* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #101010;
}

/*header*/

.en-public-header-school-logo.mobile-header {
  display: none;
}

.en-public-header {
  width: 100%;
}

.header-wrapper {
  background: #a0a0a0 url('/pics/header_bg.jpg')repeat-x left top;
}

.wrapper-inside {
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 4px;
  height: 130px;
  box-sizing: border-box;
}

.en-header-school-logo {
  grid-area: 1 / 1 / 2 / 2;
}

.header-right {
  display: flex;
  grid-area: 1 / 2 / 2 / 3;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  bottom: 4.5px;
}

.header-bottom {
  grid-area: 2 / 1 / 3 / 3;
}

.header-logos {
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
  left: 0;
  bottom: 15px;
}

.header-logo {
  width: clamp(90px, 15.2727272727vw, 168px);
  height: clamp(40px, 6.54545454545vw, 72px);
  background: url('/pics/header_logo.png')no-repeat;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #000 !important;
  top: 5px;
}

.header-name-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-name {
  background: url("/pics/header_name_v2.png") no-repeat;
  width: clamp(185px, 54vw, 850px);
  height: clamp(23px, 5vw, 55px);
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #000 !important;
}

.header-motto {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  position: relative;
  font-size: clamp(11px, 1.81818181818vw, 25px);
  color: rgb(255, 255, 255) !important;
  right: 2px;
}


.header-covid-btn {
  position: relative;
  color: #000 !important;
  font-size: clamp(15px, 1.81818181818vw, 20px);
  padding: clamp(10px, 1.81818181818vw, 20px) clamp(20px, 3.63636363636vw, 40px);
  text-decoration: none !important;
  border-radius: 15px;
  background-color: #f1f1f1;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  box-shadow: 0px 3px 4px #333;
  line-height: 1.231;
}

.header-covid-btn:hover {
  background-color: #000;
  color: #f1f1f1 !important;
}



.header-bottom {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  bottom: 10px;
}


.en-marquee-module {
  width: clamp(300px, 86vw, 950px) !important;
  position: relative;
  height: 24px !important;
  box-sizing: border-box !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(15px, 1.6363vw, 18px) !important;
  color: #000 !important;
  background: transparent !important;
  z-index: 1;
}

.en-marquee-module .en-marquee-module-content {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(12px, 1.6363vw, 18px) !important;
  color: #000 !important;
  font-weight: 400 !important;
  animation-duration: 25s !important;
}

.en-marquee-module:before {
  content: '';
  width: 50px;
  height: 24px;
  background: url("/pics/whiteFadeLeft.png");
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}

.en-marquee-module:after {
  content: '';
  width: 50px;
  height: 24px;
  background: url("/pics/whiteFadeRight.png");
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: rgb(70, 70, 70) !important;
  background: transparent !important;

}

.en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-top-color: rgb(70, 70, 70) !important;
  border-bottom-color: transparent !important;
  background: transparent !important;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background: rgb(70, 70, 70) !important;
  border: none !important;
  color: #fdfdfd !important;
  box-shadow: 0 4px 6px #ababad;
  border-radius: 0 !important;
  padding: 0 !important;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
  padding-top: 8px;
  gap: 4px !important;
}

.en-marquee-module .en-marquee-popup-wrapper {
  max-width: 855px !important;
}

.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  padding: 4px 10px !important;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 4px !important;
}

.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"],
.en-marquee-module .en-marquee-tooltip-buttons button:hover,
.en-marquee-module .en-marquee-tooltip-buttons button:focus {
  background: #fff !important;
  color: #000 !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff !important;
  font-size: clamp(15px, 1.63vw, 18px) !important;
  line-height: 1.22222222222;
  padding: 10px !important;
}

.header-top {
  width: 100%;
  position: relative;
  background: rgba(71, 71, 71, 0.98);
}

.header-top-inner {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  height: 42.5px;
}

.social-links {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
}

.social-links span {
  font-size: 15px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
}

.social-links a {
  position: relative;
  display: block;
  width: 18px;
  height: 16px;
  margin-left: 13.5px;
  color: #000 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  text-indent: -9999px;
}

.social-links .fb {
  background: url('/pics/fb.png')no-repeat center;
  margin-left: 6px;
}

.social-links .twitter {
  background: url('/pics/twitter.png')no-repeat center;
  margin-left: 9px;
}

.social-links .insta {
  background: url('/pics/insta.png')no-repeat center;
}

.social-links .youtube {
  background: url('/pics/youtube.png')no-repeat center;
}

.social-links a:hover,
.social-links a:focus {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.header-top-right {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: 29px;
  position: relative;
  left: 1px;
}

.login-header {
  position: relative !important;
  bottom: 2px;
  right: 1px;
}

.login-header .login-form-home {
  position: absolute;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  padding: 0 10px 10px;
  z-index: 99999;
  background: #000;
  border: 2px solid #fff;
  overflow: visible;
  transition: all 0.35s ease-out 0s;
  text-align: left;
  transform: scaleY(0);
  border-radius: 5px;
  transform-origin: 0px 0px;
  font-size: 13px;
  left: 0;
  top: 19px;
  padding-bottom: 9px;
}

.login-header .login-form-home a {
  color: #fff !important;
}

.login-header .click-login {
  width: auto;
  height: auto;
  background: url('/pics/down_arrow.png')no-repeat right center;
  display: block;
  font-size: 13px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 15px 1px 0;
  letter-spacing: 0.5px;
  background-position-y: 6px;
}

.login-header #student-vault-vertical #input-fields div {
  color: #fff;
  margin-top: 11px;
}

.login-header #student-vault-vertical #input-fields input {
  width: 150px !important;
  display: block;
  border-radius: 0 !important;
  padding: 2px !important;
  margin-top: 2px;
  color: #000 !important;
}

.login-header #student-vault-vertical {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.login-header #student-vault-vertical #input-fields label {}

.login-header .darkBox {
  border: 1px solid #888888;
}

.login-header #sign-in {
  display: flex;
  padding-top: 8px;
  padding-bottom: 3px;
  position: relative;
  right: 5px;
  top: 2px;
}

.login-header #sign-in a {
  text-decoration: underline;
  position: relative;
  color: #fff !important;
  right: 1.5px;
  bottom: -1px;
}

.login-header .waInputText {
  border: 1px solid #888888 !important;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  padding: 2px !important;
}

.login-header .waInputPassword {
  border: 1px solid #888888;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  padding: 2px;
}

.translate-header {
  background: url('/pics/down_arrow.png')no-repeat right center;
  overflow: hidden;
  border: 0;
  font-size: 13px !important;
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 500;
  padding: 3px 16px 1px 0;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  bottom: 2px;
  background-position-y: 6px;
}

a.search-wrapper {
  cursor: pointer;
}

.header-top-left {
  display: none;
}



@media only screen and (min-width: 801px) {
  .login-header:hover .login-form-home {
    display: block;
    transform: scaleY(1) !important;
  }

  #form-close-btn {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .header-logos {
    left: 0;
  }

  .header-bottom {
    bottom: 5px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .index-wrapper {
    z-index: 0;
  }

  .en-marquee-module:after {
    right: -1px;
  }

  .en-marquee-module:before {
    left: -1px;
  }

  nav.en-nav ul#nav_items_0 {
    height: 95vh;
  }

  .en-public-header .en-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    height: 100% !important;
    width: min-content;
    overflow: hidden;
    z-index: 9999 !important;
    border: none !important;
  }

  .en-header-school-logo {
    right: 0;
    display: flex;
    width: 100%;
    position: relative;
    gap: 0;
    align-items: center;
    padding: 10px 5px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .en-public-header-school-logo.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    box-sizing: border-box;
    padding: 10px 5px;
  }

  .header-top {
    width: 100%;
    display: flex;
    order: 3;
    border-top: 2px solid #000;
  }

  .header-right {
    display: none;
  }

  .login-header .login-form-home {
    position: fixed;
    top: 50%;
    transform: scaleY(0);
    transform-origin: 50px 50px;
  }

  .login-header {
    position: static;
    bottom: 0;
    right: 0;
  }

  .translate-header {
    bottom: 0;
  }

  .login-header .login-form-home {
    width: fit-content;
    left: 50%;
    font-size: 15px;
  }

  .login-header:hover .login-form-home {
    right: unset;
  }

  .login-form-home #form-close-btn {
    position: absolute;
    cursor: pointer;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background-color: #000000 !important;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    border: 2px solid #fff;
  }

  .login-form-home.active-popup {
    transform: scaleY(1);
    display: flex !important;
    justify-content: center;
    padding: 30px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    box-shadow: 0 0px 25px 7px #ababad;
  }

  .login-header #student-vault-vertical #input-fields label {
    font-size: 15px;
  }

  .login-header #sign-in a {
    left: 5px;
    width: max-content;
  }

  .header-bottom {
    bottom: 3px;
  }

  .header-wrapper {
    background: #a0a0a0;
  }

  .en-public-header {
    background: #a0a0a0;
  }

  .header-logos {
    bottom: 0;
    gap: 10px;
  }

  .wrapper-inside {
    display: block;
    height: max-content;
    padding: 0;
  }

  .header-name-group {
    align-items: flex-start;
  }

  .header-motto {
    right: -20px;
  }

  .header-top-inner {
    height: max-content;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .social-links {
    bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .header-top-inner {
    flex-direction: column;
    gap: 10px;
  }
}

/*header*/

/*index-top*/
.index-top {
  width: 100%;
  position: relative;
  background: #000;
}

.en-widescreen-video video {
  max-height: 650px;
}

.en-video-controls {
  z-index: 1;
}

.video-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: clamp(10px, 10.6428571429vw, 149px);
  align-items: center;
  z-index: 1;
  width: 100%;
  gap: 32px;
}

.video-text span {
  font-size: clamp(19px, 5.27272727273vw, 58px);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: block;
}

.video-text .sep {
  width: clamp(250px, 58.1818181818vw, 640px);
  height: 1px;
  background: #8e8e8e;
  margin-top: 13px;
}

.video-text small {
  font-size: clamp(10px, 2vw, 22px);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 0.45px;
  position: relative;
  box-sizing: border-box;
}

.en-widescreen-video button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  margin-left: 6px;
  border: 0;
  position: relative;
  bottom: 20px;
}

.en-widescreen-video button:hover,
.en-widescreen-video button:active,
.en-widescreen-video button:focus {
  color: #fff;
  background-color: #333;
}

.index-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 650px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.index-wrapper {
  position: relative;
}

.sidelinks {
  position: absolute;
  right: 30px;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  z-index: 1;
}

.techy {
  text-align: center;
  background: #000;
  padding: 20px 40px;
  border-radius: 15px;
  box-shadow: 0px 3px 4px #333;
  text-decoration: none;
  font-size: clamp(15px, 2.18181818182vw, 24px);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff !important;
}

.techy:hover {
  background: #fff;
  color: #000 !important;
}

.eaglGr {
  text-align: center;
  background: #000;
  padding: 20px 16px;
  border-radius: 15px;
  box-shadow: 0px 3px 4px #333;
  text-decoration: none;
  font-size: clamp(15px, 2.18181818182vw, 24px);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff !important;
}
.eaglGr#freshman {
    margin-bottom: 2em;
}

.eaglGr:hover {
  background: #fff;
  color: #000 !important;
}


@media only screen and (max-width: 1400px) {
  .index-top:after {
    height: -webkit-fill-available;
  }
}

@media only screen and (max-width: 1000px) {
  .sidelinks {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px 0;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .sidelinks a {
    width: clamp(150px, 18vw, 180px);
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }
.eaglGr#freshman {
    margin-top: auto;
}
}

@media only screen and (max-width: 800px) {
  .video-text {
    gap: 0;
  }

  .video-text .sep {
    margin-top: 10px;
  }

  .video-text small {
    margin-top: 15px;
  }

  .video-text span {
    margin-bottom: clamp(5px, 1vw, 10px);
  }

  .en-widescreen-video button {
    bottom: 0;
  }
}

/*index-top*/

/*first-row*/
.first-row {
  width: 100%;
  position: relative;
  background: #303030 url('/pics/sec_row_bg.jpg')repeat-x left top;
}

.first-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
}

.first-row-inner a {
  height: auto;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: flex;
  color: #fff !important;
  font-size: clamp(15px, 1.81818181818vw, 20px);
  position: relative;
  z-index: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  width: clamp(170px, 20vw, 220px);
  height: clamp(170px, 20vw, 220px);
  box-sizing: border-box;
  align-items: end;
  line-height: 1.3;
  margin-top: 1px;
  background-size: cover;
  background-position: center;
}

.first-row-inner a::after {
  content: '';
  width: clamp(170px, 20vw, 220px);
  height: clamp(170px, 20vw, 220px);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.first-row-inner a span {
  position: relative;
  display: block;
  padding: 20px 15px 19px 28px;
}

.first-row-inner a:nth-child(2) span {
  background: url('/pics/cte.png')no-repeat left 25px top;
  padding: 75px 15px 19px 26px;
}

.first-row-inner a:nth-child(3) span {
  background: url('/pics/ib.png')no-repeat left 27px top;
  padding: 74px 15px 20px 28px;
}

.first-row-inner a:nth-child(4) span {
  background: url('/pics/university.png')no-repeat left 29px top;
  padding: 66px 15px 20px 28px;
}


.first-row-inner a:nth-child(1) {
  background-image: url('/pics/ql_img4.jpg');
}

.first-row-inner a:nth-child(2) {
  background-image: url('/pics/ql_img2.jpg');
}

.first-row-inner a:nth-child(3) {
  background-image: url('/pics/ql_img3.jpg');
}

.first-row-inner a:nth-child(4) {
  background-image: url('/pics/ql_img7.jpg');
}

@media only screen and (max-width: 1000px) {
  .first-row-inner {
    text-align: center;
  }

  .first-row-inner a span {
    width: 100%;
    background-position-x: center !important;
  }

  .first-row-inner a span {
    padding: 20px 10px 10px 10px;
  }

  .first-row-inner a:nth-child(2) span {
    padding: 75px 10px 10px 10px;
  }

  .first-row-inner a:nth-child(3) span {
    padding: 74px 10px 10px 10px;
  }

  .first-row-inner a:nth-child(4) span {
    padding: 66px 10px 10px 10px;
  }
}

@media only screen and (max-width: 800px) {
  .first-row-inner {
    width: 63%;
  }
}

@media only screen and (max-width: 600px) {
  .first-row-inner {
    width: 85%;
  }
}

@media only screen and (max-width: 500px) {
  .first-row-inner {
    width: 95%;
  }
}

/*first-row*/


/*second-row*/
.second-row {
  width: 100%;
  position: relative;
  background: #e0e0e0;
}

.second-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  padding: clamp(30px, 5.72727272727vw, 63px) 0 5px;
}

h2.en-events-section-title.en-page-components-title,
div.en-events-show-all-calendar {
  display: none !important;
}

.events-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px;
  align-items: center;
}

.events-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  bottom: 3px;
  right: -303px;
}

.events-buttons a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: clamp(11px, 1.27272727273vw, 14px);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  padding: 12px 15px 7.5px 15px;
  background: #101010;
  letter-spacing: 0.6px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  position: relative;
  top: 0;
}

.events-buttons a:first-child {
  padding: 12px 12px 7.5px 13px;
}

.events-buttons a:hover,
.events-buttons a:focus {
  text-decoration: none;
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.2);
  top: -5px;
}

.events-head {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: clamp(28px, 3.27272727273vw, 36px);
  color: #101010 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  left: clamp(0px,5vw,82px);
}

#hp-events {
  position: relative;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}

#hp-events>div.en-events-slider {
  --min-card-gap: 10px;
  --card-width: 250px;
  --card-height: 216px;
  --font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #474747;
}

div.en-events-slider>div.en-card-slider-inner-container>.en-events-slider-day>.en-events-slider-detail {
  padding-top: 9px !important;
}

#hp-events div.en-events-slider .en-card-slider-inner-container .en-events-slider-day {
  grid-template-rows: 80px max-content;
  background: none !important;
  border: none !important;
}


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

#hp-events .en-events-slider .en-card-slider-inner-container .en-events-slider-date {
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 0 !important;
  padding: 10px 0 0;
  margin: 0;
  box-sizing: border-box;
}

#hp-events .en-events-slider .en-events-slider-date .en-events-slider-date-month {
  color: #101010;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 2px;
  letter-spacing: 0.5px;
  position: relative;
  top: 4px;
}

#hp-events .en-events-slider .en-events-slider-date .en-events-slider-date-day {
  color: #474747;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  position: relative;
  top: 2px;
}

div.en-events-slider>div.en-card-slider-inner-container>.en-events-slider-day>.en-events-slider-detail .en-event-slider-li-title a:any-link {
  font-size: clamp(16px, 1.72727272727vw, 19px);
  font-weight: 500 !important;
  line-height: 22px;
  letter-spacing: -0.05px;
  color: #101010 !important;
  margin-bottom: 5px;
}

div.en-events-slider>div.en-card-slider-inner-container>.en-events-slider-day>.en-events-slider-detail .en-event-slider-li-time,
div.en-events-slider>div.en-card-slider-inner-container>.en-events-slider-day>.en-events-slider-detail .en-event-slider-li-location {
  font-size: 16px !important;
}

#hp-events div.en-events-slider-buttons {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: min-content;
  padding: 7px 12px;
}

#hp-events div.en-events-slider-buttons button {
  position: absolute;
  top: calc(50% - 70px);
  width: 24px;
  height: 48px;
  font-size: 0;
  background: #888888;
  border: none;
  cursor: pointer;
}

#hp-events div.en-events-slider div.en-events-show-all-calendar .en-events-show-calendar,
#hp-events div.en-events-slider div.en-events-show-all-calendar .en-events-show-all {
  border: 1px solid #0c2340;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  padding: 6px;
}


#hp-events div.en-events-slider-buttons button.en-events-prev {
  left: -54px;
  background: url('/pics/leftArrow.png') left center no-repeat;
}

#hp-events div.en-events-slider-buttons button.en-events-prev:hover {
  background-position: -27px center;
}

#hp-events div.en-events-slider-buttons button.en-events-prev:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
  outline: none !important;
  left: -59px;
}

#hp-events div.en-events-slider-buttons button.en-events-next {
  left: calc(100% + 30px);
  background: url('/pics/rightArrow.png') left center no-repeat;
}

#hp-events div.en-events-slider-buttons button.en-events-next:hover {
  background-position: -27px center;
}

#hp-events div.en-events-slider-buttons button.en-events-next:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
  outline: none !important;
  left: calc(100% + 25px);
}

#hp-events div.en-events-slider-buttons button.en-card-slider-button-disabled {
  opacity: 0;
  cursor: auto;
}

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

  div.en-events-slider>div.en-events-slider-footer {
    justify-content: center !important;
  }

  .second-row-inner {
    padding-bottom: 20px;
  }

  #hp-events div.en-events-slider-buttons button.en-card-slider-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
  }
}

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

@media only screen and (max-width: 1000px) {
  .events-header .empty {
    display: none;
  }

  a.events-head {
    left: 0;
   min-width: 250px;
  }

  .events-buttons {
    left: 0;
    bottom: 0;
  }

  .events-buttons a {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
 .events-header {
justify-content:center;
    gap: 200px;
	}
}


@media only screen and (max-width: 700px) {
  .events-header {
    flex-direction: column;
    gap: 5px;
  }
}


/*second-row*/


/*third-row*/

.third-row {
  width: 100%;
  position: relative;
  background: #101010;
}

.third-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  text-align: left;
}

.third-row-inner iframe,
.fb_iframe_widget span {
  width: clamp(350px, 41.5vw, 498px) !important;
  height: clamp(300px, 31.5vw, 378px) !important;
}


.HPVideo h2 {
  text-align: center;
  margin: 0 0 26px;
}

.HPVideo h2 a {
  width: auto;
  height: auto;
  font-size: clamp(28px, 3.27272727273vw, 36px);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1px;
}

.HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  padding: 0;
}

.HPVideo .videowrapper .video_player {
  border: 1px solid #d5e2e6;
}

.HPVideo p {
  padding: 0;
  margin: 0;
  background: #e0e0e0;
}

.HPVideo p a {
  text-align: center;
  text-decoration: none;
  font-size: clamp(16px, 1.72727272727vw, 19px);
  color: #101010;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  height: auto;
  display: block;
  line-height: 25px;
  padding: 15px 10px 10px;
}

.HPFeaturedAlbums h2 {
  display: none !important;
}

.HPFeaturedAlbums li h3 {
  font-size: clamp(16px, 1.6363vw, 18px) !important;
}

.HPVideo .videowrapper .video_player {
  width: clamp(350px, 46.5vw, 558px) !important;
  height: clamp(200px, 27.3333333333vw, 328px) !important;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.index-wrapper #social_tabs ul {
  padding: 0;
  margin: 0;
}

.index-wrapper #social_tabs li {
  list-style-type: none;
  position: relative;
  float: left;
  width: clamp(50px, 5.83333333333vw, 70px);
  height: clamp(50px, 5.83333333333vw, 70px);
  margin-right: 5px;
}

.index-wrapper #social_tabs li a {
  height: clamp(50px, 5.83333333333vw, 70px);
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #000 !important;
  text-align: center;
  text-indent: -9999px;
}

.index-wrapper #social_tabs li#fb_tab a {
  background: url('/pics/fb_black.png')no-repeat center;
}

.index-wrapper #social_tabs li#insta_tab a {
  background: url('/pics/insta_black.png')no-repeat center;
}

.index-wrapper #social_tabs li#twitter_tab a {
  background: url('/pics/twitter_black.png')no-repeat center;
}

.index-wrapper #social_tabs li h2 {
  background-color: #e0e0e0;
  height: clamp(50px, 5.83333333333vw, 70px);
  width: clamp(50px, 5.83333333333vw, 70px);
  position: absolute;
  bottom: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.index-wrapper #social_tabs li#vid_tab a {
  background: url('/pics/vid_black.png')no-repeat center;
}

.index-wrapper #social_tabs li#pic_tab a {
  background: url('/pics/pic_black.png')no-repeat center;
}

.index-wrapper #social_tabs li[aria-selected='true'] h2,
.index-wrapper #social_tabs li h2:hover,
.index-wrapper #social_tabs li h2:focus {
  height: 80px;
  z-index: 30;
}

.index-wrapper #social_tabs li[aria-selected='true'] h2 a,
.index-wrapper #social_tabs li h2:hover a,
.index-wrapper #social_tabs li h2:focus a {
  height: 80px;
  color: #fff;
}

.index-wrapper #social_tabs div[aria-hidden='true'] {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.index-wrapper #social_tabs .panel {
  width: clamp(350px, 41.5vw, 498px);
  height: clamp(300px, 31.5vw, 378px);
  border: 1px solid #d5e2e6;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.index-wrapper #social_tabs .panel h2 {
  display: flex;
  width: clamp(350px, 41.5vw, 498px);
  height: clamp(300px, 31.5vw, 378px);
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 32px;
  color: #2b4fd2;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.hidden {
  display: none;
}

.index-wrapper #social_tabs li[aria-selected='true']#fb_tab h2 a,
.index-wrapper #social_tabs li#fb_tab h2:hover a,
.index-wrapper #social_tabs li#fb_tab h2:focus a {
  background: #3b5998 url('/pics/fb_white.png')no-repeat center;
  color: #fff !important;
}

.index-wrapper #social_tabs li[aria-selected='true']#twitter_tab h2 a,
.index-wrapper #social_tabs li#twitter_tab h2:hover a,
.index-wrapper #social_tabs li#twitter_tab h2:focus a {
  background: #1da1f2 url('/pics/twitter_white.png')no-repeat center;
}

.index-wrapper #social_tabs li[aria-selected='true']#insta_tab h2 a,
.index-wrapper #social_tabs li#insta_tab h2:hover a,
.index-wrapper #social_tabs li#insta_tab h2:focus a {
  background: #cc1f4f url('/pics/insta_white.png')no-repeat center;
}

.index-wrapper #social_tabs li[aria-selected='true']#vid_tab h2 a,
.index-wrapper #social_tabs li#vid_tab h2:hover a,
.index-wrapper #social_tabs li#vid_tab h2:focus a {
  background: #04a600 url('/pics/vid_white.png')no-repeat center;
  color: #fff !important;
}

.index-wrapper #social_tabs li[aria-selected='true']#pic_tab h2 a,
.index-wrapper #social_tabs li#pic_tab h2:hover a,
.index-wrapper #social_tabs li#pic_tab h2:focus a {
  background: #bb00f1 url('/pics/pic_white.png')no-repeat center;
}

.index-wrapper #media_tabs ul {
  padding: 0;
  margin: 0;
}

.index-wrapper #media_tabs li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 100px;
  height: clamp(50px, 5.83333333333vw, 70px);
  margin-right: 5px;
}

.index-wrapper #media_tabs li a {
  height: clamp(50px, 5.83333333333vw, 70px);
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #000 !important;
}

.index-wrapper #media_tabs li#vid_tab a {
  background: url('/pics/fb_black.png')no-repeat center;
}

.index-wrapper #media_tabs li#pic_tab a {
  background: url('/pics/insta_black.png')no-repeat center;
}

.index-wrapper #media_tabs li h2 {
  background-color: #e0e0e0;
  height: clamp(50px, 5.83333333333vw, 70px);
  width: 100px;
  position: absolute;
  bottom: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.index-wrapper #media_tabs li[aria-selected='true'] h2,
.index-wrapper #media_tabs li h2:hover,
.index-wrapper #media_tabs li h2:focus {
  height: 80px;
  z-index: 30;
}

.index-wrapper #media_tabs li[aria-selected='true'] h2 a,
.index-wrapper #media_tabs li h2:hover a,
.index-wrapper #media_tabs li h2:focus a {
  height: 80px;
  color: #fff;
}

.index-wrapper #media_tabs div[aria-hidden='true'] {
  display: none;
}

.index-wrapper #media_tabs .panel {
  width: clamp(350px, 41.5vw, 498px);
  height: clamp(300px, 31.5vw, 378px);
  border: 1px solid #d5e2e6;
  background: #fff;
  overflow-y: auto;
}

.index-wrapper #media_tabs .panel h2 {
  display: flex;
  width: clamp(350px, 41.5vw, 498px);
  height: clamp(300px, 31.5vw, 378px);
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 32px;
  color: #2b4fd2;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.hidden {
  display: none;
}

.index-wrapper #media_tabs li[aria-selected='true']#vid_tab h2 a,
.index-wrapper #media_tabs li#vid_tab h2:hover a,
.index-wrapper #media_tabs li#vid_tab h2:focus a {
  background: #3b5998 url('/pics/fb_white.png')no-repeat center;
  color: #fff !important;
}

.index-wrapper #media_tabs li[aria-selected='true']#twitter_tab h2 a,
.index-wrapper #media_tabs li#twitter_tab h2:hover a,
.index-wrapper #media_tabs li#pic_tab h2:focus a {
  background: #1da1f2 url('/pics/twitter_white.png')no-repeat center;
}

.index-wrapper #media_tabs li[aria-selected='true']#pic_tab h2 a,
.index-wrapper #media_tabs li#pic_tab h2:hover a,
.index-wrapper #media_tabs li#pic_tab h2:focus a {
  background: #cc1f4f url('/pics/insta_white.png')no-repeat center;
}

div#pic_panel {
  height: clamp(255px, 31.5vw, 378px) !important;
}


@media only screen and (max-width: 1200px) {
  .HPFeaturedAlbums li {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 478/348;
    margin: 0 !important;
  }

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

  .HPFeaturedAlbums li h3 span {
    height: max-content !important;
  }
}

@media only screen and (max-width: 1100px) {
  div#fb_panel {
    top: 50px;
  }

  .index-wrapper #social_tabs li[aria-selected='true'] h2 a,
  .index-wrapper #social_tabs li h2:hover a,
  .index-wrapper #social_tabs li h2:focus a {
    height: 100px;
  }


  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    width: 100% !important;
  }
}

@media only screen and (max-width: 800px) {
  .third-row-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
  }
}

/*third-row*/


/*fourth-row*/
.fourth-row {
  width: 100%;
  position: relative;
  background: #101010;
}

.en-parallax {
  background-image: url('/pics/parallax.jpg');
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  position: relative;
}

.fourth-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  padding: 31px 50px 2px;
  background: rgba(71, 71, 71, 0.8);
}

.news-title-sec {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.en-news-section-title,
.en-news-show-all {
  display: none;
}

.news-head {
  font-size: clamp(28px, 3.27272727273vw, 36px);
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  position: relative;
  left: 55px;
}

.news-link {
  position: relative;
  text-decoration: none;
  font-size: clamp(11px, 1.27272727273vw, 14px);
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  padding: 12px 14px 7.5px 15px;
  background: #101010;
  letter-spacing: 0.6px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  text-transform: uppercase;
  bottom: 0.5px;
}

.news-link:hover,
.news-link:focus {
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.2);
  bottom: 4.5px;
}

div.en-news-slider div.en-card-slider-inner-container a {
  grid-template-rows: repeat(3, max-content) !important;
  width: 260px !important;
  border: 1px solid #c9c9c9 !important;
  position: relative;
  background: none !important;
  box-sizing: border-box;
  pointer-events: none;
}

.en-news-slider-image-container {
  background: #fafafa !important;
  height: 200px;
  position: relative;
  box-sizing: border-box;
}

.news-title-wrapper {
  padding: 13px 15px;
  height: 78px;
  box-sizing: border-box;
  margin: 0;
  background: #e0e0e0;
  text-align: center;
}

.en-news-slider-title {
  font-size: clamp(16px, 1.6363vw, 18px) !important;
  color: #050707;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 23px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  pointer-events: all;
  position: relative;
}

.en-news-slider-title:hover {
  text-decoration: underline;
}

.en-news-slider-summary {
  color: #010101;
  font-size: clamp(15px, 1.45454545455vw, 16px);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  display: none !important;
}

.en-news-slider-buttons {
  width: 100% !important;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  top: 27px;
}

.en-news-next {
  background: url('/pics/rightArrow2.png') left center no-repeat;
  width: 24px;
  height: 48px;
  color: #000 !important;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  font-size: 0px;
  position: relative;
  background-color: unset;
}

.en-news-next:hover {
  background-position: -27px center;
}

.en-news-next:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
}


.en-news-prev {
  background: url('/pics/leftArrow2.png') left center no-repeat;
  width: 24px;
  height: 48px;
  color: #000 !important;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  font-size: 0px;
  position: relative;
  background-color: unset;
}

.en-news-prev:hover {
  background-position: -27px center;
}

.en-news-prev:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
}

.en-news-slider-buttons .en-card-slider-button-disabled {
  opacity: 0;
  cursor: default;
}

@media only screen and (max-width: 1230px) {
  .fourth-row-inner {
    box-sizing: border-box;
    padding: 31px 20px 2px;
  }
}

@media only screen and (max-width: 1000px) {
  .news-head {
    left: 0;
  }

  .news-empty {
    display: none;
  }

  .news-link {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .en-news-slider-buttons .en-card-slider-button-disabled {
    opacity: 0.4;
    cursor: pointer;
    pointer-events: none;
  }
}

@media only screen and (max-width: 700px) {
  .news-title-sec {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .en-news-slider-buttons {
    justify-content: center;
  }
}

/*fourth-row*/


/*fifth-row*/
.fifth-row {
  width: 100%;
  position: relative;
  background: #e9e9e9;
}

.fifth-row-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  padding: clamp(30px, 5.45454545455vw, 60px) 0 46px;
}

.fifth-row .news-head {
  color: #101010 !important;
}

.fifth-row .news-title-wrapper {
  height: 148px;
}

.fifth-row .en-news-slider-title {
  -webkit-line-clamp: 4;
}

.fifth-row div.en-news-slider-buttons {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: min-content;
  padding: 7px 12px;
}

.fifth-row div.en-news-slider-buttons button {
  position: absolute;
  top: calc(50% - 307px);
  width: 24px;
  height: 48px;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.fifth-row div.en-news-slider-buttons button.en-news-next {
  background: url('/pics/rightArrow.png') left center no-repeat;
  left: calc(100% + 25px);
}

.fifth-row div.en-news-slider-buttons button.en-news-next:hover {
  background-position: -27px center;
}

.fifth-row div.en-news-slider-buttons button.en-news-next:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
  left: calc(100% + 20px);
}

.fifth-row div.en-news-slider-buttons button.en-news-prev {
  background: url('/pics/leftArrow.png') left center no-repeat;
  left: -49px;
}

.fifth-row div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: -52px center;
  width: 33px;
  height: 48px;
  left: -54px;
}

.fifth-row div.en-news-slider-buttons button.en-news-prev:hover {
  background-position: -27px center;
}

@media only screen and (max-width: 1230px) {
  .fifth-row .en-news-slider-buttons .en-card-slider-button-disabled {
    opacity: 0.4;
    cursor: pointer;
    pointer-events: none;
  }

  .fifth-row div.en-news-slider-buttons button.en-news-prev {
    top: 0;
    position: relative;
    left: 0;
  }

  .fifth-row div.en-news-slider-buttons button.en-news-prev:focus {
    left: -1px;
  }

  .fifth-row div.en-news-slider-buttons button.en-news-next {
    left: 0;
    position: relative;
    top: 0;
  }

  .fifth-row div.en-news-slider-buttons button.en-news-next:focus {
    left: 0;
  }
}

/*fifth-row*/

/*footer*/

.footer-wrap {
  position: relative;
}

.mission-footer {
  width: 100%;
  position: relative;
  background: #000 url('/pics/footer_image.jpg')no-repeat center;
  background-size: cover;
  height: clamp(560px, 65.4545454545vw, 720px);
}

.mission-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  padding: clamp(40px, 5.72727272727vw, 63px) 0 20px;
}

.mission-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  background: url('/pics/gradient.png')repeat-x left top;
  z-index: -1;
}

.mission-inner h2 {
  font-size: clamp(28px, 3.27272727273vw, 36px);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  padding-left: 7px;
  margin-bottom: 16px;
}

.mission-inner p {
  margin: 0;
  font-size: clamp(15px, 2vw, 22px);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0 clamp(20px, 7.27272727273vw, 80px);
  line-height: 28px;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-rows: 130px 40px;
  background-color: rgba(0, 0, 0, 0.25);
}

.footer-top {
  width: 100%;
  position: relative;
  background: url(../pics/footer-top-bg.png) repeat-x;
}

.footer-top-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  position: relative;
}

.footer-logos {
  display: flex;
  align-items: center;
  position: relative;
  gap: 22px;
  right: 1px;
}

.footer-logo {
  width: clamp(110px, 15.2727272727vw, 168px);
  height: clamp(48px, 6.54545454545vw, 72px);
  background: url('/pics/header_logo.png')no-repeat;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #fff !important;
  top: 1px;
}

.footer-name {
  background: url('/pics/header_name.png')no-repeat;
  width: clamp(220px, 34vw, 374px);
  height: clamp(50px, 7.54545454545vw, 83px);
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #fff !important;
  bottom: 1px;
}


.footer-address {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  top: 2px;
  right: 0.5px;
}

.address {
  color: #fff !important;
  font-size: clamp(14px, 1.45454545455vw, 16px);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  text-decoration: none;
}

.district-logo {
  width: clamp(110px, 15.7272727273vw, 173px);
  height: clamp(52px, 7.27272727273vw, 80px);
  background: url('/pics/cps.png')no-repeat;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #fff !important;
  left: 1px;
}


.footer-bottom {
  width: 100%;
  position: relative;
  background: url(../pics/footer-bottom-bg.png) repeat-x;
}

.footer-bottom-inner {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  position: relative;
}

.cps-mentalhealth,
.cps-non-disc {
  font-size: clamp(12px, 1.36363636364vw, 15px);
  color: #e3e3e3 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  position: relative;
  top: 1px;
}

.cps-mentalhealth:hover,
.cps-mentalhealth:focus,
.cps-non-disc:hover,
.cps-non-disc:focus {
  text-decoration: none;
}

.edunet {
  width: 184px;
  height: 22px;
  background: url('/pics/edunet.png')no-repeat;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #000 !important;
  right: 36px;
  bottom: 1px;
}

@media only screen and (max-width: 1100px) {
  .mission-footer:before {
    background-size: contain;
  }

  .mission-inner p {
    line-height: 1.27272727273;
  }

  a.edunet {
    right: 0;
    bottom: 0;
  }

  .cps-mentalhealth,
  .cps-non-disc {
    bottom: 0;
  }

  .footer-logos {
    right: 0;
    gap: 20px;
  }

  .footer-address {
    top: 0;
    right: 0;
  }

  a.district-logo {
    left: 0;
  }

  .footer-logo {
    top: 0;
  }

  .footer-name {
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    grid-template-rows: max-content max-content;
  }

  .footer-top {
    background-size: contain;
  }

  .footer-top-inner {
    flex-direction: column;
    height: max-content;
    padding: 20px 0;
    gap: 20px;
  }

  .footer-logos {
    gap: 10px;
  }

  .footer-address {
    flex-direction: row;
    gap: 20px;
  }

  .footer-bottom {
    background-size: contain;
  }

  .footer-bottom-inner {
    height: max-content;
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    text-align: left;
    gap: 10px;
    place-items: flex-start;
  }

  .cps-mentalhealth {
    grid-area: 1 / 1 / 2 / 2;
  }

  .cps-non-disc {
    grid-area: 2 / 1 / 3 / 2;
  }

  .edunet {
    grid-area: 1 / 2 / 3 / 3;
    align-self: center;
    justify-self: flex-end;
  }
}

@media only screen and (max-width:500px) {
  .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  a.edunet {
    margin-top: 5px;
    order: 3;
  }
}

/*footer*/

/*inner-pages*/

body.inner-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  height: auto !important;
  background: #e0e0e0;
}

body.inner-page .en-public-header {
  background: #101010;
}

.inner-page .footer-wrap {
  position: relative;
  margin-top: auto;
}

/* .inner-page .footer {
  margin-top: auto;
} */

.en-pages-wrapper {
  width: 100%;
  position: relative;
  text-align: left;
  background: #e0e0e0;
  padding-bottom: 80px;
}


.en-pages-inner-wrapper,
.en-pages-inner-wrapper .neutral,
.en-pages-inner-wrapper table {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.63vw, 18px) !important;
  color: #474747;
  line-height: 1.4;
}

.en-pages-inner-wrapper {
  max-width: 1140px;
  width: 100%;
  min-height: 400px;
  height: auto !important;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.pageTitle {
  width: auto;
  display: block;
  height: auto;
  padding: 0;
  margin: 30px 0 25px;
  font-size: clamp(28px, 3.27272727273vw, 36px);
  color: #101010;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1.11111111111;
}

.en-pages-inner-wrapper a:hover {
  color: #474747;
}

.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #000 !important;
  box-shadow: 0 0px 25px 7px #ababad;
}

.en-popup-close-img {
  background-color: #000 !important;
  border-radius: 50%;
}

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

.dark {
  background-color: #101010 !important;
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: clamp(16px, 1.63vw, 18px) !important;
}

.light {
  background-color: #fdfafa !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(16px, 1.63vw, 18px) !important;
  color: #474747 !important;
}

.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}

.inner-page .video-list-top {
  padding-bottom: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  height: max-content;
}

h3.video-list-head {
  width: clamp(200px, 36.3636363636vw, 400px);
}


@media only screen and (max-width:1100px) {
  h3.video-list-head {
    width: 100%;
  }

  .inner-page .video-list-top {
    flex-direction: column;
  }

  #video-list-container .controls {
    position: relative;
    bottom: 3px;
    right: 0;
  }

}

@media only screen and (max-width:650px) {
  .inner-page .video-list-top {
    flex-direction: row;
    justify-content: space-between;
  }

  .inner-page #pageContentWrapper .video-list-top #searchbox2.has-btn,
  .searchbox2.has-btn {
    border-right: 1px solid #888 !important;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember a {
    padding-right: 0 !important;
  }

}

/* #staff.staffR1 div.staff-header h1 {
  background: #e0e0e0 !important;
} */

/* Page navigation */
#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: #464646;
  margin-left: 20px;
}

#pageNav ul,
#pageNav ul li {
  list-style: none;
  line-height: 16px;
}

#pageNav ul {
  padding: 10px 0 60px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}

#pageNav ul li {
  padding: 0 0 !important;
  margin: 0 0 !important;
  zoom: 1;
  /* important for IE6 */
}

#pageNav td img {
  display: none;
}

#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  min-height: 20px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0;
  display: block;
  font-size: 19px;
  text-align: left;
  position: relative;
  z-index: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

#pageNav ul li b,
#pageNav ul li strong,
#pageNav ul li a:hover,
#pageNav ul li a:focus {
  background: #101010;
  color: #fff !important;
}

#pageNav ul li a {
  text-decoration: none;
  color: #fff;
  background: none;
}


#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  padding-bottom: 2px;
}

.inner-page #event-page .itemImages .eventImage {
  width: 280px !important;
  margin-left: 0;
}

.inner-page #event-page .itemImages {
  width: 280px !important;
}


div.newsItem p.summary {
  font-weight: normal;
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
}


.en-pages-inner-wrapper ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.en-pages-inner-wrapper p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.en-pages-inner-wrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  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: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.en-pages-inner-wrapper blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

thead.dark th {
  padding: 3px;
}


.dark.darkBorderTop {
  padding: 3px;
}

tbody.light td {
  padding: 3px;
}

.lightBorderBottom {
  padding: 4px;
}

tfoot.neutral td {
  padding: 3px;
}

.darkBorderBottom {
  padding: 4px;
}

.dark.darkBorderBottom {
  padding: 3px;
}

.en-pages-inner-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.en-pages-inner-wrapper img {
  vertical-align: middle;
}

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

#pageAsideWrapper #pageNav {
  margin: 0 !important;
  right: 0 !important;
}

#pageAsideWrapper.pageAsideLeftWrapper img.sub {
  width: 300px !important;
}

.en-pages-inner-wrapper img.sub {
  width: auto !important;
  margin-left: 25px;
  border: 0;
}

.en-pages-inner-wrapper #news0wrapper img.sub {
  width: auto !important;
}

.light.pale.lightBorderBottom {
  padding: 8px;
}

.en-hp-alert-box {
  max-width: 600px !important;
  width: 95% !important;
}

.en-hp-alert-box .alert-box-header h1 {
  font-size: clamp(14px, 1.6363vw, 18px) !important;
  line-height: 2 !important;
}

.en-hp-alert-box .alert-box-body div.contents img {
  width: 60% !important;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}

.en-hp-alert-box .alert-box-body div.contents,
.alert-box .alert-box-body div.contents table {
  font-size: 16px !important;
  color: #000 !important;
  line-height: 1.5 !important;
}


.en-hp-alert-box .alert-box-header a.close,
.en-hp-alert-box .alert-box-footer {
  color: #616161 !important;
}

span#en-hpa-show-icon {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
}



@media screen and (max-width: 600px) {
  .en-pages-inner-wrapper blockquote {
    margin: 10px 10px;
  }

  .en-header-popup-wrapper {
    max-width: 80vw !important;
  }

  .en-pages-inner-wrapper.login-form table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .en-pages-inner-wrapper.login-form table tbody tr td:last-child table tbody tr {
    display: table-header-group;
  }

  .login-form .en-gray-button-small {
    max-width: 58.5px !important;
    padding: 2px 6px !important;
    margin: 7px 2px 5px !important;
    max-height: 21px !important;
    white-space: nowrap !important;
    background-color: rgb(240, 240, 240) !important;
    position: relative;
    right: 2px;
    margin-bottom: 7px !important;
  }

  #contactStaff table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contactStaff #emailForm .emailForm_verificationCode {
    justify-content: flex-start !important;
  }

}

#events-page #events.v1 .dayeventwrap {
  padding: 0 0 0px;
}

#events-page #events.v1 .event .info {
  margin-top: -3px;
}

#events-page div#infobar.stick #infobarwrap {
  z-index: 99999999999999999999;
}

@media only screen and (max-width: 1000px) {
  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember {
    min-width: 300px;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dd {
    white-space: normal;
  }

  #share_box #share_box_inner table tr {
    display: flex;
    flex-direction: column;
  }

  #share_box input,
  #share_box textarea {
    width: 100% !important;
  }
}

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

  #pageWrapperTable tr td,
  #staff .staff-categoryStaffMembers {
    box-sizing: border-box;
  }

  .inner-page #event-page .itemImages {
    margin: 0 auto;
  }

  #share_box table {
    margin-left: 0 !important;
  }

  #share_box #share_box_inner table tr td {
    gap: 20px;
  }
}

.DB_mask {
  z-index: 99999999999999 !important;
}

.DB_dialog {
  z-index: 999999999999999 !important;
}

.DB_dialog {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  padding-left: 0px !important;
  background-color: transparent !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50% !important;
}

.DB_dialog #PV_imageDiv img:first-child {
  padding: 0px 3px 5px 8px !important;
}

.DB_dialog #PV_imageDiv img:last-child {
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  max-width: 90vw;
  padding: 5px !important;
}

.DB_dialog #PV_imageDiv img:nth-child(2) {
  width: auto !important;
  height: auto !important;
  max-height: 80vh;
  max-width: 90vw;
  padding: 5px !important;
  min-width: clamp(300px, 54.5454545455vw, 600px);
}

@media screen and (max-height: 414px) and (max-width: 850px) {
  .DB_dialog {
    position: fixed !important;
    width: auto !important;
    height: auto !important;
    max-height: 90vh;
    padding-left: 0px !important;
    background-color: transparent !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }

  .DB_dialog #PV_imageDiv img:last-child {
    width: auto !important;
    height: auto !important;
    max-height: 80vh;
    max-width: 90vw;
    padding: 5px !important;
  }
}

#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  font-size: 12px;
}

.bell-title a {
  text-decoration: none !important;
}

.bootstrap input[type='text'] {
  height: 15px !important;
}

/*staff page*/
@media only screen and (max-width: 1000px) {
  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember {
    min-width: 300px;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dd {
    white-space: normal;
  }
}

#albumsWrapper {
  overflow: hidden !important;
}

/* Album titles mobile */
@media only screen and (max-width: 729px) {
  #albumNavToggle {
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, serif;
    font-size: 10pt;
    height: 26px;
    max-width: 290px;
    padding: 0 17px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: url(/pics/dropdown_white.png);
    font-weight: normal;
    outline: 0 none;
    padding-right: 27px !important;
    vertical-align: middle;
    z-index: 2 !important;
    outline: none;
  }

  #albumNavToggle:hover {
    font-weight: inherit !important;
    color: inherit !important;
  }

  #albumNavToggle span {
    background-image: url(/pics/dropdown_white.png);
    padding-left: 9px !important;
    padding-right: 2px !important;
    outline: none;
  }

  #albumsWrapper.narrow #albums {
    width: 90% !important;
  }
}

.button3demboss {
  width: max-content !important;
  padding: 0 9.6px !important;
  background: #e2e2e2 -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
  border: 1px solid #aeafb3 !important;
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
}

.button3demboss:hover {
  border-color: #818285 !important;
}

#pageContentWrapper .video-list-top #searchbox2.has-btn,
.searchbox2.has-btn {
  border-right: none !important;
  padding: 4px 3px !important;
  height: 25px !important;
  box-sizing: border-box !important;
}

#staff-search-comp {
  display: block;
  text-align: right;
}

#staff-search span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
}

#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 3px -1px rgb(0 0 0 / 20%) inset;
  font-size: 11px;
  padding: 4px 5px 3px 10px;
  -webkit-appearance: none;
  width: 200px;
  outline: 0;
  background-color: #fff !important;
}

#index-page #edunet_webform textarea {
  max-width: 330px;
}

#more-videos-list li a.playing {
  font-weight: 400 !important;
}

/* inner-page event */
#events-page #infobar #curmonth {
  font-size: clamp(16px, 2.2vw, 22px) !important;
}

/* form contact */
#en-cms-contact-form table {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}

#en-cms-contact-form .g-recaptcha {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}


#en-cms-contact-form tr.en-contactus-form-send-btn {
  position: relative;
  left: 5px;
}

#en-cms-contact-form table .en-contactus-form-firsthf td {
  padding: 5px;
}

.en-contactus-form-secondhf td {
  padding: 5px;
}

#en-cms-contact-form table tr td #inputName,
#en-cms-contact-form table tr td #inputEmail,
#en-cms-contact-form table tr td #inputMessage {
  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;
}

.en-contactus-form-last-td table td {
  padding: 5px;
}

@media (max-width: 450px) {

  #en-cms-contact-form table tr td #inputName,
  #en-cms-contact-form table tr td #inputEmail,
  #en-cms-contact-form table tr td #inputMessage {
    width: 100% !important;
  }

  #events-page #infobar #calicon {
    left: 82px !important;
  }

  #events-page #infobar #nav a {
    padding: 0 !important;
  }
}

/* inner pages photos -- responsive -- */
@media only screen and (max-width: 1100px) {

  /* .inner-page iframe {
    width: 100% !important;
  } */

  #pageContentWrapper #ir6347-ir6347-slider {
    width: 100%;
    height: max-content !important;
    aspect-ratio: 680 / 250;
  }

  #pageContentWrapper #ir6346-ir6346-slider {
    width: 100%;
    height: max-content !important;
    aspect-ratio: 680 / 250;
  }

  #contactStaff #emailForm iframe {
    width: 152px !important;
  }

  #pageContentWrapper #ir6347 {
    height: max-content !important;
  }

  #pageContentWrapper .nivo-slice {
    width: 100% !important;
    background-size: contain !important;
  }



  .nivo-box {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100% !important;
    height: auto !important;

  }

  #pageContentWrapper img {
    max-width: 100% !important;
    object-fit: cover;
    object-position: unset !important;
  }

  #pageContentWrapper .img {
    align-items: center;
    display: flex;
    width: 100% !important;
    height: auto !important;
    justify-content: center;
    margin-bottom: 10px;
  }

  .en-pages-inner-wrapper a:not(#pageNav a) {
    word-break: break-word;
  }

  #albumsWrapper {
    width: 98% !important;
  }

  #hd-link .hd-logo {
    width: 26px !important;
  }
}

@media only screen and (max-width: 650px) {
  #alert-box {
    width: 92% !important;
  }

  .alert-box .alert-box-body img {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .en-pages-inner-wrapper .dayeventwrap .finaleventofday {
    margin-bottom: 73px !important;
  }

  .event.diffday.finaleventofday {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  div.en-editable-block-wrapper div.text-banner-left {
    float: unset !important;
    display: flex;
    justify-content: center;
  }

  .en-pages-wrapper #albumsWrapper.narrow #albums {
    width: 100%;
  }

  #en-cms-contact-form table tr td .g-recaptcha {
    transform: scale(0.81);
    transform-origin: 0 0;
    width: 100%;
    margin-bottom: 0;
  }

  #en-cms-contact-form {
    overflow: hidden;
  }
}

@media only screen and (max-width: 800px) {
  body.inner-page .en-public-header {
    background: #a0a0a0;
  }

  .en-pages-inner-wrapper #events-page #events.v1 ul li {
    margin-bottom: 30px;
  }
}

#events-page #events.v1 .event .time {
  white-space: nowrap;
  position: relative;
  top: 6px;
}

@media only screen and (max-width: 576px) {
  #postWrapper {
    gap: 20px;
  }

  .newsImages .newsImage.sub {
    margin-left: 0 !important;
  }

}

@media only screen and (min-width: 1201px) {
  .inner-page .staffOverviewWrapper {
    left: 40px !important;
  }
}

@media only screen and (min-width: 576px) {
  .newsContent {
    padding: 0 !important;
  }

}

.newsContent {
  width: 100%;
}


div.bell-schedule {
  width: 70% !important;
  margin: 0 auto 57px auto !important;
  border-collapse: collapse !important;
  max-width: inherit;
  font-size: clamp(16px, 1.8vw, 18px) !important;
}

.en-bell-schedules-data-header {
  font-size: clamp(16px, 1.8vw, 18px) !important;
  color: #28323b !important;
}

div.bell-schedule .dark {
  padding-bottom: 10px;
  box-sizing: border-box !important;
  border-bottom: 1px solid #888888;
  padding-left: 9px;
}

.bell-schedule .lightBorderBottom.flex.real-headers.en-bell-schedules-data-header div {
  color: #28323b !important;
}

.bell-schedule div.dark.bell-title {
  padding: 8px 5px 5px !important;
  font-size: inherit !important;
  border: 0;
  justify-content: center;
}

.bell-schedule .lightBorderBottom.flex.real-headers.en-bell-schedules-data-header {
  border-bottom: none !important;
  padding: 0;
}

.darkBorderBottom,
thead.dark th {
  padding: 3px;
}

label#staff-search {
  margin-bottom: 7px;
  display: block;
}


@media only screen and (max-width: 990px) {
  div.bell-schedule {
    width: 95% !important;
  }

  .staffPageContactInfo iframe.center {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 480/360;
  }

}

@media only screen and (max-width: 500px) {
  .en-modal-body #pageNav ul {
    width: 100%;
  }
}

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

  /* #pageContentWrapper {
    overflow: auto;
  } */
  #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl {
    width: max-content !important;
  }

  #en-cms-contact-form table tr td #inputName,
  #en-cms-contact-form table tr td #inputEmail,
  #en-cms-contact-form table tr td #inputMessage {
    max-width: 250px !important;
  }

  #STAFF_SINGLE_PAGE_WO_ASIDE.staffPageSquarePhoto .staffOverviewWrapper {
    left: 0 !important;
  }

  #emailForm td .waInputText {
    width: 96% !important;
    margin: 0 auto;
  }

  #contactStaff form table tbody tr:nth-child(6) td table tr td:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #contactStaff form table tbody tr:nth-child(6) td table tr td {
    width: 96% !important;
    gap: 3px;
  }

  #emailForm>table>tbody>tr:nth-child(1)>td {
    flex-wrap: wrap;
    gap: 10px;
  }

  #staff.staffR1 #staff-search input {
    box-sizing: border-box !important;
  }

  #events-page #events.v1 .event .time {
    top: 0;
  }
}

#events-page #infobar.stick .calLink {
  right: 10px;
}

.en-pages-inner-wrapper .waInputText {
  border: 1px solid #aaaabb;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  padding: 2px;
  width: 372px !important;
  border-radius: 0 !important;
}

#signInHeaderRow .darkBorderBottom {
  padding: 4px;
}

#emailForm tr td {
  padding: 5px !important;
}

#emailForm tr:last-child td input {
  width: max-content;
  white-space: pre;
  background-color: buttonface;
  color: buttontext;
  border: 1px solid #000;
  padding: 2px 6px;
}

#emailForm tr:last-child td input:hover {
  background-color: #cccccc75;
}

#emailForm table {
  margin: 0 auto;
}

.en-pages-inner-wrapper ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#video-list-container #video-list-controls #featured-next.button3demboss {
  border-radius: 4px !important;
}

#STAFF_MULTI_PAGE_W_ASIDE.staffPageSquarePhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview dl dt {
  font-size: clamp(15px, 1.45454545455vw, 16px) !important;
  line-height: 1.31 !important;
  margin-top: 1px;
}

#STAFF_MULTI_PAGE_W_ASIDE.staffPageSquarePhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview dl dd {
  font-size: 14.5px !important;
}

#STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo #pageAsideWrapper ul li#staffNavContactWrapper .staffContactWrapper {
  font-size: 14.5px !important;
}

@media only screen and (max-width: 700px) {
  .en-pageNav-wrapper-combo {
    margin-bottom: 20px;
  }


  #albumsWrapper {
    width: 98%;
  }

  .light.pale.lightBorderBottom {
    box-sizing: border-box;
  }

  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 1;
  }

  .contactStaffMember #contactStaff table tr td {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 900px) {
  .en-maillist-container .en-other-maillists tr.light {
    display: flex;
    flex-wrap: wrap;
  }

  #index-page table tbody tr td.mleditors .editorname {
    padding-bottom: 0 !important;
  }

  #accessibility-complaintFormPage-form dl#accessibility-complaintFormPage-desc-of-problem-prompt dt.no-select,
  #accessibility-complaintFormPage-form dl#accessibility-complaintFormPage-additional-info-prompt dt.no-select {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  .en-maillist-container .en-other-maillists colgroup {
    display: flex;
    width: 100%;
  }

  #index-page #reporting {
    width: 100% !important;
  }
}

@media only screen and (max-width: 750px) {
  #accessibility-complaintFormPage-form.en-accessibility-complaint-form {
    width: 100% !important;
  }
}

#events-page div#infobar.stick {
  z-index: 999999999999999 !important;
}

@media only screen and (max-width: 850px) {
  nav.en-nav:after {
    content: none;
  }

  #contactStaff #emailForm input#emailForm_name,
  #contactStaff #emailForm input#emailForm_email,
  #contactStaff #emailForm input#emailForm_subject,
  #contactStaff #emailForm input#emailForm_message {
    min-width: 340px !important;
  }

  #events-page #events.v1 .event .time {
    width: 20% !important;
    margin-right: 5px;
    white-space: normal !important;
  }

  #events-page #events.v1 .event .info {
    width: 50%;
  }
}

#alert-box-overlay {
  z-index: 9999999999 !important;
}

.alert-box {
  z-index: 999999999999 !important;
}

#events-page #events.v1 ul {
  min-height: 46px !important;
}

@media only screen and (max-width: 500px) {
  #staff.staffR1 div.staff-header {
    height: max-content !important;
  }

  #staff.staffR1.staff-v1 .staff-categoryStaffMember dl {
    width: max-content !important;
  }
}

#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}

#sort-controls select,
select#selectedCategory {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-radius: 0px;
  width: max-content !important;
  font-size: 13.333px !important;
  height: 19px !important;
  padding: 0 !important;
}

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

  /* video innerpage */
  #big-video {
    width: 100% !important;
  }

  .below1 #video_player {
    width: 100% !important;
    height: max-content !important;
  }

  .below1 #video_player #video_placeholder {
    width: 100% !important;
    height: 100% !important;
  }
}

/* apps/video/list.jsp */
.en-pages-inner-wrapper form #searchbox {
  height: 25px !important;
  border-radius: 0 !important;
  padding-left: 2px !important;
  box-sizing: border-box !important;
}

.button3demboss.search {
  width: max-content !important;
  padding: 0 8px !important;
  height: 25px !important;
  background: #e2e2e2 -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  line-height: 1.2em !important;
}

#sort-controls select {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-radius: 0px;
  width: max-content !important;
  font-size: 13.333px !important;
  height: 19px !important;
  padding: 0 !important;
}

@media screen and (max-width: 1000px) {
  #controls {
    box-sizing: border-box !important;
  }
}

#listing-bottom #pagination li.prev a.button3demboss.left-side {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  left: 1px;
}

#listing-bottom #pagination li.next a.button3demboss.right-side img,
#listing-bottom #pagination li.prev a.button3demboss.left-side img {
  top: -1px;
  position: relative;
}

#video-list-container .video-list-top .controls #searchbox2.has-btn.placeholder {
  border-right: 0;
}

/* inner login start */
.waWarning {
  font-family: Arial, Verdana, sans-serif;
  font: Arial, Verdana, sans-serif;
  font-size: 9.5pt;
  background-color: #fff0a8;
  color: #000000;
  padding: 5px;
  text-align: center;
  border: 1px solid #888888;
}

#passwordRow input {
  border: 1px solid #aaaabb !important;
  border-radius: 0 !important;
  font-family: Arial, Verdana, sans-serif !important;
  font-size: 9.5pt !important;
  padding: 2px !important;
}

.inner-page .en-public-login-table tr td:last-child {
  max-width: 300px !important;
}

.inner-page .sign-in-table tr td:last-child {
  max-width: 300px !important;
}

.darkBorderBottom,
thead.dark th {
  border-bottom: 1px solid #888888;
}

#usernameRow input,
#passwordRow input {
  width: 88% !important;
  position: relative;
  top: 0;
}

.inner-page #usernameRow td:first-child {
  padding: 5px;
}



.inner-page .en-public-login-table tr td:last-child {
  max-width: 330px !important;
  padding-left: 5px;
}

.inner-page .sign-in-table table tbody tr td:first-child {
  padding-right: 0 !important;
}

.inner-page .sign-in-table #signInHeaderRow td:first-child {
  padding-right: 5px !important;
}

.inner-page .sign-in-table tr td:last-child {
  max-width: 330px !important;
}

.inner-page .sign-in-table #passwordRow input {
  top: 8px;
}


.inner-page .sign-in-table input.en-gray-button-small {
  position: relative;
  top: 6px;
  right: 3px;
}

#forgotPasswordLink {
  position: relative;
  right: 5px;
  top: 0px;
}

.login-form #usernameRow td:first-child {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  padding: 5px;
  padding-right: 10px;
}

.login-form #usernameRow input {
  top: 0;
}

.login-form #usernameRow td {
  margin-top: 8px;
}

#passwordRow td:first-child {
  position: relative;
  right: 0;
  top: 0;
}

#passwordRow td:first-child {
  position: relative;
  right: 0;
  top: 0;
  padding: 5px;
}

.en-public-login-sign-table .en-gray-button-small {
  position: relative;
  right: 2px;
  top: 0;
}


.inner-page .en-public-login-table tr td:last-child tr#signInHeaderRow td:first-child {
  padding: 5px !important;
  box-sizing: border-box;
}

#usernameRow td:first-child {}

.inner-page .en-gray-button-small {
  max-width: 58.5px !important;
  padding: 2px 6px !important;
  margin: 7px 2px 5px !important;
  max-height: 21px !important;
  white-space: nowrap !important;
  background-color: rgb(240, 240, 240) !important;
}

span.en-gray-button-small:hover {
  border: 1px solid #888888 !important;
  background-color: #888888 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}


#signInHeaderRow .dark.darkBorderBottom {
  padding: 5px;
}

.inner-page .en-public-login-table>tbody>tr>td:nth-child(2) {
  padding: 0 !important;
}

@media only screen and (max-width: 500px) {
  .en-public-login-sign-table #usernameRow label {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  .inner-page .sign-in-table .table-sign-mobile tbody:first-child tr:first-child {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .inner-page .sign-in-table .table-sign-mobile #signInHeaderRow {
    display: table-row;
  }

  .inner-page .sign-in-table #usernameRow input,
  .inner-page .sign-in-table #passwordRow input {
    top: 5px;
  }

  .inner-page .en-public-login-table tr td:last-child {
    max-width: inherit !important;
    padding: 5px 0px !important;
  }

  .inner-page .en-public-login-table tr td:first-child {
    padding-right: 0 !important;
    text-align: left;
  }


  .inner-page .en-public-login-table tr td:last-child {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    margin-bottom: 5px;
    align-items: center;
  }

  .en-login-page-create-acct,
  .en-public-login-sign-table {
    padding: 0 !important;
  }

  .en-login-page-create-acct {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    box-sizing: border-box;
  }

  #usernameRow input,
  #passwordRow input {
    position: relative;
    width: 96% !important;
    box-sizing: border-box;
    top: 0;
  }



}

#create-account-btn {
  width: 121px;
  box-sizing: content-box;
  border: 2px solid #000;
  text-align: center;
  padding: 4px 6px;
  color: #000 !important;
  background: #eee;
  margin: 0 auto !important;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  -webkit-border-radius: 4px;
}

#create-account-btn:hover {
  color: #fff !important;
  background: #0b63e7;
}

div.en_profile_flex {
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 600px) {
  div.en_profile_flex .en_profile_left_div {
    width: 188px;
    margin: 0 17px 0 0;
    line-height: 28px;
    text-align: right;
  }

  div.en_profile_flex .en_profile_right_div input {
    background: none;
    border: 1px solid #e5e5e5;
    z-index: 10;
    box-shadow: inset 0px 0px 4px 1px #e5e5e5;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    font-style: italic;
    color: #666;
    font-family: Arial;
    width: 191px;
    position: relative;
  }

  #community-prompt {
    display: flex;
    justify-content: center;
  }

  #community-prompt .en_profile_left_div {
    width: 226px;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    margin: 0 17px 0 0;
    line-height: 28px;
  }

  #community-prompt .en_profile_community_div {
    padding: 0 15px 0 8px;
  }


}

.en-help-form input.waInputText {
  width: 155px !important;
}

.en-help-form a {
  outline: 0 !important;
  width: max-content !important;
}

.en-help-form a input[type='button'] {
  background: url(/apps/pics/b/continue_p18.png) no-repeat;
  width: 65px;
  height: 18px;
  border: 0;
  text-indent: -999em;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 550px) {
  .en-help-form {
    gap: 6px;
  }
}

/* inner login end */
/* lunch start */
.days-of-week,
.en-food-menu-month-table {
  border: none !important;
}

.dark.darkBorderBottom.lightBorderRight.name-of-day {
  border-right: 1px solid #888888 !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  line-height: 25px !important;
}

.days-of-week .dark {
  padding: 3px !important;
}

.week .light {
  padding: 3px !important;
  min-height: 100px;
  display: flex;
}

.en-print-days {
  margin: 0 !important;
  width: max-content !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  line-height: 25px !important;
}

.en-class-printer-opt {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: center !important;
}

.en-food-menu-week-print-wp {
  flex-direction: row-reverse !important;
  gap: 15px !important;
  font-size: clamp(14px, 1.55vw, 17px) !important;
  font-weight: 700 !important;
}

.en-food-menu-year-dt {
  font-size: clamp(14px, 1.55vw, 17px) !important;
}

@media screen and (max-width: 700px) {
  .en-print-days {
    font-size: 15px !important;
  }

  .week .light {
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    padding: 0 !important;
  }

  .name-of-day {
    box-sizing: border-box;
  }
}

/* lunch end */
@media screen and (max-width: 850px) {
  .en-pages-inner-wrapper .contactStaffMember #contactStaff #emailForm .waInputText {
    width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .en-modal-header {
    display: flex !important;
    align-items: center !important;
    font-weight: 600;
  }

  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 1.2 !important;
  }



  div#persons-page-public ul li p {
    margin-left: 0 !important;
  }

  #pageInnerText {
    border-radius: 4px !important;
  }

  .staffPageContactInfo .light.pale.lightBorderBottom {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 600px) {
  .en-bell-schedules-data-header div {
    height: 42px !important;
  }
}

@media screen and (max-width: 400px) {
  .en-modal-header-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }


}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] {
  display: flex;
  align-items: center;
}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] #searchbox2.has-btn {
  margin: 0;
}

.staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] .button3demboss.search {
  height: 25px !important;
}

@media screen and (max-width: 650px) {
  .staffPageContactInfo .video-list-top #controls3 form[name='searchForm'] #searchbox2.has-btn {
    width: 150px !important;
  }

  div#persons-page-public div#right-controls {
    float: initial !important;
  }
}

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

  div#persons-page-public ul li div.image,
  #pageContentWrapper figure.img.img-right,
  #pageContentWrapper figure.img.img-left {
    float: initial !important;
    margin: 0 auto 15px !important;
  }

  #infobar.stick span.year {
    margin-right: 10px;
  }
}

@media screen and (max-width: 800px) {
  #events-page div#infobar.stick #infobarwrap #curmonth {
    position: relative;
    top: 3px;
  }
}

#events-page #events.v1 ul li {
  align-items: flex-start !important;
}

#staff-search-comp {
  font-size: 12px;
}

#staff-search-comp #staff-search span {
  margin-right: 2px;
}

#en-cms-contact-form iframe[sandbox='allow-scripts'],
#contactStaff #emailForm iframe[sandbox='allow-scripts'] {
  min-height: 22px;
}

#STAFF_SINGLE_PAGE_WO_ASIDE.staffPageRoundPhoto .staffOverviewWrapper {
  left: 40px !important;
}

#STAFF_SINGLE_PAGE_WO_ASIDE.staffPageContactInfo #pageContentWrapper ul#staffContentContactWrapper {
  left: 37px !important;
}

@media screen and (max-width: 1200px) {
  #STAFF_SINGLE_PAGE_WO_ASIDE.staffPageRoundPhoto .staffOverviewWrapper {
    left: 0 !important;
  }

  #STAFF_SINGLE_PAGE_WO_ASIDE.staffPageContactInfo #pageContentWrapper ul#staffContentContactWrapper {
    left: 0 !important;
  }

  #staff.staffR1.staff-horizontal .staff-categoryStaffMembers {
    margin-right: 0 !important;
  }
}

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

  #LPContainer855439 tr td {
    flex-direction: column !important;
  }

  #pageAsideWrapper #pageNav {
    display: flex !important;
    justify-content: center;
  }

  #pageAsideWrapper #pageNav tbody {
    width: 100%;
  }

  #pageAsideWrapper #pageNav tbody tr {
    display: block;
    width: 100%;
  }

  #pageNav ul li a,
  #pageNav ul li b,
  #pageNav ul li strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #pageNav ul {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #staff.staffR1.staff-v4 .staff-categoryStaffMember dl {
    width: 100% !important;
    white-space: normal !important;
    max-width: clamp(210px, 23.3vw, 280px) !important;
  }

  .LPBorder855439 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 1100px) {
  #LPContainer855439 {
    width: 100% !important;
  }

  .newsContent img {
    width: 100%;
  }

  #events-page #events.v1 .event .desc {
    word-break: break-word;
  }

  #events-page #events.v1 .event .info {
    margin-top: 0;
  }


}

#mobileapp-smart-banner {
  z-index: 999999999999 !important;
}

#albumName {
  outline: 0 !important;
}

@media only screen and (max-width: 800px) {
  .en-pages-inner-wrapper {
    padding: 20px 10px;
  }

  .pageTitle {
    display: flex;
    align-items: center;
    height: max-content;
    margin: 20px 0 25px !important;
  }

  div.internalonly {
    width: 100% !important;
  }

  #pageContentWrapper table tr td.light.pale.lightBorderBottom .text-container {
    width: 100%;
  }


  .title-table table tbody tr {
    display: flex;
    flex-direction: column;
  }

  .title-table table tbody tr td {
    padding: 0 !important;
  }

  #form-wrap #description img {
    width: 100% !important;
  }

  #form-wrap #description table tr {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  #form-wrap #description table tr td {
    padding-left: 0 !important;
  }

  .educationalnetworks-embed-player {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 640/360;
  }

  #video_placeholder10084786 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 640/360;
  }
}



.en-other-maillists .mloptions.subscribe input[type='button'] {
  background: url(/apps/maillist/images/subscribe.png) no-repeat;
  width: 86px !important;
  height: 21px !important;
  padding: 0 !important;
  text-indent: -999em !important;
  border: 0 !important;
  border-radius: 4px !important;
}

form[name='linkSectionForm'] input[type='submit'] {
  width: auto;
  padding: 2px 7px;
  background: #f0f0f0;
}

form[name='linkSectionForm'] input[type='submit']:hover {
  background-color: #eeeded;
}

@media screen and (max-width: 750px) {
  body.stf-lgn-frm>div.en-pages-wrapper>div>table>tbody>tr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
  }
}

#video_page.single-video.user.below1+#video-list-container .video-list-top .controls form {
  display: flex;
}

#video_page.single-video.user.below1+#video-list-container .video-list-top .controls form .has-btn.searchbox2 {
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  #video_page.single-video.user.below1+#video-list-container .video-list-top {
    height: auto;
  }



}


@media screen and (max-width: 1400px) {
  #persons-page-public #items ul li p iframe {
    width: 100% !important;
  }
}

@media screen and (max-width: 650px) {
  #video_page.single-video.user.below1+#video-list-container .video-list-top .controls form .has-btn.searchbox2 {
    width: 150px !important;
  }

  .alert-box .alert-box-body {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.single-video #video-feature-area #big-video .top-video-info .top_title {
  word-break: break-word;
}

.single-video #video-feature-area #big-video-info #hd-link .hd-logo {
  width: 26px;
}

#more-videos-list li a.playing {
  background-color: #d0d0d0 !important;
  border-top: 1px solid #777 !important;
  border-bottom: 1px solid #777 !important;
}

.newsImages .newsImage.sub {
  width: 300px !important;
}

.en-inner-pages-links-module-linkUrl a {
  font-weight: normal !important;
  text-decoration: underline !important;
}

.en-inner-pages-links-module-linkDesc {
  margin-top: 0 !important;
}

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

  .en-inner-pages-links-module .light.pale.lightBorderBottom.en-inner-pages-links-module-link,
  .en-inner-pages-links-module .light.pale.lightBorderBottom.en-inner-pages-links-module-link .text-container {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .en-inner-pages-links-module .light.pale.lightBorderBottom.en-inner-pages-links-module-link .en-inner-pages-links-module-linkDesc h1 {
    word-break: break-word;
  }
}

@media (max-width: 600px) {

  .en-other-maillists tbody,
  .en-my-maillists tbody {
    width: 100% !important;
  }
}

a:focus,
a:active,
input:focus:not([readonly]),
input:active:not([readonly]),
select:focus,
select:active {
  outline: unset !important;
}

#albumName:focus,
#albumName:hover {
  outline: none !important;
}






