.business-partner-intro {
  padding-block: 20px 0; }
  .business-partner-intro .text-container {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    @media (max-width: 768px) {
      .business-partner-intro .text-container {
        flex-wrap: wrap;
        gap: 0; } }
  .business-partner-intro h1 {
    font-size: 40px;
    line-height: 1; }
    @media (max-width: 1024px) {
      .business-partner-intro h1 {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .business-partner-intro h1 {
        font-size: 24px; } }
  .business-partner-intro p {
    font-size: 1rem;
    line-height: 1.875;
    max-width: 567px; }
  .business-partner-intro a {
    text-decoration: underline;
    border-bottom: 1px solid black; }

.business-partner-overview {
  background-color: #F4F4F4; }
  .business-partner-overview .search-block {
    text-align: left;
    display: flex;
    gap: 37px; }
    @media (max-width: 768px) {
      .business-partner-overview .search-block {
        flex-wrap: wrap;
        gap: 10px; } }
    .business-partner-overview .search-block .navbar-form {
      background-color: white; }
    .business-partner-overview .search-block input::placeholder {
      font-size: 0.9375rem;
      color: #BABABA; }
  .business-partner-overview .filter-tags ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
  .business-partner-overview .filter-tags button {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 20px;
    font-size: 1rem;
    background-color: #E6E6E6;
    color: black;
    font-weight: 500;
    padding: 9px 15px 10px;
    line-height: 1.31;
    appearance: none;
    box-shadow: unset;
    border: unset;
    text-transform: capitalize; }
    .business-partner-overview .filter-tags button svg {
      flex-shrink: 0; }
    .business-partner-overview .filter-tags button:hover svg path, .business-partner-overview .filter-tags button:focus svg path {
      fill: #F07D00; }
  .business-partner-overview .results {
    margin-top: 30px; }
    .business-partner-overview .results ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 1fr;
      gap: 35px 35px;
      margin: 0;
      padding: 0; }
      @media (max-width: 768px) {
        .business-partner-overview .results ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 580px) {
        .business-partner-overview .results ul {
          grid-template-columns: 1fr; } }
      .business-partner-overview .results ul:first-child {
        gap: 40px 35px; }
        .business-partner-overview .results ul:first-child li a {
          width: 100%;
          transform: scale(1);
          transition: all ease-in-out 0.3s;
          display: block; }
          .business-partner-overview .results ul:first-child li a:hover, .business-partner-overview .results ul:first-child li a:focus {
            transform: scale(1.05); }
          .business-partner-overview .results ul:first-child li a .image {
            position: relative; }
            .business-partner-overview .results ul:first-child li a .image img {
              width: 100%; }
          .business-partner-overview .results ul:first-child li a .hover-image {
            position: absolute;
            bottom: 0;
            left: 40px;
            display: block;
            background: #ffffff;
            padding: 5px; }
          .business-partner-overview .results ul:first-child li a .text-container {
            display: flex;
            justify-content: space-between;
            background-color: white;
            padding: 15px 27px 20px 30px;
            gap: 10px; }
            .business-partner-overview .results ul:first-child li a .text-container img {
              flex-shrink: 0; }
          .business-partner-overview .results ul:first-child li a .text-content {
            max-width: 232px; }
            .business-partner-overview .results ul:first-child li a .text-content h2 {
              font-size: 1rem;
              font-weight: 700;
              line-height: 1.3125;
              color: black;
              margin-bottom: 10px; }
              .business-partner-overview .results ul:first-child li a .text-content h2::after {
                display: none; }
            .business-partner-overview .results ul:first-child li a .text-content p {
              font-size: 0.9rem;
              color: #707070;
              line-height: 1.2;
              padding-bottom: 0; }
      .business-partner-overview .results ul:not(:first-child) {
        margin-top: 50px; }
        @media (max-width: 480px) {
          .business-partner-overview .results ul:not(:first-child) {
            margin-top: 30px; } }
        .business-partner-overview .results ul:not(:first-child) li a {
          transform: scale(1);
          transition: all ease-in-out 0.3s;
          display: block;
          width: 100%; }
          .business-partner-overview .results ul:not(:first-child) li a:hover, .business-partner-overview .results ul:not(:first-child) li a:focus {
            transform: scale(1.05); }
          .business-partner-overview .results ul:not(:first-child) li a .item-container {
            background-color: white;
            padding: 20px 40px;
            display: flex;
            gap: 20px;
            align-items: center; }
            @media (max-width: 480px) {
              .business-partner-overview .results ul:not(:first-child) li a .item-container {
                padding: 20px 20px; } }
          .business-partner-overview .results ul:not(:first-child) li a img {
            max-width: 25px;
            flex-shrink: 0; }
          .business-partner-overview .results ul:not(:first-child) li a h2 {
            font-size: 1.31rem;
            font-weight: 700;
            line-height: 1.33;
            color: black;
            margin-bottom: unset; }
            .business-partner-overview .results ul:not(:first-child) li a h2::after {
              display: none; }
      .business-partner-overview .results ul li {
        display: flex;
        background-color: #ffffff; }
      .business-partner-overview .results ul .ad-space,
      .business-partner-overview .results ul .callout {
        position: relative;
        background-color: white;
        padding: 44px 38px; }
        .business-partner-overview .results ul .ad-space img,
        .business-partner-overview .results ul .callout img {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1; }
        .business-partner-overview .results ul .ad-space h2,
        .business-partner-overview .results ul .callout h2 {
          font-size: 2.375rem;
          font-weight: 700;
          color: black;
          line-height: 1.05; }
          .business-partner-overview .results ul .ad-space h2::after,
          .business-partner-overview .results ul .callout h2::after {
            display: none; }
          @media (max-width: 768px) {
            .business-partner-overview .results ul .ad-space h2,
            .business-partner-overview .results ul .callout h2 {
              font-size: 2rem; } }
        .business-partner-overview .results ul .ad-space p,
        .business-partner-overview .results ul .callout p {
          font-weight: 300;
          font-size: 1.125rem;
          color: #F07D00; }

#searchForm {
  border: 1px solid #e1e1e1;
  max-width: 368px;
  margin-bottom: 21px;
  width: 100%;
  padding: 5px 0;
  background-color: #ffffff; }

.typeahead {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: white; }
  .typeahead i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    border-left: 1px solid #e1e1e1;
    background: transparent url("/assets/templates/img/searchButton.gif") center center no-repeat; }
  .typeahead .inputfield {
    box-sizing: border-box;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 0 13px;
    height: 28px;
    line-height: 28px;
    min-width: 320px;
    width: auto;
    font-size: 0.9375rem;
    text-transform: capitalize; }
  .typeahead #typeahead-results {
    overflow-y: scroll;
    max-height: 40vh;
    list-style: none;
    position: absolute;
    top: 100%;
    top: calc(100% + 5px);
    left: 0;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000; }
    .typeahead #typeahead-results:empty {
      display: none; }
    .typeahead #typeahead-results li {
      padding: 10px;
      cursor: pointer;
      border-bottom: 1px solid #eee;
      font-size: 0.9375rem;
      text-transform: capitalize; }
      .typeahead #typeahead-results li:last-child {
        border-bottom: none; }
      .typeahead #typeahead-results li:hover, .typeahead #typeahead-results li:selected {
        background-color: #F4F4F4;
        color: #000000;
        font-size: 0.9375rem; }
      .typeahead #typeahead-results li strong {
        text-decoration: underline; }

/*# sourceMappingURL=business-partners.css.map */
