





body.openheadactive{
  overflow: hidden;
}

.header-section{
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* Header Top Bar */

.header-top-bar{
  background: #0071B9;
  padding: 15px 10px;
}

.header-top-bar .top-bar-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top-bar .top-bar-content p{
  display: inline-block;
  font-size: 30px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0 15px 0 0;
  text-align: center;
}

.header-top-bar .top-bar-content a.read-more{
  display: inline-block;
  background: #fff;
  padding: 10px 35px 10px 13px;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  font-family: var(--primary-font),sans-serif;
  color: #0071B9;
  position: relative;
  transition: all 0.3s ease 0s;
}

.header-top-bar .top-bar-content a.read-more:hover{
  color: var(--primary-color);
}

.header-top-bar .top-bar-content a.read-more:after{
  content: "";
  width: 14px;
  height: 11px;
  background: url(https://f.hubspotusercontent30.net/hubfs/7763689/right-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* Header Menu */

.header-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  transition: all 0.3s ease 0s;
}

.logo-header > a{
  display: inline-block;
  max-width: 300px;
  transition: all 0.3s ease 0s;
}

.header-global .menu-custom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-global .menulist-top {
  position: relative;
  padding-right: 20px;
}

.header-global .menulist-top .hs-menu-wrapper > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:first-child{
  padding-right: 20px;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:first-child a{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--primary-font),sans-serif;
  color: #fff;
  margin: 0;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:first-child a:after{
  content: "";
  width: 15px;
  height: 15px;
  background: url("https://f.hubspotusercontent30.net/hubfs/7763689/Single%20Arrow%20Back.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: 0;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(2){
  margin-right: 15px;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(2) > a{
  display: inline-block;
  /* width: 300px; */
  border: 1px solid #fff;
  background: transparent;
  border-radius: 3px;
  padding: 10px 30px 10px 50px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--primary-font),sans-serif;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(2) > a:before{
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  border: none;
  transform: translateY(-50%);
}

/* .header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(2) > a:after{
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://f.hubspotusercontent30.net/hubfs/7763689/Single%20Arrow%20Back.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
} */

.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(3) > a{
  display: inline-block;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px 20px 10px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
  font-family: var(--primary-font),sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(3) > a:before{
  content: "";
  width: 20px;
  height: 20px;
  background: url("https://f.hubspotusercontent30.net/hubfs/7763689/Call%20White.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: 18px;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li{
  position: relative;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li .hs-menu-children-wrapper{
  width: 300px !important;
  padding: 15px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s;
  z-index: 100;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li:hover .hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li:not(:last-child){
  display: block;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li:last-child{
  margin-bottom: 0;
}

.header-global .menulist-top .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li a{
  font-size: 20px;
  font-family: var(--primary-font),sans-serif;
  color: #2B2B2B;
  text-decoration: none;
}

.header-global .menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 12px;
}

.header-global .menu-list > li#menutoggle{
  /* padding-left: 25px;   */
}

.header-global .menu-list > li#menutoggle img{
  width: 25px;
  height: 25px;
}

.header-global .menu-list > li#menutoggle img:hover{
  cursor: pointer;
}

.header-menu.openhead{
  display: block !important;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.header-menu.openhead .header-inner-menu{
  min-width: 500px;
  width: 50%;
  height: 100vh;
  background: var(--primary-color);
  position: fixed;
  top: 0;
  right: 0;
  padding: 60px 60px 40px 60px;
  box-sizing: border-box;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-menu.openhead .header-inner-menu__background-text{
  position: absolute;
  font-size: 180px;
  font-weight: 700;
  font-family: var(--secondary-font),sans-serif;
  color: #FFFFFF0A;
  line-height: 1;
  white-space: nowrap;
}

.header-menu.openhead .header-inner-menu__background-text--vertical{
  transform: rotate(90deg);
  font-size: 180px;
  top: 300px;
  right: -166px;
}

@media (max-width: 767px){
  .header-menu.openhead .header-inner-menu__background-text{
    font-size: 180px;
  }
}

@media (max-width: 576px){
  .header-menu.openhead .header-inner-menu__background-text{
    display: none;
  }
}

.header-menu.openhead span#close{
  position: absolute;
  top: 30px;
  right: 40px;
}

.header-menu.openhead span#close:hover{
  cursor: pointer;
}

.header-menu.openhead span#close img{
    width: 18px;
    height: 25px;
  pointer-events: none;
}

.header-menu .menu-main .hs-menu-wrapper > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.header-menu .menu-main .hs-menu-wrapper > ul a{
  text-decoration: none;
}

.header-menu .menu-main .hs-menu-wrapper > ul > li {
  width: 100%;
}

.header-menu .menu-main .hs-menu-wrapper > ul > li:not(:last-child){
  /* border-bottom: 1px solid #fff; */
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.header-menu .menu-main .hs-menu-wrapper > ul > li > a{
  display: block;
  position: relative;
  font-size: 22px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--secondary-font),sans-serif;
  padding-bottom: 15px;
}

.header-menu .menu-main .hs-menu-wrapper > ul > li > a:after{
  content:'';
  position: absolute;
  height: 1px;
  width: 75%;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

@media (max-width: 576px){
  .header-menu .menu-main .hs-menu-wrapper > ul > li > a:after{
    width: 100%;
  }
}

.header-menu .menu-main .hs-menu-wrapper ul.hs-menu-children-wrapper{
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
  left: 0;
    opacity: 1;
    top: 100%;
    position: initial;
}

.header-menu .menu-main .hs-menu-wrapper ul.hs-menu-children-wrapper li:not(:last-child){
  margin-bottom: 10px;
}

.header-menu .menu-main .hs-menu-wrapper ul.hs-menu-children-wrapper li a{
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--primary-font),sans-serif;
}

.header-menu .menu-footer{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*   padding: 0 60px; */
  box-sizing: border-box;
/*   position: absolute;
  bottom: 30px;
  left: 0; */
}

.header-menu .menu-footer .menu-phonenumber p{
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--primary-font),sans-serif;
  color: #fff;
  padding-left: 48px;
  margin: 0;
  position: relative;
}

.header-menu .menu-footer .menu-phonenumber p:before{
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 8px;
}

.header-menu .menu-footer .menu-phonenumber span{
  font-weight: 400;
}

.header-menu .menu-footer .menu-phonenumber a{
  text-decoration: none;
  color: #fff;
} 

.header-menu .menu-footer .menu-socialicon ul{
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.header-menu .menu-footer .menu-socialicon ul li{
  display: inline-block;
  margin-right: 20px;
}

.header-menu .menu-footer .menu-socialicon ul li:last-child{
  margin-right: 0;
}

.header-menu .menu-footer .menu-socialicon ul li img{
  width: 20px;
  height: 20px;
} 

.header-section.header-section--sticky{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.header-section.header-section--sticky .header-inner{
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-section.header-section--sticky  .logo-header > a{
  max-width: 200px;
}

.header-inner-menu .menu-main{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px){
  .header-inner-menu .menu-main{
    flex-direction: column;
  }
}

.menu-main__menu-wrapper{
  flex-grow: 0;
}

@media (max-width: 576px){
  .menu-main__menu-wrapper{
    flex: 1;
  }
}


.header-inner-menu .menu-main span{
  /* max-width: 340px; */
  /* width: 50%; */
  /* flex:1; */
  padding: 0 15px;
}

@media (max-width: 1024px){
  .header-menu.openhead .header-inner-menu{
    min-width: auto;
    width: 100% !important;
  }
  .logo-header>a{
    max-width: 240px;
  }
  .header-inner{
    padding-top: 30px;
  }
  
}

@media (max-width: 992px){
  .header-menu.openhead .header-inner-menu{
    padding: 30px 30px 30px 20px;
  }
  .header-menu .menu-main .hs-menu-wrapper>ul>li>a,
  .header-menu .menu-main .hs-menu-wrapper ul.hs-menu-children-wrapper li a{
    font-size: 18px;
  }
  .header-menu.openhead span#close {
      top: 15px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(2)>a{
    font-size: 0;
    width: auto;
    padding: 10px 28px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(2)>a:before{
    left: 16px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(2)>a:after{
    display: none;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(3)>a{
    font-size: 0;
    padding: 10px 28px;
  }

  #menuheader .header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2:hover ul.hs-menu-children-wrapper {left: 0 !important;}
  #menuheader li.hs-menu-item.hs-menu-depth-3::after {width: 10px;}
  
}

@media (max-width: 767px){
  .header-top-bar .top-bar-content p{
    font-size: 24px;
    margin-bottom: 5px;
  }
  .header-top-bar .top-bar-content a.read-more{
    font-size: 16px;
    padding: 8px 35px 8px 13px;
  }
  .header-inner-menu .menu-main{
    width: 100%;
  }
  .header-inner-menu .menu-main span{
    max-width: none;
    width: 100%;
  }
  .header-menu .menu-main > span:nth-child(1) .hs-menu-wrapper>ul{
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #fff;
  }
  .header-menu.openhead .header-inner-menu:after{
    font-size: 180px;
    top: 370px;
    right: -130px;
  }
  .header-menu .menu-footer .menu-phonenumber p{
    font-size: 22px;
    padding-left: 38px;
  }
  .header-menu .menu-footer .menu-phonenumber p:before{
    width: 18px;
    height: 18px;
    top: 3px;
    left: 8px;
  }
  .logo-header>a {
      max-width: 170px;
  }
  .header-section.header-section--sticky .logo-header>a {
      max-width: 170px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:first-child a{
    font-size: 20px;
    padding-right: 20px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:first-child a:after{
    width: 12px;
    height: 12px;
    top: 6px;
    right: -2px;
  }
  
}


@media (max-width: 520px){
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(2)>a {
      padding: 10px 22px;
      height: 45px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(2)>a:before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(3)>a {
      padding: 10px 22px;
      height: 44px;
  }
  .header-global .menulist-top .hs-menu-wrapper>ul>li:nth-child(3)>a:before{
    width: 17px;
    height: 17px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-top-bar .top-bar-content p {
    font-size: 20px;
    margin-right: 0;
  }
  
}


@media (max-width: 480px){
  .header-menu .menu-footer{
    text-align: center;
  }
  .header-menu .menu-footer .menu-phonenumber{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .header-menu .menu-footer .menu-phonenumber p{
    display: inline-block;
  }
  .header-menu .menu-footer .menu-socialicon{
    width: 100%;
  }
  .menu-custom .menulist-top{
    display: none;
  }
}



