.main-header.sticky-wrapper {
  height: 190px
}

.is-subdomain .main-header.sticky-wrapper {
  height: 287px;
}

.main-header.sticky-wrapper .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  padding: 10px 0;
}

.main-header.sticky-wrapper .sticky {
  background-color: #003366;
}

.main-header.sticky-wrapper .sticky .main-search {
  display: none;
}

.main-header.sticky-wrapper .sticky .main-header-navigation>ul {
  background-color: #003366;
  box-shadow: none;
}

.main-header.sticky-wrapper+.subdomain-nav {
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 999999999;
}

@media (max-width: 1200px) {
  /**.main-header.sticky-wrapper .sticky .branding-block {
    top: 0;
  }*/
}

@media (max-width: 991px) {
  .main-header.sticky-wrapper {
    height: 200px
  }

  .is-subdomain .main-header.sticky-wrapper {
    height: 200px;
  }

  .main-header.sticky-wrapper .sticky {
    height: 76px;
  }

  .main-header.sticky-wrapper .sticky .branding-block {
    position: absolute;
    top: 0;
  }

  .main-header.sticky-wrapper .hamburger>.hamburger {
    top: 35px;
  }

  .is-subdomain .main-header.sticky-wrapper+.subdomain-nav .hamburger>.hamburger {
    top: -30px;
  }

  .main-header.sticky-wrapper .h-menu.hamburger.slideright>input:checked+label+div#menu-container,
  .main-header.sticky-wrapper+.subdomain-nav .h-menu.hamburger.slideright>input:checked+label+div#menu-container {
    top: 76px !important;
  }
}