.header-navigation .nav-link.active,
.header-navigation .dropdown-menu-underline.active {
	text-decoration: underline;
	text-decoration-color: var(--yellow-green);
	text-decoration-thickness: 2px;
}

a {
	text-decoration: none;
}

.reports-subs {
	margin-left: 2em;
	padding: .5em 0 0 0;
}
