/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


/* Header */
.page > :first-child {
    overflow: auto;
    display: initial;
}
header.header {
  line-height: 26.4px;
  display: initial;
}

.top-bar {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 5px 0px 5px;
  position: relative;
}

.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 17.6px;
}


.top-bar-content p {
  margin-bottom: .9rem;
}
.outer-main-header {
  min-height: 75.1px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 9999;
}

.main-header {
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 30px 0px 30px;
}

.fixed-header .main-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999
}


.header-row-wrapper {
  min-height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.logo-wrapper {
  width: 15%;
  padding: 10px 20px 10px 0px;
}



.custom-logo {
  padding: 5px 10px 5px 0px;
}

.custom-logo img {
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.nav-wrapper {
  width: 70%;
}

.custom-menu-primary ul{
  padding:0;
  margin:0;
  list-style-type:none
}

.custom-menu-primary ul li{
  position:relative
}

ul.submenu.level-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


ul.submenu.level-1>li>a{
  padding: 13px 20px;
  white-space: nowrap;
  font-size:19.2px;
  line-height:24.96px;
  letter-spacing:normal;
  font-weight:500;
  font-family:Roboto, sans-serif;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 10px;
}

span.sub-arrow .fa:before {
  content: "";
}

ul.submenu.level-1>li.has-submenu>a:after{
  content:'';
  height: 3px;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity:0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

ul.submenu.level-1>li.has-submenu:hover>a:after{
  opacity:1
}

ul.submenu.level-2{
  display:none;
  max-width: 1000px;
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width:auto;
  line-height: normal;
  font-size:13px;
  position: absolute;
  z-index: 99999;
  min-width: 10em;
}

ul.submenu.level-2 li a{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  border-left: 8px solid transparent;
  font-size:17.6px;
  line-height:20px;
  font-weight:400;
  font-family:Roboto, sans-serif;
  display: block;
  white-space:nowrap
}

ul.submenu.level-1>li:hover ul.submenu.level-2{
  display:block
}



.header-button-wrapper {
  width: 15%;
  position: relative;
  display: flex;
}

.header-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-button a {
  padding: 10px 20px;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  font-size: 17.6px;
  letter-spacing: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
}

.header-button a:hover,
.header-button a:focus{
  transform: scale(1.1);
}



@media screen and (max-width:1024px){


  .outer-main-header {
    min-height: 104.5px;
  }



  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .menu-toggle {
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0);
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color: #353f4b;
    display: inline-flex;
  }


  i.eicon-menu-bar:before {
    content: '\e816';
  }

  .menu-toggle.active i.eicon-menu-bar:before {
    content: "\e87f";
  }


  .top-bar-content {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .main-header {
    padding: 5px 20px 5px 20px;
  }

  .header-row {
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 30%;
  }

  .nav-wrapper {
    width:50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-button-wrapper {
    width: 20%;
  }

  .header-button a {
    font-size: 14.4px;
    line-height: 12.96px;
  }



  .header-row-wrapper {
    position: static;
  }

  .main-header {
    position: relative;
  }


  .custom-menu-primary .child-trigger {
    position: absolute;
    width: 40%;
    height: 39px;
    cursor:pointer;
    top: 0;
    right: 0;
    min-width: 100px;
}
  
  .custom-menu-primary {
    position: absolute;
    left: 0;
    background-color: #F2F2F2;
    z-index: 9997;
    font-size: 13px;
    left: 0;
    width: 100%;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    margin-top: -3px;
  }

  .custom-menu-primary.active{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  ul.submenu.level-1{
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display:block
  }

  ul.submenu.level-1>li>a{
    white-space: nowrap;
    font-size:14.4px;
    line-height:17.28px;
    letter-spacing:normal;
    position:relative;
    font-weight:400;
    letter-spacing:normal;
    padding:10px 20px;
    justify-content: space-between;
  }

  ul.submenu.level-1>li:hover>a{
    color:#d64041 !important
  }

  body .custom-menu-primary .submenu.level-1>li.active>a{
    color:#d64041 !important
  }

  ul.submenu.level-2{
    display:none;
    max-width: 100%;
    top:0;
    position:relative
  }

  ul.submenu.level-1>li:hover ul.submenu.level-2{
    display:none
  }

  ul.submenu.level-2 li a{
    font-size:14.4px;
    line-height:20px;
    padding:10px 20px
  }



  body .custom-menu-primary .submenu.level-1>li:hover, 
  body .custom-menu-primary .submenu.level-1>li:focus {
    background-color: rgba(237,237,237,1.0) !important;
  }

  body .custom-menu-primary .submenu.level-1>li.active{
    background-color: rgba(237,237,237,1.0) !important;
  }

  ul.submenu.level-1>li.has-submenu>a:after{
    display:none
  }
}


@media screen and (max-width:767px){

  .top-bar-content {
    line-height: 21.6px;
  }

  .main-header {
    padding: 5px 15px 5px 15px;
  }

  .logo-wrapper {
    width: 55%;
    padding: 0;
  }

  .nav-wrapper {
    width: 10%;
  }

  .header-button-wrapper {
    width: 35%;
  }


  .top-bar-content p {
    text-align: center;
  }


  ul.submenu.level-1>li>a {
    font-size: 16px;
    line-height: 19.2px;
  }

  ul.submenu.level-2 li a {
    font-size: 16px;
    line-height: 20px;
  }


}


/* Footer */
footer.footer {
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 10px 0px;
      font-size: 17.6px;
    line-height: 26.4px;
}

footer.footer .page-center{
padding:0 !important;
    max-width: 1140px;
    margin: 0 auto;
}
}

.footer-content {
    padding: 10px;
}

.footer-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap
}

.ft-col.one {
    width: 25%;
    position: relative;
}

.ft-col-inner {
    padding: 10px;
}

.ft-col.two {
    width: 15%;
}

.ft-col.three {
    width: 15%;
}

.ft-col.four {
    width: 45%;
}

.footer-logo {
    padding: 0px 40px 0px 0px;
}

.footer-logo img {
    vertical-align: middle;
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu ul li {
    padding-bottom: calc(5px/2);
    margin-top: calc(5px/2);
      font-size: 16px;
    line-height: 1.5;
}

.footer-menu ul li:first-child {
    margin: 0;
}

.footer-menu ul li:last-child {
    padding: 0;
}


.footer-menu ul li a {
    font-size: 16px;
    line-height: 1.5;
}



.footer-form-heading {
    margin-bottom: 20px;
}

.footer-form-text {
    margin-bottom: 34.4px;
}


.footer-form-heading h4 {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif !important;
    line-height: 1;
}


.footer-form-text p {
    margin-bottom:0;
}


.footer-form form {
    display: flex;
    align-items:center;
    flex-wrap:wrap
}

.footer-form form .hs_error_rollup {
    display: none !important;
}

.footer-form form .field {
    margin: 0;
}

.footer-form form ul.no-list.hs-error-msgs.inputs-list {
    position:absolute;
      width: auto;
}


.footer-form form .hs_email>label {
    display: none;
}

.footer-form form .hs_email {
    padding-right: calc( 5px/2 );
    padding-left: 0;
    margin-bottom: 0;
    width: 66.66%;
  
}


.footer-form form .hs_submit.hs-submit {
    padding-right: 0;
    padding-left: calc( 5px/2 );
    margin-bottom: 0;
    width: 33.333%;
}


.footer-form form .hs-button {
    margin: 0;
    min-height: 40px;
    padding: 0;
    flex-basis: 100%;
    width: 100%;
    border-radius: 30px;
    font-size: 17.6px;
    line-height: 26.4px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.footer-form form .hs-button:hover,
.footer-form form .hs-button:focus{
  background-color: #C62F30 !important;
}




.footer-form form .hs-input{
    border-radius: 30px 30px 30px 30px !important;
    background-color: #fff !important;
    border-width: 0 !important;
    font-size: 17.6px;
    line-height: 26.4px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-height: 40px !important;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    height: auto !important;
    color: #75787b !important;
      display: block;
}


.footer-bottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}


.fb-col.one {
    width: 33.333%;
}

.fb-col.two {
    width: 66.666%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.fb-col-inner {
    padding: 10px;
}

.fb-col.two .fb-col-inner {
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

.footer-social ul li {
    margin-right: 5.5px;
  display:inline-block
}


.footer-social ul li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover{
    opacity: .9;
}


.copyright-outer-wrapper {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.copyright-wrapper {
    font-size: 12.8px;
    line-height: 19.2px;
    font-weight: 400;
  width: 100%;
}

.copyright-wrapper p {
    margin-bottom: .9rem;
}



@media screen and (max-width:1024px){

  footer.footer {
    padding: 30px 10px 10px 10px;
  }
  
  .footer-logo {
    padding: 0px 10px 0px 0px;
}

.footer-menu ul li {
  font-size: 12.8px;
  line-height: 19.2px;
}
  
  .footer-menu ul li a {
    font-size: 12.8px;
    line-height: 19.2px;
}
  
  .footer-form-heading {
    margin-bottom: 10px;
}
  
  .footer-form-text {
    margin-bottom: 24.4px;
    font-size: 14.4px;
    line-height: 20.16px;
  }
  
  .footer-form form .hs-input {
    font-size: 14.4px;
    line-height: 20.16px;
}

  .footer-form form .hs-button {
    font-size: 14.4px;
    line-height: 12.96px;
  }
  
  .footer-bottom{
   margin-top: 3%;
    margin-bottom: 0%;
  }
  
  
}




@media screen and (max-width:767px){
  
  footer.footer {
    padding: 20px 20px 20px 20px;
}


  .footer-content {
    padding: 0;
}
  
  
.ft-col.one {
    width: 75%;
}

.ft-col.two {
    width: 50%;
}

.ft-col.three {
    width: 50%;
}
  
.ft-col.four {
    width: 100%;
}

  .footer-logo {
    padding: 0;
}
  
  
  .ft-col.two .ft-col-inner {
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
  
  .ft-col.three .ft-col-inner {
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
  
  .footer-menu ul li {
    font-size: 16px;
    line-height: 20.8px;
}
  
 .footer-menu ul li a {
    font-size: 16px;
    line-height: 20.8px;
} 
  
  .ft-col.four .ft-col-inner {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    margin: 20px 0px 20px 0px;
    padding: 30px 10px 10px 10px;
    border-color: rgba(255, 255, 255, 0.25);
}
  
  .footer-form-text {
    margin-bottom: 24.4px;
    font-size: 16px;
    line-height: 1.5;
}
  
  
  .footer-form form .hs_email {
     padding:0;
    margin-bottom: 10px;
    width:100%
}
  
  .footer-form form .hs_submit.hs-submit {
    padding:0;
    margin-bottom: 0;
      width:100%
  }
  
  .footer-form form .hs-input {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .footer-form form ul.no-list.hs-error-msgs.inputs-list {
    position:relative;
}
  
  .footer-bottom {
    border-width: 1px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}
  
 .fb-col.one {
    width: 100%;
}

  .footer-social {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 0px;
}
  .footer-social ul {
    text-align: center;
}
  
  .footer-social ul li a {
    font-size: 20px;
    line-height: 20px;
    width: 44px;
    height: 44px;
}
  
  
  .fb-col.two {
    width: 100%;
}
 
  .copyright-wrapper {
    padding: 0px 0px 0px 35px;
}

}

.footer .hs-menu-flow-horizontal.flyouts>ul>li>a {
  padding: 0;  
}


.footer .hs-menu-flow-horizontal.flyouts>ul>li>a::before {
  display: none;
}

/* Overrides */

header.header {
    color: rgba(255,255,255,1.0)
}

header.header .top-bar {
    background-color: rgba(53,63,75,1.0)
}

header.header .main-header {
    background-color: rgba(255,255,255,0.97)
}

header.header a {
    color: rgba(207,176,35,1.0)
}

header.header a:hover,header.header a:focus {
    color: rgba(207,176,35,1.0)
}

.header__container {
    max-width: 1140px
}

body .custom-menu-primary a,.header__logo .logo-company-name,.header__language-switcher-label-current,.header__language-switcher .lang_list_class li a {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary .submenu.level-1>li:hover>a,body .custom-menu-primary .submenu.level-1>li:focus a,.header__language-switcher-label-current:hover,.header__language-switcher-label-current:focus,.header__language-switcher .lang_list_class li:hover a,.header__language-switcher .lang_list_class li a:focus {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary .submenu.level-1>li>a:focus {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary a.active-branch,body .header__language-switcher-label-current:active,body .header__language-switcher .lang_list_class li a:active {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary .submenu.level-1>li.active-branch,body .header__language-switcher-label-current:active,body .header__language-switcher .lang_list_class li:active {
    background-color: rgba(255,255,255,1.0)
}

body .custom-menu-primary .submenu.level-1>li {
    background-color: rgba(#null,0.0)
}

body .custom-menu-primary .submenu.level-1>li:hover,body .custom-menu-primary .submenu.level-1>li:focus {
    background-color: rgba(255,255,255,1.0)
}

body .custom-menu-primary .submenu.level-1>li>a.active-branch {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary .submenu.level-1>li>a.active-branch:after {
    background-color: rgba(53,63,75,1.0)
}

body .custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after {
    background-color: rgba(214,64,65,1.0)
}

body .custom-menu-primary .submenu.level-2 {
    background-color: rgba(242,242,242,1.0)
}

body .custom-menu-primary .submenu.level-2>li>a {
    color: rgba(53,63,75,1.0)
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    background-color: rgba(242,242,242,1.0)
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: #f2f2f2;
    background-color: rgba(242,242,242,1.0)
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,body .header__language-switcher .lang_list_class li:hover,body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    background-color: rgba(237,237,237,1.0);
    color: rgba(241,64,64,1.0)
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
    color: rgba(241,64,64,1.0);
    background-color: rgba(237,237,237,1.0)
}

.header__language-switcher-label-current,.header__language-switcher .lang_list_class li a {
    font-family: Roboto,sans-serif
}

.header__language-switcher-label-current:after {
    border-top-color: rgba(53,63,75,1.0)
}

header.header .header-button a {
    background-color: rgba(53,63,75,1.0);
    color: rgba(255,255,255,1.0)
}

header.header .header-button a:hover,header.header .header-button a:focus {
    background-color: rgba(214,64,64,1.0);
    color: rgba(255,255,255,1.0)
}

@media(max-width: 767px) {
    .header__navigation {
        background-color:rgba(255,255,255,0.97)
    }

    .header__navigation-toggle svg,.menu-arrow svg {
        fill: rgba(53,63,75,1.0)
    }
}

footer.footer {
    border-color: rgba(232,42,0,1.0);
    background-color: rgba(53,63,75,1.0);
    color: rgba(255,255,255,1.0)
}

footer.footer .footer-form-heading h4, footer.footer h4 {
    color: rgba(255,255,255,1.0)
}

footer.footer a {
    color: rgba(255,255,255,1.0)
}

footer.footer a:hover,footer.footer a:focus {
    color: rgba(255,255,255,1.0)
}

footer.footer .footer-social ul li a {
    color: rgba(255,255,255,1.0);
    background-color: rgba(214,64,65,1.0)
}

footer.footer .footer-social ul li a:hover,footer.footer .footer-social ul li a:focus {
    color: rgba(255,255,255,1.0);
    background-color: rgba(214,64,65,1.0)
}

footer.footer .footer-bottom {
    border-color: rgba(255,255,255,0.25)
}

.footer__container {
    max-width: 1140px
}


#hs_cos_wrapper_footer_form .legal-consent-container {
 padding: 30px 0 10px 0; 
}
#hs_cos_wrapper_footer_form .legal-consent-container .hs-richtext {
    color: rgba(255,255,255,1.0);
}