.news_events_briefing {
	width: 100%;
	max-height: 133px;
	font-family: Calibri , Geneva, sans-serif;
	font-size: 16px;
	color: #555555;
	padding: 6px 0 4px;
	line-height: 130%;
	display:inline-block;
	z-index: -300;
	float: left;
	text-align: left;
}
.individual_content {
	width: 100%;
	height: auto;
	margin: 15px 0 0;
	padding: 0 0 0;
	display: inline-block;
	float: left;
	font-family: Calibri , Geneva, sans-serif;
	font-size: 16px;
	color: #555555;
	text-align: center;
	border-bottom-color: #bdbdbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	z-index: -300;
}
.title_of_post {
	width: 75%;
	font-family: Calibri , Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 3px;
	margin: 0 auto 0;
	display:inline-block;
	float: left;
	color: #222222;
	text-align: left;
	z-index: -200;
}
.date_of_post {
	width: 20%;
	font-family: Calibri , Geneva, sans-serif;
	font-size: 16px;
	padding: 0 0 3px;
	margin: 0 auto 0;
	display:inline-block;
	text-align: right;
	float: right;
	color: #333333;
	font-weight: bold;
	z-index: -200;
}
.event_content {
	width: 100%;
	font-family: Calibri , Geneva, sans-serif;
	font-size: 16px;
	color: #555555;
	padding: 10px 0 7px;
	margin: 0 auto 0;
	line-height: 130%;
	display:inline-block;
	float:left;
	text-align: left;
	z-index: -200;
}
.posted_by {
	width: 100%;
	height: auto;
	font-family: Calibri, Geneva, sans-serif;
	font-size: 15px;
	font-style:italic;
	color: #555555;
	margin: 14px 0 10px;
	padding: 0 auto 0;
	display: block;
	float: left;
	text-align: right;
	z-index: -200;
}
.text_wrap_001 {
	width: 22%;
	height: auto;
	float: left;
	margin: 0 4% 0 0;
	padding: 0;
	border-color: #CDCDCD;
	border-width: 1px;
	border-style: double;
	box-shadow: 4px 4px 4px #313131;
}
.text_wrap_002 {
	width: 28%;
	height: auto;
	float: left;
	margin: 20px 4% 0 0;
	padding: 0;
	border-color: #CDCDCD;
	border-width: 1px;
	border-style: double;
	box-shadow: 4px 4px 4px #313131;
}
.text_wrap_003 {
	width: 42%;
	height: auto;
	float: left;
	margin: 0 5% 0 0;
	padding: 0;
	border-color: #CDCDCD;
	border-width: 1px;
	border-style: double;
	box-shadow: 4px 4px 4px #313131;
}
.text_wrap_004 {
	width: 21%;
	height: auto;
	float: left;
	margin: 0 5% 0 0;
	padding: 0;
}
.text_wrap_005 {
	width: 36%;
	height: auto;
	float: left;
	margin: 0 5% 8px 0;
	padding: 0;
}
.text_wrap_006 {
	width: 38%;
	height: auto;
	float: left;
	margin: 10px 3% 0 0;
	padding: 0;
	border-color: #CDCDCD;
	border-width: 1px;
	border-style: solid;
}
















.every_year {
	width: 26%;
	height: auto;
	margin: 12px 3.5% 12px 3.5%;
	word-wrap: normal;
	float: left;
	padding: 0;
	display: inline-block;
	position: relative;
}
.year_image {
	width: 100%;
	height: 148px;
	display: inline-block;
	z-index: -200;
	float: left;
	box-shadow: 5px 5px 3px #666666;
}
.fade_caption {
	width: 88%;
	height: 129px;
	padding: 20px 0 0 12%;
	background-color: rgba(20, 21, 22, 0.9);
	opacity: 0.9;
	text-align: left;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms ;
	-o-transition: all 100ms ;
	-ms-transition: all 100ms ;
	transition: all 100ms ;
	visibility: hidden;
}
.year_image:hover .fade_caption{
	opacity: 0.9;
	visibility: visible;
}
.fade_caption li {
	font-size: 15px;
	font-family: Calibri, Geneva, sans-serif;
	font-weight: bold;	
}
div.year {
	width: 100%;
	margin: 0 0 0;
	letter-spacing: 1.5px;
	font-size: 42px;
	font-family: Corbel, Helvetica, sans-serif;
	font-weight: bold;	
	float: left;
}