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

[class^="gh-icon-"], [class*=" gh-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gee-hickton-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;
}

.gh-icon-house:before {
  content: "\e900";
}
.gh-icon-magnifying-glass:before {
  content: "\e901";
}
.gh-icon-arrow-down-to-square:before {
  content: "\e902";
}
.gh-icon-calendar-clock:before {
  content: "\e903";
}
.gh-icon-arrow-down-long:before {
  content: "\e904";
}
.gh-icon-arrow-up-long:before {
  content: "\e905";
}
.gh-icon-arrow-left-long:before {
  content: "\e906";
}
.gh-icon-arrow-right-long:before {
  content: "\e907";
}
.gh-icon-facebook-f:before {
  content: "\e908";
}
.gh-icon-video:before {
  content: "\e909";
}
.gh-icon-candle-holder:before {
  content: "\e90a";
}
.gh-icon-location-dot:before {
  content: "\e90b";
}
.gh-icon-phone:before {
  content: "\e90c";
}
.gh-icon-dash:before {
  content: "\e90d";
}
