/* Between 981-1144px the fixed nav wraps to a taller two-line layout
   than the desktop body offset accounts for, which covers this bar.
   padding-top (not margin, which collapses into body's own offset)
   pushes the message below the nav; !important overrides the
   inline padding-top set on this page's hero-alert-bar instance. */
@media screen and (min-width: 981px) and (max-width: 1144px) {
  .hero-alert-bar {
    padding-top: 120px !important;
  }
}
