.gray-color{
 color: #fafafa !important;
}

.gray-color-border{
 border-color: #fafafa !important;
}

.gray-color-bg{
 background-color: #fafafa !important;
}

.gray-lighter{
 color: #eeeeee !important;
}

.gray-lighter-border{
 border-color: #eeeeee !important;
}

.gray-lighter-bg{
 background-color: #eeeeee !important;
}

.brand-color-secondary{
 color: #0077b5 !important;
}

.brand-color-secondary-border{
 border-color: #0077b5 !important;
}

.brand-color-secondary-bg{
 background-color: #0077b5 !important;
}

.dark-color-light{
 color: #97999b !important;
}

.dark-color-light-border{
 border-color: #97999b !important;
}

.dark-color-light-bg{
 background-color: #97999b !important;
}

.dark-color-lighter{
 color: #e0e0e0 !important;
}

.dark-color-lighter-border{
 border-color: #e0e0e0 !important;
}

.dark-color-lighter-bg{
 background-color: #e0e0e0 !important;
}

.dark-color{
 color: #333 !important;
}

.dark-color-border{
 border-color: #333 !important;
}

.dark-color-bg{
 background-color: #333 !important;
}

.gray-light{
 color: #f5f5f5 !important;
}

.gray-light-border{
 border-color: #f5f5f5 !important;
}

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

.brand-color-primary{
 color: @black !important;
}

.brand-color-primary-border{
 border-color: @black !important;
}

.brand-color-primary-bg{
 background-color: @black !important;
}

