/* header */
@media only screen and (min-width: 974px) {
  header.enh1 > div.en-mobile-header {
    display: grid;
    grid-row: 1;
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: var(--logo-width) 1fr auto;
    height: var(--top-bar-height-available);
    /* overflow:
  hidden; */
    align-self: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 10px;
    border-bottom: 3px solid #ededed;
  }

  header.enh1 div.enh1-marquee {
    grid-column: 1 / 4;
    margin: 5px 0 0 2px;
    max-height: 100%;
    max-width: 830px;
  }
  header.enh1 div.enh1-marquee p {
    line-height: 1;
  }
  header.enh1 div.enh1-search-translate {
    padding:
    20px 0 0 0;
        margin:
    0 0 0 0;
  }
  header.enh1 > nav.en-nav,
  header.enh1 > div.enh1-center-bar-bg,
  header.enh1 > div.enh1-bottom-bar-bg {
    display: none;
  }
}


@media only screen and (max-width: 1200px) {
  header.enh1 div.enh1-marquee {
    max-width: 66%;
  }
  header.enh1 div.enh1-search-translate {
    margin: 0;
  }
}
@media only screen and (max-width: 1044px) {

  header.enh1 div.enh1-marquee {
    max-width: 60%;
  }

}
@media only screen and (max-width: 975px) {
  header.enh1 > div.en-mobile-header {
    grid-template-columns: 1fr;
    background: #fff;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #dadef3;
    gap: 18px;
  }
  header.enh1 div.enh1-marquee {
    max-width: 60%;
    border: none;
    top: 0;
    line-height: 1;
    height: 24px;
  }
  header.enh1 nav.en-nav {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .social-section {
    margin: 0;
    padding: 0;
    gap: 11px;
  }
}
@media only screen and (max-width: 592px) {
    header.enh1 > div.en-mobile-header {
        flex-wrap: wrap;
        row-gap: 5px;
        padding:
    10px 0;
      }
      header.enh1 div.enh1-search-translate {
        padding:
    6px 0 10px;
      }
      header.enh1 div.enh1-marquee {
        max-width: 100%;
      }
}
/* splash index */
#splash-top {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 70px;
}
a.splash-logo {
  width: clamp(250px, 362vw /12, 362px);
  height: auto;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 65px;
  position: relative;
  left: -1px;
}
a.splash-logo img {
  width: 100%;
  height: auto;
}
.splash-btns {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  justify-content: center;
}
.splash-btns div {
  width: 100%;
  width: 348px;
  height: 450px;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 5px 6px 7px;
  color: #fff;
  position: relative;
  background-blend-mode: lighten;
  /* cursor: pointer; */
  transition: all 0.5s ease 0s;
}

.splash-btn-head {
  font-family: "impact";
  font-size: clamp(36px, 42vw / 12, 42px);
  line-height: clamp(40px, 50vw / 12, 50px);
  font-weight: 400;
  color: #0d0d0d;
  position: relative;
  margin: 0 0 24px 0px;
  transition: all 0.5s ease 0s;
}
a.splash-hover-btn {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  color: #2b3e9e;
  letter-spacing: 1.35px;
  position: relative;
  box-sizing: border-box;
  padding: 8.5px 18px 7.5px 22px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.4s all ease;
  border: 2px solid transparent;
  text-decoration: none;
  width: 100%;
  max-width: 167px;
  box-sizing: border-box;
  display: none;
  transition: all 0.5s ease 0s;
}
.splash-btn1.splash-btn {
  background: url("/pics/church_bg.jpg") center top no-repeat
    rgba(255, 255, 255, 0.16);
}
.splash-btn2.splash-btn {
  background: url("/pics/preschl-bg.jpg") center top no-repeat
    rgba(255, 255, 255, 0.16);
}
.splash-btn3.splash-btn {
  background: url("/pics/K-8-School-bg.jpg") center top no-repeat
    rgba(255, 255, 255, 0.16);
}
.splash-btn::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(243, 243, 247, 0.41) 0%,
    rgb(243, 243, 247) 71%,
    rgb(243, 243, 247) 50%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(149, 166, 218, 0.15) 0px,
    rgb(243, 243, 247) 77%
  );
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(243, 243, 247, 0.35);
}
.splash-btns div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #2b3e9e;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 288px;
}

.splash-btns div:hover::before,
.splash-btns div:focus::before {
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(9, 9, 121, 0) 0%,
    rgba(36, 73, 201, 0) 0%,
    rgba(37, 75, 203, 0.23) 46%,
    rgb(50, 75, 184) 74%,
    rgb(50, 75, 184) 100%
  );
}
.splash-btns div:hover .splash-btn-head,
.splash-btns div:focus .splash-btn-head {
  color: #fff;
  margin: 0 0 21px 0px;
}
.splash-btns div:hover,
.splash-btns div:focus {
  background-blend-mode: normal;
  padding: 7.5px 21px 30.5px 21px;
}
.splash-btns div:hover::after,
.splash-btns div:focus::after {
  background: #0d0d0d;
}
.splash-btns div:hover a.splash-hover-btn,
.splash-btns div:focus a.splash-hover-btn {
  display: flex;
}
@media only screen and (max-width: 1134px) {
    .splash-btns {
        gap:
      19px;
        flex-wrap: wrap;
        row-gap: 25px;
      }

}
@media only screen and (max-width: 400px) {
.splash-btns div {
    width: 100%;
    max-width: 348px;
  }
}
/* bottom part */

.splash-bottom {
  background:
  url("/_MASTER/common_pics/request_bg.png") no-repeat center center #fff;
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:
  171px 0 117px;
    box-sizing: border-box;
    margin:
  -119px 0 0;
    flex-wrap: wrap;
}
.splash-bottom h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(24px, 56vw / 12, 56px);
  line-height: 1;
  font-weight: 400;
  color: #0d0d0d;
  font-style: italic;
  position: relative;
  letter-spacing: -1.5px;
  margin: 0 0 0 -4.5px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: -2px;
}

/* footer */

footer.enf1 > div.enf-main {
  padding-top: 9px;
}

footer.enf1 .enf1-logo-cont {
  margin: 0px 0 -1px 0;
}
.enf-subfooter-inner a#edunet_footer {
  left: -80px;
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  border-top: none;
}
footer.enf1 div.enf-address {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 677px) {
  .enf-subfooter-inner {
    display: flex;
  }
  .enf-subfooter-inner a#edunet_footer {
    left: 0;
    right: 0;
  }
}