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

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

.fa-envelope-o::before {
  content: "\f003";
}

.fa-pencil::before {
  content: "\f040";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-pencil-square-o::before {
  content: "\f044";
}

.fa-phone::before {
  content: "\f095";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-comments-o::before {
  content: "\f0e6";
}

.fa-shield::before {
  content: "\f132";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-cubes::before {
  content: "\f1b3";
}
