.bg-primary {
    background-color: #cc3300 !important;
    color: #F0F0F0 !important;
}

.text-primary {
    color: #cc3300 !important;
}

.bg-secondary {
    background-color: #cc6600 !important;
    color: #F0F0F0 !important;
}

.text-secondary {
    color: #cc6600 !important;
}

.bg-success {
    background-color: #dff0d8 !important;
    border-color: #3c763d !important;
    color: #3c763d !important;
}

.text-success {
    color: #3c763d !important;
}

.bg-danger {
    background-color: #f2dede !important;
    border-color: #A94442 !important;
    color: #A94442 !important;
}

.text-danger {
    color: #A94442 !important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
    border-color: #e58e26 !important;
    color: #e58e26 !important;
}

.text-warning {
    color: #e58e26 !important;
}

.bg-info {
    background-color: #d9edf7 !important;
    border-color: #134A83 !important;
    color: #134A83 !important;
}

.text-info {
    color: #2980b9 !important;
}

.text-dark {
    color: #333333 !important;
}

.bg-muted {
    background-color: #EEEEEE !important;
    border-color: #AAAAAA !important;
    color: #AAAAAA !important;
}

.text-muted {
    color: #AAAAAA !important;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.text-light {
    color: #F0F0F0 !important;
}

.bg-offwhite {
    background-color: #f5f7f9 !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: #28a745 !important;
}

.text-subtle {
    color: #5E6C84 !important;
}

.text-gold {
    color: #e1b12c !important
}

.btn-primary {
    background-color: #cc3300 !important;
    color: #fff !important;
    border: 1px solid #cc3300 !important; 
}

.btn-primary-outline {
    background-color: #f6f7f9 !important;
    color: #cc3300 !important;
    border: 1px solid #cc3300 !important;
    font-weight: 600;
}

.btn-default {
    background-color: #FFFFFF;
    color: #cc3300 !important;
    border: 1px solid #cc3300 !important;
}

.btn-success {
    background-color: #27ae60 !important;
    color: #ffffff !important;
    border: 1px solid #27ae60 !important;
}

.btn-success-outline {
    background-color: #eef9f1 !important;
    color: #27ae60 !important;
    border: 1px solid #27ae60 !important;
}

.btn-success-outline:hover {
    background-color: #dff3e6 !important;
    color: #1f8f4d !important;
    border-color: #1f8f4d !important;
}

.btn-success-outline:focus,
.btn-success-outline:active {
    background-color: #d4efdc !important;
    color: #1b7d43 !important;
    border-color: #1b7d43 !important;
}