#footer {
	background: #0088cc;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 0;
	position: relative;
	clear: both;
}



#footer a:not(.btn):not(.no-footer-css) {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):not(.no-footer-css):hover {
	text-decoration: underline;
	color: #FFF;
}

html .btn-outline.btn-quaternary {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}

section.section {
	background: #f7f7f7;
	border-top: 5px solid #f1f1f1;
	margin: 0px 0;
	padding: 50px 0;
}