.fullWidthDownloadFooter {
	background-color: #43698d;
	text-align: center;

	padding-top: 60px;
	padding-bottom: 60px;
}
.fullWidthDownloadFooter .title {
	display: block;

	text-align: center;

	font-family: "SFProDisplay", sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #fff;
}
.fullWidthDownloadFooter .buttonContainer {
	text-align: center;
	margin-top: 40px;
}
.fullWidthDownloadFooter .buttonContainer a {
	text-decoration: none;
}
.fullWidthDownloadFooter .buttonContainer .button {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.fullWidthDownloadFooter .buttonContainer .disabled {
	opacity: 0.4;
}
.fullWidthDownloadFooter .buttonContainer .button img {
	height: 45px;
}