
            /* Form */
            body #gform_wrapper_1 .gform_body,
            body #gform_wrapper_2 .gform_body {
                display: flex;
                flex-wrap: wrap;
            }

            .rolls-container {
                background-color: #d3d3d3;
                border: 1px solid ;
            }

            body #gform_wrapper_1,
            body #gform_wrapper_2 {
                font-family: Arial, Helvetica, sans-serif;
            }

            #gform_wrapper_1 ul.gform_fields li.gfield,
            #gform_wrapper_2 ul.gform_fields li.gfield {
                padding: 0 !important;
            }

            #gform_wrapper_1 ul,
            #gform_wrapper_2 ul {
                margin: 0;
                padding: 0;
            }

            #gform_wrapper_1 .gf_faux_col,
            #gform_wrapper_2 .gf_faux_col {
                font-size: 15px;
                width: 50%;
                padding: 0 20px;
            }

            #gform_wrapper_1,
            #gform_wrapper_2 {
                margin-top: 0;
            }

            #gform_wrapper_1 .gform_heading,
            #gform_wrapper_2 .gform_heading {
                margin-bottom: 0;
            }

            #gform_wrapper_1 .gform_heading .gform_description,
            #gform_wrapper_2 .gform_heading .gform_description {
                margin-bottom: 0;
            }

            @media only screen and (max-width: 760px) {
                #gform_wrapper_1 .gf_faux_col,
                #gform_wrapper_2 .gf_faux_col {
                    padding: 0;
                }
            }

            /* Temporary coverage form */
            #gform_wrapper_2 h3 {
                width: 100%;
                font-size: 20px;
                line-height: 1;
                margin: 0 0 10px 20px !important;
                padding: 0 !important;
            }

            @media only screen and (max-width: 760px) {
                #gform_wrapper_1 h3,
                #gform_wrapper_2 h3 {
                    width: 100%;
                    margin: 0 0 10px !important;
                    padding: 0 !important;
                }

                #gform_wrapper_2 div#gf_content_col_1 {
                    padding: 0 0 220px 0;
                }

                #gform_wrapper_2 input[type=submit] {
                    width: 100%;
                }
            }

            /* Form fields */
            #gform_fields_1,
            #gform_fields_2 {
                width: 100%;
            }

            /* content columns */
            #gform_wrapper_1 div#gf_content_col_1 h3,
            #gform_wrapper_1 div#gf_content_col_2 h3 {
                font-size: 20px;
                margin: 0 !important;
                padding: 0 !important;
            }

            #gform_wrapper_1 .gform_footer:not(.top_label),
            #gform_wrapper_2 .gform_footer:not(.top_label) {
                padding: 0 0 0 calc(50% + 20px);
                margin-left: 0;
                width: 100%;
                overflow: hidden;
            }

            @media only screen and (max-width: 760px) {
                #gform_wrapper_1 .gform_body {
                    flex-direction: column;
                }

                #gform_wrapper_1 div#gf_content_col_1.gf_faux_col {
                    width: 100%;
                    padding-bottom: 200px;
                }

                #gform_wrapper_1 div#gf_content_col_2.gf_faux_col {
                    width: 100%;
                }

                #gform_wrapper_1 .gform_footer:not(.top_label) {
                    padding: 0 0 0 40px;
                }

                #gform_wrapper_1 .gform_footer:not(.top_label) {
                    padding: 0 40px;
                }

                #gform_wrapper_1 .gform_footer:not(.top_label),
                #gform_wrapper_2 .gform_footer:not(.top_label) {
                    padding: 0;
                }
            }

            @media only screen and (max-width: 760px) {
                #gform_wrapper_2 div#gf_content_col_1.gf_faux_col,
                #gform_wrapper_2 div#gf_content_col_2.gf_faux_col {
                    width: 100%;
                }
            }
    
            #gform_wrapper_1 div#gf_content_col_1 h3 {
                margin-left: 30px;
            }

            #gform_wrapper_1 li.hidden_label input {
                margin-top: 0;
            }

            #gform_wrapper_1 input[type=text] {
                width: 90%;
            }

            /* text fields and text areas */
            body #gform_wrapper_1 input[type=text],
            body #gform_wrapper_2 input[type=text],
            body #gform_wrapper_1 textarea,
            body #gform_wrapper_2 textarea {
                background-color: #ffffff;
                border: 1px solid #1e73be;
                color: #838383;
                width: 100%;
            }

            @media only screen and (min-width: 280px) {
                body #gform_wrapper_1 div#gf_content_col_1 {
                    padding-bottom: 0;
                }
            }

            @media only screen and (min-width: 760px) {
                body #gform_wrapper_1 div#gf_content_col_2 input[type=text],
                body #gform_wrapper_1 div#gf_content_col_2 textarea {
                    width: 100%;
                }
            }

            @media only screen and (min-width: 1024px) {
                /* add some padding to the first column on the quotation request form */
                body #gform_wrapper_1 div#gf_content_col_1 {
                    padding-bottom: 240px;
                }
            }

            /* text fields placeholder color */
            body #gform_wrapper_1 input[type=text]::placeholder,
            body #gform_wrapper_2 input[type=text]::placeholder,
            body #gform_wrapper_1 textarea::placeholder,
            body #gform_wrapper_2 textarea::placeholder {
                color: #838383;
            }

            /* Form button */
            /* style the button on the temporary coverage and quotation request form */
            #gform_wrapper_1 input[type=submit],
            #gform_wrapper_2 input[type=submit] {
                font-family: Arial, Helvetica, sans-serif;
                background-color: #ffb95c;
                border-radius: 5px;
                padding: 15px 30px;
                color: #838383;
                border: 1px solid #83a1bf;
                font-size: 20px;
                font-weight: bold;
                cursor: pointer;
                margin-top: 0;
                transition: all .3s ease-out;
            }

            #gform_wrapper_1 input[type=submit]:hover,
            #gform_wrapper_2 input[type=submit]:hover {
                background-color: #cc944a;
                text-decoration: none;
            }

            #gform_wrapper_2 input[type=submit] {
                float: left;
                margin-left: 0;
                margin-top: 16px;
            }

            /* validation styling */
            .validation-error {
                border: 1px solid #ff3333 !important;
                background-color: #ff6666 !important;
            }

            .validation-success {
                border: 1px solid #338533 !important;
                background-color: #80ff80 !important;
            }

            .rolls-error {
                background-color: #d3d3d3;
            }

            /* Disable autofill color in chrome browsers */
            #input_1_1:-webkit-autofill,
            #input_1_1:-webkit-autofill:hover,
            #input_1_1:-webkit-autofill:focus,
            #input_2_1:-webkit-autofill,
            #input_2_1:-webkit-autofill:hover,
            #input_2_1:-webkit-autofill:focus,
            #input_2_3:-webkit-autofill,
            #input_2_3:-webkit-autofill:hover,
            #input_2_3:-webkit-autofill:focus {
                -webkit-box-shadow: 0 0 0 30px #fed200 inset !important;
            }

            #input_2_2 input:-internal-autofill-selected,
            #input_2_3 input:-internal-autofill-selected {
                background-color: transparent !important;
            }

            #input_2_2:-webkit-autofill,
            #input_2_2:-webkit-autofill:hover,
            #input_2_2:-webkit-autofill:focus {
                transition: background-color 5000s ease-in-out 0s;
            }
            