/*
 * Compatibility for the Font Awesome 5 class names still used by iSchool.
 * Glyphs are rendered by the locally hosted Font Awesome 4.2 webfont.
 */
.fas,
.far {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-hand-holding-heart:before {
	content: "\f004";
}

.fa-sign-out-alt:before {
	content: "\f08b";
}

.fa-star-of-life:before {
	content: "\f069";
}

.fa-trash-alt:before {
	content: "\f014";
}
