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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-pinterest-square:before {
  content: "\e910";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-arrowLeft:before {
  content: "\e900";
}
.icon-arrowRight:before {
  content: "\e901";
}
.icon-arrowUp:before {
  content: "\e902";
}
.icon-demologo:before {
  content: "\e903";
}
.icon-dropMenu:before {
  content: "\e904";
}
.icon-logoMark:before {
  content: "\e907";
}
.icon-quoteEnd:before {
  content: "\e908";
}
.icon-quoteStart:before {
  content: "\e909";
}

