/* line 7, ../../assets/sass/newsearch.sass */
.search-desktop #search-form input.search-input {
  text-transform: capitalize;
}
/* line 9, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 2em;
  right: 2em;
  left: auto;
  bottom: auto;
  z-index: 999;
}
/* line 19, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button button.search-toggle {
  background: none;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: auto;
}
/* line 29, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button button.search-toggle div {
  font-size: 1.2em;
  font-weight: 600;
  background: #ff5200;
  color: white;
  padding: 0.6em 3em;
}
/* line 35, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button button.search-toggle div:active {
  background: #d24300;
}
/* line 41, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button .search-text {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 1.25em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=newsearch.css.map */
