/* HS FORM */

.hs-form-field .active--hsField {
    top: 0;
    transition: all .3s ease-in-out;
    font-size: 12px;
}

.hs-form-field label {
    transition: all .3s ease-in-out;
    top: 30px;
    font-size: 18px;
}

fieldset.form-columns-2 {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    fieldset.form-columns-2 {
        column-gap: 30px;
        flex-wrap: nowrap;
    }
}

.hs-form-field .input textarea {
    min-height: 90px;
    width: 100% !important;
}

.hbspt-form label {
    top: -15px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}

.hbspt-form input[type=email], .hbspt-form input[type=text], .hbspt-form textarea {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    border: none;
    border-bottom: 1px solid #847e89;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #111313;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hs-input.invalid.error {
    border-bottom: 1px solid #f12b06;
}

.hbspt-form label {
    font-size: 18px;
    color: #847e89;
}

.hs-form-field > label {
    position: relative;
    top: 30px;
}

.hs-form-field input:focus-within + label {
    top: 0px;
}

.hs-form-field input:focus-within + label {
    font-size: 12px;
    line-height: 12px;
}

.hs-form-field .input:focus-within + label {
    font-size: 12px;
}


label.hs-error-msg {
    margin-top: 8px;
    font-size: 12px;
    color: #f12b06;
    line-height: 1.2;
    font-weight: 500;
}

.hbspt-form .actions > input[type=submit] {
    font-size: 14px;
    padding: 8px 20px;
    min-height: 40px;
}

.hs_submit {
    margin-top: 56px;
}

.hs_submit.hs-submit input.hs-button {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    background: #ef2000;
    background: -webkit-gradient(linear, left top, right top, from(#ef2000), color-stop(80%, #ff7428), to(#ff7428));
    background: -o-linear-gradient(left, #ef2000 0, #ff7428 80%, #ff7428 100%);
    background: linear-gradient(90deg, #ef2000, #ff7428 80%, #ff7428);
    max-width: 205px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 30px;
}

.hs_submit.hs-submit input.hs-button:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.hbspt-form ul.inputs-list li label {
    white-space: wrap !important;
}

@media (min-width: 992px) {
    .hbspt-form ul.inputs-list li label {
        white-space: nowrap !important;
    }
}

.hbspt-form ul.inputs-list {
    font-size: 14px;
}

.hbspt-form ul.inputs-list a {
    text-decoration: underline;
    color: #777a83;
}

.hbspt-form ul.inputs-list a:hover {
    opacity: .75;
}

.hs-form-booleancheckbox label {
    font-size: 14px;
}

.hs-form fieldset {
    max-width: 705px !important;
}

.hs_form_information_clause {
    margin-top: 8px;
}

.no-list.hs-error-msgs.inputs-list li {
    margin-top: 14px;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
    top: 25px;
    font-size: 16px;
    color: #f12b06;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
}

.hs-input[type="checkbox"] {
    display: grid;
    place-content: center;
    border: 1px solid #847e89;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hs-input[type="checkbox"]::before {
    display: flex;
    justify-content: center;
    content: url("../../svg/icons/check-hs-form.svg");
    width: 20px;
    height: 20px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

.hs-input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
}

/* DARK HS FORM */

.form.form--dark .hbspt-form input[type=email],
.form.form--dark .hbspt-form input[type=text],
.form.form--dark .hbspt-form textarea {
    color: #fff;
    border-color: #b8b8b8;
}

.form.form--dark .hbspt-form .hs-form-field,
.form.form--dark .hbspt-form .hs-form-field,
.form.form--dark .hbspt-form .hs-form-field {
    color: #fff;
}

.form.form--dark .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
    line-height: 24px;
}

.form.form--dark .hs-form-booleancheckbox .hs-form-booleancheckbox-display span > a {
    color: #fff;
}

.form.form--dark .hbspt-form .hs-form-field .hs-form-booleancheckbox-display span {
    color: #fff;
}

.form.form--dark .hs-form-field > label {
    color: #fff;
}

.form.form--dark .hs-input[type="checkbox"]::before {
    display: flex;
    justify-content: center;
    content: url("../../svg/icons/check-hs-form-white.svg");
    width: 20px;
    height: 20px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

.form.form--dark .hs-input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}

/* SIDEBAR OFFER HS FORM */
.form-offer-sidebar .hs-form_information_clause {
    padding: 10px 0;
}

.hbspt-form ul.inputs-list li.hs-form-booleancheckbox label {
    white-space: pre-wrap !important;
    line-height: 1.5;
}

.form-offer-sidebar .hbspt-form ul.inputs-list li label {
    white-space: pre-wrap !important;
    line-height: 1.5;
}

.form-offer-sidebar .hs_submit.hs-submit input.hs-button {
    margin: 0 auto;
}

.form-offer-sidebar .hs_error_rollup{
    display: none;
}

/* PAGE BLOG */

@media (min-width: 769px){
    [data-page=blog] .hbspt-form{
        width: 500px;
    }

}

@media (min-width: 992px){
    [data-page=blog_single] .hbspt-form fieldset.form-columns-2{
        flex-wrap: wrap;
    }
}

@media (min-width: 1440px){
    [data-page=blog_single] .hbspt-form fieldset.form-columns-2{
        flex-wrap: nowrap;
    }
}

@media (min-width: 1100px) {
    .filters {
        display: flex;
        flex-wrap: wrap;
    }

    .filters .tag_btn[data-t-id="925"],
    .filters .tag_btn[data-t-id="1231"],
    .filters .tag_btn[data-t-id="1235"] {
        order: 99;
    }
}

@media (max-width: 1099px) {
    .select__list > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .select__list > ul > li {
        flex-basis: 100%;
    }

    .select__list > ul > li[data-t-id="925"],
    .select__list > ul > li[data-t-id="1231"],
    .select__list > ul > li[data-t-id="1235"] {
        order: 99;
    }
}

/* seo div */

.blogSeoText__wrapper {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.5s ease-in-out;
    margin-bottom: 40px;
}

.blogSeoText__wrapper.expanded {
    grid-template-rows: auto 1fr;
    transition: grid-template-rows 0.5s ease-in-out;
}

.blogSeoText__heading {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.blogSeoText__content {
    overflow: hidden;
    padding: 10px 10px 100px 0;
    position: relative;
}

.blogSeoText__wrapper .blogSeoText__content::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -25px;
}

.blogSeoText__wrapper.expanded .blogSeoText__content::after {
    z-index: -1;
    opacity: 0;
}

.blogSeoText__content .h1, .blogSeoText__content .h2, .blogSeoText__content h1, .blogSeoText__content h2 {
    font-family: resolve,sans-serif,Arial;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.05;
    text-transform: uppercase;
    color: #b8b8b8;
    font-weight: 600; 
}

.blogSeoText__content.wysiwyg h3,
.blogSeoText__content.wysiwyg .h3,
.blogSeoText__content.wysiwyg .h4,
.blogSeoText__content.wysiwyg h4,
.blogSeoText__content.wysiwyg .h5,
.blogSeoText__content.wysiwyg h5,
.blogSeoText__content.wysiwyg .h6,
.blogSeoText__content.wysiwyg h6{
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.25;
    font-weight: 600;
}

.blogSeoText__content.wysiwyg a{
    color: #3a3d49;
    text-decoration: underline;
    transition: color .3s ease-in-out;
}

.blogSeoText__content.wysiwyg a:hover{
    color: #e55723;
    transition: color .3s ease-in-out;
}

.blogSeoText__content.wysiwyg a:hover{
    text-decoration: underline;
}

.arrow {
    border: solid  #e55723;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    position: relative;
    right: -20px;
    top: -10px;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

.arrow.down {
    transform: rotate(45deg);
    animation:  arrowAnimation 2s infinite ease;
}

.expanded .arrow.down {
    transform: rotate(-135deg);
    top: -5px;
    animation:  none;
}

@keyframes arrowAnimation {
    0%{
        top: -10px;
    }
    50%{
        top: -18px;
    }
    100%{
        top: -10px;
    }
}

.form-newsletter-blog .hbspt-form .hs_error_rollup{
    display: none;
}

body[data-page="clients"] #header{
    background: hsl(100, 100%, 100%);
    color: #111313;
}

body[data-page="clients"] #header .logo .char{
    fill: #111313;
}

.mobile_menu .menu .arrow{
    top: 34px;
}

/* New References Menu */

#header .nav--header--primary .sub--cell--featured ul.lvl_1.featured-clients{
    margin-bottom: 0;
}

#header .nav--header--primary .sub--cell--featured ul.lvl_1.featured-clients .lvl_1.title{
    min-height: initial;
}

.sub.lvl_1.clients-mobile ul.lvl_1 {
    padding: 15px 0 2px;
}

.cookies.inview{
    display: none;
}

#footer .hs-submit{
    margin-top: 35px;
}

#footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    padding-top: 0;
}

#footer .hs_error_rollup{
    display: none;
}

#footer ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 25px;
}

/* KNOW HOW */
[data-page=blog] .multiselect.select--tags {
    display: none;
}

/* KNOW HOW SINGLE */

/* FAQ */

.wysiwyg.wysiwyg--blog_post h2 {
    color: #111131;
}

.subsection--frequently_asked_questions summary::marker {
    color: #e55723;
}
.wysiwyg.wysiwyg--blog_post p img {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}

.wysiwyg ul .lbox__right {
    /*display: flex;*/
}

.lbox__right > img {
    /*padding-top: 10px;*/
}

span.box__description b, span.box__description strong{
    font-weight: 600;
}

details:hover {
    cursor: pointer;
}