.quickSearch {
  background-color: #2B5F46;
  clear: both;
  overflow: hidden;
  padding: 3em 0;
  width: 100%;
}
.quickSearch .text {
  border-radius: 0;
  float: left;
  max-width: 999em;
  width: 67%;
  -webkit-appearance: none;
}
.quickSearch .text:focus {
  border-color: #bddbc6;
  -webkit-box-shadow: 0 0 2px 2px #207778 inset;
  -moz-box-shadow: 0 0 2px 2px #207778 inset;
  box-shadow: 0 0 2px 2px #207778 inset;
}
.quickSearch .button {
  float: left;
  padding: 12px 0 13px;
  background-color: #2B5F46;
  color: white;
  width: 33%;
}
.quickSearch .button:hover,
.quickSearch .button:focus {
  background-color: #034747;
  color: white;
}
.quickSearch .button span {
  display: none;
}
@media screen and (min-width: 50em) {
  .quickSearch .button span {
    display: inline;
  }
}
.quickSearch .button img {
  margin-top: -0.1em;
  margin-left: .25em;
}
.centerAlign .quickSearch .button {
  margin: 0;
}
.quickSearch form,
.quickSearch .form {
  display: block;
  margin: 0 auto;
  max-width: 50em;
}
.quickSearchTrigger {
  background: url(/UI/magnifyer.svg) no-repeat right center;
  background-size: 18px 18px;
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-top: 0;
  margin-left: .667em;
  padding-right: 1.6em;
  position: relative;
  text-indent: -999em;
  text-transform: uppercase;
}
@media screen and (min-width: 35em) {
  .quickSearchTrigger {
    text-indent: 0;
  }
}
.js .quickSearch {
  background-color: transparent;
  display: none;
  margin-top: 0;
  position: absolute;
}
.searchResultPage .quickSearch,
.listPage .quickSearch {
  display: block;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
}
.quickSearch.open {
  background-color: #2B5F46;
  display: block;
  top: 8em;
  z-index: 1000;
}
@media screen and (min-width: 35em) {
  .quickSearch .text {
    width: 75%;
  }
  .quickSearch .button {
    width: 25%;
  }
}
@media screen and (min-width: 50em) {
  .quickSearch .text {
    width: 78%;
  }
  .quickSearch .button {
    width: 22%;
  }
  .listPage .quickSearch .text {
    width: 70%;
  }
  .listPage .quickSearch .button {
    width: 30%;
  }
}
@media screen and (min-width: 70em) {
  .listPage .quickSearch .text {
    width: 80%;
  }
  .listPage .quickSearch .button {
    width: 20%;
  }
}
