/*!
 * Custom fonts - https://icomoon.io/app
 * Use these instead of the ones provided by Font Awesome to substantially speed up loading time.
 * See FontAwesome ReadMe.md for instructions on how to generate these fonts.
 */
@font-face {
  font-family: 'FontAwesome';
  src:
    url('fonts/FontAwesome.woff2') format('woff2'),
    url('fonts/FontAwesome.woff') format('woff'),
    url('fonts/FontAwesome.ttf') format('truetype'),
    url('fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !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;
}


/*!
 * Font Awesome Sizes and Effects
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }


/*!
 * Font Awesome Icons
 */
.fa-address-card:before {
  content: "\f2bb";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-cog:before {
  content: "\f013";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-image:before {
  content: "\f03e";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-key:before {
  content: "\f084";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock-alt:before {
  content: "\f308";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-question:before {
  content: "\f128";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-users:before {
  content: "\f0c0";
}
