
.lae_search_wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lae_search_wrapper ul {
  padding-left: 0;
}
.lae_search_category_filter {
  border-bottom: none;
  padding: 10px 0 0px 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width:1400px) {
  .lae_search_category_filter {
    justify-content: start;
  }
}

.lae_search_category_filter > li:first-child .lae_search_category_n_results {
  display: none!important;
}
@media screen and (max-width:990px) {
  .lae_search_category_filter {
    justify-content: flex-start;
  }
}
.lae_search_result_thumbnail_list_view[style*="logo-anjou.png"]  {
  background: transparent!important; 
}
.lae_search_result_thumbnail_list_view {
  min-height: 100px;
}
.lae_search_category,
.lae_search_category .lae_search_category_n_results {
  font-size: 16px;
  color: #636363;
  white-space: nowrap;
}
.lae_search_category .lae_search_category_n_results {
  padding: 0 0px  0 0px;
  font-size: 14px;
}
.lae_search_category.lae_search_category {
  padding: 5px 10px;
  text-transform: none;
}
.lae_search_category:not(.lae_search_category_selected):hover {
  color: #166452;
  border-bottom:solid 2px #166452;
}
.lae_search_category_selected {
  color: #166452;
  border-color: #166452;
  border-bottom-width: 4px;
}
.lae_search_results_number_row {
  display: none;
}
.lae_search_result_title em, .lae_search_result_description em {
  background-color: transparent;
  color: #166452;
  font-style: normal;
}
.lae-search-page {
    --lae-search-max-width: 1360px;
    /* --lae-search-bg-color: #1b6f5c; */
    --lae-search-bg-color: #f2f2f2;
    --lae-search-color: #FFF;
} 
.lae_search_results_wrapper {
  max-width: none;
}
.lae_search_result_categories{
  column-gap:0;
}
.lae_search_result_category {
  font-size: 14px;
  color: #166452;
  /* background-color: #166452;
  border-radius: 3px;
  padding: 5px 5px; */
  margin-right: 5px;
}
.lae_search_result_category:empty {
  display: none;
}
label[for="lae-search-input"] {
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  line-height: 40px;
  color: #26282d;
}
#lae-search-input {
  border: solid 1px #cacaca;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1;
  height: 50px;
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 5px;
}
.lae_search_result_title
{
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
} 

.lae_search_no_category_results,
.lae_search_no_results {
  font-size: 18px;
}

.lae_search_result_list_view {
  border-radius: 15px 15px 15px 15px;
  border: solid 1px #d2d2d2;
  box-shadow: none!important;
}
.lae_search_result_list_view:hover {
  border-color: #1b6f5c;
}

#editing-view-port,
.lae_search_result_description {
  color: #1a1a1a;
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.lae_search_bar_wrapper {
  padding-bottom: 20px;
}
.lae_search_results_list {
  max-width: var(--lae-search-max-width);
  margin: auto;
}
.lae-search-page #search-clear {
  position: absolute;
  left: 50000px;
}
#content .lae_search_results_grid > a,
#content .lae_search_results_list > a {
  position: relative;
}
#content .lae_search_results_grid > a:after,
#content .lae_search_results_list > a:after {
  position: absolute;
  right: 5px;
  top: 5px;
}
.lae_search_suggest_wrapper {
  display: none!important;
  z-index: 9;
}
.lae_search_input_reset {
  display: none;
}
.lae_search_btn.lae_search_btn {
  /* margin-left: -20px; */
  height: 38px;
  background-color: #166452;
  color: #FFF;
  text-transform: none;
  height: 50px;
  padding: 0 30px;
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 500;
}
.lae_search_btn.lae_search_btn:hover {
  background-color: #000;
  color: #FFF;
}
.lae_search_search_more.lae_search_search_more button {
  background-color: #166452;
  color: #fff;
  font-weight: 500;
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  max-width: var(--lae-search-max-width);
  margin: auto;
  width: 100%;
  height: 45px;
  line-height: 1;
}
.lae_search_search_more.lae_search_search_more button::after {
  content: "\e01d";
  font-family: diffusio-3 !important;
  margin-left: 5px;
}
.lae_search_search_more.lae_search_search_more button:hover {
  background-color: #125e4c;
}