@media screen and (min-width: 1025px) {
  body .header-nav .nav-section {
    max-height: 600px;
  }
  body .header-nav ul {
    justify-content: center;
  }
  body .header-nav ul li.nav-top-level {
    display: block;
  }
  body .header-nav ul li.nav-top-level > span {
    margin: 0 0.75em;
  }
  body .header-nav .header-nav-columns {
    display: flex;
    gap: 2em;
    justify-content: space-between;
  }
  body .header-nav .header-nav-columns > * {
    max-width: 500px;
  }
}

/*# sourceMappingURL=header-nav-desktop.css.map */
