.clear {
	clear: both;
}
/***** Start of primary nav ******/
body:not(.highlightSidebars) .cia-header{
	margin-bottom: -92px !important;
	
    display: block;
    z-index: 200;
    float: left;
    width: 100%;
	box-sizing: border-box;
}
.cia-header{
	background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	padding: 0 2.2%;
	position: relative;
}
#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 {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	gap: 5%;
}
ul#menu-secondary {
	justify-content: flex-end;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
	color: #fff;
	letter-spacing: 4px;
	font-size: 16px;
	font-family: paralucent, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	text-decoration: none;
	padding: 10px 12px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-weight: 700;
	border-radius: 10px;
}
nav.primary ul li a:hover, nav.primary ul li:hover > a {
	background-color:#d90722;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-align: left;
	border-right: none;
	border-left: none;
	color: #1a1a1a !important;
	border-bottom: #eee solid 1px;
	font-family: paralucent, sans-serif;
	text-transform: unset !important;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background: unset !important;
	padding-left: 20px !important;
}
/* 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 8px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
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: 300px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 3px;
    padding-top: 3px;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1900px) {
	nav.primary ul li i{
		display: none !important;
	}
	nav.primary ul li a{
		font-size: 14px;
		letter-spacing: 0.2em;
	}
}
@media screen and (max-width: 1540px) {
	nav.primary ul li a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	nav.primary ul ul li {
		width: 240px;
	}
	nav.primary ul li li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
	nav.primary ul li a {
		padding: 10px 5px;
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
		width: 100%;
		font-size: 22px;
		position: relative;
		line-height: 40px;
		z-index: 1000;
		padding-top: 22px;
		display: flex;
		justify-content: flex-end;
	}
	#menu-button a {
		color: #fff;
		text-decoration: none;
		text-align: center;
		width: 48px;
		height: 48px;
		line-height: 48px;
		display: flex;
		justify-content: center;
		border-radius: 100%;
		border: solid 1px #fff;
	}
	nav.mobile {
	font-family: paralucent, sans-serif;
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #000;
		z-index: 1001;
		/* 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: #fff !important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #fff;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #fff;
	}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 40px 0 10px 0;
		/*margin:40px 0 10px 0;*/
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		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: -4px;
		/*top:-35px;*/
		right: 13px;
	}
	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	/* 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;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a i {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		line-height: 48px;
		padding: 0 18px;
		z-index: 100;
	}
	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;
	}
}
@media screen and (max-width: 500px) {
	#menu-button {
		text-align: center;
	}
}
/* Hide the desktop menu item icons */
.primary li > i {
	display: none;
}
