.clear {
	clear: both;
}
/***** Start of primary nav ******/


#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}

nav.secondary {
	display: block !important;
}

nav.primary {
	padding: 0;
    width: 100%;
    margin: 1em 0;
}
nav.primary ul {
	margin: 0 auto;
    padding: 0;
    height: auto;
}
nav.primary ul li {
	display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 45%;
    margin-right: 1%;
    /* float: left; */
    text-align: center;
}
nav.primary ul li a {
	font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 3px 0 3px 10px;
    margin: 5px auto;
    line-height: 20px;
    text-decoration: none;
    color: #ff993f;
    border: 1px solid #ababab;
    height: auto;
}
nav.primary ul li a:hover {
	    background: #ff993f;
    color: #fff;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0 5px 20px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fff;
	border-bottom: #0a2737 solid 1px;
	 color: #0a2737 !important;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 18px;
}
/* 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: 3px;
    padding-top: 3px;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1480px) {

}
@media screen and (max-width: 768px) {
	nav.primary ul li {
    width: 32%;
	}
}
@media screen and (max-width: 768px) {
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
}