﻿.footer-wrap {
    width: 100vw;
}

    .footer-wrap .blue-section-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100vw;
        background-color: #005f86;
        background-image: url("https://give.org/sf-images/default-source/alliance-redesign/footer_bg_logo.png?sfvrsn=103dd74a_2");
        background-repeat: no-repeat;
        background-position: center right -40px;
        position: relative;
    }

        .footer-wrap .blue-section-wrap .blue-section-content {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 80px 0px 140px 0px;
        }

            .footer-wrap .blue-section-wrap .blue-section-content .column {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: nowrap;
            }

                .footer-wrap .blue-section-wrap .blue-section-content .column:not(:last-child) {
                    margin-right: 80px;
                }

                .footer-wrap .blue-section-wrap .blue-section-content .column a,
                .footer-wrap .blue-section-wrap .blue-section-content .column .title {
                    color: white;
                    text-decoration: none;
                }

                .footer-wrap .blue-section-wrap .blue-section-content .column a {
                    font-family: PROXIMANOVA-REGULAR;
                    line-height: 1.7em;
                }

                    .footer-wrap .blue-section-wrap .blue-section-content .column a:hover {
                        text-decoration: underline;
                    }

                .footer-wrap .blue-section-wrap .blue-section-content .column .title {
                    font-family: PROXIMANOVA-BOLD;
                    margin-bottom: 15px;
                }

    .footer-wrap .black-section-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        background: #2d2926;
        width: 100vw;
        padding: 160px 0px 20px 0px;
    }

        .footer-wrap .black-section-wrap .black-section-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-wrap: nowrap;
            color: white;
        }

        .footer-wrap .black-section-wrap .give-footer-logo {
            width: 255px;
            height: auto;
        }

        .footer-wrap .black-section-wrap .black-section-content .give-footer-logo,
        .footer-wrap .black-section-wrap .black-section-content .social-media-icons-wrap,
        .footer-wrap .black-section-wrap .black-section-content p,
        .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap,
        .footer-wrap .black-section-wrap .black-section-content hr {
            margin-bottom: 35px;
        }

        .footer-wrap .black-section-wrap .black-section-content p {
            text-align: center;
            color: white;
            max-width: 780px;
            line-height: 1.5em;
        }

        .footer-wrap .black-section-wrap .black-section-content .social-media-icons-wrap a:not(:last-child) {
            margin-right: 15px;
        }

        .footer-wrap .black-section-wrap .black-section-content hr {
            max-width: 1125px;
            width: 80vw;
            border-bottom: solid 1px #7a7571;
            border-top: none;
        }

        .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 1125px;
            width: 90vw;
            color: white;
        }

            .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap span.dot {
                color: white;
                margin: 0px 10px;
            }

            .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .legal-stuff .title {
                margin-bottom: 15px;
            }

            .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .links a {
                color: #7a7571;
                text-decoration: none;
            }

                .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .links a:hover {
                    text-decoration: underline;
                }

            .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .support-button-wrap a {
                color: white;
            }

    .footer-wrap .orange-section-wrap {
        padding: 30px;
        border-radius: 5px;
        background: #f78104;
        max-width: 750px;
        width: 80%;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translate(-51%, 50%);
    }

        .footer-wrap .orange-section-wrap .orange-section-content {
            color: white;
        }

            .footer-wrap .orange-section-wrap .orange-section-content input[type="text"] {
                color: #000;
            }

            .footer-wrap .orange-section-wrap .orange-section-content .title,
            .footer-wrap .orange-section-wrap .orange-section-content .mailing-list,
            .footer-wrap .orange-section-wrap .orange-section-content .caption {
                width: 100%;
                text-align: center;
            }

            .footer-wrap .orange-section-wrap .orange-section-content .title {
                font-size: 20px;
                margin-bottom: 25px;
            }

            .footer-wrap .orange-section-wrap .orange-section-content .caption {
                font-size: 12px;
                font-family: PROXIMANOVA-REGULAR;
                margin-top: 15px;
            }

@media only screen and (max-width: 975px) {
    .footer-wrap .blue-section-wrap .blue-section-content {
        justify-content: flex-start;
        padding-left: 75px;
        padding-bottom: 250px;
    }

        .footer-wrap .blue-section-wrap .blue-section-content .column {
            width: 90vw;
        }

            .footer-wrap .blue-section-wrap .blue-section-content .column:not(:last-child) {
                margin-bottom: 45px;
            }

    .footer-wrap .black-section-wrap {
        padding-top: 250px;
    }

        .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap {
            flex-direction: column;
            justify-content: center;
        }

            .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .legal-stuff {
                margin-bottom: 15px;
            }

                .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .legal-stuff .links {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    flex-wrap: nowrap;
                }

                    .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .legal-stuff .links a {
                        margin-bottom: 12px;
                    }

                    .footer-wrap .black-section-wrap .black-section-content .bottom-info-wrap .legal-stuff .links span.dot {
                        display: none;
                    }

    .footer-wrap .orange-section-wrap {
        height: auto;
        max-height: none;
        transform: translate(-52%, 50%);
        max-width: 80%;
        padding: 30px 10px;
    }
}
