/**********************************************/
/* HOMEPAGE NEWS TEASER 
/**********************************************/

/* ****************************************
* Latest PROCURAPLUS news teaser
**************************************** */
#latest_news{}

#latest_news_heading{text-align:left; margin-bottom:20px;}
#latest_news_heading span{color:rgb(246,157,37);}

#latest_news .latest_news_item{float:left; width:48.1012%; border-radius:2px; border:1px solid rgb(237,237,237); background-color:rgb(237,237,237);margin-bottom:30px;}
#latest_news .latest_news_item:nth-child(2n){margin-right:3.798%;}

#latest_news .latest_news_item .latest_news_banner{width:100%; height:200px; background-size:cover; background-color:rgb(68,68,68);}

#latest_news .latest_news_item .latest_news_title{min-height:40px; margin:10px 10px 0 10px; color:rgb(68,68,68); text-transform:uppercase;}

#latest_news .latest_news_item .latest_news_article{position:relative; height:63px; margin:10px 10px 0 10px; overflow:hidden; color:black;}

#latest_news .latest_news_item .latest_news_link_box{padding:10px;}
#latest_news .latest_news_item .latest_news_link_box .latest_news_link{}


/* < 768  */
@media only screen and (max-width: 767px){

	#latest_news .latest_news_item{float:none; width:100%; margin:0 0 10px 0;}

}
