.title-area{min-width:240px;}
.title-area .name h1 a{
	padding-left:48px;
	background: url('../images/icons/favicon-32x32.png') no-repeat .5rem center;
}
.title-area .name h1 a:hover{
	opacity:0.85;
}

.contain-to-grid, .top-bar, .top-bar.expanded .title-area,
.top-bar-section li:not(.has-form) a:not(.button), /*700101 9A0002*/
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.top-bar-section ul li, .top-bar-section ul li a, .top-bar-section{
	background: #870202;	
	
}
.top-bar-section ul li:hover:not(.has-form)>a{
	background-color: #870202;
  	background: #9A0002;		
}
.top-bar.expanded .toggle-topbar a {
color: #fff; }
.top-bar.expanded .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #9A0002, 0 7px 0 1px #9A0002, 0 14px 0 1px #9A0002; 
}

.top-bar-section li:not(.has-form) a:not(.button):hover, 
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover{
	background: #9A0002;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
	border-top: solid 1px #9A0002;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section .has-dropdown >  a.active:not(.button){
	background: #A52E09;
	/*background: #2486BF;*/
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover{
	background: #AF2E07;
}

@media only screen and (min-width: 40.063em){

}