
/*
Accessibility CSS - Hides the span
element added to the font
awesome icons
*/
.sr-only {
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute;
}
