tmh-area-nav {
  display: block;
  padding-top: 48px;
  padding-bottom: 0;
  background: #007acd;
  color: #44413d;
}

@media (min-width: 768px) {
  .tmh-area-nav__header-search-col {
    width: 66.6667%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: auto;
  }
}

.tmh-area-nav__header-search {
  width: 100%;
  display: flex;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px;
}

.tmh-area-nav__header-search-button {
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  margin-left: -1px;
  height: 48px;
  flex: 0 0 auto;
  -webkit-box-flex: 0;

  position: relative;
  min-width: 3rem;
  min-height: 3rem;
  border: none;
  border-radius: 3px;
  color: #65605d;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
  text-align: center;
  transition-duration: 0.1s;
  transition-property: background-color, border-color, box-shadow, padding-top,
    padding-bottom, color;
  vertical-align: middle;
  background-color: #e8e6e3;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -3px 0 rgba(0, 0, 0, 0.3);
  padding: 0.5625rem 24px 0.75rem;
}

.tmh-area-nav__header-search input[type="search"]:focus {
  outline: none;
}

.tmh-area-nav__header-search-button:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.8125rem;
  background-color: #f6f5f4;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -4px 0 rgba(0, 0, 0, 0.3);
  color: #65605d;
}

.tmh-area-nav__header-search-button[disabled] {
  background-color: #f6f5f4;
  color: #c4c0bc;
  cursor: not-allowed;
}

/***** Search field *****/
.tmh-area-nav__header-search input[type="search"] {
  height: 48px;
  border: 1px solid #d7d5d2;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: border-color 0.2s ease-out;
  -webkit-box-flex: 1;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-out;
  box-sizing: border-box;
  direction: ltr;
  flex: 1 1 auto;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #fff;
  color: #44413d;
  font-weight: 400;
  cursor: text;
  padding-right: 40px;
}

.tmh-area-nav__header-search input[type="search"]::placeholder {
  color: #9B9591;
  opacity: 1;
}
.tmh-area-nav__header-search input[type="search"]::-webkit-input-placeholder {
  color: #9B9591;
  opacity: 1;
}
.tmh-area-nav__header-search input[type="search"]::-moz-placeholde {
  color: #9B9591;
  opacity: 1;
}
.tmh-area-nav__header-search input[type="search"]::-ms-input-placeholder {
  color: #9B9591;
  opacity: 1;
}

.tmh-area-nav__header-search input[type="search"]:focus {
  border: 2px solid #85807c;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.tmh-area-nav__header-brand-title {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 24px;
}
