/* Font Awesome 4.7 Pure CSS / SVG Local Fallback */
@charset "utf-8";

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.28571429em; text-align: center; }

/* SVG / Unicode Pseudo Elements */
.fa-angle-down:before { content: "\25BE"; }
.fa-angle-up:before { content: "\25B4"; }
.fa-angle-left:before { content: "\2039"; }
.fa-angle-right:before { content: "\203A"; }
.fa-long-arrow-left:before { content: "\2190"; }
.fa-long-arrow-right:before { content: "\2192"; }
.fa-arrow-left:before { content: "\2190"; }
.fa-arrow-right:before { content: "\2192"; }
.fa-caret-down:before { content: "\25BC"; }
.fa-caret-up:before { content: "\25B2"; }
.fa-caret-right:before { content: "\25B6"; }
.fa-caret-left:before { content: "\25C0"; }
.fa-check:before { content: "\2713"; }
.fa-times:before, .fa-close:before { content: "\2715"; }
.fa-search:before { content: "\1F50D"; font-size: 0.9em; }
.fa-phone:before { content: "\1F4DE"; font-size: 0.9em; }
.fa-envelope:before { content: "\2709"; }
.fa-user:before { content: "\1F464"; font-size: 0.9em; }
.fa-calendar:before { content: "\1F4C5"; font-size: 0.9em; }
.fa-map-marker:before { content: "\1F4CD"; }
.fa-lock:before { content: "\1F512"; }
.fa-unlock:before { content: "\1F513"; }
.fa-print:before { content: "\1F5A8"; font-size: 0.9em; }
.fa-download:before { content: "\1F4E5"; font-size: 0.9em; }
.fa-file-text-o:before { content: "\1F4C4"; }
.fa-file-pdf-o:before { content: "\1F4D5"; }
.fa-certificate:before { content: "\1F3C5"; }
.fa-info-circle:before { content: "\2139"; }
.fa-refresh:before { content: "\21BB"; }
.fa-bars:before { content: "\2630"; }
.fa-sign-in:before { content: "\21E5"; }
.fa-sign-out:before { content: "\21E4"; }
.fa-home:before { content: "\2302"; }
.fa-pencil:before, .fa-edit:before, .fa-pencil-square-o:before { content: "\270E"; }
.fa-eye:before { content: "\1F441"; }
.fa-eye-slash:before { content: "\1F648"; }
.fa-qrcode:before { content: "\25A3"; }
.fa-copy:before, .fa-files-o:before { content: "\1F4CB"; }
.fa-trash:before, .fa-trash-o:before { content: "\1F5D1"; }
.fa-list:before, .fa-list-alt:before { content: "\2630"; }
.fa-save:before, .fa-floppy-o:before { content: "\1F4BE"; }
.fa-shield:before { content: "\1F6E1"; }
.fa-clock-o:before { content: "\1F552"; }
.fa-plus:before { content: "\002B"; }
.fa-external-link:before { content: "\2197"; }
.fa-history:before { content: "\21BA"; }
.fa-folder-open-o:before, .fa-folder-open:before { content: "\1F4C2"; }
.fa-exclamation-triangle:before { content: "\26A0"; }
.fa-spinner:before { content: "\25D4"; }
.fa-check-circle:before { content: "\2705"; }

/* Icon styling with SVG background masks for pixel perfection */
.fa-angle-down, .fa-angle-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
