/* FAST ACCESS WCAG MENU */
.navigation-menu-wcag {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.navigation-menu-wcag li {
	background: none;
	list-style: none outside none;
	margin-bottom: 0px;
	padding-left: 0px;
}

.navigation-menu-wcag li a {
	display: inline;
	font-size: 1.27em;
	left: -9000em;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 150px;
	z-index: 2;
	font-family: 'marcellusregular', Arial, Tahoma, sans-serif;
}

.navigation-menu-wcag a:hover, 
.navigation-menu-wcag a:focus, 
.navigation-menu-wcag a:active {
	background: none repeat scroll 0 0 #4B4B4B;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	left: 0;
	position: absolute;
	top: 0;
}


.hidden-menu a{
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000em;
	top: 0;
}

.hidden-menu ul {
	height: 0;
	margin: 0;
}

.hidden-menu a:hover,
.hidden-menu a:focus,
.hidden-menu a:active {
	background: #4B4B4B;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	left: 0;
	top: 0;
	position: absolute;
	width: fit-content;
	height: 20px;
}

/* FONT-SIZE MENU */
.font-size-box {
	float: right;	
}

	.font-size-box .font-size-menu {
		list-style: none;
		padding-left: 0;
		margin: 13px 0px 0 5px;
		overflow: hidden;
	}

		.font-size-box .font-size-menu li {
			float: left;
			background: transparent;
			padding: 0;
		}

			.font-size-box .font-size-menu li span {
				font-size: 0.75rem;
				color: #000000;
				text-decoration: none;
				font-weight: bold;
				line-height: 1;
				padding: 0 14px;
				border-left: 1px solid #ccc;
				cursor: pointer;
			}

			.font-size-box .font-size-menu li:first-child span {
				border-left: none;
			}

			.font-size-box .font-size-menu li span:hover,
			.font-size-box .font-size-menu li span:focus {
				color: #333;
				text-decoration: underline;
				text-decoration-thickness: 2px;
			}

			.font-size-box .font-size-menu li span.separator {

			}


/* CONTRAST CHANGE MENU */
.contrast-menu {
	float: right;
	margin: 11px 5px 0 5px;
}

.contrast-menu span {
	float: left;
	border: none;
	display: block;
	margin-left: 3px;
}

.contrast-menu span:first-child {
	margin-left: 0px;
}

.contrast-menu span a {
	padding: 0;
	display: block;
	border-left: none;
	position: relative;
}

.contrast-menu span a::after {
	position: absolute;
	bottom: 46%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	content: "";
	background-color: #275DE0;
	width: 50%;
	opacity: 0;
}

.contrast-menu span a:hover::after,
.contrast-menu span a:focus::after {
	opacity: 1;
}


.contrast-menu span a img {
	display: block;
}

.top-menu .search-block .text-input:focus ~ input {
	outline: 2px solid black;
	background: url("images/searchw.png") no-repeat scroll 9px 9px #17297F;
}

.bxslider li a {
	transition: all .4s;
	border: 4px solid white;
	display: block;
}

div#links a:hover,
div#links a:focus,
div#enfz a:hover,
div#enfz a:focus,
.bxslider li a:focus,
.bxslider li a:hover {
	border: 4px solid #2175b9;
}

div#links p,
div#enfz p {
    width: fit-content;
    margin: 0 auto;
    margin-top: 19px;
}

div#enfz a,
div#links a {
    display: inline-block;
	transition: all .4s;
	border: 4px solid white;
	background-color: white;
}

#social_btns a {
	transition: all .3s;
}

#social_btns a:hover,
#social_btns a:focus {
	transform: scale(1.2);
}