.clear {
	clear: both;
}

.cs-preheader{
	font-family: aktiv-grotesk, sans-serif;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	line-height: 30px;
	font-size: 14px;
}
#cs-preheader-copy a{
	font-weight: 700;
	color: #fff;
}
.cs-preheader a:hover, .cs-preheader a:hover span, .cs-pre-location .loc-hours:hover{
	color: #edef12;
}
.cs-preheader a span{
	transition: ease all 0.2s;
	
}
.cs-header{
	font-family: aktiv-grotesk, sans-serif;
	background: #1d5191;
	padding: 20px 20px 20px 40px;
}


	.cs-header .btn.btn-white{
		display: flex; align-items: center;
		justify-content: center;
		width: 50px;
		flex-shrink: 0;
	}


	.cs-pre-location{
		display: flex;
		position: relative;
	}
	.cs-pre-location > a{
		padding-right: 10px;
		padding-left: 10px;
		color: #fff;
	}
	.cs-pre-location > div{
		padding-right: 10px;
		padding-left: 10px;
	}
	.cs-pre-location .loc-name{
		font-weight: 700;
	}


	.loc-hours-dropdown{
		background: #fcf5ee;
		padding: 20px;
		border-radius: 8px;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 300;
		display: none;
   		width: 320px;
	}
.loc-hours{
	cursor: pointer;
	transition: ease all 0.2s;
}
	.loc-hours-dropdown .fa-times{
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: -22px;
		text-align: right;
		padding: 5px 0;
		z-index: 10;
		color: #000;
		opacity: 0.9;
	}
.loc-hours-dropdown .paragraph{
	font-size: 14px;
	line-height: 18px;
}

.mv-search{
    display: flex;
    top: 140px;
    right: 20px;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.search-toggle{
	
    padding: 0 !important;
    width: 50px !important;
	
    display: flex;
    height: 50px;
}
.search-toggle.open i:before{
	content: "\f00d";
}
.mv-search form{
	width: 100%;
	margin: 0 !important;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
    height: 48px !important;
	font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 20px;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
}
.mv-search button{
	font-family: aktiv-grotesk, sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}




/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
	flex-grow: 1;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary > ul {
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
    font-size: 16px;
	color: #fff;
	font-family:  aktiv-grotesk, sans-serif;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 12px;
	display: block;
	margin: 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: 700;
}
nav.primary ul li a:hover {
	color: #edef12;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 16px;
	line-height: 18px;
	padding: 14px 0 14px 20px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fcf5ee;
	border-bottom: #ccc solid 1px;
	 color: #000;
	font-family:  aktiv-grotesk, sans-serif;
	font-weight: 700;
}
nav.primary ul li li a:hover {
	color: #edef12;
background: #000;
}
/* 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);
	border-radius: 4px;
    overflow: hidden;
}
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: 280px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 7px;
    padding-top: 3px;
	opacity: 0.5;
	font-size: 14px !important;
	
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1639px) {
	nav.primary ul li a {
		font-size: 14px;
		padding: 0;
	}
	.cs-header .btn.btn-white{
		width: 38px !important;
		line-height: 36px;
		font-size: 14px;
		
    	height: 38px;
		display: flex; align-items: center;
	}
	.cs-header .btn.btn-default{
		font-size: 14px;
		padding: 0px 10px;
		width: 110px;
		line-height: 36px;
    	height: 38px;
	}
	
	.cs-preheader{
		font-size: 12px;
	}
}
@media screen and (min-width: 1280px) {
	.show-mobile{
		display: none !important;
	}
	.hide-desktop{
		display: none !important;
	}	
	.menu-toggle.exit-click{
		display: none !important;
	}
}
@media screen and (max-width: 1279px) {	
	.search-toggle{
		
    display: flex !important;
    height: 48px;
		align-items: center;
		justify-content: center;
	}
	.mv-search{
    	top: 64px;
	}
	.cs-header{
		padding: 20px;
	}
	.cs-pre-location{
		flex-direction: column;
		gap: 0;
		line-height: 1.6;
	}
	.cs-pre-location i{
		display: none !important;
	}
	.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);
	}
	
	
	.hide-mobile{
		display: none !important;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
		display: block;
		font-size: 24px;
		position: relative;
		line-height: 40px;
		z-index: 100;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
	}
	#menu-button a {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		font-weight: 600;
	}
	.menu-toggle:not(.exit-click) span {
		font-size: 20px;
	}
	nav.mobile {
	font-family:  aktiv-grotesk, sans-serif;
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #fcf5ee;
		z-index: 500;
		/* 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: #000 !important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #000;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #000;;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #000;
	}
	/* 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) {
		cursor: pointer;
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		color: #555;
		text-decoration: none;
		top:-35px;
		right: 13px;
	}
	nav.mobile .menu-toggle:not(.exit-click):hover {
		/* Menu close button on hoveer */
		color: #000;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	nav.mobile ul li:last-of-type {
		border-bottom: unset;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		padding: 15px 15px 15px 15px;
		color: #000;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		color: #000;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li {
		border-color: #333;
	}
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: white;
		position: relative;
		display: block;
		padding: 15px;
		border-left: 5px #000 solid;
		color:#fff;
		background: #000;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
	}
	/* 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: 15px 15px 15px 15px;
		color: #fff;
		text-decoration: none;
		border-left: 10px #555 solid;
	}
	nav.mobile ul li li li a:hover {
	}
	/* 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: 15px;
		color: #fff;
		text-decoration: none;
		border-left: 15px #777 solid;
	}
	nav.mobile ul li li li li a:hover {
	}
	.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);
	}
}
/* Hide the desktop menu item icons */
.primary li > i {
	display: none;
}
/* Position the mobile menu item icons */
.mobile li i.fa-angle-down {
	position: absolute;
	font-size: 18px;
	color: #555;
	right: 15px;
    top: 50% !important;
    transform: translateY(-50%);
	padding: 0 !important;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}