
/* Blogs */

#blogs h2 {
    font-size: 1.25em; /* 12.8px x 1.25 = 16px */
}

#blogs .post, #blogs .page {
    border-bottom: 4px solid #F1F1F1; /* Grey divider */
    margin-bottom: 10px;
	font-size: 1.172em;
	color: #333;
	line-height: 140%;
}

#blogs img {
    max-width: 468px;
}

#blogs ol.commentlist div.commentmetadata,
#blogs .post p.postmetadata,
#blogs .page p.postmetadata {
    font-size: 0.85em; /* 12.8px x 0.85 = 10.88px */
}

#blogs ol.commentlist li {
    background-color: #ECECEC; /* Grey background */
    padding: 2px 5px 1px 5px;
    margin: 2px 0px 12px 0px;
}

#blogs .navigation {
    font-size: 0.85em; /* 12.8px x 0.85 = 10.88px */
}

#blogs .navigation .alignleft, #blogs .navigation .alignright {
    width: 45%;
}

#blogs .navigation .alignleft {
    float: left;
}

#blogs .navigation .alignright {
    float: right;
    text-align: right;
}

#blogs .navigationclear {
    clear: both;
}

#blogs .blogsummary {
    width: 146px;
    float: left;
    margin-right: 16px;
}

#blogs .blogsummary.last {
    margin-right: 0;
}

#blogs .blogsummary div.blogtitle {
    position: relative;
    min-height: 35px;
}

#blogs .blogsummary div.blogtitle h2 {
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

#blogs .blogsummary div.blogtitle h2 a {
    color: #597CA6; /* Blue text */
    font-size: 0.8em; /* 16px x 1.25 = 20px */
}

#blogs .blogsummary .strapline {
    margin-top: 0;
    font-style: italic;
    font-size: 0.85em; /* 12.8px x 0.85 = 10.88px */
}

#blogs .blogsummary .image {
    width: 146px;
    height: 97px;
    float: left;
    margin-bottom: 2px;
}

#blogs .blogsummary .posttitle {
    font-weight: bold;
    font-size: 0.85em; /* 12.8px x 0.9 = 10.88px */
    margin-top: 4px;
}

#blogs .blogsummary .datetime {
    font-weight: bold;
    font-size: 0.9em; /* 12.8px x 0.9 = 11.52px */
    margin-bottom: 5px;
}

#blogs .blogsummary .datetime a {
    color: #000; /* Black text */
}

#blogs .blogsummary .excerpt {
    margin: 0;
    font-size: 0.9em; /* 12.8px x 0.9 = 11.52px */
}

#blogs .blogsummary .excerpt a {
    font-size: 0.9em; /* 12.8px x 0.9 = 11.52px */
    font-weight: bold;
}

#blogs .blogsummary ul.otherposts {
    padding-left: 0;
    margin: 0;
    font-size: 0.85em; /* 12.8px x 0.9 = 10.88px */
}

#blogs .blogsummary ul.otherposts li {
    list-style: none;
    margin-top: 3px;
}

#blogs ul.blogsummarylist {
    margin-top: 0;
    padding-left: 20px;
}

#blogs ul.blogsummarylist .blogtitle {
    font-family: georgia, 'palatino linotype', 'book antiqua';
    font-size: 1.2em; /* 12.8px x 1.5 = 19.2px */
}

#blogs ul.blogsummarylist .blogtitle a {
    color: #597CA6; /* Blue text */
}

#blogs .wp-caption-text {
    font-size: 0.85em; /* 12.8px x 0.9 = 10.88px */
}

#col1 #blogs #blogfeatured .blogsummary{
width:360px;
float:left;
margin-right:34px;
}
#col1 #blogs #blogfeatured  .blogtitle{
min-height:22px;
}
#col1 #blogs #blogfeatured  .blogteaser{
min-height:60px;
}

#col1 #blogs #blogfeatured  .blogtitle a{
color: #597CA6;
font-size:1.3em;
font-weight:bold;

}
.article_jobs_count{
	margin-bottom: 10px;
}
.article_jobs_count a{
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #4d9ffa;
	border: 2px solid #4d9ffa;
	color: #fff;
	padding: 10px;
}
.article_jobs_count a:hover{
	color: #4d9ffa;
	background-color: #fff;
}
.article_jobs_count a span{
	font-size: 22px;
}
.article_jobs_count a div{
	font-size: 14px;
}




@media (max-width: 1012px) {
	#col1 #blogs img{
		max-width: 100% !important;
		height: auto !important;
	}

	#blogs iframe {
		display: block !important;
	}

}