

:root {
	--cc_bg_mid: #D5001C;
	--cc_bg_dk: #2A295C;
	--cc_fg_dk: #FFFFFF;
	--cc_fg_dk_act: #FFFFFF;
}



.balance-circle {
	border-color: #168004 !important;
}
.balance-circle .circle-foot {
	background-color: #168004 !important;
}
.cashback-circle {
	border-color: #00C0EF;
}
.cashback-circle .circle-foot {
	background-color: #00C0EF !important;
}
.statement-circle {
	border-color: #4E4D4F !important;
}
.statement-circle .circle-foot {
	background-color: #4E4D4F !important;
}
.inner-circle {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-dark { /* header and footer background */
	background-color: #2A295C !important
}
.background-dark a:hover { /* header and footer background */
	color: #2A295C !important;
    text-decoration: none !important;
}
.foreground-dark { /* header and footer text */
	color: #FFFFFF !important;
}
.foreground-dark:active { /* header and footer text */
	color: #FFFFFF !important;
}
.foreground-dark:visited { /* header and footer text */
	color: #FFFFFF !important;
}
.background-mid { /* sub nav background */
	background-color: #D5001C !important;
}
.foreground-mid { /* sub nav text */
	color: #FFFFFF !important;
}
.foreground-mid:active { /* sub nav text */
	color: #FFFFFF !important;
}
.foreground-mid:visited { /* sub nav text */
	color: #FFFFFF !important;
}
.background-light { /* background image - not used */
	background-color: rgb(255, 255, 255) !important;
}
.foreground-light { /* not used */
	color: rgb(34, 34, 34) !important;
}
.foreground-light:active { /* not used */
	color: rgb(34, 34, 34) !important;
}
.foreground-light:visited { /* not used */
	color: rgb(34, 34, 34) !important;
}
.btn-default {
	border-color: #2A295C; color: #FFFFFF; background-color: #2A295C;
}
.btn-default:hover {
	border-color: #2A295C; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
.btn-default:disabled {
	border-color: #2A295C; color: #FFFFFF; background-color: #2A295C; opacity: 0.5;
}
.carouselCaption {
	border-color: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; background-color: #2A295C !important;
}

.btn-blue {
	border-color: rgb(34, 28, 70);
	color: white;
	background-color: rgb(34, 28, 70);
}
	.btn-blue:hover {
		border-color: rgb(34, 28, 70);
		color: rgb(0, 0, 0);
		background-color: rgb(255, 255, 255);
	}

