/* custom overrides (loaded last) */
/* Accessibility: skip-to-content link, visible only on keyboard focus */
a.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 10px 16px;
  background: var(--color-primary, #003e7e);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 6px 0;
}
a.skip-to-content:focus {
  left: 0;
}
/* Make the "Get Directions" link in the Our Location card read as a hyperlink */
.itemInnerContent ul.unstyledList a {
  color: var(--color-primary, #003e7e);
  text-decoration: underline;
  font-weight: 600;
}
.itemInnerContent ul.unstyledList a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
@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;
  }
}
/* Newsletter block: keep our own H2, hide the Lumistry embed's injected
   heading (h3.lk-title) and description paragraph (p.lk-sub). */
.blockForm .lk-title,
.blockForm .lk-sub,
.blockForm .lk-head {
  display: none !important;
}
