/*Generica*/
main.generica .bg-citi-b2{
    background: linear-gradient(#1A2E52, #1A2E52) !important;
}
main.generica .citi-stepper-step.current .citi-stepper-circle {
    background-color: #1A2E52 !important;
}
main.generica .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #1A2E52 !important;
}
main.generica .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #1A2E52, #1A2E52) !important;
}
/*Simplicity*/
main.simplicity .bg-citi-b2{
    background: linear-gradient(#004080, #000D1A) !important;
}
main.simplicity .citi-stepper-step.current .citi-stepper-circle {
    background-color: #004080 !important;
}
main.simplicity .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #004080 !important;
}
main.simplicity .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #000D1A, #004080) !important;
}
/*Clasica*/
main.clasica .bg-citi-b2{
    background: linear-gradient(#CC2929, #730003) !important;
}
main.clasica .citi-stepper-step.current .citi-stepper-circle {
    background-color: #CC2929 !important;
}
main.clasica .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #CC2929 !important;
}
main.clasica .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #CC2929, #730003) !important;
}
/*Oro*/
main.oro .bg-citi-b2{
    background: linear-gradient(#CCBE7A, #665229) !important;
}
main.oro .citi-stepper-step.current .citi-stepper-circle {
    background-color: #9F8E56 !important;
}
main.oro .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #9F8E56 !important;
}
main.oro .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #665229, #CCBE7A) !important;
}
/*Platinum*/
main.platinum .bg-citi-b2{
    background: linear-gradient(#3F3F3F, #828282) !important;
}
main.platinum .citi-stepper-step.current .citi-stepper-circle {
    background-color: #3F3F3F !important;
}
main.platinum .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #3F3F3F !important;
}
main.platinum .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #828282, #3F3F3F) !important;
}
/*Rewards*/
main.rewards .bg-citi-b2{
    background: linear-gradient(#026381, #001C2E) !important;
}
main.rewards .citi-stepper-step.current .citi-stepper-circle {
    background-color: #026381 !important;
}
main.rewards .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #026381 !important;
}
main.rewards .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #001C2E, #026381) !important;
}
/*Premier*/
main.premier .bg-citi-b2{
    background: linear-gradient(#808080, #151515) !important;
}
main.premier .citi-stepper-step.current .citi-stepper-circle {
    background-color: #808080 !important;
}
main.premier .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #808080 !important;
}
main.premier .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #151515, #808080) !important;
}
/*Costco*/
main.costco .bg-citi-b2{
    background: linear-gradient(#006599, #002233) !important;
}
main.costco .citi-stepper-step.current .citi-stepper-circle {
    background-color: #006599 !important;
}
main.costco .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #006599 !important;
}
main.costco .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #002233, #006599) !important;
}
/*The Home Depot*/

main.homedepot .bg-citi-b2{
    background: linear-gradient(#E5A016, #4A1C06) !important;
}
main.homedepot .citi-stepper-step.current .citi-stepper-circle {
    background-color: #E5A016 !important;
}
main.homedepot .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #E5A016 !important;
}
main.homedepot .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #4A1C06, #E5A016) !important;
}
/*Affinity*/
main.affinity .bg-citi-b2{
    background: linear-gradient(#165D8C, #092538) !important;
}
main.affinity .citi-stepper-step.current .citi-stepper-circle {
    background-color: #165D8C !important;
}
main.affinity .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #165D8C !important;
}
main.affinity .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #092538, #165D8C) !important;
}
/*Teleton*/
main.teleton .bg-citi-b2{
    background: linear-gradient(#803380, #330A33) !important;
}
main.teleton .citi-stepper-step.current .citi-stepper-circle {
    background-color: #803380 !important;
}
main.teleton .citi-stepper-step.finished .citi-stepper-circle {
    background-color: #803380 !important;
}
main.teleton .citi-stepper-fill, .citi-stepper-fill {
    background: linear-gradient(to right, #330A33, #803380) !important;
}