.hs-form { margin: 0 auto; }

.hs-form > fieldset { margin: 0; padding: 0; max-width: 1000px; }
.hs-form > fieldset .field { margin-bottom: 5px; }

.hs-form-field > label { width: 100%; position: relative; cursor: default; display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; margin-bottom: 5px; padding-top: 5px; color: #007bc7; font-weight: 700; line-height: 1.3; text-align: left; }
@media screen and (max-width: 768px) { .hs-form-field > label { align-items: baseline; } }
.hs-form-field > label > span { font-size: 15px; font-weight: bold; color: #007bc7; }
@media screen and (max-width: 768px) { .hs-form-field > label > span { width: calc(100% - 32px); } }
.hs-form-field .hs-form-required { color: white; background-color: #007bc7; font-size: 73%; border-radius: 5px; padding: 2px 4px; margin: -2px 4px 0 4px; }
@media screen and (max-width: 768px) { .hs-form-field .hs-form-required { position: relative; top: -2px; font-size: 10px; width: 32px; line-height: 1.4; text-align: center; } }

.hs-form-field .hs-error-msg { font-size: 12px; color: #ed6c56; padding-left: 0px; text-align: left; }

.hs_error_rollup .hs-main-font-element { display: inline-block; font-size: 12px; border: 1px solid #ed6c56; color: #ed6c56; padding: 5px 10px; cursor: default; background-color: white; margin-top: 10px; margin-bottom: 10px; border-radius: 3px; }

.hs-form fieldset legend { display: block; margin-left: 150px; font-size: 19.5px; line-height: 1; color: #414141; }

.hs-form.stacked legend { margin-left: 0; }

.hs-form .hs-field-desc { color: #aaa; margin: 0px 0px 5px 150px; font-size: 10px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 12px; }

.legal-consent-container .hs-richtext, .hs-legaltext { margin-top: 10px; margin-bottom: 3px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 16px; font-size: 11px; color: #414141; text-align: center; text-align: left; }

.hs-addtxt, .hs-addtxt-gray { font-size: 11px; text-align: center; line-height: 1.4; margin-bottom: 1em; }

.hs-fieldtype-select .hs-input, .hs-fieldtype-textarea .hs-input, .hs-fieldtype-text .hs-input, .hs-fieldtype-date .hs-input { display: inline-block; width: 100% !important; height: 45px; padding: 3px 10px; background-color: white; font-size: 16px; line-height: 18px; font-weight: normal; color: #706d6d; border-radius: 3px; border: 1px solid #ccc; box-sizing: border-box; }

.hs-input::placeholder { color: #b7b6b6; }
.hs-input:focus { border: 2px solid #4c4948; outline: 0; }
.hs-input.error { border-color: #ffdadf; -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); background: #fff1f3; }

select.hs-input { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; cursor: pointer; }
select.hs-input option { cursor: pointer; background-color: white; font-size: 16px; }
select.hs-input:focus { z-index: 3; width: 100%; border: 1px solid #ffdadf; border: 1px solid -webkit-focus-ring-color; background: #fff1f3; outline-offset: -2px; }

.hs-fieldtype-select { position: relative; }
.hs-fieldtype-select:after { position: absolute; display: block; content: ""; width: 6px; height: 6px; border-top: 1px solid #706d6d; border-right: 1px solid #706d6d; right: 25px; top: 49px; transform: rotate(135deg); }

input[type="radio"], input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; cursor: pointer; position: relative; display: block; float: left; }
@media all and (-ms-high-contrast: none) { input[type="radio"], input[type="checkbox"] { position: relative; top: 3px; float: left; } }

.hs-fieldtype-checkbox .input ul li, .hs-fieldtype-radio .input ul li { margin-bottom: 10px; margin-right: 10px; padding-left: 30px; }
@media all and (-ms-high-contrast: none) { .hs-fieldtype-checkbox .input ul li, .hs-fieldtype-radio .input ul li { padding-left: 0; } }

.hs-form-radio label, .hs-form-checkbox label { display: block; cursor: pointer; }
.hs-form-radio label > span, .hs-form-checkbox label > span { font-size: 16px; margin-left: -5px; }
@media all and (-ms-high-contrast: none) { .hs-form-radio label > span, .hs-form-checkbox label > span { margin-left: 0; } }

.hs-form-radio label input[type="radio"] { vertical-align: middle; border: none; width: auto; }
.hs-form-radio label input[type="radio"]:before, .hs-form-radio label input[type="radio"]:after { content: ""; display: block; position: absolute; }
.hs-form-radio label input[type="radio"]:before { background-color: #fff; border: 1px solid #b7b6b6; box-sizing: border-box; border-radius: 50%; width: 20px; height: 20px; left: -30px; top: 0px; }
.hs-form-radio label input[type="radio"]:after { background-color: #0075ff; border-radius: 50%; opacity: 0; width: 12px; height: 12px; left: -26px; top: 4px; }
.hs-form-radio label input[type="radio"]:checked:before { border-color: #0075ff; }
.hs-form-radio label input[type="radio"]:checked:after { opacity: 1; }
.hs-form-radio label input[type="radio"]:focus { border: none; }
.hs-form-radio label:hover input[type="radio"]:after { background-color: #005cc8; }

.hs-form-checkbox label input[type="checkbox"] { vertical-align: middle; border: none; }
.hs-form-checkbox label input[type="checkbox"]:before, .hs-form-checkbox label input[type="checkbox"]:after { content: ""; display: block; position: absolute; }
.hs-form-checkbox label input[type="checkbox"]:before { background-color: #fff; border-radius: 0%; border: 1px solid #b7b6b6; width: 20px; height: 20px; top: 0px; left: -30px; border-radius: 3px; }
.hs-form-checkbox label input[type="checkbox"]:after { opacity: 0; height: 7px; width: 14px; top: 5px; left: -27px; border-bottom: 3px solid white; border-left: 3px solid white; transform: rotate(-45deg); }
.hs-form-checkbox label input[type="checkbox"]:checked:before { background-color: #0075ff; border-color: #0075ff; }
.hs-form-checkbox label input[type="checkbox"]:checked:after { opacity: 1; }
.hs-form-checkbox label input[type="checkbox"]:focus { border: none; }
.hs-form-checkbox label:hover input[type="checkbox"]:checked:before { background-color: #005cc8; }

.hs-button { outline: 0; text-decoration: none; position: relative; text-align: center; display: inline-block; padding: 20px; border-radius: 4px; font-size: 22px; background: #f6ad48; border: none; color: #fff; margin: 20px auto 10px auto; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; width: 100%; max-width: 500px; font-weight: bold; line-height: 1.4; }
@media screen and (max-width: 768px) { .hs-button { font-size: 16px; } }
.hs-button:hover { border: none; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset; background: #f6ad48; opacity: 0.8; }

.form_section__inner { max-width: 700px; margin-left: auto; margin-right: auto; background-color: #f6f6f6; padding: 30px; }
@media screen and (max-width: 768px) { .form_section__inner { padding: 30px 10px; } }
.form_section__head { text-align: center; margin-bottom: 10px; }
.form_section__title { font-weight: bold; color: #007bc7; font-size: 22px; margin-bottom: 5px; }
.form_section__lead { font-size: 12px; }

.hs-submit .actions { text-align: center; margin-bottom: 10px; }

/*# sourceMappingURL=form_section.css.map */
