#school_links.nonelink {
  display: none;
}
#first-row-bottom {
  background: url(/pics/district/schools_bottom_bg.png) no-repeat center bottom
    #004026;
  position: relative;
  z-index: 1;
}
.firstrow_hover #first-row-bottom {
  z-index: 2;
}
#first-row-bottom a {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.4s all ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  z-index: 2;
  box-sizing: border-box;
}
#first-row-bottom a::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 125px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  transition: 0.4s all ease;
}
#muldown_school::before {
  background: url(/pics/district/school1_icon.png) no-repeat center bottom;
}
#middle_school::before {
  background: url(/pics/district/school2_icon.png) no-repeat center bottom;
}
#high_school::before {
  background: url(/pics/district/school3_icon.png) no-repeat center bottom;
}
#independent_school::before {
  background: url(/pics/district/school4_icon.png) no-repeat center bottom;
}
#first-row-bottom a:is(:hover, :focus)::before {
  background: url(/pics/district/school_link_hover.png) no-repeat center bottom;
  width: 123px;
  height: 143px;
  bottom: -55px;
  left: -10px;
}
#first-row-bottom a#muldown_school:is(:hover, :focus)::before{
background: url(/pics/district/elem-mascot.png) no-repeat center bottom/contain;
}
#first-row-bottom a#high_school:is(:hover, :focus)::before{
background: url(/pics/district/hs-mascot.png) no-repeat center bottom/contain;
}
#first-row-bottom a#independent_school:is(:hover, :focus)::before{
background: url(/pics/district/ihs-mascot.png) no-repeat center bottom/contain;
background: url(/pics/WIHS-logo-hover.jpg) no-repeat center center/contain;
}
#first-row-bottom a::after {
  content: "";
  position: absolute;
  background: linear-gradient(
      to right,
      rgba(49, 89, 65, 0.5) 35%,
      rgba(49, 89, 66, 0.96) 60%,
      rgb(49, 89, 66) 100%
    ),
    linear-gradient(
      to top,
      rgba(49, 89, 66, 0.5) 65%,
      rgb(49, 89, 66) 85%,
      rgb(44, 84, 76) 100%
    );
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
#first-row-bottom a:is(:hover, :focus)::after {
  background: url(/pics/district/schools_hover_overlay.png) no-repeat center top
    #1d402b;
}
#first-row-bottom a#independent_school h2 span {
  line-height: 22px;
  margin: 5px 0 -21px;
  top: 1px;
}
#first-row-bottom a#independent_school:is(:hover, :focus) h2 span {
  margin: 0;
  top: 3px;
}
#first-row-bottom .rows-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#first-row-bottom a h2 {
  font-family: "MosquitoFormal";
  font-size: 32px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  flex-direction: column;
  margin: 6px 0 0 -1px;
}
#first-row-bottom a h2::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  width: 8px;
  height: 8px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 30px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: 0.4s all ease;
}
#first-row-bottom p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0 14px;
  letter-spacing: 0.2px;
  opacity: 0;
  transition: 0.4s all ease;
}
#first-row-bottom a:is(:hover, :focus) p {
  padding: 20px 0 52.5px;
  opacity: 1;
}
#first-row-bottom a:is(:hover, :focus) h2 {
  margin: 1.5px 0 4px -2.5px;
}
#first-row-bottom a:is(:hover, :focus) h2::before {
  width: 14px;
  height: 14px;
  background: #ffcf40;
  border: 3px solid #fff;
  top: -7px;
}
#first-row-bottom a h2 span {
  font-size: 20px;
  position: relative;
  top: 3px;
  letter-spacing: 0.5px;
}
#muldown_school {
  background: url(/pics/district/Muldown_school.jpg) no-repeat center;
}
#middle_school {
  background: url(/pics/district/middle_school.jpg) no-repeat center;
}
#high_school {
  background: url(/pics/district/high_school.jpg) no-repeat center bottom -25px;
}
#independent_school {
  background: url(/pics/district/independent_school.jpg) no-repeat left -27px center;
}
#first-row-bottom a:is(:hover, :focus) {
  border-color: transparent;
}

@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  #first-row-bottom a {
    width: 25%;
  }
}

@media only screen and (max-width: 1099px) {
  #first-row-bottom .rows-inner {
    padding: 60px 20px 80px;
    row-gap: 75px;
  }
}

@media only screen and (max-width: 639px) {
  #first-row-bottom a:is(:hover, :focus)::after {
    border: 0;
    width: 100%;
    left: 0;
  }
  #first-row-bottom a,
  #first-row-bottom a::after {
    border-left: 0;
  }
}

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

/*----------------------------------------*/

#second-row {
  margin: 159px 0 0;
}
#third-row {
  margin: 130px 0 0;
}
.en-parallax {
  background: url(/pics/district/parallax.jpg) no-repeat center;
}

/*-----------glance----------*/
#glance-row .rows-inner > h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(35px, 5.2vw, 70px);
  line-height: clamp(45px, 5.2vw, 70px);
  color: #004026;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 32px;
  text-align: center;
  letter-spacing: -0.7px;
  left: 1px;
}
#glance-row .rows-inner {
  padding: 98px 0 120px;
}
#glance-row .rows-inner > h2 span {
  color: #000;
}
#glance4 {
  width: 220px;
  height: 200px;
}
#glance_row {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}
#glance_row li {
  max-width: 600px;
  width: 100%;
  position: relative;
}
#glance_row li:last-child {
  max-width: 580px;
}
#glance_row div {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#glance_row .overlay_glance {
  background-color: #000 !important;
}
#glance_row li > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
#glance1 {
  width: 240px;
  height: 200px;
  border: 2px solid #f2f2f2;
}
#glance3 {
  width: 360px;
  height: 200px;
  margin: -220px auto 0 0;
  background: url(/pics/glance3.jpg) no-repeat center top;
}
#glance2 {
  width: 220px;
  height: 420px;
  background: url(/pics/glance2.jpg) no-repeat center top;
}
#glance8 {
  width: 340px;
  height: 200px;
  background: url(/pics/glance8.jpg) no-repeat center top;
}
#glance9 {
  width: 220px;
  height: 420px;
  background: url(/pics/glance9.jpg) no-repeat center top;
}
#glance_row .overlay_glance::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
#glance_row h2 {
  font-family: "MosquitoFormal";
  font-size: clamp(42px, 8.2vw, 52px);
  line-height: clamp(42px, 8.2vw, 52px);
  color: #004026;
  font-weight: normal;
  position: relative;
  top: -7px;
  left: -3.5px;
}
#glance_row p {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(17px, 3vw, 19px);
  line-height: 25px;
  color: #004026;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 0.45px;
}
#glance_row .overlay_glance :where(h2, p),
#glance_row .overlay_green :where(h2, p) {
  color: #fff;
}
#glance_row .overlay_yellow :where(h2, p) {
  color: #000;
}
#glance_row .overlay_green {
  background: url(/pics/overlay_green.png) no-repeat left top #315942;
}
#glance_row .overlay_yellow {
  background: #ffcf40;
}
#glance_row li:nth-child(1) > div {
  justify-content: flex-end;
}
#glance5 {
  width: 360px;
  height: 200px;
}
#glance6 {
  width: 100%;
  height: 200px;
}
#glance7 {
  width: 220px;
  height: 200px;
}
#glance10 {
  width: 340px;
  height: 200px;
  border: 2px solid #f2f2f2;
}
#glance11 {
  width: 220px;
  height: 200px;
  margin: -220px 0 0 240px;
}
#glance12 {
  width: 100%;
  max-width: 460px;
  height: 200px;
}
#glance_row li:last-child > div:nth-child(1) {
  margin: 0 0 20px;
}
#glance_row li > div div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 25px 29px;
}
#glance_row #glance3 h2 {
  left: 0.5px;
}
#glance_row #glance8 h2 {
  left: -2.5px;
}
#glance_row #glance3 h2 {
  left: 0.5px;
}
#glance_row #glance1 {
  padding: 20px 20px 22.5px 27px;
}
#glance_row #glance1 p {
  left: 0.5px;
  top: -0.5px;
}
#glance_row #glance10 {
  padding: 20px 20px 23px 23px;
}
#glance_row #glance12 p {
  letter-spacing: 0.3px;
}
#glance_row #glance12 {
  padding: 20px 20px 25px 28.5px;
  flex-direction: column;
  justify-content: flex-end;
}
#glance_row #glance12 h2 {
  top: 0;
  text-transform: uppercase;
  margin: 0 0 -13px 0.5px;
}
#glance_row #glance6 {
  background: url(/pics/overlay_green2.png) no-repeat left top #315942;
}

@media only screen and (max-width: 1240px) {
  #glance_row #glance12 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #glance_row li > div div {
    width: 100%;
    margin: 0;
    background-size: cover !important;
    height: auto;
    min-height: 200px;
  }
  #glance_row li:nth-child(1) > div {
    margin: 20px 0 0;
  }
  #glance_row #glance12 {
    margin: 20px 0 0;
  }
  #glance_row li:last-child {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #glance-row .rows-inner {
    padding: 68px 0 90px;
  }
}

/*-----------glance----------*/

.newcontactform .centered-text > div {
  padding: 0 !important;
  margin: 0 auto 20px;
  max-width: 348px;
}

@media only screen and (max-width: 991px) {
  body #hp-events .en-events-show-all-calendar a {
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  body #second-row-inner {
    padding: 12px 0 135px;
  }
}

@media only screen and (max-width: 530px) {
  body #second-row-inner {
    padding: 12px 0 180px;
  }
  body #hp-events .en-events-show-all-calendar {
    row-gap: 25px;
  }
}


@media only screen and (min-width: 1251px) {
body header.enh1 > nav.en-nav > ul > li > a {
padding: 14px 7px 10px;
}
}


@media only screen and (min-width: 1100px) and (max-width: 1250px) {
body header#enheader2{
--topnav-font-size: clamp(15px, 1.2vw, 17px);
}
}
#hp-events .en-event-slider-li-time span.en-event-slider-li-timeto {display: none!important;}
.en-event-slider-li-time {
    color: transparent;
}

