@charset "utf-8";
/* CSS Document */

.logoHeaderContainer {
	background:#2b3187;
	text-align:center;
}

.logoHeaderContainer img {
	width:100%;
	min-width: 400px;
	max-width: 1000px;
	border:none;
}

.anchorHeaderOffset:before {
	display:block;
	content:"";
	visibility:hidden;
}
@media only screen and (max-width: 540px){
	.anchorHeaderOffset:before {
		height:120px;
		margin-top:-120px;
	}
}
@media only screen and (min-width: 541px){
	.anchorHeaderOffset:before {
		height:60px;
		margin-top:-60px;
	}
}