@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?z6z29n');
	src:  url('../fonts/icomoon.eot?z6z29n#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?z6z29n') format('truetype'),
	url('../fonts/icomoon.woff?z6z29n') format('woff'),
	url('../fonts/icomoon.svg?z6z29n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="agc_icon_"], [class*=" agc_icon_"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	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;
}

.agc_icon_exclamation_circle:before {
  	content: "\e906";
}
.agc_icon_exclamation_triangle:before {
  	content: "\e907";
}
.agc_icon_bars:before {
  	content: "\e905";
}
.agc_icon_close:before {
  	content: "\e904";
}
.agc_icon_checkmark:before {
  	content: "\e903";
}
.agc_icon_expand:before {
  	content: "\e900";
}
.agc_icon_spinner:before {
  	content: "\e97b";
}
.agc_icon_pencil:before {
  	content: "\e902";
}
.agc_icon_chevron_right:before {
  	content: "\e901";
}
