#next-event-widget .title {
	background-color: #28b6dd;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px;
}
	#next-event-widget .title:before {
		content: '';
		display: 'inline-block';
		float: left;
		width: 18px;
		height: 18px;
		background: url('../../../images/frontend/assets.png') -601px -200px;
		margin-right: 15px;
	}
	#next-event-widget .title:after {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -7px;
		height: 7px;
		background: url('../../../images/frontend/blue-tile.png');
	}
#next-event-widget .datetime {
	border-bottom: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	padding: 17px 20px 10px;
	font-size: 16px;
	color: #0068ad;
	text-transform: uppercase;
}
	#next-event-widget .day {
		font-size: 48px;
		color: #28b6dd;
		font-size: 600;
		margin-right: 10px;
		float: left;
		line-height: 40px;
	}
	#next-event-widget .datetime .link {
		float: right;
		margin-top: 5px;
		width: 17px;
		height: 31px;
		background: url('../../../images/frontend/assets.png') -800px -400px;
	}
#next-event-widget .event-content {
	border-left: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	padding: 20px;
	height: 200px;
	overflow: hidden;
}
	#next-event-widget .event-title {
		text-transform: uppercase;
		color: #0068ad;
		max-height: 84px;
		overflow: hidden;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#next-event-widget .body {
		font-size: 13px;
		max-height: 80px;
		overflow: hidden;
		line-height: 20px;
		color: #6b6b6b;
	}
	#next-event-widget .event-content .link {
		font-style: italic;
		font-size: 13px;
		font-weight: 600;
		color: #0068ad;
		margin-top: 5px;
	}
#next-event-widget .footer {
	position: relative;
	background-color: #d1f0f8;
	border-bottom: solid 8px #28b6dd;
	color: #0068ad;
	font-style: italic;
	font-size: 13px;
}
	#next-event-widget .footer:before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 7px;
		background: url('../../../images/frontend/white-tile.png');
	}
	#next-event-widget .footer .link {
		vertical-align: bottom;
		line-height: 55px;
		height: 42px;
		margin-left: 10px;
	}
		#next-event-widget .footer .link:before {
			content: '';
			display: inline-block;
			vertical-align: bottom;
			float: left;
			background: url('../../../images/frontend/assets.png') 0 -194px;
			width: 36px;
			height: 41px;
			margin: -3px 10px 0 10px;
		}
