.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary > ul {
	padding-top: 20px;
	padding-right: 40px;
	display: flex;
	justify-content: space-around;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	position: relative;
}
nav.primary ul li a {
	color: #000 !important;
	font-family: 'urw-din', sans-serif;
	text-transform: uppercase;
	line-height: 48px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	margin: 13px 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 500;
	font-size: 14px;
	border-radius: 5px;
}
nav.primary ul li a i{
	line-height: 48px;
}
nav.primary ul li a:hover {
	background-color:#E0E0E0;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	line-height: 18px;
	padding: 20px;
	margin: 0;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fff;
	border-bottom: #eee solid 1px;
	 color: #000 !important;
	font-family: 'urw-din', sans-serif;
	font-weight: 800;
    border-radius: 0;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color: #b3c618;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
nav.primary > ul > li > ul {
    margin-top: -12px;
}
nav.primary li.dropdown-left > ul {
    right: 0;
}
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: 240px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-plus {
    padding-left: 6px;
    padding-top: 0px;
	font-size: 12px;
	color: #003fc1;
}
nav.primary i.fas.fa-angle-down {
    line-height: 42px !important;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1600px) {
	nav.primary ul li a {
		font-size: 12px;
	}
	nav.primary ul li a i{
	}
	
	nav.primary ul li li a { padding: 13px; }
}
@media screen and (min-width: 1280px) {
	.show-mobile{display: none !important;}
}
@media screen and (max-width: 1279px) {
	.hide-mobile{display: none !important;}
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height: 40px;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
		padding-top: 0;
	}
	#menu-button a {
    padding: 30px 35px;
    color: #000;
		text-decoration: none;
		text-align: center;
		font-weight: 600;
    display: inline-block;
	}
	.menu-toggle span {
		font-size: 20px;
	}
	.mobiletitle{
		padding: 0 20px;
		font-family: 'urw-din', sans-serif;
		letter-spacing: 6px;
		font-size: 14px;
		font-weight: 300;
		font-style: italic;
	}
	nav.mobile {
		font-family: 'urw-din', sans-serif;
		display:block;
		position: fixed;
		top: 0;
		left: -275px;
		width: 275px;
		height: 100%;
		background: #000;
		z-index: 10001; /* 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: #fff;
		font-size: 18px;
		font-weight: 400;
	}
		nav.mobile .social-icons{
			margin: 20px;
		}
		nav.mobile .social-icons a{
			font-size: 16px;
			width: 48px;
			height: 48px;
			line-height: 48px;
			color: #fff !important;
			box-shadow: none !important;
			background: none !important;
		}
	/* 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;
		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;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:14px;
    padding: 16px 20px;
		color: #fff;
		text-decoration: none;
		text-align: left;
		font-weight: 700;
	}
	nav.mobile ul li a:hover {
		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: 20px 20px 20px 25px;
		color: #fff;
		text-decoration: none;
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 20px 20px 20px 30px;
		color: #ccc;
		text-decoration: none;
	}
	/* 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;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}
	nav.mobile ul li .fa-chevron-down {
		color: #999;
	}
	.more {
		position: absolute;
		right: 5%;
	}
	.mobilefooterlogo {
		text-align: center;
		margin: 0 auto;
		transform: scale(0.9);
	}
}
/* Hide the desktop menu item icons */
.primary li > i {
	display: none;
}