// ================================
// Primary colors
// ================================
$vl-primary-blue: #23789c;
$vl-primary-blue-hover: #001328;
$vl-secondary-blue: #15465b;
$vl-secondary-blue-hover: #004569;
$vl-selected-blue: #dff0f4;
$vl-science-blue: #15465b;

// ================================
// White colors
// ================================
$vl-white: #fff;
$vl-white-blue-hover: #F6FBFC;
$vl-porcelain: #F6FBFC;

// ================================
// Black colors
// ================================
$vl-mine-shaft: #000;
$vl-black: #000;
$vl-shade-dark: #666666;
$vl-shade-medium: #999999;
$vl-shade-border:#CCCCCC;
$vl-shade-light:#F2F2F2;
$vl-ghost: #F2F2F2;
$vl-dove-gray: #666;
$vl-athens-gray: #e8ebee;
$vl-athens-gray-light: #f1f2f4;
$vl-fuscous-gray: #434342;
$vl-friar-gray: #80807d;
$vl-cararra: $vl-shade-light;
$vl-gray-chateau: #9fa4aa;
$vl-porcelain: #f3f5f6;
$vl-geyser: $vl-shade-border;
$vl-silver-chalice: #b2b2b2;
$vl-gray: #8c8c8c;
$vl-ship-gray: #3b3b3c;
$vl-loblolly: #c6cdd3;
$vl-storm-dust: #5f6364;
$vl-regent-gray: #8695a8;
$vl-curious-blue: $vl-selected-blue;

// ================================
// Validation colors
// ================================
$vl-error-red: #CC0000;
$vl-validation-green:#02B386;
$vl-validation-green-hover: #008053;

// ================================
// BSO colors
// ================================
$vl-bso-shade-dark: #A1B5BD;
$vl-bso-shade-medium: #D0DADE;
$vl-bso-shade-light: #E8EDEF;
$vl-bso-convenant-dark: #9A42BE;
$vl-bso-convenant-light: #E6C0F2;
$vl-bso-yellow: #FFCC00;
$vl-bso-orange: #FF6600;

// ================================
// Yellow shades
// ================================
$vl-amber: $vl-bso-yellow;
$vl-yellow: $vl-bso-yellow;
$vl-off-yellow: #fef9e5;
$vl-school-bus-yellow: $vl-bso-yellow;

// ================================
// Sharing colors
// ================================
$vl-facebook-color: #36609f;
$vl-twitter-color: #2caae1;
$vl-linkedin-color: #0a6c9b;
$vl-googleplus-color: #dc5442;

// ================================
// State colors
// ================================
$vl-limeade: #8bae00;
$vl-pistachio: #a3cc00;
$vl-rum-swizzle: #f7fae5;
$vl-map-background: #e5e3df;
$vl-green: #a3cc00;
$vl-background-green: #f6fae5;
$vl-background-red: #fbeaea;
$vl-background-yellow: #fef9e5;
$vl-pink: #d53e5e;
