﻿@font-face {
  font-family: 'ChevronIcons';
  src:  url('../fonts/ChevronIcons.eot?qg7vaw');
  src:  url('../fonts/ChevronIcons.eot?qg7vaw#iefix') format('embedded-opentype'),
    url('../fonts/ChevronIcons.ttf?qg7vaw') format('truetype'),
    url('../fonts/ChevronIcons.woff?qg7vaw') format('woff'),
    url('../fonts/ChevronIcons.svg?qg7vaw#ChevronIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ChevronIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-up:before {
  content: "\e5fd";
}
.glyphicon-arrow-down:before {
  content: "\e5fe";
}
.glyphicon-arrow-left:before {
  content: "\e5ff";
}
.glyphicon-arrow-right:before {
  content: "\e600";
}
.glyphicon-chevron-down:before {
  content: "\e601";
}
.glyphicon-chevron-left:before {
  content: "\e602";
}
/*.glyphicon-chevron-right:before {
	content: "\e603";
}*/
/* font set updated on 2-29-16 */
.glyphicon-chevron-right:before {
    content: "\e617";
    font-size: 2.1em;
    position: relative;
    top: .18em;
    left: -.18em;
    line-height: 0.5em;
}
.glyphicon-chevron-up:before {
  content: "\e604";
}
.glyphicon-credit-card:before {
  content: "\e605";
}
.glyphicon-file:before {
  content: "\e606";
}
.glyphicon-globe:before {
  content: "\e607";
}
.glyphicon-menu-hamburger:before {
  content: "\e608";
}
.glyphicon-menu-left:before {
  content: "\e609";
}
.glyphicon-menu-right:before {
  content: "\e60a";
}
.glyphicon-new-window:before {
  content: "\e60b";
}
.glyphicon-oil:before {
  content: "\e60c";
}
.glyphicon-play-circle:before {
  content: "\e60d";
}
.glyphicon-remove:before {
  content: "\e60e";
}
.glyphicon-search:before {
  content: "\e60f";
}
.glyphicon-share-alt:before {
  content: "\e610";
}
.glyphicon-stats:before {
  content: "\e611";
}
.glyphicon-tag:before {
  content: "\e612";
}
.glyphicon-th-list:before {
  content: "\e613";
}
.glyphicon-th:before {
  content: "\e614";
}
.glyphicon-user:before {
  content: "\e615";
}
.glyphicon-media:before {
  content: "\e616";
}
.glyphicon-globe-grid:before {
  content: "\e700";
}

/* font set updated on 4-28-17 - Bold */
.glyphicon-chevron-bold-down:before {
  content: "\e900";
}
.glyphicon-chevron-bold-left:before {
  content: "\e901";
}
.glyphicon-chevron-bold-right:before {
  content: "\e902";
}
.glyphicon-chevron-bold-up:before {
  content: "\e903";
}

/* font set updated on 10-09-17 - Intranet Additions */
.glyphicon-caret-right:before {
  font-family: "GothamNarrowBook", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  content: "\00203A";
}
.glyphicon-caret-right-bold:before {
  content: "\e701";
}
.glyphicon-comment-filled:before {
  content: "\e702";
}
.glyphicon-comment-outline:before {
  content: "\e703";
}
.glyphicon-expand-minus:before {
  content: "\e704";
}
.glyphicon-expand-plus:before {
  content: "\e705";
}
.glyphicon-like-filled:before {
  content: "\e706";
}
.glyphicon-like-outline:before {
  content: "\e707";
}
.glyphicon-triangle-down:before {
  content: "\e709";
}
.glyphicon-triangle-up:before {
  content: "\e710";
}

/* font set updated on 11-15-17 - Added Play Triangle */
.glyphicon-play-triangle:before {
  content: "\e708";
}

/*note: this icon uses default bootsrtap font */
.glyphicon-home:before {
	content:"\e021";
    font-family: 'Glyphicons Halflings';
    font-size:.87em;
}

/*  font set updated on 3-5-2018 - Added Brand Icons */
.glyphicon-archive-mail:before {
  content: "\e904";
}
.glyphicon-calendar:before {
  content: "\e905";
}
.glyphicon-chat-now:before {
  content: "\e906";
}
.glyphicon-email:before {
  content: "\e907";
}
.glyphicon-hotline:before {
  content: "\e908";
}
.glyphicon-archive-news:before {
  content: "\e909";
}
.glyphicon-not-on-target:before {
  content: "\e90a";
}
.glyphicon-on-target:before {
  content: "\e90b";
}
.glyphicon-some-gaps:before {
  content: "\e90c";
}
.glyphicon-view-counts:before {
  content: "\e90d";
}
