/*
Copyright (c) 2013-2017 Cole Bemis
Feather is licensed under the MIT License.
https://opensource.org/licenses/mit-license.php
*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6qbwah');
  src:  url('fonts/icomoon.eot?6qbwah#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6qbwah') format('truetype'),
    url('fonts/icomoon.woff?6qbwah') format('woff'),
    url('fonts/icomoon.svg?6qbwah#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-external-link:before {
  content: "\e900";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-book:before {
  content: "\f02d";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-close:before {
  content: "\f057";
}