ul.gfield_radio li input[type=radio]:checked+label::after {
    display: none !important
}

#gform_56 h3 {
    font-size: 2.25rem
}

.form-title {
    font-weight: 500 !important
}

.gform-field-label {
    font-size: 1.375rem !important
}


#give-form input[name=input_2_other] {
    background-color: #041e42 !important;
    color: #fff !important;
}

#give-form input[type=radio]+label {
    background-color: transparent;
    color: #fff;
    width: 100% !important;
    font-weight: 700
}

#give-form input[type=radio]+label:hover {
    background-color: #64A70B;
    color: #fff
}

#give-form input[type=radio]:checked+label {
    background-color: #64A70B;
    color: #fff;
}

#give-form input[type="radio"]+label {
    height: 100%;
    line-height: 1.6 !important;
}

html[data-whatintent=mouse] #give-form ul.gfield_radio input[type=radio]+label:hover {
    background-color: #64A70B;
    color: #fff
}

#give-form input[type=radio]:checked+input {
    background-color: transparent
}

#give-form ul.gfield_radio li[class*=gchoice] {
    width: 33% !important;
    padding: 0 6px !important
}

#give-form input[type=submit] {
    background-color: #D50032;
    border-color: #fff;
    color: #fff
}

#give-form input[type=submit]:hover {
    background-color: #64A70B;
    border-color: #64A70B
}

#give-form .ginput_container_text {
    border: none
}

#give-form ul.gfield_radio li label::before {
    display: none !important
}

.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.gfield_radio li {
    width: 30%;
    margin-bottom: 10px
}

.gfield_radio input[type=radio] {
    display: none
}

.gfield_radio li label,
.gform_body .ginput_container input[type=text],
.gform_body .ginput_container_select {
    display: block !important;
    padding: 7px 0 !important;
    border: 1px solid #fff !important;
    border-radius: 1px !important;
    cursor: pointer !important;
    font-size: 1.25rem !important;
    text-align: center !important;
    transition: all .3s ease !important;
    color: #fff;
    width: 100% !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    -o-border-radius: 1px !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important
}

.gform_body .ginput_container input[type=text] {
    font-weight: 700 !important
}

.gform_body .ginput_container_select {
    padding: initial !important
}

.gfield_radio input[type=radio]:checked+label {
    border-color: #ccc;
    background-color: green;
    color: #fff
}

.gfield_radio li label:hover {
    border-color: green;
    background-color: #e5e5e5
}

.dollar-amount-radio-buttons .gfield_label:nth-of-type(1) {
    display: none !important
}

input[name*=other] {
    max-height: 48px;
    border-radius: 4px
}

.gform_title {
    display: none !important
}

.gform a {
    text-decoration: none !important
}

.gform_footer {
    max-width: 50%;
    margin: auto
}

.gform_body .top_label .gfield_label {
    color: #ffffff;
}

.gform_body .ginput_container_select {
    background-color: #031e41!important;
}

.gform_body .ginput_container_select select {
    color: #ffffff;
}

.gform_body .ginput_container_select::after {
    background-color: transparent;
}

.gform_body .ginput_container input[type="text"] {
    color: #ffffff;
}

.gform_footer input[type="submit"] {
    margin-top: 0;
}

.gfield_label {
    margin-bottom: 5px !important;
}

#give-form ul.gfield_radio li[class*="gchoice"] {
    width: 20% !important;
}

@media (max-width: 900px) {
    #give-form ul.gfield_radio li[class*="gchoice"] {
        width: 33% !important;
    }
}