/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: ;
}

.header__container {
  max-width: ;
  margin: 0 auto;
}

.header_container-row {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
}

.site-header{
  min-height:73px;
}

.header_container-colm {
    padding: 0;
    border-bottom: .1rem solid #b0b0b0;
}

.header_container-colm-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 192rem;
    margin: 0 auto;
    padding: 0 1.6rem 0 0;
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
     height:73px;
}

.header_container-colm-row .s-navigation-logo {
    flex-grow: 1;
    -ms-flex-positive: 1;
    height:72px;
}

.header_container-colm-row .s-navigation__top-panel {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.s-navigation-logo a {
    width: 14.2rem;
    display: block;
}

.header-show .header_container-row {
    background-color: #fff;
}

.s-navigation-search {
    cursor: pointer;
    border-radius: .4rem;
}

.s-navigation-search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: .8rem;
    border: 0;
    background-color: transparent;
}



.s-navigation-search__icon {
    width: 2.4rem;
    height: 2.4rem;
}

.s-navigation-logo img {
    min-width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
}

.header_container-colm-row .s-navigation-socials {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 0 0 1.6rem;
    -ms-flex-align: center;
}

.header_container-colm-row .s-navigation-socials:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.header_container-colm-row .s-navigation-socials>a {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: .8rem;
    transition: background-color .3s;
    border-radius: 4px;
}

.header_container-colm-row .s-navigation-socials>a>svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    transition: fill .3s;
    opacity: 1;
}

span.s-navigation-socials__description {
    display: none;
}

.lang-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lang-section ul>li>a {
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    color: #000;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 4rem;
    padding: .8rem;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.4rem;
    border-radius: 4px;
    background-color: transparent;
    -ms-flex-align: center;
}

.lang-section ul>li>a:hover svg {
    fill: #fff;
}

.lang-section ul>li>a:hover {
    background-color: rgb(204 0 51);
    color: #fff;
}

.lang-section ul>li>a svg {
    position: unset;
    top: unset;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 .4rem;
}


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

.navigation-primary>ul.submenu.level-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    -ms-flex-line-pack: center;
}

.navigation-primary ul li a {
    text-decoration: none;
}
.navigation-primary ul li a:hover{
    background-color: #c03;
    color: #fff;
}
.navigation-primary>ul.submenu.level-1>li>a{
  
}
.navigation-primary ul.submenu.level-2 {
  z-index: 501;
  transition: opacity .3s;
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 1rem 0 #0003;
  border-radius: .4rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.s-navigation-search:hover {
    background-color: rgba(204,0,51,1.0);
}
.s-navigation-search:hover svg {
    fill: rgba(255,255,255,1.0);
}
.open-sub-menu .navigation-primary .services ul.submenu.level-2,
.open-blog-menu .navigation-primary .blog ul.submenu.level-2{
    visibility: visible;
    opacity: 1;
}

.navigation-primary .sub-menu {
    top: 8px;
    left: 0px;
    transform: translate3d(28px, 32px, 0px);
    position: absolute;
    z-index: 501;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
  background:#fff;
}

.navigation-primary ul.submenu.level-2>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.open-sub-menu .navigation-primary .services .sub-menu,
.open-blog-menu .navigation-primary .blog .sub-menu{
  visibility: visible;
  opacity: 1;
}

.sub-menu .s-navigation__submenu-arrow {
    border-bottom: .8rem solid #fff;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    margin: 0 0 0 .4rem;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    z-index: 990;
}

.navigation-primary ul.submenu.level-2>li>a {
    display: block;
    min-width: 5.6rem;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    font-family: Interstate;
    padding-left:16.5px;
}

.navigation-primary>ul.submenu.level-1>li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
     border-radius: 4px;
}

body.form-open {
    overflow: hidden;
}

.navigation-primary>ul.submenu.level-1>li>a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 4rem;
    padding: .8rem 1.2rem;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.4rem;
    border-radius: 0.4rem;
    -ms-flex-align: center;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}


.lang-section .s-navigation__submenu {
    position: absolute;
    z-index: 501;
    top: 100%;
    transition: opacity .3s;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 1rem 0 hsl(0deg 0% 0% / 20%);
    right: -6px;
    visibility: hidden;
    opacity: 0;
}

.open-lang .lang-section .s-navigation__submenu {
    visibility: visible;
    opacity: 1;
}

.lang-section ul>li {
    position: relative;
}

.s-navigation__submenu ul.s-navigation__submenu-list {
    border-radius: 0.4rem;
    overflow: hidden;
}

.lang-section .s-navigation__submenu>ul>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.lang-section .s-navigation__submenu>ul>li>a {
    display: block;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    min-height: 3rem;
    min-width: 5.6rem;
    border-radius: 0px;
}

.lang-section .s-navigation__submenu-arrow {
  position: absolute;
  top: 81%;
  width: 0;
  height: 0;
  left: 31px;
  margin: 0 0 0 .4rem;
  border-right: .8rem solid transparent;
  border-left: .8rem solid transparent;
  border-bottom: .8rem solid #fff;
  z-index: 999;
}

.lang-section ul.s-navigation__menu-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.lang-section ul.s-navigation__menu-list {
    position: relative;
    padding: 0 0 0 1.6rem;
}

.custom-menu-primary .has-submenu > a svg {
    position: unset;
    top: unset;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 .4rem;
    fill: currentColor;
}
.header_container-colm-row .s-navigation-socials>a:hover {
    background-color: rgba(204,0,51,1.0);
}
.header_container-colm-row .s-navigation-socials>a:hover svg {
    fill: rgba(255,255,255,1.0);
}


/*-------form-----*/

.desktop-form.g-dialog-container {
    position: fixed;
    z-index: 503;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.9) !important;
    background: var(--overlay--dialog--background);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    visibility: hidden;
    opacity: 0;
}

.desktop-form.g-dialog-container .c-dialog.c-dialog--search {
    height: 100%;
    padding: 16rem 0 0;
}

.desktop-form.g-dialog-container .s-dialog {
    position: relative;
}

.desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
    position: absolute;
    z-index: 1;
    top: -3.6rem;
    right: -1.2rem;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: unset;
    font-size: 0;
    line-height: 0;
    outline:none;
}

.desktop-form.g-dialog-container .s-dialog button.s-dialog__close svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal label.s-navigation-search-modal__label {
    position: relative;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button {
    display: inline-block;
    box-sizing: border-box;
    min-width: 21.6rem;
    max-width: 32.8rem;
    height: 5.6rem;
    margin: 3.2rem 0 0;
    padding: 1rem 1.6rem;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #fff;
    border: none;
    background: #c03;
    font: 700 1.6rem/3.6rem Interstate,Arial,sans-serif;
    border-radius: 2px;
    outline: none;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal span.h-visually-hidden {
    display: none;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input {
    width: 67.2rem;
    width: calc(100vw - 8rem);
    display: block;
    box-sizing: border-box;
    height: 5.6rem;
    padding: 1.6rem 1.6rem 1.6rem 4.8rem;
    color: #fff;
    border: .1rem solid #404040;
    border-radius: 0.2rem;
    background-color: #262626;
    font: 400 1.6rem Interstate,Arial,sans-serif;
    outline: none;
}


.desktop-form.g-dialog-container form.s-navigation-search-modal svg.c-image-svg.s-navigation-search-modal__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    margin: auto 0;
    fill: #fff;
}

.s-navigation-search {
    outline: none;
}
.form-open .desktop-form.g-dialog-container {
  visibility: visible;
  opacity: 1;
}

.header-hide .header_container-row {
    position: static;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button:hover {
    background-color: rgb(184, 0, 46);
    cursor: pointer;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input::placeholder {
    color: #666;
}

/*----------------*/
.lang-section .hs-menu-children-wrapper {
    position: absolute;
    z-index: 501;
    top: 100%;
    transition: opacity .3s;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 1rem 0 hsl(0deg 0% 0% / 20%);
    right: -6px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0.4rem;
}

.lang-section .hs-menu-children-wrapper:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    left: 18px;
    margin: 0 0 0 .4rem;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    border-bottom: .8rem solid #fff;
    top: -8px;
    z-index: 9;
}

.lang-section .hs-menu-children-wrapper>:first-child>a {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
}

.lang-section .hs-menu-children-wrapper>:last-child>a {
    border-bottom-left-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important;
}

.open-lang .lang-section .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

.lang-section .hs-menu-children-wrapper>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.lang-section .hs-menu-children-wrapper>li>a {
    display: block;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    min-height: 3rem;
    min-width: 5.6rem;
    border-radius: 0px;
}

.lang-section>span>div>ul:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.lang-section>span>div>ul {
    position: relative;
    padding: 0 0 0 1.6rem;
}

/* .navigation-primary>ul.submenu.level-1>li.has-submenu.menu-item>a:focus {
    background-color: transparent !important;
    color: #000 !important;
    outline: none !important;
} */

/* body .custom-menu-primary .submenu.level-1>li>a:hover, body .custom-menu-primary .submenu.level-1>li>a:focus {
    background-color: transparent !important;
    color: #000;
    outline: none;
} */

@media(min-width:1148px){
  
  .navigation-primary .blog .sub-menu{
    left:-33px;
  }

}

@media(min-width:1280px){
  .desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
    top: -2.4rem;
    right: -2.4rem;
    width: 2.4rem;
    height: 2.4rem;
}
}

@media (min-width: 768px){
  .desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input {
    width: 67.2rem;
}
}

@media(max-width:1279px){
  .desktop-form.g-dialog-container .c-dialog.c-dialog--search {
    padding: 4rem 0 0;
}
}

@media(min-width:1148px){
  .s-navigation__burger{
    display:none;
  }
  
  .mobile-menu-section{
    display:none;
  }
  
}

@media(max-width:1147px){
  .custom-menu-primary {
    display: none;
}
  
.header_container-colm-row .s-navigation__top-panel {
    display: none;
}
  
button.s-navigation__burger {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    border: 0;
    background-color: transparent;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    -ms-flex-align: center;
    outline: none;
}

button.s-navigation__burger svg {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 .4rem;
    fill: #000;
}
  
 .header_container-colm-row {
    padding: 0 2.4rem 0 0;
}
  
/*----------------*/
  .mobile-menu-section {
    position: fixed;
    z-index: 501;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0 .8rem;
    background: rgba(0,0,0,.9);
    display:none;
}
  
.mobile-open .mobile-menu-section {
    display: block;
}
  
body.mobile-open {
    overflow: hidden;
}

.s-navigation-mobile__container {
    position: relative;
    box-sizing: border-box;
    max-width: 76.8rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

button.s-navigation-mobile__close {
    position: absolute;
    z-index: 1;
    top: 1.7rem;
    right: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 -1.2rem -1.2rem;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline:none;
}

button.s-navigation-mobile__close svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
}

.s-navigation-logo-mobile {
    padding: 0 2.4rem 0 0;
    -ms-touch-action: none;
    touch-action: none;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: flex;
}

.s-navigation-logo-mobile a {
    position: unset;
    width: 14.2rem;
    height: 7.2rem;
    display: block;
}

.s-navigation-logo-mobile img {
    min-width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
}

.s-navigation-mobile__content {
    height: 100%;
}

.s-navigation-mobile__content-row {
    padding: 2.4rem 3rem 9.6rem;
}

.s-navigation-mobile__content-row>span>div>ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    padding: 0;
    list-style: none;
    -ms-flex-direction: column;
    
}


.s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .8rem;
    padding: 0;
    color: #fff;
    align-items: center;
}

.s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1>a {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 1.4rem 0;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
}
  
span.h-visually-hidden {
    display: none;
}


.s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 100%;
    text-align: left;
    padding: 0 0 0 2.2rem;
    margin: 0 1rem;
    display:none;
}

.s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 .8rem;
    padding: 0;
    flex-direction: column;
}

.s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 1.4rem 0;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    flex-direction: column;
}
  
.s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1.SEARCH>a {
    display: none;
}
  
.s-navigation-search {
    padding: 1rem 0;
    cursor: pointer;
    border-radius: .4rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: .8rem;
    border: 0;
    background-color: transparent;
    outline: none !important;
}


.s-navigation-search:hover {
    background-color: transparent;
}
  
.m-navigation .s-navigation-mobile .s-navigation-search {
    padding: 1rem 0;
}
  
.s-navigation-search__icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
}
  
.s-navigation-search {
    padding: 1rem;
    padding-left: 0px;
    
}
  

svg.s-navigation-mobile__menu-icon {
    display: block;
    box-sizing: content-box;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0 0 0 .4rem;
    fill: currentColor;
    cursor:pointer;
}
  

.s-navigation-logo-mobile .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 1.2rem 0 0;
    padding: 2.4rem 0;
    border-top: .1rem solid #fff;
}

.s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 1.2rem 0 0;
    padding: 2.4rem 0;
    border-top: .1rem solid #fff;
}

.s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a {
    display: block;
    margin: 0 2.4rem 0 0;
    padding: .8rem 0;
}

.s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
}
  
.mobile-menu-section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #EEEFEF;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }

  
  .mobile-menu-section .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  
.hs-menu-wrapper ul.is-open > li {
    transform: translateX(-1000px);
}
  
.form-open .mobile-menu-section {
    display: none;
}
  
.s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 button.s-navigation-search {
    background-color: transparent;
}
  
  .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 .s-navigation-search svg {
    fill: #fff;
}
  
  /*-----------------*/
  
  .s-navigation-mobile__content .hs-menu-wrapper > ul.hs-menu-children-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 96px;
        bottom: 0;
        width: 100%;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: -webkit-transform 0.4s linear 0s;
        transition: -webkit-transform 0.4s linear 0s;
        -webkit-transition: transform 0.4s linear 0s;
        -moz-transition: transform 0.4s linear 0s;
        -ms-transition: transform 0.4s linear 0s;
        -o-transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
        visibility: hidden;
    }
    
    .s-navigation-mobile__content .hs-menu-wrapper > ul.dl-menuopen {
        -webkit-transition: -webkit-transform 0.4s linear 0s;
        transition: -webkit-transform 0.4s linear 0s;
        -webkit-transition: transform 0.4s linear 0s;
        -moz-transition: transform 0.4s linear 0s;
        -ms-transition: transform 0.4s linear 0s;
        -o-transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
    }
    
    .s-navigation-mobile__content .hs-menu-wrapper > ul.go-left {
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }
    
    .s-navigation-mobile__content .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
        padding: 0 0 0 2.2rem;
    }
  

.hs-menu-children-wrapper>li>a {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 1.4rem 0;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    folo: #ff;
    color: #fff;
}

.hs-menu-children-wrapper>li:nth-child(1)>a {
    opacity: .5;
    order: 2;
}

.hs-menu-children-wrapper>li.custom-parent-link>a {
    cursor: pointer;
    opacity: .5;
    order: 1;
}
  
li.dl-back {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: -32px;
    margin-bottom: .8rem;
}
  
li.dl-back svg {
    transform: rotate( 
180deg
 );
    opacity: .5;
  fill:#fff;
  width: 2.4rem;
  
}
  
.hs-menu-children-wrapper>li+li {
    margin-bottom: .8rem;
}
  
  
}

@media(max-width:1279px){
  .desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
    right: -3.6rem;
  }
}

@media(max-width:969px){
  .desktop-form.g-dialog-container .c-dialog.c-dialog--search {
    padding: 16rem 0 0;
}
}

@media(max-width:768px){
/*   .s-navigation-mobile__content {
  max-width: 97.8vw;
} */
  
.s-navigation-mobile__content-row {
    box-sizing: border-box;
    height: calc(100vh - 7.2rem);
    overflow: auto;
}
  
.s-navigation-mobile__content-row::-webkit-scrollbar {
    background-color: transparent;
}
  
}

@media(max-width:767px){

.desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button {
    display: none;
}
  
.desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
    right: -1.2rem;
}
  
}

@media(max-width:336px){
  .s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a:last-child {
    margin-right: 0px;
}
}


  .header-container .widget-type-logo img {
    margin: 0px 0 0 0;
    display: inline-block;
    max-width: 143px;
}



/*=== New Css ===*/

body .custom-menu-primary a, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a {
    color: #000;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */
*, *:before, *:after {
    box-sizing: border-box;
}

/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
dnd-section {
    padding: 80px 20px;
}

.banner-area .dnd-section {
    padding: 0;
}

.dnd-section > .row-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.dnd-section .widget-type-cell {
    padding-left: 20px;
    padding-right: 20px;
}

main.body-container-wrapper .dnd-section>.row-fluid {
    padding: 0 3.2rem;
}

@media (max-width: 767px) {
    .dnd-section .widget-type-cell {
        padding-left: 0px;
        padding-right: 0px;
    }

    main.body-container-wrapper .dnd-section>.row-fluid {
        padding: 0 1.6rem;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
    font-family: Interstate;
    src: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront_March2021/fonts/Interstate-Bold.woff2") format("woff2"), url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront_March2021/fonts/Interstate-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Interstate;
    src: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront_March2021/fonts/Interstate-Regular.woff2") format("woff2"), url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront_March2021/fonts/Interstate-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "WistiaPlayerInterNumbersSemiBold";
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GMk9UVE8AAAaMAAwAAAAACgAAAAZBAAMD1wAAAAAAAAAAAAAAAAAAAAAAAAAADYpwGhQbIBwqBmAAgTIBNgIkAzAEBgWDGgcgGykJEZWkARP8KHCbm2tEznyIN98tPTUk9Ig3oiVV3pbDIzXa+f/fZgXpALFTZhBoMVFC9cp036dXvRKVmVnsxe+D+1NDQI5lG7ikZWEINIElTeBIdnxlhauQ5GQtoLHA/wN0riVdSx5xgbxF3KTbgnjVQ4B9P7YqCx7FpEZK+6ilx0AoopUh4aExJEKmkU+0ncdr4iFfKhdSFD9y91LCRaxNbVqvi0dND3rxI7ndUDR7EiwT3bhiua9krFA0oepCy2hCjwmjnjDjKjNTDz2ZuHtN8820Wfw/l8u4w4yV/f8/6uscs5rmiN00LcP4hAofyZUSyS3WinX0RGFFtnGrjj36x6dlNa57+PLTlrUisH2n9orfgd+R34XfDd0NsWDXwfwhvKHpbs3UBni37dBlPvO4KYn/PgylilcgSdw6sjsSSxsRGfIJgqhi14bKZCHcQvjUh/+3HMotTYrGLVYCxyMFjEnYC98yTAp6atAKVxaZ9eu2NMji8WTj4w/Y34elD60PPwb5bEywLqAX/amwmUo6TBCy14N/TL44jb3sE5JdUIPXXI0RBSoGt3BUObn4agKGIxxQhlyQacbstK4fS2mZoBtFNQ1bd+4zND2vQu6anl7gWFOj8MV2DVMtU44xMhpwElrrjA7zO5IqWojd/v1Vso6cqp91zC2YrGhDOy07Iqyza2q9smDIwUYek0AWbCt/8x78QmrzayQ6xtpmqfCYsLfgU9HdeP3UqutZTTNd/9Q8k08XzXzIxSdvLPda8YaeeZnkxUwql0nDKyUYdaWZjGAy7UDLHpVqBVHTxSV0wBy21El9u/491ik2J3YkdiP2LPZL41RBeeNUWtp97Bbn0Ee1g9wr9qqV/X+4R9nlPX03743dylnaXZyNp8v58yLOsFYCbUnCVQzjN+5QhlmKccO7aMkueWJggROd4qnw2x5LydUcg/NRamE3XMlkGovpRWPKWEavP74P2O1RANM/3gIIPJj7TX+lqU2geQuaBx4B/7cWAOx0ucTiEHYJU9y5DBuUMYNIHeHZz9tn+Fw2G5EBTqUlHRfRi4eB5wNlJsRsv5k4b6HyFkhIC6BO4LzPbWhW7rbCcxubeKHOc6UaBKZBMMd4j8XuRUynOCCa4EMfF9grkI1NcTaSAVtk1nrIOwFfeEBlQw4f4phb6zHzBOm0ZZ0dBcaZRVdYIo5xYiyOMEWONwQHmjKGE//VuRBgul1QrpyxmMvF4vGj0xfuuQrNt4tVTsRhEnjY9AuKa1FVLSEneQWzFd5WbO7hasX08ONUOVQgwQuVqACFXkSoIoUgK1hJEkAgbkG5CjqBS5wrRFuY2IfVwhRnLsVyZTZpatveGR4yEbYqbE6J80nM4aa+LD7Oqmr8PdSJFUQVynmgN4lerGQV1+uLdYzdOFWHPW/iK2gIQayhizQ0NMwyvBEBlrDczRfmU40CTtAHqLQGnjQG8MYkxm1MwJuTqjHwVCu9iRJ1C8ojWGHxUYowH0c5X57zpXquvlw0wzHHGMTfufxiJ1psFJTzq6nGeDvHF4LgmHHWCUViZBaInRn+cswnBi460RBPRYg9TRUQ0CZUC5LAT0qLLu50FpdTeBhjGf7/h4dg9hE0uqsBx/saOcYRDIfnOhfzGFBHyizcJK3p2edUjWrC0rn1aGjXtfVUCHMAKKhlxV8eTEIcV2jCOdKiqahv/MisrfRQVnxPJoOU62mR6pu2ZllIzo8zOZqQB7kWJXW2/c0aihata5PcIVJKfFRgHAETmEQVTCELptGMGcyigTnMJ1voUVN6uCZS9pV2hrwl7FYMvBwtUSd7L7E5qP9t7BIPRF7EcmA9ct2nIPHrxgWajtDltbXuBLuaY6qRZGa5ZlX5anfR0lYXaHUzVSFjZa8rfdhZ8rKXFZg21LVL5LFjI5TlDIbwnFGHE2dypHs6Q50N015dpOgLONEUlOqoiQgIaeCsjMq9gITDKwRMieQgKUy9UQY1BTFYZU2KpE2SkILMIjW8IdFwIKmMaK8oClJVssAEtFnz5dQ1s+w6EZoNGtPGQfzx+aoE8ikiP8GCYOWtgB+HBdWDaxACAZInVq14dZI85RRDvZGIghyONw59KV/BBEQ02P1ER8hmNGiURT2hQP8WfAY=");
    font-feature-settings: "tnum";
}

html {
    -webkit-overflow-scrolling: auto;
    box-sizing: border-box;
    width: 100%;
    font-size: 62.5%;
}

body {
    font-family: Arial,sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Arial,sans-serif;
}

/* Anchor Links */
a {
    color: #c03;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: Arial,sans-serif;
    color: #494a52;
    word-break: break-word;
}

h1 {
    font-size: 2.1rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.6rem;
    line-height: 1.2;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.5;
}

h4 {
    font-family: Arial,sans-serif;
    font-weight: normal;
    font-size: 1.175rem;
    line-height: 1.5;
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
}

h6 {
    font-size: .9rem;
    line-height: 1.5;
}

strong {
    font-weight: 700;
}

code {
    vertical-align: bottom;
}

ul, ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    padding: 0;
    margin: 16px 40px;
    font: 400 1.6rem/1.5 Interstate,Arial,sans-serif;
}

/* Horizontal Rules */
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* TODO */
small {
}

/* TODO */
mark {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

:focus {
    outline: auto;
}

.disable-focus-styles :focus {
    outline: none;
}

@media (max-width: 767px) {
    h1 {
        font-size:34px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    .body-container-wrapper {
        font-size: 14px;
    }

    blockquote {
        font-size: 14px;
        line-height: 21px;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
    max-width: 100%;
    font-family: Arial,sans-serif;
}

.hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.1;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    border-style: solid;
    text-decoration: none !important;
    outline: none;
    font: 700 1.6rem/3rem Interstate,Arial,sans-serif;
}

.hs-button:hover, .hs-button:focus {
    background-color: #21222a;
    border-color: #21222a;
    color: #fff;
}

.hs-button:active {
    background-color: #71727a;
    border-color: #71727a;
}

.hs-form label {
    font-size: 16px;
    display: block;
    float: none;
    width: auto;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 4px;
}

.hs-error-msgs label {
    margin-top: .5rem;
    color: red !important;
    font-size: 16px;
}

.hs-input {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 5rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font: 400 1.4rem/1.43 Interstate,Arial,sans-serif;
    color: #000;
    outline: none;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
}

.hs-input:-moz-placeholder {
    color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.hs-input input, .hs-input textarea {
    transition: border 0.2s linear;
}

.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
    height: auto;
}

select[multiple].hs-input {
    height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #c87872;
}

input.hs-input.error:focus, div.field.error input:focus, div.field.error textarea:focus, div.field.error .chzn-choices:focus, textarea.hs-input.error:focus, select.hs-input.error:focus {
    border-color: #b9554d;
}

.actions {
    padding: 0;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 0;
}

.inputs-list > li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
}

.inputs-list:first-child {
    padding-top: 6px;
}

.inputs-list > li + li {
    padding-top: 2px;
}

.inputs-list label > input, .inputs-list label > span {
    vertical-align: middle;
}

ul.no-list {
    list-style: none;
}

.field {
    margin-bottom: 18px;
}

.hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    font-size: 14px;
}

.hs-form-required {
    color: red;
}

.hs-richtext {
    margin-bottom: 3px;
    line-height: 1.2;
    font-size: 18px;
    color: #000;
}

.hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%;
}

.grecaptcha-badge {
    margin: 0 auto;
}

.email-correction, .email-validation {
    padding-top: 3px;
    font-size: 12px;
}

.email-correction a, .email-validation a {
    cursor: pointer;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field, .email-correction form .form-columns-3 .hs-form-field, .email-validation form .form-columns-2 .hs-form-field, .email-validation form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%;
    }

    .email-correction form .form-columns-2 .hs-form-field .hs-input, .email-correction form .form-columns-3 .hs-form-field .hs-input, .email-validation form .form-columns-2 .hs-form-field .hs-input, .email-validation form .form-columns-3 .hs-form-field .hs-input {
        width: 90%;
    }

    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox], .email-correction form .form-columns-2 .hs-form-field input[type=radio], .email-correction form .form-columns-3 .hs-form-field input[type=checkbox], .email-correction form .form-columns-3 .hs-form-field input[type=radio], .email-validation form .form-columns-2 .hs-form-field input[type=checkbox], .email-validation form .form-columns-2 .hs-form-field input[type=radio], .email-validation form .form-columns-3 .hs-form-field input[type=checkbox], .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
        width: 24px;
    }
}

.hs-button, .hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hs-default-font-element, .hs-main-font-element {
    font-family: Arial,sans-serif;
}

.hs-form .field .input a {
    margin-top: 18px;
}

@media(max-width: 767px) {
    .hs-input {
        max-width: 100%;
    }

    .body-container-wrapper .custom_error_message form, .body-container-wrapper .widget-type-form, .body-container-wrapper .widget-type-blog_subscribe, .body-container-wrapper .widget-type-google_search, .body-container-wrapper .widget-type-password_prompt.custom_error_message, .body-container-wrapper .widget-type-email_simple_subscription, .hs-blog-post .body-container-wrapper .widget-type-blog_comments, .body-container-wrapper .hs-search-field__bar, .body-container-wrapper .submitted-message, .body-container-wrapper #hs_cos_wrapper_password_prompt, .body-container .submitted-message, .blog-comments form, .widget-type-email_simple_subscription, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .widget-type-password_prompt {
        margin: 15px 0px;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hs-menu-item a {
    text-decoration: none;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */
table {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}

th, td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

thead th, thead td {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    border-bottom-width: 2px;
}

thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
    border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.landing-footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media(max-width: 1279px) {
    .landing-footer {
        padding-bottom: 0px !important;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header {
    background-color: #F8FAFC;
}

.header__container {
    max-width: 1200px;
    margin: 0 auto;
}

.header_container-row {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
}

.site-header {
    min-height: 73px;
}

.header_container-colm {
    padding: 0;
    border-bottom: .1rem solid #b0b0b0;
}

.header_container-colm-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 192rem;
    margin: 0 auto;
    padding: 0 1.6rem 0 0;
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    height: 73px;
}

.header_container-colm-row .s-navigation-logo {
    flex-grow: 1;
    -ms-flex-positive: 1;
    height: 72px;
}

.header_container-colm-row .s-navigation__top-panel {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.s-navigation-logo a {
    width: 14.2rem;
    display: block;
}

.header-show .header_container-row {
    background-color: #fff;
}

.s-navigation-search {
    cursor: pointer;
    border-radius: .4rem;
}

.s-navigation-search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: .8rem;
    border: 0;
    background-color: transparent;
}

.s-navigation-search__icon {
    width: 2.4rem;
    height: 2.4rem;
}

.s-navigation-logo img {
    min-width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
}

.header_container-colm-row .s-navigation-socials {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 0 0 1.6rem;
    -ms-flex-align: center;
}

.header_container-colm-row .s-navigation-socials:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.header_container-colm-row .s-navigation-socials>a {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: .8rem;
    transition: background-color .3s;
    border-radius: 4px;
}

.header_container-colm-row .s-navigation-socials>a>svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    transition: fill .3s;
    opacity: 1;
}

span.s-navigation-socials__description {
    display: none;
}

.lang-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lang-section ul>li>a {
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
    color: #000;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 4rem;
    padding: .8rem;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.4rem;
    border-radius: 4px;
    background-color: transparent;
    -ms-flex-align: center;
}

.lang-section ul>li>a:hover svg {
    fill: #fff;
}

.lang-section ul>li>a:hover {
    background-color: rgb(204 0 51);
    color: #fff;
}

.lang-section ul>li>a svg {
    position: unset;
    top: unset;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 .4rem;
}

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

.navigation-primary>ul.submenu.level-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    -ms-flex-line-pack: center;
}

.navigation-primary ul li a {
    text-decoration: none;
}

.navigation-primary ul.submenu.level-2 {
    z-index: 501;
    transition: opacity .3s;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 1rem 0 #0003;
    border-radius: .4rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}

.open-sub-menu .navigation-primary .services ul.submenu.level-2,
.open-blog-menu .navigation-primary .blog ul.submenu.level-2{
    visibility: visible;
    opacity: 1;
}

.navigation-primary .sub-menu {
    top: 8px;
    left: 0px;
    transform: translate3d(28px, 32px, 0px);
    position: absolute;
    z-index: 501;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
}

.navigation-primary ul.submenu.level-2>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.open-sub-menu .navigation-primary .services .sub-menu,
.open-blog-menu .navigation-primary .blog .sub-menu{
    visibility: visible;
    opacity: 1;
}

.sub-menu .s-navigation__submenu-arrow {
    border-bottom: .8rem solid #fff;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    margin: 0 0 0 .4rem;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    z-index: 990;
}

.navigation-primary ul.submenu.level-2>li>a {
    display: block;
    min-width: 5.6rem;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    font-family: Interstate;
    padding-left: 16.5px;
}

.navigation-primary>ul.submenu.level-1>li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
}

body.form-open {
    overflow: hidden;
}

.navigation-primary>ul.submenu.level-1>li>a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 4rem;
    padding: .8rem 1.2rem;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.4rem;
    border-radius: 0.4rem;
    -ms-flex-align: center;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.lang-section .s-navigation__submenu {
    position: absolute;
    z-index: 501;
    top: 100%;
    transition: opacity .3s;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 1rem 0 hsl(0deg 0% 0% / 20%);
    right: -6px;
    visibility: hidden;
    opacity: 0;
}

.open-lang .lang-section .s-navigation__submenu {
    visibility: visible;
    opacity: 1;
}

.lang-section ul>li {
    position: relative;
}

.s-navigation__submenu ul.s-navigation__submenu-list {
    border-radius: 0.4rem;
    overflow: hidden;
}

.lang-section .s-navigation__submenu>ul>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.lang-section .s-navigation__submenu>ul>li>a {
    display: block;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    min-height: 3rem;
    min-width: 5.6rem;
    border-radius: 0px;
}

.lang-section .s-navigation__submenu-arrow {
    position: absolute;
    top: 81%;
    width: 0;
    height: 0;
    left: 31px;
    margin: 0 0 0 .4rem;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    border-bottom: .8rem solid #fff;
    z-index: 999;
}

.lang-section ul.s-navigation__menu-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.lang-section ul.s-navigation__menu-list {
    position: relative;
    padding: 0 0 0 1.6rem;
}

.custom-menu-primary .has-submenu > a svg {
    position: unset;
    top: unset;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 .4rem;
    fill: currentColor;
}

/*-------form-----*/
.desktop-form.g-dialog-container {
    position: fixed;
    z-index: 503;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.9) !important;
    background: var(--overlay--dialog--background);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    visibility: hidden;
    opacity: 0;
}

.desktop-form.g-dialog-container .c-dialog.c-dialog--search {
    height: 100%;
    padding: 16rem 0 0;
}

.desktop-form.g-dialog-container .s-dialog {
    position: relative;
}

.desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
    position: absolute;
    z-index: 1;
    top: -3.6rem;
    right: -1.2rem;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: unset;
    font-size: 0;
    line-height: 0;
    outline: none;
}

.desktop-form.g-dialog-container .s-dialog button.s-dialog__close svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal label.s-navigation-search-modal__label {
    position: relative;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button {
    display: inline-block;
    box-sizing: border-box;
    min-width: 21.6rem;
    max-width: 32.8rem;
    height: 5.6rem;
    margin: 3.2rem 0 0;
    padding: 1rem 1.6rem;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #fff;
    border: none;
    background: #c03;
    font: 700 1.6rem/3.6rem Interstate,Arial,sans-serif;
    border-radius: 2px;
    outline: none;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal span.h-visually-hidden {
    display: none;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input {
    width: 67.2rem;
    width: calc(100vw - 8rem);
    display: block;
    box-sizing: border-box;
    height: 5.6rem;
    padding: 1.6rem 1.6rem 1.6rem 4.8rem;
    color: #fff;
    border: .1rem solid #404040;
    border-radius: 0.2rem;
    background-color: #262626;
    font: 400 1.6rem Interstate,Arial,sans-serif;
    outline: none;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal svg.c-image-svg.s-navigation-search-modal__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    margin: auto 0;
    fill: #fff;
}

.s-navigation-search {
    outline: none;
}

.form-open .desktop-form.g-dialog-container {
    visibility: visible;
    opacity: 1;
}

.header-hide .header_container-row {
    position: static;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button:hover {
    background-color: rgb(184, 0, 46);
    cursor: pointer;
}

.desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input::placeholder {
    color: #666;
}

/*----------------*/
.lang-section .hs-menu-children-wrapper {
    position: absolute;
    z-index: 501;
    top: 100%;
    transition: opacity .3s;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 1rem 0 hsl(0deg 0% 0% / 20%);
    right: -6px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0.4rem;
}

.lang-section .hs-menu-children-wrapper:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    left: 18px;
    margin: 0 0 0 .4rem;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    border-bottom: .8rem solid #fff;
    top: -8px;
    z-index: 9;
}

.lang-section .hs-menu-children-wrapper>:first-child>a {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
}

.lang-section .hs-menu-children-wrapper>:last-child>a {
    border-bottom-left-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important;
}

.open-lang .lang-section .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

.lang-section .hs-menu-children-wrapper>li {
    display: block;
    text-decoration: none;
    text-transform: unset;
    font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
}

.lang-section .hs-menu-children-wrapper>li>a {
    display: block;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    min-height: 3rem;
    min-width: 5.6rem;
    border-radius: 0px;
}

.lang-section>span>div>ul:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .8rem;
    display: block;
    width: .1rem;
    height: 2.4rem;
    margin: auto 0;
    content: "";
    background-color: #b0b0b0;
}

.lang-section>span>div>ul {
    position: relative;
    padding: 0 0 0 1.6rem;
}

/* .navigation-primary>ul.submenu.level-1>li.has-submenu.menu-item>a:focus {
    background-color: transparent !important;
    color: #000 !important;
    outline: none !important;
} */
/* body .custom-menu-primary .submenu.level-1>li>a:hover, body .custom-menu-primary .submenu.level-1>li>a:focus {
    background-color: transparent !important;
    color: #000;
    outline: none;
} */
@media(min-width: 1280px) {
    .desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
        top: -2.4rem;
        right: -2.4rem;
        width: 2.4rem;
        height: 2.4rem;
    }
}

@media (min-width: 768px) {
    .desktop-form.g-dialog-container form.s-navigation-search-modal .s-navigation-search-modal__input {
        width: 67.2rem;
    }
}

@media(max-width: 1279px) {
    .desktop-form.g-dialog-container .c-dialog.c-dialog--search {
        padding: 4rem 0 0;
    }
}

@media(min-width: 1148px) {
    .s-navigation__burger {
        display:none;
    }

    .mobile-menu-section {
        display: none;
    }
}

@media(max-width: 1147px) {
    .custom-menu-primary {
        display: none;
    }

    .header_container-colm-row .s-navigation__top-panel {
        display: none;
    }

    button.s-navigation__burger {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        cursor: pointer;
        text-transform: uppercase;
        color: #000;
        border: 0;
        background-color: transparent;
        font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
        -ms-flex-align: center;
        outline: none;
    }

    button.s-navigation__burger svg {
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 0 0 .4rem;
        fill: #000;
    }

    .header_container-colm-row {
        padding: 0 2.4rem 0 0;
    }

    /*----------------*/
    .mobile-menu-section {
        position: fixed;
        z-index: 501;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 0 0 .8rem;
        background: rgba(0,0,0,.9);
        display: none;
    }

    .mobile-open .mobile-menu-section {
        display: block;
    }

    body.mobile-open {
        overflow: hidden;
    }

    .s-navigation-mobile__container {
        position: relative;
        box-sizing: border-box;
        max-width: 76.8rem;
        height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    button.s-navigation-mobile__close {
        position: absolute;
        z-index: 1;
        top: 1.7rem;
        right: 2.4rem;
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 -1.2rem -1.2rem;
        padding: 0;
        cursor: pointer;
        border: none;
        background-color: transparent;
        outline: none;
    }

    button.s-navigation-mobile__close svg {
        width: 2.4rem;
        height: 2.4rem;
        fill: #fff;
    }

    .s-navigation-logo-mobile {
        padding: 0 2.4rem 0 0;
        -ms-touch-action: none;
        touch-action: none;
        flex-grow: 1;
        -ms-flex-positive: 1;
        display: flex;
    }

    .s-navigation-logo-mobile a {
        position: unset;
        width: 14.2rem;
        height: 7.2rem;
        display: block;
    }

    .s-navigation-logo-mobile img {
        min-width: 100%;
        flex-shrink: 0;
        max-width: 100%;
        height: auto;
        -ms-flex-negative: 0;
    }

    .s-navigation-mobile__content {
        height: 100%;
    }

    .s-navigation-mobile__content-row {
        padding: 2.4rem 3rem 9.6rem;
    }

    .s-navigation-mobile__content-row>span>div>ul {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: 0 1rem;
        padding: 0;
        list-style: none;
        -ms-flex-direction: column;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 .8rem;
        padding: 0;
        color: #fff;
        align-items: center;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1>a {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        padding: 1.4rem 0;
        text-decoration: none;
        text-transform: uppercase;
        color: inherit;
        font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        align-items: center;
    }

    span.h-visually-hidden {
        display: none;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 100%;
        text-align: left;
        padding: 0 0 0 2.2rem;
        margin: 0 1rem;
        display: none;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0 0 .8rem;
        padding: 0;
        flex-direction: column;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 1.4rem 0;
        text-decoration: none;
        text-transform: uppercase;
        color: inherit;
        font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        flex-direction: column;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1.SEARCH>a {
        display: none;
    }

    .s-navigation-search {
        padding: 1rem 0;
        cursor: pointer;
        border-radius: .4rem;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: .8rem;
        border: 0;
        background-color: transparent;
        outline: none !important;
    }

    .s-navigation-search:hover {
        background-color: transparent;
    }

    .m-navigation .s-navigation-mobile .s-navigation-search {
        padding: 1rem 0;
    }

    .s-navigation-search__icon {
        width: 2.4rem;
        height: 2.4rem;
        fill: #fff;
    }

    .s-navigation-search {
        padding: 1rem;
        padding-left: 0px;
    }

    svg.s-navigation-mobile__menu-icon {
        display: block;
        box-sizing: content-box;
        width: 2.4rem;
        height: 2.4rem;
        padding: 0 0 0 .4rem;
        fill: currentColor;
        cursor: pointer;
    }

    .s-navigation-logo-mobile .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin: 1.2rem 0 0;
        padding: 2.4rem 0;
        border-top: .1rem solid #fff;
    }

    .s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin: 1.2rem 0 0;
        padding: 2.4rem 0;
        border-top: .1rem solid #fff;
    }

    .s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a {
        display: block;
        margin: 0 2.4rem 0 0;
        padding: .8rem 0;
    }

    .s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a svg {
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        fill: #fff;
    }

    .mobile-menu-section .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
        position: absolute !important;
        transform: translate(100%,0);
        padding: 0;
        top: 0;
        box-shadow: none;
        background: #EEEFEF;
        transition: all 0.5s linear !important;
        display: block !important;
        width: 100%;
        height: 100%;
    }

    .mobile-menu-section .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
        transform: translate(0px, 0px);
    }

    .hs-menu-wrapper ul.is-open > li {
        transform: translateX(-1000px);
    }

    .form-open .mobile-menu-section {
        display: none;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 button.s-navigation-search {
        background-color: transparent;
    }

    .s-navigation-mobile__content-row>span>div>ul>li.hs-menu-depth-1 .s-navigation-search svg {
        fill: #fff;
    }

    /*-----------------*/
    .s-navigation-mobile__content .hs-menu-wrapper > ul.hs-menu-children-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 96px;
        bottom: 0;
        width: 100%;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: -webkit-transform 0.4s linear 0s;
        transition: -webkit-transform 0.4s linear 0s;
        -webkit-transition: transform 0.4s linear 0s;
        -moz-transition: transform 0.4s linear 0s;
        -ms-transition: transform 0.4s linear 0s;
        -o-transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
        visibility: hidden;
    }

    .s-navigation-mobile__content .hs-menu-wrapper > ul.dl-menuopen {
        -webkit-transition: -webkit-transform 0.4s linear 0s;
        transition: -webkit-transform 0.4s linear 0s;
        -webkit-transition: transform 0.4s linear 0s;
        -moz-transition: transform 0.4s linear 0s;
        -ms-transition: transform 0.4s linear 0s;
        -o-transition: transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s;
    }

    .s-navigation-mobile__content .hs-menu-wrapper > ul.go-left {
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }

    .s-navigation-mobile__content .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
        padding: 0 0 0 2.2rem;
    }

    .hs-menu-children-wrapper>li>a {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        padding: 1.4rem 0;
        text-decoration: none;
        text-transform: uppercase;
        color: inherit;
        font: 700 1.4rem/1.214 Interstate,Arial,sans-serif;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        folo: #ff;
        color: #fff;
    }

    .hs-menu-children-wrapper>li:nth-child(1)>a {
        opacity: .5;
        order: 2;
    }

    .hs-menu-children-wrapper>li.custom-parent-link>a {
        cursor: pointer;
        opacity: .5;
        order: 1;
    }

    li.dl-back {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: -32px;
        margin-bottom: .8rem;
    }

    li.dl-back svg {
        transform: rotate( 180deg );
        opacity: .5;
        fill: #fff;
        width: 2.4rem;
    }

    .hs-menu-children-wrapper>li+li {
        margin-bottom: .8rem;
    }
}

@media(max-width: 1279px) {
    .desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
        right: -3.6rem;
    }
}

@media(max-width: 969px) {
    .desktop-form.g-dialog-container .c-dialog.c-dialog--search {
        padding: 16rem 0 0;
    }
}

@media(max-width: 768px) {
    /*   .s-navigation-mobile__content {
  max-width: 97.8vw;
} */.s-navigation-mobile__content-row {
        box-sizing: border-box;
        height: calc(100vh - 7.2rem);
        overflow: auto;
    }

    .s-navigation-mobile__content-row::-webkit-scrollbar {
        background-color: transparent;
    }
}

@media(max-width: 767px) {
    .desktop-form.g-dialog-container form.s-navigation-search-modal button.s-navigation-search-modal__button {
        display: none;
    }

    .desktop-form.g-dialog-container .s-dialog button.s-dialog__close {
        right: -1.2rem;
    }
}

@media(max-width: 336px) {
    .s-navigation-mobile__content-row .s-navigation-socials.linked-in.twitter.instagram.facebook.youtube a:last-child {
        margin-right: 0px;
    }
}

.header-container .widget-type-logo img {
    margin: 0px 0 0 0;
    display: inline-block;
    max-width: 143px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
    background-color: #F8FAFC;
}

.footer__container {
    margin: 0 auto;
}

.footer__copyright {
    font-family: Arial,sans-serif;
}

.site-footer {
    padding-top: 128px;
}

.c-strikeout hr.s-strikeout {
    height: .1rem;
    margin: 0;
    border: none;
}

.s-footer-top {
    padding: 2.7rem 0;
}

.s-footer-top-container {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 3840px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.s-footer-navigation ul {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -2.4rem;
    padding: 0 3.4rem;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
}

.s-footer-navigation ul>li {
    margin: 0 1.6rem 2.4rem;
}

.s-footer-navigation ul>li>a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 1.1rem/1.272 Interstate,Arial,sans-serif;
}

.s-footer-navigation {
    width: 71.4rem;
}

.s-footer-bottom {
    padding: 2.4rem 1.6rem;
}

.s-footer-bottom-row {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 12px;
}

.s-footer-bottom-row .s-footer-social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.5rem;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.s-footer-bottom-row .s-footer-social ul.s-footer-social__items {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -.4rem 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li {
    margin: .4rem .8rem;
}

.s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li>a {
    display: block;
    text-decoration: none;
}

.s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li>a svg {
    width: 2.4rem;
    height: 2.4rem;
}

.s-footer-copyright {
    font: 400 1.2rem/1.333 Interstate,Arial,sans-serif;
    width: 100%;
    text-align: center;
    font-family: 'Interstate';
}

.s-footer-social .s-footer-social__caption {
    margin: 0 1.6rem 0 0;
    font: 400 1.2rem/1.333 Interstate,Arial,sans-serif;
    font-family: 'Interstate';
}

.s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li>a span.h-visually-hidden {
    display: none;
}

@media (min-width: 1280px) {
    .s-footer-top-container {
        justify-content: space-between;
        -ms-flex-pack: justify;
        max-width: 101.6rem;
    }

    .s-footer-navigation ul {
        justify-content: flex-start;
        margin: 0 0 -1.6rem;
        padding: 0;
        -ms-flex-pack: start;
    }

    .s-footer-navigation ul>li {
        margin: 0 3.2rem 1.6rem 0;
    }

    .s-footer-bottom {
        padding: 2rem 0;
        padding-bottom: 19px;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items {
        position: relative;
        top: 1px;
    }

    .s-footer-bottom-row {
        flex-wrap: nowrap;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        -ms-flex-pack: justify;
    }

    .s-footer-bottom-row .s-footer-social {
        order: 1;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
        -ms-flex-order: 1;
        -ms-flex-pack: end;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items {
        justify-content: flex-end;
        -ms-flex-pack: end;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li:nth-child(1) {
        margin: .4rem 0;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items>li {
        margin: .4rem 0 .4rem 1.6rem;
    }

    .s-footer-copyright {
        min-width: 48rem;
        margin: 0 6.4rem 0 0;
        text-align: left;
    }
}

@media(max-width: 1920px) {
    .s-footer-bottom {
        padding: 2rem 0;
        padding-top: 19px;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items {
        position: relative;
        top: 1px;
    }
}

@media(max-width: 1366px) {
    .s-footer-bottom {
        padding: 2rem 0;
        padding-top: 20px;
        padding-bottom: 19px;
    }

    .s-footer-bottom-row .s-footer-social ul.s-footer-social__items {
        position: relative;
        top: 0px;
    }
}

@media(max-width: 1279px) {
    .s-footer-top {
        padding-bottom: 48px;
        padding-top: 24px;
    }

    .s-footer-social .s-footer-social__caption {
        display: none;
    }

    .s-footer-bottom {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media(max-width: 767px) {
    .s-footer-bottom {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
/* TODO: Find a better place for this */
.content-wrapper {
    max-width: 1240px;
    padding: 0 3.2rem;
    margin: 0 auto;
}

.blog-header {
    background-color: #F8FAFC;
    text-align: center;
}

.blog-header__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 10rem 16px;
}

.blog-header__title {
    font-size: 2rem;
}

.blog-header__subtitle {
    margin: 1rem 0 2rem;
}

.blog-header__form {
    margin: 0 1rem;
}

@media screen and (min-width: 768px) {
    .blog-header__form {
        width: 500px;
        margin: 0 auto;
    }
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 3.2rem 0;
}

.blog-index:after {
    content: "";
    flex: auto;
}

.blog-index__tag-header {
    flex: 1 0 100%;
    padding: 1rem;
}

.blog-index__tag-subtitle {
    font-size: 1.16rem;
    line-height: 1.1;
}

.blog-index__tag-heading {
    padding-bottom: 1rem;
    border-bottom: 3px solid #D1D6DC;
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .blog-index__post {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-index__post {
        flex: 0 0 calc(100%/3);
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        justify-items: space-between;
    }
}

.blog-post img {
    max-width: 100%;
}

.blog-index__post-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
    background-image: url('./images/grayscale-mountain.png');
}

@media screen and (min-width: 768px) {
    .blog-index__post-image--large {
        flex: 1 1 100%;
        padding-bottom: 0;
    }

    .blog-index__post-content--large {
        flex: 1 1 100%;
        padding-left: 2rem;
    }

    .blog-index__post-image--large {
        flex: 1 1 48%;
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem;
    }
}

.blog-index__post-content h2 {
    margin: .5rem 0;
}

.blog-index__post-content--small h2 {
    font-size: 1.25rem;
}

.blog-index__post-content p {
    font-family: Arial,sans-serif;
}

.blog-index__post-content a {
    color: #000;
}

.blog-index__post img {
    max-width: 100%;
    height: auto;
}

.blog-pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-family: Arial,sans-serif;
    margin-bottom: 3.2rem;
}

.blog-pagination__link {
    display: inline-flex;
    padding: .25rem .4rem;
    margin: 0 .1rem;
    color: #000;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1;
    border-radius: 7px;
}

.blog-pagination .nav-text h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}

.blog-pagination__link--active {
    border: 2px solid #c03;
    pointer-events: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
    text-decoration: none;
}

.blog-pagination__prev-link, .blog-pagination__next-link {
    display: inline-flex;
    align-items: center;
}

.blog-pagination__prev-link {
    text-align: right;
    margin-right: .25rem;
}

.blog-pagination__next-link {
    text-align: left;
    margin-left: .25rem;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
    color: #c03;
    pointer-events: none;
    cursor: default;
}

.blog-pagination__prev-link svg, .blog-pagination__next-link svg {
    fill: #c03;
    margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg, .blog-pagination__next-link--disabled svg {
    fill: #c03;
}

.blog-pagination__number-link:hover, .blog-pagination__number-link:focus {
    border: 2px solid #c03;
}

.blog-header__author-avatar {
    height: 200px;
    width: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
    margin: 0 auto 1.5rem;
}

.blog-header__author-social-links a {
    display: inline-block;
    position: relative;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.blog-header__author-social-links a:hover {
    background-color: #000;
}

.blog-header__author-social-links svg {
    fill: #fff;
    height: 15px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-post {
    max-width: 960px;
    margin: 0 auto;
    padding: 3.3rem 0;
}

.blog-post h1 {
    font-size: 1.6rem;
}

.blog-post__meta {
    margin: 1rem 0;
}

.blog-post__meta a {
    color: #000;
    text-decoration: underline;
}

.blog-post__tags {
    font-family: Arial,sans-serif;
    color: #000;
}

.blog-post__tags svg {
    width: 15px;
    height: auto;
    margin-right: 10px;
}

.blog-post__tag-link {
    font-size: .8rem;
    color: #000;
}

.blog-recent-posts {
    margin-top: 3.2rem;
    background-color: #F8FAFC;
    padding: 3.2rem 0;
}

.blog-recent-posts h2 {
    text-align: center;
}

.blog-recent-posts__list {
    display: flex;
}

.blog-recent-posts__post {
    display: block;
    flex: 0 0 100%;
    color: #000;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/3);
    }
}

.blog-recent-posts__post:hover {
    text-decoration: none;
}

.blog-recent-posts__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
}

.blog-recent-posts__title {
    margin: 1rem 0 .5rem;
}

.blog-comments {
    max-width: 680px;
    margin: 0 auto;
}

.blog-comments form {
    max-width: 100%;
}

.blog-comments .hs-submit {
    text-align: center;
}

.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #494A52;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
    margin-bottom: 20px;
}

.post-item .page-center .span4, .post-item .page-center .span8 {
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
}

.post-item .page-center .span8 {
    flex-basis: 31.914893614%;
}

img.featured-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

@media(max-width: 480px) {
    .blog-post img {
        width: 100% !important;
        float: none !important;
    }
}

/*             Blog Grid Listing            */
.blog-index__post.blog-index__post--small {
    display: flex;
}

.blog-index__post-inner-card {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.blog-index__post-image {
    border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
    display: flex;
    flex-direction: column;
    padding: 24px 30px 30px 30px;
    height: 100%;
}

.blog-post__tag-link, .blog-post__tags {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover {
    text-decoration: none;
}

.blog-index__post-content--small h2 {
    font-size: 18px;
    line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
    text-decoration: none;
    transition: all .5s;
}

.blog-post__meta-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 30px;
    font-size: 14px;
}

.blog-post__read-more a:hover {
    text-decoration: none;
}

.read-more__arrow {
    position: relative;
    top: 3px;
    padding-left: 10px;
}

.blog-post__read-more svg {
    width: 15px;
    height: auto;
}

.blog-post__read-more a svg {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
    .blog-index.sidebar {
        padding: 1rem 0;
        padding-bottom: 3.3rem;
    }
}

/*             Blog Grid Listing with Sidebar            */
.blog-index.sidebar {
    display: flex;
}

@media screen and (min-width: 1000px) {
    .blog-index.sidebar .blog-index__post {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (max-width: 999px) {
    .blog-index.sidebar .blog-index__post {
        flex: 0 0 calc(100%/1);
    }
}

.blog-sidebar {
    padding-top: 3.2rem;
}

@media screen and (max-width: 767px) {
    .blog-sidebar {
        padding: 3.2rem 0rem;
        padding-bottom: 0;
    }
}

.blog-sidebar h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 37px;
}

.blog-sidebar ul {
    padding: 30px;
    margin: 0 0 40px 0;
    list-style: none;
    border-radius: 5px;
    background: #fff;
}

.blog-sidebar ul li {
    padding: 10px 0;
    border-top: 1px solid #dfddd9;
    font-weight: 600;
}

.blog-sidebar ul li:first-child {
    border-top-color: transparent;
}

.blog-sidebar a {
    text-decoration: none;
}

.blog-sidebar a:hover {
    text-decoration: none;
}

.blog-sidebar .filter-link-count {
    display: none;
}

.blog-sidebar .filter-expand-link {
    position: relative;
    top: -15px;
    display: block;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-align: center;
}

.blog-sidebar-post-listing ul li {
    padding-left: 1.3em;
    line-height: 24px;
    text-indent: -1.9em;
}

.blog-sidebar-post-listing li:before {
    position: relative;
    width: 27px;
    float: left;
    content: counter(list-item);
    margin-right: 6px;
    font-size: 36px;
    font-weight: 600;
}

.blog-sidebar-post-listing li a {
    position: relative;
    top: -3px;
}

.blog-pagination.span12 {
    display: flex;
    margin-left: 0;
}

/* Mobile Blog Sidebar */
@media(max-width: 767px) {
    .hs-blog-listing .content-wrapper > .row-fluid {
        display: flex;
        flex-direction: column;
    }

    .hs-blog-listing .span3 {
        order: 1;
    }

    .hs-blog-listing .span9 {
        order: 2;
    }

    .hs-blog-listing .blog-pagination {
        order: 3;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter ul, .blog-sidebar.mobile .blog-sidebar-post-listing ul {
        visibility: hidden;
        opacity: 0;
        transition: all 5s;
        display: none;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3, .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
        cursor: pointer;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after, .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
        content: "+";
        padding-left: 6px;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after, .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
        content: "-";
        padding-left: 7px;
    }

    .blog-sidebar.mobile .clicked ul {
        display: block;
        visibility: visible;
        transition: all 1s;
        opacity: 1;
    }
}

/* Blog Subscription Section */
.subscription-form {
    display: block;
    margin: 0 auto;
    padding: 60px 0;
    width: 40%;
    text-align: center;
}

@media (max-width: 767px) {
    .subscription-form {
        width: 85%;
    }
}

.subscription-form label {
    text-align: center;
}

/*             Blog Post Layout          */
.post-featured-image {
    margin-bottom: -110px;
    min-height: 300px;
    background-size: cover;
    border-radius: 5px;
    margin-top: 32px;
    background-position: center center;
}

.blog-post {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 84px 100px 80px 100px;
    background: #fff;
    border-radius: 5px;
}

.blog-post.no-image {
    margin-top: 50px;
}

.blog-post__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-post__meta a {
    text-decoration: none;
}

.blog-post__links {
    display: block;
    padding: 26px 0;
    margin-top: 20px;
}

.blog-post__back-to-blog {
    text-decoration: none;
}

.blog-post__back-to-blog svg {
    position: relative;
    top: 6px;
    margin-right: 10px;
    width: 20px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media (max-width: 767px) {
    .blog-post {
        width: 90%;
        padding: 30px;
    }
}

/* Blog Comments */
.blog-comments {
    max-width: 100%;
}

.comment.depth-0:first-child {
    margin-top: 2em;
}

.comment.depth-1 {
    padding-left: 2em;
    padding-top: 1em;
    margin-top: 1em;
}

.blog-comments form {
    margin-top: 2em;
    padding-top: 2em;
}

/* Related Articles */
.blog-recent-posts__list {
    flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
    text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
    justify-content: flex-end;
}

.blog-post__read-more a svg {
    fill: #c03 !important;
}

@media(max-width: 767px) {
    .content-wrapper {
        padding: 0 1.6rem;
    }

    .blog-index__post {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width: 420px) {
    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        max-width: 430px;
        overflow: hidden;
        overflow-x: auto;
    }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-page {
    padding: 10rem 0;
    text-align: center;
    position: relative;
}

.error-page:before {
    content: attr(data-error);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial,sans-serif;
    font-size: 40vw;
    font-weight: bold;
    color: #F3F6F9;
    z-index: -1;
}

@media screen and (min-width: 1100px) {
    .error-page:before {
        font-size: 20rem;
    }
}

.error-page_heading {
    margin-bottom: 1rem;
}

.systems-page {
    padding: 3rem 0px;
}

.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    min-width: 700px;
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    font-size: 1.8rem;
    color: #4F7D24;
    padding: .1rem .75rem;
}

.hs-search-results {
    margin-top: 2rem;
}

ul.hs-search-results__listing li {
    margin-bottom: 2rem;
}

.hs-search-results__title {
    font-family: Arial,sans-serif;
    font-size: 1.25rem;
    color: #000;
    text-decoration: underline;
    margin-bottom: .25rem;
}

.hs-search-results__title:hover {
    text-decoration: none;
}

.hs-search-results__description {
    padding-top: .5rem;
}

.hs-search-highlight {
    font-weight: bold;
}

.hs-search-results__pagination a {
    color: #000;
}

.email-prefs .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.email-prefs .item.disabled input:disabled {
    cursor: not-allowed;
}

.systems-page input#hs-pwd-widget-password {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 5rem !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font: 400 1.4rem/1.43 Interstate,Arial,sans-serif;
    color: #000;
    outline: none;
    margin-bottom: 18px;
}

.systems-page ul.no-list.hs-error-msgs {
    margin: 18px 0px;
    padding: 0;
}

.systems-page .actions {
    padding: 18px 0px;
}

.form-floating-alert-wrapper .form-floating-alert-error {
    color: #f8a9ad !important;
    max-width: 700px;
    font-size: 16px;
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
}

.systems-page h1 {
    font-size: 30px !important;
}

@media(max-width: 767px) {
    .systems-page input#hs-pwd-widget-password {
        max-width: 100%;
    }

    .form-floating-alert-wrapper .form-floating-alert-error {
        max-width: 100%;
    }

    .systems-page .page-header h2 {
        font-size: 26px !important;
    }

    .systems-page .page-header h1 {
        font-size: 30px !important;
    }

    .systems-page .success {
        min-width: 100%;
    }

    .error-page_heading {
        font-size: 30px !important;
    }
}
@media (max-width: 767px){
 .container-fluid .row-fluid .item-2 {
    height: 4px;
    width: 100%;
    margin: 15px 0px;
}
}