.custom-module.header-global {
  overflow: visible;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-global.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  -ms-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
  -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;
  -ms-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.scroll {
  -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,0.0.2);
  -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);
}
.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;
}
.header-global.sticky.scroll .overcol[style*='opacity: 0.0'] {
  opacity: 0.95 !important;
}
.header-global.sticky.scroll .cell-wrapper[style*='color: #fff'] {
  color: inherit !important;
}
.custom-module.header-global .cell-wrapper {
  display: table;
  -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.sticky.scroll .cell-wrapper {
  padding: 20px 0 !important;
}
.mfp-wrap + .header-container-wrapper .header-global.sticky {
  z-index: 1;
}

/* LOGO */
.header-global .logo {
  display: table-cell;	
  vertical-align: middle;
  width: 22.5%;
  -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;
}
.header-global .logo img {
  vertical-align: middle;
  height: 100%;
}

/* NAV */
.header-global li.hs-menu-depth-1 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.header-global .nav-right li.hs-menu-depth-1:last-child {
  margin-right: 0;
}
.header-global .hs-menu-depth-1 > a {
  font-size: 20px;
  display: block;
  color: inherit;
  margin: 10px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header-global .hs-menu-depth-1 > a:hover {
}
/* .header-global .hs-menu-depth-1:last-child {
  margin-top: -3px;
} */
/* .header-global .hs-menu-depth-1:last-child > a {
  font-family: "HelveticaNeueBold",sans-serif;
  padding: 2px 12px 3px;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKElEQVQYV2NkwA7+M2IR/8/AwMCILgEWBClGloALIkugCMIkMARBEgC7IAYGchlNYwAAAABJRU5ErkJggg==);*/
  background-image: linear-gradient(130deg, #000000 18.75%, rgba(255, 255, 255, 0) 18.75%, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 68.75%, rgba(255, 255, 255, 0) 68.75%, rgba(255, 255, 255, 0) 100%);
  background-size: 10.44px 12.45px;
  -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;
} */
/*.header-global .hs-menu-depth-1:last-child > a:hover {
background-color: #000;
}*/

.header-global .hs-menu-children-wrapper {
  left: -30px !important;
}
.header-global .hs-menu-depth-2 .hs-menu-children-wrapper {
  top: -9px !important;
  left: 99.5% !important;
}
.header-global .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.8);
}
.header-global .hs-menu-children-wrapper {
  background: rgba(0,0,0,0.8);
  padding: 9px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header-global .hs-menu-children-wrapper a {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.2px;
  color: inherit;
  position: relative;
  color: #fff;
  padding: 9px 30px 7px;
  -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;
}
.header-global .hs-menu-children-wrapper a:hover, .header-global .hs-menu-children-wrapper .active-branch > a {
  background: #000;
}
.header-global .hs-menu-depth-1 > .fas {
  color: rgba(255,255,255,.8);
}

/* center */
.header-global .nav-center {
  display: table-cell;	
  vertical-align: middle;
  width: 55%;
  text-align: center;
}
.header-global .nav-center .hs_cos_wrapper_type_menu, .header-global .nav-center .hs_cos_wrapper_type_simple_menu {
  display: table;
  width: 100%;
  height: 100%;
}
.header-global .nav-center .hs-menu-flow-horizontal {
  display: table-cell;
  vertical-align: middle;
}

/* right */
.header-global .nav-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.header-global .nav-right .inner {
  display: none;
  width: 100%;
  height: 100%;
}
.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: table-cell;
  vertical-align: middle;
}

/* SEARCH */
.header-global .search-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
}
.header-global .search-icon .fa-search {
  font-weight: 700;
  cursor: pointer;
  padding: 2px;
}
.header-global .site-search {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  -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 .site-search .inner {
  display: table;
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
}
.header-global .site-search form {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header-global input.hs-search-field__input {
  padding: 6.5px 40px;
  width: 100%;
  background: none;
  border: none;
  color: #6c7980;
}
.header-global ::-webkit-input-placeholder {
  color: #6c7980;
}
.header-global ::-moz-placeholder {
  color: #6c7980;
}
.header-global :-ms-input-placeholder {
  color: #6c7980;
}
.header-global :-moz-placeholder {
  color: #6c7980;
}
.header-global form .fa-search {
  font-size: 21px;
  color: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10.5px;
}
.header-global form .fa-times {
  font-size: 21px;
  color: #0f0f0f;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10.5px;
}

/* 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] {
  line-height: normal;
  padding: 6px 0 3px;
  margin: 0 0 0 20px;
  text-transform: none;
  position: relative;
}
.header-global .nav-right .cta_button[title] {
  margin: 0 0 0 40px;
}
.header-global .cta-container > svg {
  display: none;
}
.header-global .cta_button[title] svg {
  height: 1.1em;
  vertical-align: bottom;
  fill: #fff;
  margin-left: 7px;
}

/* MOBILE NAV */
.mobile-nav-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  display: block;
  color: #5b5b5b;
  margin-top: -15px;
  display: none;
}
.cell-wrapper[style*='color: #fff'] .mobile-nav-toggle {
  color: #fff;
}
.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: 80%'] {
  left: auto;
}
#mobile-nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  position: fixed;
  right: -440px;
  width: 440px;
  background: #333;
  /*border-color: rgba(0,0,0,.15);*/
  border-color: #2b2b2b;
  color: #fff;
  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:last-child {
  display: block;
}
#mobile-nav .hs-menu-depth-1.active-branch {
  background: rgba(0,0,0,.1);
}
#mobile-nav .hs-menu-depth-1 > a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 10px 0 9px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
  -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: 20px 20px 17px;
  background: rgba(0,0,0,.1);
  display: none;
}
#mobile-nav a {
  font-size: 15px;
  color: #fff;
}
#mobile-nav li.hs-item-has-children {
  position: relative;
}
#mobile-nav .hs-menu-depth-1 > .fas {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border-left: 1px solid #2b2b2b;
  text-align: center;
  cursor: pointer;
}
#mobile-nav .fa-angle-down {
  background: rgba(0,0,0,.1);
}
#mobile-nav .fa-angle-down + a {
  border-bottom: none;
}
#mobile-nav .hs-menu-children-wrapper li {
  margin: 12px 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 15px 10px;
}
#mobile-nav .hs-menu-depth-3:before {
  content: ">";
  vertical-align: top;
  font-size: 10px;
  line-height: 22px;
  margin: 0 5px 0 0;
}
#mobile-nav .hs-menu-depth-3 > a {
  display: inline-block;
  line-height: 22px;
}
#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: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #858585;
  margin: 0 0 10px;
}
#mobile-nav .mobile-search {
  padding: 0 20px;
  position: relative;
}
#mobile-nav .mobile-search .fa-search {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
#mobile-nav input.hs-search-field__input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
  border-bottom: 1px solid #2b2b2b;
  padding: 10px 25px 9px 0;
}
#mobile-nav ::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}
#mobile-nav ::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}
#mobile-nav :-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}
#mobile-nav :-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}
#mobile-nav .cta-container {
  display: block;
  padding: 0 20px;
  margin: 20px 0 0;
}
#mobile-nav .cta_button[title] {
  text-align: center;
  padding: 10px 15px 8px;
}

/* 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);
  }
  .header-global.sticky.scroll {
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  }
}

/* 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);
  }
  .header-global.sticky.scroll {
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  }
}

/* RESPONSIVE */
@media screen and (min-width: 1930px) {
  .header-global li.hs-menu-depth-1 {
    margin: 0 1.25em;
  }
}

@media (max-width: 1024px) {
  .custom-module.header-global .cell-wrapper {
    display: block;
    overflow: hidden;
  }
  .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: 600px) {
  .custom-module.header-global .cell-wrapper {
    padding: 30px 0;
  }
  .header-global .logo {
    width: 40%;
    /*height: auto !important;*/
  }
  /*.header-global .logo img {
  height: auto;
}*/
  .custom-module.header-global.sticky.scroll .logo {
    height: auto !important;
  }
  .mobile-nav-toggle {
    height: 23px;
    margin-top: -11.5px;
  }
  .mobile-nav-toggle i {
    font-size: 23px;
  }
  #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%;
    }
}