.bg-prefooter {
    background-color: #666ea3;
}
.cta-primary {
	background-color: #c95363;
}
.gradient-primary {
    background-image: -webkit-linear-gradient(left, #c95363 0%, #c95363 100%);
    background-image: linear-gradient(to right, #c95363 0%, #c95363 100%);
}