/* Developer Note: Do not alter the class names set in Gravity Forms. 
GForms has a pre-set modified CSS classes to customize the form's layout */

/* START - CrowdSkout Form */
.cs-v2-form .cs-v2-form-input {
    background: transparent;
    border: 1px solid rgba(11, 33, 62, 0.5);
    border-radius: 5px;
    height: 45px;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
}

.cs-v2-form .cs-v2-form-textarea {
    min-height: 130px;
    height: 100%;
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
    opacity: 0.5;
    text-transform: none;
    padding: 40px 15px 0;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
    text-transform: uppercase;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
    text-transform: uppercase;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
    text-transform: uppercase;
}

.cs-v2-form .cs-v2-form-input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #0b213e;
    text-transform: uppercase;
}

/* END - CrowdSkout Form */

/* START — Gravity Form  — COMMON STYLES */
.form hr {
    max-width: 600px;
    width: 100%;
}

.gform_confirmation_message {
    text-align: center;
}

/* Input Textarea & Select */
.gform_wrapper input::placeholder {
    text-transform: uppercase;
}

.gform_wrapper textarea::placeholder {
    opacity: 0.5;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    background: transparent;
    border: 1px solid rgba(11, 33, 62, 0.5);
    border-radius: 5px;
    padding: 10px 20px !important;

}

.gform_wrapper .gfield_label {
    font-weight: 300 !important;
}

.gform_wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.unsubscribe .gform_wrapper .gform_body,
.subscribe-confirmation .gform_wrapper .gform_body {
    text-align: center;
}

.gform_wrapper .gform_body .signature {
    display: block;
    width: 400px !important;
    position: relative !important;
    margin: 0 auto !important;
}

.gform_wrapper .signature label {
    width: 100%;
    text-align: center;
}

.gform_wrapper .signature .gfield_signature_container {
    margin: 10px auto;
}

.gform_wrapper .signature #input_4_13_toolbar,
.gform_wrapper .signature #input_8_13_toolbar {
    margin: auto !important;
}

/*
.gform_wrapper .unsubscribe_email {
	width: 100%;
}

.gform_wrapper .unsubscribe_email input {
	max-width: 500px;
	width: 100%;
	margin: auto;
}
*/

/* Submit Buttton */
.gform_footer input[type=submit] {
    background: transparent;
    border: 1px solid #0182b5;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #a9353a !important;
    text-decoration: none;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.375rem;
    border-radius: 25px;
    padding: 12px 50px !important;
    -webkit-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;

}

/*
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-bottom: 13px;
}
*/

.gform_footer input[type=submit]:hover {
    border: 1px solid #0182b5;
    background-color: #0182b5;
    color: #fff !important;
    text-decoration: none;
    text-transform: none;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}

/* END — Gravity Form  — COMMON STYLES */

/* START — Gravity Form  — LOGIN FORM */

#login-form input#choice_3_1 {
    padding: 0 !important;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    vertical-align: center;
}

#login-form img.avatar {
    margin: auto !important;
}

/* END — Gravity Form  — LOGIN FORM */

/* START Gravity Form  — access_login */
.access-login-form_wrapper li {
    /* Email & Password Inputs */
    vertical-align: middle !important;
}

.access-login-form_wrapper li:nth-child(2) {
    /* Password Input */
    margin-top: 5px !important;
}

/* END Gravity Form  — access_login */

/* START Gravity Form  — member_signup */
/* .member-signup-form_wrapper li:nth-child(-n+2) {
    /* First & Last Name Inputs */
/* width: 25% !important;
}

.member-signup-form_wrapper li:nth-child(3) {
    /* Cell Number Input */
/* width: 50% !important;
} */

body .member-signup-form_wrapper.gform_wrapper ul li.gfield {
    margin-top: 0;
}

.member-signup-form_wrapper li:nth-child(-n+3) {
    margin-bottom: 0px !important;
}

.member-signup-form_wrapper li:nth-child(n+4) {
    margin-top: 0px !important;
}

.member-signup-form_wrapper li:nth-child(7) {
    /* Checkbox Div */
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-signup-form_wrapper .gfield_checkbox li input[type="checkbox"] {
    padding: 0 !important;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.member-signup-form_wrapper li:nth-child(7) label.gfield_label {
    margin-top: 15px !important;
    margin-bottom: 0;
    margin-right: 1rem;

}

.member-signup-form_wrapper li:nth-child(7) label {
    opacity: 0.5;
}



.member-signup-form_wrapper .gfield_checkbox li input[type=checkbox] {
    margin-top: -5px !important;
}

.member-signup-form_wrapper .gfield_checkbox li input[type="checkbox"]:checked::before {}

#declaration input[type="checkbox"]:checked::before {

    margin: -14px -13px !important;
    height: 1.75rem;
    width: 1.75rem;
}

#declaration .gform_legacy_markup_wrapper ul.gfield_checkbox li,
#declaration .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow: visible;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 400 !important;
}

/* END Gravity Form — member_signup */


/* START Gravity Form  — send_message_advocacy */

.send-message-advocacy-form_wrapper textarea {
    cursor: auto;
}

.send-message-advocacy-form_wrapper ::-webkit-scrollbar {
    /* Textarea Scrollbar */
    background: #B7BCC4;
}

.send-message-advocacy-form_wrapper ::-webkit-scrollbar-thumb {
    /* Textarea Scrollbar */
    background: #7D8897;
}


.send-message-advocacy-form_wrapper li:nth-child(2) input.medium {
    /* Email Field */
    width: 100% !important;
}

.send-message-advocacy-form_wrapper input:nth-child(-n+3) {
    margin-bottom: 0px !important;
}

.send-message-advocacy-form_wrapper input:nth-child(n+4) {
    margin-top: 0px !important;
}

/* END Gravity Form  — send_message_advocacy */


/* START Gravity Form — policymaker-group-signup-form_wrapper */
.policymaker-group-signup-form_wrapper li {
    margin-top: -15px !important;
}

.policymaker-group-signup-form_wrapper li:first-child {
    /* Group Name Input */
    width: 50% !important;
}

.policymaker-group-signup-form_wrapper li:nth-child(2),
.policymaker-group-signup-form_wrapper li:nth-child(3) {
    /* Email & Phone Input */
    width: 25% !important;
}

.policymaker-group-signup-form_wrapper li:nth-child(6) {
    /* City Input */
    width: 50% !important;
}

.policymaker-group-signup-form_wrapper li:nth-child(7),
.policymaker-group-signup-form_wrapper li:nth-child(8),
.policymaker-group-signup-form_wrapper li:nth-child(9) {
    /* State & Zip Inputs */
    margin-top: auto !important;
    width: 25% !important;
}

/* END Gravity Form — policymaker-group-signup-form_wrapper */


/* START Gravity Form — policymaker-individual-signup-form_wrapper */
.policymaker-individual-signup-form_wrapper li {
    margin-top: 0 !important;
}

.policymaker-individual-signup-form_wrapper li:nth-child(4),
.policymaker-individual-signup-form_wrapper li:nth-child(5) {
    margin-top: -15px !important;
}

.policymaker-individual-signup-form_wrapper li:first-child {
    /* First & Last Name Inputs */
    width: 50% !important;
}

.policymaker-individual-signup-form_wrapper li:nth-child(2),
.policymaker-individual-signup-form_wrapper li:nth-child(3) {
    /* Email & Phone Inputs */
    width: 25% !important;
}

.policymaker-individual-signup-form_wrapper li:nth-child(-n+3) {
    /* Align Center the first Row of the form */
    vertical-align: middle !important;
}

.policymaker-individual-signup-form_wrapper li:nth-child(6) {
    /* City Input */
    width: 50% !important;
}

.policymaker-individual-signup-form_wrapper li:nth-child(7),
.policymaker-individual-signup-form_wrapper li:nth-child(8) {
    /* State & Zip Inputs */
    width: 25% !important;
}



li#field_12_8 {
    width: 50% !important;
}

span#input_16_6_5_container {
    width: 100% !important;
}

/* .gfield_signature_container {
    width: 100% !important;
}
.gform_wrapper .gform_body .signature {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
}

canvas {
    width: 100%;
}

canvas#input_12_13, canvas#input_4_13, canvas#input_8_13, canvas#input_13_13, canvas#input_14_13    {
    width: 100% !important;
} */
/* END Gravity Form — policymaker-individual-signup-form_wrapper */

#ognn .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
#ognn .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 100% !important;
}

#ognn .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
#ognn .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
#ognn .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
    margin-bottom: 2px;
    padding: 0px !important;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

#ognn .gform_legacy_markup_wrapper .gfield_checkbox li,
#ognn .gform_legacy_markup_wrapper .gfield_radio li {
    line-height: 1.3;
    margin: 0 0 0px !important;
}

#ognn body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding-top: 0;
}

#ognn input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -0.3875rem 0 0 -0.25rem !important;
    height: 1.75rem;
    width: 1.75rem;
}