/*
This file is a collection of generic colors used in our styles
*/
.ont-color-default {
  color: #444444!important; }

.ont-color-orange, .ont-color-orange:hover {
  color: #f05a28!important; }

.ont-color-gray {
  color: #888!important; }

.ont-color-white, .ont-color-white:hover {
  color: white!important; }

.ont-color-white > *:hover{color: white!important;}

.ont-color-menu {
  color: #999999!important; }

.ont-color-link {
  color: #0074a2!important; }

.ont-color-menu:hover {
  color: #2ea2cc!important; }

.ont-color-link:hover {
  color: #0074a2!important; }

.ont-background-default {
  background: #444444!important; }

.ont-background-orange, .ont-background-orange:hover {
  background: #f05a28!important; }

.ont-background-orange > *:hover{background: #f05a28!important;}

.ont-background-gray {
  background: #888!important; }

.ont-background-white {
  background: white!important; }

.ont-background-menu {
  background: #999999!important; }

.ont-background-link {
  background: #0074a2!important; }

.ont-background-menu:hover {
  background: #2ea2cc!important; }

.ont-background-link:hover {
  background: #0074a2!important; }