.blog-container a {
	color: #137d76; /* TODO: update with a site color */
	font-weight: bold;
}

.contentRender_name_plugins_addthis_addthis {
	max-width: 966px;
	margin: 0 20px;
}

.contentRender_name_plugins_addthis_addthis .share-buttons .addthis_toolbox {
	text-align: right;
}

.blog-container .author {
	max-width: 966px;
	margin: auto;
	display: flex;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
}

.blog-container .author .image-holder {
	margin-right: 30px;
	flex: 0 0 100px;
}
.blog-container .author p:last-of-type {
	margin-bottom: 0;
}

.blog-container .author .author-title {
	font-style: italic;
	color: #818181;
	font-size: 14px;
	margin-bottom: 3px;
}

.blog-container .author h5 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.blog-container .author p {
	font-size: 16px;
	color: #757575;
}

@media screen and (min-width: 64em) {
	.contentRender_name_plugins_addthis_addthis {
		max-width: 966px;
		margin: 0 auto;
	}
}