.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;
}

.panel-page.route66-theme .contentRender_name_plugins_nav_footer_magazine:first-of-type .navigation-footer {
	border-bottom: 1px solid #E3BCC4;
}

.panel-page.route66-theme .panel-footer .social-links a {
	color: var(--pink-light);
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}

	.panel-page.route66-theme .contentRender_name_plugins_nav_footer_magazine:first-of-type .navigation-footer,
	.contentRender_name_plugins_nav_footer_magazine:first-of-type .navigation-footer {
		border-bottom: none;
	}
}

/* WCAG 1.4.1: footer column links — optional default + hover underline; pending client/design approval.
	text-decoration: underline;
	text-underline-offset: 0.15em;
   On .navigation-footer a:hover use text-decoration: underline (not none) if enabling. */
.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;
}

.panel-page.route66-theme .navigation-footer a {
	font-family: var(--font-auto-pro-new);
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
}

.navigation-footer .item {
	margin-bottom:-2px
}