/* HERO STYLES */
.hero					{ background-image: url('../images/blog/hero_bg.jpg'); }

/* MAIN CONTENT STYLES */
.content				{ overflow: hidden; }
.commHolder				{ background: #fff url('../images/post/comm_bg.png') no-repeat left 10px; background-size: 42px; padding-left: 6em; padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px solid #eee; }
.sw section p			{ margin-bottom: 1.5em; }

p.author				{ color: #acacac; }
.mainImg				{ width: 100%; margin: 0 0 2em!important; }


.recent					{ text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 1em; }
.recent h3				{ font-size: 3em; margin-bottom: .1em; }
.recent img				{ margin-bottom: 1em; width: 100%; }
.divTwo 				{ padding: 2em 7%; }

/* VIDEO CONTAINER - RESPONSIVE */

.video-container 				{ position: relative; padding-bottom: 56.25%; /*padding-top: 30px;*/ height: 0; overflow: hidden; margin-top: 20px; }
	.video-container iframe,
	.video-container object,
	.video-container embed 		{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
