/* Compact header overrides. */
html { scroll-padding-top: 82px; }
header { height: 78px; }
.brand, .brand.brand-lockup { height: 70px !important; }
.brand-mark { flex-basis: 54px; width: 54px; height: 54px; }
.brand .brand-mark img { width: 106px !important; }

@media (max-width: 700px) {
  html { scroll-padding-top: 68px; }
  header { height: 68px; }
  .brand, .brand.brand-lockup { height: 60px !important; }
  .brand-mark { flex-basis: 44px; width: 44px; height: 44px; }
  .brand .brand-mark img { width: 86px !important; }
  nav { top: 68px; }
  .topbar + header nav.open { max-height: calc(100vh - var(--contact-bar-height, 38px) - 68px); }
}
