.sortbar {
	margin-bottom: 1rem;
}
.sortbar a {
	color: #000; text-decoration: none !important;
}
.sortbar .label {
	padding: 1rem 0;
}
.sortbar .value {
	border: 1px solid #ccc; border-radius: 3rem;
	padding: 1rem 1.5rem;
	text-align: center;
}
.sortbar .value.active {
	background: #00539B; border-color: #00539B;
	color: #fff;
}

.category {
	margin-top: 2rem; padding-top: 2rem;
	border-top: 10px solid #E7A512;
}
.category:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.statement .year {
	font-weight: 300;
}
.statement .more {
	margin-top: 0.5rem;
	font-size: 0.9375rem;
}
.statement .more a {
	margin-left: 0.75rem;
}
