/* NESkills v160: Contact page hero tightened page-by-page while hamburger navigation is active. */
@media (max-width: 1099px) {
  body.contact103-page main#main > section.contact103-hero {
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: 18px !important;
    align-items: flex-start !important;
  }

  body.contact103-page .contact103-hero-grid {
    align-items: start !important;
  }

  body.contact103-page .contact103-hero-copy {
    align-self: start !important;
    margin-top: 0 !important;
  }
}
