.clear {
	clear: both;
}

.cs-header{
	background: #000;
	color: #fff;
	padding: 25px 4.35vw;
	display: flex; justify-content: space-between;
}
.cs-preheader a{
	transition: ease all 0.1s;
}
.cs-preheader a:hover{	color:#ffd248;
}
.cs-preheader{
	flex-grow: 1;
	max-width: 600px;
	display: flex; justify-content: space-between;
}

	.social-btns{
		display: flex;
		flex-wrap: wrap;
		z-index: 10;
	}
	.social-btns a{
		line-height: 48px;
		width: 48px;
		text-align: center;
		font-size: 18px;
		align-items: center;
		height: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #fff;
	}

/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	background: #232323;
	display: flex;
	justify-content: space-around;
	margin: 0;
	width: 100%;
	position: relative;
	align-items: center;
	padding: 20px 0;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary > ul {
	background: #646464;
	max-width: 90%;
	width: 100%;
	display: flex;
	gap: 1px;
	justify-content: space-between;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	flex-grow: 1;
	background: #232323;
}
nav.primary ul li a {
	color: #fff;
	font-family: "urw-din-condensed", sans-serif;
	line-height: 20px;
	font-size: 16px;
	text-decoration: none;
	padding: 0 12px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
}
nav.primary ul li a:hover {
	color:#ffd248;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	text-align: left;
	border-right: none;
	border-left: none;
	background:#000;
	border-bottom: #232323 solid 1px;
	padding: 10px 20px;
}
nav.primary ul li li:last-of-type a {
	border-bottom: unset;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: block !important;
	opacity: 0;
	pointer-events: none;
	background: transparent;
	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);
	z-index: 100;
	transform: translateY(-10px);
	transition: ease all 0.3s;
	padding-top: 15px;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	opacity: 1;
	line-height: 18px;
	pointer-events: unset;
	transform: translateY(0);
}
nav.primary ul ul li {
	float: none;
	width: 180px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-caret-down {
    padding-left: 6px;
	color: #777;
	font-size: 12px;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1480px) {
	nav.primary ul li a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1200px) {
	nav.primary ul li a {
		padding: 10px 5px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1001px) {
	.show-mobile {
		display: none !important;
	}
	.menu-toggle.exit-click{
		display: none !important;
	}
}
@media screen and (max-width: 1000px) {
	
	.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;
		
		background: rgba(36,32,33,0.33);
				opacity: 0;	
		transition: ease opacity 0.3s;
	}
	.mobile.open + .menu-toggle.exit-click{
		pointer-events: auto;
		opacity: 1;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
	
.cs-header{
	padding: 0;
	flex-wrap: wrap;
	
	justify-content: center;
}
.cs-header > div:nth-of-type(1){
	padding: 25px 4.35vw;
	width: 100%;
    display: flex;
	justify-content: center;
}
.cs-preheader{
	max-width: unset;
	background: #232323;
    padding: 10px 20px;
    align-items: center;
}
.cs-preheader > div:nth-of-type(1){
	order: 2;
}
.cs-preheader > .cs-header-phone{
	order: 1;
	font-size: 24px;
}
.cs-preheader > .menu-toggle{
	order: 3;
}
	.social-btns a{
		width: 36px;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/
	.hide-mobile {
		display: none !important;
	}
	.menu-toggle:not(.exit-click), .search-toggle {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		font-size: 18px;
	}
	nav.mobile {
	font-family: "urw-din-condensed", sans-serif;
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: 000;
		z-index: 1001;
		background: #000;
		/* 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: 24px;
		word-spacing: 13px;
		padding: 10px;
		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;
		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;
		color: #fff;
		text-decoration: none;
		top:-35px;
		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 {
		border-bottom: 1px solid #232323;
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
		color: #ffd248;
		/* border highlight - Change to fit match site colors */
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li {
		border-color: #000;
	}
	nav.mobile ul li li a {
		background: #232323;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		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: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	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: 17px 20px;
		color:#fff;*/
	}
	.nav-footer {
		color: #277eab;
		position: relative;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 15px 0;
	}
	/* 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);
	}
}
@media screen and (max-width: 500px) {
	#menu-button {
		text-align: center;
	}
}
/* Hide the desktop menu item icons */
.primary li > i {
	display: none;
}
/* Position the mobile menu item icons */
.mobile li i {
	position: absolute;
	font-size: 18px;
	color: #999;
	right: 13px;
	top: 6px !important;
	padding: 0 !important;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}