/* custom overrides (loaded last) */
/* a11y: skip-to-content link — visually hidden until keyboard-focused, so the
   template design is unchanged for sighted mouse users */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 10px 16px;
  background: #0b3b6f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 6px 0;
}
.skip-to-content:focus {
  left: 0;
}
/* a11y: expand small interactive controls to a >=44px touch target without
   moving neighbours — the extra hit area is created with padding + a centring
   inline-flex, and negative margin keeps the visual box in place */
.zocial,
.navTrigger,
.socialIcons a,
.slick-arrow,
.slick-prev,
.slick-next {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer a,
.footerContainer a,
nav a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .headerAndNavContainer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  /* eyebrow (secondary nav) collapses on scroll to reclaim space */
  .secondaryNav {
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
  .secondaryNav.eyebrow-collapsed {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}
