html,
body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.fa {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: 0.14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}

.fa-arrow-right::before {
  content: "\2192";
}

.fa-arrow-circle-right::before {
  content: "\279c";
}

.fa-arrow-circle-up::before {
  content: "\25b2";
}

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

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