/* HubSpot */
.hs-form-required {
    color: #FF661A;
    font-weight: bolder;
    padding-left: 4px;
}

.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    padding: 13px 20px !important;
}

.hs-custom-style .input {
    margin-bottom: 26px !important;
}

.hs-form-field {
    position: relative;
}

.hs-form-field select {
    border-radius: 20px;
    padding: 17px 10px;
    border: 1px solid #dbdbdb;
}

.hs-fieldtype-select .choices {
    color: #000;
}
.hs-button {
    display: inline-block;
    border: none;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(to right,#f0a632,#EB7A2E,#E9682C,#EE9330);
    color: #fff;
    padding: 7px 28px 8px 28px;
    border-radius: 30px;
    text-align: center;
    background-size: 200% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hs-error-msgs {
    position: absolute;
    bottom: -4px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hs-error-msgs li {
    margin: 0;
    padding: 0;
}

.hs-error-msgs label {
    font-size: 14px;
    color: #FF661A;
}

.hs-input.invalid.error {
    border-color: #ff661a;
}

.hs-error-msgs::before {
    content: "\e918";
    font-family: "icomoon";
    position: absolute;
    font-size: 35px;
    color: #ff661a;
    top: -38px;
    right: 21px;
}

.hs-richtext {
    color: #000;
}

@media (min-width: 768px) {
    .hs-button {
        font-size: 15px;
        padding: 12px 30px;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
    .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        padding: 18px 20px !important;
    }

    fieldset.form-columns-2,
    fieldset.form-columns-3 {
        display: flex;
        justify-content: space-between;
    }

    fieldset.form-columns-2 .hs-form-field {
        width: 49.2% !important;
    }

    fieldset.form-columns-3 .hs-form-field {
        width: 32.5% !important;
    }

    .hs-error-msgs li:before {
        position: relative;
    }

    .hs-button {
        font-size: 18px;
        padding: 15px 34px;
        transition: all .4s ease-in-out;
    }

    .hs-button:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
}
