/**
 * Elegant Icons Font
 * ApprenticeshipHQ Directory
 */

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

/* Base icon class */
.elegant-icon {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
}

/* Individual icon definitions */
.elegant-icon-calendar:before {
	content: "\e023";
}

.elegant-icon-clock:before {
	content: "\e06b";
}

.elegant-icon-pin:before {
	content: "\e081";
}

.elegant-icon-link:before {
	content: "\e02c";
}

.elegant-icon-check:before {
	content: "\4e";
}

.elegant-icon-download:before {
	content: "\e092";
}

.elegant-icon-arrow-left:before {
	content: "\23";
}

.elegant-icon-facebook:before {
	content: "\e093";
}

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

.elegant-icon-linkedin:before {
	content: "\e09d";
}

.elegant-icon-globe:before {
	content: "\e095";
}

.elegant-icon-graduation:before {
	content: "\e087";
}

.elegant-icon-desktop:before {
	content: "\e02a";
}

.elegant-icon-adjustments:before {
	content: "\e02b";
}

.elegant-icon-map-pin:before {
	content: "\e081";
}

.elegant-icon-wallet:before {
	content: "\e06c";
}

.elegant-icon-arrow-right:before {
	content: "\24";
}

.elegant-icon-mail:before {
	content: "\e003";
}

.elegant-icon-phone:before {
	content: "\e090";
}

.elegant-icon-envelope:before {
	content: "\e056";
}