/* Events & Resources Styles
==============================*/
.events-and-resources > div {
	background-color:#23494b;
	background-repeat:no-repeat;
	background-size:cover;
	height:100px;
}

.events-and-resources > div a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	color:#FFF;
	text-transform:uppercase;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}

.events-and-resources > div a span {
	position:absolute;
	bottom:10px;
	right:15px;
}

/* Latest News Styles
==============================*/
.latest-news {
	text-align:left;
}

.latest-news > div .wp-post-image {
	width:116px;
	height:116px;
	border:1px solid #CCC;
	border-radius:5px;
	padding:8px;
	margin-right:10px;
	float:left;
}

.latest-news > div a.news-date {
	display:inline-block;
	background-color:#2692C3;
	font-size:0.8em;
	color:#FFF;
	padding:3px 10px;
	border-radius:5px;
}

.latest-news > div a.news-title {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0px 10px;
	color:#474747;
}

@media only screen and (max-width: 800px){

	div.header-social {
		padding:0px 10px;
	}

	div.header-social .alignleft {
		display:none;
	}

	div.header-social .fusion-social-links-header {
		float:right;
	}

}