/* FINAL MOBILE + DESKTOP FIXED HEADER OVERRIDE */

html, body{
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

.kgx-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:999999999 !important;
  background:#fff !important;
  box-shadow:0 8px 28px rgba(8,17,31,.12) !important;
}

main{
  padding-top:196px !important;
}

.kgx-navbar{
  position:relative !important;
  z-index:999999999 !important;
  background:#fff !important;
}

.kgx-nav-links{
  z-index:999999999 !important;
}

@media(max-width:900px){

  .kgx-topbar{
    display:none !important;
  }

  .kgx-header{
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    overflow:visible !important;
  }

  main{
    padding-top:76px !important;
  }

  .kgx-navbar{
    width:100% !important;
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    margin:0 !important;
    padding:8px 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  .kgx-brand img{
    width:180px !important;
    max-width:180px !important;
    max-height:56px !important;
    height:auto !important;
    object-fit:contain !important;
  }

  .kgx-menu-toggle{
    display:grid !important;
    place-items:center !important;
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    border:0 !important;
    border-radius:10px !important;
    background:#071529 !important;
    color:#fff !important;
    font-size:26px !important;
  }

  .kgx-nav-links{
    position:fixed !important;
    top:76px !important;
    left:10px !important;
    right:10px !important;
    width:auto !important;
    max-height:calc(100vh - 88px) !important;
    overflow-y:auto !important;
    background:#fff !important;
    border:1px solid #e5eaf0 !important;
    border-radius:14px !important;
    box-shadow:0 24px 70px rgba(8,17,31,.22) !important;
    padding:12px !important;
  }

  .kgx-nav-links a{
    display:block !important;
    padding:14px 12px !important;
    border-bottom:1px solid #edf1f5 !important;
  }

  .kgx-nav-cta{
    width:100% !important;
    justify-content:center !important;
    margin-top:10px !important;
  }
}

@media(max-width:420px){
  .kgx-brand img{
    width:160px !important;
    max-width:160px !important;
  }
}
