* {
  font-family: 'Inter', sans-serif;
}
header.fusion-header-wrapper:not(.fusion-is-sticky) .fusion-header {
    height: 65px !important;
  }
  .fusion-logo img {
    max-height: 96px;
    height: 35px !important;
  }
  .ais-SearchBox-form {
    height: 3.5rem !important;
  }
  .header {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0.5rem 1rem;
    background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
    color: #fff;
    margin-bottom: 1rem;
  }
  
  .header a {
    color: #fff;
    text-decoration: none;
  }
  
  .header-title {
    font-size: 1.2rem;
    font-weight: normal;
  }
  
  .header-title::after {
    content: ' ▸ ';
    padding: 0 0.5rem;
  }
  
  .header-subtitle {
    font-size: 1.2rem;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
  }
  
  .search-panel {
    display: flex;
  }
  
  .search-panel__filters {
    flex: 1;
    padding-right: 2rem;
  }
  
  .search-panel__results {
    flex: 3;
  }
  
  /* .ais-hits {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-gap: 1rem;
  } */
  
  .ais-hits--item {
    min-height: 100px;
    padding: 1rem;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(150, 150, 150, 0.16);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  
  #searchbox {
    margin-bottom: 2rem;
  }
  
  #pagination {
    margin: 2rem auto;
    text-align: center;
  }
  
  .custom-checkbox {
    background-color: #fff;
    background-position: 50%;
    background-size: 180%;
    border: 1px solid currentcolor;
    border-radius: 3px;
    box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 40%);
    color: #d6d6e7;
    cursor: inherit;
    height: 1rem;
    margin: 0 0.5rem 0 0;
    min-width: 1rem;  
    outline: 0;
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
    .show-more-button {
      margin-top: 5px !important;
    }  
  }
  
  @media (min-width: 150px) and (max-width: 767px) {
    .search-left-column {
      float: left;
      width: 100% !important;
    }
    
    .search-right-column {
      float: left;
      width: 100% !important;
    }
  
    .filter-box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #F5F7F8;
      box-shadow: 0 0 0 1px rgb(35 38 59 / 5%), 0 1px 3px 0 rgb(35 38 59 / 15%);
      /* display: -webkit-box;
      display: -ms-flexbox; */
      display: none;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.25rem;
      padding: 1.5rem;
      height:auto;
    }
    .filters {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-content: center;
      text-align: center;
      background: #F5F7F8;
      box-shadow: 0 0 0 1px rgb(35 38 59 / 5%), 0 1px 3px 0 rgb(35 38 59 / 15%);
      display: block;
      padding-bottom: 40px;
      padding-top: 5px;
      height:20px;
      cursor: pointer;
      margin-bottom: 20px;
      margin-top: 20px;
    }    
  
  }  
  @media (min-width: 767px) {
    .filters {
      display: none;
    }  
    .filter-box {
      display: block;
    }    
  }

  .search-left-column {
    float: left;
    width: 25%;
  }
  
  .search-right-column {
    float: left;
    width: 75%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  } */
  
  
  .show-more-button {
    background-color: #00539C;
    color: #fff;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 500;  
    padding: 10px 10px;
    border-radius: 3px;
    float: right !important; 
    margin-top: -25px;
  }
  
  .ais-Hits-item:hover {
    background-color: #F8F4EF !important;
  }
  .show-more .row{
    margin-left: 1px;
  }
  
  .show-more-button:hover {
    background-color: #F8F4EF;
    color: #00539C;
    border: none !important;
  }
  
  .white_space_pre_wrap {
    white-space: pre-wrap;
  }