
/****************************************************************
 * Search forms
*****************************************************************/

.header-search-form .form-actions {
  float: left;
  clear: none !important;
  padding-top: 0.4em;
}

.header-search-form {
  display: none;
}

#gsr-header-search-form {
  margin-bottom: 1rem;
}

.header-search-form label {
  display: none;
}

.header-search-form .form-type-textfield {
  float: left;
  max-width: 66%;
}

.header-search-form .form-item,
.header-search-form .form-actions {
  margin: 0;
  padding: 0;
}

.header-search-form .form-submit {
  margin: 0;
}
.search-toggle {
  font-size: 1rem;
  cursor: pointer;
  cursor: hand;
  padding-bottom: 0.5rem;
}
.search-toggle .search-text {
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.search-toggle .search-icon {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs,1));
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 100%;
  border-color: #000;
  margin: 4px 7px 0 0;
  float: left;
}
.search-toggle .search-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 7px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 6px;
  left: 8px;
  background-color: #000;
}
#megamenu .header-search-form {
  display: none !important;
}


/****************************************************************
 * Search pages
*****************************************************************/

.view-acquia-search.view-display-id-page > .view-content .views-row:nth-child(1) {
  border-top: none;
}

.view-acquia-search .attachment h3 {
  font-size: 20px;
}

.view-acquia-search h3 {
  margin: 0 0 0.75rem 0;
}

.view-acquia-search a {
  text-decoration: underline;
}

.view-acquia-search .attachment .views-row {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem 0 2rem;
}

.view-acquia-search .attachment .views-field-field-profile-media-image {
  float: left;
  margin-right: 1.25rem;
  max-width: 150px;
}

.view-acquia-search .attachment .views-field-field-profile-media-image img {
  border-radius: 50%;
}
