  .search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative; }

.search__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .search__container {
      overflow: hidden;
      position: absolute;
      transition: width ease-in-out 0.25s;
      width: 0;
      z-index: 10; } }
  .search__container.is-open {
    width: 100%; }

.search__form-container {
  width: 100%; }
  .search__form-container .cbg-common-search,
  .search__form-container .views-exposed-form {
    display: flex;
    flex-wrap: nowrap; }
  .search__form-container .views-exposed-form {
    margin-bottom: 0; }
    .search__form-container .views-exposed-form .form-actions {
      width: initial; }
      .search__form-container .views-exposed-form .form-actions .button {
        margin-bottom: 0; }
  .search__form-container .form-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1;
    width: calc(75% - 60px);
    padding: 0;
    margin: 0; }
    .search__form-container .form-item label {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
    .search__form-container .form-item input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 5px 0 0 5px;
      font-size: 1.25rem;
      min-height: 55px;
      padding: 0 16px;
      width: 100%; }
      .search__form-container .form-item input:focus, .search__form-container .form-item input:focus-within {
        outline: none; }
      @media screen and (min-width: 768px) {
        .search__form-container .form-item input {
          font-size: 1rem;
          min-height: 50px; } }
    .search__form-container .form-item .ui-autocomplete-input {
      background-image: none; }
      .search__form-container .form-item .ui-autocomplete-input.ui-autocomplete-loading {
        background-image: '/core/themes/stable/images/core/throbber-active.gif'; }
  .search__form-container .button.form-submit {
    background-color: #fff;
    background-image: url("/themes/custom/cbg_theme_2024/dist/images/search--green.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 0;
    max-height: 55px;
    min-height: 55px;
    max-width: 60px;
    min-width: 60px;
    position: relative;
    overflow: hidden;
    width: 25%; }
    @media screen and (min-width: 768px) {
      .search__form-container .button.form-submit {
        max-height: 50px;
        min-height: 50px; } }
    @media screen and (min-width: 1200px) {
      .search__form-container .button.form-submit {
        min-width: 60px; } }

.search__form-container .form-submit,
.search__toggle {
  border: 0;
  height: 50px;
  min-width: 60px;
  overflow: hidden;
  padding: 0;
  text-indent: 1000px;
  white-space: nowrap;
  width: 60px; }
  .search__form-container .form-submit:hover, .search__form-container .form-submit:focus,
  .search__toggle:hover,
  .search__toggle:focus {
    border: 0; }

.search__toggle {
  background-color: transparent;
  cursor: pointer;
  display: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .search__toggle {
      display: block; } }
  .search__toggle::before, .search__toggle::after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0; }
  .search__toggle::before {
    background-color: #000021;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 18px;
    left: 0;
    top: 15px;
    width: 18px;
    z-index: 1; }
  .search__toggle::after {
    background-color: #fff;
    border-radius: 10px;
    height: 20px;
    left: 8px;
    transform: rotate(-40deg);
    top: 20px;
    width: 3px; }
  .search__toggle:hover, .search__toggle:focus {
    background-color: transparent; }
    .search__toggle:hover::before, .search__toggle:focus::before {
      border-color: #7dd69d; }
    .search__toggle:hover::after, .search__toggle:focus::after {
      background-color: #7dd69d; }

@media screen and (min-width: 1024px) {
  .search--mobile {
    display: none; } }

.search--mobile .search__toggle::before {
  background-color: #fff;
  border: 3px solid #000021;
  left: -7px; }

.search--mobile .search__toggle::after {
  background-color: #000021;
  left: 6px; }

.search--mobile .search__container {
  opacity: 0; }
  .search--mobile .search__container.is-open {
    opacity: 1;
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    max-width: 50%; }

.search--mobile .search__form-container .button.form-submit {
  margin: 0; }

.search-api-autocomplete-search .ui-menu-item .ui-state-active .search-api-autocomplete-suggestion,
.search-api-autocomplete-search .ui-menu-item .ui-button:active .search-api-autocomplete-suggestion,
.search-api-autocomplete-search .ui-menu-item .ui-button:hover .search-api-autocomplete-suggestion,
.search-api-autocomplete-search .ui-menu-item .ui-button:focus .search-api-autocomplete-suggestion {
  background-color: #7dd69d;
  color: #1f1f1f; }

.layout-container .search-results header {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600; }

.layout-container .search-results .views-field-type {
  display: none; }

.layout-container .search-results .views-field-title > .field-content {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 1rem 0;
  margin: 24px 0 12px; }
  @media screen and (min-width: 1200px) {
    .layout-container .search-results .views-field-title > .field-content {
      font-size: 1.875rem; } }

.layout-container .search-results .views-row,
.layout-container .search-results .item-list ul > li {
  border-bottom: 3px solid #7dd69d;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .layout-container .search-results .views-row:first-child,
  .layout-container .search-results .item-list ul > li:first-child {
    margin-top: 15px; }
  .layout-container .search-results .views-row:last-child,
  .layout-container .search-results .item-list ul > li:last-child {
    border-bottom: 0; }

.layout-container .search-results .item-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
