@charset "UTF-8";

[data-cms="ghostHeader"] {
  background-color: rgba(226,222,202,0.3);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
}

.tmh-contact {
  max-width: 1100px;
  margin-inline: auto;
  margin-block-start: 32px;
  padding-inline: 24px;
}

.tmh-contact__note {
  color: #CC5252;
}

.tmh-form {
  margin-block-start: 32px;
}

.tmh-form__table {
  width: 100%;
  th,
  td {
    padding-block: .5em;
    display: block;
    font-size: 16px;
    @media (width >= 768px) {
      vertical-align: middle;
      display: table-cell;
    }
  }
  th {
    white-space: nowrap;
    font-weight: 700;
    span {
      color: #CC5252;
      font-size: 24px;
    }
  }
}

.tmh-form__input {
  border-radius: 4px;
  width: 100%;
  border: #ccc 1px solid;
  padding-inline: 1em;
  padding-block: 1em;
}

.tmh-form__input:focus {
  border: 1px solid #007bff;
  outline: none;
}

.tmh-form__input::placeholder {
  color: #ccc;
  font-size: 16px;
}

.tmh-form__select {
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
  width: 100%;
  border: #ccc 1px solid;
  padding-inline: 1em;
  padding-block: 1em;
  font-size: 16px;
}

.tmh-form__select:focus {
  border: 1px solid #007bff;
  outline: none;
}

.tmh-form__body {
  border-radius: 4px;
  width: 100%;
  border: #ccc 1px solid;
  padding-inline: 1em;
  padding-block: 1em;
  font-size: 16px;
}

.tmh-form__body:focus {
  border: 1px solid #007bff;
  outline: none;
}

.tmh-form__body::placeholder {
  color: #ccc;
  font-size: 16px;
}

.tmh-form__submit {
  border-radius: 10px;
  cursor: pointer;
  border: none;
  appearance: none;
  width: 100%;
  height: 44px;
  color: #fff;
  background-color: #36b2e3;
  transition-property: opacity;
  transition-duration: .3s;
}

.tmh-form__submit:hover {
  opacity: .8;
}

.tmh-form__btn {
  margin-block-start: 32px;
}

#autozip {
   display: none !important;
}