@font-face {
	font-family: 'icons';
	src:
		url('../fonts/icons.ttf?66lgcg') format('truetype'),
		url('../fonts/icons.woff?66lgcg') format('woff'),
		url('../fonts/icons.svg?66lgcg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icons' !important;
	speak: never;
	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;
}

.icon-close:before {
	content: "\e900";
}
.icon-burger:before {
	content: "\e901";
}
.icon-x:before {
  content: "\e917";
}
.icon-linkedin_ico:before {
  content: "\e915";
}
.icon-youtube_ico:before {
  content: "\e916";
}
.icon-accessibility:before {
	content: "\e902";
}
.icon-arrow-right:before {
	content: "\e903";
}
.icon-arrow-left:before {
	content: "\e904";
}
.icon-arrow-up:before {
	content: "\e905";
}
.icon-arrow-down:before {
	content: "\e906";
}
.icon-calendar:before {
	content: "\e907";
}
.icon-caret-down:before {
	content: "\e908";
}
.icon-caret-up:before {
	content: "\e909";
}
.icon-caret-left:before {
	content: "\e90a";
}
.icon-caret-right:before {
	content: "\e90b";
}
.icon-clock:before {
	content: "\e90c";
}
.icon-facebook:before {
	content: "\e90d";
}
.icon-instagram:before {
	content: "\e90e";
}
.icon-location:before {
	content: "\e90f";
}
.icon-mail:before {
	content: "\e910";
}
.icon-phone:before {
	content: "\e911";
}
.icon-quotes:before {
	content: "\e912";
}
.icon-search:before {
	content: "\e913";
}
.icon-support:before {
	content: "\e914";
}
