#access-links {
	position: absolute;
	padding: 5px;
	width: 100%;
	li {
		list-style: none;
	}
	a {
		position: absolute;
		display: block;
		top: -10000px;
	}
	a:focus {
		top: 0;
		z-index: 10000;
	}
}

a, button, input {
	&:focus {
		outline: auto !important;
	}
}

.dropdown:focus-within>.dropdown-menu {
	display: block !important;
}

#desktop-nav .search-form:before {
	display: none;
}