@font-face {
  font-family: 'formova-icons';
  src:  url('fonts/formova-icons.eot?4cp39g');
  src:  url('fonts/formova-icons.eot?4cp39g#iefix') format('embedded-opentype'),
    url('fonts/formova-icons.ttf?4cp39g') format('truetype'),
    url('fonts/formova-icons.woff?4cp39g') format('woff'),
    url('fonts/formova-icons.svg?4cp39g#formova-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="formova-icon-"], [class*=" formova-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'formova-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.formova-icon-external-link:before {
  content: "\e909";
}
.formova-icon-download:before {
  content: "\e908";
}
.formova-icon-arrow-down:before {
  content: "\e900";
}
.formova-icon-arrow-left:before {
  content: "\e901";
}
.formova-icon-arrow-right:before {
  content: "\e902";
}
.formova-icon-arrow-up:before {
  content: "\e903";
}
.formova-icon-chevron-down:before {
  content: "\e904";
}
.formova-icon-chevron-left:before {
  content: "\e905";
}
.formova-icon-chevron-right:before {
  content: "\e906";
}
.formova-icon-chevron-up:before {
  content: "\e907";
}
.formova-icon-close:before {
  content: "\e90b";
}
.formova-icon-hamburger:before {
  content: "\e90c";
}
.formova-icon-minus:before {
  content: "\e90d";
}
.formova-icon-phone:before {
  content: "\e90e";
}
.formova-icon-plus:before {
  content: "\e90f";
}
.formova-icon-search:before {
  content: "\e910";
}
