/* Flaticon replacements with Font Awesome equivalents */
.flaticon:before {
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-menu-2:before { 
  font-family: FontAwesome;
  content: "\f0c9"; /* hamburger menu */
}
.flaticon-multiply:before { 
  font-family: FontAwesome;
  content: "\f00d"; /* close/times */
}
.flaticon-left-arrow-2:before { 
  font-family: FontAwesome;
  content: "\f053"; /* left arrow */
}
.flaticon-right-arrow-1:before { 
  font-family: FontAwesome;
  content: "\f054"; /* right arrow */
}
.flaticon-analysis-1:before { 
  font-family: FontAwesome;
  content: "\f1d0"; /* chart */
}
.flaticon-send:before { 
  font-family: FontAwesome;
  content: "\f1d8"; /* paper plane */
}
.flaticon-planet-earth:before { 
  font-family: FontAwesome;
  content: "\f0ac"; /* globe */
}
.flaticon-email-3:before { 
  font-family: FontAwesome;
  content: "\f0e0"; /* envelope */
}
