.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;
	font-family: 'Barlow', sans-serif;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary > ul {
	display: flex;
	justify-content: space-around;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 12px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
	letter-spacing: 1px;
}
nav.primary ul li a:hover {
	color: #ffd205 !important;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#333;
	border-bottom: #111 solid 1px;
	 color: #fff !important;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    letter-spacing: 1px;
}
/* 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 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: 310px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 12px;
    padding-top: 3px;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1480px) {
	nav.primary ul li a {
		padding: 10px 5px;
		font-size: 12px;
	}
	nav.primary ul ul li {
		width: 240px;
	}
	nav.primary ul li li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (min-width: 1280px) {
	.show-mobile{
		display: none !important;
	}
	
	.menu-toggle.exit-click{
		display: none !important;
	}
	
}
@media screen and (max-width: 1279px) {
	
	.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(0,0,0,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;
	}
	#header{justify-content: space-between;}
	.col-social{
		display: none !important;
	}
	.col-nav{
		width: unset !important;
		padding: 0;
		margin: 0;
	}
	.col-logo{
    	padding-right: 30px !important;
	}
	.header-border{width: 130px;}
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	#menu-button {
	  align-items: center;
	  display: flex;
	  justify-content: center;
	  margin: 0;
	}
	#menu-button a {
		color: #fff;
		width: 42px;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 18px;
	}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 10;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 10;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 10;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}
	
	
	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;
		font-family: 'Barlow', sans-serif;
		text-transform: uppercase;
	}
	nav.mobile.open {
		
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.33);
	}
	/* 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: 50px 0 10px 0;
		/*margin:40px 0 10px 0;*/
		color: #999;
		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 {
		border-bottom: 1px solid #333;
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		padding: 15px 15px 15px 20px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background: #111;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #333;
		position: relative;
		display: block;
		padding: 15px 15px 15px 25px;
		color:#fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		background: #444;
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: #666;
		position: relative;
		display: block;
		padding: 15px 15px 15px 30px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li li a:hover {
		background: #777;
	}
	
	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: #fff;
		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 {
	position: absolute;
	top: 13px;
}