.footer-acknowledgment {
    display: block;
    max-width: 50%;
    margin-inline: auto;
}


 /*--- --- --- PLEDGE PAGE OVERRIDES --- --- --- */
 
#gform_wrapper_1 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#gform_wrapper_1.gform_legacy_markup_wrapper {
    margin-top: 0;
}

#gform_wrapper_1.gform_wrapper {
    padding-top: 0;
}

#gform_fields_1 input[type="text"], #gform_fields_1 input[type="email"] {
    max-width: 445px;
}

#gform_fields_1 input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #36a5d8;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 0.2em;
}

#gform_fields_1 input[type='checkbox']:checked {
    background-color: #36a5d8;
    border-color: #36a5d8;
}

#gform_fields_1 input[type='checkbox']:checked::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(4px, -2px);
}

#gform_1 .gfield--type-checkbox {
    margin-bottom: 0;
}

#gform_1 .gfield--type-html {
    margin-bottom: 0;
}

#gform_fields_1 .gfield > .gfield_label {
    text-transform: uppercase;
}

#gform_fields_1 .gfield_select {
    max-width: 445px;
    padding: 10px 15px;
}

#gform_1 .gform_footer {
    margin-top: 0;
    padding-top: 0;
}

#gform_1 .gform_footer input[type='submit'] {
    font-size: 16px !important;
    padding: 10px 30px;
}

.water-purveyor-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#waterpurveyor {
    width: 100%;
    max-width: 445px !important;
}

#municipality-go {
    font-size: 16px !important;
    padding: 15px 35px;
}

.button-banner {
    min-width: auto !important;
    max-width: 100%;
}