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

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

.icon-eNest:before {
  content: "\e906";
}
.icon-call:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-support_agent:before {
  content: "\e902";
}
.icon-borg:before {
  content: "\e903";
}
.icon-combine_columns:before {
  content: "\e904";
}
.icon-lock:before {
  content: "\e905";
}
.icon-globe:before {
  content: "\e90b";
}
.icon-apartment:before {
  content: "\e90c";
}
.icon-location_city:before {
  content: "\e90d";
}
.icon-arrow_forward:before {
  content: "\e915";
}
.icon-quote:before {
  content: "\e916";
}
.icon-hand_shake:before {
  content: "\e917";
}
.icon-screw:before {
  content: "\e918";
}
.icon-bolt:before {
  content: "\e919";
}
.icon-graph:before {
  content: "\e91a";
}
.icon-brain:before {
  content: "\e91b";
}
.icon-box:before {
  content: "\e91c";
}
