@media only screen and (min-width:641px) {
    .gform_wrapper .top_label li.gfield.gf_inline {
        margin: 0px;
        width: auto !important;
        padding-right: 16px;
        vertical-align: top;
        float: none !important;
        display: inline-block;
    }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
            width: 96px !important;
        }

        .gform_wrapper .top_label li.gfield.gf_inline select {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline textarea {
            width: 100%;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text] {
            width: 70% !important;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
            width: 70% !important;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day {
            width: 50px;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month {
            width: 50px;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
            width: 50px;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour {
            width: 50px;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
            width: 50px;
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
            width: auto;
        }

    .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap !important;
    }

        .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
            display: block !important;
        }

    .gform_wrapper li.gfield.gfield_error.gf_inline {
        padding-right: 0px;
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half {
        width: 50%;
        padding-right: 16px;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 50%;
        padding-right: 16px;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half::before {
        clear: both;
        display: block;
        content: "";
    }

    .gform_wrapper .top_label li.gfield.gf_right_half::after {
        clear: both;
        display: table;
        content: "";
    }

    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
        padding-right: 0px;
        max-width: calc(50% - 16px);
    }

    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        padding-right: 0px;
        max-width: calc(50% - 16px);
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half textarea {
        width: 98%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half input.small {
        width: 35%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 0px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0px 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third {
        margin-bottom: 8px;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third {
        margin-bottom: 8px;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third {
        margin-bottom: 8px;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_left_third {
        width: 33.3%;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_middle_third {
        width: 33.3%;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_right_third {
        width: 33.4%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third::after {
        clear: both;
        display: table;
        content: "";
    }

    .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_first_quarter {
        width: 25%;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_fourth_quarter {
        width: 25%;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_second_quarter {
        width: 25%;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li:not(.gfield_time_hour):not(.gfield_time_ampm):not(.gfield_time_minute).gfield.gf_third_quarter {
        width: 25%;
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]) {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]) {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]) {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]) {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter {
        width: 24.5%;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
        width: 24.5%;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter {
        width: 24.5%;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
        width: 24.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter::after {
        clear: both;
        display: table;
        content: "";
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter input.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter select.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter input.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter select.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter input.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter select.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer {
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
        clear: both;
    }

    .gform_wrapper .top_label li ul.gfield_checkbox {
        width: calc(100% + 16px);
    }

    .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px);
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {
        margin: 0px;
        width: 50%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        margin: 0px;
        width: 50%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li {
        margin: 0px 0px 2px;
        width: 33.3%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
        margin: 0px 0px 2px;
        width: 33.3%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
        overflow: hidden;
        vertical-align: middle;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li {
        margin: 0px;
        width: 25%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        margin: 0px;
        width: 25%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li {
        margin: 0px;
        width: 20%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
        margin: 0px;
        width: 20%;
        padding-right: 16px;
        font-size: 90%;
        vertical-align: top;
        display: inline-block;
        min-height: 28px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gf_list_2col_vertical label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gfield.gf_list_2col label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gfield.gf_list_3col label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gfield.gf_list_4col label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gfield.gf_list_5col label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper ul:not(.top_label).gform_fields li.gfield.gf_list_inline label.gfield_label {
        margin: 0px 0px 10px;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox {
        overflow: hidden;
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        column-gap: 16px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        column-gap: 16px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        column-gap: 16px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        column-gap: 16px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        width: calc(100% - 16px);
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 16px);
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        width: calc(100% - 8px);
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        width: calc(100% - 8px);
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        width: calc(100% - 8px);
        column-count: 5;
        -webkit-column-count: 5;
        -moz-column-count: 5;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        column-count: 5;
        -webkit-column-count: 5;
        -moz-column-count: 5;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        max-width: 75%;
    }

    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li {
        height: 25px;
    }

    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px;
    }

    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li {
        height: 50px;
    }

    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px;
    }

    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li {
        height: 75px;
    }

    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px;
    }

    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li {
        height: 100px;
    }

    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px;
    }

    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li {
        height: 125px;
    }

    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px;
    }

    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li {
        height: 150px;
    }

    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px;
    }

    .gform_wrapper li.gf_list_inline ul.gfield_checkbox li {
        margin: 0px 8px 10px 0px;
        width: auto !important;
        float: none !important;
        display: inline-block;
    }

    .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        margin: 0px 8px 10px 0px;
        width: auto !important;
        float: none !important;
        display: inline-block;
    }

    html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li {
        padding-left: 16px !important;
    }

    html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px !important;
    }

    .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none !important;
    }

    .gform_wrapper li.gsection.gf_scroll_text {
        padding: 16px;
        border-image: none;
        width: calc(100% - 16px);
        height: 240px;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204) !important;
        border-left-color: rgb(204, 204, 204);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        -ms-overflow-x: hidden;
        -ms-overflow-y: scroll;
        background-color: rgb(255, 255, 255);
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0px 8px !important;
    }

    .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0px 10px 0px 8px !important;
    }

    .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0px 10px 0px 8px !important;
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        margin: 0px 0px 8px;
        overflow: visible;
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        margin: 0px 0px 8px;
        overflow: visible;
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        margin: 16px 0px 16px 18px;
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        margin: 16px 0px 16px 18px;
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        margin: 0px 0px 8px;
        overflow: visible;
        padding-left: 0px;
        list-style-type: decimal !important;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        margin: 0px 0px 8px;
        overflow: visible;
        padding-left: 0px;
        list-style-type: decimal !important;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        margin: 16px 0px 18px 32px;
        padding-left: 0px;
        list-style-type: decimal !important;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        margin: 16px 0px 18px 32px;
        padding-left: 0px;
        list-style-type: decimal !important;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        padding-left: 0px;
        list-style-type: disc !important;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
        margin: 16px 0px 16px 18px;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        margin: 0px 0px 8px;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0px 0px 18px;
        padding-left: 0px;
    }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
            font-weight: 700;
        }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
            margin: 0px 0px 16px 18px;
        }

    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        margin: 20px 0px !important;
        padding: 20px !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        margin: 20px 0px !important;
        padding: 20px !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        margin: 20px 0px !important;
        padding: 20px !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        margin: 20px 0px !important;
        padding: 20px !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        margin: 20px 0px !important;
        padding: 20px !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid rgb(151, 180, 138);
        border-image: none;
        color: rgb(0, 51, 0);
        text-shadow: 1px 1px #dfb;
        background-color: rgb(203, 236, 160);
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid rgb(207, 173, 179);
        border-image: none;
        color: rgb(131, 37, 37);
        text-shadow: 1px 1px #fff;
        background-color: rgb(250, 242, 245);
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid rgb(230, 219, 85);
        border-image: none;
        color: rgb(34, 34, 34);
        text-shadow: 1px 1px #fcfaea;
        background-color: rgb(255, 251, 204);
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        color: rgb(66, 66, 66);
        text-shadow: 1px 1px #fff;
        background-color: rgb(238, 238, 238);
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        border: 1px solid rgb(167, 194, 231);
        border-image: none;
        color: rgb(49, 68, 117);
        text-shadow: 1px 1px #e0f1ff;
        background-color: rgb(209, 228, 243);
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
        margin: 30px 0px;
        padding: 32px;
        color: rgb(66, 66, 66);
        font-size: 25px;
        border-top-color: rgb(230, 219, 85);
        border-bottom-color: rgb(230, 219, 85);
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        max-width: 99%;
        background-color: rgb(255, 251, 204);
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
        margin: 30px 0px;
        padding: 32px;
        color: rgb(66, 66, 66);
        font-size: 25px;
        border-top-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        max-width: 99%;
        background-color: rgb(234, 234, 234);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
        margin: 30px 0px;
        border: 1px solid rgb(230, 219, 85);
        border-image: none;
        position: relative;
        box-shadow: 0px 0px 5px rgba(221,215,131,0.75);
        background-color: rgb(255, 251, 210);
        -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
        -moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    }

        div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
            background: linear-gradient(rgb(255, 252, 229) 0px, rgb(255, 249, 191) 100%);
            margin: 0px;
            padding: 40px;
            color: rgb(66, 66, 66);
            font-size: 28px;
            border-top-color: rgb(255, 255, 255);
            border-bottom-color: rgb(230, 219, 85);
            border-top-width: 2px;
            border-bottom-width: 1px;
            border-top-style: solid;
            border-bottom-style: solid;
            max-width: 99%;
        }

    div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
        margin: 30px 0px;
        border: 1px solid rgb(167, 195, 124);
        border-image: none;
        position: relative;
        box-shadow: 0px 0px 5px rgba(86,122,86,0.4);
        background-color: rgb(241, 252, 223);
        -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
        -moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
            background: linear-gradient(rgba(219, 242, 183, 1) 0px, rgba(180, 208, 136, 1) 100%);
            margin: 0px;
            padding: 40px;
            color: rgb(0, 51, 0);
            font-size: 28px;
            border-top-color: rgb(239, 250, 222);
            border-bottom-color: rgb(167, 195, 124);
            border-top-width: 2px;
            border-bottom-width: 1px;
            border-top-style: solid;
            border-bottom-style: solid;
            max-width: 99%;
            text-shadow: 1px 1px #dfb;
        }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient::after {
            background: rgba(0, 0, 0, 0.2);
            left: 10px;
            top: 80%;
            width: 50%;
            bottom: 15px;
            position: absolute;
            z-index: -1;
            max-width: 40%;
            content: "";
            box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
            transform: rotate(-3deg);
            -webkit-transform: rotate(-3deg);
            -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
        }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient::before {
            background: rgba(0, 0, 0, 0.2);
            left: 10px;
            top: 80%;
            width: 50%;
            bottom: 15px;
            position: absolute;
            z-index: -1;
            max-width: 40%;
            content: "";
            box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
            transform: rotate(-3deg);
            -webkit-transform: rotate(-3deg);
            -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
        }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after {
        background: rgba(0, 0, 0, 0.2);
        left: 10px;
        top: 80%;
        width: 50%;
        bottom: 15px;
        position: absolute;
        z-index: -1;
        max-width: 40%;
        content: "";
        box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
        transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before {
        background: rgba(0, 0, 0, 0.2);
        left: 10px;
        top: 80%;
        width: 50%;
        bottom: 15px;
        position: absolute;
        z-index: -1;
        max-width: 40%;
        content: "";
        box-shadow: 0px 15px 10px rgba(0,0,0,0.2);
        transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    div.gform_confirmation_wrapper.gf_confirmation_green_gradient::after {
        left: auto;
        right: 10px;
        transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after {
        left: auto;
        right: 10px;
        transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
    }

    .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        margin: 0px auto;
        width: auto;
        display: table;
    }

    .gform_wrapper form.gf_simple_horizontal {
        margin: 0px auto;
    }

        .gform_wrapper form.gf_simple_horizontal div.gform_body {
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
            display: table-cell;
            position: relative;
        }

        .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
            display: table-cell;
            position: relative;
        }

        .gform_wrapper form.gf_simple_horizontal div.gform_body {
            width: auto;
            max-width: 75%;
        }

        .gform_wrapper form.gf_simple_horizontal div.ginput_container {
            margin-top: 0px !important;
        }

        .gform_wrapper form.gf_simple_horizontal ul li.gfield {
            margin-top: 0px !important;
        }

        .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
            margin: 0px;
            padding: 0px;
            width: auto;
            max-width: 25%;
        }

    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        width: 100%;
        display: table;
    }

        .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
            height: auto;
            padding-right: 1em;
            display: table-cell;
        }

    .gform_wrapper form.gf_simple_horizontal :not(.validation_message).gfield_description {
        top: 0px;
        width: 1px;
        height: 1px;
        overflow: hidden;
        display: block;
        position: absolute;
    }

    .gform_wrapper form.gf_simple_horizontal .ginput_complex label {
        top: 0px;
        width: 1px;
        height: 1px;
        overflow: hidden;
        display: block;
        position: absolute;
    }

    .gform_wrapper form.gf_simple_horizontal label.gfield_label {
        top: 0px;
        width: 1px;
        height: 1px;
        overflow: hidden;
        display: block;
        position: absolute;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
        vertical-align: middle;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
        height: auto;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button] {
        height: auto;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
        height: auto;
    }

    .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0px;
    }

    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li {
        margin-right: 0.5em;
        display: inline-block;
    }

    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        margin-right: 0.5em;
        display: inline-block;
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%;
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%;
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%;
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%;
    }
}

body .gform_wrapper.gf_form_center_wrapper {
    padding: 16px 0px 16px 16px;
}
