@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	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;
	font-variant: normal;
	text-transform: none;
	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-"] {
*/
.icon-youtube, .icon-linkedin, .icon-facebook, .icon-twitter, .icon-flickr, .icon-search, .icon-plus, .icon-minus, .icon-external, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-bubble, .icon-plain-arrow-left, .icon-plain-arrow-right, .icon-plain-arrow-down, .icon-plain-arrow-up, .icon-google-plus, .icon-share, .icon-print, .icon-wide-arrow-down, .icon-cross, .icon-menu, .icon-circle-arrow-right, .glossaryTerm:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-youtube:before {
	content: "\e000";
}
.icon-linkedin:before {
	content: "\e001";
}
.icon-facebook:before {
	content: "\e002";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-flickr:before {
	content: "\e004";
}
.icon-search:before {
	content: "\e005";
}
.icon-plus:before {
	content: "\e006";
}
.icon-minus:before {
	content: "\e007";
}
.icon-external:before {
	content: "\e009";
}
.icon-arrow-left:before {
	content: "\e00a";
}
.icon-arrow-right:before {
	content: "\e00b";
}
.icon-arrow-up:before {
	content: "\e00c";
}
.icon-arrow-down:before {
	content: "\e00d";
}
.icon-bubble:before,
.glossaryTerm:after {
	content: "\e00e";
}
.icon-plain-arrow-left:before {
	content: "\e00f";
}
.icon-plain-arrow-right:before {
	content: "\e010";
}
.icon-plain-arrow-down:before {
	content: "\e011";
}
.icon-plain-arrow-up:before {
	content: "\e012";
}
.icon-google-plus:before {
	content: "\e013";
}
.icon-share:before {
	content: "\e014";
}
.icon-print:before {
	content: "\e015";
}
.icon-wide-arrow-down:before {
	content: "\e016";
}
.icon-cross:before {
	content: "\e017";
}
.icon-menu:before {
	content: "\e018";
}
.icon-circle-arrow-right:before {
	content: "\e019";
}
