/*
The bottoms of some of the pages are the same shade as the footer, causing them to blend in with each other. 
If that's the case, include this CSS file in that html file so the footer is white and doesn't blend in
Use this to include it: <link href="../assets/css/white_footer.css" rel="stylesheet">
*/

div#footer-placeholder footer#footer .footer-newsletter{
    background-color: white;
}