.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.contentRender_name_plugins_nav_footer_magazine:first-of-type .navigation-footer {
	border-bottom: 2px solid var(--grey-5b);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}	
	.contentRender_name_plugins_nav_footer_magazine:first-of-type .navigation-footer {
		border-bottom: none;
	}
}

.navigation-footer a {
	color: var(--white);
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--font-museo-900);
	letter-spacing: 1px;
}

.navigation-footer a:hover {
	color: var(--white);
	text-decoration: none;
}

.navigation-footer .item {
	margin-bottom:-2px
}