.footer {
	background-color: var(--color-accent);
	color: var(--color-white);
	padding: 2.55rem 0 2.4rem 0;
	font-family:var(--font-sans);
	font-size: 0.7619047619047619rem;
	line-height: 1.5;
}

.footer a {
	color:var(--color-white);
	text-decoration: none;
}

.footer a:hover {
	text-decoration: line-through;
}

.footer .measure {
	display: grid;
	grid-gap:1rem;
	grid-template-columns: auto auto auto;
}

@media (max-width: 70em) { 
	.footer .measure {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.footer-support {
	justify-self: end;
	text-align: right;
}

@media (max-width: 70em) { 
	.footer-support {
		justify-self: center;
		text-align: center;
	}
}

.footer-support img {
	height: 27px;
}

.footer-support ul {
	list-style: none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: flex-end;
}

.footer-support ul li {
	margin-left: 20px;
}

.footer-support ul li:first-child {
	margin-left: 0px;
}

.social {
	list-style:none;
	margin:0;
	padding:0;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.8rem;
}

.footer-accreditations p {
	margin:0;
}

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

.footer-accreditations li {
	display: inline-block;
	margin-right: 0.5714285714285714rem;
}