I have absolutely no idea why the background color isn't changing and I've spent far too much time on it already:
<input type="button" class="front-consultation-btn" value="Get A Free Consultation">
<script>
$('.front-consultation-btn').animate({ backgroundColor: '#FF0000', width: 400 }, 500);
</script>
Why does this ONLY change the width property?