
/* Gainwell v1.33 — dedicated mobile navigation, not the desktop mega menu */
.gw-mobile-simple-nav{display:none}

@media(max-width:940px){
  .main-nav{display:none!important}
  .site-header{position:relative!important;z-index:1500!important}
  .nav-shell{position:relative!important;z-index:1501!important}

  .gw-mobile-simple-nav{
    position:fixed;
    left:0;right:0;
    top:var(--gw-mobile-menu-top,76px);
    z-index:2147483000;
    width:100%;
    height:calc(100dvh - var(--gw-mobile-menu-top,76px));
    display:none;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#fff;
    box-shadow:0 22px 55px rgba(7,31,46,.22)
  }
  .gw-mobile-simple-nav.is-open{display:block}
  body.gw-mobile-simple-open{overflow:hidden!important}

  .gw-mobile-simple-nav__inner{padding:0 20px 30px}
  .gw-mobile-simple-nav__direct,
  .gw-mobile-simple-group__row{
    min-height:56px;
    border-bottom:1px solid #d9e2e5
  }
  .gw-mobile-simple-nav__direct,
  .gw-mobile-simple-group__row>a{
    display:flex;
    align-items:center;
    min-height:56px;
    color:#1d3542;
    font-size:13px;
    font-weight:800;
    letter-spacing:.02em
  }
  .gw-mobile-simple-nav__direct.is-active,
  .gw-mobile-simple-group__row>a.is-active{
    color:#1686b4;
    box-shadow:inset 3px 0 0 #1686b4;
    padding-left:13px;
    background:#eef6f8
  }
  .gw-mobile-simple-group__row{
    display:grid;
    grid-template-columns:minmax(0,1fr) 50px;
    align-items:stretch
  }
  .gw-mobile-simple-group__row button{
    display:grid;place-items:center;
    border:0;border-left:1px solid #e2e8ea;
    background:#fff;color:#1686b4;cursor:pointer
  }
  .gw-mobile-simple-group__row button span{
    font-size:20px;line-height:1;transition:transform .2s ease
  }
  .gw-mobile-simple-group.is-open .gw-mobile-simple-group__row button span{transform:rotate(45deg)}
  .gw-mobile-simple-group__panel{
    padding:4px 0 8px 18px;
    background:#f6f9fa;
    border-bottom:1px solid #d9e2e5
  }
  .gw-mobile-simple-group__panel[hidden]{display:none!important}
  .gw-mobile-simple-group__panel a{
    min-height:44px;
    display:flex;align-items:center;
    padding:0 13px;
    color:#38515d;
    border-bottom:1px solid #e5ebed;
    font-size:13px;font-weight:650
  }
  .gw-mobile-simple-group__panel a:last-child{border-bottom:0}
  .gw-mobile-simple-group__panel a:hover{color:#1686b4;background:#edf5f7}
  .gw-mobile-simple-nav__cta{
    width:100%;min-height:50px;margin-top:20px;
    border:0;background:#1686b4;color:#fff;
    font-size:11px;font-weight:850;letter-spacing:.08em
  }
}
