#companyfooter {
	text-align:center;
	color:#8c888c;
	font-size:13px;
	max-width:900px;
	width:100%;
	margin:0 auto
}

#companyfooter *{
	box-sizing:border-box;
}

#companyfooter a {
	color:#8c888c;
	text-decoration:none!important;
	cursor: pointer;
}
#companyfooter h2 a {
	color:#5C5C5C;
	text-decoration:none!important;
	display:inline-block;
	font-size: 20px;
	font-weight: bold;
}
.date_display {
	display:block;
	width:32px;	
	height:32px;
	background-color:#786d5f;
	text-align:center;
	float:left;
	line-height:1em;
	margin-right:10px;
	padding:2px 0;
	color:#fff;
	margin-bottom:12px;
	margin-left:40px;
}
#companyfooter .date_display a {
	color:#fff;
	vertical-align:middle;
}
.footerrow {
	width:33%;
	float:left
}
.footerrow ul{
	padding-left:0;
	list-style:none;
	text-align:center
}
#social-icons{
	margin:15px 0
}
.darker_link, #companyfooter a.darker_link{
	color:#5C5C5C;
	font-weight:700
}
.footer_event{
	overflow:hidden;
	width:100%;
	clear:both;
	margin-bottom:8px;
	text-align:left;
	padding-left: 40px;
}
/* Smartphones ----------- */	
@media only screen and (max-device-width: 624px) {
	.footerrow{
		width:100%;
		float:none;
		margin-bottom:10px
	}
	.footerrow ul{
		text-align:center
	}
	.footer_event{
		max-width:100%;	
		margin:0 auto 8px;
		padding-left: 90px;
	}
	.date_display {
		margin-left:0px;
	}
}