.article-item {
	background-color: #f5f5f5; 
	border: 1px solid #e6e6e6; 
	min-height: 100px; 
	display: block; 
	text-decoration: none !important; 
	color: #232323;
	font-weight: normal !important;
}
.article-item:hover {
	background-color: #9CD209;
    border: 1px solid #7BA607;
    color: #2E3F00;
    text-shadow: 0 1px 0 #B3EC18;
}
.article-item:hover .article-item-topimage {
	border: 1px solid #7BA607;
}

.article-item-topimage {
	border: 1px solid #6c6c6c; 
	max-width: 100%;
	float: left;
	margin-bottom: 10px;
}

.square-button { 
	background: #7fc10c; 
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	color: #000000;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none;
	text-shadow: none;
}
.square-button.blue { background: #2db4e0; }
.square-button.orange { background: #e0ab2d; }

.square-button:hover {
	background: #eaeaea;
	text-decoration: none;
	margin-top: -2px;
	margin-bottom: 2px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.8);
}




.listitem-box-event {
	background: rgba(255,255,255,1);
	display: block;
	width: 100%;
	min-height: 100px;
	border-radius: 10px;
	padding: 15px;
	margin-top: 40px;
	font-size: 0.9em;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}z

@media only screen and (max-width: 991px) {
	.hero {
		font-size: 1.2em;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.hero {
		font-size: 1em;
	}
}