@import url('/css/font-awesome.min.css');

/* Map Font Awesome 5 solid prefix (fas) to Font Awesome 4 font-family */
.fas {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* Map v5 icons to v4 equivalents */
.fa-user-alt::before { content: "\f007"; }          /* fa-user */
.fa-clipboard-list::before { content: "\f0ca"; }    /* fa-list-ul */
.fa-percentage::before { content: "\f295"; }        /* fa-percent */
.fa-envelope-open-text::before { content: "\f0e0"; }/* fa-envelope */
.fa-map-marker-alt::before { content: "\f041"; }    /* fa-map-marker */
.fa-sign-out-alt::before { content: "\f08b"; }      /* fa-sign-out */
.fa-city::before { content: "\f1ad"; }              /* fa-building */
.fa-pen::before { content: "\f040"; }               /* fa-pencil */
.fa-trash-alt::before { content: "\f014"; }         /* fa-trash */
