footer {
	position: absolute;
	bottom: 0;
	background-color: #0062cf;
	width: 100%;
	text-align: center;
	color: white;
}

footer a {
	color: white;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer > ul > li {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	padding: 16px 0;
}

footer > ul > li > ul {
	display: inline-block;
}

footer > ul > li > ul > li {
	background-color: #0062cf;
	padding: 2px 0;
}

@media screen and (max-width: 768px) {
	footer > ul > li {
		width: 100%;
		background-color: #0062cf;
	}
}