﻿
.clear{clear:both;}

/***** Start of primary nav ******/
nav.mobile { display:none;}

/******** End of primary Nav ***************/

@media screen and (min-width: 1024px)  {
		
	.menu-toggle.exit-click{
		display: none !important;
	}
}

@media screen and (max-width: 1023px)  {
	
	.mobile + .menu-toggle.exit-click{
	
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		pointer-events: none;
		
				opacity: 0;	
		transition: ease opacity 0.3s;
	}
	.mobile.open + .menu-toggle.exit-click{
		pointer-events: auto;
		opacity: 1;
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: inline-block;
	font-size: 24px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: #000;
	text-align: right;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:normal;
        margin-right: 10px;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: -100%;
	bottom: 100%;
	width: 100%;
	background: #1f3763;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:scroll;
  font-family: 'Nunito Sans', sans-serif;

}
/* 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:not(.exit-click) {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	position:relative;
    text-align: center;
	margin: 0;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
    display: inline-block;
	font-size:15px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
    text-align: center;
}
/* SECOND LEVEL */
nav.mobile ul li li a {
	position: relative;
    display: block;
    font-size: .875rem;
    padding: 0.7rem 1.1rem;
	background: #192b4d;
	color: #fff;
	text-decoration: none;
    text-align: center;
	width: 100%;
	margin: 0 auto;
}
/* THIRD LEVEL */
nav.mobile ul li li li a {
	background: #18449c;
}

	 nav.mobile ul.text-align-left li a{
		text-align: left;
	}
}

.click{
    margin-left: 15px;
}
.click i{
    display: inline-block;
    right: 0;
    top: 0;
    padding: 0 6px;
	color: #fff;
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}