/* Footer */
footer h2 {
	font-weight: bold;
	margin-bottom: 20px !important;
}

footer .footer-bottom-bar {
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-quote {
	font-size: 45px;
	line-height: 1.2em;
	font-weight: bold;
}

footer .footer-bottom-logos {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 30px;
}

footer .footer-usp {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

footer .footer-usp .usp-icon {
	margin-right: 5px;
}

@media (max-width: 1200px) {
	footer .footer-quote {
		font-size: 35px;
	}
}
