/*!
 * Font Awesome 4.7.0 - Subset (self-hosted)
 * Only icons used on Avalanche Motorsports SEO pages
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Size */
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }
/* Stacking */
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #fff; }
/* Icons */
.fa-search:before { content: "\f002"; }
.fa-map-marker:before { content: "\f041"; }
.fa-mobile:before { content: "\f10b"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-facebook:before { content: "\f09a"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-circle:before { content: "\f111"; }
