.sticky-menu {
    transition: top 0.2s linear;
    max-width: 300px;
    background-color: white;
}
#affiliate_toc .hs_cos_wrapper_type_module {
     position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
}
.sticky {
  position: fixed;
  top: 180px;
  z-index: 9999;
  width: 100%;
}
.stickyBottom {
  position: fixed;
  bottom: 0px;
}
.sticky-menu .hs-menu-item {
  display: block;
  height: 27px;
  width: 100%;
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
font-size: 1em;
line-height: 27px;
  margin: .5rem 0;
}
.sticky-menu .hs-menu-item a {
  color: black;
}
.sticky-menu .hs-menu-item a:hover {
  color: teal;
  text-decoration: none;
}
.sticky-menu .hs-menu-item::before {
content: '';
}
.mobileMenuContainer {
  width: 100vw;
  padding: 1rem;
  background: white;
}

/* MOBILE MENU */
@media (max-width: 768px) {
  .sticky {
    top: 116px;
    max-width: 95%;
    padding: 20px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    background: white;
    width: 100%;
  }
    .sticky-menu {
      width: 100%;
      text-align: center;
      justify-content: center;
      background: white;
  }
}
@media (min-width: 769px) {
  .mobileMenuContainer {
    display: none;
  }
  #affiliate_toc .hs_cos_wrapper_type_module {
     position: sticky;
    top: 180px;
}
  .mobile {
   display: none;
  }
}
.mobileMenu {
 width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #006080;
  background: white;
}
.mobileMenu:hover {
  background: rgba(210, 234, 229, 0.3);