@font-face {
    font-family: 'brandon_text_regularregular';
    src: url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.eot');
    src: url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
         url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff'),
         url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.ttf') format('truetype'),
         url('../../fonts/hvd_fonts_-_brandontext-regular-webfont.svg#brandon_text_regularregular') format('svg');
    font-weight: normal;
    font-style: normal; 

}
nav {
	background: none;
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-ul .s-12.l-5 {
	background: none;
}
.top-nav ul {
	padding: 0;
}

.top-nav a {
	font-size: 1em;
	text-transform:lowercase; text-decoration:none; font-family:'brandon_text_regularregular', Arial, Helvetica, sans-serif ;
}
.top-nav li.logo a, .top-nav li.logo.active-item a {
	background: none repeat scroll 0 0 ;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav li.logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav li.logo.active-item a:hover {
	background: none;
}
nav ul li ul li {
	text-align: left; width:100%;background: none repeat scroll 0 0 rgb(131, 178, 0); 
}
.top-nav ul ul {
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(131, 178, 0); color:#FFFFFF; width:200px; font-size: 1em;
}

.top-nav li ul li a:hover {
	background: none repeat scroll 0 0 rgb(155, 204, 24);
}
@media screen and (max-width: 1024px) {

nav {
	background: none repeat scroll 0 0 rgb(131, 178, 0);
	position:inherit;
	line-height:2em;
}
.top-nav {
	text-align: left;
}
.carousel-text h2 {
	font-size: 1.3em;
}
.carousel-text p {
	font-size: 1em;
}
ul.top-ul {
	padding: 0;
}
ul.top-ul .right {
	float: none;
}
}