/*Last updated 9/19/24*/

/*=============================================================================
=========== Brand Level Styling for placement in document style tag ===========
===============================================================================*/

.hs-form-booleancheckbox input{
    margin-right:6px!important;
    margin-top:3px!important;
}

body.single #content a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1em!important;
}
body.et-db #et-boc .et-l .et_pb_module input[type=text],
body.et-db #et-boc .et-l .et_pb_module input[type=email],
body.et-db #et-boc .et-l .et_pb_module input[type=tel]{
    background-color:#f5f8fa;
    width:100%;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 3px;
    
}

body.single #content form .hs-richtext p, body.single #content form .hs-richtext p a {
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#content form input.hs-button[type="submit"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 1.5em 0 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #3E4223 !important;
    border-color: #3E4223 !important;
    color: #fff !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px !important;
    font-size: 16px !important;
    padding: 12px 24px !important;
}

#content .field {
    margin-bottom: 18px !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 1.5rem !important;
}

form{
    margin-bottom:3rem!important
}

.inputs-list {
    margin-left: 0 !important;
}

label.hs-form-checkbox-display .hs-input {
    margin-right: 6px !important;
    margin-bottom: 6px !important;
}


/*assign brand level default link colors*/


body .hbspt-form a {
    color: #00617F!important;
}

body .hbspt-form a {
    color: #00617F!important;
}
body .hbspt-form a:hover {
    color: #00617F!important;
}
/*control button styles for all submit buttons*/

input.hs-button[type="submit"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #3E4223;
    border-color: #3E4223;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}

input.hs-button[type="submit"]:hover:not(.inactive) {
    background: #3E4223;
    border-color: #3E4223;
    color: #ffffff;
    font-size: 14px;
    line-height: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.hs-button[type="submit"]:hover:not(.inactive) {
    background: #3E4223;
    border-color: #3E4223;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #3E4223;
  border-color: #3E4223;
}

.hs-button:active {
  background-color: #3E4223;
  border-color: #3E4223;
}


/*globally assign color to links*/

#sidebar a {
    color: #00617F;
}	


#sidebar a:hover{
    color: #00617F;
}

/*control padding below error messages below inputs*/
form ul.no-list.hs-error-msgs.inputs-list {
    padding: 0!important;
}

/*customize the form in the sidebar avoiding default wp theme styles on the sidebar*/

#sidebar input.text, #sidebar input.title, #sidebar input[type=text], select, #sidebar textarea, #sidebar[type=email] {
    padding: 10px 15px;
}
/*override divi styling for list padding*/
.entry-content ul.inputs-list {
    margin-bottom: 0;
    padding: 0 0 0 1em;
}
/*underline specific links*/
a[title="terms-of-use"], a[title="privacy-policy"] {
    text-decoration: underline;
}

/*force styles to override default sidebar styling*/
body #sidebar input.text, body #sidebar input.title, body #sidebar input[type=text], body #sidebar select, #sidebar input[type=email],
body input.text, body input.title, body input[type=text], body select, body input[type=email]{
    height:40px;
    padding:10px 15px;
}

/*enforce ul padding overriding styles from site*/
.et-l--body .input ul {
    padding: 0 0 0 1em;
}

/*reset form width override form specific styles*/
form fieldset .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%!important;
}

form fieldset {
    max-width: 100%!important;
}
