/* Created by Content Blocks */
#news {padding: 40px 0;}
#news .newscontent { background-color: #e97d00; padding: 30px; }
#news .newstext, #news .newsdetails  { color: #ffffff; clear:both; padding: 20px 0px; font-weight: 300; font-size: .85rem}
#news .newstext a, #news .newsdetails a { color: #000000; font-weight: 300; font-size: .85rem; text-decoration: none}
#news .newstext a:hover, #news .newsdetails a:hover {
	color: #000000;
}
#news .newstitle {display: none}
#news img.newsimage { width: 100%; }
#news img.textimage { display:inline; margin: 0 5px; display:none; }
#news .newsdate { font-size: 250%; color: #000000; }
#news .newslocation { text-transform: uppercase; color: #000000; }
#news .newslink a { text-decoration: none; color: #000000; }
#news .carousel-control-prev {margin-left: -70px;}
#news .carousel-control-next {margin-right: -70px;}

@media screen and (min-width: 992px) {
    #news .newscontent {
    	position: relative;
        width: 46%;
        margin-top: -6%;
    }
    #news .newslocation { padding: 27px 5px 0 0; }
    #news .newsdate { float:right; }
    #news .newslocation { float:right; }
}