/*******************************************
CHANGES MADE STARTING ON APRIL, 10 2015
*******************************************/

/* SECTION DIVIDER SNIPPET */
.section-divider {
	background: rgba(255,255,255,0.80);
	padding: 18px 0 16px 0;
	margin: 25px 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 0 1px rgba(0,0,0,.1);
	width: 98%;
}

.section-divider h1 {
	margin-bottom: 0;
	margin-left: 20px;
	line-height: .75em;
	font-size: 22px;
	font-weight: 900;
	color: #333333;
	letter-spacing: 1px;
	font-family: 'brandon-grotesque',sans-serif;
	text-transform: uppercase;
}

/* NEW HOME PAGE ADDITIONS */
#mpb.cms-blogger .new-home .home-news .blog-entry #entry-title {
	height: 108px;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#mpb.cms-blogger .new-home .home-news .blog-entry .entry-summary {
	height: 160px;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;	
}


@media screen and (max-width: 599px){

	#mpb.cms-blogger .new-home .home-news .blog-entry #entry-title {
		height: auto;
	}
	
}

#mpb.cms-blogger .home-left-pullout .blog-promotion-header,
#mpb.cms-blogger .home-right-pullout .blog-promotion-header {
	display: none;
}

.feature-pullout {
	position: relative;  
	padding: 0; 
	width: 31%;
	margin-right: 2.3%;
	float: left; 
	background: rgba(255,255,255,0.80);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 0 1px rgba(0,0,0,.1);
	vertical-align: top;
	font-size: 14px;
	margin-bottom: 25px;
	color: #747474;	
}

.feature-pullout .wrap {
	padding: 0 20px 20px 20px;
}

.feature-pullout .featured-img {
	
}

.feature-pullout .featured-img img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.feature-pullout h1 {
	font-size: 20px;
	color: #333333;
	font-family: 'brandon-grotesque',sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 20px 0 .3em 0;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
}

.feature-pullout .subtitle {
	font-size: 11px;
	margin-bottom: 20px !important;
	color: #999;
	text-transform: none;
	font-weight: normal;
}

.feature-pullout .subtitle .author {
	color: #00C4B3 !important; 
}

.feature-pullout p {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 50px 0;
	text-align: left;
}

.feature-pullout .entry-read-more {
	background: #00C4B3;
	color: #fff;
	font-family: 'brandon-grotesque',sans-serif;
	display: inline-block;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pullout-content {
	width: 66.6%;
	float: left;
}

#mpb.cms-blogger .pullout-content .blog-entry .entry-title a {
	font-size: 20px;
	color: #333333;
	font-family: 'brandon-grotesque',sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 20px 0 .3em 0;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
}

.pullout-content .left-col,
.pullout-content .right-col .right-col,
#mpb.cms-blogger .pullout-content .blog-entry .right-col .left-col a.entry-read-more {
	display: none;
}

.cms-blogger .pullout-content .blog-entry > .right-col {
	margin-left: 0px !important;
}

.cms-blogger .pullout-content .blog-entry > .right-col > .right-col + .left-col {
	width: auto;
	padding-right: 0;
	display: block;
	float: none;
}

#mpb.cms-blogger .pullout-content .blog-entry .subtitle {
	float: left;
	margin: 0px 20px 0 0;
	margin-bottom: 0px !important;   
	line-height: 1.4em;
}

#mpb.cms-blogger .pullout-content .blog-entry .entry-summary {
	margin-bottom: 0px !important;
}

.home-right-pullout .feature-pullout {
	float: right;
}

@media screen and (max-width: 599px){

	.feature-pullout, .home-right-pullout .feature-pullout {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.feature-pullout p, .feature-pullout .entry-read-more {
		display: none;
	}

	.pullout-content {
		width: 100%;
		float: none;
	}

	#mpb.cms-blogger .pullout-content .blog-entry {
		margin-right: 0px;
	}

}