/*  NAVIGATION
------------------------------------------------*/
#menu-button{
	display: none;
	color:#1b457b;
}

nav.mobile {
	display:none;
}

nav.primary {	
	padding:0;
	margin:0;
	z-index:700; 
	display:inline-block;
	box-sizing:border-box;
	width:100%;	
	margin:0;
	background:transparent; /*full width of the nav*/
}
	
nav.primary ul {
	padding:0;
	margin:0;
	text-align:center;
	float:none;
}

nav.primary ul li {
	float:none;
	text-align:center;
	padding:0;
	margin:0 -1px;
	display:inline-block;
}

nav.primary ul li a:hover {
	width:auto;
	height:100%;
	color:#fff!important;
	background:#e73132 !important; /*red*/
}

nav.primary ul li {
	margin:0 auto;
	paddding:0;
	text-align:center;
	z-index:9999;
	list-style-type:none;	
	display: inline-block;
	box-sizing:border-box;
	vertical-align: middle;
	transform: translateZ(0);
	position: relative;
}

nav.primary ul li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
		
/*nav.primary ul li:hover, nav.primary ul li:focus, nav.primary ul li:active {color: #fff;}
nav.primary ul li:hover:before, nav.primary ul li:focus:before, nav.primary ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}*/
				
nav.primary ul li a {
   	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	padding: 20px;
	color:#e73132; /*red*/
	font-size:22px;
	line-height:22px;
	font-weight:700;
	text-decoration:none;
	margin:0 -2px;
	border-right:1px solid #E4E4E4;
	text-align:center;
}	

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	font-size: 16px;
	line-height:20px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px;
	z-index: -1;
	
	color:#3D3D3D; /*initial box color you see when hovering over nav*/
	opacity: 1;
	background: #8F8F8F;
	width: 102px; /*set size of dropdown boxes*/
	
	border-right:none;
	border-left:none;
	border-bottom:1px solid #666666;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active { /*hover box color*/
	opacity: 1;
	background: #e73132; /*red*/
	color:#fff; 
}

/*  OPTIONAL SUB-LEVEL LINKS
------------------------------------------------*/
nav.primary ul li li:last-child  {
}

nav.primary ul li li:last-child a {
	border-bottom:none;
}


/*  Optional Styles
------------------------------------------------*/	
nav.primary ul li:first-child  { /* Optional-use, this targets first li */
    border-left: 1px solid #E4E4E4;
}	
  
nav.primary ul li li:last-child  { /* Optional-use, cancells out border for subnav li containers*/
    border-bottom:none;
}

nav.primary ul li li:first-child  {
    border-left:none;
}

/*  NAV DROPDOWNS
------------------------------------------------*/
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:12px; 
    z-index: 500;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

/*  SUB SUB NAV
------------------------------------------------*/
nav.primary ul li li li a:link, nav.primary ul li li li a:visited{
	font-size: 14px;
	line-height:14px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px;
	z-index: -1;
	
	color:#3D3D3D; /*initial box FONT color you see when hovering over nav*/
	opacity: 1;
	background: #B5B5B5; /*initial box color you see when hovering over nav*/
	width: 180px; /*set size of dropdown boxes*/
	
	border-right:none;
	border-left:none;
	border-bottom:1px solid #666666;
}

nav.primary ul li li li a:hover,nav.primary ul li li li a:active { /*hover box color*/
	opacity: 1;
	background: #252a5d;
	color:#fff; 
}

/*  SUB SUB NAV Optional Styles
------------------------------------------------*/		
nav.primary ul li li li:first-child  { /* Optional-use, this targets first li li li */
    border-left:1px solid #666666;
}
	
nav.primary ul li li li:last-child  { /* Optional-use, cancells out border for subnav li li li containers*/
    border-bottom:none;
}

/*  BOTTOM NAV
	SUB NAV
------------------------------------------------*/
nav.bottom ul li li a:link, nav.primary ul li li a:visited{
	font-size: 18px;
	line-height:14px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	padding:10px;
	z-index: -1;
	
	color:#3D3D3D; /*initial box color you see when hovering over nav*/
	opacity: 1;
	background: #8F8F8F;
	width: 105px; /*set size of dropdown boxes*/
	
	border-right:none;
	border-left:none;
}

nav.bottom ul li li a:hover,nav.primary ul li li a:active { /*hover box color*/
	opacity: 1;
	background: #e73132; /*red*/
	color:#fff; 
}

/*  OPTIONAL SUB-LEVEL LINKS
------------------------------------------------*/
nav.bottom ul li li:last-child  {
}

nav.bottom ul li li:last-child a {
	border-bottom:none;
}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.bottom ul ul {
    display: none;
    position: absolute; 
}
  
nav.bottom ul ul ul {
    position: absolute; 
    left: 100%;
    top:0;
}
  
nav.bottom ul li:hover > ul {  
    display: block;
    line-height:12px; 
    z-index: 500;
}
  
nav.bottom ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

/*===================== 
	Responsive styles 
=======================*/

@media screen and (max-width: 1550px) {
	nav.primary ul li a {
	padding: 20px 10px;
	font-size:20px;
	line-height:22px;
	}	
}

@media screen and (max-width: 1170px) {
	nav.primary{display:none;}
	
	#menu-button{ /* initially will need to be hidden */
		display: inline-block;
		font-size:22px;
		font-weight:700;
		font-family: 'Roboto Condensed', sans-serif;
		width:50%;
		padding:20px 10px;
		position: relative;
		z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
		float: left;
		background-color:transparent; /*full width of the nav*/
	}
	#menu-button a{
		color:#e73132; /*red*/
		text-decoration: none;
		float: right;
	}
	
	#menu-button a:hover {
		color:#000;
	}
	
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* 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;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.2em;
		font-weight: 400;
		border-bottom: 4px solid #222;
	}
	nav.mobile .menu-toggle { /* Menu close button */
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	nav.mobile .menu-toggle:hover {color: #fff;}
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin:0;
		padding:0;
		font-family: 'Roboto Condensed', sans-serif;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	
	nav.mobile ul li span.click {
		background: url(../siteart/down-arrow.png) 10px 12px no-repeat;
		background-size: 55%;
		position: relative;
		display: block;
		float: right;
		margin: -44px 0 0 0;
		cursor: pointer;
		z-index: 12399994;
		width: 44px;
		height: 44px;
		-webkit-transition: background-size .3s ease-in-out;
		-moz-transition: background-size .3s ease-in-out;
		transition: background-size .3s ease-in-out;
	}
	
	nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 15px 0px 15px 20px;
		color: #999;
		font-size:15px;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {background: #000; color: #fff;}
	
	nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		background:url(../siteart/arrow.png) 10px 12px no-repeat;
		background-size:55%;
		position:relative;
		display:block;
		float:right;
		margin:-44px 0 0 0;
		cursor:pointer;
		z-index: 12399994;
		width:44px;
		height:44px;
		-webkit-transition:background-size .3s ease-in-out;
		-moz-transition:background-size .3s ease-in-out;
		transition:background-size .3s ease-in-out;
	}
	nav.mobile ul li span.click:hover{background-size:60%;}
	
	nav.mobile ul ul li a { /*sub sub styles*/
		background:#7E7E7E;
		color:#000;
		font-size:12px;
		font-weight:700px;
	}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 420px) {

}