.hd-header {
/*   padding-top: 25px; */
}
.bg-teal {
  background: #5CB8B2;
}
.hd-row-1 {
  margin-bottom: 1rem;
}
.hd-row-1 > .row {
  justify-content: space-between;
}
.hd-row-2 {
  align-items: center;
  background: #5cb8b2;
}
.hd-row-2 {
  padding: 
}

/* NAVIGATION */
.hd-nav {
  margin-bottom: 0;
  width: 100%;
  display: flex;
}
.hd-nav > li:nth-child(n+4) .sub-menu {
  left: auto;
  right: 0;
} */
.hd-nav li a.active,
.hd-nav li a:hover {
  background-color: #f7f6f2;
}
.hd-nav li:last-child {
  margin-right: 0;
}
.hd-nav li a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  padding: 20px 15px;
}

.hd-nav > li {
  display: inline-flex;
  flex: 1 1 0;
  background: #5CB8B2;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0;
  border-right: 1px solid white;
  position: relative;
}
.hd-nav > li:first-child {
  border-left: 1px solid white;
}

.hd-nav > li > a:hover {
  background: #00685E;
}

.hd-nav > li > a {
  color: white;
  width: 100%;
  text-align: center;
}

.hd-cta-btn {
  display: inline-block;
  
  background-color: #005e85;
  padding: 0 20px;
  font-weight: 700;
}
.hd-cta-btn:hover {
  background: #00685E;
  color: #fff !important;
}
.hd-cta-btn[disabled] {
  background-color: #a3c7d2;
  pointer-events: none;
}

/* DROPDOWN MENU */

.hd-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 650px;
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  z-index: -1;
  border: 2px solid #5CB8B2;
}

.wide-menu {
    width: 780px;  /* For Markets menu */
}

.hd-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 9999;
}

.sb-menu-v2 {
  padding: 0rem 1.5rem 0rem;
}
.sb-menu-v2 .mm-link {
  padding: 0 !important;
}
.sb-menu-v2 > h3,
.sb-menu-v2 > a > h3 {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.sb-menu-v2 .mm-subtitle {
  margin: 0;
  white-space: normal;
  margin-left: 2.7rem;
  display: block;
}
.sb-menu-v2 .mm-subtitle * {
  margin: 0;
  white-space: normal;
  display: block;
  line-height: 1.5;
}
.sb-menu-v2 > h3 .mm-image,
.sb-menu-v2 > a > h3 .mm-image {
  margin-right: 0.5rem;
  max-width: 2rem;
}

.sb-menu-li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* align-items: flex-start; */
  padding: 5px 0;
  font-size: .9rem;
  margin-bottom: .25rem;
  margin-left: 1rem;
}

.sb-menu-v2 h3 span {
  white-space: normal;
}

.sb-menu-li span {
  font-family: 'Public Sans',sans-serif;  
}
.sb-menu-v2 ul li img {
  margin-right: 0.5rem;
  width: 1.2rem;
}
.sb-menu-v2 ul li a {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  font-weight: 500;
  
  padding: 0 0 0 0px;
}
.sb-menu-v2 ul li a:hover {
  color: #00665e;
  text-decoration: underline;
}
.sb-menu-divider {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #bbb; 
}

.hd-nav li a.sb-btn {
    color: #fff;
    margin-left: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 20px;
    border-radius: 0 30px 30px 0;
}
.hd-nav li a.sb-btn:hover {
  background-color: #397bc9;
}

/* RESPONSIVE */
@media only screen and (max-width: 991px) {
  .responsive-mobile-menu.mobile-v2 {
    background: white;
    border: 2px solid #5CB8B2;
  }
  .hd-nav {
    display: none;
  }
  .hd-row-2 > .container {
    display: flex;
    align-items: center; 
    padding: .5rem 1rem;
    justify-content: space-between;
  }
  .hd-btn-mobile {
    background-color: #DAFF0A;
    border-radius: 30px;
    color: black;
    display: inline-block;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
/*     margin-left: 50px; */
    padding: 0 20px;
  }
  
  /* Mobile menu pane  */
  .mobile-menu-li {
    margin-bottom: 0;
  }

  .mobile-menu-title {
    font-family: Public Sans, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #5CB8B2;
    color: black;
    margin: 0 -20px 0 -30px !important;
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-menu-title > .mobile-menu-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
  }
  .mobile-menu-title.hd-cta-btn {
    background: #005e85;
    color: white;
  }
  
  .mobile-megamenu-title {
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }
  .mobile-submenu-li {
    display: flex;
    align-items: baseline;
    padding-left: 1rem;
    border-left: 2px solid #5CB8B2; 
  }
  .mobile-submenu-v2 > .row {
    margin-top: 10px;
  }
  .mobile-submenu-img {
    /* !important due to css override dev vs prod  */
    height: 20px !important;
    width: auto !important;
    margin-right: .5rem;
  }
  .mobile-submenu-li > a {
    font-family: Public Sans, sans-serif;
    font-size: .9rem !important;
    color: black;
    
  }
}

