
.blox-news-scroller-with-thumbnail * { 
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.blox-news-scroller-with-thumbnail{
	font-family: inherit;
	border:1px solid transparent;
	border-bottom:0px;
}
.blox-news-scroller-with-thumbnail .bx-wrapper {
    background: transparent;
    border: 0px;
    box-shadow: none;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box{
	overflow:hidden;
	clear:both;
	position:relative;
	border-bottom:1px solid transparent;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box a{
	color:#4a4a4a;
	text-decoration:none;
	width:100%;
	padding:21px 50px 21px 30px;
	position:relative;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box a.flex-container {
	display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-direction: normal;
   -moz-box-direction: normal;
   -webkit-box-orient: horizontal;
   -moz-box-orient: horizontal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -moz-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-align-content: flex-start;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   -webkit-box-align: center;
   -moz-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
	
	position:relative;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box a:hover{
	background:#F8F8F8;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box a:hover:after{
	position:absolute;
	left:0px;
	top:0;
	content:"";
	width:100%;
	height:100%;
	width:5px;
	background:#47CB00;
}

.blox-news-scroller-with-thumbnail .blox-scroller-box .blox-round-image{
	margin-right:20px;
	
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box .blox-round-image img{
	width:73px;
	height:73px;
	max-width:inherit;
}

.blox-news-scroller-with-thumbnail .blox-scroller-box .blox-scroller-content{
	overflow:hidden;
	position:relative;
	padding:11px 0;
	
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.blox-news-scroller-with-thumbnail .blox-scroller-box .blox-scroller-content .blox-heading{
	color: #4A4A4A; 
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.blox-news-scroller-with-thumbnail .blox-scroller-box .blox-scroller-content .blox-date{
	color: #9B9B9B;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
}


/*
   Legacy Firefox implementation treats all flex containers
   as inline-block elements.
*/

@-moz-document url-prefix() {
.flex-container {
   width: 100%;
   -moz-box-sizing: border-box;
   }

}