/* CSS Colors */

.fg-primary-color {
	color: #0a0a0a;
}
header > .bg-primary-color {
	background-color: #007DC3;
}
.bg-primary-color { background-color: #CECECE; }
.bg-secondary-color { background-color: #f3f3f4; }

.btn-continue { color: #fff; background-color: #26b843; }
.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: #26b843; }
#progress .status.status-pending  { color: #ed2024; }

#email-page h1,#reg-page h1 {  padding:0px !important; }
@media (max-width: 800px){
#email-page h1{ font-size: 7vw}
}


/* Footer stuff */
footer a { color: #00f !important; }
footer p { color: #00o !important; }
