.bgDarkGreenCorporate {
    background: #233731;
}
.bgLightGreenCorporate {
    background: #00552d;
}
.bgPaleGreenCorporate {
    background: #e5ebe8;
}
.bgMidGreenCorporate {
    background: #015529;
}
.bgDarkSageCorporate {
    background: #90b39c;
}
.bgLightSageCorporate {
    background: #b1c8bc;
}
.bgMintGreenCorporate {
    background: #a3e4c2;
}
.bgSlateBlueCorporate {
    background: #4e5866;
}
.bgMidBlueCorporate {
    background: #829bbf;
}
.bgLightBlueCorporate {
    background: #b2bcca;
}
.bgWhiteCorporate {
    background: #fff;
}
.bgGoldCorporate {
    background: #e9bc75;
}
.DarkGreenCorporate {
    color: #233731;
}
.LightGreenCorporate {
    color: #00552d;
}
.PaleGreenCorporate {
    color: #e5ebe8;
}
.MidGreenCorporate {
    color: #015529;
}
.DarkSageCorporate {
    color: #90b39c;
}
.LightSageCorporate {
    color: #b1c8bc;
}
.MintGreenCorporate {
    color: #a3e4c2;
}
.SlateBlueCorporate {
    color: #4e5866;
}
.MidBlueCorporate {
    color: #829bbf;
}
.LightBlueCorporate {
    color: #b2bcca;
}
.WhiteCorporate,
.White {
    color: #fff;
}
.GoldCorporate {
    color: #e9bc75;
}
.button.bgDarkGreenCorporate {
    background: #233731 !important;
    color: #fff !important;
}
.button.bgLightGreenCorporate {
    background: #00552d !important;
    color: #fff !important;
}
.button.bgPaleGreenCorporate {
    background: #e5ebe8 !important;
    color: #233731 !important;
}
.button.bgMidGreenCorporate {
    background: #015529 !important;
}
.button.bgDarkSageCorporate {
    background: #90b39c !important;
    color: #fff !important;
}
.button.bgLightSageCorporate {
    background: #b1c8bc !important;
    color: #233731 !important;
}
.button.bgMintGreenCorporate {
    background: #a3e4c2 !important;
    color: #233731 !important;
}
.button.bgSlateBlueCorporate {
    background: #4e5866 !important;
}
.button.bgMidBlueCorporate {
    background: #829bbf !important;
}
.button.bgLightBlueCorporate {
    background: #b2bcca !important;
    color: #233731 !important;
}
.button.bgWhiteCorporate {
    background: #fff !important;
    color: #233731 !important;
}
.button.bgGoldCorporate {
    background: #e9bc75 !important;
    color: #233731 !important;
}
.button.bgtransparent__border {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
}
.obgDarkGreenCorporate {
    background: rgba(35, 55, 49, 0.8) !important;
    color: #fff !important;
}