
header {
	margin-bottom:1rem;
	padding-top:.5rem;
	padding-bottom:1rem;
	background:#fff;
	border-bottom: 0;
}


.bannerheader picture, .header_logo {
	max-width:280px;
}

.header-background {
	background:#3977b4;
}

.header-height {
	height: 84.45px;
}

.header-logo-box {
	background: #fff;
	display: inline-block;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);

}

footer {
	border-top: 0;
	background:rgb(20, 52, 92);
	padding:2rem 0;
	margin-top:3rem;
}

footer picture, .footer_logo {
	max-width:280px;
}

a:focus, button:focus {
	outline:3px solid orange;
}

.skip_link a {
	position:absolute !important;
	top:-50px !important;
	left:5px !important;
	width: auto !important;
	transition: top 5s ease-in-out;
}

.skip_link a:focus {
	position:absolute !important;
	top:5px !important;
	left:5px !important;
	transition: top .5s ease-in-out;
}