.view-display-id-block_1 {
	position: relative;
display: block;
}

.first-content {
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 420px;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
}

.first-news-title:before {
	content: "";
	border-bottom: 1px solid #000;
	width: 5rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.first-news-title {
	font-family: "Saira Semi Condensed";
	font-weight: bold;
	margin-top: 20px;
	color: #000;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.875rem;
	letter-spacing: -.015em;
	margin-top: 0;
	margin-bottom: .5rem;
}

.first-news-title a {
color: #000;
}

.dateline {
	color: #888;
	font-size: 70%;
}