/* Keep the primary navigation available while scrolling. */
@media (min-width:768px){
  .nav-sections{
    position:sticky!important;
    top:42px!important;
    z-index:990!important;
  }
}
@media (max-width:767px){
  .nav-open .nav-sections{
    bottom:0!important;
    position:fixed!important;
    z-index:1001!important;
  }
  html.jmh-mobile-menu-stuck .nav-toggle{
    align-items:center!important;
    background:#0e2b55!important;
    border:2px solid #fff!important;
    box-shadow:0 4px 14px rgba(0,0,0,.28)!important;
    display:flex!important;
    height:48px!important;
    justify-content:center!important;
    left:12px!important;
    margin:0!important;
    position:fixed!important;
    top:62px!important;
    width:48px!important;
    z-index:1002!important;
  }
  html.jmh-mobile-menu-stuck .nav-toggle:before{color:#fff!important;margin:0!important}
}
