/*

Font license info


## Font Awesome

   Copyright (C) 2016 by Dave Gandy

   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/


*/

@font-face {
  font-family: 'icons';
  src: url('/assets/fonts/icons.eot');
  src: url('/assets/fonts/icons.eot#iefix') format('embedded-opentype'),
       url('/assets/fonts/icons.woff2') format('woff2'),
       url('/assets/fonts/icons.woff') format('woff'),
       url('/assets/fonts/icons.ttf') format('truetype'),
       url('/assets/fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('/assets/fonts/icons.svg#icons') format('svg');
  }
}
*/
[class^="ic-"]:before, [class*=" ic-"]:before {
  font-family: "icons";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  /* @alternate */ -webkit-font-smoothing: antialiased;
  /* @alternate */ -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ic-th:before { content: '\e800'; } /* '' */
.ic-cancel:before { content: '\e801'; } /* '' */
.ic-doc:before { content: '\e803'; } /* '' */
.ic-phone:before { content: '\e804'; } /* '' */
.ic-down-b:before { content: '\e805'; } /* '' */
.ic-left-b:before { content: '\e806'; } /* '' */
.ic-right-b:before { content: '\e807'; } /* '' */
.ic-up-b:before { content: '\e808'; } /* '' */
.ic-mail:before { content: '\e809'; } /* '' */
.ic-download:before { content: '\e80a'; } /* '' */
.ic-search:before { content: '\e80b'; } /* '' */
.ic-link-ext:before { content: '\f08e'; } /* '' */
.ic-facebook:before { content: '\f09a'; } /* '' */
.ic-docs:before { content: '\f0c5'; } /* '' */
.ic-menu:before { content: '\f0c9'; } /* '' */
.ic-money:before { content: '\f0d6'; } /* '' */
.ic-left-open:before { content: '\f104'; } /* '' */
.ic-right-open:before { content: '\f105'; } /* '' */
.ic-up-open:before { content: '\f106'; } /* '' */
.ic-down-open:before { content: '\f107'; } /* '' */
.ic-quote-left:before { content: '\f10d'; } /* '' */
.ic-quote-right:before { content: '\f10e'; } /* '' */
.ic-youtube-play:before { content: '\f16a'; } /* '' */
.ic-behance:before { content: '\f1b4'; } /* '' */
.ic-file-archive:before { content: '\f1c6'; } /* '' */
.ic-file-code:before { content: '\f1c9'; } /* '' */
.ic-paper-plane:before { content: '\f1d8'; } /* '' */
.ic-share:before { content: '\f1e0'; } /* '' */
.ic-newspaper:before { content: '\f1ea'; } /* '' */
.ic-paypal:before { content: '\f1ed'; } /* '' */
.ic-get-pocket:before { content: '\f265'; } /* '' */
.ic-map-o:before { content: '\f278'; } /* '' */
.ic-commenting-o:before { content: '\f27b'; } /* '' */
.ic-linkedin-squared:before { content: '\f30c'; } /* '' */
