#news_items .news_item_columns {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05), 0 0 2rem rgba(0, 0, 0, 0.15);
}
.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;
	padding-bottom: 0;
	font-size: 1.2rem;
}
.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,
.news_item_columns .news_item_thumbnail {
	display: table-cell;
	padding: 2rem;
	vertical-align: top;
	box-sizing: border-box;
}
.news_item_columns .news_item {
	
}
.news_item_columns .news_item_thumbnail {
	width: 20rem;
}
.news_item_columns .news_item_thumbnail a {
	display: block;
	margin: -4rem auto 0 auto;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05), 0 0 2rem rgba(0, 0, 0, 0.15);
	background: white;
	padding: 2rem;
	width: 75%;
}
.news_item_columns .news_item_thumbnail img {
	display: block;
}
@media screen and (max-width: 600px) {
	.news_item_columns,
	.news_item_columns .news_item,
	.news_item_columns .news_item_thumbnail {
		display: block;
		width: auto;
	}
	.news_item_columns + .news_item_columns {
		margin-top: 6rem;
	}
	.news_item_columns .news_item_thumbnail {
		width: 100%;
		max-width: 20rem;
		margin: -2rem auto -2rem auto;
	}
}
@media screen and (max-width: 300px) {
	.news_item_columns {
		margin-bottom: 0;
	}
	.news_item_columns + .news_item_columns {
		margin-top: 2rem;
	}
	.news_item_columns .news_item_thumbnail {
		display: none;
	}
}

.news_item_content {
	text-align: left;
	font-size: 1rem;
}
.news_item_summary {
	font-size: 1.2em;
}
.news_no_items_found {
	font-weight: bold;
}
@media screen and (min-width: 799px) {
	.content-with-sidebar .news_item_columns,
	.content-with-sidebar .news_item_columns .news_item,
	.content-with-sidebar .news_item_columns .news_item_thumbnail {
		display: block;
		width: auto;
	}
	.content-with-sidebar .news_item_columns + .news_item_columns {
		margin-top: 6rem;
	}
	.content-with-sidebar .news_item_columns .news_item_thumbnail {
		width: auto;
		max-width: none;
		margin: -2rem;
		box-shadow: none;
	}
	.content-with-sidebar .news_item_columns .news_item_thumbnail a {
		margin-top: -2rem;
		width: auto;
	}
	.content-with-sidebar .news_item_summary {
		font-size: 1rem;
	}
}


#news_items_page_numbers.page-numbers.page-number-load-more-interactive {
	display: none;
}
.page-number-load-more.interactive:not(.can-load-more) a.button {
	display: none;
}
@media screen and (max-width: 800px) {
	.content-with-sidebar .sidebar .dynamic_page_element.news_item_category_link.tags {
		list-style: none;
		margin-left: 0;
	}
	.content-with-sidebar .sidebar .dynamic_page_element.news_item_category_link.tags li {
		display: inline;
	}
}

.content-with-sidebar .content-with-sidebar .sidebar .dynamic_page_element.news_item_category_link.tags {
	list-style: none;
	margin-left: 0;
}
.content-with-sidebar .content-with-sidebar .sidebar .dynamic_page_element.news_item_category_link.tags li {
	display: inline;
}

h1.news_item_header + .news-author {
	margin-top: -1rem;
	margin-bottom: 1em;
}
.news-author {
	font-size: 1.2rem;
}
.news-author img.headshot {
	width: 4rem;
	float: left;
	margin: 0 1em 1em 0;
	border: 2px solid #b92dc1;
}
.news-author strong,
.news-author em {
	display: block;
}
.news-author strong label,
.news-author em label {
	font-weight: normal;
}
.news-author a {
	color: inherit;
	text-decoration: none;
}