#searchButton {
  display: none
}
#searchContainer.touchscreen > #searchButton {
  display: inline-block;
  position: absolute;
  border: 0;
  border-left-style: solid;
  border-left-color: #333;
  border-left-width: 1px;
  cursor: pointer;
  text-align: center;
  right: 0 !important;
  top: 0 !important;
  height: 3em;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.3em !important;
  font-weight: 300;
  color: #516a77;
  background-color: transparent;
  transition: .2s cubic-bezier(.4, 0, .2, 1);
  width: 4em;
  margin-right: .1em
}
#searchContainer.touchscreen > #searchButton:hover {
  color: #a0a0a0;
  border: 0;
  border-left-style: solid;
  border-left-color: #555;
  border-left-width: 1px
}
#searchContainer.touchscreen > #searchBar {
  padding-right: 3.25em !important
}
.searchbar-focused {
  transition: .2s cubic-bezier(.4, 0, .2, 1) .2s !important;
  height: 44px !important
}