
        h2 {
            padding-left: 10px;
        }
        form {
            background: #ffffff;
            border-radius: 6px;
            margin-top: 10px;
        }
        label {
            display: block;
            margin-top: 15px;
            font-weight: bold;
        }
        input, textarea, button {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
        }

        #ac-webform, #ac-webform input[type="email"] {
            background: transparent;
            font-size: 17px;
        }
        /*email text field */
        .op3-element-input-edit {
            border: 1px solid #e7e7e7;
            border-radius: 3px;
            position: relative;
            padding: 6px 11px 11px;
            margin-bottom: 15px;
        }
        .op3-element-input-edit input[type="email"]:focus {
            outline: none;
        }
        .op3-element-input-edit input[type="email"]::placeholder {
            color: #a9a9a9;
        }
        
        .op3-icon-email-83-1 {
            position: absolute;
            right: 19px;
            top: 25px;
            opacity: .4;
        }

        .cwf_guidebook #ac_submit {
            background: #dd7713;
            padding: 21px;
            border-radius: 5px;
            font-size: 32px;
            font-family: 'Source Sans Pro';
            margin-top: 0px;
        }

        #ac_submit {
            background: #f58916;
            color: #fff;
            font-size: 27px;
            font-weight: 600;
            padding: 18px;
            border-radius: 3px;
            font-family: "Open Sans", sans-serif;
        }
        #ac_submit:hover {
            background: #ff9f34;
        }
        #ac_submit:disabled {
            background: #696969;
        }
        .sub_disabled {
            background: #696969 !important;
        }

        #email, #firstName, #lastName {
            width: 95%;
        }
        .cbsect {
            margin-left: 10px;
        }
        button {
            margin-top: 20px;
            cursor: pointer;
        }
        .ac_consent, .ac_intent {
            display: inline-block;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
        label, #ac_submit {
            cursor: pointer;
        }
        label {
            display: inline;
            font-size: 14px;
            margin-top: 0px;
            vertical-align: super;  
        }
        
        .cbsect input {
            margin-right: 5px;
        }
        
        #email {
            margin-bottom: 8px;
        }

        .hidden {
            display: none;
        }

        #spn_corrected_email {
            color: green;
        }

        #err_msg {
            margin-top: 15px;
            padding-left: 5px;
            color: #ee0000;
        }
        #fixEmail {
            text-decoration: underline;
            color: #122ed2;
        }

.webf_err label {
    text-shadow: 0px 0px 0.5px #ff4a4a;
    text-decoration: 1.5px underline;
    text-decoration-color: #ff4a4a;
}

.webf_err input[type="checkbox"] {
    box-shadow: 0px 0px 3px 1px #ff4a4a;
}
