.menu-desktop {
    border-bottom-width: 1px;
    border-bottom-style: solid;
   }
  
  .custom-module.header-global {
        overflow: visible;
      position: absolute;
      left: 0;
        z-index: 999;
  }
  .header-spacer {
        display: none;
  }
  .page-modules .hs_cos_wrapper_type_widget_container > div:first-child .header-spacer:first-child,
  .blog-banner .header-spacer:first-child, body.w-sidebar .body-container > div:first-child .banner-inner > .header-spacer:first-child {
        display: block; 	
  }
  .header-global.sticky {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 999;
      -webkit-transition: box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease;
      -moz-transition: box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease;
      -o-transition: box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease;
      transition: box-shadow 0.3s ease, left 0.3s ease, right 0.3s ease;
  }
  .header-global.sticky .overcol {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
  }
  .custom-module.header-global .cell-wrapper {
      -webkit-transition: padding 0.3s ease;
      -moz-transition: padding 0.3s ease;
      -ms-transition: padding 0.3s ease;
      -o-transition: padding 0.3s ease;
      transition: padding 0.3s ease;
  }
  .header-global .logo-nav {
    display: table;
    width: 100%;
    padding-top: 15px;
  }
  .mfp-wrap + .header-container-wrapper .header-global.sticky {
        z-index: 1;
  }
  
  /* LOGO */
  .header-global .logo {
          display: table-cell;	
          vertical-align: top;
        width: 17%;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -ms-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease;
  }
  .header-global .logo a {
        position: relative;
        z-index: 1;
      display: flex;
  }
  .header-global .logo img {
        vertical-align: top;
        width: auto;
      max-height: 45px;
  }
  
  /* NAV */
  .header-global li.hs-menu-depth-1 {
        float: none !important;
        display: inline-block;
        vertical-align: top;
          margin: 0 0 0 13px;
      position: static !important;
  }
  .header-global .nav-right li.hs-menu-depth-1:first-child {
        margin-left: 0;
  }
  .header-global .hs-menu-depth-1 > a, .header-global .hs-menu-depth-1 > .cp-menu-item-static {
      font-weight: 500;
        display: block;
      overflow: visible !important;
      padding: 0 5px;
      position: relative;
      line-height: 70px; {# when changing this, update text and image module: variable on-top #}
      -webkit-transition: color 0.4s ease, line-height 0.3s ease;
      -moz-transition: color 0.4s ease, line-height 0.3s ease;
      -ms-transition: color 0.4s ease, line-height 0.3s ease;
      -o-transition: color 0.4s ease, line-height 0.3s ease;
      transition: color 0.4s ease, line-height 0.3s ease;
  }
  .header-global .hs-menu-depth-1.hs-item-has-children > a:after, .header-global .hs-menu-depth-1.hs-item-has-children > .cp-menu-item-static:after {
      content: "\f077";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 12px;
      position: absolute;
      margin-left: 5px;
      z-index: 1;
      transition: all .2s;
      transform: rotate(180deg);
  }
  .header-global .hs-menu-depth-1.hs-item-has-children:hover > a:after,
  .header-global .hs-menu-depth-1.hs-item-has-children:hover > .cp-menu-item-static:after {
      transform: rotate(0deg);
  }
  .header-global .hs-menu-depth-1.hs-item-has-children:hover > a:before {
    content: "";
      position: absolute;
      left: 0;
      bottom: 18px;
      width: 120%;
      height: 4px;
      background-color: #33CCC9;
  }
  .header-global .hs-menu-depth-1.active-branch {
    
  }
  
  .header-global .drop-down {
      display: none;
      position: fixed;
      left: -3%;
      right: -3%;
      top: 85px;
      padding-bottom: 20px;
      text-align: left;      
      -webkit-transition: top 0.3s ease;
      -moz-transition: top 0.3s ease;
      -ms-transition: top 0.3s ease;
      -o-transition: top 0.3s ease;
      transition: top 0.3s ease;
  }
  @keyframes drop-down-animation-show {
    0%   {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .header-global .hs-menu-depth-1.hs-item-has-children .drop-down {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    -ms-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
    transition-delay: 0.15s;
  }
  
  .header-global .hs-menu-depth-1.hs-item-has-children .drop-down *{
      pointer-events: none;
  }
  
  .header-global .hs-menu-depth-1.hs-item-has-children:hover .drop-down {
    visibility: visible;
    opacity: 1;
  }
  
  .header-global .hs-menu-depth-1.hs-item-has-children.open .drop-down {
    visibility: visible;
    opacity: 1;
  }
  
  .header-global .hs-menu-depth-1.hs-item-has-children:hover .drop-down *{
      pointer-events: auto;
  }
  
  .header-global .hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }
  
  .header-global .drop-down > .hs-menu-children-wrapper {
      width: 90%;
      max-width: 1120px;
      margin: 0 auto !important;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background: #fff;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border: 1px solid #E1DFDD;
      padding: 30px 0px;
      box-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
  }
  
  .header-global .drop-down .hs-menu-children-wrapper {
      display: block;
  }
  
  .header-global .hs-menu-depth-2 > .hs-menu-children-wrapper {
      margin: 5px 0 0;
  }
  .header-global .hs-menu-depth-2 {
      float: left;
      width: 23.76%;
      display: flex;
      flex-direction: column;
  }
  .header-global .hs-menu-depth-2 > a, .header-global .hs-menu-depth-2 > .cp-menu-item-static {
    display: inline !important;
    letter-spacing: .32px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #EDEBE9;
    padding-bottom: 5px;
    margin: 8px 12px;
    line-height: 20px;
  }
  
  .header-global .hs-menu-depth-2 > a::first-letter, .header-global .hs-menu-depth-2 > .cp-menu-item-static::first-letter {
    text-transform: uppercase;
  }
  
  .header-global .hs-menu-depth-2 > a.disabled{
      pointer-events: none !important;
      cursor: default;
  }
  
  .header-global .hs-menu-depth-2 > a:hover {
    background-color: #efefef;
    color: #307e82;
    margin: 0px 0px 7px 0px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 0;
  }
  
  .header-global .hs-menu-depth-3 {
      margin: 8px 0px;
  }
  
  .header-global .hs-menu-depth-3 > a {
      display: inline !important;
      font-size: 13px;
      letter-spacing: .22px;
      line-height: 14px;
      border-radius: 8px;
      padding: 8px 12px;
  }
  
  .header-global .hs-menu-depth-3 > a:hover {
      color: #307E82;
      background-color: #EFEFEF;
  }
  
  /* right */
  .header-global .nav-right {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      width: 82%;
  }
  .header-global .nav-right .inner {
  }
  .header-global .nav-right .hs-menu-flow-horizontal {
      display: block;
  }
  .header-global .nav-right .hs_cos_wrapper_type_simple_menu,
  .header-global .nav-right .hs_cos_wrapper_type_menu, 
  .header-global .nav-right .cta-container {
        display: inline-block;
          vertical-align: middle;
  }
  
  /* SEARCH */
  .header-global .search-icon {
        display: inline-block;
          vertical-align: middle;
        padding: 0 0 0 10px;
  }
  .header-global .search-icon .fa-search {
        font-weight: 700;
          color: #33CCC9;
        cursor: pointer;
        padding: 2px;
      font-size: 20px;
  }
  .header-global .search-icon .fa-search.active {
    color: #33CCC9;  
  }
  .header-global .site-search {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      height: 120px;
      background: transparent;
      -webkit-box-shadow: none;
  }
  .header-global .site-search .inner {
      display: table;
      width: 90%;
      max-width: 1120px;
      margin: 0 auto;
          height: 100%;
       background: #fff;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border: 1px solid #E1DFDD;
      box-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .header-global .site-search form {
      display: table-cell;
      vertical-align: middle;
        position: relative;
      width: 420px;
  }
  .header-global input.hs-search-field__input {
      font-size: 14px;
      line-height: 30px;
      width: 100%;
      background: none;
      padding: 0px 30px 0px 0;
      border: none;
      border-bottom: 1px solid #1736D2;
      -webkit-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      color: #201F1E;
  }
  
  .header-global input.hs-search-field__input::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 30px;
      color: #201F1E !important;
  }
  .header-global input.hs-search-field__input::-moz-placeholder {
      font-size: 14px;
      line-height: 30px;
      color: #201F1E;
  }
  .header-global input.hs-search-field__input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 30px;
      color: #201F1E;
  }
  .header-global input.hs-search-field__input:-moz-placeholder {
      font-size: 14px;
      line-height: 30px;
      color: #201F1E;
  }
  .header-global input[type="search"]::-webkit-search-cancel-button, .mobile-search input[type="search"]::-webkit-search-cancel-button {
      -webkit-appearance: none;
  }
  .header-global .site-search button, .mobile-search button {
      -webkit-appearance: none;
      padding: 2px;
      margin: 4px 0 0;
      background: none;
      border: 0;
      position: absolute;
      right: 0;
      cursor: pointer;
  }
  .header-global .site-search button i {
      font-size: 15px;  
  }
  
  .mobile-search button i {
      font-size: 18px;
  }
  
  /* CTA */
  
  .header-global .cta {
          display: table-cell;
        vertical-align: middle;
        width: 22.5%;
        text-align: right;
  }
  .header-global .cta .hs-cta-wrapper {
        display: none;
  }
  .header-global .cta_button[title] {
        position: relative;
  }
  .header-global .nav-right .cta_button[title] {
        margin: 0 0 0 20px;
      font-weight: 600;
  }
  .header-global .cta-container {
    margin-left: 20px;
  } 
  .header-global .cta-container > svg {
        display: none;
  }
  .header-global .cta_button[title] svg {
      height: 1.1em;
      vertical-align: bottom;
      fill: #fff;
          margin-left: 7px;
  }
  
  /* MENU CTAs */
  .menu-ctas {
      display: none;
  }
  
  .drop-down li.menu-cta {
      float: left;
      width: 28.6%;
  }
  .drop-down .image {
      overflow: hidden;
      margin: 0 0 10px;
      position: relative;
  }
  .drop-down .image img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  .drop-down .image .hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
  }
  .drop-down .image .hover2 {
      display: table;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0);
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease;
  }
  .drop-down .image:hover .hover2 {
      background-color: rgba(0,0,0,.2);
  }
  .drop-down .image .hover3 {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
  }
  .drop-down .image .title {
      font-size: 12px;
      font-weight: bold;
      line-height: 21px;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      background-color: rgba(0,0,0,.5);
      color: #fff;
      padding: 5px 22px;
      border: 1px solid #fff;
      border-radius: 23px;
      opacity: 0;
      box-sizing: border-box;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
  }
  .drop-down .image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
  }
  .drop-down .image:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  .drop-down .image:hover .title {
      opacity: 1;
  }
  .drop-down p {
      text-align: center;
  }
  .drop-down .menu-cta-header{
      color: #000;
  }
  .drop-down .menu-cta-header:hover{
      background: #58CF83;
      background: -webkit-linear-gradient(legacy-direction(135deg), #58CF83 0%, #55C5CD 100%);
      background: -webkit-linear-gradient(315deg, #58CF83 0%, #55C5CD 100%);
      background: linear-gradient(135deg, #58CF83 0%, #55C5CD 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  
 
  /* MOBILE NAV */
  .mobile-nav-toggle {
        position: absolute;
        top: 50%;
        right: 0;
        height: 30px;
          display: block;
      color: #cdcdcd;
        margin-top: -15px;
        display: none;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: initial;
  }
  .mobile-nav-toggle i {
      font-size: 28px;
  }
  .body-container-wrapper.push, .footer-container-wrapper.push {
      position: relative;
  }
  .header-global[style*='right: 440px'], .header-global[style*='right: 85%'] {
        left: auto;
  }
  #mobile-nav {
      text-align: left;
      position: fixed;
      right: -440px;
      width: 440px;
      background: #FFFFFF;
      color: #000000;
      padding: 20px 0;
      overflow: scroll;
          z-index: 99999999999;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
      -moz-box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
      box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
      -webkit-appearance: none;
      appearance: none;
  }
  #mobile-nav .hs-menu-depth-1 {
      float: none !important;
  }
  #mobile-nav .hs-menu-depth-1 .fas {
      color: #000000;
  }
  #mobile-nav .hs-menu-depth-1.active-branch {
      background: rgba(0,0,0,.1);
  }
  #mobile-nav .hs-menu-depth-1 > a {
      font-weight: 400;
      display: block;
      padding: 10px 0 9px;
      margin: 0 0 0 50px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000000;
      -webkit-appearance: none;
      appearance: none;
  }
  #mobile-nav .hs-menu-children-wrapper {
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
  #mobile-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
      padding: 12px 20px 5px 45px;
      display: none;
  }
  #mobile-nav a, #mobile-nav .cp-menu-item-static {
      font-size: 16px;
      color: #000000;
  }
  #mobile-nav li.hs-item-has-children {
      position: relative;
  }
  #mobile-nav .hs-menu-depth-1 > .fas {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      font-size: 18px;
      font-weight: 700;
      line-height: 45px;
      text-align: center;
      cursor: pointer;
      padding: 1px 0 0 10px;
      height: 45px;
      box-sizing: border-box;
  }
#mobile-nav .hs-menu-depth-1 > .fas:before{
    
}
  #mobile-nav .hs-menu-depth-1.open > .fas {
    background-color: #D7DDFB;
  }
  #mobile-nav .hs-menu-depth-1.open > a {
    background-color: #D7DDFB;
    position: relative;
  }
  #mobile-nav .fa-angle-down + a {
      border-bottom: none;
  }
  #mobile-nav .hs-menu-children-wrapper li {
      margin: 15px 0 0;
  }
  #mobile-nav .hs-menu-children-wrapper li.hs-menu-depth-2:first-child {
      margin: 0;
  }
  #mobile-nav .hs-menu-depth-2 > a {
      display: inline-block;
      line-height: 22px;
  }
  #mobile-nav .hs-menu-depth-2 > ul {
      margin: 7px 0 7px 35px;
      list-style: disc;
  }
  #mobile-nav .hs-menu-children-wrapper .hs-menu-depth-3 {
    margin: 7px 0 0;
  }
  #mobile-nav .hs-menu-depth-3::marker {
    color: #000;
    font-size: 12px;
  }
  #mobile-nav .hs-menu-depth-3:before {
      content: none;
  }
  #mobile-nav .hs-menu-depth-3.without-before:before {
    content: none;
  }
  #mobile-nav .hs-menu-depth-3 > ul {
      margin: 7px 0 15px 10px;
  }
  #mobile-nav .hs-menu-depth-4:before {
      content: ">";
      vertical-align: top;
      font-size: 10px;
      line-height: 22px;
      margin: 0 5px 0 0;
  }
  #mobile-nav .hs-menu-depth-4 > a {
      display: inline-block;
      line-height: 22px;
  }
  #mobile-nav p {
      font-weight: 600;
        font-size: 21px;
      margin: 0 0 15px 20px;
  }
  #mobile-nav ul {
      line-height: inherit;
  }
  #mobile-nav.panel{
          border-style: none;
      border-width: 0px;
      margin: 0;
  }
  #mobile-nav .mobile-search {
          padding: 0 20px;
        position: relative;
  }
  #mobile-nav .mobile-search input{
          margin: 0;
        box-shadow: none;
      height: auto;
  }
#mobile-nav .mobile-search button {
        margin: 0;
        left: 16px;
        right: auto;
        width: 30px;
        height: 35px;
        padding: 0;
        top: 5px;
}
  #mobile-nav .mobile-search .fa-search {
      /* position: absolute; */
      /* right: 20px; */
      /* top: 0px; */
      /* margin-top: 10px; */
  }
  #mobile-nav input.hs-search-field__input {
        background: none;
        color: #000000;
        border: none;
        padding: 9px 0px 9px 31px;
        text-transform: uppercase;
        font-size: 16px;
  }
  #mobile-nav ::-webkit-input-placeholder {
        color: #000000;
    text-transform: uppercase;
      font-size: 16px;
  }
  #mobile-nav ::-moz-placeholder {
        color: #000000;
    text-transform: uppercase;
  }
  #mobile-nav :-ms-input-placeholder {
        color: #000000;
    text-transform: uppercase;
  }
  #mobile-nav :-moz-placeholder {
        color: #000000;
    text-transform: uppercase;
  }
  #mobile-nav .cta-container {
        display: block;
        padding: 0 20px;
        margin: 8px 0 0;
  }
  #mobile-nav .cta_button[title] {
        text-align: center;
          padding: 10px 15px 8px;
      color: #FFFFFF;
      width: fit-content;
  }
  
  #mobile-nav .btn-close-menu {
    position: absolute;
    top: 13px;
    right: 13px;
    -webkit-appearance: none;
    background: none;
    border: 0;  
    cursor: pointer;
    padding: 10px;
  }
  
  #mobile-nav .btn-close-menu i {
    color: #000000;
    font-size: 22px;
  }
  
  /* BROWSERS */
  /* IE 11 */
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .header-global.sticky {
          -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
      }
          
  }
  
  /* IE 9 & 10 */
  @media screen and (min-width:0\0) {
      .header-global.sticky {
          -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
      }
         
  }
  
  /* RESPONSIVE */
  @media (min-width: 1920px) {
    .header-global li.hs-menu-depth-1 {
        margin: 0 0 0 30px;
    }
  }
  
  @media (max-width: 1279px) {
      .custom-module.header-global .cell-wrapper {
          display: block;
          overflow: hidden;
          padding: 7px 0;
      }
      .header-global .logo {
          display: block;
          width: auto;
            float: left;
      }
      .header-global .nav-center, .header-global .nav-right, .header-global .cta, .header-global .site-search {
            display: none;
      }
        .mobile-nav-toggle {
            display: block;
        }
  }
  
  @media (max-width: 800px) {
      .custom-module.header-global .cell-wrapper {
          padding: 5px 0;
          width: 90%;
      }
      .header-global .logo {
            height: auto !important;
      }
      .header-global .logo img {
        max-height: 35px;
      }
      .header-global .logo-nav {
        padding-top: 0;
      }
          
      .mobile-nav-toggle {
          height: 23px;
          margin-top: -11.5px;
      }
      .mobile-nav-toggle i {
          font-size: 22px;
      }
        #mobile-nav, #mobile-nav .hs-menu-depth-1 > a {
              -webkit-text-size-adjust: none;
        }
  }
  
  /* BROWSERS */
  @media screen 
  and (-ms-high-contrast: active), (-ms-high-contrast: none)
  and (max-width: 600px) {
      .header-global .logo img {
            width: 100%;
      }
  }