/*
 * NCR Parent Theme Styles
 * /
 
  	/** SKIP NAVIGATION LINKS **/
	/**
	<a class="skip-to-login skip-link" href="#skip-to-login" tabindex="1">Skip to login</a>
	<a class="skip-to-content skip-link" href="#skip-to-content" tabindex="2">Skip to content</a>
	 **/

.skip-link{
	position: absolute;
	top: -100px;
	left: 20px;
	padding: 10px 15px;
	transition: top .5s ease-out, background .5s linear;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.25);
	background: #fff;

}
.skip-link:focus{
	top: 0;
	transition: all .3s ease-in;
	text-decoration: underline;
	outline: none;
	z-index: 05221989;
	color: #243746;
	background: white;
}
.skip-to-content:focus { }
.skip-to-login:focus { }
.skip-to-login { }
.skip-to-content { }
/** END SKIP NAVIGATION LINKS **/
