/*
 * ==============================================
 * Skin for Ross Graphite Webhelp.
 * ==============================================
 */
/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input {
   display: block;
   margin: 0;
   position: relative;
   background: url('resources/images/graphite_banner.jpg') center no-repeat;
   padding: 40px 0;
}
.wh_main_page .wh_search_input {
   background: url('resources/images/graphite_banner.jpg') center no-repeat;
   background-size: cover;
   padding: 50px 0 50px;
}
@media only screen and (max-width : 767px) {
   .wh_main_page .wh_search_input,
   .wh_search_input {
      padding: 3em 0;
      background: url('resources/images/graphite_banner-sml.jpg') center no-repeat;
      background-size: cover;
      background-position: center;
   }
}