.red-color {color: #A30000;}

@media (min-width: 1200px){
	.lg-float-right { float: right;  position: relative; left: 20px; text-align: right;}
}

/* Accessibility: Focus indicators */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 2px solid #005fcc;
	outline-offset: 2px;
}

/* Skip link - visible on focus */
.sr-only-focusable:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
}