
#menu-button{ /* hiding responsive menu button */
	display: none;
	}

/***** Start of primary nav ******/

.sticky {
	position:fixed;
	background:rgba(27,46,96,0.85);
	top:0;
}
.nav-open-button {
display:none;	
}
			
			nav.primary ul li li.drop a {
				width:29.25%;
				float:left;
				margin:0%;
				padding:4px 2%;
				height:32px;
				background:#001f66;
				color:#dab400!important;
				box-sizing:content-box;
			}
			
			nav.primary ul ul.drop {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#001f66;
	
	width:560px;

}

.bar {
display:none;	
}

nav.primary {
		width:100%;
		float:right;
		box-sizing:border-box;
		
	}
	nav.primary ul {
			float:left;

		}
		nav.primary ul li {
				float:left;
			}
			
		nav.primary ul li a i {
				display: none;
			}
			

			nav.primary ul li a {
					padding:15px 17px;
					display:block;
					text-decoration:none;
					font-weight: 600;
					text-transform:uppercase;
					color:#fff;
					font-family: 'Roboto', sans-serif!important;
					font-weight:700;
					font-size:16px;
					-webkit-transition: all .5s ease; 
					-moz-transition: all .5s ease; 
 					-ms-transition: all .5s ease; 
					-o-transition: all .5s ease;
					 transition: all .5s ease;
				border-bottom:5px solid rgba(255,255,255,0.00);
				
				}	
			nav.primary ul li a:hover {
					border-bottom:5px solid #fed301!important;
					
				}
				
				
				
			nav.primary ul li li a { /* appearance of the sub-level links */
					padding:8px 30px;
					text-transform:none;
					font-weight:600;
					font-size:16px;
					color:#fff;
					background:rgba(27,46,96,1.00);
				
				text-align:center;
					text-transform:uppercase;
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */			
			border-bottom:5px solid #fed301!important;
				
			}
			
			


nav.primary ul li span.clickone{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(/themes/SandhillsTemplate/images/dropdown.png) 10px 12px no-repeat;
	background-size:58%;
	position:relative;
	display:block;
	float:right;
	margin:-41px 29px 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:27px;
	height:21px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
		-webkit-transition: all .4s ease; /* Safari and Chrome */
    -moz-transition: all .4s ease; /* Firefox */
    -ms-transition: all .4s ease; /* IE 9 */
    -o-transition: all .4s ease; /* Opera */
    transition: all .4s ease;
	z-index:1;
}
nav.primary ul li:hover span.clickone{

}


			
			.current {
			
				}
				
				.current a {
				border-bottom:5px solid #fed301!important;
				}
				
				.current ul li a {
				
				}
				
				
				
			
			
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */
  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    z-index:999999;

	

}

nav.primary ul ul.manulogos {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#eeeeee;
	padding-top:10px;
	margin-left:20px;
	width:500px;
	right:15%;
}
  
nav.primary ul ul ul {
    position: absolute; 
    right: 100%;
    top:0;
	margin:0;
	padding:0;
	width:155px; 
}
  
nav.primary ul li:hover > ul {  
    display: block !important;
    line-height:18px;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}


@media screen and (max-width: 1302px) {

	nav.primary ul li a {
		padding:15px 10px;
		font-size:16px;
	}
}

@media screen and (max-width: 1160px) {

	nav.primary ul li a {
		padding:15px 10px;
		font-size:14px;
	}
}

  


/******** End of primary Nav ***************/



@media screen and (min-width: 1051px)  {

	nav.mobile {
		position: fixed;
		left: -100%;
		display: none !important;
	}
}
@media screen and (max-width: 1050px)  {


	
nav.primary{
	display:none;
}

.menubutton {
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:7px;
}

.fa-bars {
	
margin-right:0px;

}

/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block!important;
	position: relative;
	z-index: 999;/* needs to be lower than nav.mobile, adjust as needed */
	
	box-sizing:border-box;
	float:right;
	width:100px;
	box-sizing:border-box;
	font-family: 'Roboto Condensed', sans-serif!important;
	text-align:center;
	}
	#menu-button a {
		 color:#fff!important;
		 text-align:center;
		
		font-family: 'Roboto Condensed', sans-serif!important;
					font-weight:700;
					font-size:27px;
		float:right;
		padding:10px 15px;
		box-sizing:border-box;
		border:1px solid #fff;
		margin-top:10px;
		
	  }
	  #menu-button a:hover {
		 background:#fed100!important;
	  }
	  
	  
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: rgba(27,46,96,1.00);
	background-size:cover;
	z-index: 999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	text-transform:uppercase;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 4px solid #1c2b50 ;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: ;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fee800!important;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #1c2b50 ;
	border-bottom: 1px solid #1f2f56 ;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #41f2f56 ;
	border-bottom: 1px solid #1c2b50 ;
	position: relative;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff!important;
	text-decoration: none;
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
nav.mobile ul li a:hover {
	background:#fed100;
	color: #263760!important;
	font-weight:bold;
}

.manulogo img {
	width:100%;
}

nav.mobile ul li.manulogo {
	border:none;
}

nav.mobile ul li li.manulogo a {
	width:44%;
	float:left;
	margin:2%;
	padding:1%;
	background:#eee;
}

nav.mobile ul li li.manulogo a:hover {
	background:#fff;
}

nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li i{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
    background: url(images/arrow.png) 10px 9px no-repeat;
    background-size: 55%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
    width: 44px;
    height: 41px;
}

}





@media screen and (max-width: 550px)  { 

#menu-button a {
	margin-top:0;
	}

}






