/* Standard inputs */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #111;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

/* Form header */
body .gform_wrapper .gform_heading .gform_title {
    color: #111;
    font-family: 'Oswald', sans-serif;
    font-size: 2.1rem;
    margin: 0 0 10px;
}

body .gform_wrapper .gform_heading {
    margin-bottom: 30px;
}

/* Form sections */
body .gform_wrapper .gform_body .gform_fields .gsection {
    padding: 20px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    color: #111;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    margin: 0;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
    color: #111;
    font-size: 1.05rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/* Progress Bar */
body .gform_wrapper .gf_progressbar_wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color: #111;
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    background-color: #eee;
    border-radius: 3px;
}

body .gform_wrapper .gf_progressbar .gf_progressbar_percentage {
    background-color: #ba2025 !important;
    border-radius: 3px !important;
}

/* Previous / Next Buttons / Submit */
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #ba2025;
    background-color: transparent;
    border: 2px solid #ba2025;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover {
    color: #fff;
    background-color: #ba2025;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_button {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #ba2025;
    border: 2px solid #ba2025;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover {
    color: #ba2025;
    background-color: transparent;
}

/* File upload fields */
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #ba2025;
    background-color: transparent;
    border: 2px solid #ba2025;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files:hover {
    color: #fff;
    background-color: #ba2025;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_signature_container {
    width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_signature_container canvas {
    width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 15px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.opt_form > .gform_footer {
    width: 100%;
    margin-top: 0 !important;
    text-align: center !important;
    padding-top: 30px !important;
}

.opt_form > .gform_footer > input[type="submit"] {
    display: inline-block !important;
    padding: 8px 20px !important;
    margin-bottom: 20px !important;
    font-size: 1rem !important;
    color: #fff !important;
    background-color: #ba2025 !important;
    border: 2px solid #ba2025 !important;
    border-radius: 3px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: 0.4s !important;
}

.opt_form > .gform_footer > input[type="submit"]:hover {
    cursor: pointer !important;
    color: #ba2025 !important;
    background-color: transparent !important;
}

.opt_input > .ginput_container > input {
    border-radius: 4px !important;
    border: 1px solid #848484 !important;
    background-color: #fff !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding: 12px 10px !important;
    box-shadow: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
}

.opt_select > .ginput_container > select {
    border-radius: 4px !important;
    border: 1px solid #848484 !important;
    background-color: #fff !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding: 12px 10px !important;
    box-shadow: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
}

.opt_textarea > .ginput_container > textarea {
    border-radius: 4px !important;
    border: 1px solid #848484 !important;
    background-color: #fff !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding: 12px 10px !important;
    box-shadow: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
}

.opt_input > .ginput_container > input::placeholder {
    font-size: 17px !important;
}

.opt_select > .ginput_container > select::placeholder {
    font-size: 17px !important;
}

.opt_textarea > .ginput_container > textarea::placeholder {
    font-size: 17px !important;
}

.opt_input > label.gfield_label {
    color: #333 !important;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif !important;
}

.opt_select > label.gfield_label {
    display: block !important;
    width: 100% !important;
    color: #333 !important;
    font-size: 15px !important;
    text-align: left !important;
}
