/* custom overrides (loaded last) */
@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;
  }
}

/* 'Download Our App' sits at the bottom of the footer, aligned to the right */
.footerContent .appDownloadAtBottom,
.footerContent .appDownloadAtBottom .blockContent,
.footerContent .appDownloadAtBottom .blockInnerContent,
.footerContent .appDownloadAtBottom .secondaryTitle,
.footerContent .appDownloadAtBottom ul {
  text-align: right !important;
}
.footerContent .appDownloadAtBottom ul {
  margin-right: 0;
  padding-right: 0;
}
.footerContent .appDownloadAtBottom li {
  display: inline-block;
  float: none;
  margin-left: 0.5em;
  margin-right: 0;
}