.research-banner {
	position: relative;
	width: 100%;
	height: 275px;
	background-repeat:  no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgb(147,207,232);
}


.p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.research-title {
	color: rgba(255,255,255,.7);
	text-align: center;
	font-size: 30pt;
	font-family: 'Roboto Condensed Light', sans-serif;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.article-title a{
	color: rgb(90,90,90);
}

.article-title a:hover{
	text-decoration: none;
}

.shadow-box {
	/*border: 1px solid rgb(240,240,240);*/
	font-family:'Roboto Condensed Light', sans-serif;
	padding: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
	margin-bottom: 33px;
}


.article-bullets {
	list-style-type:square;
}

.article-inline-img {
	margin: 10px;
	width: 100%;
}

.article-bullets > li {
	margin-bottom: 0.25em;
}

.article-title { 
	font-size: 16pt;
}

.share-link {
	display: inline-block;
	margin-right: 5px;
}

.article-meta {
	font-size: 12pt;
}

.article-banner,
.article-img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.infographic-banner {
	max-width: 225px; 
	display:inline; 
	box-shadow: 2px 2px 4px 2px  rgba(0,0,0,0.15);
}

.article-summary li:before {
	content: '\21B3';
}

.article-body {
	font-family:'Roboto Condensed Light', sans-serif;
	font-size: 12pt;
}

.article-section-heading {
	font-family: 'Roboto Condensed', sans-serif;
}
.article-btn {
	width:200px;
	font-size: 16pt;
	display: block;
	margin: 0 auto;

}



.subscribe-btn {
	height: 35px;
}

.article-title-block {
	border-left-color: rgb(240,110,0);
	border-left-style: solid;
	border-left-width: 5px;
	padding: 5px;
}

.container-fixed {
	max-width: 1100px;
	margin: 0 auto;
}
