@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --en-website-width: 1200px;
}

/* General */
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.DB_mask {
  z-index: 9999999999 !important;
}
.DB_dialog {
  z-index: 99999999999 !important;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/* imdex */
#index-top {
  position: relative;
}
#slideshow {
	background: url(/pics/footer_top_bg.jpg) repeat-y center top, linear-gradient( to left, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100% );
}
#slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
  max-height: 68vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#wrapper-index {
  overflow: hidden;
}

/* Font styles */
@font-face {
  font-family: "MosquitoFormal";
  src: url("/shared/fonts/MosquitoFormal.otf");
  src: url("/shared/fonts/MosquitoFormal.eot?#iefix")
      format("embedded-opentype"),
    url("/shared/fonts/MosquitoFormal.woff2") format("woff2"),
    url("/shared/fonts/MosquitoFormal.woff") format("woff"),
    url("/shared/fonts/MosquitoFormal.ttf") format("truetype"),
    url("/shared/fonts/MosquitoFormal.svg#svgFontName") format("svg");
}

/*-----------index rows----------*/

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  height: auto;
}
.rows {
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 1250px) {
  .rows-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Sidelinks */
.en-sidelinks-module {
position: absolute;
  gap: 4px;
  top: 308px;
  transform: none;
  z-index: 5;
  right: 20px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}
body.body-has-hover .en-sidelinks-module {
  z-index: 4;
}
#index-top .en-sidelinks-module a {
  width: 200px;
  background: #fff;
  min-height: 60px;
  color: #004026;
  font-size: 17px;
  line-height: 19px;
  font-family: "MosquitoFormal";
  font-weight: normal;
  z-index: 1;
  padding: 12px 45px 10px 26px;
  position: relative;
  margin: 0;
  letter-spacing: 0.4px;
  box-sizing: border-box;
  text-transform: unset;
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 5.2% 50%, 0% 0%);
}
#index-top .en-sidelinks-module a:is(:hover, :focus) {
  transform: none;
  width: 200px;
  color: #000;
  padding-inline: 55px 15px;
}
#index-top .en-sidelinks-module a::before {
  content: none;
}

#index-top .en-sidelinks-module a::after {
  content: "";
  position: absolute;
  background: url(/pics/sidelink_icon.png) repeat-y right -1px top;
  width: 37px;
  height: 100%;
  left: auto;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: none;
  z-index: -1;
  transition: 0.4s all ease;
}
#index-top .en-sidelinks-module a:is(:hover, :focus)::after {
  background: url(/pics/sidelink_icon_hover.png) repeat-y left top #ffcf40;
  left: 0;
  right: auto;
  width: 100%;
}
@media only screen and (max-height: 800px) {
  .en-sidelinks-module {
	position: absolute;
/*top: 57%;
transform: translateY(-50%);*/
  }
}

@media only screen and (max-width: 991px) {
  .en-sidelinks-module {
    display: flex;
    align-items: center;
    padding: 50px 10px 18px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    transform: none;
    position: relative;
    gap: 30px 10px;
    margin: 0;
    z-index: 0;
    right: 0;
  }
  #index-top .en-sidelinks-module a {
    max-height: unset;
    width: 200px;
  }
  #index-top .en-sidelinks-module a:is(:hover, :focus) {
    width: 200px;
  }
}

@media only screen and (max-width: 440px) {
  #index-top .en-sidelinks-module a,
  #index-top .en-sidelinks-module a:is(:hover, :focus) {
    width: clamp(165px, 44vw, 200px);
  }
  #index-top .en-sidelinks-module a {
    font-size: clamp(15px, 2.5vw, 17px);
    padding: 12px 35px 10px 19px;
    clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 7% 50%, 0% 0%);
  }
  #index-top .en-sidelinks-module a:is(:hover, :focus) {
    padding-inline: 44px 10px;
  }
}

@media only screen and (max-width: 359px) {
  #index-top .en-sidelinks-module a,
  #index-top .en-sidelinks-module a:is(:hover, :focus) {
    width: clamp(145px, 44vw, 200px);
  }
  #index-top .en-sidelinks-module a {
    font-size: clamp(12.5px, 2.5vw, 17px);
    padding: 12px 35px 10px 15px;
  }
  #index-top .en-sidelinks-module a:is(:hover, :focus) {
    padding-inline: 44px 8px;
  }
}

/*-----------index-marquee----------*/
#first-row-top {
  position: relative;
}
.en-marquee-module {
  max-height: 68px;
  height: 68px;
  z-index: 2;
  position: relative;
  background: #fff;
  max-width: 1120px;
}
#wrapper-index .en-marquee-module p {
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 600;
  letter-spacing: 1.3px;
  margin: -1px 0 0;
  line-height: 24px;
}
.en-marquee-module::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #fff 0%,
    transparent 5%,
    transparent 95%,
    #fff 100%
  );
  transform: translateY(-50%);
}
#first-row-top .en-marquee-popup-text {
  color: #fff;
}
#first-row-top .en-marquee-module .en-marquee-tooltip-buttons button {
  background: #fff;
  color: #004026;
  font-family: "Open Sans", sans-serif;
}
#first-row-top
  .en-marquee-module
  .en-marquee-tooltip-buttons
  button[aria-pressed="true"] {
  background-color: #fec538 !important;
  color: #000 !important;
}
#first-row-top
  .en-marquee-module
  .en-marquee-tooltip-buttons
  button:is(:hover, :focus) {
  background: #fec538;
  color: #000;
}
.en-marquee-popup-text {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.en-marquee-tooltip-buttons button {
  font-family: "Lexend", sans-serif;
}
.en-marquee-tooltip-buttons {
  margin: 10px 0 0;
}
.en-marquee-popup-wrapper {
  z-index: 2;
}
#wrapper-index
  .en-marquee-module
  .en-marquee-popup-wrapper
  .en-marquee-popup-icon {
  border-bottom-color: #000;
  border-top-color: transparent;
}
#wrapper-index .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background-color: #000;
  border-color: #000;
}

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

.en-marquee-module .en-marquee-tooltip-buttons button:hover {
  background: #0b0080;
  color: #fff;
}

.en-marquee-module .en-marquee-popup-wrapper {
  transform: translateX(-50%) !important;
  flex-direction: column !important;
  margin: -20px 0 0;
}
.en-marquee-module .en-marquee-module-content {
  color: #fff;
}
@media only screen and (max-width: 1210px) {
  .en-marquee-module {
    width: 90%;
  }
}

/*-----------index-marquee-end----------*/

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Tip-line */
.tip-line {
    display: flex;
    padding: 1em;
    justify-content: center;
    background: rgb(247, 247, 247);
    gap: 5em;
}
.tip-line span {
  font-family: "Open Sans", sans-serif;
  color: #004026;
  font-weight: 800;
  margin: 0;
  max-width: 200px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0;
  text-decoration: none;
  margin-right: 1em;
  font-size: 18px;
}
.tip-line a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .tip-line > div {
      display: flex;
      flex-direction: column;
      align-items: center;
	}
  .tip-line span{
    text-align: center;
    margin: 0;
	display: block;
  }
}
@media only screen and (max-width: 450px){
	.tip-line{
		flex-direction: column;
		gap: 1em;
	}
}


/* tabs */
.tabcontent.active {
  display: block;
  position: relative;
  opacity: 1;
  z-index: auto;
  animation: fade-in 1s forwards ease;
}
.tabcontent {
  position: absolute;
  opacity: 0;
  z-index: -1;
  min-height: 300px;
}
#tabs_hp button {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(19px, 2.5vw, 24px);
    line-height: clamp(20px, 2.5vw, 24px);
    color: #595959;
    font-weight: 800;
    text-align: center;
    padding: 0 10px 20px 14px;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    border: 0;
    transition: 0.35s all ease-in-out;
    text-transform: uppercase;
    width: fit-content;
    background: #595959;
    color: #fff;
    padding: .75em 1em;
	opacity: 0.7;
}
#tabs_hp > div {
/*width: 50%;*/
  position: relative;
  text-align: center;
}
#tabs_hp > div::before {
    content: "";
    position: absolute;
    background: #ffcf40;
    width: 3px;
    height: 12px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#tabs_hp > div:last-child::after {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 3px;
  height: 12px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#tabs_hp {
  width: 100%;
  margin: -24.5px auto 20px;
  position: relative;
  left: 0;
  max-width: 1120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabs_hp::after {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 0;
}
#tabs_hp .tablinks.active, #tabs_hp .tablinks:hover, #tabs_hp .tablinks:focus {
    color: #fff;
    z-index: 1;
    background: #004026;
	opacity: 1;
}
#tabs_hp button::before {
  content: "";
  position: absolute;
  background: #004026;
  width: 15px;
  height: 15px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  bottom: -6px;
  transition: 0.6s all ease;
  box-sizing: border-box;
  border: 3px solid #f7f7f7;
  border-radius: 50px;
  opacity: 0;
}
#tabs_hp > div:last-child .tablinks {
/*padding: 0 10px 20px 12px;*/
}
#tabs_hp > div:last-child::before {
  left: -1px;
}
#tabs_hp .tablinks.active::before,
#tabs_hp button:hover::before {
  opacity: 1;
}

@media only screen and (max-width: 1240px) {
  #tabs_hp {
    max-width: 950px;
  }
}

@media only screen and (max-width: 1000px) {
  #tabs_hp {
    max-width: 670px;
  }
}

@media only screen and (max-width: 760px) {
  #tabs_hp {
    max-width: 410px;
  }
}

@media only screen and (max-width: 530px) {
  #tabs_hp {
    max-width: 100%;
  }
}

/* tabs end*/

/*------------second-row---------*/
#second-row-inner {
  z-index: 1;
  padding: 12px 0 101px;
}
#second-row-inner::after {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 900px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
#second-row-inner h2 a span {
  font-weight: 800;
  position: relative;
}
#second-row-inner h2 a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(31px, 6vw, 40px);
  line-height: 40px;
  color: #004026;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
#second-row-inner h2 {
  text-align: center;
  margin: 0;
  left: -0.5px;
  position: relative;
  top: -47.5px;
}
#second-row {
  margin: 99px 0 0;
}
/* events */
#hp-events::before {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 93.35%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -33.5px;
}
#hp-events::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
}
#hp-events {
  position: relative;
  max-width: 1200px;
  width: fit-content;
  min-height: 300px;
  margin: 10px auto 0;
  left: 0;
  z-index: 1;
  min-width: 240px;
  background: #fff;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
}
#hp-events .en-events-slider {
  --min-card-gap: 0;
  --card-width: 240px;
  --card-height: auto;
  color: #000;
}
#events_title a {
  font-family: "Epilogue";
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: clamp(38px, 3.7vw, 42px);
  color: #1f2459;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 0;
  position: relative;
  text-decoration: none;
  display: inline-grid;
}
#events_title {
  position: relative;
  text-align: center;
  margin: 0 0 31px -0.5px;
  padding: 0;
  max-width: 1200px;
}
#hp-events .en-card-slider-inner-container {
  min-height: 300px;
}
#hp-events .en-events-slider-day {
  background: #fff;
  border: none;
  position: relative;
  height: auto;
  padding: 0 47px 30px;
  margin: 0;
  min-height: 300px;
  box-sizing: border-box;
  grid-template-rows: 150px auto;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
#hp-events .en-events-slider-date-month {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 31.5px 0 0;
  padding: 0;
  font-weight: 700;
  position: relative;
  left: 1.5px;
}
#hp-events .en-events-slider-date-day {
  font-family: "MosquitoFormal";
  font-size: clamp(55px, 10vw, 72px);
  line-height: clamp(55px, 10vw, 72px);
  color: #004026;
  font-weight: normal;
  margin: 15px 0 0;
  padding: 0;
  letter-spacing: 0px;
  position: relative;
  left: 0.5px;
}
#hp-events .en-events-slider-date {
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  gap: 0;
  max-width: 100%;
}
#hp-events .en-events-slider-date::after {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 8px;
  height: 8px;
  left: 3.5px;
  right: 0;
  margin: 0 auto;
  bottom: 2px;
  border-radius: 50px;
}
#hp-events .en-event-slider-li-title a {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: clamp(17px, 2.5vw, 18px);
  line-height: 25px;
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0.45px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: 0.25s all ease;
}
#hp-events .en-event-slider-li-title a:is(:hover, :focus) {
  color: #946f00;
  text-decoration: underline;
}
#hp-events .en-events-slider-detail {
  padding: 0;
  margin: 4px auto 0;
  overflow: unset;
  width: 100%;
  left: 0.5px;
  position: relative;
}
#hp-events .en-events-slider-detail-li {
  align-items: center;
  position: relative;
  margin: 0 0 15px;
  padding: 0;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li:last-child {
  margin: 0;
}
#hp-events .en-event-slider-li-title {
  margin: 7px 0 0;
  text-align: center;
}
#hp-events .en-event-slider-li-time span,
#hp-events .en-event-slider-li-location {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(15px, 2vw, 16px);
  line-height: 25px;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.15px;
  font-weight: 500;
}
#hp-events .en-event-slider-li-time,
#hp-events .en-event-slider-li-location {
  margin: 0;
}
#hp-events .en-event-slider-li-time {
  margin: 7px 0 0;
}
#hp-events .en-events-show-all-calendar a {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2px;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  padding: 0 3px 0 5px;
  color: #000;
  margin: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-grid;
  align-items: center;
  box-sizing: border-box;
}
#hp-events .en-events-show-all-calendar a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ffcf40;
  left: 0;
  bottom: 0;
  transition: 0.4s all ease;
  z-index: -1;
  box-sizing: border-box;
}
#hp-events .en-events-show-all-calendar a:is(:hover, :focus)::before {
  height: 100%;
}
#hp-events .en-events-show-all-calendar a:is(:hover, :focus) {
  color: #000;
}
.en-event-slider-li-time {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

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

#hp-events .en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 27px;
  height: 41px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 0;
  background-position: -3px -3px;
}
#hp-events .en-events-prev {
  padding: 0;
  text-indent: -9999px;
  width: 27px;
  height: 41px;
  background: url("/pics/leftArrow.png");
  left: 3px;
  background-position: -3px -3px;
}

#hp-events .en-events-next:is(:hover) {
  background-position: -163px -3px;
}
#hp-events .en-events-prev:is(:hover) {
  background-position: -166px -3px;
}

#hp-events .en-events-next:focus {
  background-position: -79px 0;
  right: -6px;
  top: -3px;
}

#hp-events .en-events-prev:focus {
  background-position: -79px 0;
  left: -4px;
  top: -3px;
}

#hp-events .en-events-prev:focus,
#hp-events .en-events-next:focus {
  width: 40px;
  height: 48px;
  background-repeat: no-repeat;
}
#hp-events .en-events-slider-footer {
  width: 930px;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  right: 0;
  bottom: -30.5px;
}
#hp-events .en-events-slider-buttons {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#hp-events button {
  position: absolute;
  cursor: pointer;
  border: 0;
  color: #000;
}
#hp-events .en-events-show-all-calendar {
  gap: 20px;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  top: 9.5px;
}
#hp-events .en-events-section-title {
  display: none;
}
#hp-events .events-thumbnail img {
  object-fit: contain;
  width: 100%;
}
#hp-events .events-thumbnail {
  margin: 15px 0 0;
}
#hp-events .events-thumbnail a {
  display: inline-grid;
}

@media only screen and (max-width: 1240px) {
  #hp-events {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1000px) {
  #hp-events {
    max-width: 720px;
  }
  #second-row-inner::after {
    width: 600px;
  }
  #hp-events .en-events-slider-footer {
    width: 630px;
  }
}

@media only screen and (max-width: 760px) {
  #hp-events {
    max-width: 480px;
  }
  #second-row-inner::after {
    width: 350px;
  }
  #hp-events .en-events-slider-footer {
    width: 380px;
  }
}

@media only screen and (max-width: 530px) {
  #hp-events {
    max-width: 270px;
  }
  #hp-events .en-events-slider {
    --card-width: 270px;
  }
  #second-row-inner::after {
    width: 180px;
  }
  #hp-events .en-events-slider-footer {
    width: 270px;
  }
  #hp-events::after {
    background: none;
  }
  #hp-events .en-events-slider-day {
    box-shadow: none;
  }
  #hp-events .en-events-slider-day {
    padding: 0 20px 30px;
  }
  #hp-events .en-events-slider-buttons {
    top: -10px;
  }
  #hp-events .en-events-show-all-calendar {
    top: 45px;
  }
  #second-row-inner {
    padding: 12px 0 135px;
  }
}

@media only screen and (max-width: 353px) {
  #second-row-inner h2 a {
    font-size: clamp(29px, 6vw, 40px);
  }
}

/*---------second-row-end--------*/

/*---------Third-row--------*/
#third-row-inner {
  z-index: 1;
  padding: 0 0 43px;
}
#third-row {
  margin: 120px 0 0;
}
#third-row-inner::after {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 900px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.news-main-title::after {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 93.35%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
/*---------news---------*/
#news_main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1180px;
  left: 20px;
  position: relative;
}
#news_main {
  position: relative;
}
.news-main-title a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(31px, 6vw, 40px);
  line-height: 40px;
  color: #004026;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  top: -37px;
  left: -1px;
}
.news-main-title a span {
  font-weight: 800;
  position: relative;
}
#news_main .homepage-news h2 {
  display: none;
}
.news-main-title {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}
#news_main .news-wrap .news-title {
  margin: 0 0 15.5px;
  padding: 0;
}
#news_main ul li {
  display: grid;
  grid-template-columns: 210px auto;
  align-items: flex-start;
  gap: 20px 18px;
  position: relative;
  max-width: 560px;
  background: #fff;
  margin: 0 0 39px;
  transition: 0.4s all ease;
  min-height: 250px;
  box-sizing: border-box;
  width: 100%;
}
#news_main ul li::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #ededed;
  transition: 0.4s all ease;
  top: 0;
}
#news_main ul li:is(:hover, :focus) {
  background: url(/pics/news_hover.png) repeat-y left top #315942;
}
#news_main ul li:is(:hover, :focus):before {
  border-color: #fff;
}
#news_main ul li .news-link::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 2px solid transparent;
}
#news_main ul li .news-link::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 1;
}
#news_main ul li:is(:hover, :focus) .news-link:before {
  border-color: #ececec;
}
#news_main ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #004026;
}
#news_main .news-link {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(17px, 1.54vw, 21px);
  line-height: 27px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s all ease;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_main ul li .news-wrap {
  padding: 40.5px 60px 40px 0;
}
#news_main .news-link:focus {
  outline: unset !important;
}
#news_main .news-link:is(:focus)::before {
  outline: 2px dotted #3091ff;
}
#news_main .news-text {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 1.54vw, 17px);
  line-height: 25px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.17px;
  margin: 0 0 0 0.5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#news_main ul li .news-thumb a {
  display: inline-block;
}
#news_main ul li .news-thumb::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  box-sizing: border-box;
  border: 1px solid rgba(2, 2, 1, 0.1);
}
#news_main ul li .news-thumb,
#news_main ul li .news-thumb a {
  max-height: 210px;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
}
#news_main ul li .news-thumb {
  left: -20px;
  margin: 20px 0;
}
#news_main .news-showAll a {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2px;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  padding: 0 3px 0 5px;
  color: #000;
  margin: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
}
#news_main .news-showAll a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ffcf40;
  left: 0;
  bottom: 0;
  transition: 0.4s all ease;
  z-index: -1;
  box-sizing: border-box;
}
#news_main .news-showAll a:is(:hover, :focus)::before {
  height: 100%;
}
#news_main .news-showAll a::after {
  content: "News";
}
#news_main ul li:is(:hover, :focus) a,
#news_main ul li:is(:hover, :focus) .news-text {
  color: #fff;
}
#news_main .news-showAll {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1240px) {
  #news_main ul {
    gap: 0 35px;
    left: 10px;
    justify-content: space-around;
  }
  #news_main ul li {
    max-width: clamp(455px, 45vw, 560px);
  }
  #third-row-inner::after {
    width: 75%;
  }
}

@media only screen and (min-width: 750px) and (max-width: 990px) {
  #news_main ul li {
    max-width: clamp(335px, 45vw, 560px);
    grid-template-columns: 43% auto;
    gap: 20px 0;
  }
  #news_main ul li .news-wrap {
    padding: 40px 20px 40px 0;
  }
}

@media only screen and (min-width: 551px) and (max-width: 749px) {
  #news_main ul {
    left: 0;
  }
}

@media only screen and (max-width: 749px) {
  #third-row-inner::after {
    width: 350px;
  }
}

@media only screen and (max-width: 550px) {
  #news_main ul li {
    grid-template-columns: 38% auto;
    gap: 20px 5px;
    max-width: 100%;
  }
  #news_main ul {
    left: 10px;
  }
  #news_main ul li .news-wrap {
    padding: 40px 15px 40px 0;
  }
  #third-row-inner::after {
    width: 70%;
  }
}
/*---------Third-row-end--------*/

.en-parallax {
  height: 350px;
  width: 100%;
  position: relative;
  margin: 90px auto 0;
  background-size: cover !important;
  background-color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .en-parallax {
    background-position: center !important;
    height: clamp(160px, 44vw, 350px);
  }
}

/*---------fourth-row--------*/
#superintendents-row {
  background: url(/pics/superintendents_bg.jpg) no-repeat center top -120px #2b5338;
}

@media only screen and (min-width: 992px) {
  #superintendents-row {
    background: url(/pics/prin_white_bg.png) repeat-y center top,
      url(/pics/superintendents_bg.jpg) no-repeat center top -120px #fff;
  }
}

#superintendents-row h2 {
  position: relative;
  text-transform: uppercase;
  font-size: clamp(31px, 5.2vw, 40px);
  line-height: clamp(33px, 5.2vw, 40px);
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8.2px;
}
#superintendents-row :where(a, p, h2) {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
#superintendents-row p {
  margin: 29px 0 0 3px;
  padding: 0;
  font-size: clamp(17.5px, 2.1vw, 20px);
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
#superintendents-row h2 a {
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
}
#superintendents-row h2 a:is(:hover, :focus) {
  text-decoration: underline;
}
#superintendents-row .readmore {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2px;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  padding: 0 3px 0 5px;
  color: #fff;
  margin: 29.5px 0 0 3.5px;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  width: fit-content;
}
#superintendents-row .readmore::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #002617;
  left: 0;
  bottom: 0;
  transition: 0.4s all ease;
  z-index: -1;
  box-sizing: border-box;
}
#superintendents-row .readmore:is(:hover, :focus):after {
  height: 100%;
}
#superintendents-row #superintendents_name {
  font-family: "MosquitoFormal";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  background: #ffcf40;
  color: #000;
  position: absolute;
  left: -30px;
  bottom: 20px;
  box-sizing: border-box;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 4.5% 50%, 0% 0%);
  letter-spacing: 0.5px;
  padding: 21px 45px 19px 46.5px;
}
#superintendents-row .rows-inner {
  height: 100%;
}
#superintendents_info::before {
  content: "";
  position: absolute;
  background: url(/pics/district/superintendents_img.png) no-repeat left bottom;
  width: 100%;
  height: 100%;
  left: -115px;
  bottom: 0;
  max-width: 465px;
  z-index: -1;
}
#superintendents_info {
  position: relative;
  z-index: 1;
  max-width: 750px;
  box-sizing: border-box;
  padding: 48.5px 15px 45.8px 289.5px;
}
#superintendents-row .rows-inner::after {
  content: "";
  position: absolute;
background: url(/pics/superintendents_right_bg.jpg) no-repeat left -18px bottom;
  width: 100%;
  max-width: 920px;
  height: 100%;
  right: -547px;
  bottom: 0;
}

@media only screen and (max-width: 1280px) {
  #superintendents-row #superintendents_name {
    left: 0;
  }
  #superintendents-row .rows-inner::after {
    right: -627px;
    background-position: right 585px bottom;
  }
  #superintendents-row .rows-inner {
    padding-inline: 0 !important;
  }
}

@media only screen and (max-width: 1215px) {
  #superintendents-row #superintendents_name {
    left: 15px;
  }
}

@media only screen and (max-width: 1099px) {
  #superintendents-row .rows-inner::after {
    right: -687px;
    background-position: right 680px bottom;
  }
}

@media only screen and (min-width: 992px) {
  #superintendents-row #superintendents_name {
    max-width: 275px;
    min-width: 214px;
  }
}

@media only screen and (max-width: 991px) {
  #superintendents-row .rows-inner::after {
    left: 0;
    right: 0;
    background-position: center top;
    position: relative;
    height: clamp(155px, 31.2vw, 315px);
    margin: 0 auto 45px;
    max-width: 700px;
    background-size: 100%;
    grid-row: 1;
    width: 100%;
  }
  #superintendents_info::before {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: clamp(300px, 40vw, 400px);
    display: block;
    grid-row: 5;
    background-size: contain !important;
    background-position: center bottom !important;
  }
  #superintendents-row #superintendents_name {
    left: 0;
    right: 0;
    margin: 40px auto 0;
    width: fit-content;
    bottom: 0;
    position: relative;
    grid-row: 4;
  }
  #superintendents_info {
    display: grid;
    max-width: 600px;
    padding: 0;
    text-align: center;
    place-items: center;
    margin: 0 auto;
  }
  #superintendents-row h2 {
    align-items: center;
  }
  #superintendents-row p {
    margin: 29px 0 0 0;
  }
  #superintendents-row .readmore {
    margin: 29.5px 0 0 0;
  }
  #superintendents-row {
    background: #2b5338;
  }

  #superintendents-row .rows-inner {
    padding: 70px 20px 0 !important;
  }
}

@media only screen and (max-width: 357px) {
  #superintendents-row h2 {
    font-size: clamp(29px, 5.2vw, 40px);
    line-height: clamp(29px, 5.2vw, 40px);
  }
}

/*---------fourth-row-end--------*/

/*------------app-store-------------*/
#app_links h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(31px, 4.6vw, 40px);
  line-height: clamp(34px, 4.6vw, 40px);
  color: #004026;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 53.5px 59.5px 56.5px 0;
  left: -1.8px;
  row-gap: 8px;
}
#app_links h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 377px;
  max-height: 198px;
  background: #f7f7f7;
  z-index: -1;
  left: 43px;
  top: 0;
}
#app_links .rows-inner::after {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 100%;
  height: 3px;
  right: 0;
  top: auto;
  max-width: 755px;
  z-index: 1;
  margin: 60px 0 0;
}
#app_links .rows-inner {
  max-width: 1042px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 90px 0 88px;
}
#app_links h2 span {
  position: relative;
  font-weight: 800;
}
#app_links img {
  margin: 0 !important;
  opacity: 0;
  transition: 0.4s all ease;
  height: 78px !important;
  width: 100% !important;
}
#app_links a {
  width: 233px;
  height: 78px;
  transition: 0.4s all ease;
}
#app_links a:is(:hover, :focus) {
  transform: scale(1.05);
}
#app_links a#appStoreIcon {
  background: url(/pics/appstore_icon.png) no-repeat center;
  width: 230px;
  height: 77px;
}
#app_links a#googlePlayIcon {
  background: url(/pics/googlestore_icon.png) no-repeat center;
}
#app_links {
  position: relative;
}
#app_links .download-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 27px;
  margin: 122px 0 0;
}

@media only screen and (max-width: 1099px) {
  #app_links .rows-inner::after {
    width: 68%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #app_links a {
    width: clamp(150px, 23vw, 230px) !important;
    height: clamp(50px, 7.5vw, 278px) !important;
    background-size: 100% !important;
  }
  #app_links .rows-inner::after {
    width: 63%;
    right: 25px;
  }
  #app_links h2::before {
    width: 82%;
  }
  #app_links img {
    height: clamp(50px, 7.5vw, 278px) !important;
  }
}

@media only screen and (max-width: 767px) {
  #app_links .rows-inner {
    flex-direction: column;
    align-items: center;
    row-gap: 95px;
    padding: 65px 0;
  }
  #app_links h2 {
    padding: 50px 35px;
    left: 0;
    text-align: center;
    font-size: clamp(31px, 6vw, 40px);
  }
  #app_links h2::before {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #app_links .rows-inner::after {
    content: none;
  }
  #app_links h2::after {
    content: "";
    position: absolute;
    background: #ffcf40;
    width: 115%;
    height: 3px;
    right: 0;
    top: auto;
    z-index: 1;
    margin: 0 auto;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }
  #app_links .download-holder {
    margin: 0;
    gap: 15px 10px;
  }
}

@media only screen and (max-width: 355px) {
  #app_links a {
    width: clamp(130px, 23vw, 230px) !important;
  }
}
/*------------app-store-------------*/

/*--------------links row------------*/
/*Links Row*/
#links {
    background: #315942;
}
#links .rows-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    align-items: flex-start;
    padding: 50px 0;
}
#links_left{
    position: relative;
    max-width: 200px;
    margin: -10.5px 0 0;
    right: -3px;
}
#links h2 {
    position: relative;
}
#links h2 a{
    position: relative;
    text-transform: uppercase;
    font-size: clamp(31px, 5.2vw, 40px);
    line-height: clamp(33px, 5.2vw, 48px);
    font-weight: 800;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-family: "Open Sans", sans-serif;
}
#links #showall_bulletin {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    padding: 0 3px 0 5px;
    color: #fff;
    margin: 65px 0 0;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    width: fit-content;
    text-align: right;
    float: right;
    left: -3px;
}
#links tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    left: -1px;
    position: relative;
    justify-content: flex-end;
}
#links tbody .en-acc-readable-item {
    width: 100%;
    max-width: 418px;
}
#links #r {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    max-width: 418px;
    align-items: center;
    width: 100%;
    height: 100%;
}
#links #r a {
    font-family: "MosquitoFormal";
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    background: #315942;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    padding: 19px 75px 15px 29px;
    margin: 0;
    box-sizing: border-box;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 80px;
    align-items: center;
    letter-spacing: 0.35px;
    transition: 0.4s all ease;
    border: 1px solid transparent;
    border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 11%,
      rgba(255, 255, 255, 0.17) 22%,
      rgba(255, 255, 255, 0.07) 40%,
      rgba(255, 255, 255, 0.02) 57%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
}
#links #r a::before {
    content: "";
    position: absolute;
    background: #ffcf40;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s all ease;
}
#links #r a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffcf40;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    border: 3px solid #315942;
    box-sizing: border-box;
    z-index: 1;
    transition: 0.4s all ease;
    margin: 0.5px 0 0;
}
#links #r a:is(:hover, :focus) {
    color: #000;
    background: #ffcf40;
    border-color: transparent;
}
#links .width15 {
    display: none;
}
#links #showAll-hplinks{
	display: none;
}
#links #showall_links {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    padding: 0 3px 0 5px;
    color: #fff;
    margin: 65px 0 0;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    width: fit-content;
    text-align: right;
    float: right;
    left: -3px;
}
#links #showall_links:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #004026;
    left: 0;
    bottom: 0;
    transition: 0.4s all ease;
    z-index: -1;
    box-sizing: border-box;
}
#links #showall_links:is(:hover, :focus)::after {
    height: 100%;
}

@media only screen and (max-width: 991px){
	#links_left{
		position: static;
		margin-inline: auto;
	}
	#links .rows-inner {
		flex-direction: column;
		gap: 15px;
	}
	#links h2 a {
		text-align: center;
	}
	#links #showall_links {
		left: 0;
		margin: 20px auto 45px;
		text-align: center;
		float: none;
		display: block;
	}
}

/*---------bulletin_board-row--------*/
#bulletin_board .rows-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1120px;
  align-items: flex-start;
  padding: 50px 0;
}
#bulletin_board #hp-bulletin {
  max-width: 850px;
  width: 100%;
}
#bulletin_board_right {
  position: relative;
  max-width: 200px;
  margin: -10.5px 0 0;
  right: -3px;
}
#bulletin_board #hp-bulletin tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  left: -1px;
  position: relative;
}
#bulletin_board #hp-bulletin tbody .en-acc-readable-item {
  width: 100%;
  max-width: 418px;
}
#bulletin_board {
  background: #315942;
}
#bulletin_board h2 a {
  position: relative;
  text-transform: uppercase;
  font-size: clamp(31px, 5.2vw, 40px);
  line-height: clamp(33px, 5.2vw, 48px);
  font-weight: 800;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}
#bulletin_board h2 {
  position: relative;
}
#bulletin_board .tableLeft {
  display: none;
}
#bulletin_board .tableRight {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  max-width: 418px;
  align-items: center;
  width: 100%;
  height: 100%;
}
#bulletin_board .tableRight a {
  font-family: "MosquitoFormal";
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #315942;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  padding: 19px 75px 15px 29px;
  margin: 0;
  box-sizing: border-box;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 80px;
  align-items: center;
  letter-spacing: 0.35px;
  transition: 0.4s all ease;
  border: 1px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 11%,
      rgba(255, 255, 255, 0.17) 22%,
      rgba(255, 255, 255, 0.07) 40%,
      rgba(255, 255, 255, 0.02) 57%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
}
#bulletin_board #showAll-hpbbmessages {
  display: none;
}
#bulletin_board #showall_bulletin {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2px;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  padding: 0 3px 0 5px;
  color: #fff;
  margin: 65px 0 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  box-sizing: border-box;
  width: fit-content;
  text-align: right;
  float: right;
  left: -3px;
}
#bulletin_board #showall_bulletin:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #004026;
  left: 0;
  bottom: 0;
  transition: 0.4s all ease;
  z-index: -1;
  box-sizing: border-box;
}
#bulletin_board #showall_bulletin:is(:hover, :focus)::after {
  height: 100%;
}
#bulletin_board .tableRight a::before {
  content: "";
  position: absolute;
  background: #ffcf40;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s all ease;
}
#bulletin_board .tableRight a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ffcf40;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 3px solid #315942;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.4s all ease;
  margin: 0.5px 0 0;
}
#bulletin_board .tableRight a:is(:hover, :focus) {
  color: #000;
  background: #ffcf40;
  border-color: transparent;
}
#bulletin_board .tableRight a:is(:hover, :focus)::after {
  background: #fff;
}

@media only screen and (max-width: 1099px) {
  #bulletin_board #hp-bulletin tbody .en-acc-readable-item {
    max-width: 48%;
  }
}

@media only screen and (max-width: 991px) {
  #bulletin_board .rows-inner {
    flex-direction: column;
    align-items: center;
  }
  #bulletin_board_right {
    max-width: 100%;
    margin: 0 auto;
    right: 0;
  }
  #bulletin_board h2 a {
    text-align: center;
  }
  #bulletin_board #showall_bulletin {
    left: 0;
    margin: 20px auto 45px;
    text-align: center;
    float: none;
    display: block;
  }
  #bulletin_board #hp-bulletin tbody {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #bulletin_board .tableRight a {
    padding: 19px 25px 15px;
  }
}

@media only screen and (max-width: 550px) {
  #bulletin_board #hp-bulletin tbody .en-acc-readable-item {
    max-width: 100%;
  }
  #bulletin_board #hp-bulletin tbody {
    max-width: 418px;
  }
}

/*---------bulletin_board-row-end--------*/

/*-----------collge-acceptances-------------*/
#slider_hp h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(30px, 6vw, 40px);
  line-height: 40px;
  color: #004026;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: 0 0 39.5px;
}
#slider_hp h2 span {
  font-weight: 800;
  position: relative;
}
.hp-infinite-carousel .en-infinite-carousel-track > div {
  width: 240px;
  height: 92px;
}
.hp-infinite-carousel {
  position: relative;
}
.hp-infinite-carousel::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    #fff 0%,
    transparent 30%,
    transparent 70%,
    #fff 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#slider_bottom {
  position: absolute;
  right: 0;
  top: 3.5px;
  width: 32px;
  height: 32px;
}
.toggleclass.active_togle .en-infinite-carousel-track {
  animation-play-state: paused;
}
#pause_toggle {
  border: 0;
  padding: 0;
  margin: 0;
  background: url(/pics/pause_button.png) no-repeat center;
  width: 32px;
  height: 32px;
  color: #000;
  background-color: #f7f7f7 !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 50px;
  transition: 0.3s all ease;
}
.toggleclass.active_togle #pause_toggle {
  background-size: 48% !important;
  background: url(/pics/play_button.png) no-repeat center;
}

@media only screen and (max-width: 1240px) {
  #slider_bottom {
    right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #slider_bottom {
    top: auto;
    bottom: -52px;
  }
}

@media only screen and (max-width: 378px) {
  #slider_hp h2 {
    font-size: clamp(28px, 6vw, 40px);
  }
}

/*-----------collge-acceptances-------------*/

/* bell schdules */

.bell-schedule .col3,
.bell-schedule .col2 {
  width: 27% !important;
  display: flex;
  justify-content: center;
}
.bell-schedule .col1 {
  width: 43%;
}
.bell-schedule {
  max-width: 100% !important;
}

#bell-schedule-print-link {
  margin: 0 0 0 auto !important;
}

#wrapper #albumsWrapper {
  width: auto !important;
}

#wrapper #albumsWrapper.noNav #album {
  min-height: 185px !important;
}
@media only screen and (max-width: 768px) {
  div.en-editable-block-wrapper div.img {
    height: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .bell-schedule {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .bell-schedule .col3,
  .bell-schedule .col2 {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .en-bell-schedules-data-header div {
    height: auto !important;
  }
  .en-bell-schedules-data {
    font-size: clamp(16px, 1.3vw, 19px) !important;
  }
}

.VIpgJd-yAWNEb-r4nke {
  color: #000;
}
.VIpgJd-yAWNEb-mrxPge,
#sd-arrow {
  background: #000;
}
#events-page #events.v1 .event span.location {
  color: #6b6b6b !important;
  position: relative;
  top: -1px;
}
.single-video #big-video #hd-link,
.single-video #big-video #sd-link {
  left: -4px;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media only screen and (max-width: 700px) {
  #wrapper #contactStaff #emailForm td {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .translated-ltr header.enh1 nav.en-nav,
  .translated-rtl header.enh1 nav.en-nav {
    height: calc(100% - 40px);
    margin-top: 40px;
  }
  #index_bottom .cursor {
    background-color: #000;
  }
}

#wrapper .top-video-info .top_title {
  line-height: 35px;
}
#wrapper .top-video-info {
  padding: 0 0 1em 0;
}
#wrapper .video-list-top .more-link {
  margin: 0.5px 0 0 8px;
}
#wrapper .video-list li {
  padding: 1.2em 0;
}
#wrapper .top-video-info .info-line2,
#wrapper .top-video-info .info-line2 a {
  color: #757575;
}
#change-dimensions-link {
  color: #5c5c5c !important;
}
.skiptranslate iframe {
  z-index: 99999999999;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate {
  z-index: 99999999999999999999999999999999;
}

#emailForm table tr table td:last-child iframe {
  margin: 0px 0 0 0px;
  height: 23px !important;
  width: 71px !important;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
}

@media only screen and (max-width: 991px) {
  #second-row,
  #third-row,
  .en-parallax {
    margin: 85px 0 0 !important;
  }
}

@media only screen and (max-width: 530px) {
  .tabcontent {
    max-width: 270px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  #superintendents_info::before {
    left: 0 !important;
    max-width: 350px;
    background-position: right bottom !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .en-infinite-carousel > .en-infinite-carousel-track {
    animation-duration: 0s !important;
  }
}


/* Whitefish High School Expansion Banner on all websites */

.wfsd-expansion {display: inline-block; background: #ffcf40; text-align: center; width: 100%; padding: 20px 0; text-transform: uppercase; }

a.wfsd-expansion {text-decoration: none !important; color: #000; font-family: "MosquitoFormal", sans-serif; font-size: clamp(17px, 3vw, 20px); letter-spacing: 0.45px;}















