.skip-link a {
	width: 2px;
	height: 2px;
    background: #fff;
    color: #fff !important;
    text-decoration: underline;
	overflow:hidden;
}

.skip-link a:focus-visible {
	width: auto;
	height: auto;
    color: #000;
}