/*
 * Local improvements layered after the original exported stylesheet.
 * Keeping these rules separate makes future updates safer.
 */

/* At narrow desktop widths, reserve room for the fixed navigation bar. */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-g-2-col-hero {
    padding-top: 90px;
  }
}

.copyright-wrap {
  gap: 12px;
}

