footer {
    color: #b4b4b4;
    background: #222;
    font-size: 0.8125rem;
}
footer h6 {
    color: #535353;
    font-weight: bold;
}
footer a {
    font-size: inherit;
    color: #b4b4b4;
}
footer a:hover {
    color: #fff;
}
footer p {
    font-size: inherit;
    margin: 0;
}
footer p.contact {
    color: #e5e5e5;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
footer .footer-primary {
    padding: 20px;
}
footer .footer-primary ul {
    font-size: 0.875rem;
}
footer .footer-primary .logo {
    max-width: 240px;
    width: 100%;
    margin-bottom: 20px;
}
footer .footer-secondary {
    background: #1c1c1c;
    padding: 10px;
}
footer .footer-secondary .social a {
    padding-left: 5px;
}
footer .footer-secondary .secondary a {
    color: #999;
    font-size: 0.8125rem;
    padding-right: 5px;
}
footer .footer-secondary .secondary a:hover {
    color: #ccc;
}
footer .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
}
footer .columns {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
	float: left;
}

@media only screen and (min-width: 40.063em) {

    .medium-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	 .medium-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

@media only screen and (min-width: 64.063em) {

    .large-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.large-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

.footer-menu-group ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .footer-primary .footer-menu-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 20px;
    }
}

.footer-menu-group h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer-menu-group li {
	margin: 0;
	line-height: 1.4;
}

.footer-menu-group a {
    text-decoration: none;
    color: inherit;
}

.footer-menu-group a:hover {
    text-decoration: underline;
}