$black: #000000;            // Standard text, primary buttons
$black-heading: rgba(0,0,0,0.9);  // Headings

$darkgrey-1: #2d2f32;       // Header and footer background, child menu text
$darkgrey-2: #333333;       // Highlight page section background
$grey-1: #4c4c4c;           // Footer feedback form background
$grey-2: #707070;           // Breadcrumb links
$grey-3: #757575;           // Search results page category links
$grey-4: #7f7f7f;           // Links in text
$grey-5: #aaaaaa;           // Links on dark background
$grey-6: #4d4d4d;           // Paragraph text on white background
$grey-7: #57585B;           // Input field Border
$grey-8: #393c3f;           // mobile menu button background on open
$grey-9: #e6e6e6;           // mobile menu button background on open
$grey-10: #ececec;           // mobile menu button background on open
$grey-11: #dfdfdf;
$lightgrey-1: #d0d0d0;      // Background of page tabs
$lightgrey-2: #f5f5f5;      // Background of title block

$ochre: #d14210;            // Calls to action, text field border, larger links, highlights
$ochre-focus: #d54614;      // Focus state for in-page links, buttons, menu items
$ochre-red: #ff4500;        // used for hover state of backto top button border

$white: #fff;               // Header and footer links
$tertiary :#d1d1d1;         // border-bottom of mobile menu item
$topMenu : #1a1a1a;         // Top Menu Color

$theme-colors: (
  "primary":        $black,
  "default":        $ochre,
  "secondary":      $ochre,
  // success: $secondary-success,
  // info: $secondary-info,
  // warning: $secondary-warning,
  // danger: $secondary-danger,
  // light: $gray-100,
  // dark: $gray-800
);

$input-error-border-color: #cc0000;
$label-error-color: #cc0000;

// Links
$link-color:                    $grey-4;
$link-decoration:               none;
$link-hover-color:              $ochre;
$link-hover-decoration:         none;

// Input Field Color
$input-color:                   $black;
$input-border-color:            $grey-7;
$input-border-width:            1px;
$input-box-shadow:              inset 0 1px 1px rgba($black, .075) !default;

$input-focus-border-color:      $ochre;
$input-focus-color:             $input-color;

$custom-select-color:           $black;
$custom-select-border-color:    $grey-7;


$filter-text-color: #212529;
$k-header-color: #6c757d;


