@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  display: inline-block;
}

.fa-facebook:before { content: "\f09a"; }
.fa-google:before { content: "\f1a0"; }
.fa-phone:before { content: "\f095"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-up:before { content: "\f106"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-clock-o:before { content: "\f017"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-home:before { content: "\f015"; }
.fa-moon-o:before { content: "\f186"; }
.fa-shield:before { content: "\f132"; }
.fa-battery-full:before { content: "\f240"; }
.fa-plug:before { content: "\f1e6"; }
.fa-sun-o:before { content: "\f185"; }
.fa-line-chart:before { content: "\f201"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-car:before { content: "\f1b9"; }
.fa-industry:before { content: "\f275"; }

/* Off-grid page icons */
.fa-usd:before { content: "\f155"; }
.fa-sliders:before { content: "\f1de"; }
.fa-search:before { content: "\f002"; }
.fa-pencil-square-o:before { content: "\f044"; }
.fa-diamond:before { content: "\f219"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-check-circle:before { content: "\f058"; }
.fa-cog:before { content: "\f013"; }
.fa-star:before { content: "\f005"; }
.fa-leaf:before { content: "\f06c"; }
.fa-volume-off:before { content: "\f026"; }
.fa-tint:before { content: "\f043"; }
.fa-map-marker:before { content: "\f041"; }
.fa-truck:before { content: "\f0d1"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-cogs:before { content: "\f085"; }
.fa-briefcase:before { content: "\f0b1"; }
