<style>
/* CSS styles here */
.hs-menu-children-wrapper {
    display: none;
}

/* Optional: Add some styling for the submenu */
.hs-menu-children-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hs-menu-children-wrapper ul li {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.hs-menu-children-wrapper ul li a {
    text-decoration: none;
    color: #999;
}

.hs-menu-children-wrapper ul li a:hover {
    background-color: #f0f0f0;
}
  @media (min-width: 1200px)
header.me-header.header-standard .header-main-content .advanced-menu-header .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1>a {
    padding: 33px 15px;
     color: #999;
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
    float: left;
    padding:33px 10px;
    list-style: none;
}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    color: #999;
    text-decoration: none;
}
  li.hs-menu-item.hs-menu-depth-1 a {
     color: #999;
    text-decoration: none;

  }
  ul.hs-menu-children-wrapper {
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 0px 5px 29.05px 5.95px rgba(0,0,0,0.19), 0px 5px 9.9px 0.1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 5px 29.05px 5.95px rgba(0,0,0,0.19),0px 5px 9.9px .1px rgba(0,0,0,0.19);
    box-shadow: 0px 5px 29.05px 5.95px rgba(0,0,0,0.19), 0px 5px 9.9px 0.1px rgba(0,0,0,0.19);
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px 0;
    min-width: 260px;
    left: 0;
}
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    list-style: none;
}
/*headerEmail*/
span.me-header-contact__item {
    color: #999;
    display: flex;
}
span.me-header-contact__item a {
    text-decoration: none;
    color: #999;
}
.row-fluid {
    border-bottom: 1px solid #ebebeb;
}
</style>