/* --------------- START Custom Header --------------- */
#cms-header #h1 {
  --logo-width: 267px;
}

@media only screen and (max-width: 1500px) {
  #cms-header #h1 {
    --logo-width: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  #cms-header #h1 {
    --logo-width: 140px;
  }
}

#cms-header #h1 .mobile-header {
  padding-top: 5px;
}

#cms-header #h1 .mobile-header:not(.menu-open) {
  padding-bottom: 5px;
  height: auto;
  --header-height: 60px !important;
}

#cms-header #h1 .mobile-header .main-content {
  order: 0;
  padding-left: 15px;
  height: auto;
}

#cms-header #h1 .mobile-header .main-content a.mobile {
  display: flex;
  align-items: center;
}

#cms-header #h1 .mobile-header .main-content .logo {
  margin-bottom: 0;
}

#cms-header #h1 .mobile-header .left-icon {
  position: static;
  transform: unset;
  margin-right: 10px;
}


#cms-header #h1 .mobile-header:not(.menu-open) .left-icon {
  order: 1;

}

#cms-header #h1 .mobile-header .school-info {
  padding-bottom: 0;
  text-align: left;
  padding-left: 10px;
}

#cms-header #h1 .mobile-header .school-info .org-name {
  font-size: 14px;
}

#app:has(.header-bar-wrapper.sticky) {
  padding-top: var(--header-height);
}

#app:has(.header-bar-wrapper.sticky) #cms-header {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1199px) {
  #cms-header #h1 .top-menu {
    background-color: var(--top-menu-bg-color, var(--primary-color));
    color: var(--top-menu-text-color, #fff);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #cms-header #h1 .top-menu__left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(50% - var(--logo-width) / 2);
  }

  #cms-header #h1 .top-menu__right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(50% - var(--logo-width) / 2);
  }

  #cms-header #h1 .top-menu .menu-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--top-menu-text-color, #fff);
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 110px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1500px) {
  #cms-header #h1 .top-menu .menu-button {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media only screen and (min-width: 1199px) {
  #cms-header #h1 .top-menu .menu-button__icon {
    display: block;
    color: var(--top-menu-text-color, #fff);
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1500px) {
  #cms-header #h1 .top-menu .menu-button__icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1199px) {
  #cms-header #h1 .top-menu .menu-button__icon svg {
    max-width: 100%;
    max-height: 100%;
  }

  #cms-header #h1 .top-menu .menu-button__icon svg * {
    fill: var(--top-menu-text-color, #fff);
  }

  #cms-header #h1 .top-menu .menu-button__text {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 2.5em;
  }

  #cms-header #h1 .top-menu .menu-button__title {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: inherit;
    margin-top: 0.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  #cms-header #h1 .header-container {
    display: flex;
    justify-content: space-between;
  }

  #cms-header #h1 .header-container .left {
    order: 1;
    width: calc(50% + var(--logo-width) / 2);
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
    height: 100%;
    position: relative;
  }

  #cms-header #h1 .header-container .school-info {
    display: none;
  }

  #cms-header #h1 .header-container .left .logo {
    width: var(--logo-width);
    height: var(--logo-width);
    margin-right: 0;
    height: auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  #cms-header #h1 .header-container .left .logo img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1500px) {
  #cms-header #h1 .header-container .left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1199px) {
  #cms-header #h1 .header-container .right {
    order: 0;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 0;
    margin-left: 0;
    width: calc(50% - var(--logo-width) / 2);
    justify-content: flex-start;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1500px) {
  #cms-header #h1 .header-container .right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1199px) {
  #cms-header #h1 .header-container .right #schools-menu-sm1 {
    /* z-index: 99; */
    margin-top: 12px;
    padding-top: 85px;
  }
}

@media only screen and (max-width: 1200px) {
  #cms-header #h1 .top-menu {
    display: none;
  }
}

/* --------------- END Custom Header --------------- */
/*# sourceMappingURL=dev2.css.map */