/* CSS Document */
.page-filter li {
	margin-right: 1.5rem;
}
.page-filter li a {
	position: relative;
	padding-bottom: 8px;
	color: var(--dark);
}
.page-filter li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-filter li.active a, .page-filter li:hover a {
	color: var(--color-link);
}
.page-filter li.active a .st0, .page-filter li a:hover .st0 {
	fill: var(--color-link);
}
/* Keep front page-title background white. */
body #wrapper #page-title,
body #wrapper section#page-title,
body #content #page-title,
body #content section#page-title,
#page-title,
section#page-title,
#page-title.page-title-center,
#page-title.page-title-mini,
#page-title.page-title-right,
#page-title .container {
	background: #ffffff !important;
	background-color: #ffffff !important;
}

#page-title::before,
#page-title::after {
	background: transparent !important;
	background-color: transparent !important;
}
