.article-list .article{position:relative;margin-bottom:30px;padding:20px;border:2px solid #eba610;border-radius:5px}

.article-list .article .article-header h1,.article-list .article .article-header h2 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1.25rem 0;
}  

.article-list .article .article-header h1 a,.article-list .article .article-header h2 a {
    color: #de0e07;
    font-weight: bold;
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
    color: #EB952A;
    font-weight: bold;
    font-size: 2.0rem;
    
}

/*
 * Style Background alternative
 */
.ic-list-event {
	background: #000; /* Old IE version */
	background: rgba(181,175,138,0.3);
	border-radius: .25rem;
	margin: 1% 2px;
	padding: 5px;
	width: 100%;
}
.ic-list-event:nth-child(2n+1) {
	background: #000; /* Old IE version */
	background: rgba(181,175,138,0.8);
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}