.blogContainer { margin-top: -14px; }
.blogSearchForm input[type="text"], .blogSearchForm select { margin-bottom: .8rem; color: #9C9594; }
.blogSearchForm .submitSearch { 
    background-color: #82be00;
    height: 50px;
    width: 150px;
    line-height: 35px;
    margin: 0 auto;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom: none;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px 16px 0px 16px;
    transition: none;
}
.blogPost .header h3 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
    font-weight: 700;
}
article.blogPost.blogSingle .primaryImg { margin-top: 0px; }
.blogPost .postSqueeze .primaryImg { width: 100%; }
article.blogPost.blogSingle .postSqueeze h1 { margin-top: 23px; }
.blogContainer h1.blogTitle { margin-bottom: 30px; }
.blogContainer h1 { line-height: 2.4rem; }
.blogContainer .noPosts { text-align: center; color: #CE5323; font-size: 1.2rem; font-family: 'Quicksand', sans-serif; font-weight: 500; border-bottom: 1px solid #ded7bc; padding-bottom: 20px; }
.blogContainer .blogHeader { margin-top: -12px; }
.blogContainer .blogHeader h1 { font-size: 30px; font-weight: 500;}
.blogContainer .blogHeader h3 { font-size: 19px; font-weight: 500; }
.blogContainer .rssLink { float: right; }
.blogContainer .rssIcon { font-size: 22px; color: #ff6600; }
.blogContainer .primaryImg { margin : 16px; margin-left: 0px; }
.blogContainer .blogSingle .primaryImg { float: left; }
.blogContainer .author { padding: 10px; margin-bottom: 20px; overflow: hidden;}
article.blogPost.blogSingle .author img.avatar { 
	float: left; 
	margin-right: 6px;
	margin-top: 10px !important;
	height: 80px; 
	width: 80px !important; 
}


.blogContainer .blogSingle .footer { margin-bottom: 20px; }
.blogContainer .blogPost .primaryImg { text-align: center; }
.blogContainer .blogPost .primaryImg img { margin: auto; }
.blogContainer .postActions { margin-bottom: .8rem; }
.blogContainer .shareButtons { margin-bottom: 15px; }
.blogContainer .shareButtons .addthis_toolbox { display: flex; }
.blogContainer .shareButtons .socialButton {
	position: relative;
	float: none;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}
#main .blogContainer article .socialButton img { width: 32px; margin: 0; padding: 0; }

.blogContainer .blogPost { 
	padding-bottom: 5px; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 25px;
}
.blogContainer p,
.blogContainer .postContent p { font-size: 14px; }
.blogContainer .blogPost .footer { padding: 20px; }
.blogContainer .blogPost .footer .postCategories, .blogContainer .blogPost .footer .postTags { 
	overflow: hidden; 
	font-size: 14px; 
	line-height: 1.1rem; 
	margin-bottom: 5px; 
	color: #37322d; 
}
.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; }
.blogWidget { 
	margin-left: 0px;
	font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px;
    color: #37322d;
    background: none;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.blogWidget:before {
	content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 3;
}
.main_container .blogSearchForm .row { padding: 0px 14px; }
.blogWidget li { list-style: none; }
.blogWidget li .totalPosts { display: inline-block; }
.blogArchives .months li { 
	list-style-type: disc; 
	list-style-position: inside;
	list-style: none;
    padding: 0px 10px; 
}
.blogTagCloud .tagList { line-height: 1rem; padding: 15px; }
.blogTagCloud .tagList li { display: inline-block; line-height: 1.4rem; padding: 0px 2px;}
.blogContainer p.subHead { margin-top: 5px; }
/* Sidebar */
.blogWidget.blogSidebar h3,
.blogWidget.blogArchives h3,
.blogWidget.blogTagCloud h3 { 
	color: #821400; 
	border-bottom: 1px solid #b5b5b5; 
	font-family:  'Libre Franklin', sans-serif;
    font-weight: 700;
	font-size: 22px; 
	text-transform: uppercase;
	line-height: 28px;
}
.blogWidget.blogSidebar li a,
.blogWidget.blogArchives li a,
.blogWidget.blogTagCloud li a { 
	color: #37322D;
	font: 12px "Quicksand", sans-serif;
    font-weight: 300;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.blogWidget.blogSidebar li a:hover,
.blogWidget.blogArchives li a:hover,
.blogWidget.blogTagCloud li a:hover {
    color: #82be00 !important;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.blogWidget.blogSidebar,
.blogWidget.blogArchives,
.blogWidget.blogTagCloud { margin-bottom: 15px; }

.blogWidget.blogSearchForm form { margin: 15px 0px; }
.blogWidget.blogSidebar.blogSidebar.blogSearchForm { margin-bottom: 15px; }
.blogWidget.blogTagCloud { margin-bottom: 15px; }
.blogWidget.blogSidebar.blogSidebar.blogSearchForm .small-12 {
    padding: 0px 15px;
}
.blogWidget.blogSidebar ul,
.blogWidget.blogArchives.blogArchives_ ul { margin: 0px; }


/* Search Result */
.blogContainer form.blogSearchForm { margin-bottom: 12px; }

@media (max-width: 1024px) {

	.blogWidget ul { padding: 10px 0px 10px 0px; }
}

@media (max-width: 640px) {

}

#main article .postContent img{width:auto;}

/* t - 282558 */
#main article.blogPost.blogSingle figure img{
    margin-top: 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
    background: rgba(255, 255, 255, .5);
}
#main article.blogPost.blogSingle figure figcaption{
    border-radius: 0 0 5px 5px;
    padding: 5px;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, .5);
}

