body:has(main#ge-drupal-search) {
  font-family: var(--ge-font-regular);
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}

main#ge-drupal-search div.ge-drupal-search-results-wrapper {
  margin-top: 3rem;
}

main#ge-drupal-search div.block.block--system-main {
  background-color: var(--ge-white);
  padding-bottom: 3rem;
  min-height: 500px;
  height: 100%;
}

main#ge-drupal-search div.block.block--system-main h2 {
  display: none;
}

main#ge-drupal-search form#search-form {
  background-color: var(--ge-atmosphere-blue);
  padding-bottom: 2rem;
}

main#ge-drupal-search em {
  padding-top: 2rem;
}

main#ge-drupal-search:has(div.ge-drupal-search-component-wrapper input#edit-keys[value='']) div.ge-drupal-search-results-wrapper em {
  display: none;
}

main#ge-drupal-search div.ge-drupal-search-component-wrapper {
  background-color: var(--ge-atmosphere-blue);
}

form#ge-search-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.results {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045rem;
  line-height: 1.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.results span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045rem;
  line-height: 1.75rem;
  color: var(--ge-atmosphere-blue-500);
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.results span.display-results {
  float: inline-end;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045rem;
  line-height: 1.75rem;
  color: var(--ge-atmosphere-blue-500);
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.results span,
div#ge-drupal-search-results #ge-drupal-search-component-results div.results span.display-results {
  @media (max-width: 991px) {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 0.5rem;
  }

  @media (max-width: 424px) {
    float: inline-start;
  }
}

div#ge-drupal-search-results #ge-drupal-search-component-results ul {
  list-style: none;
}

div#ge-drupal-search-results #ge-drupal-search-component-results li {
  padding:0.5rem;
  border-top: 0.063rem solid var(--ge-atmosphere-blue-200);
  cursor: pointer;
}

div#ge-drupal-search-results #ge-drupal-search-component-results li:last-child {
  border-bottom: 0.063rem solid var(--ge-atmosphere-blue-200);
}

div#ge-drupal-search-results #ge-drupal-search-component-results li:hover {
  background-color: var(--ge-tungsten-400);
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item {
  margin: 0;
  padding: 2.5rem 0.1rem;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item p.tab-category {
  color: var(--ge-atmosphere-blue-500);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item h3.tab-heading {
  color: var(--ge-atmosphere-blue);
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  line-height: 2.375rem;
  font-family: var(--ge-font-regular);
  font-weight: 400;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item h3.tab-heading a {
  text-decoration: none;
  color: var(--ge-atmosphere-blue);
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item h3.tab-heading strong {
  color: var(--ge-atmosphere-blue-900);
  font-weight: 600;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item p.tab-description {
  color: var(--ge-atmosphere-blue-500);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 30px;
  margin-bottom: 1rem;
}

div#ge-drupal-search-results #ge-drupal-search-component-results div.container-card-item p.tab-description strong {
 font-style: italic;
}

div.GEInputbox div.ficon-search {
  font-size: 26px;
  margin-top: 20px;
  opacity: 0.8;
  margin-right: 10px;
}

div.GEInputbox div.search-button-container {
  margin-top: 10px;
}

div.GEInputbox button#btn-execute-search {
  height: 2.5rem;
  width: 2.5rem;
}

div.GEInputbox button#btn-execute-search input#edit-submit {
  display: none;
}

div.GEInputbox h3.search-icon-heading {
  color: var(--ge-white);
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  line-height: 2.375rem;
}

div.GEInputbox div.rbt.clearfix.open {
  width: -webkit-fill-available;
  margin-right: 15px;
}

div.GEInputbox input#edit-keys {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  background: transparent;
  caret-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 15px;
  opacity: 0.6;
  width: 100%;
}

div.GEInputbox label.form-label {
  display: none;
}

div.GEInputbox input#edit-keys:hover {
  padding-right: unset;
}

div.GEInputbox input#edit-keys:focus {
  box-shadow: none;
  padding-bottom: 26px;
  padding-right: unset;
}

div.GEInputbox input#edit-keys:not(:placeholder-shown),
div.GEInputbox input#edit-keys:not(:placeholder-shown):focus {
  padding-bottom: 26px;
}

div.GEInputbox input#edit-keys::placeholder {
  color: var(--ge-white);
  opacity: 0.6;
}

main#ge-drupal-search li.page-item.pager__item a {
  color: var(--ge-atmosphere-blue);
}

main#ge-drupal-search li.page-item.pager__item.is-active.active a {
  background-color: var(--ge-atmosphere-blue-100);
}
