@charset "utf-8";
/* CSS Document */

.blog1 {
	/*background-blend-mode:multiply;*/
	background-color:#999;
	background-image: url(../../../images/services/blog-banner.gif);
	background-repeat:repeat;
	background-size: auto;
}
.blog1 .container {
	max-width:850px;	
}
.blog2 {
	padding: 60px 0;
}
.blog3 {
	padding: 40px 0;
}
.blog2 .postContainer {
	float:left;
	display: inline-block;
	width: 24%;
	margin: 0 1% 15px 0;
	padding: 10px 0;
	background-color: #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}
.postContainer img {
	max-width: 99.5%;
	border: 1px solid #ccc;
	height: auto;
}

.blog2 .postHeader {
	padding:0 20px;
}
.blog3 div {
	overflow:visible;
}
h1.storytitle {
	font-size: 1.4em;
	margin: 0;
}
.storytitle a {
	font-weight: normal;
	color: #2a3585;
}
.meta {
	margin-top:5px;
}
.avatar {
	margin-top:7px;
}
.avatar img {
	border-radius:32px;
}
.storycontent {
	margin: 15px 0;
}
.storycontent h3, .storycontent h4 {
	margin: 50px 0 0 0;
}
.storycontent p {
	margin: 30px 0;
}
.storycontent ul, .storycontent ol {
	margin	: 30px 0 30px 15px;
}
.blog2 .storycontent {
	height: 84px;
	text-overflow: ellipsis;
}
.blog2 .storycontent p {
	margin: 0;
}
.blog3 iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
	margin:0 auto;
    vertical-align: middle;
}
.pullquote {
	margin-left:-70px;
	padding: 5px 0;
	font-size: 2em;
	line-height: 1.25em;
	color: #2db1f1;
}
.tags {
	font-size: 0.85em;
	line-height: 1.2em;
}
#pagination a {
    position: relative;
    display: inline-block;
    padding: 16px 60px 20px 45px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    background-color: #F49422;
    background-image: url('../../../images/white-arrow-right.png');
    background-repeat: no-repeat;
    background-position: right center;
    border: 2px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.15s linear 0s;
}
#pagination a:hover {
	background-color: #f7bd1f;
	text-decoration: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}
#next-prev-nav {
	margin-top:30px;	
	padding:30px 0;	
	border-top:2px solid #eee;
}
#next-prev-nav .container {
	max-width: 800px;
}
#next-prev-nav a {
	display: inline-block;
	width: 32%;
	height: 70px;
	color: #7c8c95;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 70px;
	text-align: center;
	border-radius: 4px;
}
#next-prev-nav a:hover {
	background-color: #eee;
	text-decoration: none;
}


@media only screen and (max-width: 980px) {
.blog2 .postContainer {
	width: 30%;
}

}
@media only screen and (max-width: 770px) {
.blog2 .postContainer {
	width: 45%;
}
.pullquote {
	margin-left:0;
	padding:0;
	font-size: 1.4em;
}
#next-prev-nav {
	padding: 20px 0;
}
#next-prev-nav a span {
	display: none;
}

}
@media only screen and (max-width: 480px) {
.blog2 .postContainer {
	width: 100%;
	height: auto;
	padding:10px 0 20px 0;
}
.blog2 .postHeader {
	height:auto;
}
}

