
.cbmc-shell-enabled .cbmc-main-nav.cbmc-nav-fixed{
  display:flex;
  align-items:center;
  gap:18px;
}
.cbmc-nav-fixed>a,
.cbmc-nav-fixed>div>button{
  color:#10202F;
  font:inherit;
  font-weight:650;
  text-decoration:none;
  background:none;
  border:0;
  cursor:pointer;
  white-space:nowrap;
}
.cbmc-nav-fixed>a:hover,
.cbmc-nav-fixed>div>button:hover{
  color:#1B6A9B;
}
.cbmc-nav-fixed .cbmc-nav-cta{
  background:#123B5D!important;
  color:#fff!important;
  padding:12px 17px;
  border-radius:999px;
}
.cbmc-nav-fixed .cbmc-nav-group{
  position:relative;
}
.cbmc-nav-fixed .cbmc-nav-group>button::after{
  content:"▾";
  font-size:11px;
  margin-left:6px;
}
.cbmc-nav-fixed .cbmc-nav-dropdown{
  display:none;
  position:absolute;
  top:calc(100% + 18px);
  left:50%;
  transform:translateX(-50%);
  min-width:650px;
  padding:24px;
  border:1px solid #DCE7EC;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 50px rgba(18,59,93,.14);
  grid-template-columns:repeat(2,1fr);
  gap:10px 24px;
  z-index:10000;
}
.cbmc-nav-fixed .cbmc-nav-group.is-open .cbmc-nav-dropdown,
.cbmc-nav-fixed .cbmc-nav-group:hover .cbmc-nav-dropdown,
.cbmc-nav-fixed .cbmc-nav-group:focus-within .cbmc-nav-dropdown{
  display:grid;
}
.cbmc-nav-fixed .cbmc-nav-dropdown .cbmc-nav-overview{
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-bottom:15px;
  margin-bottom:8px;
  border-bottom:1px solid #DCE7EC;
  color:#123B5D;
  font-weight:800;
  text-decoration:none;
}
.cbmc-nav-fixed .cbmc-nav-dropdown a:not(.cbmc-nav-overview){
  color:#10202F;
  text-decoration:none;
  padding:8px 0;
}
.cbmc-nav-fixed .cbmc-nav-dropdown a:hover{
  color:#1B6A9B;
}
@media(max-width:1150px){
  .cbmc-shell-enabled .cbmc-main-nav.cbmc-nav-fixed{gap:13px}
  .cbmc-nav-fixed>a,
  .cbmc-nav-fixed>div>button{font-size:14px}
}
@media(max-width:900px){
  .cbmc-shell-enabled .cbmc-main-nav.cbmc-nav-fixed{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    padding:20px;
    flex-direction:column;
    align-items:stretch;
    border-top:1px solid #DCE7EC;
    gap:6px;
  }
  .cbmc-shell-enabled .cbmc-main-nav.cbmc-nav-fixed.is-open{display:flex}
  .cbmc-nav-fixed>a,
  .cbmc-nav-fixed>div>button{
    display:block;
    width:100%;
    text-align:left;
    padding:11px 6px;
  }
  .cbmc-nav-fixed .cbmc-nav-group{width:100%}
  .cbmc-nav-fixed .cbmc-nav-dropdown{
    position:static;
    transform:none;
    min-width:0;
    width:auto;
    box-shadow:none;
    border:0;
    border-left:3px solid #DCE7EC;
    border-radius:0;
    padding:10px 0 10px 18px;
    grid-template-columns:1fr;
  }
  .cbmc-nav-fixed .cbmc-nav-group:hover .cbmc-nav-dropdown{display:none}
  .cbmc-nav-fixed .cbmc-nav-group.is-open .cbmc-nav-dropdown{display:grid}
  .cbmc-nav-fixed .cbmc-nav-dropdown .cbmc-nav-overview{grid-column:auto}
}
