
.hbspt-form form textarea,
.hbspt-form form select,
.hbspt-form form input {
    width: 100% !important;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    box-shadow: none;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    margin: 0;
    color: #0b416e;
    font-size: 1.6rem;
}



.hbspt-form form textarea:focus,
.hbspt-form form input:focus {
    border-color: #0b416e;
    outline: 0;
    box-shadow: none;
}



.hbspt-form form input,
.hbspt-form form select {
    height: 5rem;
}

.hbspt-form form select option {
    font-size: 1.3rem;
    font-family: "Arial" !important;
    font-weight: bold;
}


.hbspt-form form textarea {
    height: 15rem;
}


.hbspt-form form label {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #0b416e; 
    font-weight: 600;
    display: inline;
}

.hbspt-form form > div {
    margin-bottom: 1rem;
}


.hbspt-form form ul {
    list-style-type: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}


.hbspt-form form ul.inputs-list {
    margin: 1rem 0 !important;
}



.hbspt-form form ul.inputs-list li {
       position: relative;
    padding-left: 3rem !important;
    
}



.hbspt-form form ul.inputs-list label input {
    position: absolute;
    left: 0;
        -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    transform-origin: left top;
}


.hbspt-form form ul.inputs-list.multi-container {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}





.hbspt-form form .inputs-list label,
.hbspt-form form .hs-fieldtype-radio label {
    font-weight: 400;
    font-size: 1.34rem;
    line-height: 1.6rem;
    color: #262626;
    display: flex;
}

.hbspt-form form input::placeholder,
.hbspt-form form textarea::placeholder {
    color: #0b416e;
    font-size: 1.6rem;
    font-style: normal;
}

.hbspt-form form label.hs-error-msg,
.hbspt-form form label.hs-main-font-element {
    color: #b94a48;
}


.hbspt-form form .invalid.error {
    border-color: #b94a48;
}


.hbspt-form form a {
    color: #0b416e;
    text-decoration: underline;
    
}

.hbspt-form form .hs-recaptcha {
    display: none;
}




.hbspt-form form input[type="checkbox"],
.hbspt-form form input[type="radio"] {
    height: auto;
    width: auto !important;
    margin-right: 5px;
}

.hbspt-form form .hs_submit {
    display: flex;
    justify-content: center;
}


.hbspt-form form .hs_submit .hs-button {
    box-shadow: 0 0 0 2px inset #0b416e !important;
    background: none !important;
    color: #0b416e !important;
    border: 0 !important;
    height: 5.8rem !important;
    max-width: 40rem !important;
    padding: 0 4rem;
    font-size: 1.6rem !important;
    font-weight: normal;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -khtml-border-radius: 1.6rem;
    font-family: 'wotfardsemibold';
    text-shadow: none;

}



@media (min-width: 992px) {
    .hbspt-form form {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .hbspt-form form > div {
        width: 49.5%;
    }
    
    .hbspt-form form .hs-fieldtype-textarea,
    .hbspt-form form .hs-fieldtype-booleancheckbox,
    .hbspt-form form .hs-fieldtype-radio,
    .hbspt-form form .hs-submit,
    .hbspt-form form .hs_error_rollup {
        width: 100%;
    }
   
}

.hbspt-form form .hs_error_rollup {
    justify-content: center;
}


.hbspt-form form fieldset {
    max-width: none;
    width: 100%;
}