.clear {
	clear: both;
}
.search-toggle{cursor: pointer;}
.b-search{
	display: flex;
	position: absolute;
    top: 60px;
	right: 0;
	width: 240px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.33);
	border-radius: 5px;
	z-index: 100;
}
.b-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: calc(100% - 56px);
    height: 40px !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #777778;
    text-transform: none;
	font-family: "Poppins", sans-serif !important;
    letter-spacing: 0em;
    padding-right: 10px !important;
    border: none !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px !important;
	box-sizing: border-box;
}
.b-search button{
	-webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
	font-family: "Poppins", sans-serif;
    float: right;
    width: 56px;
    height: 40px;
    text-align: center;
    border: none;
    padding: 0;
    font-weight: 800;
    font-size: 14px;
    color: #000;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffeb00;
	appearance: none;
	outline: none;
	cursor: pointer;
}




/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	padding: 0;
	border-radius: 5px;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
}
nav.primary > ul{
	display: flex;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	position: relative;
}
nav.primary ul li a{
	color: #2d2d2d !important;
	font-family: "Poppins", sans-serif;

	text-decoration: none;
	padding: 15px 15px;

	font-size: 14px;
	line-height: 15px;
	display: block;
	margin: 0;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: .3s ease all;
	font-weight: 400;
		word-break: keep-all;
}
nav.primary ul li a:hover {
color: #555 !important;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 15px 5px 15px;
	text-align: left;
	border-right: none;
	border-left: none;
	border-radius: 0 !important;
}
nav.primary ul li li a:hover {
}
nav.primary ul ul li:first-of-type a, .mobile-locations ul li:first-of-type a {
	padding-top: 10px !important;
}
nav.primary ul ul li:last-of-type a, .mobile-locations ul li:last-of-type a {
	padding-bottom: 10px !important;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
}
/* 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: 5px;
	overflow: hidden;
	background: #fff;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.dropdown-right-align{
	position: relative;
}
nav.primary .dropdown-right-align ul{
	left: unset; right: 0;
}
nav.primary ul li:hover>ul {
	display: block !important;
	line-height: 18px;
    z-index: 100;	left: unset; right: 0;
	padding-top: 6px;
}
nav.primary ul ul li {
	float: none;
    width: 200px;
	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: 1439px) {
	nav.primary ul li a, .mobile-locations li a {
		font-size: 13px;
		padding: 12px 8px;
		letter-spacing: unset;
    line-height: 14px;
		word-break: keep-all;
	}
}
@media screen and (max-width: 1200px) {
	nav.primary ul li a, .mobile-locations li a {
		font-size: 12px;
		padding: 12px 3px;
	}
}
@media screen and (min-width: 1080px) {
		.hide-desktop{
		display: none !important;
	}
.mobile-locations {
	display: none !important;
	}
}
@media screen and (max-width: 1079px) {

	
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
		cursor: pointer;
		width: 100%;
		display: block;
		font-size: 14px;
		position: relative;
		line-height: 28px;
		z-index: 1000;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
		display: flex; 
		justify-content: flex-end;
		padding-left: 20px;
	}
	#menu-button a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		font-weight: 600;
		padding: 0 10px;
	}
	nav.mobile {
		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;
		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;
		color: #fff;
		text-decoration: none;

		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;
	}
	nav.mobile ul li {
		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;
		border-left: 4px #111 solid;
	}
	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		border-left: 4px #ffeb00 solid !important;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left: 4px #111 solid;
		color:#fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}
	/* 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: #ccc;
		text-decoration: none;
		border-left: 4px #111 solid;
	}
	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	/* 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 .search-toggle{display: none !important;}
	.nav-footer {
		color: #ffeb00;
		position: relative;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 15px 0;
	}
	/* FONT AWESOME ICONS */
	nav.mobile .click i {
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 100;
		color: #fff !important;
		text-align: center;
		float: right;

		padding: 0;
		line-height: 1;
		font-size: 12px;
		background: unset;
		border: solid 1px #333;
		border-radius: 100%;
		top: -5px;
		position: relative;

	}
	nav.mobile ul li .fa-chevron-down {
	}
	.more {
		position: absolute;
		right: 5%;
	}
}
@media screen and (max-width: 500px) {
	#menu-button {
		text-align: center;
	}
}
nav.primary ul li a.click i{
	display: none !important;
}