﻿
.clear{clear:both;}

nav.primary ul li .fas {
	font-size: 8px;
}

/***** START OF PRIMARY NAV ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:inline-block;
	margin:0 auto;
	width:100%;
	position:relative;
	text-align: center;
	background: linear-gradient(#777, #555);
	top: 4px;
	z-index: 99;
	}
	nav.primary ul {
		margin:0; 
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		}
		nav.primary ul li {
			display:inline-block;
			border-left: 2px solid #555555;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li:last-child {
				border-right: 2px solid #555555;
			}
			#red {background: #a01e1e!important;}
			#red:hover {background: #ec0000!important;}
			#green {background: #4c8300!important;}
			#green:hover {background: #74ab32!important;}
			nav.primary ul li a {
				color:#fff;
				font-size:12px;
				letter-spacing: 1px;
				text-decoration:none;
				display:block;
				margin:0;
				margin-right: -5px;
				text-align:center;
				text-transform:uppercase;
				font-weight: 700;
				padding: 15px 2vw;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;	
				}	
			nav.primary ul li a:hover {
				background: #666666;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-weight: 600;
				letter-spacing: 1px;
				padding: 10px 15px;
				color:#fff;
				background: rgba(119,119,119, .95);
				text-align:left;
				border-bottom: 1px solid #444444;
			}
			nav.primary ul li li {
				border-left:none!important;
				border-right: none!important;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #666666;
				font-weight: bold;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 270px;
    position: relative;
    margin:0;
	display: block;
}


@media screen and (max-width: 1290px) {
	nav.primary ul li a {font-size: 11px;}
}


/*=======================
	END OF MAIN NAVIGATION
=========================*/

@media screen and (max-width: 1000px) {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: block;
	font-size: 24px;
	position: relative;
	line-height:25px; 
	z-index: 2; /* needs to be lower than nav.mobile, adjust as needed */
	background: linear-gradient(#777, #555);
	}
	a#menu-button {
		 color:#000;
		 text-decoration: none;
		 padding:.35em; 
		 font-weight:bold;
		 font-family: 'Montserrat', sans-serif;
		 font-size: 28px;
		 letter-spacing: 1.5px;
		 text-align: center;
		 display: inline-block;
		 top: 1px!important;
		 box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	  }
	a:hover#menu-button {
		color: #ddd;
		-webkit-transition:.2s ease-in;  
		-moz-transition:.2s ease-in;  
		-o-transition:.2s ease-in;  
		transition:.2s ease-in;	
	}
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -290px;
	width: 290px;
	height: 100%;
	background: #2a2a2a;
	z-index: 999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	color: #eeeeee;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #ddd;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #444444;
	position:relative;
	font-family: 'Montserrat', sans-serif;
}
	nav.mobile ul li:last-child {
		border-bottom: 1px solid #444444;
	}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #eeeeee;
	text-decoration: none;
	transition: .2s ease-in;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
}
nav.mobile ul li a:hover {
	background: rgba(3, 67, 142, .8);
	color: #fff; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #333;
	position: relative;
	display: block;
	padding: 1.25em 2em;
	transition: .2s ease-in;
	color: #eeeeee;
	text-decoration: none;
	border-left: none;
}
nav.mobile ul li li a:hover	{/*background:rgba(143,23,32,.9); color: #fff;*/}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: none;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #eeeeee;
	text-decoration: none;
	border-left: none;
}
nav.mobile ul li li li a:hover {/*background:rgba(143,23,32,.9);*/}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 15px 20px;
	color:#fff;

}
.nav-footer {color:#777; position:relative; text-align:center; font-size:10px; line-height:20px; padding:15px 15px; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

nav.mobile ul li .fa-chevron-down {color:#999;}
}