@font-face {
	font-family: 'VinylOT-Oblique';
	src: url('/themes/v5/css/fonts/2E4E5F_0_0.eot');
	src: url('/themes/v5/css/fonts/2E4E5F_0_0.eot#iefix') format('embedded-opentype'),
		 url('/themes/v5/css/fonts/2E4E5F_0_0.woff') format('woff2'),
		 url('/themes/v5/css/fonts/2E4E5F_0_0.woff') format('woff'),
		 url('/themes/v5/css/fonts/2E4E5F_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NewsGothicStd';
	src: url('/themes/v5/css/fonts/NewsGothicStd.eot');
	src: url('/themes/v5/css/fonts/NewsGothicStd.eot#iefix') format('embedded-opentype'),
  		 url('/themes/v5/css/fonts/NewsGothicStd.otf')  format('opentype'),
	     url('/themes/v5/css/fonts/NewsGothicStd.woff') format('woff'),
	     url('/themes/v5/css/fonts/NewsGothicStd.ttf')  format('truetype'),
	     url('/themes/v5/css/fonts/NewsGothicStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* HEADER */ /* ******************************************** */


#header {
	background:#ffffff;
}
/**/
#header .topBar a {
	color:#000; text-decoration:none;
	background:url(/themes/v5/images/arr-top.png) no-repeat right 3px;
	padding-right:15px;
	font-size:13px;
	line-height: 22px;
	display: inline-block;
	font-family: 'NewsGothicStd';
	font-weight:normal;
}
/**/
#header .logo {
	padding:20px 0 50px 0;
}
#header .logo img {
	width: 306px;
	height: auto;
}

/* NAVIGATION */

/* Navigation */

#nav {margin-bottom: 0px;}

    #nav > a {}

    #nav li {}
        #nav li a {
            color:#000000;
            font-size:17px; line-height:22px;
            font-family: 'VinylOT-Oblique';
        }
        #nav li a:active {}

    #nav span:after {}

    /* first level */

    #nav > ul {}
        #nav > ul > li {
            /*background: transparent url(/themes/v5/images/bg_nav_li.gif) 100% 7px no-repeat;*/
            background: transparent!important;
        }
        #nav > ul > li:last-child {background:none;}


            #nav > ul > li > a {padding-bottom:10px;}
                #nav > ul > li:not( :last-child ) > a {}
                #nav > ul > li:hover > a {
                    color:#6dcdb1;
                    background: transparent!important;
                }
                #nav > ul > li.active > a {
                    color:#6dcdb1;
                    background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom;
                }
                #nav > ul > li:hover > a {
                    color:#6dcdb1;
                    background: transparent!important;
                }
                #nav > ul:not( :hover ) > li.active > a {
                    color:#6dcdb1;
                    background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom;
                }
                #nav > ul > li.selected > a  {
                	color:#6dcdb1!important;
                    background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom;
                }
                 #nav > ul > li.selected:hover > a  {
                	color:#6dcdb1!important;
                    background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom!important;
                }

        #nav ul .bg-none{}

		/* second level */

		#nav li ul {}


/* ***** */

#navScroll {
	position:fixed;
	width:100%;
	top:0px;
	z-index:10000001;
	display:none;
}
#navScroll .placeholder {
	width:1024px;  margin:0 auto 0 auto; padding:10px 0 0 0;
	position:relative;
	height:32px;
	background:#ffffff;
	text-align:right;
	border-bottom:2px solid #6dcdb1;
}
#navScroll .placeholder .logoSmall {position:absolute; left:8px; top:5px; width:100px;}
#navScroll .placeholder .logoSmall img {width:100px; height:auto;}


	#navScroll .placeholder > a {
		display:none;
	}

	#navScroll .placeholder li {
		position:relative;
		z-index:1000000;
	}
		#navScroll .placeholder li a {
			color:#000000;
			font-size:17px; line-height:22px;
            font-family: 'VinylOT-Oblique';
			text-decoration:none;
			text-transform:uppercase;
			display:block;
		}
		#navScroll .placeholder li a:active {}

	#navScroll .placeholder span:after {
		width:0;
		height:0;
		content:'';
		vertical-align:middle;
		display:inline-block;
		position:relative;
	}

	/* first level */

	#navScroll .placeholder > ul {}
		#navScroll .placeholder > ul > li {
			padding:0 8px;
			/*background: transparent url(/themes/v5/images/bg_nav_li.gif) 100% 7px no-repeat;*/
			background: transparent!important;
		}
		#navScroll .placeholder > ul > li:last-child {background:none;}

			#navScroll .placeholder > ul > li > a {padding-bottom:10px; font-size: 15px; padding-top: 3px;}
				#navScroll .placeholder > ul > li:not( :last-child ) > a {}
				#navScroll .placeholder > ul > li:hover > a {
					color:#6dcdb1;
				}
				#navScroll .placeholder > ul:not( :hover ) > li.active > a {
					color:#6dcdb1;
					background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom;
				}
				#navScroll .placeholder ul li.selected > a  {
					color:#6dcdb1!important;
                    background:url(/themes/v5/images/arr-dropdown-green.png) no-repeat center bottom!important;
				}


		/* second level */

		#navScroll .placeholder li ul {
			display:none;
			position:absolute;
			top:100%;
			border:1px solid #888787;
			width:100px;
		}
			#navScroll .placeholder li:hover ul {
				display:block;
				padding:10px 10px 20px 10px;
				background:#fff;
				left:-7px;
				right:0;
			}
			#navScroll .placeholder li:hover ul li {padding:3px 0;}
				#navScroll .placeholder li:not( :first-child ):hover ul {}
				#navScroll .placeholder li ul a {padding-bottom:0px; letter-spacing:1px;font-size:11px;}
					#navScroll .placeholder li ul li a:hover,
					#navScroll .placeholder li ul:not( :hover ) li.active a {
						color:#000;
					}


@media (min-width: 961px) {

}

@media (min-width: 768px) and (max-width: 960px) {

}

@media (max-width: 767px) {

}



/* FOOTER */ /* ******************************************** */

#footer .bottomBar {
	border-bottom:6px solid #6dcdb1;
	border-top:6px solid #6dcdb1;
}


/* BOTTOM SIGNUP */ /* ******************************************** */

#footer .bottomBar .bottomSignUp {
	border:6px solid #6dcdb1;
	border-bottom:0px; border-left:0px;
}

#footer .bottomBar .bottomSignUp form input.textField {
	border: 1px solid #6dcdb1;
	font-family: 'NewsGothicStd';
	font-weight: normal;
	font-size: 13px;
	width: 135px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	text-transform: uppercase;
	color: #000;
	float: left;
	background: #ffffff;
}

#footer .bottomBar .bottomSignUp form select {
	border: 1px solid #6dcdb1;
	font-family: 'NewsGothicStd';
	font-weight: normal;
	font-size: 13px;
	width: 147px;
	padding: 0px 5px 0px 5px!important;
	height:33px;
	line-height: 33px;
	margin: 5px;
	text-transform: uppercase;
	color: #000;
	float: left;
	background: #ffffff;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	outline:none;
	-webkit-appearance:none;
}

#footer .bottomBar .bottomSignUp form input.btn {
	background: none;
	font-family: 'VinylOT-Oblique';
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 0;
	width: 148px;
	height: 31px;
	text-indent: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
	float: left;
}
#footer .bottomBar .bottomSignUp form input.btn.submit {
  background: #6dcdb1!important;
}
#footer .bottomBar .bottomSignUp form .required {
  font-weight: normal;
  font-family: 'NewsGothicStd';
  font-size:15px;
  padding: 17px 5px 0 0;
  text-transform: uppercase;
  float: left;
  width: 157px;
}


#footer .bottomLinks {
	font-family: 'NewsGothicStd';
	font-size:15px;
}

#footer .bottomBar .newsletter label a {
	font-family: 'NewsGothicStd';
	font-size: 13px;
	padding-top: 19px;
}







/* */

#header .topBar .topSignUp form .required {
	font-weight: normal;
	font-family: 'NewsGothicStd';
	font-size:15px;
	padding: 17px 5px 0 0;
	text-transform: uppercase;
	float: left;
	width: 157px;
}

#header .topBar .topSignUp form input.textField {
	border: 1px solid #6dcdb1;
	font-family: 'NewsGothicStd';
	font-weight: normal;
	font-size: 13px;
	width: 135px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	text-transform: uppercase;
	color: #000;
	float: left;
	background: #ffffff;
}

#header .topBar .topSignUp form input.btn {
	background: none;
	font-family: 'VinylOT-Oblique';
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 0;
	width: 148px;
	height: 31px;
	text-indent: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
	float: left;
}
#header .topBar .topSignUp form input.btn.submit {
	background: #6dcdb1!important;
}

#header .topBar .topSignUp form .errorSummary {
	background:url(/themes/v5/images/1x1-white50.png);
	font-family: 'Lato';
	font-size:11px; letter-spacing:normal;
	color:red;
	padding:5px 0;
}