#skipcontent a, #skipcontent--sideNav a {
	padding: 6px;
	position: absolute;
	top: -30px;
	color: transparent;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: transparent;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: -1;
}
/*#skipcontent a {
	float: left;
}*/

@media screen and (max-width: 992px) {
	#skipcontent a {
		float: none;
	}
}
#skipcontent--sideNav a {
	float: none;
}

#skipcontent a:focus, #skipcontent--sideNav a:focus {
	position:absolute;
	top:0px;
	background:#005b94;
	border-color: white;
	color: white;
	outline:0;  
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	z-index: 1;
}

@media screen and (min-width: 1200px) {
	#skipcontent--sideNav a:focus {
		margin-top: 230px;
	}
}
@media screen and (max-width: 1199px) {
	#skipcontent--sideNav a:focus {
		margin-top: 252px;
	}
}