.news_item {
	text-align: left;
	font-size: 80%;
}
#news_items .news_item {
	box-shadow: 5px 5px 15px rgba(218, 218, 218, 1), -5px -5px 15px rgba(218, 218, 218, 1);
}
.content em {
	padding-bottom: 1em;
}
h1.news_item_header {
	text-align: left;
	font-size: 200%;
}
h1.news_item_header::after {
	display: none;
}
h2.news_item_header {
	color: #2c2671;
	font-size: 1.3rem;
}
h2.news_item_header a {
	text-decoration: none;
}
.news_item_header .subtitle {
    font-size: 1.2rem;
}
.news_item_header em {
	display: block;
}
.news_item_header em time {
	color: #b6b6b6;
}
.news_item_columns {
	display: table;
	margin: 2em auto 4em auto;
	width: 100%;
	table-layout: fixed;
}
.news_item_columns .news_item {
	padding: 50px 50px 50px 200px;
	position: relative;
	left: -100px;
	display: table-cell;
	width: 68rem;
	box-sizing: border-box;
	vertical-align: top;
}
.news_item_columns .news_item_thumbnail {
	position: relative;
	top: -20px;
	left: 100px;
	z-index: 1;
}
.news_item_content {
	text-align: left;
	font-size: 1rem;
}
.news_item_columns .news_item_thumbnail img {
	width: 65%;
}
.news_item_summary {
	font-size: 1.2em;
}
.news_no_items_found {
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.news_item_columns .news_item {
		padding: 4px 4px 4px 10px;
		top: 2em;
		position: relative;
		left: -30px;
		display: table-cell;
		box-sizing: border-box;
		vertical-align: top;
	}
	.news_item_columns {
		display: table;
		margin: 1em auto 2em auto;
		width: 100%;
		table-layout: fixed;
	}
	.news_item_columns .news_item_thumbnail img {
		position: relative !important;
		top: 2em !important;
		width: 70% !important;
		margin-bottom: 2em !important;
		left: -100px;
	}
	h2.news_item_header {
		font-size: 1.75em;
	}
	#news_items .news_item {
		padding-top: 1.75em;
	}
}