

:root {
	--cc_bg_mid: #170833;
	--cc_bg_dk: #482E87;
	--cc_fg_dk: #FFFFFF;
	--cc_fg_dk_act: #FFFFFF;
}



.balance-circle {
	border-color: #482E87 !important;
}
.balance-circle .circle-foot {
	background-color: #482E87 !important;
}
.cashback-circle {
	border-color: #170833;
}
.cashback-circle .circle-foot {
	background-color: #170833 !important;
}
.statement-circle {
	border-color: #482E87 !important;
}
.statement-circle .circle-foot {
	background-color: #482E87 !important;
}
.inner-circle {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-dark { /* header and footer background */
	background-color: #482E87 !important
}
.background-dark a:hover { /* header and footer background */
	color: #482E87 !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: #170833 !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: #482E87; color: #FFFFFF; background-color: #482E87;
}
.btn-default:hover {
	border-color: #482E87; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
.btn-default:disabled {
	border-color: #482E87; color: #FFFFFF; background-color: #482E87; opacity: 0.5;
}
.carouselCaption {
	border-color: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; background-color: #482E87 !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);
	}

