/* 
Example class for article lists. In this case, our outer div would have a class
of 'summary-list'. Inner styles would be applied to the titles and summary fields.
*/
.summary-list .lr-list-title {
	font-weight: bold;
	display: block;
}
.summary-list .lr-list-summary {
	font-weight: normal;
	font-size: 0.8em;
}
.fed-side-image {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 550px;
	z-index: 1;
}

.fed-side-image img {
	height: 100%;
	display: block;
}
@media screen and (max-width: 991px) {
	.fed-side-image {
	height: 250px;
	}
}