



.nav.header-nav.mega-menu li:before {
    display: none;
}
.nav.header-nav.mega-menu li {
    margin-bottom: 0px;
}

.nav.header-nav.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: 100%;
    width: 100%;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

.nav.header-nav.mega-menu ul.hs-menu-children-wrapper li {
    width: 50%;
    float: left;
    margin-right: 0px;
}
.nav.header-nav.mega-menu ul.hs-menu-children-wrapper {
    background: #fff;
    border: 1px solid #81c9cb;
    border-radius: 5px;
    min-width: 600px;
    padding: 20px;
}

.nav.header-nav.mega-menu ul.hs-menu-children-wrapper li a:hover {
    background-color: #e5f5f8;
    color: #000;
}


.header-search {
    top: 7px;
    right: 230px;
    padding: 10px;
    min-width: 50px;
    text-align: center;
}

.header-search a {
  color: #81C9CB;
}

.header-search a:hover {
  color: #000;
}








/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 21px;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results li a:hover {
  color: #000;
  text-decoration: none;
}



.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}
 


