.uc {
    text-transform: uppercase
}

.bgGreen {
    background: #024F2F !important;
}

.bgGreen2 {
    background: #62BB46 !important;
}

.btn-success {
    background: #A9D15B !important;
    color: #024F2F !important;
    border-color: #024F2F !important;
}

.btn-secondary {
    background: #024F2F !important;
    color: #A9D15B !important;
    border-color: #024F2F !important;
}

.btn-secondary:hover {
    color: #d4fd85 !important;
}
