.footer {
    padding: 40px 0;
    background-color: #FFF;
}
.footer-logo,
.footer-nav {
    float: left;
    padding: 0 20px;
    width: 20%
}
@media (max-width: 768px) {
    .footer-logo {
        margin-bottom: 20px;
        width: 100% !important;
	}
	.footer-logo p {
		position: absolute;
		left: 27.5px;
		width: 37%;
	}
    .footer-nav {
        display: block;
        width: 50%;
    }
}
.footer-logo {
    margin-top: -5px;
    height: 32px;
    line-height: 32px;
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: .875rem;
}
.footer-logo a {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
	display: contents;
}
.footer-logo a:active,
.footer-logo a:hover {
    text-decoration: none
}
.footer-nav .nav-title {
    margin-bottom: 15px;
    color: #E6E9ED
}
.footer-nav .nav-item {
    line-height: 28px
}
.footer-nav .nav-item>a {
    color: #2D2D2D;
	font-weight: bold;
	text-decoration: none;
}
.footer-nav .nav-item>a:active,
.footer-nav .nav-item>a:hover {
    color: #AAB2BD;
    text-decoration: none
}
.footer-copyright {
    color: #2D2D2D;
}
.footer-social{
	margin-bottom: 32px;
    display: flex;
    justify-content: space-evenly;
}
.footer-social p{
	color: #7D7D7D;
	font-weight: bold;
    font-size: 20px;
}
.socialIcon{
    margin-left: 10px;
    height: 35px;
}