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

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

.skiplinks a {
	padding: 5px 10px;
	color: white;
	background-color: #00617D;
	margin-top: -8px;
	border-radius: 5px;
	
}



.wca-invisible {
  position: absolute;
  z-index: 100;
  
}

.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;
}



/*----  bootstrap fix -----*/

.dropdown-toggle:focus {
outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
