@font-face {
  font-family: 'agency-icons';
  src: url('../font/agency-icons.woff') format('woff'),
       url('../font/agency-icons.ttf') format('truetype'),
       url('../font/agency-icons.svg#agency-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "agency-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cancel-x:before { content: '\e800'; }
.icon-do-not-enter:before { content: '\e801'; }
.icon-greyhound-run:before { content: '\e802'; }
.icon-check:before { content: '\e803'; }
.icon-plus:before { content: '\e804'; }
.icon-minus:before { content: '\e805'; }
.icon-arrow-right:before { content: '\e806'; }
.icon-arrow-left:before { content: '\e807'; }
.icon-arrow-up:before { content: '\e808'; }
.icon-arrow-down:before { content: '\e809'; }
.icon-chevron-right:before { content: '\e80a'; }
.icon-chevron-left:before { content: '\e80b'; }
.icon-star:before { content: '\e80c'; }
.icon-heart:before { content: '\e80d'; }
.icon-circle:before { content: '\e80e'; }
.icon-circle-outline:before { content: '\e80f'; }
.icon-square-outline:before { content: '\e810'; }
.icon-warning:before { content: '\e811'; }
.icon-info:before { content: '\e812'; }
.icon-mail:before { content: '\e813'; }
.icon-smartphone:before { content: '\e814'; }
.icon-calendar:before { content: '\e815'; }
.icon-clock:before { content: '\e816'; }
.icon-location-pin:before { content: '\e817'; }
.icon-home:before { content: '\e818'; }
.icon-gear:before { content: '\e819'; }
.icon-bolt:before { content: '\e81a'; }
.icon-shield:before { content: '\e81b'; }
.icon-user:before { content: '\e81c'; }
.icon-paper-plane:before { content: '\e81d'; }
