:root {
  --adl-header-navy: #153b6d;
  --adl-header-cyan: #32b8c6;
  --adl-header-border: #cde7eb;
}

#header.header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: block;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 1px solid var(--adl-header-border);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.admin-bar #header.header {
  top: 32px;
}

#header > .container {
  width: min(calc(100% - 40px), 1280px);
  max-width: none;
  padding: 0;
}

#header.header .headerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 76px;
  min-height: 76px;
  margin: 0;
  padding: 0;
}

#header.header .siteInfo {
  height: auto;
  margin: 0;
  padding: 0;
}

#header.header .siteInfo__title a {
  display: block;
  width: 174px;
  height: 32px;
  overflow: hidden;
  color: transparent;
  background: url("logo.svg") no-repeat left center / contain;
  font-size: 0;
  line-height: 1;
}

/* Disable the legacy Additional CSS pseudo-element logo. */
#header.header .siteInfo__title a::before,
#header.header .siteInfo__title a::after {
  display: none;
  content: none;
}

#header.header .siteInfo__desc {
  display: none;
}

#header.header .gnav {
  margin-left: auto;
  padding-left: 20px;
}

#header.header .gNavList > li > a {
  min-height: 76px;
  padding-block: 0;
}

#header.header .gNavList > li:last-child > a {
  min-height: 43px;
  padding: 10px 19px;
}

body.adl-home-cleanup #header.header {
  display: block !important;
}

@media (max-width: 782px) {
  .admin-bar #header.header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  #header > .container {
    width: min(calc(100% - 28px), 1280px);
  }

  #header.header .headerInfo {
    height: 66px;
    min-height: 66px;
  }

  #header.header .siteInfo__title a {
    width: 151px;
    height: 28px;
  }

  #drawer__open.drawer__open {
    color: var(--adl-header-navy);
  }
}
