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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-newspaper:before, .icon-suitcase:before, .icon-comments:before, .icon-publicpolicy:before, .icon-file:before, .icon-group:before, .icon-twitter:before, .icon-facebook:before, .icon-linkedin:before, .icon-share:before, .icon-arrow-right:before, .icon-plus:before, .icon-minus:before, .more:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-newspaper:before {
	content: "\e000";
}
.icon-suitcase:before {
	content: "\e001";
}
.icon-comments:before {
	content: "\e002";
}
.icon-publicpolicy:before {
	content: "\e007";
}
.icon-file:before {
	content: "\e008";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-facebook:before {
	content: "\e004";
}
.icon-linkedin:before {
	content: "\e005";
}
.icon-share:before {
	content: "\e006";
}
.icon-arrow-right:before, .more:after {
	content: "\f054";
}
.icon-plus:before {
	content: "\e009";
}
.icon-minus:before {
	content: "\e00a";
}