/* stylelint-disable order/order */
/* stylelint-enable order/order */
/* Variables - breakpoints */
/* Variables - Typography */
/* Variables - Sizes */
/* Variables - shadows */
/* stylelint-disable order/order */
/* stylelint-enable order/order */
.gov-header {
  background-color: var(--component-nav-background);
}
.gov-header__content {
  display: flex;
  flex-direction: column;
  gap: var(--templates-margin-m);
  padding: var(--templates-margin-l);
}
.gov-header__navigation {
  position: relative;
  z-index: 10;
  padding: var(--templates-margin-s) 0;
  border-top: 1px solid var(--border-primary);
}
.gov-header__logo {
  color: var(--icon-on-subtle);
  font-size: var(--font-size-body-m);
  line-height: 150%;
  font-weight: 400;
  text-decoration: none;
}
.gov-header__action {
  display: none;
}
.gov-header__search-bar {
  display: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--component-nav-background);
}
.gov-header__search-bar > * {
  width: 100%;
  padding: var(--templates-margin-l) 0;
}
.gov-header .gov-logo {
  color: var(--icon-on-subtle);
}
@media (min-width: 48em) {
  .gov-header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: var(--templates-layout-page-limit-max);
    margin: 0 auto;
    padding: 0 var(--templates-margin-l);
  }
  .gov-header__divider {
    padding: var(--templates-margin-m) 0;
    border-bottom: 1px solid var(--component-nav-separator);
  }
  .gov-header__navigation {
    max-width: var(--templates-layout-page-limit-max);
    margin: 0 auto;
    padding: var(--templates-margin-s) 0;
    border: none;
  }
  .gov-header__logo {
    font-size: var(--font-size-body-l);
    line-height: 150%;
    font-weight: 400;
  }
  .gov-header__action {
    display: flex;
  }
  .gov-header__search-bar .gov-search {
    width: 31.25rem;
  }
  .gov-header__mobile {
    display: none;
  }
}
.gov-header--small .gov-header__content {
  position: relative;
  z-index: 10;
  padding: 0;
  gap: 0;
}
.gov-header--small .gov-header__content > .gov-header__navigation {
  position: static;
}
.gov-header--small .gov-header__left {
  padding: var(--templates-margin-l);
}
@media (min-width: 48em) {
  .gov-header--small {
    padding: var(--templates-margin-m) 0;
  }
  .gov-header--small .gov-header__content {
    padding: 0 var(--templates-margin-l);
    gap: var(--templates-margin-l);
  }
  .gov-header--small .gov-header__left {
    padding: 0;
  }
  .gov-header--small .gov-header__navigation {
    max-width: none;
    margin: 0 auto 0 0;
  }
}

/*# sourceMappingURL=header.css.map */
