footer {
	border-top: 1px solid #eee;
	left: 0; 
	bottom: 80px; 
	width: 100%; 
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background: #f5f5f5;
}
.footer-column {
	width: 15%; 
	display: inline-block;
	text-align: left;
	padding: 30px;
}

.footer-main-link {
	margin: 24px 0 24px 0;
}

.footer-main-link a{
	color: #666666;
	font-size: 14pt;
	text-decoration: none;
	margin-bottom: 15px;
	font-weight: bold;
}
.footer-main-link a:hover{
	color: #c62e3e;
	text-decoration: underline;
}
.footer-secondary-link {
	margin-bottom: 3px;
	font-size: 10pt;
	color: #454a4c;
	text-decoration: none;
}
.footer-secondary-link a{
	color: #454a4c;
	text-decoration: none;
}
.footer-secondary-link a:hover{
	color: #c63e3e;
	text-decoration: none;
}
.top-margin {
	margin-top: 7px;
}
.bottom-margin {
	margin-bottom: 24px;
}
.credits {
	font-size: 9pt;
	text-align: center;
	margin: 0 auto;
	float: left;
	position: fixed; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
}
.credits a {
	color: #C62E3E;
	text-decoration: none;
}

