I changed the styles with the search field of the interior page.  It
fits and has some good spacing.
   #nav-search form.searchform {
     padding: 0 20px 0;
     position: absolute;
-    top: 24px;
+    top: 35px;
     right: 0;
     max-width: 582px;
     width: 100%; }
     #nav-search form.searchform input[type="text"].search-input {
-      height: 50px;
-      padding: 15px;
+      height: 30px;
+      padding: 8px 15px;
       font-family: 'Cormorant Garamond', sans-serif;
       text-transform: uppercase;
       font-size: 16px;
     #nav-search form.searchform input[type="image"] {
       position: absolute;
       right: 30px;
-      top: 14px; }
+      top: 2px; }
     #nav-search form.searchform .radio-area {
       float: right; }
       #nav-search form.searchform .radio-area label {
 
 //        background: $teal;
         padding: 0 20px 0;
         position: absolute;
-        top: 24px;
+        top: 35px;
         right: 0;
         max-width: 582px;
         width: 100%;
         input[type="text"] {
             &.search-input {
-                height: 50px;
-                padding: 15px;
+                height: 30px;
+                padding: 8px 15px;
                 font-family: 'Cormorant Garamond', sans-serif;
                 text-transform: uppercase;
                 font-size: 16px;
         input[type="image"] {
             position: absolute;
             right: 30px;
-            top: 14px    
+            top: 2px;
         }
         .radio-area {
             float: right;