/* CCTU brand utilities — colors come from the CCTU crest (royal blue / gold) */
.btn-CCTU{
    color: #fff;
    background-color: #1e3a8a;
    border-color: #1e3a8a;
}

.text-CCTU{
    color: #1e3a8a;
}

.bg-CCTU{
    background-color: #1e3a8a !important;
}

.bg-CCTU-gold{
    background-color: #ffcc00 !important;
}
