@charset "UTF-8";
/* CSS Document */

a.screen-reader-shortcut {
	position: absolute;
	left: 6px;
	top: -99px
}
a.screen-reader-shortcut:focus {
	z-index: 999;
	font-size: 14px;
	font-weight: 700;
	top: 6px;
	padding: 15px 20px 14px;
	background-color: #E2E2E2;
	color: #004d99;
	border-radius: 4px;
}
label.screen-reader {
	position: absolute;
	opacity: 0
}
a:focus {
	color: #004d99;
	text-decoration: underline
}
.nav-pills li a:focus {
	text-decoration: underline;
	background-color: #eee;
}
.social-icons li a:focus {
	background-color: #5799db;
}
ul li a:focus {
	text-decoration: underline;
	background-color: #eee;
}
a:focus img {
	outline: 2px solid #81b3e4;
	padding: 2px;
}
a.screen-reader-shortcut-twitter {
	position: absolute;
	left: 6px;
	top: -9999px
}
a.screen-reader-shortcut-twitter:focus {
	z-index: 999;
	font-size: 14px;
	font-weight: 700;
	top: 6px;
	padding: 15px 20px 14px;
	background-color: #E2E2E2;
	color: #004d99;
	border-radius: 4px;
}
.nav-list li a:focus {
	color: #004d99;
	text-decoration: underline
}
.page-jump {
	display: block;
	height: 85px;
	margin-top: -85px;
}
.page-header .breadcrumb a:focus {
	color: #ffffff;
	background-color: #00264d;
	text-decoration: underline
}

