.footer {
    background-color: #008768;
    background-size: cover;
    color: white;
    padding: 40px 0;
    text-align: left;
    width: 100vw;
    display: flex;
	margin-top: 50px;
    flex-direction: column;
    justify-content: space-between;
}
.footer-content {
    width: 70vw;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
}
.footer-logo img {
    max-width: 200px;
}
.footer-info, .footer-contact, .footer-social {
    max-width: 250px;
    margin: 10px;
    text-align: left;
}
.footer-social a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}
.footer-bottom-wrapper {
    width: 70vw;
    max-width: 1440px;
    margin: 0 auto;
}
.footer-logos {
		background-color: #fff;
	margin-top: 20px;
	
	
}
.footer-logos img {
    max-height: 100px;
    margin: 20px;
}

.white-filter {
    filter: brightness(0) invert(1);
}

.footer-links a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.email-link {
    color: white;
    text-decoration: none;
}
.email-link:hover {
    text-decoration: underline;
}