.filter-links {
	text-align: center;
	font-size: 18px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.filter-links .text {
	color: #02243c;
	margin-right: 3px;
}
.filter-links > a {
	color: #3571b5;
	font-weight: 700;
}
.juneau_cares .filter-links > a {
	color: #66732d;
}
.bmp_brand .filter-links > a {
	color: var(--bmp-microsite-dark-green)
}
.filter-links > a.selected {
	color: #fc6821;
	text-decoration: underline;
}
.juneau_cares .filter-links > a.selected {
	color: #f97e4a;
}
.filter-links > a:not(:last-child) {margin-right: 10px;}
.filter-links.sort-box a:not(:last-child)::after {
	content: "";
	height: 15px;
	width: 2px;
	background-color: #3571b5;
	margin-left: 10px;
	margin-right: -4px;
	display: inline-block;
	position: relative;
	top: 1px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/*  > 641px < 1024px   */
    .filter-links {margin-bottom: 25px;}
}