@font-face {
	font-family: 'dws';
	src:url('fonts/dws.eot');
	src:url('fonts/dws.eot?#iefix') format('embedded-opentype'),
		url('fonts/dws.woff') format('woff'),
		url('fonts/dws.ttf') format('truetype'),
		url('fonts/dws.svg#dws') 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: 'dws', serif;
	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-social-twitter, .icon-close-circled, .icon-download, .icon-dws_briefcase, .icon-dws_checkmark, .icon-dws_clock, .icon-dws_diploma, .icon-dws_edit, .icon-dws_gradcap, .icon-dws_graph, .icon-dws_help, .icon-dws_magnify, .icon-dws_profile, .icon-dws_skills, .icon-dws_time, .icon-dws_upload, .icon-social-youtube, .icon-social-facebook, .icon-jobs, .icon-telephone, .icon-dws_view, .icon-dws_delete {
	font-family: 'dws', serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-social-twitter:before {
	content: "\e010";
}
.icon-close-circled:before {
	content: "\e018";
}
.icon-download:before {
	content: "\e023";
}
.icon-dws_briefcase:before {
	content: "\e000";
}
.icon-dws_checkmark:before {
	content: "\e001";
}
.icon-dws_clock:before {
	content: "\e002";
}
.icon-dws_diploma:before {
	content: "\e003";
}
.icon-dws_edit:before {
	content: "\e004";
}
.icon-dws_gradcap:before {
	content: "\e005";
}
.icon-dws_graph:before {
	content: "\e006";
}
.icon-dws_help:before {
	content: "\e007";
}
.icon-dws_magnify:before {
	content: "\e008";
}
.icon-dws_profile:before {
	content: "\e009";
}
.icon-dws_skills:before {
	content: "\e00a";
}
.icon-dws_time:before {
	content: "\e00b";
}
.icon-dws_upload:before {
	content: "\e00c";
}
.icon-social-youtube:before {
	content: "\e00d";
}
.icon-social-facebook:before {
	content: "\e030";
}
.icon-jobs:before {
	content: "\e00e";
}
.icon-telephone:before {
	content: "\e00f";
}
.icon-dws_view:before {
	content: "\e011";
}
.icon-dws_delete:before {
	content: "\e012";
}
