/* Passers Hub Correct 2: retain theme logo, remove duplicate body logo, fit desktop navigation */
body.home .ph-logo-wrap{display:none!important;}
@media (min-width:1001px) and (max-width:1250px){
  .header_bottom .container_inner{width:96%!important;}
  .header_inner_left{position:relative!important;left:auto!important;float:left!important;}
  .logo_wrapper{width:180px!important;}
  .q_logo a{height:80px!important;}
  .q_logo img{max-width:170px!important;height:auto!important;}
  .main_menu{position:relative!important;left:auto!important;float:right!important;}
  .main_menu>ul>li>a{padding:0 9px!important;font-size:13px!important;letter-spacing:.2px!important;}
}