.bottom-logo img {
	max-width: 145px;
}

.breadcrumb {
	display:none;
}

#eVol-breadcrumbs, .Area-Pledge form, .Page-Subscriptions form {
	display:none;
}

    .general-footer .address {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .general-footer .bottom-logo img {
        max-width: 225px;
    }

    .general-footer .social-icons {
        margin: 50px 0 30px 0;
    }

    .general-footer a {
        font-size: 20px !important;
    }

    .general-footer .social-icons a {
        color: #ffffff;
        background-color: #fff;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        border-radius: 10%;
        margin-right: 10px;
        transition: transform 0.2s ease;

    }

    .general-footer .social-icons a:hover {
        transform: scale(0.85);

    }

    .general-footer .social-icons a svg {
        margin: 0 auto;
        width: 35px;
        height: 35px;
        fill: #21296b;
    }

    .general-footer h6 {
        font-family: Antonio;
        font-size: 30px;
        color: #fff;
    }

    .general-footer .copyright {
        color: #fffFFFA6;
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
        line-height: 20px;
    }

    .general-footer .PortletSubscr {
        max-width: 100%;
    }
    .general-footer .PortletSubscr .SubWebTitle{
        display:none;
    }

    .general-footer .DefaultButtons .button {
        margin: 0.5em 0.8em 0.5em 0;
        padding: 0.5em 1.6em;
        box-shadow: none;
        color: #ffffff !important;
        font-size: 14px;
        border: none;
        text-transform: inherit;
        background-color: #d12626;
    }
