@font-face {
	font-family: 'smacc-font';
	src:  url('../fonts/SMACC-Font.eot?ni0gu6');
	src:  url('../fonts/SMACC-Font.eot?ni0gu6#iefix') format('embedded-opentype'),
		url('../fonts/SMACC-Font.ttf?ni0gu6') format('truetype'),
		url('../fonts/SMACC-Font.woff?ni0gu6') format('woff'),
		url('../fonts/SMACC-Font.svg?ni0gu6#smacc-font') 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: 'SMACC-Font' !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;
}

/*=======================================================
Icons
=======================================================*/

.icon-download:before {
  content: "\e90f";
}
.icon-employee:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-building:before {
  content: "\e909";
}
.icon-users:before {
  content: "\e90a";
}
.icon-marker:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90d";
}
.icon-globe:before {
  content: "\e90e";
}
.icon-contact-us:before {
  content: "\e904";
}
.icon-features:before {
  content: "\e905";
}
.icon-support:before {
  content: "\e906";
}
.icon-back:before {
  content: "\e902";
}
.icon-next:before {
  content: "\e903";
}
.icon-share:before {
  content: "\e901";
}
.icon-smacc-logo:before {
  content: "\e900";
}

