
@media screen and (max-width: 768px) {
  
    #njnmenu{
    	display:none;
    }
    #career{
    	width:100%;
    }
  
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    	display:block;
    }
}

@media screen and (min-width: 769px) 
{
	#njnmenu{
    	width:20%;
    }
    #career{
    	width:75%;
    }
    #globalsitesubmenu{
    column-count:5; 
    -webkit-column-count: 5;
  }
  #njnsubmenu {
  	column-count:2; 
    -webkit-column-count: 2;
  }
  .mega-menu .main-block .right-block ul.menu-level-1.has-children>li {
   
    width: 100%;
  }
  .form-item-city{
  	width:48%;
    float: right !important;
   
  }
  .form-item-key{
  	width: 48%;
  	margin-right:2%;
  }
}



@media only screen and (min-width: 1024px){
   
}


@media only screen and (min-width: 1401px){
   
}
