/* RC14.3 navigation enforcement layer.
   Load after every page's local styles. Primary navigation is anchored
   immediately after the brand; only the package CTA occupies the far edge. */
@media (min-width:821px){
  nav.nlm-global-nav .nlm-global-nav__inner{
    justify-content:flex-start!important;
  }
  nav.nlm-global-nav .nlm-global-menus{
    justify-content:flex-start!important;
    flex:1 1 auto!important;
    margin:0 0 0 30px!important;
  }
  nav.nlm-global-nav .nlm-global-premium{
    margin-left:auto!important;
  }
}

@media (min-width:821px) and (max-width:1180px){
  nav.nlm-global-nav .nlm-global-menus{margin-left:18px!important}
}
