.hs-search-field {
  position: relative;padding: 0 7px;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.hs-search-field__bar form {
  max-width: 560px;
}
img.search-icon {
  position: absolute;
  top: 19px;
  left: 10px;
}
.hs-search-field__bar {
  position: relative;
  padding-bottom: 40px;
  margin-top: 60px;
}
.hs-search-field__bar input[type="search"] { padding: 10px 40px!important; border-radius: 0 !important; color: #42515A !important; font-size: 24px !important; -webkit-appearance: none !important; background: transparent !important; border-bottom: 2px solid #9FAAB1 !IMPORTANT; }

.hs-search-field__bar input::-webkit-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px; } /* WebKit browsers */
.hs-search-field__bar input:-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* Mozilla Firefox 4 to 18 */
.hs-search-field__bar input::-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px; } /* Mozilla Firefox 19+ */
.hs-search-field__bar input:-ms-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* Internet Explorer 10+ */
.hs-search-field__bar textarea::-webkit-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* WebKit browsers */
.hs-search-field__bar textarea:-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* Mozilla Firefox 4 to 18 */
.hs-search-field__bar textarea::-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* Mozilla Firefox 19+ */
.hs-search-field__bar textarea:-ms-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:24px;  } /* Internet Explorer 10+ */

@media(max-width:767px){

  .hs-search-field__bar input::-webkit-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:20px; } /* WebKit browsers */
  .hs-search-field__bar input:-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:20px;  } /* Mozilla Firefox 4 to 18 */
  .hs-search-field__bar input::-moz-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:20px; } /* Mozilla Firefox 19+ */
  .hs-search-field__bar input:-ms-input-placeholder { color: #42515A!important;opacity:1 !important;font-weight:400;font-size:20px;  } /* Internet Explorer 10+ */
  .hs-search-field__bar input[type="search"], .hs-search-field__bar input[type="tel"], .hs-search-field__bar input[type="email"]{ font-size:20px !important;}
  .hs-search-field { padding: 0;}
  
}
  
}
