/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
@font-face {
  font-family: "icomoon";
  src: url(/sites/all/themes/xerox/fonts/icomoon.eot?wlfu1i);
  src: url(/sites/all/themes/xerox/fonts/icomoon.eot?wlfu1i#iefix) format("embedded-opentype"),url(/sites/all/themes/xerox/fonts/icomoon.ttf?wlfu1i) format("truetype"),url(/sites/all/themes/xerox/fonts/icomoon.woff?wlfu1i) format("woff"),url(/sites/all/themes/xerox/fonts/icomoon.svg?wlfu1i#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"],[class^="icon-"] {
  font-family: "icomoon";
  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-facebook2:before {
  content: "\ea8d";
}

.icon-twitter:before {
  content: "\ea91";
}

.icon-linkedin2:before {
  content: "\eac9";
}

.icon-spinner11:before {
  content: "\e900";
}

.icon-loop2:before {
  content: "\e901";
}

.icon-facebook-official:before {
  content: "\e600";
}

.icon-youtube:before {
  content: "\ea9d";
}
