.has-black-color {color: #000000;}
.has-white-color {color: #ffffff;}
.has-ucr-blue-color {color: #003da5;}
.has-ucr-gold-color {color: #ffb81c;}
.has-ucr-light-blue-color {color: #f1f4f7;}
.has-ucr-headings-color {color: #002158;}
.has-ucr-body-text-color {color: #445562;}

.has-black-background-color {background-color: #000000;}
.has-white-background-color {background-color: #ffffff;}
.has-ucr-blue-background-color {background-color: #003da5;}
.has-ucr-gold-background-color {background-color: #ffb81c;}
.has-ucr-light-blue-background-color {background-color: #f1f4f7;}
.has-ucr-headings-background-color {background-color: #002158;}
.has-ucr-body-text-background-color {background-color: #445562;}

.has-mc-blue-bright-blue-gradient-background {
    background: linear-gradient(to bottom, #00348c 0%, #003DA5 50%);
}
