.hh-hsform {background-color: #fff; width: 100%;}
/* All Input and Textareas */
.hh-hsform input[type="text"],
.hh-hsform input[type="email"],
.hh-hsform input[type="number"],
.hh-hsform input[type="password"],
.hh-hsform input[type="search"],
.hh-hsform input[type="tel"],
.hh-hsform input[type="url"],
.hh-hsform textarea {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #000000;
    color: #000000;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* All Selects */
.hh-hsform select {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #000000;
    color: #000000;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Checkbox */
.hs-form-checkbox {
    width: 100%;
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
}
.hs-form-booleancheckbox {list-style-type: none;}
.hs-fieldtype-booleancheckbox div ul {padding-left: 0px;}

.hs-input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    border: 2px solid #000000;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.hs-input[type="checkbox"]:checked {background-color: #000000;}
.hs-input[type="checkbox"]:checked:after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
}
@media (min-width: 640px) {.hs-form-checkbox {width: 50%;}}
@media (min-width: 960px) {.hs-form-checkbox {width: 33.33%;}}
@media (min-width: 1200px) {.hs-form-checkbox {width: 25%;}}

/* Textarea Height */
.hh-hsform textarea {height: 75px;}

/* Focus: Input, Textarea, Select */
.hh-hsform input[type="text"]:focus,
.hh-hsform input[type="email"]:focus,
.hh-hsform input[type="number"]:focus,
.hh-hsform input[type="password"]:focus,
.hh-hsform input[type="search"]:focus,
.hh-hsform input[type="tel"]:focus,
.hh-hsform input[type="url"]:focus,
.hh-hsform select:focus,
.hh-hsform textarea:focus {
    border-color: #ee3924;
    background-color: #ffffff;
}
/* Labels */
.hh-hsform label {color: #000000; text-transform: uppercase; font-weight: bold; font-size: 14px;}

/* Validation & Errors */
.hh-hsform .hs-error-msgs,
.hh-hsform .hs-error-msg {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 0;
}
/* Required Asterisk */
.hh-hsform .hs-form-required {
    color: #FF0000;
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
    margin-top: -3px;
    margin-bottom: 0px;
    padding-left: 3px;
}
/* Row margin, except for first name */
.hh-hsform .hs-form-field:not(.hs-firstname) {margin-top: 15px;}

/* Submit Button */
.hh-hsform .hh-button {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: #ee3924;
    margin-top: 10px;
    padding: 12px 45px 12px 45px;
    border: 2px solid #ee3924;
    cursor: pointer;
    width: 100%;
    /* background-color: transparent; */
    /* background-size: 33px 33px; */
    /* background-image: url(/wp-content/themes/verrado/assets/images/arrow.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: right; */
  }
  .hh-hsform .hh-button:hover {color: #ffffff; background-color:rgb(135, 182, 49);}

.hh-hsform .submitted-message {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000000;
}

.hh-hsform .hs-richtext {margin-top: 15px;}

.hh-hsform .hh-close-button {
    background-color: #ffffff;
    color: #ee3924;
}

/* .hh-hsform .hh-submit {margin-right: 10px;} */
/* .hh-hsform .hh-submit-button, .hh-hsform .hh-close-button {margin-top: 20px;} */

/* Multicolumn Overrides */
.hh-hsform.hh-hubspot-multicolumn fieldset {width: 100%; max-width: 100%;}
.hh-hsform.hh-hubspot-multicolumn .hs-form-field {margin-top: 15px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input {margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input input {width: 100%; max-width: 100%;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input textarea {width: 100%; max-width: 100%;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input select {width: 100%; max-width: 100%;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-2 .hs-form-field {width: 100%; clear: left;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child label {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child label {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:first-child .input {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child .input {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 .hs-form-field {width: 100%; clear: left;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:first-child label {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:nth-child(2) label {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:last-child label {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:first-child .input {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:nth-child(2) .input {margin-left: 0px; margin-right: 0px;}
.hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:last-child .input {margin-left: 0px; margin-right: 0px;}

@media (min-width: 960px) {
    .hh-hsform.hh-hubspot-multicolumn fieldset {width: 100%; max-width: 100%;}
    .hh-hsform.hh-hubspot-multicolumn .hs-form-field {margin-top: 15px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input {margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input input {width: 100%; max-width: 100%;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input textarea {width: 100%; max-width: 100%;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-1 .input select {width: 100%; max-width: 100%;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-2 .hs-form-field {width: 50%; clear: inherit;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child label {margin-left: 0px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child label {margin-left: 10px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:first-child .input {margin-left: 0px; margin-right: 10px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-2 > div:last-child .input {margin-left: 10px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 .hs-form-field {width: 33.33%; clear: inherit;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:first-child label {margin-left: 0px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:nth-child(2) label {margin-left: 10px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:last-child label {margin-left: 10px; margin-right: 0px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:first-child .input {margin-left: 0px; margin-right: 10px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:nth-child(2) .input {margin-left: 10px; margin-right: 10px;}
    .hh-hsform.hh-hubspot-multicolumn .form-columns-3 > div:last-child .input {margin-left: 10px; margin-right: 0px;}
}
