* {
  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: #3c3e40;
}

.index-wrapper {
  overflow: hidden;
}

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

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

.header-wrapper {
  width: 100%;
  background: #fff url('/pics/header_bg.jpg')no-repeat center bottom;
}

.wrapper-inside {
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
  position: relative;
  padding: 6px 0;
}

.header-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.header-logo {
  width: 90px;
  height: 112px;
  background: url('/pics/header_logo.png') no-repeat;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #000 !important;
  right: 1px;
}

.header-name-motto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  right: clamp(40px, 7vw, 80px);
}

.gradelevels {
  position: absolute !important;
  left: 154px;
  color: #4d5053 !important;
  top: 41px;
}

.header-motto {
  top: 1px;
  right: 3px;
  background: none !important;
}

.header-motto,
.gradelevels {
  color: #007096;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 35px;
  position: relative;
  text-align: center;
  background: #ffffff;
  cursor: default;
}

.header-name {
  background: url('/pics/header_name.png') no-repeat;
  width: 197px;
  height: 66px;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #0000 !important;
  top: 7px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  right: 19px;
}

.adv-logo {
  width: clamp(100px, 15.2vw, 152px);
  height: clamp(60px, 8vw, 80px);
  background: url('/pics/adv_logo.png') no-repeat center center;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #0000 !important;
  top: 4px;
}

.ndc {
  width: clamp(90px, 12.2vw, 122px);
  height: clamp(90px, 11.8vw, 118px);
  object-fit: contain;
}

.ndc2 {
  position: relative;
  right: 2px;
  width: clamp(90px, 11.8vw, 118px);
  height: clamp(90px, 11.8vw, 118px);
  object-fit: contain;
}

.header-top {
  width: 100%;
  position: relative;
  height: 40px;
  background: #4d5053;
}

.header-top-inner {
  width: 98%;
  max-width: 1006px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 40px;
}

.header-top-left {
  display: flex;
  gap: 14px;
  position: relative;
  right: 3px;
}

.fb {
  background-image: url('/pics/fb.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff !important;
  background-position: center;
  text-indent: -9999px;
}

.twitter {
  background-image: url('/pics/twitter.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  color: #fff !important;
  background-position: center;
  text-indent: -9999px;
}

.instagrm {
  background-image: url('/pics/instagrm12.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  color: #fff !important;
  background-position: center;
  text-indent: -9999px;
}

.twitter:hover,
.fb:hover,
.twitter:focus,
.fb:focus,
.instagrm:hover,
.instagrm:focus {
  transform: scale(1.3);
  transition: all 1s ease-in-out 0s;
  opacity: 0.7;
  filter: alpha(opacity=30);
}

.header-top-center {
  position: relative;
  right: 44px;
}


.en-marquee-module {
  width: clamp(300px, 49vw, 495px) !important;
  position: relative;
  height: 40px !important;
  box-sizing: border-box !important;
  font-family: 'Zilla Slab', serif;
  font-size: clamp(15px, 1.6vw, 16px) !important;
  color: #fff !important;
  background: transparent !important;
  z-index: 1;
}

.en-marquee-module .en-marquee-module-content {
  font-family: 'Zilla Slab', serif;
  font-size: clamp(15px, 1.6vw, 16px) !important;
  color: #fff !important;
  font-weight: 400 !important;
  animation-duration: 25s !important;
  top: 19px;
}

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

.en-marquee-module:after {
  content: '';
  width: 50px;
  height: 40px;
  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: #89191c !important;
  background: transparent !important;

}

.en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-top-color: #89191c !important;
  border-bottom-color: transparent !important;
  background: transparent !important;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background: #89191c !important;
  border: none !important;
  color: #fdfdfd !important;
  box-shadow: 0 4px 6px #222;
  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-tooltip-buttons button {
  background: #d8ad3a !important;
  color: #4d5053 !important;
  border: 0 !important;
  font-size: clamp(15px, 1.6vw, 16px) !important;
  cursor: pointer !important;
  font-family: 'Zilla Slab', serif;
}

.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: #4d5053 !important;
  color: #fff !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-family: 'Zilla Slab', serif;
  color: #fff !important;
  font-size: clamp(15px, 1.6vw, 16px) !important;
  margin-bottom: 10px;
}

.header-top-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.translate-header {
  background: url('/pics/translate.png') no-repeat;
  height: 28px !important;
  width: 110px;
  background-color: #595a5c;
  background-position-y: -5px;
}

a.search-wrapper {
  cursor: pointer;
  position: relative;
  margin-left: 4px;
}

a.search-wrapper img {
  height: 28px;
}

.header-enroll-now {
  padding: 6px 10px;
  background-color: #595a5c;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  bottom: 0px;
  margin-right: 2px;
  height: 28px;
  margin-left: 4px;
  padding-left: 9px;
}

.header-enroll-now:hover,
.header-enroll-now:focus {
  background-color: #1b1b1b;
  color: #fff;
}

@media only screen and (max-width: 1050px) {
  .wrapper-inside {
    padding: 6px 10px;
    box-sizing: border-box;
  }

  .header-name-motto {
    right: clamp(40px, 5vw, 80px);
  }

  .header-top-center {
    right: 0px;
  }
}

@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: 5px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
    padding-top: 0;
    padding-bottom: 8px;
    gap: 8px;
  }

  .en-marquee-module.popup-top .en-marquee-popup .en-marquee-popup-text {
    margin-top: 10px;
  }

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

  .header-top {
    width: 100%;
    display: flex;
    order: 3;
  }

  nav.en-nav>ul>li ul {
    display: block !important;
  }

  .header-logos {
    padding-left: 5px;
    gap: 10px;
  }

  .header-name-motto {
    right: 0;
    width: 100%;
  }

  .header-right {
    display: none;
  }

  .wrapper-inside {
    padding: 0;
  }

  .header-wrapper {
    background: #fff;
    z-index: 1;
    position: relative;
  }

  .header-wrapper::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 0;
    background: url(../pics/angry_cat.png) no-repeat;
    width: 73px;
    height: 50px;
    background-size: contain;
    z-index: -1;
    background-position: bottom;
  }


  .en-public-header {
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .en-public-header::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 0;
    background: url(../pics/angry_cat.png) no-repeat;
    width: 68px;
    height: 50px;
    background-size: contain;
    z-index: -1;
    background-position: bottom;
  }

  .header-logo {
    right: 0;
  }

  .header-name {
    background: url('/pics/header_name.png') no-repeat;
    width: clamp(185px, 19.7vw, 197px);
    height: clamp(62px, 6.6vw, 66px);
    background-size: contain;
  }

  .header-motto {
    top: 0;
    right: 0;
  }

  .header-logo {
    height: 80px;
  }

  .gradelevels {
    left: 140px;
    background: none !important;
  }

  .header-top-left.social {
    right: 0;
    margin-right: 14px;
  }

  .en-marquee-module {
    width: 280px !important;
    top: 1px;
  }

  .en-marquee-module .en-marquee-module-content {
    top: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .header-top {
    height: max-content;
  }

  .header-top-inner {
    display: grid;
    height: max-content;
    justify-content: space-around;
  }

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

  .header-top-center,
  .en-marquee-module {
    width: 100% !important;
    order: -1;
  }

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

  .header-top-left {
    grid-area: 2 / 2 / 3 / 3;
    gap: 10px;
    margin-right: 0;
  }

  .en-marquee-module.popup-top .en-marquee-popup .en-marquee-popup-text {
    padding: 0 10px;
  }


}













/*header*/

.sidelink {
  position: absolute;
  top: 80px;
  left: 0;
  background: rgba(137, 25, 28, 0.9);
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 1.8px;
  height: 104px;
  padding: 20px 25px 20px 30px;
  font-size: clamp(15px, 1.7vw, 17px);
  z-index: 99;
  border: 3px solid #EEE9E9;
}

.side3 {
  top: 203px;
  width: 279px;
  height: fit-content;
  color: white;
  margin-left: 5px;
}

/*index-top*/
.index-top {
  width: 100%;
  height: 612px;
  position: relative;
  background: url('/pics/slideshow_border.jpg')repeat-x center bottom;
}

.index-top #slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 565px;
}

.index-top #carousel2123Div {
  width: 100% !important;
  height: 612px !important;
  position: relative;
  margin-left: 0 !important;
}

.index-top #carousel2123Div h2 {
  color: #fff !important;
}

.index-top #carousel2123Div-infowrap {
  width: 100% !important;
  height: 565px !important;
  position: relative;
  margin-left: 0 !important;
}

.index-top #carousel2123Div-carouselwrap {
  width: 100% !important;
  position: relative;
  margin-left: 0 !important;
}

.simple {
  overflow: hidden !important;
  border: none !important;
}

.simple .carousel-horizontal .button {
  top: 1px !important;
}

.simple div h3 span {
  bottom: 14px !important;
  color: #ffffff;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 26px !important;
  font-weight: 500;
  height: auto !important;
  left: 0;
  letter-spacing: 0px;
  min-height: 25px !important;
  padding-left: 14px !important;
  padding-top: 4px !important;
  position: relative;
  text-align: left !important;
  width: 310px;
}

.simple div h3 a {
  bottom: -2px !important;
  height: auto !important;
  min-height: 25px !important;
  position: relative;
  text-align: left !important;
}

.simple div h3 {
  background: none !important;
}

.simple .overlaycontainer {
  background: url("/pics/gradient_bg.png") repeat-x scroll left bottom;
  width: 100% !important;
}

@media only screen and (max-width: 1200px) {
  .index-top {
    height: max-content;
    padding-bottom: 10px;
  }

  .index-top #carousel2123Div {
    height: max-content !important;
  }

  .index-top #slideshow {
    height: max-content !important;
    position: relative;
  }

  .index-top #carousel2123Div-infowrap {
    height: max-content !important;
    aspect-ratio: 1400 / 565;
  }

  .index-top #carousel2123Div-carouselwrap {
    height: max-content !important;
  }

  .index-top #carousel2123Div-infooverlaycontainer {
    height: max-content !important;
  }

  html.has-spotlight-overflow #carousel2123Div-infowrap {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1000px) {
  .side3 {
    position: relative;
    top: 0;
    margin-left: 0;
  }

  .index-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .simple .carousel-horizontal ul {
    /* width: 250px !important; */
  }

  .simple .carousel-horizontal .carousellist {
    width: 220px !important;
  }


  .simple .carousel-horizontal .carousellist .clImgWrap {
    width: 50px !important;
  }

  .simple .carousel-horizontal .button {
    top: 6px !important;
  }

  .simple .carousel-horizontal .carousellist img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 40/23;
    object-fit: cover;
  }

  .simple .carousel-horizontal .button {
    z-index: 9999999999;
  }

  .sidelink {
    padding: 15px;
  }
}

/*index-top*/


/*first-row*/
.first-row {
  width: 100%;
  position: relative;
  background: #6c0b0d url("/pics/firstrow_bg.png") no-repeat scroll center top;
}

.first-row-inner {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.first-left {
  display: block;
  text-align: left;
}

.mission h2 {
  display: block;
  color: #ffffff;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 500;
  left: 0;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0;
  padding: 0 0 4px 0;
  position: relative;
  text-align: left;
}

.mission p {
  color: #ffffff;
  font-family: 'Zilla Slab', serif;
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 400;
  left: 0;
  letter-spacing: 0px;
  line-height: 1.27272727273;
  margin: 0;
  padding: 0px 0 0;
  position: relative;
  text-align: left;
}

.quick-links {
  display: flex;
  gap: 20px;
  margin-top: 18px;
}

.quick-links a {
  background: #ffffff;
  width: clamp(150px, 19.8vw, 198px);
  height: 48px;
  border: 1px solid #c3c3c3;
  color: #3c3e40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Asap', sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-links a span {
  position: relative;
  top: 1px;
}

.quick-links a:hover,
.quick-links a:focus {
  border: 1px solid #a07f28;
  background: #d8ad3a url("/pics/qlink_hover_bg.jpg") no-repeat scroll left top;
  color: #3c3e40;
  text-shadow: none;
  width: clamp(150px, 19.8vw, 198px);
  height: 48px;
  position: relative;
  letter-spacing: 0.5px;
}

.first-right {
  display: block;
  text-align: left;
  position: relative;
  right: 22px;
}

.first-right h2 {
  color: #ffffff;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 500;
  left: 1px;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.app-store,
.google-play {
  background: url("/pics/appstore_img.png") no-repeat scroll left top;
  width: clamp(152px, 16vw, 160px);
  height: clamp(47px, 4.9vw, 49px);
  position: relative;
  top: 0;
  left: 3px;
  color: #fff !important;
  margin-top: 18px;
  display: block;
  text-indent: -9999px;
  background-size: contain;
}

.google-play {
  background: url("/pics/googleplay_img.png") no-repeat scroll left top;
  margin-top: 15px;
  background-size: contain;
}

.app-store:hover,
.google-play:hover,
.app-store:focus,
.google-play:focus {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 1050px) {
  .first-row-inner {
    gap: 30px;
  }

  .first-right {
    right: 0;
  }

  .mission p br {
    display: none;
  }

  section.first-row {
    background-size: cover;
  }

  .quick-links a:hover,
  .quick-links a:focus {
    background-size: contain;
    background-position: center;
  }
}

@media only screen and (max-width: 550px) {
  .first-row-inner {
    flex-direction: column;
  }
.mission p {
    text-align: justify;
}
.mission h2 {
    padding-bottom: 8px;
    text-align: center;
}
.first-right h2 {
    text-align: center;
}
  .apps-icon {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .quick-links {
    justify-content: center;
  }

  .first-right {
    width: 100%;
  }

  .app-store,
  .google-play {
    left: 0;
  }

  .google-play {
    margin-top: 18px;
  }

}

/*first-row*/

/*second-row*/
.second-row {
  width: 100%;
  position: relative;
  background: #fff url("/pics/columnwrap_bg.jpg") no-repeat scroll center top;
  min-height: 400px;
}

.second-row-inner {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
  padding: 19px 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.second-left {
  width: 314px;
}

.second-right {
  display: block;
  width: 390px;
  position: relative;
  left: 66px;
}

.index-wrapper section h2 a {
  background: url("/pics/section_title_bg.png") no-repeat scroll left center;
  color: #fff;
  display: block;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 500;
  height: auto;
  line-height: 38px;
  margin: -4px 0 13px -1px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: auto;
  padding-left: 29px;
  letter-spacing: 0px;
}

#events h2 a {
  color: #242424;
  font-weight: 600;
  margin: 2px 0 14px 0px;
  letter-spacing: -0.6px;
}

#events #hp-events .v3 .dayInfoWrap {
  width: 53px;
  height: 57px;
  background: url('/pics/date_bg.jpg')no-repeat left top;
  padding: 0;
  border-radius: 0;
  margin-top: 2px;
  margin-left: 1px;
}

#events #hp-events .v3 span.month {
  color: #3c3e40;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  top: 38.5px;
  letter-spacing: 0.2px;
  padding-left: 27px;
  text-transform: uppercase;
}

#events #hp-events .v3 span.day {
  color: #911518;
  font-size: 24px;
  font-weight: 600;
  margin-top: -4.5px;
  padding-left: 0;
  font-family: 'Zilla Slab', serif;
  padding-left: 27px;
}

#events #hp-events .v3 ul {
  padding-left: 76px;
  padding-bottom: 0px;
}

#events #hp-events ul li.event div {
  color: #4d5053;
  font-family: 'Zilla Slab', serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 16px);
}

#events #hp-events ul li.event div a {
  color: #242424;
  font-size: clamp(16px, 1.8vw, 18px);
  text-decoration: none;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}

#events #hp-events ul li.event div a:hover,
#events #hp-events ul li.event div a:focus {
  letter-spacing: 0.6px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

#events #hp-events .hpeventlinks div a {
  background: url("/pics/show_arrow.png") no-repeat scroll right 3px;
  color: #4d5053;
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: -5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -3px;
  letter-spacing: 0.7px;
  padding-right: 12px;
}

#events #hp-events .hpeventlinks div a[target] {
  margin-top: 10px;
}

#events #hp-events .hpeventlinks div a:hover,
#events #hp-events .hpeventlinks div a:focus {
  letter-spacing: 0.9px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

#events .location span:first-child {
  display: none;
}

h2.standard-header a {
  color: #242424 !important;
  font-weight: 600 !important;
  margin: 2px 0 14px 0px !important;
  letter-spacing: -0.6px !important;
}

p#publicnotice {
  margin-bottom: 13px;
}

.per-public {
  margin-top: 13px;
}

/* div#events {
  max-height: 400px;
  overflow: auto;
} */

@media only screen and (max-width: 1000px) {
  .second-row-inner {
    justify-content: space-between;
  }

  .second-right {
    left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .second-row {
    background-size: contain;
  }

  .second-row-inner {
    flex-direction: column;
    gap: 20px;
  }

  .second-left,
  .second-right {
    width: 100%;
  }


}

/*second-row*/

/*third-row*/
.third-row {
  width: 100%;
  position: relative;
  background: #6c0b0d;
}

.third-row-inner {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
  padding: 23px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.index-wrapper section.links {
  width: 280px;
  position: relative;
  z-index: 2;
}

.index-wrapper section.links::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 265px;
  background: url("../pics/links-after.png") no-repeat;
  width: 85px;
  height: 100px;
  z-index: -1;
}

.third-right {
  position: relative;
  right: 1px;
}

.index-wrapper section.links .container {
  background: #fff;
  border-top: 3px solid #242424;
  padding: 10px 0 13px;
}

.index-wrapper table.HPLinks a {
  color: #4d5053;
  font-size: clamp(16px, 1.8vw, 18px);
  text-decoration: none;
  font-weight: 500;
  font-family: 'Zilla Slab', serif;
}

.index-wrapper table.HPLinks a:hover,
.index-wrapper table.HPLinks a:focus {
  letter-spacing: 0.8px;
}

.index-wrapper table #r {
  /*border-bottom:1px solid #d0dde3;*/
  background: url("/pics/news_divider.png") no-repeat scroll left bottom;
  padding: 4px 0;
}

.index-wrapper table tr:nth-last-child(2) #r,
.index-wrapper table tr:nth-last-child(1) #r {
  background: none repeat scroll 0 0 !important;
  /* border-bottom:none;*/
}

table.HPLinks #r {
  padding-left: 13px !important;
  padding-top: 8.5px !important;
}

table.HPLinks #r {
  background: none !important;
}

table.HPLinks #l {
  padding-left: 20px;
  padding-right: 0;
  padding-top: 11px;
}

.HPLinks #showAll-hplinks #l {
  background: none;
}

.HPLinks tr#showAll-hplinks:hover #l,
.HPLinks tr#showAll-hplinks:focus #l {
  background: none;
}

table.HPLinks #r b a {
  background: url("/pics/show_arrow.png") no-repeat scroll right center;
  color: #4d5053;
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: -25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 1px;
  padding-right: 12px;
}

table.HPLinks #r b a:hover,
table.HPLinks #r b a:focus {
  letter-spacing: 1.2px
}

/* Links */

/* Featured Video */
.HPVideo {
  margin-bottom: 0px;
  position: relative;
}

.HPVideo h2 a {
  background: url("/pics/section_title_bg.png") no-repeat scroll left center;
  color: #fff;
  display: block;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 500;
  height: auto;
  line-height: 38px;
  margin: -4px 0 13px -1px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: auto;
  padding-left: 29px;
  letter-spacing: 0px;
}

.HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  padding: 0;
  background: none;
  border-top: 3px solid #242424;
}

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

.HPVideo p a {
  text-align: center;
  text-decoration: none;
  font-size: clamp(16px, 1.7vw, 17px);
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  height: auto;
  display: block;
  line-height: 20px;
  padding: 11px 5px;
}

/* Featured Video */

/*Social Toggle Button*/
#fb-twit-section {
  width: 320px;
  height: auto;
  float: left;
  position: relative;
}

#buttons {
  width: 150px;
  position: relative;
  height: 46px;
  background: #e1e4e6;
  padding-top: 0px;
  margin-left: 0px;
  top: 0;
  z-index: 200;
  /*background:none;*/
}

#buttons ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0 0;
}

#buttons li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50px;
  height: 45px;
  display: inline;
  float: left;
}

#buttons a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 26px;
  height: 38px;
  line-height: 30px;
  text-align: center;
  outline: none !important;
  text-indent: -9999px;
  color: #000 !important;
}

#b-1 a {
  background: url('/pics/fb2.png') no-repeat center 4.5px;
  height: 45px;
  width: 50px;
  -webkit-box-shadow: inset -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}

#b-2 a {
  background: url('/pics/twit2.png') no-repeat center 9px;
  width: 50px;
  height: 45px;
  -webkit-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  display: block;
  color: #fff;
}

#b-3 a {
  background: url('/pics/instag2.png') no-repeat center 9px;
  width: 50px;
  height: 45px;
  -webkit-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  display: block;
  color: #fff;
}

a#tab_1 {}

a#tab_2 {}

a#tab_3 {}

#tab_content_2 {
  display: none;
  background: #fff;
}

#tab_content_3 {
  display: none;
  background: #fff;
}

#b-1 .active,
#b-1 a:hover,
#b-1 a:focus {
  background: url('/pics/fb2.png') no-repeat center -65px, url('/pics/hover_bg3.png') no-repeat center top;
  -pie-background: url('/pics/fb2.png') no-repeat center -66px, url('/pics/hover_bg3.png') no-repeat center top;
  behavior: url('/shared/pie.htc');
  width: 50px;
  height: 54px;
  box-shadow: none;
  top: 1px;
}

#b-2 .active,
#b-2 a:hover,
#b-2 a:focus {
  background: url('/pics/twit2.png') no-repeat center -70px, url('/pics/hover_bg3.png') no-repeat center top;
  -pie-background: url('/pics/twit2.png') no-repeat center -66px, url('/pics/hover_bg3.png') no-repeat center top;
  behavior: url('/shared/pie.htc');
  width: 50px;
  height: 54px;
  box-shadow: none;
}

#b-3 .active,
#b-3 a:hover,
#b-3 a:focus {
  background: url('/pics/instag2.png') no-repeat center -70px, url('/pics/hover_bg3.png') no-repeat center top;
  -pie-background: url('/pics/instag2.png') no-repeat center -66px, url('/pics/hover_bg3.png') no-repeat center top;
  behavior: url('/shared/pie.htc');
  width: 50px;
  height: 54px;
  box-shadow: none;
}

@media only screen and (max-width: 1030px) {
  .third-row-inner {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding-bottom: 60px;
  }

  .third-center {
    order: -1;
  }

  .third-right {
    right: 0;
    order: -1;
  }

  .index-wrapper section.links::after {
    display: none;
  }

}

@media only screen and (max-width: 800px) {
  .index-wrapper section.links::after {
    right: 302px;
  }

  .third-center div#video_player1,
  .third-center #video_placeholder1 {
    width: 320px !important;
  }

  .index-wrapper section.links {
    width: 320px;
  }


}

/*third-row*/

/*footer*/
.footer {
  width: 100%;
  position: relative;
  background-color: #4d5053;
  display: grid;
  grid-template-rows: 139px 41px;
}

.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../pics/footer-border.png") repeat-x center;
  width: 100%;
  height: 4px;
}

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

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

.footer-logos {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 17px;
  top: 16px;
  right: 2px;
}

.footer-logo {
  width: clamp(90px, 11.4vw, 114px);
  height: clamp(90px, 11.4vw, 114px);
  background: url('/pics/footer_logo.png') no-repeat center center;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  color: #fff !important;
}

.footer-name {
  width: clamp(245px, 27vw, 271px);
  height: clamp(33px, 3.6vw, 36px);
  background: url('/pics/footer_name.png') no-repeat center center;
  color: #fff !important;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
  top: 13px;
}

.footer-address {
  display: flex;
  position: absolute;
  align-items: center;
  height: max-content;
  text-align: left;
  left: clamp(100px, 12.8vw, 128px);
  top: 73px;
  gap: 20px;
}

.address {
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Zilla Slab', serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  padding-left: 2px;
  position: relative;
  text-align: left;
  width: auto;
  text-decoration: none;
}

.fax-span {
  position: relative;
  left: 20px;
}

.hoursop {
  position: relative;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Zilla Slab', serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  left: 4.5px;
}

.imagine-logo {
  width: 88px;
  height: 110px;
  background: url('/pics/imagine_logo.png') no-repeat center center;
  position: relative;
  color: #ffffff !important;
  text-indent: -9999px;
  top: 12px;
  left: 83px;
}

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

.edunet {
  display: block;
  width: 184px;
  height: 21px;
  background: url('/pics/edu_logo.png') no-repeat;
  position: relative;
  margin: 0 auto;
  color: #ffffff !important;
  text-indent: -9999px;
  top: 9px;
  left: 1px;
}


@media only screen and (max-width: 1210px) {
  .imagine-logo {
    left: 0;
  }
}


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

  .footer-top-inner {
    display: grid;
    padding: 20px 0;
    gap: 10px;
    max-width: 500px;
  }

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

  a.footer-name {
    top: 0;
  }

  .footer-logos {
    grid-area: 1 / 1 / 2 / 3;
    align-items: center;
    top: 0;
    right: 0;
  }

  .footer-address {
    display: grid;
    position: relative;
    left: 0;
    top: 0;
    grid-area: 2 / 1 / 3 / 2;

  }

  .address-left {
    grid-area: 1 / 1 / 2 / 2;
  }

  .address-right {
    grid-area: 1 / 2 / 2 / 3;
  }

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

  .imagine-logo {
    top: 0;
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media only screen and (max-width: 500px) {
  .footer-address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-top-inner {
    max-width: 100%;
    place-items: center;
    justify-content: center;
    gap: 0;
  }

  .footer-logos {
    margin-bottom: 20px;
    gap: 10px;
  }

  .imagine-logo {
    align-self: baseline;
  }
}

html.has-spotlight-overflow body {
  overflow-x: unset !important;
}

/*footer*/

/*inner-pages*/

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

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

.inner-page nav.en-nav>ul {
  background: #9c2c2f url("/pics/navbar.png") repeat-x scroll 0 0;
}

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

.en-pages-inner-wrapper,
.en-pages-inner-wrapper .neutral,
.en-pages-inner-wrapper table {
  font-family: 'Zilla Slab', serif;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 17px);
  color: #4d5053;
  line-height: 23px;
}

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

.pageTitle {
  background: url("/pics/section_title_bg.png") no-repeat scroll left center;
  color: #242424;
  display: block;
  font-family: 'Asap Condensed', sans-serif;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 700;
  height: auto;
  letter-spacing: -0.6px;
  line-height: 38px;
  margin-bottom: 16px;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
  width: auto;
}

.en-pages-inner-wrapper a:hover {}


.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #89191c !important;
}

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

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

.dark {
  background-color: #9c2c2f !important;
  color: #fff !important;
  font-family: 'Zilla Slab', serif !important;
  font-size: clamp(16px, 1.7vw, 17px) !important;
}

.light {
  background-color: #fdfafa !important;
  font-family: 'Zilla Slab', serif !important;
  font-weight: 400 !important;
  font-size: clamp(16px, 1.7vw, 17px) !important;
  color: #4d5053 !important;
}

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


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

#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: #d8ad3a url('/pics/pagenav.png')no-repeat scroll center right;
  margin-left: 20px;
}

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

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

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

#pageNav td img {
  display: none;
}

#pageNav ul li a,
#pageNav ul li strong {
  color: #111111;
  display: block;
  font-family: 'Zilla Slab', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  min-height: 20px;
  padding: 7px 30px 7px 18px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 0;
}

#pageNav ul li strong,
#pageNav ul li a:hover,
#pageNav ul li a:focus {
  background: #4d5053;
  color: #fff;
}

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


.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;
}

.darkBorderBottom {
  padding: 4px;
}

.dark.darkBorderTop {
  padding: 3px;
}

tbody.light td {
  padding: 3px;
}

.lightBorderBottom {
  padding: 4px;
}

tfoot.neutral td {
  padding: 3px;
}

.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;
}

.en-pages-inner-wrapper img.sub {
  margin-left: 20px;
  border: 0;
}

.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;
}

.inner-page #signInHeaderRow td {
  font-size: 16px !important;
}

@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;
  }

}

#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) {
  #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;
}

@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;
  }
}

/* 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) {
  #pageContentWrapper img {
    max-width: 100% !important;
    object-fit: cover;
    object-position: unset !important;
  }

  #pageContentWrapper .img {
    align-items: center;
    display: flex;
  }


  .en-pages-inner-wrapper #pageContentWrapper div iframe {
    width: 100% !important;
  }

  .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) {
  .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) {
  .en-pages-inner-wrapper #events-page #events.v1 ul li {
    margin-bottom: 30px;
  }
}

#events-page #events.v1 .event .time {
  white-space: nowrap;
}

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

  #postWrapper {
    flex-direction: row !important;
  }
}

.newsContent {
  width: 100%;
}


div.bell-schedule {
  width: 70% !important;
  margin: 0 auto 57px auto !important;
  border-collapse: collapse !important;
  max-width: inherit;
}

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

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

.bell-schedule div.dark.bell-title {
  padding: 6.4px 8px 4px !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;
}

.en-bell-schedules-data-header {
  font-size: clamp(14px, 1.45454545455vw, 16px) !important;
}


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

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

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

  #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;
  }
}

.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: 16px;
  }

  #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) {

  #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: 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;
  }

  #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table tr td,
  #staff .staff-categoryStaffMembers {
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }

  #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: 5px;
}

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



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

.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;
  padding-bottom: 7px;
  padding-left: 15px;
}

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


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

#forgotPasswordLink {
  position: relative;
  right: 4px;
  top: 10px;
}

.login-form #usernameRow td:first-child {
  position: relative;
  right: 0;
  top: 2px;
  left: 4px;
  padding-right: 14px;
  padding-top: 2.5px;
  padding-bottom: 8px;
  padding-left: 0;
}

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

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

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

#passwordRow input {
  width: 88% !important;
  position: relative;
  left: 0px;
  top: 7px;
}

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


.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 {
  left: 5px;
  position: relative;
  top: 1px;
}

.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;
  }


  .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;
  }

  .inner-page #usernameRow td:first-child {
    text-align: left;
    padding-left: 0;
    left: 14px;
  }

  .inner-page #passwordRow td:first-child {
    padding: 5px;
    text-align: left;
    left: 10px;
  }

}

#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;
  }

  #pageWrapperTable tr td,
  #staff .staff-categoryStaffMembers {
    justify-content: center !important;
    padding: 0 !important;
  }

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

  #pageInnerText {
    border-radius: 5px !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;
  }

  #pageNav ul li b,
  #pageNav ul li a,
  #pageNav ul li strong {
    font-size: clamp(13px, 2.5vw, 21px) !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;
  }
}

@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;
}

.staffPageContactInfo #myModal table#pageNav #section_nav {
  font-size: clamp(14px, 1.55vw, 17px) !important;
}

@media screen and (max-width: 700px) {
  #pageNav {
    background-size: contain;
  }

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

  #pageNav ul li a,
  #pageNav ul li b,
  #pageNav ul li strong {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  #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;
  }

}

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

  .pageTitle {
    margin: 10px 0;
  }

  .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) {
  #pageContentWrapper table tr td.light.pale.lightBorderBottom .text-container {
    width: 100%;
  }

  .inner-page .en-public-header-school-logo.mobile-header,
  .en-header-school-logo {
    border-bottom: 2px solid #9c2c2f;
  }

  .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: 575px) {
  .en-pages-inner-wrapper img.sub {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}

@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;
}

.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;
}
