.blogContainer .blogSearchForm{ margin-bottom: 20px;}
.blogSearchForm input[type="text"], .blogSearchForm select { margin-bottom: .8rem; color: #9C9594; }
.blogSearchForm .submitSearch { background: #a02d34; border-radius: 3px; padding: .6rem 1.6rem; }
.blogSearchForm .submitSearch:hover, .blogSearchForm .submitSearch:focus { background: #a02d34; }

.blogContainer h1 { line-height: 2.4rem; margin-bottom: 0 !important;}
.blogContainer .noPosts { text-align: center; color: #CE5323; font-size: 1.2rem; font-family: "museo-slab","Times New Roman",Georgia,serif; border-bottom: 1px solid #ded7bc; padding-bottom: 20px; }
.blogContainer .blogHeader { margin-bottom: 20px; }
.blogContainer .blogHeader h3 { font-size: 19px; font-weight: 500;}
.blogContainer .rssLink { float: right; }
.blogContainer .rssIcon { font-size: 22px; color: #ff6600; }
.blogContainer .blogSingle .primaryImg { float: left; }
.blogContainer .author { border: 1px solid #DED7BC; background-image: url('/includes/public/assets/patterns/bgnoise_beige.png'); padding: 10px; margin-bottom: 20px; overflow: hidden;}
.blogContainer .author .avatar { float: left; margin: 0 6px 6px 0; }
.blogContainer .blogSingle .footer { margin-bottom: 20px; }
.blogContainer .blogPost .primaryImg { text-align: center; margin-bottom: 20px;}
.blogContainer .blogPost .primaryImg img { margin: auto; }
.blogContainer .postActions { margin-bottom: .8rem; }
.blogContainer .shareButtons { margin-bottom: 15px; }
.blogContainer .blogPost { padding-bottom: 5px; border-bottom: 1px solid #ccc; margin-bottom: 25px;}
.blogContainer .blogPost .footer {padding: 0;}
.blogContainer .blogPost .footer .postCategories, .blogContainer .blogPost .footer .postTags { overflow: hidden; font-size: 14px; line-height: 1.1rem; margin-bottom: 5px; }
.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 .footer .tagContent a{ font-size: inherit; line-height: inherit;}
.blogContainer .blogPost .downloadDocument { margin-bottom: 16px; }
.blogContainer .nextLink { float: right; }
.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; padding: 15px; }
.blogTagCloud .tagList li { display: inline-block; line-height: 1.4rem; padding: 0px 2px;}

.blogPost .header h3 { margin-bottom: 0;}
.blogPost .header h3 a { font-size: inherit; font-weight: inherit; color: inherit; line-height: 50px;}
.blogPost .author h5{margin-bottom: 0;}
.sidebar .blogWidget{margin-bottom: 20px;}


.blogContainer .back-link-container {
	margin-bottom: 25px
}
.blogContainer .back-link-container a {
	text-transform: uppercase;
	font-family: "Avenir LT Std", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: #a02d34;
	font-family: "Avenir LT W01_95 Black1475556", "Avenir LT Std"
}
.blogContainer .back-link-container a:before,
.blogContainer .back-link-container a:after {
	content: " ";
	display: table
}
.blogContainer .back-link-container a:after {
	clear: both
}
.blogContainer .back-link-container a span {
	display: block;
	float: left
}
.blogContainer .back-link-container a .link-icon {
	margin-top: -1px;
	margin-right: 8px
}
@media (max-width: 47.9375em) {
	.blogContainer .back-link-container {
			margin-bottom: 15px
	}
}

/*Feed styles*/

.blogContainer.feed .header h3{
	margin-bottom: 10px;
}
.blogContainer.feed .header .date{
	margin-bottom: 0;
}
.blogContainer.feed .postSqueeze .postContent{
	margin-bottom: 10px
}