.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin-left: 23px;
    margin-bottom: 23px;
}

.navigation-footer li {
	margin-right: 22px;
	margin-bottom: 6px;
}

@media (min-width: 64em) {
	.navigation-footer {
		justify-content: flex-start;
		margin-left: 17px;
		margin-bottom: 0;
	}

	.panel-footer .navigation-footer {
		max-width: 402px;
		margin-left: 0;
		padding-top: 2px;
	}

	.navigation-footer li {
		margin-bottom: 4px;
	}
}

.navigation-footer a {
	color: inherit;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 800;
}

.navigation-footer a:hover {
	color: inherit;
}
