/************* MENU ************/
/*
.closebutton {
position: absolute;
right: 36px;
top: 50px;
width: 36px;
display: block;
z-index: 1051;
}


a.menuclose {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border-top-right-radius: 0px;
	background-color: rgba(255,255,255,1) !important;
	background: url('../images/close.png') center center no-repeat;
	background-size: 20px;
	display: block;
	text-decoration: none;
    font-size: 50px;	
	color: rgba(19,120,153,1);
}

a.menuclose:hover {
	background-color: rgba(228,35,19,1) !important;
	background: url('../images/closea.png') center center no-repeat;
	background-size: 20px;
}

.menover {
    position: fixed;
    top: 0px;
    display: none;
	width: 100%;
    height: 100%;
	z-index: 1050;
	background-color: rgba(19,120,153,0.94);

}

.menover .menures {
	position: relative;
    width: calc(100% - 40px);
	margin: 0 auto;
	top: 8px;
	height: calc(100vh - 80px);
}

a.mrlink {
	height: 70px;
	font-size: 36px;
	line-height: 70px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}

a.mrlink:hover {
	color: rgba(255,255,255,1);
}

.mrlist {
	list-style: none;
	padding-left: 0;
	transform: translateY(-50%);
    position: relative;
	top: 50%;
}

.mrlist li {
	width: 100%;
	text-align: center;
}


@media only screen and (max-width: 1440px) {
a.mrlink { height: 60px; font-size: 32px; line-height: 60px; }
}


@media only screen and (max-width: 1080px) {
a.menuclose { margin-top: -8px; }
a.mrlink { height: 54px; font-size: 28px; line-height: 54px; }
}


@media only screen and (max-width: 768px) {
a.menuclose { margin-top: -10px; margin-left: -34px; }
a.mrlink, a.menuclose { color: rgba(255,255,255,1); }
a.mrlink { height: 48px; font-size: 24px; line-height: 48px; }
}


@media only screen and (max-width: 640px) {
a.menuclose { margin-top: -8px; }
}


@media only screen and (max-width: 480px) {
.mrlist { top: 45%; }
}


@media only screen and (max-width: 360px) {
a.menuclose { margin-left: -38px; }
.menover .menures { top: 6px; }
a.mrlink { height: 44px; font-size: 20px; line-height: 44px; }
}
*/

/*** TOPNAV ***/

.topanchor {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
max-width: 1px;
max-height: 1px;
overflow: hidden;
}