/* Header and menu bar */
.kuluma-header{
  position:sticky;
  top:0;
  z-index:1040;
  background:#fff;
}
.kuluma-header.is-scrolled .kuluma-navbar{
  box-shadow:0 18px 36px rgba(20,33,61,.10);
}
.kuluma-utility{
  background:#f5f7fb;
  border-bottom:1px solid rgba(20,33,61,.08);
}
.kuluma-utility-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.kuluma-utility-left,
.kuluma-utility-right{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.kuluma-utility a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#4f6285;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}
.kuluma-utility a:hover,
.kuluma-utility a:focus{
  color:var(--brand-blue);
}
.kuluma-utility i{
  color:var(--brand-blue-2);
  font-size:14px;
}
.kuluma-navbar{
  margin:0;
  border:0;
  border-radius:0;
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 0 rgba(20,33,61,.06);
  transition:box-shadow .25s ease;
}
.kuluma-navbar-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:88px;
}
.kuluma-navbar-header{
  float:none;
  display:flex;
  align-items:center;
}
.kuluma-brand{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  height:auto;
  padding:0 !important;
  margin:0 !important;
}
.kuluma-brand img{
  width:auto;
  height:34px;
}
.kuluma-navbar .navbar-toggle{
  margin:0 0 0 14px;
  border:1px solid rgba(31,94,255,.18);
  border-radius:14px;
  padding:10px 11px;
  background:#fff;
}
.kuluma-navbar .navbar-toggle .icon-bar{
  background:#173986;
  width:20px;
  height:2px;
  border-radius:999px;
}
.kuluma-navbar-collapse{
  border-top:0 !important;
  box-shadow:none !important;
  padding:0;
  margin-left:auto;
}
.kuluma-nav{
  float:none;
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
}
.kuluma-nav>li{
  float:none;
}
.kuluma-nav>li>a{
  padding:16px 14px !important;
  color:#243556 !important;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  background:transparent !important;
}
.kuluma-nav>li>a:hover,
.kuluma-nav>li>a:focus,
.kuluma-nav>li.active>a{
  color:var(--brand-blue-2) !important;
}
.kuluma-header-cta{
  display:flex;
  align-items:center;
  gap:14px;
}
.kuluma-header-accounts{
  margin-left:54px;
  padding-left:30px;
  border-left:1px solid rgba(20,33,61,.10);
}
.kuluma-account-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#243556;
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  text-decoration:none;
}
.kuluma-account-link:hover,
.kuluma-account-link:focus{
  color:var(--brand-blue-2);
  text-decoration:none;
}
.kuluma-account-sales{
  opacity:.92;
}
.kuluma-account-login{
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(20,33,61,.12);
  background:#f7f9fe;
  box-shadow:0 12px 24px rgba(20,33,61,.05);
}
@media (min-width:768px){
  .kuluma-navbar .navbar-collapse.collapse{
    display:flex !important;
    align-items:center;
    margin-left:auto;
  }
}
@media (max-width:991px){
  .kuluma-header{
    position:relative;
  }
  .kuluma-navbar-shell{
    min-height:78px;
    display:block;
  }
  .kuluma-navbar-header{
    width:100%;
    min-height:78px;
    justify-content:space-between;
  }
  .kuluma-navbar-collapse{
    background:#fff;
    border-top:1px solid rgba(20,33,61,.08) !important;
    margin-top:14px;
    padding:16px 0 6px;
  }
  .kuluma-nav{
    display:block;
    margin:0;
  }
  .kuluma-nav>li>a{
    padding:12px 0 !important;
  }
  .kuluma-header-accounts{
    margin:16px 0 0;
    padding:16px 0 0;
    border-left:0;
    border-top:1px solid rgba(20,33,61,.08);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .kuluma-account-link{
    width:100%;
    justify-content:flex-start;
    padding:12px 16px;
    border-radius:16px;
    background:#f7f9fe;
    border:1px solid rgba(20,33,61,.08);
  }
  .kuluma-account-login{
    box-shadow:none;
  }
}
