

:root {
	--cc_bg_mid: ##TOPSUBMENUBG##;
	--cc_bg_dk: ##TOPMENUBG##;
	--cc_fg_dk: ##TOPMENUFG##;
	--cc_fg_dk_act: ##TOPMENUFG##;
}



.balance-circle {
	border-color: ##CIRCLE1BG## !important;
}
.balance-circle .circle-foot {
	background-color: ##CIRCLE1BG## !important;
}
.cashback-circle {
	border-color: ##CIRCLE2BG##;
}
.cashback-circle .circle-foot {
	background-color: ##CIRCLE2BG## !important;
}
.statement-circle {
	border-color: ##CIRCLE3BG## !important;
}
.statement-circle .circle-foot {
	background-color: ##CIRCLE3BG## !important;
}
.inner-circle {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-dark { /* header and footer background */
	background-color: ##TOPMENUBG## !important
}
.background-dark a:hover { /* header and footer background */
	color: ##TOPMENUBG## !important;
    text-decoration: none !important;
}
.foreground-dark { /* header and footer text */
	color: ##TOPMENUFG## !important;
}
.foreground-dark:active { /* header and footer text */
	color: ##TOPMENUFG## !important;
}
.foreground-dark:visited { /* header and footer text */
	color: ##TOPMENUFG## !important;
}
.background-mid { /* sub nav background */
	background-color: ##TOPSUBMENUBG## !important;
}
.foreground-mid { /* sub nav text */
	color: ##TOPSUBMENUFG## !important;
}
.foreground-mid:active { /* sub nav text */
	color: ##TOPSUBMENUFG## !important;
}
.foreground-mid:visited { /* sub nav text */
	color: ##TOPSUBMENUFG## !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: ##TOPMENUBG##; color: ##TOPMENUFG##; background-color: ##TOPMENUBG##;
}
.btn-default:hover {
	border-color: ##TOPMENUBG##; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
.btn-default:disabled {
	border-color: ##TOPMENUBG##; color: ##TOPMENUFG##; background-color: ##TOPMENUBG##; opacity: 0.5;
}
.carouselCaption {
	border-color: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; background-color: ##TOPMENUBG## !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);
	}

