/* ===============================================================
                 THEME.CSS OVERRIDES
 ================================================================= */
 
 body {
	background-color: #FFF;
	color: #575757;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

@media (min-width: 992px){
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #575757;
    display: block;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
}
}
 
 #header .header-nav-main nav > ul > li > a {
		display: inline-block;
		border-radius: 4px;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 13px;
		text-transform: uppercase;
	}

 
 #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #fff;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-nav-top .dropdown-menu a {
	color: #fff;
	padding: 6px 12px;
	font-size: 0.9em;
}

.text-muted {
	color: #707070 !important;
}


/*
Purpose: Desktop Mega Menu Section Titles
*/
/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #6A7A00;
		display: block;
		font-size: 1em;
		font-weight: 700;
		margin-top: 20px;
		padding-bottom: 5px;
		text-transform: uppercase;
	}
	
}


/*
Purpose: Mobile Mega Menu Section Titles
*/

/* Header Nav Main Mobile */
@media (max-width: 991px) {
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		color:#00293A;
		font-weight:700;
		display: block;
	}
}