html .gform_wrapper {
    font-family: "myriad-pro", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}

html body .gform_wrapper .gfield_radio li label,
html body .gform_wrapper .gfield_checkbox li label {
    font-size: 16px;
    margin-left: 6px;
    line-height: 1.2
}

html body .gform_wrapper textarea {
    line-height: 1.3;
    padding-top: 7px;
}

html .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
html .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
html .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
html .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
html .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
html .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    text-transform: uppercase
}

html body .gform_wrapper .ginput_complex label,
html body .gform_wrapper .description,
html body .gform_wrapper .gfield_description,
html body .gform_wrapper .gsection_description,
html body .gform_wrapper .instruction,
html .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    font-size: 16px
}

html .gform_wrapper .chosen-container-single .chosen-single {
    background: none;
    height: 50px;
    padding: 10px 0 10px 8px
}

html .gform_wrapper .chosen-container-single .chosen-single div {
    display: flex
}

html .gform_wrapper .chosen-container-single .chosen-single div b {
    height: 50%;
    align-self: center
}

html .gform_wrapper .gform_footer input.button,
html .gform_wrapper .gform_footer input[type=submit],
html .gform_wrapper .gform_page_footer input.button,
html .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 24px
}

@media (max-width: 767px) {

    html body .gform_wrapper .gfield_radio li label,
    html body .gform_wrapper .gfield_checkbox li label {
        font-size: 16px
    }
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 15px !important
}

.gform_wrapper ul.gfield_checkbox li {
    padding-bottom: 20px !important
}

.gform_wrapper ul.gform_fields li.gfield select {
    font-size: 20px !important
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]+label,
html body .gform_wrapper textarea.textarea {
    font-size: 18px
}

.gform_wrapper .ginput_container span.ginput_full label {
    font-family: "myriad-pro", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.gform_wrapper form:not(.gform_legacy_markup) ul.gfield_checkbox li input[type="checkbox"]+label {
    font-weight: 300;
    padding: 20px
}

.gform_wrapper li.gfield>p {
    font-size: 18px !important
}

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