footer.footer {
	width: 100%;
	background-color: #fff;
	color: #000;
	font-family: 'Source Sans Pro';
}

.footer-wrapper {
	max-width: 1130px;
	padding: 30px;
	margin: 0 auto;
}

.footerHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: auto 0;
	margin-bottom: 14px;
}

.footerLogoscontainer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footerLogos {
	width: 150px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.footer-title {
	font-size: 26px;
	line-height: 26px;
	color: #fff;
}

footer p.footerLegal {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-family: 'Source Sans Pro';
}

footer p.footerLegal b {
	font-family: 'Source Sans Pro';
}

@media all and (max-width: 767px) {
	footer p.footerLegal {
		padding: 20px 0 0;
		font-size: 8px;
	}
}

@media (max-width: 460px) {
	.footerLogo {
		width: 100px;
	}
	.footerLogos a img {
		width: 19px;
	}
	footer.footer {
		margin-top: 20px;
	}
	.footer-wrapper {
		padding: 15px;
	}
	.footerLogos {
		max-width: 80px;
	}
}