/* help text displayed above search form (found in content-none.php template) */
.search-help {
  text-align: center;
}

/* inline styles from DigitalGov Search snippet */
.digital-gov-inline {
  margin: 0;
  padding: 0;
  display: inline;
}

/* custom MMC search styles */
.mmc-search {
  position: relative;
  margin-top: 3rem;
}
.mmc-search input {
  margin-top: 0.375rem;
}
.mmc-search label {
  /* position above search form */
  position: absolute;
  top: -1.875rem;
  font-size: 0.875rem;
  color: #777;
}
.mmc-search input[type="text"] {
  border: none;
  padding: 0.5rem 2.75rem 0.5rem 0.5rem;
  width: 100%;
  height: 2.25rem;
  font-size: 1.125rem;
  color: #444;
  background-color: #efefef;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
.mmc-search input[type="submit"] {
  /* position over search input */
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  /* hide text and use search icon */
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../img/mmc_icons.svg');
  background-position: -130px -210px;
  background-size: 860px 268px;
  cursor: pointer;
}
