.newsItem{

	position:relative;
	padding:2rem 0rem;
	display:block;

}

.news_date{




font-size:0.85rem;



			font-family: 'Nunito', sans-serif;
    
    font-weight:800;
    text-transform:none;

} 

.news_content{text-align: justify;position: relative;}



.read_more{text-align: center} 

.read_more i{display: block;color:#d32e2e;}


.newsItemContainer{


	position:relative;
	margin:0rem  !important;
	padding:0.5rem 0rem;
	/*border-left:5px solid #264590;*/
	/*border-right:5px solid #312f32;*/
	color:#312f32;


background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;


 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

box-shadow: none;

border-top: none;
border-left:none;
border-right: none;
border-bottom: 1px dotted #264590;




}


.newsItemContainer.hidden-section {
	opacity: 0;
	 	-ms-transform: translate(0px,100px); /* IE 9 */
   	-webkit-transform: translate(0px,100px); /* Safari */
    transform: translate(0px,100px);
}

.newsItemContainer.visible-section {
	opacity: 1;
}

.news_item h3, .news_item h3 a{


	font-size:1rem;
	text-transform:uppercase;
	color:#312f32;
	font-weight:normal;
	/*text-shadow: 1px 1px 0px #fff;*/
	margin-top:0 !important;
	line-height: 1rem !important;



}

.news_item h2 a:hover{ text-decoration: underline; }


.news_item h4, .news_item h4 a{
font-size:1.1rem;
	color:#312f32;
	font-weight:normal;
	/*text-shadow: 1px 1px 0px #fff;*/
	margin-top:0rem

}




.news_item  img{/*box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);*/}

.news_item  img:hover{/*box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.5);*/}



.imgFull{min-width:100%;}
.imgHalf{max-width:50%;}
.imgThird{max-width:40%;}
.imgLeft{float:left;margin:0rem 0.5rem 0.5rem 0rem; margin-right: 0.9375rem !important;}





.gallery, .newsAudioContainer, .news_VideoContainer, .galleryFiles {margin-bottom:2rem;margin-top:2rem;}

.galleryFiles{
 list-style: outside none none;
 margin:1rem 0;
 font-weight: 700;
	
}

.galleryFileItem {font-weight: normal}


.galleryFileItem i{color: #d32e2e;padding-right:0.5rem;}


.galleryFile{}


.news_VideoContainer{margin-top:1rem;}