.skiplinks {
    display: inline;
    float: left;
    overflow: hidden;
}

ul.skiplinks li {
	list-style-type: none;
	
}


.wca-invisible {
  position: absolute;
}

.wca-invisible:not(:focus) {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}

@media (min-width: 768px) {

	.navbar-default .navbar-nav li 	a:focus {
		background-color: #eee !important;
		
		
		/*outline: 5px auto -webkit-focus-ring-color;
		outline-color: -webkit-focus-ring-color;
		outline-style: auto;
		outline-width: 5px;
		outline-offset: -2px;*/
			
	}

}

.sitemap a {
	color: #000;
}

.sitemap ul {
	list-style-type: none;
}

.sitemap ul li .fa {
    font-size: 11px;
    line-height: 25px;
}

.sitemap ul.fa-ul {
	margin-left: 1em;
}

.sitemap .fa-li {
	text-align: left;
	left: -1.8em;
}

.header-search {
    position: absolute;
    width: 100%;
    top: 44px;
    background: #fff;
    right: 22px;
}



@media (min-width: 768px) {
	.sitemap-nav:nth-child(2n) {
		clear: left;
	}

}

@media (min-width: 1200px) {
	.sitemap-nav:nth-child(2n) {
		clear: none;
	}
	.sitemap-nav:nth-child(4n+1) {
		clear: left;
	}
}


