#background_overlay.z-index {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
  }
  .nav-widget {
    font-family: 'SimpleSans', Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 480px;
    height: 65vh;
    background: #eee;
    width: 100%;
    min-width: 680px;
    max-width: 70vw;
    margin-top: 50px;
    border-radius: 3px;
    z-index: 99999;
  }
  @media (min-width: 993px) {
    .nav-widget {
      margin-left: calc((100vw - 70vw)/2);
    }
  }
  @media (min-width: 1200px) {
    .nav-widget {
      max-width: 60vw;
      margin-left: calc((100vw - 60vw)/2);
    }
  }
  @media (max-width: 992px) {
    .nav-widget {
      max-width: 680px;
      margin-left: calc((100vw - 680px)/2);
    }
  }
  @media (max-width: 767px) {
    .nav-widget {
      min-width: calc(100% - 10px);
      max-width: calc(100% - 10px);
      margin-left: 5px;
      margin-right: 5px;
    }
  }
  @media (min-width: 1400px) {
    .nav-widget {
      max-width: 900px;
      margin-left: calc((100vw - 900px)/2);
    }
  }
  .nav-widget .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav-widget .close-btn {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .nav-widget .close-btn:hover {
    cursor: pointer;
  }
  .nav-widget .close-btn:hover .close-icon:before,
  .nav-widget .close-btn:hover .close-icon:after {
    background-color: #828282;
  }
  .nav-widget .close-btn .close-icon:before,
  .nav-widget .close-btn .close-icon:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #004165;
  }
  .nav-widget .close-btn .close-icon:before {
    transform: rotate(45deg);
  }
  .nav-widget .close-btn .close-icon:after {
    transform: rotate(-45deg);
  }
  .nav-widget [data-widgetshow] {
    display: none;
  }
  .nav-widget [data-widgetshow="smallbus"] {
    display: block;
  }
  .nav-widget [data-widgetshow="smallbus"] ul li,
  .nav-widget [data-widgetshow="largemerch"] ul li,
  .nav-widget [data-widgetshow="allother"] ul li {
    white-space: nowrap;
  }
  .nav-widget ul li {
    background: none;
  }
  .nav-widget .navwid-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav-widget .navwid-left .nwleft-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    background: transparent;
    color: #004165;
    font-size: 16px;
    text-align: left;
    height: 100%;
    border: none;
    border-top: 2px solid #fff;
    cursor: pointer;
    transition: .1s all ease;
    min-height: 80px;
    height: 10.83vh;
    overflow: visible;
  }
  @media (max-width: 992px) {
    .nav-widget .navwid-left .nwleft-btn span {
      max-width: 175px;
    }
  }
  @media (min-width: 1260px) {
    .nav-widget .navwid-left .nwleft-btn {
      font-size: 18px;
    }
  }
  .nav-widget .navwid-left .nwleft-btn:first-child {
    border-top: none;
    border-top-left-radius: 3px;
  }
  .nav-widget .navwid-left .nwleft-btn:last-child {
    border-bottom-left-radius: 3px;
  }
  .nav-widget .navwid-left .nwleft-btn.active {
    background: #00A8E0;
    color: #fff;
    border: none;
    border-top: 2px solid transparent;
    position: relative;
  }
  .nav-widget .navwid-left .nwleft-btn.active:before {
    content: '';
    background: #00A8E0;
    min-height: 80px;
    height: 10.83vh;
    width: 20px;
    right: -19px;
    top: -2px;
    position: absolute;
    border-radius: 0;
  }
  @media (max-width: 992px) {
    .nav-widget .navwid-left .nwleft-btn.active:before {
      width: 12px;
      right: -11px;
    }
  }
  .nav-widget .navwid-left .nwleft-btn.active svg {
    stroke: #fff;
    stroke-width: 1;
  }
  .nav-widget .navwid-left .nwleft-btn.active svg .cls-1 {
    fill: #00A8E0;
  }
  .nav-widget .navwid-left .nwleft-btn svg {
    stroke: #004165;
    stroke-width: 1;
    margin-right: 5px;
    width: 37px !important;
    height: 33px !important;
  }
  .nav-widget .navwid-left .nwleft-btn svg .cls-1 {
    fill: transparent;
  }
  .nav-widget .navwid-left .nwleft-btn svg#smallmerchanticon,
  .nav-widget .navwid-left .nwleft-btn svg#largemerchanticon {
    width: 30px !important;
    height: 26px !important;
    margin-right: 11px;
  }
  .nav-widget .navwid-left .nwleft-btn:hover {
    background: #004165;
    color: #fff;
    text-decoration: none;
  }
  .nav-widget .navwid-left .nwleft-btn:hover svg {
    stroke: #fff;
    stroke-width: 1;
  }
  .nav-widget .navwid-left .nwleft-btn:hover svg .cls-1 {
    fill: #004165;
  }
  .nav-widget .navwid-left .nwleft-btn:hover.active {
    background: #00A8E0;
  }
  .nav-widget .navwid-left .nwleft-btn:hover.active svg {
    stroke-width: 1;
  }
  .nav-widget .navwid-left .nwleft-btn:hover.active svg .cls-1 {
    fill: #00A8E0;
  }
  .nav-widget .navwid-right {
    width: 60%;
    padding: 40px 20px 20px 12.5%;
    display: flex;
    border-left: 2px solid #fff;
  }
  @media (max-width: 1060px) {
    .nav-widget .navwid-right {
      padding-left: 30px;
    }
  }
  @media (min-height: 669px) and (min-width: 1260px) {
    .nav-widget .navwid-right {
      padding: 50px 0 0 80px;
    }
  }
  .nav-widget .navwid-right .nwright-show ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    list-style: none;
    margin: 0;
    padding-left: 0;
    flex-basis: 50%;
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-widget .navwid-right .nwright-show ul li {
    margin-bottom: 23px;
    padding-right: 10px;
    line-height: 1;
  }
  .nav-widget .navwid-right .nwright-show ul li:last-child {
    margin-bottom: 0;
  }
  .nav-widget .navwid-right .nwright-show ul li a {
    color: #004165;
    text-decoration: none;
    font-size: 14px;
    position: relative;
  }
  @media (min-width: 1260px) {
    .nav-widget .navwid-right .nwright-show ul li a {
      font-size: 18px;
    }
  }
  @media (min-height: 669px) {
    .nav-widget .navwid-right .nwright-show ul li a {
      font-size: 16px;
    }
  }
  @media (min-width: 992px) {
    .nav-widget .navwid-right .nwright-show ul li a {
      font-size: 16px;
    }
  }
  .nav-widget .navwid-right .nwright-show ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #004165;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
  }
  .nav-widget .navwid-right .nwright-show ul li a:hover:before,
  .nav-widget .navwid-right .nwright-show ul li a:focus:before {
    visibility: visible;
    transform: scaleX(1);
  }
  .nav-widget .navwid-right .nwright-show[data-widgetshow="largemerch"] ul li {
    margin-bottom: 17px;
  }
  .nav-widget .navwid-right .nwright-show[data-widgetshow="largemerch"] ul li:last-child {
    margin-bottom: 0;
  }
  .nav-widget .navwid-right .nwright-show[data-widgetshow="financial"] ul li,
  .nav-widget .navwid-right .nwright-show[data-widgetshow="comfinancial"] ul li {
    margin-bottom: 14px;
  }
  @media screen and (max-width: 640px) {
    .nav-widget {
      display: none !important;
    }
    #background_overlay {
      display: none !important;
    }
  }
  .nav-flip-in {
    display: flex;
    -webkit-animation: nav-flip-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: nav-flip-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  @-webkit-keyframes nav-flip-in {
    0% {
      -webkit-transform: rotateX(-80deg);
      transform: rotateX(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
    }
  }
  @keyframes nav-flip-in {
    0% {
      -webkit-transform: rotateX(-80deg);
      transform: rotateX(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
    }
  }
  .nav-flip-out {
    display: flex;
    -webkit-animation: nav-flip-out 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: nav-flip-out 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  @-webkit-keyframes nav-flip-out {
    0% {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: rotateX(70deg);
      transform: rotateX(70deg);
      opacity: 0;
    }
  }
  @keyframes nav-flip-out {
    0% {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: rotateX(70deg);
      transform: rotateX(70deg);
      opacity: 0;
    }
  }
  .divPrimaryMenu1 {
    display: none !important;
  }
  .c051-MainNav.homepage-nav .sub-menu-control.hide-important,
  .c051-MainNav.homepage-nav .menu-background.hide-important {
    display: none !important;
  }
  
