@charset "UTF-8";

.section-header.page-section-header.section-domain-search-header {
  margin: 0;
}

.section-domain-search-title {
}

.section-domain-search-excerpt {
  color: #3e4555;
}

.section.page-section.section-domain-search .form-group {
  margin: 25px 0 0 0;
}

.section.page-section.section-domain-search .form-control,
.section.page-section.section-domain-search input[type="text"] {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.section.page-section.section-domain-search .btn {
  width: 100%;
  margin-left: -2px;
}

.search-domain-input-help {
  color: #3e4555;
  margin: 10px 0 0 0;
}

.search-domain-input-help strong {
  color: #3e4555;
  font-weight: 600;
}

.search-domain-input-help .has-inline-color {
  opacity: 0.44;
  display: inline-block;
  padding: 0 10px;
}

.search-domain-input-help p {
  margin: 0;
}

@media (max-width: 1026px) {
  .section.page-section.section-domain-search .form-control,
  .section.page-section.section-domain-search input[type="text"] {
    border-right-width: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
  }

  .section.page-section.section-domain-search .btn {
    margin-left: 0;
  }
}
