/* CSS Colors */

.fg-primary-color { color: #EC202F; }
header > .bg-primary-color { background-color: #EC202F; }
.bg-primary-color { background-color: #CECECE; }
.bg-secondary-color { background-color: #f3f3f4; }

.btn-continue { color: #fff; background-color: #72bf44; }
.btn-skip     { color: #fff; background-color: #d2d3d5; }

.text-white { color: #fff !important }

.reward-offers { border-bottom: 2px solid #949599; }
.reward-offer { border-top: 2px solid #949599; }
.reward-offer .ro_desc2 { color: #000; }

.silver-offers   { color: #fff; background-color: #c0c0c0; }
.gold-offers     { color: #fff; background-color: #fdd803; }
.platinum-offers { color: #fff; background-color: #e5e4e2; }
.bonus-offers    { color: #fff; background-color: #036afd; }

#progress { color: #9495a5; }
#progress .status.status-complete { color: #72bf44; }
#progress .status.status-pending  { color: #ed2024; }

/* Footer stuff */
footer a { color: #00f !important; }
footer p { color: #00o !important; }
