section.nb2021-mega-menu #menuElem>li>div>ul>li>ul>div.list-item-wrap li>span {
  color: #000;
  text-rendering: optimizelegibility;
  line-height: 15px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width:1024px){
  section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle {
    top: 60px !important;
  }
  section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span .hs-menu-depth-1 {
    margin: 0 !important;
    padding: 20px 0 !important;
  }
  section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span a {
    color: #1C5466;
    border-bottom: 0;
    font-size: 20px;
    font-weight: 600 !important;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin: 20px 0 0;
  }
  section.nb2018-header.mega-menu-wd-2024 #offscreen-menu {
    transition: 0.3s ease-out;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 90px !important;
    left: 0;
    height: calc(100vh - 112px);
    opacity: 0;
    visibility: hidden;
  }
  .menu-open section.nb2018-header.mega-menu-wd-2024 #offscreen-menu {
    top: 112px !important;
    pointer-events: auto;
    height: calc(100vh - 112px);
    opacity: 1;
    visibility: visible;
  }
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content {
  background-color: #F7F7F7;
  padding: 10px 20px 20px;
  height: 100%;
  box-sizing: border-box;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span .hs-menu-wrapper {
  padding: 0;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span li.hs-menu-depth-2 a {
  font-size: 16px;
  font-weight: 500 !important;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span .hs-menu-depth-1 + .hs-menu-depth-1 {
  border-top: 1px solid #1C546626;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 40px;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .mobile-cta.cta .hs-cta-wrapper {
  text-align: left;
  margin: 0;
}
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle:active {
  background: #1C5466;
}
section.nb2018-header.mega-menu-wd-2024 .lines {
  background: #1C5466;
}
section.nb2018-header.mega-menu-wd-2024 .lines:before,
section.nb2018-header.mega-menu-wd-2024 .lines:after {
  background: #1C5466;
}
.menu-open section.nb2018-header.mega-menu-wd-2024 .lines:before,
.menu-open section.nb2018-header.mega-menu-wd-2024 .lines:after {
  background: #1C5466;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span .hs-menu-depth-2 {
  margin: 0 !important;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span .hs-menu-depth-2 + .hs-menu-depth-2 {
  margin: 20px 0 0 !important;
}
section.nb2018-header.mega-menu-wd-2024 .close {
  opacity: 1;
}
section.nb2018-header.mega-menu-wd-2024 #offscreen-menu .offscreen-menu-content>span li.hs-item-has-children>a:after {
  top: 0;
  right: 10px;
  content: "\f078";
  font-size: 16px;
}
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle.x2 .lines {
  transition: background .1s .1s ease;
}
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle.x2.close .lines:before, 
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle.x2.close .lines:after {
  transition: top .1s ease, -webkit-transform .1s .1s ease;
  transition: top .1s ease, transform .1s .1s ease;
  transition: top .1s ease, transform .1s .1s ease, -webkit-transform .1s .1s ease;
  top: 0;
  width: 30px;
}
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle.x2 .lines:before, 
section.nb2018-header.mega-menu-wd-2024 .hamburger-toggle.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .1s .1s ease, -webkit-transform .1s ease;
  transition: top .1s .1s ease, transform .1s ease;
  transition: top .1s .1s ease, transform .1s ease, -webkit-transform .1s ease;
}
}