.top-bar {
	background: #FFFFFF !important;	
}

	.top-bar.expanded .title-area {
		background: #FFFFFF !important; 
		
	}
	
	.top-bar-section .has-dropdown > a:after {
	    border-color: #C75818 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	}
	
	.top-bar-section ul li > a {
		background: #FFFFFF !important;
		color: #C75818 !important; 
		font-size: 16px;
		text-decoration: none !important;
		text-transform: uppercase !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		text-align: left;
	}
		
	.dropdown li {
		border-top: 1px solid #C75818;
	}	
		
	.top-bar-section ul li > a:hover {
        background: #FFFFFF !important;
        color: #C75818 !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
	
	.top-bar-section ul li > a.active {
        background: #FFFFFF !important;
        color: #C75818 !important;
        text-decoration: none !important;
		/*text-transform: uppercase !important*/; 
    }
    
    ul.dropdown li > a {
    	text-transform: none !important;
    }
    
    
@media only screen and (max-width: 40em) {
	.top-bar {
		border: 1px solid #C75818;	
		margin-bottom: 10px;
	}

	.toggle-topbar a, .menu-icon {
		color: #C75818 !important;
		 
	}    
	
	.top-bar .toggle-topbar.menu-icon a::after {
		content: "";
		position: absolute;
		right: 15px;
		display: block;
		width: 16px;
		top: -1px;
		height: 0;
		-webkit-box-shadow: 1px 10px 1px 1px #C75818, 1px 16px 1px 1px #C75818, 1px 22px 1px 1px #C75818;
		box-shadow: 0 10px 0 1px #C75818, 0 16px 0 1px #C75818, 0 22px 0 1px #C75818;
	}
	
}