.page-home .list_carousel ul li .item_content .item_img figcaption {
  border-radius: 0 0 10px 0;
  background: rgba(240, 125, 0, 0.7);
  color: white; }
.page-home .mod-newsflash-adv.type .item_img figcaption {
  border-radius: 0 0 10px 0;
  background: rgba(240, 125, 0, 0.7);
  color: white; }
.page-home .business-partner-searchbox {
  background-color: #2F2F2F;
  background-image: url("/assets/templates/images/business-partner-searchbox-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px 70px;
  margin-bottom: 32px; }
  .page-home .business-partner-searchbox .subtitle {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 7px; }
    .page-home .business-partner-searchbox .subtitle span {
      color: white;
      font-size: 12px; }
  .page-home .business-partner-searchbox h2 {
    font-weight: 700;
    color: white;
    font-size: 36px;
    line-height: 1.11; }
    .page-home .business-partner-searchbox h2 span {
      color: #F07D00; }
    .page-home .business-partner-searchbox h2::after {
      display: none; }
  .page-home .business-partner-searchbox form {
    margin-top: 25px;
    display: flex;
    gap: 7px;
    margin-bottom: 0; }
    .page-home .business-partner-searchbox form input {
      font-size: 12px;
      padding: 12px 15px;
      color: black; }
      .page-home .business-partner-searchbox form input::placeholder {
        color: rgba(0, 0, 0, 0.25); }
    .page-home .business-partner-searchbox form button {
      appearance: none;
      border: 0;
      padding: 0;
      margin: 0; }
  .page-home .business-partner-searchbox .combo {
    display: block;
    max-width: 400px;
    position: relative; }
  .page-home .business-partner-searchbox .combo-label {
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0.25em; }
  .page-home .business-partner-searchbox .combo-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 0 0 4px 4px;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100; }
  .page-home .business-partner-searchbox .open .combo-menu {
    display: block; }
  .page-home .business-partner-searchbox .combo input {
    font-size: 0.75rem;
    margin-bottom: 0; }
  .page-home .business-partner-searchbox .combo-option {
    padding: 10px 12px 12px;
    color: black;
    font-weight: 500;
    font-size: 1rem; }
  .page-home .business-partner-searchbox .combo-option.option-current,
  .page-home .business-partner-searchbox .combo-option:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .page-home .business-partner-searchbox .combo-option.option-selected {
    padding-right: 30px;
    position: relative; }
  .page-home .business-partner-searchbox .combo-option.option-selected::after {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    content: '';
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px; }
  .page-home .business-partner-searchbox .selected-options {
    list-style-type: none;
    margin: 0;
    max-width: 400px;
    padding: 0; }
  .page-home .business-partner-searchbox .selected-options li {
    display: inline-block;
    margin-bottom: 5px; }
.page-home .home-agenda {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .page-home .home-agenda li {
    padding-block: 13px;
    border-top: 1px solid black; }
    .page-home .home-agenda li:last-child {
      border-bottom: 1px solid black; }
    .page-home .home-agenda li a {
      display: flex;
      gap: 10px; }
      .page-home .home-agenda li a .date {
        font-size: 10px;
        color: #2F2F2F; }
      .page-home .home-agenda li a .information {
        flex: 1 1 auto; }
        .page-home .home-agenda li a .information strong {
          font-size: 10px;
          color: #000;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; }
        .page-home .home-agenda li a .information span {
          font-size: 8px;
          color: rgba(0, 0, 0, 0.5); }
.page-home #aside-right h3 {
  font-weight: 700;
  color: #000;
  font-size: 1rem;
  line-height: unset;
  margin-bottom: 10px; }
  .page-home #aside-right h3::after {
    display: none; }
  .page-home #aside-right h3:not(:first-child) {
    margin-top: 39px; }
.page-home .ad-space {
  position: relative;
  background-color: #F4F4F4;
  padding: 30px 40px;
  max-height: 307px;
  height: 100vw;
  box-sizing: border-box;
  display: inline-block;
  width: 100%; }
  .page-home .ad-space * {
    box-sizing: border-box; }
  .page-home .ad-space img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-home .ad-space h2 {
    font-size: 2.375rem;
    font-weight: 700;
    color: black;
    line-height: 1.05; }
    .page-home .ad-space h2::after {
      display: none; }
    @media (max-width: 768px) {
      .page-home .ad-space h2 {
        font-size: 2rem; } }

#searchForm {
  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;
  padding-right: 45px; }
  .typeahead i {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 5px solid #000000;
    background: transparent url("/assets/templates/images/icon-circle-arrow-orange.svg") center center no-repeat;
    cursor: pointer; }
  .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;
    width: 100%;
    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=homepage.css.map */
