.blogSearchForm input[type="text"], .blogSearchForm select { }
.blogSearchForm .submitSearch { background: #96a301; border-radius: 3px; padding: .6rem 1.6rem; }
.blogSearchForm .submitSearch:hover, .blogSearchForm .submitSearch:focus { background: #96a301; }

.blogSearchForm {
	background-color: #a7bbc9;
	padding: 0 15px;
	overflow: hidden;
	margin: 0 -15px;
}
.blogContainer .blogSearchForm {
	padding-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.blogSearchForm h3 {
	color: #fff;
}

.blogSearchForm .datepicker {
	background-image: url(/includes/public/assets/images/listings/fa-calendar.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.blogContainer { }
.blogContainer h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
.blogContainer .noPosts { text-align: center; border-bottom: 1px solid #a7bbc9; padding-bottom: 20px; }
.blogContainer .blogHeader { margin-bottom: 16px; border-bottom: 1px solid #a7bbc9; }
.blogContainer .blogHeader h1 { margin-top: -20px; }
.blogContainer .blogHeader h3 { }
.blogContainer .rssLink { float: right; }
.blogContainer .rssIcon { font-size: 22px; color: #ff6600; }
.blogContainer .primaryImg { margin-bottom: 20px; }
.blogContainer .primaryImg img { display: block; }
.blogContainer .blogSingle .primaryImg { }
.blogContainer .author { background: #00adbb; padding: 15px; margin-bottom: 20px; overflow: hidden;}
.blogContainer .author h5 { color: #fff; margin: 0; margin-top: -5px; }
.blogContainer .author p { color: #fff; margin: 0; }
.blogContainer .author .avatar { float: left; margin-right: 15px; }
.blogContainer .blogSingle .footer { margin-bottom: 20px; }
.blogContainer .blogPost {
	overflow: hidden;
}
.blogContainer .blogPost .clearfix {
	visibility: visible;
}
.blogContainer .blogPost .primaryImg { text-align: center; }
.blogContainer .blogPost .primaryImg img { margin: auto; }
.blogContainer .postActions { margin-bottom: .8rem; }
.blogContainer .shareButtons { margin-bottom: 15px; }
.blogContainer .blogPost .postContentContainer { overflow: hidden; }
.blogContainer .blogPost { padding-bottom: 5px; border-bottom: 1px solid #a7bbc9; margin-bottom: 25px;}
.blogContainer .blogPost h3 a { 
	font-size: 60px; 
	line-height: 1;
}
.blogContainer .blogPost .footer { }
.blogContainer .blogPost .footer .postCategories, .blogContainer .blogPost .footer .postTags { overflow: hidden; font-size: 14px; line-height: 1.1rem; margin-bottom: 5px; }
@media only screen and (max-width: 64em) {
	.blogContainer .blogPost h3 a { font-size: 40px; }
}
@media only screen and (max-width: 40em) {
	.blogContainer .blogPost .footer .postCategories,
	.blogContainer .blogPost .footer .postTags { clear: both; }
	.blogContainer .blogPost h3 a { font-size: 28px; }
}
.blogContainer .blogPost .footer .tagLabel { width: 85px; float: left; display: block; font-weight: bold; text-align: right; padding-right: 5px; }
.blogContainer .blogPost .footer .tagContent { margin-left: 85px; display: block;}
.blogContainer .blogPost .downloadDocument { margin-bottom: 16px; }
.blogContainer .nextLink { float: right; }
.blogContainer .pagingButtons { padding-bottom: 30px; height: 40px; display: block; }
.blogWidget ul { margin-left: 0; }
.blogWidget li { list-style: none; }
.blogWidget li .totalPosts { display: inline-block; }
.blogArchives .months li { list-style-type: disc; list-style-position: inside; }
.blogTagCloud .tagList { line-height: 1rem; background: #a7bbc9; padding: 15px; }
.blogTagCloud .tagList li { display: inline-block; line-height: 1.4rem; padding: 0px 2px;}
.blogTagCloud .tagList a {
	color: #fff;
}

.shared-back-button {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #00739a;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
