#searchResults .pageLink {
     font-size: 12px;
     color: #999;
     margin: 2px 0 8px 0;
     padding: 0;
     display: block;
 }
 
 #searchResults .searchResult {
     margin-bottom: 16px;
     margin-top: 24px;
 }
 
 #searchResults .searchResult h3 {
     margin-bottom: 0;
     padding-bottom: 0;
 }
 
 #searchResults .searchResult p {
     margin-top: 4px;
 }
 
 #homepage-search { position: relative;  }
 #homepage-search input[type="text"] { color: #727272; font-size: 1.4em; height: 70px; letter-spacing: .14em; padding-left: 108px; margin-bottom: 0;  }
 #homepage-search input[type="submit"] { left: -9999px; position: absolute; top: -9999px; }
 .hpsearch-button { background-color: #769025; color: #fff; font-size: 1.4em; height: 70px; left: 0; line-height: 70px; position: absolute; top: 0; }
 .hpsearch-button:hover,
 .hpsearch-button:focus { background-color: #637d16; }
 #homepage-search label { position: absolute; left: -9999px; }

 #tagdrawer #homepage-search {margin:20px;}
#tagdrawer #homepage-search input[type="text"] {font-size:.8em;padding-left:65px;height:50px}
#tagdrawer #homepage-search .hpsearch-button {height:50px;width:50px;padding:15px}

#tagdrawer #homepage-search input[type="text"]::placeholder {opacity:0;}

 @media screen and (max-width: 1100px) {
      #homepage-search input[type="text"] { height: 52px; }
      .hpsearch-button { height: 52px; line-height: 50px; }
      #tagdrawer #homepage-search input[type="text"] {height:50px}
#tagdrawer #homepage-search .hpsearch-button {height:50px;}
 }

 @media screen and (max-width: 800px) {
      #homepage-search input[type="text"] { font-size: 1.1em; height: 56px; padding-left: 70px; }
      .hpsearch-button { font-size: 1.2em; height: 56px; line-height: 56px; padding: 0 20px; }
      #tagdrawer #homepage-search input[type="text"] {font-size:.8em;padding-left:65px;height:50px}
#tagdrawer #homepage-search .hpsearch-button {height:50px;width:50px;padding:15px}
 }

 @media screen and (max-width: 600px) {
      #homepage-search input[type="text"] { font-size: .9em; letter-spacing: 0;  }
      #tagdrawer #homepage-search input[type="text"] {font-size:.8em;padding-left:65px;height:50px}
#tagdrawer #homepage-search .hpsearch-button {height:50px;width:50px;padding:15px}
 }
 
 @media screen and (max-width: 430px) {
      #homepage-search input[type="text"] { font-size: .75em; height: 46px; padding-left: 40px; }
      .hpsearch-button { font-size: 1em; height: 46px; line-height: 46px; padding: 0 9px; }
      #tagdrawer #homepage-search input[type="text"] {font-size:.8em;padding-left:65px;height:50px}
#tagdrawer #homepage-search .hpsearch-button {height:50px;width:50px;padding:15px}
 }
