/************* MOBILE MENU ************/

a.menuclose {
	width: 1px;
	height: 1px;
	margin-top: -15px;
	margin-right: 45px;
	float: right;
	display: inline-block;
	text-decoration: none;
    font-size: 50px;	
	color: #ffffff;
	z-index: 999:
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.searchres a.menuclose {
	margin-top: 0px;
	margin-right: 45px;
}

a.menuclose:after {
    content: "+";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
a.menuclose:hover:after {
    color: #ffffff;
}

.menover {
    position: fixed;
    top: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(2,127,202,0.96);
}

.menover .menures {
	position: relative;
    width: calc(100% - 40px);
	margin: 0 auto;
	top: 24px;
}

a.mrlink, a.mrlinkl, a.mrlinka, a.mrlinkla {
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase
}

a.mrlink, a.mrlinkl {
	color: #ffffff;
}
a.mrlinka, a.mrlinkla {
	color: #ffffff;
	font-weight: bold;
}
a.mrlink:hover, a.mrlinkl:hover {
	color: #ffffff;
}
.mrlist {
	list-style: none;
	padding-left: 0;
}
.mrlist li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.9);
}
.mrlist li.lilast {
	width: 100%;
	text-align: center;
	border-bottom: none
}

a.mrsublink {
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	padding-left: 15px;
	width: 100%;
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid rgba(255,255,255,0.5);
}
a.mrsublink:hover {
	color: #ffffff;
}

@media only screen and (min-width: 361px) {
.overh1 { display: none; }	
}

@media only screen and (max-width: 360px) {
.overh1 { display: block !important; }	
}

/*** TOPNAV ***/

.topanchor {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
max-width: 1px;
max-height: 1px;
overflow: hidden;
}

#topnav {
position: fixed;
top: 0px;
width: 100%;
max-width: 1400px;
height: auto;
z-index: 50;
margin: 0;
}

#tnbar {
width: 100%;
height: 180px;
display: block;
background-color: #000019;
padding: 10px 10px;
}

#topnav.active #tnbar {
height: 72px;
padding: 0;
}

#logo {
top: 0px;
left: 0px;
height: 160px;
z-index: 10;
display: inline-block;
margin: 0 auto;
padding: 0;
}

#topnav.active #logo {
height: 72px;
}

a.logo {
display: inline;
width: 474px;
height: 160px;
float: left;
background: url(../images/logo.png);
background-size: 100% 100%;
text-decoration: none;
}

#topnav.active a.logo {
width: 213px;
height: 72px;
}

#transbar {
width: 100%;
height: 0px;
background-color: rgba(20,20,36,0.8);
display: block;
}

#topnav.active  #transbar {
height: 8px;
}

#mendiv {
position: absolute;
top: 110px;
right: 10px;
}

#topnav.active #mendiv {
top: 34px;
}

#regbutton {
position: absolute;
top: 37px;
right: 10px;
}

#topnav.active #regbutton {
top: 3px;
}

a.reglink {
font-family: 'ff-market-web','Droid Sans', Arial, Helvetica, sans-serif;
text-decoration: none;
color: #f8363a;
display: inline-block;
height: 44px;
padding-left: 18px;
padding-right: 18px;
line-height: 44px;
font-size: 36px;
border-radius: 4px;
}

a.reglink:hover {
color: #ffffff;
background-color: #f8363a;
}

#topnav.active a.reglink {
font-size: 26px;
line-height: 30px;
height: 30px;
}


/************* MENU ************/

/* Main */
#menu {
	height: 44px;
	width: auto;
	list-style: none;  
	margin: 0;
	margin-top: 0px;
	padding: 0;
}

#topnav.active #menu { height: 36px; }

#menu li {
	display: inline-block;
	position: relative;
	max-width: auto;

}

#menu a {
	text-decoration: none;
	color: #ffffff;
	float: left;
	display: block;
	height: 44px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-left: -5px;
	border-radius: 4px;
}

#topnav.active #menu a {
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
}

#menu a.navlinka, #topnav.active #menu a.navlinka {
	background-color: #027fca;
}

#menu li:hover > a {
	background-color: #027fca;
}

#menu li:hover > a.navlinka {
	background-color: #f8363a;
}

#topnav.active #menu li:hover > a {

}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

@keyframes grow { {}
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
	transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
	transform: translateX(0);
  }
}

#menu ul{
	width: auto;
	min-width: calc(100%);
    list-style: none;
    margin: 0;
    padding: 0;    
    position: absolute;
    top: 44px;
	left: 0px;
	display: none;
	z-index: 99;    
    background: transparent;
	-webkit-box-shadow: 1px 2px 7px 0px rgba(80,80,80,0.4);
	-moz-box-shadow: 1px 2px 7px 0px rgba(80,80,80,0.4);
	box-shadow: 1px 2px 7px 0px rgba(80,80,80,0.4);
    border: 0;
	animation-name: grow;
	animation-duration: 0.5s;
}

#menu ul.right{ left: auto; margin-left: auto; right: 0 !important; margin-right: 0 !important; }

#topnav.active #menu ul{
	top: 36px;
}

#menu ul::after {
  content: " ";
  background-color: #027fca;
  /*opacity: 0.95;
  filter:alpha(opacity=95);*/
  top: 0;
  left: -5px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -4px;
  padding-top: 4px;
}

#menu ul li {
    float: none;
    margin-right: -5px;
	padding: 0;
    height: 36px;
    display: block; 
    background: none; 
	border: 0;
}

#menu ul a {  
	width: 100%;
	padding-left: 20px;
	padding-right: 25px;
    height: 36px;
    display: block;
    white-space: nowrap;
    float: none;
    text-align: left;
    background: none;
    text-align: left;
	font-size: 18px;
    line-height: 36px;
	font-weight: normal;
}

#topnav.active #menu ul a {
	padding-left: 18px;
	padding-right: 23px;
	font-size: 16px;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
	 background: #aaaaaa;
}


#menu ul li:first-child > a:after {

}

#menu ul li:first-child a:hover:after{

}


/* Clear floated elements */

#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Responsive Media Queries */

@media only screen and (max-width: 1430px) {
}

@media only screen and (max-width: 1280px) {
#menu { height: 40px; }
#menu a, #topnav.active #menu a { height: 40px; line-height: 40px; padding-left: 16px; padding-right: 16px; font-size: 18px; }
#menu ul { top: 40px; }
}

@media only screen and (max-width: 1140px) {
#menu { height: 36px; }
#menu a, #topnav.active #menu a { height: 36px; line-height: 36px; padding-left: 12px; padding-right: 12px; font-size: 16px; }
#menu ul { top: 36px; }
}

/* #### MENU END ### */


@media only screen and (max-width: 1430px) {
#tnbar { height: 160px; }
#logo { height: 140px; }
a.logo { width: 415px; height: 140px; }
#mendiv { top: 94px; }
#regbutton { top: 32px; }
}

@media only screen and (max-width: 1280px) {
#tnbar { height: 140px; }
#logo { height: 120px; }
a.logo { width: 356px; height: 120px; }
#mendiv { top: 80px; }
#regbutton { top: 28px; }
}

@media only screen and (max-width: 1140px) {
#tnbar { height: 120px; }
#logo { height: 100px; }
a.logo { width: 296px; height: 100px; }
#mendiv { top: 68px; }
#regbutton { top: 24px; }
a.reglink { font-size: 32px; height: 40px; padding-right: 16px; padding-left: 16px; line-height: 40px; }
}

@media only screen and (min-width: 981px) {
.menhid { display: none; }
}

@media only screen and (max-width: 980px) {
#topnav { position: relative; top: 0px; }
#topnav.active #tnbar { padding: 10px 10px; height: 120px; }
#logo, #topnav.active #logo { height: 100px; }
a.logo, #topnav.active a.logo { width: 296px; height: 100px; }
#mendiv { display: none; }
#transbar, #topnav.active #transbar { background-color: rgba(50,50,70,0.8); height: 1px; }
.menhid { display: inline-block; }
#navbutton { position: absolute; top: 68px; right: 10px;  }
a.menubutton {
text-decoration: none;
border: 1px solid #ffffff;
border-radius: 4px;
display: inline-block;
height: 40px;
line-height: 40px;
font-size: 20px;
padding-left: 10px;
padding-right: 10px;
color: #ffffff;
}
a.menubutton:hover {
border: 1px solid #027fca; background-color: #027fca;
}
#regbutton , #topnav.active #regbutton { top: 20px; }
a.reglink, #topnav.active a.reglink { font-size: 32px; height: 40px; padding-right: 10px; padding-left: 10px; line-height: 40px; border: 1px solid #f8363a; }
a.reglink: hover { background-color: #f8363a; }
}

@media only screen and (max-width: 768px) {
#tnbar { background-color: #000029; }
#regbutton , #topnav.active #regbutton { top: 10px; }
}

@media only screen and (max-width: 640px) {
#logo, #topnav.active #logo { height: 85px; }
a.logo, #topnav.active a.logo { width: 252px; height: 85px; }
#tnbar, #topnav.active #tnbar { padding: 10px 10px; height: 105px; }
#navbutton { top: 57px; }
a.menubutton { height: 36px; line-height: 36px; }
a.reglink, #topnav.active a.reglink { font-size: 28px; height: 36px; line-height: 36px; }
}

@media only screen and (max-width: 540px) {
#navbutton { top: 35px; }
#regbutton { display: none; }
}

@media only screen and (max-width: 480px) {
#logo, #topnav.active #logo { height: 72px; }
a.logo, #topnav.active a.logo { width: 213px; height: 72px; }
#tnbar, #topnav.active #tnbar { padding: 10px 10px; height: 92px; }
#navbutton { top: 30px; }
}

/*** COOKIE CONSENT ***/

.cc-grower { z-index: 1000; position: absolute; }