header .dropdown_main {
  display: none;
}
#backto_district a {
  font-family: "politica";
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  position: relative;
  transition: 0.4s all ease;
  padding: 0 8.6px 0 8px;
  cursor: pointer;
  letter-spacing: 0.7px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 131px;
  background: #0085bb;
  color: #000;
  text-transform: uppercase;
  max-height: 33px;
  top: 6px;
  right: 2px;
  display: flex;
}
#backto_district a:is(:hover, :focus) {
  background: #fff;
}
#backto_district {
  grid-row: 1;
  position: relative;
}
header.enh1 {
  position: relative;
  --top-bar-height-available: var(--top-bar-height);
}
header nav.en-nav {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-timing-function: unset;
}
header.enh1 > div.enh1-top-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-bar-height);
  background: var(--top-bar-background);
}

header.enh1 > div.enh1-center-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: var(--top-bar-height);
  left: 0;
  width: 100%;
  height: calc(
    var(--height) - var(--top-bar-height) - var(--bottom-bar-height)
  );
  background: var(--center-bar-background);
}

header.enh1 > div.enh1-bottom-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: calc(var(--height) - var(--bottom-bar-height));
  left: 0;
  width: 100%;
  height: var(--bottom-bar-height);
  background: var(--bottom-bar-background);
  z-index: 1;
  box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.17);
}
header.enh1 > div.en-mobile-header {
  display: none;
}

header.enh1 > nav.en-nav {
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  font-synthesis: none;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: var(--top-bar-height) 1fr var(--bottom-bar-height);
  height: var(--height);
  column-gap: var(--column-gap);
}

header.enh1 div.enh1-top-bar {
  grid-row: 1;
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto auto;
  height: var(--top-bar-height-available);
  align-self: center;
  height: 100%;
}
header.enh1 div.enh1-marquee {
  grid-row: 1;
  grid-column: 1;
  background: var(--marquee-background);
  position: relative;
  max-width: 96.5%;
  margin: 0 auto 0 0;
  max-height: max-content;
}
header.enh1 div.enh1-marquee p {
  font-size: var(--marquee-font-size);
  color: var(--marquee-color);
  font-family: var(--marquee-font-family);
  font-weight: 500;
  margin: -1px 0 0;
  letter-spacing: 1.4px;
}
header.enh1 div.enh1-search-translate {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  column-gap: 17px;
  margin: -1px -1px 0 0;
}
#en-public-header-translate {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.3px;
  margin: 3.5px 0 0;
  text-transform: uppercase;
}

header.enh1 div.enh1-search-translate div.enh1-search {
  display: flex;
  margin: 1.5px 12.5px 0 0;
}
header.enh1 div.enh1-search-translate div.enh1-search:hover {
  cursor: pointer;
}
header.enh1 div.enh1-search-translate #en-public-header-translate img {
  margin: -1.8px 0 0;
  height: auto;
  padding: 0 5px 0 0;
}
header.enh1 div.enh1-social {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  align-items: center;
  margin: 0.5px 10.5px 0 0;
  gap: 3.5px;
}
header.enh1 div.enh1-social > a {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s all ease;
}
header.enh1 div.enh1-social a:first-child {
  left: 2px;
  top: -0.5px;
}
header.enh1 div.enh1-social a:nth-child(2) {
  top: -0.5px;
}
header.enh1 div.enh1-social > a:is(:hover, :focus) {
  background: #fff;
  transform: scale(1.02);
}
header.enh1 div.enh1-social > a > img {
  width: auto;
  object-fit: contain;
}

header.enh1 div.enh1-social > a:is(:hover, :focus) img {
  mix-blend-mode: difference;
}

header.enh1 div.enh1-logo-cont {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.enh1 div.enh1-logo-cont a {
  display: flex;
  position: relative;
}

header.enh1 div.enh1-logo-cont img {
  width: clamp(70px, 11vw, 114px);
}

header.enh1 div.enh1-middle {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  align-items: center;
}
.enh1-website-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--website-name-font-family);
  font-size: clamp(45px, 5.2vw, 54px);
  font-weight: 700;
  color: var(--website-name-color);
  position: relative;
  line-height: clamp(50px, 5vw, 52px);
  letter-spacing: -1.7px;
  margin: -27px 0 0 0;
  left: -7px;
}
.enh1-website-name span {
  font-weight: 600;
  font-size: clamp(30px, 4.5vw, 44.7px);
  position: relative;
  letter-spacing: 0.35px;
  left: 0px;
  top: -1.5px;
}

.headertop_text {
  grid-row: 1;
  font-family: "proxima-nova";
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.67px;
  left: 1px;
  top: -0.5px;
  max-width: 90%;
}

header.enh1 div.enh1-website-motto {
  color: var(--website-motto-color);
  font-family: var(--website-motto-font-family);
  font-size: var(--website-motto-font-size);
  padding: 0.5em 0;
  text-align: right;
  text-shadow: none;
}

header.enh1 > nav.en-nav > ul {
  grid-row: 3;
  grid-column: 1 / 3;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  header.enh1 > nav.en-nav {
    z-index: unset;
  }
  header.enh1 > nav.en-nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px clamp(10px, 1.8vw, 23px) 12px;
    font-family: var(--topnav-font-family);
    font-size: var(--topnav-font-size);
    color: var(--topnav-color);
    font-weight: 700;
    letter-spacing: 0.3px;
    z-index: 10;
    position: relative;
  }
  nav.en-nav ul li.nav_item_last {
    margin: 0;
  }
  header nav.en-nav ul li.nav_item_last a {
    padding: 10px 21.1px 10px 23.1px;
    letter-spacing: 0.8px;
    font-weight: 900;
    font-family: "politica";
    background: #0085bb;
  }
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a::before,
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a::after {
    content: "";
    position: absolute;
    background: #0085bb !important;
    width: 100%;
    height: 4px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    border: 0;
  }
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a::before {
    top: -4px !important;
  }
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a::after {
    top: auto !important;
    bottom: -4px;
  }
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a:hover::before,
  header.enh1 > nav.en-nav > ul > li.nav_item_last:hover > a::before,
  header.enh1 > nav.en-nav > ul > li.nav_item_last > a:hover::after,
  header.enh1 > nav.en-nav > ul > li.nav_item_last:hover > a::after {
    background: #e6e6e6;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  header.enh1 > nav.en-nav > ul > li > a::before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 0;
    z-index: -1;
    transform-origin: bottom;
    transition: transform 0.25s;
    transform: scaleY(0);
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
  }
  header.enh1 > nav.en-nav > ul > li:is(:hover, :focus) > a::before {
    transform: scaleY(1);
  }
  nav.en-nav > ul > li ul a::before {
    content: "";
    position: absolute;
    background: #f0f1f5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform-origin: bottom;
    transition: transform 0.3s;
    transform: scaleY(0);
  }
  header.enh1.enh1topnav-4-3 nav.en-nav > ul > li.nav_item_last a {
    text-transform: uppercase;
  }

  header.enh1 > nav.en-nav > ul > li.nav_item_last:is(:hover, :focus) > a {
    background: #e6e6e6;
  }
  header nav.en-nav ul li.nav_item_last ul li a {
    text-transform: unset !important;
  }

  nav.en-nav > ul > li ul a:hover::before,
  nav.en-nav > ul > li ul a:hover::before,
  #en-has-submenu > li > ul > li > a:hover::before,
  #en-has-submenu > li > ul > li > a:hover::before,
  #en-has-submenu > li > ul > li:hover > a::before,
  .top-level ul > li.en-has-submenu:hover > a::before,
  .top-level ul > li.en-has-submenu > ul > li:hover > a::before,
  .nav_items_0 > li.en-has-submenu:hover > a::before,
  .nav_items_0 ul > li.en-has-submenu > ul > li:hover > a::before {
    transform: scaleY(1);
    transform-origin: top;
  }
  header.enh1 > nav.en-nav > ul > li ul a:is(:hover, :focus),
  .top-level ul > li.en-has-submenu:hover > a,
  .top-level ul > li.en-has-submenu > ul > li:hover > a,
  .nav_items_0 ul > li.en-has-submenu:hover > a,
  .nav_items_0 ul > li.en-has-submenu > ul > li:hover > a {
    color: var(--menu-hover-color);
  }
  header.enh1 > nav.en-nav > ul > li ul a {
    font-family: var(--menu-font-family);
    font-size: var(--menu-font-size);
    line-height: 26px;
    color: var(--menu-color);
    padding: 8px 23px;
    min-width: 275px;
    max-width: 275px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: 0.4s all ease;
    background: var(--menu-background);
  }

  header.enh1 > nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    content: "\2794";
    display: inline-block;
    margin-left: min(1.0909vw, 12px);
  }
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

header.enh1.enh1mid-3-2 div.enh1-website-motto {
  text-align: center;
}

header.enh1.enh1mid-3-3 div.enh1-website-motto {
  text-align: left;
}

header.enh1.enh1mid-3-4 div.enh1-website-name-motto {
  flex-direction: column-reverse;
}

header.enh1.enh1mid-3-7 div.enh1-website-motto {
  display: none;
}

header.enh1.enh1mid-4-2 div.enh1-website-name-motto {
  text-shadow: 2px 2px 2px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-3 div.enh1-website-name-motto {
  text-shadow: 3px 3px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-4 div.enh1-website-name-motto {
  text-shadow: 4px 4px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-5 div.enh1-website-name-motto {
  text-shadow: 0px 0px 8px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-6 div.enh1-website-name-motto {
  text-shadow: 0px 0px 12px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-7 div.enh1-website-name-motto {
  text-shadow: 0px 0px 16px var(--website-name-shadow-color);
}

header.enh1.enh1logo-4-2 div.enh1-logo-cont img {
  box-shadow: 0 0 10px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-4 div.enh1-logo-cont img {
  box-shadow: 0px 10px 6px -6px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-5 div.enh1-logo-cont img {
  box-shadow: 0px -10px 6px -6px var(--logo-shadow-color);
}

/* OPTIONS THAT EFFECT ONLY LARGE AND MEDIUM SCREEN SIZES */

@media only screen and (min-width: 769px) {
  header.enh1.enh1logo-1-2 div.enh1-logo-cont {
    align-self: end;
  }
  header.enh1.enh1logo-1-3 div.enh1-logo-cont {
    align-self: start;
  }
  header.enh1.enh1logo-5-2 div.enh1-logo-cont {
    background: var(--center-bar-background);
  }
  header.enh1.enh1-1-2 div.enh1-logo-cont {
    grid-row: 2;
  }
  header.enh1.enh1-1-3 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-3 > nav.en-nav > ul,
  header.enh1.enh1-1-4 > nav.en-nav > ul {
    grid-column: 2;
  }
  header.enh1.enh1-1-4 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-5 > nav.en-nav,
  header.enh1.enh1-1-6 > nav.en-nav {
    grid-template-columns: auto auto 1fr;
  }
  header.enh1.enh1-1-5 > nav.en-nav > ul,
  header.enh1.enh1-1-6 > nav.en-nav > ul {
    grid-column: 3;
  }
  header.enh1.enh1-1-5 div.enh1-top-bar {
    grid-column: 2 / 4;
  }
  header.enh1.enh1-1-5 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-5 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 2;
  }
  header.enh1.enh1-1-6 div.enh1-top-bar {
    grid-column: 1 / 4;
  }
  header.enh1.enh1-1-6 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-6 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 2;
  }
  header.enh1.enh1-1-7 > nav.en-nav,
  header.enh1.enh1-1-8 > nav.en-nav {
    grid-template-columns: auto 1fr;
  }
  header.enh1.enh1-1-7 > nav.en-nav > ul,
  header.enh1.enh1-1-8 > nav.en-nav > ul {
    grid-column: 2;
  }
  header.enh1.enh1-1-7 div.enh1-top-bar {
    grid-column: 2;
  }
  header.enh1.enh1-1-7 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-7 div.enh1-middle,
  header.enh1.enh1-1-8 div.enh1-middle {
    flex-direction: row-reverse;
  }
  header.enh1.enh1-1-7 div.enh1-website-name,
  header.enh1.enh1-1-8 div.enh1-website-name-motto {
    display: none;
  }
  header.enh1.enh1-1-8 div.enh1-top-bar {
    grid-column: 1 / 3;
  }
  header.enh1.enh1-1-8 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-9 > nav.en-nav {
    grid-template-columns: auto 1fr;
  }
  header.enh1.enh1-1-9 > nav.en-nav > ul {
    grid-column: 2;
    margin-left: 30px;
  }
  header.enh1.enh1-1-9 div.enh1-top-bar {
    grid-column: 1 / 3;
  }

  header.enh1.enh1-1-9 div.enh1-logo-cont,
  header.enh1.enh1-1-10 div.enh1-logo-cont {
    display: none;
  }
  header.enh1.enh1-1-9 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 1;
    align-self: end;
    padding-left: clamp(0px, calc(1110px - 100vw), 10px);
  }
  header.enh1.enh1-1-10 > nav.en-nav {
    grid-template-columns: 1fr;
  }
  header.enh1.enh1-1-10 > nav.en-nav > ul {
    grid-column: 1;
  }
  header.enh1.enh1-1-10 div.enh1-top-bar {
    grid-column: 1;
  }
  header.enh1.enh1-1-10 div.enh1-middle {
    grid-column: 1;
    justify-content: center;
  }
  header.enh1.enh1tbar-1-2 div.enh1-social {
    grid-column: 2;
    padding: 0 18px;
  }
  header.enh1.enh1tbar-1-2 div.enh1-search-translate {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      0;
  }
  header.enh1.enh1tbar-1-3 div.enh1-top-bar {
    grid-template-columns: auto 1fr auto;
  }
  header.enh1.enh1tbar-1-3 div.enh1-social {
    grid-column: 1;
    padding: 0 18px 0
      clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
  }
  header.enh1.enh1tbar-1-3 div.enh1-marquee {
    grid-column: 2;
  }
  header.enh1.enh1tbar-1-3 div.enh1-search-translate {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      18px;
  }
  header.enh1.enh1tbar-1-4 div.enh1-search-translate {
    grid-column: 1;
    padding: 0 18px 0
      clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
  }
  header.enh1.enh1tbar-1-4 div.enh1-social {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      18px;
  }

  header.enh1.enh1tbar-2-3 div.enh1-social a > img:hover {
    transition: all 0.4s ease;
    transform: translateY(-4px);
  }
  header.enh1.enh1tbar-2-4 div.enh1-social a > img:hover {
    transition: all 0.3s ease;
    transform: rotate(55deg);
  }

  header.enh1.enh1tbar-3-2 div.enh1-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      var(--marquee-background) 0%,
      transparent 5%,
      transparent 95%,
      var(--marquee-background) 100%
    );
  }

  header.enh1.enh1tbar-4-2 div.enh1-top-bar {
    position: relative;
    --top-bar-height-available: calc(var(--top-bar-height) - 0);
  }

  header.enh1.enh1tbar-4-3 > div.enh1-top-bar-bg {
    border-bottom-style: dotted;
  }

  header.enh1.enh1tbar-4-4 > div.enh1-top-bar-bg {
    border-bottom: 2px solid var(--top-bar-border-color);
  }

  header.enh1.enh1bbar-1-2 > div.enh1-bottom-bar-bg {
    border-top: 1px solid var(--bottom-bar-border-color);
  }

  header.enh1.enh1bbar-1-2 > nav.en-nav > ul {
    margin-top: 1px;
  }

  header.enh1.enh1bbar-1-3 > div.enh1-bottom-bar-bg {
    border-top-style: dotted;
  }

  header.enh1.enh1bbar-2-2 > div.enh1-bottom-bar-bg {
    border-bottom: 1px solid var(--bottom-bar-border-color);
  }

  header.enh1.enh1bbar-2-2 > nav.en-nav > ul,
  header.enh1.enh1bbar-2-2.enh1logo-1-2 > nav.en-nav > div.enh1-logo-cont,
  header.enh1.enh1bbar-2-2 > nav.en-nav > div.enh1-middle {
    margin-bottom: 1px;
  }

  header.enh1.enh1bbar-2-3 > div.enh1-bottom-bar-bg {
    border-bottom-style: dotted;
  }

  header.enh1.enh1mid-1-2 div.enh1-website-name-motto {
    align-self: end;
  }

  header.enh1.enh1mid-1-3 div.enh1-website-name-motto {
    align-self: start;
  }

  header.enh1.enh1mid-2-2 div.enh1-middle {
    justify-content: center;
  }

  header.enh1.enh1mid-2-3 div.enh1-middle {
    justify-content: flex-end;
  }

  header.enh1.enh1topnav-2-3 nav.en-nav ul {
    justify-content: flex-end;
  }

  header.enh1.enh1topnav-3-2 nav.en-nav > ul {
    column-gap: min(0.5454vw, 6px);
  }

  header.enh1.enh1topnav-3-3 nav.en-nav > ul {
    column-gap: min(1.0909vw, 12px);
  }

  header.enh1.enh1topnav-3-4 nav.en-nav > ul {
    column-gap: min(1.6363vw, 18px);
  }

  header.enh1.enh1topnav-4-2 nav.en-nav > ul > li:hover > a {
    background: var(--topnav-hover-background);
    color: var(--topnav-hover-color);
    border-top: 5px solid transparent;
    border-bottom: 5px solid var(--topnav-color3);
  }

  header.enh1.enh1topnav-4-3 nav.en-nav > ul > li:is(:hover, :focus) > a {
    color: #000;
  }
  header.enh1.enh1topnav-5-2 nav.en-nav > ul > li > a {
    text-transform: uppercase;
  }

  header.enh1.enh1topnav-5-3 nav.en-nav > ul > li > a {
    text-transform: lowercase;
  }

  header.enh1.enh1dm-1-2 nav.en-nav ul > li > ul {
    opacity: 0;
    display: none;
    visibility: hidden;
    padding: 10px 0;
    max-width: 275px;
    background: var(--menu-background);
    z-index: 9;
    min-width: 275px;
  }

  header.enh1.enh1dm-1-2 nav.en-nav ul > li:is(:hover, :focus) > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    border-top: 6px solid #f0f1f5;
    animation: fadeInUp 0.15s forwards ease;
  }

  header.enh1.enh1dm-2-2 nav.en-nav ul > li > ul {
    text-transform: uppercase;
  }

  header.enh1.enh1dm-2-3 nav.en-nav ul > li > ul {
    text-transform: lowercase;
  }
  /* ------header----------*/
  header.enh1 div.enh1-middle {
    display: unset;
  }
  .enh1-website-name-motto {
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    gap: 20px;
  }
  header.enh1.enh1-1-2 div.enh1-logo-cont {
    left: -11.5px;
    top: -13.5px;
  }
  .enh1-website-name,
  header.enh1 div.enh1-logo-cont,
  .enh1-website-name.school_name {
    grid-row: 2;
  }
  .enh1-website-name.school_name {
    font-weight: 400;
  }
  body header .enh1-website-name-motto {
    justify-content: center;
    margin: -10px 0 0 -27px;
  }
  body header .enh1-website-name {
    align-items: center;
  }
  body header .enh1-website-name.school_name {
    margin: -24.5px 0 0 0;
    letter-spacing: -2px;
    line-height: clamp(42px, 5vw, 60px);
    font-size: clamp(45px, 5.2vw, 51.4px);
    padding: 0 0 0 30px;
  }
  header .enh1-website-name.school_name::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 123px;
    left: 2px;
    top: -32px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1099px) {
  body header .enh1-website-name.school_name {
    margin: 0;
  }
  header .enh1-website-name.school_name::before {
    height: clamp(80px, 9.2vw, 123px);
    top: 50%;
    transform: translateY(-50%);
  }
}

/* STYLING FOR MOBILE */

@media only screen and (max-width: 768px) and (min-height: 600px) {
  header.enh1:not(.enh1mh-2-2) {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2147483647;
  }
}

@media only screen and (max-width: 768px) {
  div.enh1-top-bar-bg,
  div.enh1-center-bar-bg,
  div.enh1-bottom-bar-bg {
    display: none;
  }
  header.enh1 button.en-mobnav-button {
    border: none;
    border-radius: 50%;
    width: 100%;
    height: 51px;
    max-width: 51px;
    box-sizing: border-box;
    background: #f0f1f5;
    right: 10px;
    position: relative;
    padding: 0;
  }
  header.enh1 button.en-mobnav-button img {
    width: 28px;
    object-fit: contain;
    position: relative;
    top: 1.5px;
  }

  header.enh1 button.en-mobnav-button::before {
    content: "";
    position: absolute;
    background: none;
    width: 90%;
    height: 90%;
    border: 2px solid #0d0d0d;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2.5px;
    box-sizing: border-box;
    border-radius: 50px;
  }

  header.enh1 button.en-mobnav-button:hover {
    background: #0085bb;
  }

  header.enh1 > div.en-mobile-header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: var(--header-height);
    overflow: hidden;
    background: var(--header-background);
  }

  header.enh1 > div.en-mobile-header a {
    text-decoration: none;
  }

  header.enh1 nav.en-nav {
    position: fixed;
    height: 100%;
    grid-template-columns: auto 1fr;
    grid-template-rows: var(--header-height) 1fr auto;
    overflow: hidden;
    gap: 0;
    opacity: 1;
    background: #0d0d0d;
  }
  div.en-mobnav-bg {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  header.enh1 div.enh1-logo-cont {
    grid-row: 1;
    grid-column: 1;
    width: auto;
    margin: 0 10px 0 10px;
  }
  header.enh1 div.enh1-middle {
    grid-row: 1;
    grid-column: 2;
    justify-content: space-between;
    padding: 0;
    background: var(--header-background);
  }
  header.enh1.enh1 div.enh1-website-name-motto {
    color: var(--website-name-color);
    text-shadow: none;
    visibility: var(--website-name-visibility);
    padding: 0 10px 0 0;
    display: flex;
  }
  header .school_main_name {
    display: none;
  }
  .enh1-website-name {
    font-size: clamp(35px, 8.2vw, 59px);
    line-height: clamp(38px, 7vw, 52px);
    margin: 0;
    left: 0;
  }
  .enh1-website-name span {
    font-size: clamp(28px, 6vw, 50px);
  }
  header.enh1 nav.en-nav > ul > li.en-has-submenu > a::after {
    content: "";
    position: absolute;
    background: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;
    right: 20px;
    top: auto;
    margin: 12px 0 0;
  }
  header.enh1 nav.en-nav > ul > li.en-has-submenu > a:hover::after {
    border-top: 8px solid #fff;
  }
  header.enh1 div.enh1-website-name-motto a {
    color: var(--website-name-color);
  }

  header.enh1 div.enh1-website-motto {
    color: inherit;
  }
  header.enh1 nav.en-nav > ul {
    grid-row: 2;
    grid-column: 1 / 3;
    background-color: #fff;
  }
  header.enh1 nav.en-nav ul li {
    border-top: 1px solid #cccccc;
    position: relative;
  }
  header.enh1 nav.en-nav > ul > li:last-child {
    border-bottom: 1px solid #cccccc;
  }
  header.enh1 nav.en-nav > ul > li > a {
    font-family: var(--menu-font-family);
    font-size: var(--menu-font-size);
    color: #000;
    background: var(--menu-background);
    font-weight: 700;
    padding: 14px 40px 14px 15px;
    letter-spacing: 0.4px;
  }
  header.enh1 nav.en-nav > ul > li > a:hover {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li > ul a {
    font-family: var(--menu-font-family);
    font-size: 19px;
    color: #000;
    background: #fff;
    padding: 12px 15px;
    font-weight: 500;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 0;
  }
  header.enh1 div.enh1-website-name-motto {
    margin: 0;
  }
  header.enh1 nav.en-nav > ul > li > ul a:hover,
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:focus {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }

  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:hover,
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:focus {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-mobile-submenu-opened > a {
    color: var(--menu-color);
    background: var(--menu-background);
  }
  /* HOVER ON SUBMENU INDICATOR ON THE LEFT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:before,
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:focus:before {
    background: var(--menu-hover-color);
  }
  /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE LEFT WHEN SUBMENU IS OPEN */
  header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:before {
    transform: rotate(90deg);
  }
  /* SUBMENU INDICATOR ON THE RIGHT. DISABLED BY DEFAULT. */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    margin-left: 12px;
    background: var(--menu-color);
  }
  /* HOVER ON SUBMENU INDICATOR ON THE RIGHT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:after {
    background: var(--menu-hover-color);
  }
  /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE RIGHT WHEN SUBMENU IS OPEN */
  header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:after {
    transform: rotate(90deg);
  }

  header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
  header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
  header.enh1.enh1mm-2-4 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    display: none;
  }

  header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    display: inline-block;
  }

  header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    display: inline-block;
    float: right;
    margin-top: 0.25em;
  }
  header.enh1 div.enh1-top-bar {
    grid-row: 3;
    grid-column: 1 / 3;
    overflow: visible;
    background: var(--top-bar-background);
    min-height: 100px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -3.5px 10px;
    z-index: 2;
    padding: 15px 10px 15px;
    place-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .headertop_text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    justify-content: center;
  }

  header.enh1 div.enh1-marquee {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  header.enh1 div.enh1-marquee::after {
    content: "";
    position: absolute;
    background: linear-gradient(
      to right,
      #fff 0%,
      transparent 10%,
      transparent 90%,
      #fff 100%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .en-marquee-module.popup-top
    .en-marquee-popup-wrapper
    .en-marquee-popup-icon {
    border-top-color: #731111;
    border-bottom-color: transparent;
  }
  header.enh1 div.enh1-marquee {
    margin: 0 auto;
    left: 0;
    top: -2px;
  }
  header.enh1 div.enh1-marquee p {
    font-size: 17px;
  }
  header.enh1 div.enh1-search-translate {
    grid-row: 1;
    grid-column: 1;
    column-gap: 20%;
    padding: 0;
    font-size: 14px;
  }

  header.enh1 div.enh1-search-translate div.enh1-search > span {
    display: none;
  }

  /* Temporary solution until translate is improved. */
  header.enh1 div.enh1-search-translate #en-public-header-translate:after {
    display: none;
  }

  header.enh1 div.enh1-social {
    column-gap: 10px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
  }

  /* OPTIONS THAT EFFECT ONLY SMALL SCREEN SIZES (MOBILE) */

  header.enh1.enh1mh-1-2 > div.en-mobile-header {
    grid-template-columns: 1fr;
  }

  header.enh1.enh1mh-1-2 nav.en-nav {
    grid-template-columns: 1fr;
  }

  header.enh1.enh1mh-1-2 div.enh1-logo-cont {
    display: none;
  }

  header.enh1.enh1mh-1-2 div.enh1-middle {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-2 nav.en-nav > ul {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-2 div.enh1-top-bar {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-3 div.en-mobile-header div.enh1-middle {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0;
  }

  header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-show {
    left: auto;
    right: 100%;
    animation-name: en_mobnav_appear_from_left_anim;
  }

  header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-hide {
    left: auto;
    right: 100%;
    animation-name: en_mobnav_disappear_to_left_anim;
  }

  header.enh1.enh1but-1-2 button.en-mobnav-button {
    font-size: 45px;
  }

  header.enh1.enh1but-1-3 button.en-mobnav-button {
    font-size: 50px;
  }

  header.enh1.enh1but-2-2 button.en-mobnav-button {
    border-radius: 10%;
  }

  header.enh1.enh1but-2-3 button.en-mobnav-button:hover {
    background: var(--mobnav-button-background);
    color: var(--mobnav-button-color);
  }

  header.enh1.enh1mh-3-2 div.enh1-website-motto {
    display: none;
  }

  header.enh1.enh1mm-1-2 div.enh1-social,
  header.enh1.enh1mm-1-4 div.enh1-social {
    grid-column: 1;
  }
  header.enh1.enh1mm-1-2 div.enh1-search-translate,
  header.enh1.enh1mm-1-4 div.enh1-search-translate {
    grid-column: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-top-bar,
  header.enh1.enh1mm-1-4 div.enh1-top-bar {
    grid-template-rows: 40px 1fr;
  }

  header.enh1.enh1mm-1-3 div.enh1-social,
  header.enh1.enh1mm-1-4 div.enh1-social {
    grid-row: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-search-translate,
  header.enh1.enh1mm-1-4 div.enh1-search-translate {
    grid-row: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-marquee,
  header.enh1.enh1mm-1-4 div.enh1-marquee {
    grid-row: 1;
  }
  header.enh1 div.enh1-search-translate {
    position: relative;
    top: 0;
    margin: 0;
    justify-content: flex-end;
    column-gap: 25px;
  }
  #backto_district a {
    max-width: 300px;
    top: 0;
    right: 0;
    padding: 12px 10px;
    width: 300px;
    max-height: 44px;
  }
  #backto_district {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

/* serach filed */
.en-header-popup-body {
  padding-top: 0 !important;
}
.en-popup-close-img {
  width: 25px !important;
  height: 25px !important;
  background-color: #0d0d0d !important;
}
.en-public-header-popup-close {
  right: -14px !important;
  top: -15px !important;
}
#search-field {
  max-width: 500px;
  border: 1px solid #c0c1c3;
  height: 25px;
  font-size: 16px !important;
  padding: 5px 7px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  min-height: 43px;
  padding-top: 0;
}
.en-header-popup-wrapper {
  height: 38px !important;
  max-width: 500px !important;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1230px) {
  header.enh1 > nav.en-nav {
    width: auto;
  }
  header.enh1.enh1tbar-4-2 div.enh1-top-bar,
  header.enh1 > nav.en-nav > ul {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1099px) {
  header.enh1.enh1-1-2 div.enh1-logo-cont {
    top: 0;
  }
  .enh1-website-name {
    margin: 0;
  }
  header.enh1 > nav.en-nav > ul > li > a {
    padding: 10px clamp(5px, 1vw, 23px) 12px;
  }
  header nav.en-nav ul li.nav_item_last a {
    padding: 10px 15px 10px 15px;
  }
}

/* marquee */
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background-color: #731111;
  border-color: #731111;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #731111;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text,
.en-marquee-module .en-marquee-tooltip-buttons button {
  line-height: 24px;
  font-size: var(--marquee-font-size);
  color: var(--marquee-color);
  font-family: var(--marquee-font-family);
  font-weight: 500;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-size: min(4.6vw, 16px);
  letter-spacing: 1.2px;
  color: #fff;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #fff;
  color: #000;
}
.en-marquee-module .en-marquee-tooltip-buttons button:hover {
  background: #fff;
  color: #000;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #0d0d0d;
  color: #fff;
}
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
  background: #fff;
  color: #000;
}
.en-marquee-module
  .en-marquee-popup-wrapper
  .en-marquee-popup
  .en-marquee-tooltip-buttons {
  gap: 10px;
}
.en-marquee-module .en-marquee-popup-wrapper {
  max-width: 100%;
}

header.enh1 div.enh1-website-name-motto a:visited,
header.enh1 div.enh1-website-name-motto a {
  color: #000;
}

.nav_icon {
  color: #000;
}

@media only screen and (min-width: 356px) and (max-width: 768px) {
  body header .enh1-website-name,
  body header .en-mobnav-show .enh1-website-name {
    font-size: clamp(35px, 6vw, 49px);
    left: 0;
    line-height: clamp(40px, 8vw, 55px);
  }
}

@media only screen and (max-width: 768px) {
  body header .en-mobnav-show .enh1-website-name::after {
    background: #143055;
    position: absolute;
    left: -5px;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
  }
}

