#footer div, #footer span, #footer input, #footer button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#footer {
    padding: 40px 0 0;
    background: #dd3928;
    width: 100%;
}

.side_padding_reset {
    padding-left: 0px;
    padding-right: 0px;
}

.top_padding_reset {
    padding-top: 0px;
}


.footer-share-btns div{
    background-image: url('../images/icons.png');
    height: 49px;
    display: inline-block;
}

.footer-share-btns div:hover{
    opacity: 0.8;
}

.footer-share-btns div.fb{
    width: 25px;
    background-position: 0px -101px;
    margin-right: 10px;
}

.footer-share-btns div.twitter{
    width: 40px;
    background-position: -40px -101px;
    margin-right: 6px;
}

.footer-share-btns div.youtube{
    width: 54px;
    background-position: -87px -101px;
    margin-right: 10px;
}

.footer-share-btns div.insta{
    width: 43px;
    background-position: -150px -101px;
    margin-right: 10px;
}

.footer-share-btns div.g_plus{
    width: 45px;
    background-position: -200px -101px;
}

.footer_labels{
    padding-top: 10px;
    padding-bottom: 50px;
}


.footer_labels span{
    font-size: 1.1em;
    margin-right: 20px;
}

.footer_labels span a{
    color: #801906 !important;
}

.footer_labels span a:hover{
    color: #fff !important;
}

@media screen and (max-width: 640px) {

    .footer_labels {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .footer_labels span{
        display: block;
        font-size: 1.1em;
        line-height: 1em;
        margin-right: 25px;
        text-align: left;
        padding-bottom: 10px;
    }
}

.footer_thanks h3 {
    color: #fff;
}

.footer_thanks h1 {
    font-family: 'futura-pt-condensed';
    font-weight: 700;
    color: #fff;
}
.footer_thanks h4 {
    color: #fff;
}

#footer .form_signup_width {
    width: 45.8%;
}

#footer button {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    clear:both;
    border: 0px;
    background-color: #af2d23;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-transform: none;
    font-family: 'futura-pt';
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;
}

#footer button:hover {
    background-color: #85231B;
}

#footer-form-signup input {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 0px solid #fff;
}

#footer-form-signup .first_imput_50percent {
    border-right: solid 1px #CCC8D1;
}

#footer-form-signup #Email {
    border-top: solid 1px #CCC8D1;
}

.footer_form_button {
    margin-top: 10px;
}

#footer-form-signup input.validate:invalid, textarea.validate:invalid {
    background: #FFDFCF !important;
}

#footer .footer_thanks {
    display: none; 
    text-align: left;}

#footer .footer_error {
    display: none !important; 
    color: #FFEAE5 !important;}

#footer .display_thanks {
    display: block !important;
    color: #fff !important;
}

@media (max-width: 992px) {
    #footer-form-signup input {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #CCC8D1;
    }
}



.footerDonate__button__style-banner {
    padding: 25px 10px 27px;
    margin: 7px;
    font-size: 21px;
    font-weight: 700;
    border-radius: 3px;
    display: block;
    color: #fff;
    letter-spacing: 0.05em;
}

.footerDonate__button_style_red_gradient {
    background: #dd3928;
    text-align: center;
}

.footerDonate__button_style_red_gradient:hover {
    background: #9B281C;
}

.footerDonate__button_home {
    text-align: center;
    display: block;
}

.footerDonate__banner-content {
    padding: 90px 20px 110px 20px;
}

.footerDonate__banner-content h1 {
    font-size: 3.1em;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
}

.footerDonate__banner-content h2 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
}

.footerDonate__button-spacing {
    margin-top: 30px;
}

.footerDonate__button-spacing h3 {
    font-size: 2.2em;
    font-weight: 400;
    padding-bottom: 20px;
}


@media only screen and (max-width: 992px) {
    
    .footerDonate__banner-content h1 {
        font-size: 2.1em;
    }

    .footerDonate__banner-content h2 {
        font-size: 2.2em;
    }

    .footerDonate__button-spacing {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 778px) {
    
    .footerDonate__banner-content {
        padding: 90px 20px 10px 20px;
    }
}

@media only screen and (max-width: 992px) {

    .signup_name_fields_border {
        border-bottom: 1px solid #D4D7D7;
    }

    .footerDonate__button-spacing {
        margin-top: 40px;
    }
}

.footerDonate__bottom-banner-override {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: -4px;
}

#footer .close {
    opacity: 1;
    background: #fff;
    color: #000;
    text-align: right;
}

#footer .close:hover {
    opacity: 1;
    background: #fff;
    color: #000;
}