.footer {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}

@media(max-width: 600px) {
	.footer {
		font-size: 13px;
		line-height: 18px;
	}
}


.footer-inner {
	margin: 0 auto;
	max-width: 1170px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 40px;
}

.footer a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	transition: 0.2s border-bottom ease-in-out;
}

.footer a:hover {
	border-bottom-color: #000;
}

.footerLogos {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
	align-items: center;
}

.footerLogos-item img {
	display: block;
	max-width: 100%;
	height: auto;
}

ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.footer-menu li {
	display: inline-block;
	margin: 0 8px;
}

.footer-attribution {
	margin: 0;
}

/*	Margins */
p.footer-contact {
	margin-top: 20px;
}

ul.footer-menu {
	margin-top: 10px;
}

p.footer-attribution {
	margin-top: 18px;
}