/* General styling for the section */
/* Mobile landscape media query */
.search-filter {
  position: relative;
  background-color: #ebf5fe; }
  .search-filter .small-wrapper .filter-outer {
    padding-top: 24px; }
  .search-filter .small-wrapper .search-box {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 595px) {
      .search-filter .small-wrapper .search-box {
        margin-bottom: 20px; } }
    .search-filter .small-wrapper .search-box input {
      width: 100%;
      padding: 8px 63px 8px 15px;
      border: 2px solid #cacfd6;
      outline: none;
      font-size: 24px;
      color: #000000;
      height: 60px;
      background-color: #ffffff;
      border-radius: 8px; }
      @media (max-width: 595px) {
        .search-filter .small-wrapper .search-box input {
          height: 50px;
          font-size: 20px; } }
    .search-filter .small-wrapper .search-box .svg-wrap,
    .search-filter .small-wrapper .search-box .ais-SearchBox-submit {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 30px;
      border: none;
      right: 6px;
      border-radius: 4px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 10px;
      background-color: #ffffff;
      z-index: 5;
      cursor: pointer; }
      .search-filter .small-wrapper .search-box .svg-wrap svg,
      .search-filter .small-wrapper .search-box .ais-SearchBox-submit svg {
        width: 100%;
        height: 100%;
        fill: #0084f2; }
      @media (max-width: 595px) {
        .search-filter .small-wrapper .search-box .svg-wrap,
        .search-filter .small-wrapper .search-box .ais-SearchBox-submit {
          padding: 0 7px 0 0;
          width: 29px;
          height: 29px;
          top: 25px; } }
    .search-filter .small-wrapper .search-box .ais-SearchBox-reset {
      border: none;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 33px;
      right: 68px;
      border-radius: 4px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #ffffff;
      z-index: 5;
      cursor: pointer; }
      .search-filter .small-wrapper .search-box .ais-SearchBox-reset svg {
        width: 15px;
        height: 13px;
        fill: #001480; }
      @media (max-width: 595px) {
        .search-filter .small-wrapper .search-box .ais-SearchBox-reset {
          right: 44px; } }
  .search-filter .small-wrapper .list-wrap {
    width: 100%; }
    .search-filter .small-wrapper .list-wrap ul {
      padding-left: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-filter .small-wrapper .list-wrap ul li {
        padding-right: 70px; }
        .search-filter .small-wrapper .list-wrap ul li:last-child {
          padding-right: 0; }
  .search-filter .small-wrapper .card-wrapper {
    width: 100%;
    position: relative; }
    .search-filter .small-wrapper .card-wrapper .card {
      margin-bottom: 15px;
      padding: 33px 24px 30px;
      border-radius: 8px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.08);
              box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.08);
      transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
      position: relative; }
    .search-filter .small-wrapper .card-wrapper .card.external-link:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      width: 32px;
      height: 32px;
      background: url(/themes/young/templates/assets/images/header/bright-blue-external-arrow-fine.png) no-repeat;
      background-size: contain;}
      .search-filter .small-wrapper .card-wrapper .card:hover {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.24);
                box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.24); }
        .search-filter .small-wrapper .card-wrapper .card:hover h5 {
          color: #0084f2; }
      .search-filter .small-wrapper .card-wrapper .card .caption {
        position: relative;
        display: block; }
        .search-filter .small-wrapper .card-wrapper .card .caption span {
          text-transform: uppercase; }
      .search-filter .small-wrapper .card-wrapper .card .date {
        position: relative;
        margin-right: 21px;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        color: #0084f2; }
        .search-filter .small-wrapper .card-wrapper .card .date::before {
          content: "|";
          color: #0084f2;
          font-size: 16px;
          position: absolute;
          right: -13px;
          top: -1px; }
      .search-filter .small-wrapper .card-wrapper .card .location {
        font-size: 16px;
        font-weight: 600;
        color: #0084f2; }
      .search-filter .small-wrapper .card-wrapper .card h5 {
        font-weight: 400;
        margin: 10px 0;
        color: #071745;
        -webkit-transition: color 0.3s ease-in;
        transition: color 0.3s ease-in; }
      .search-filter .small-wrapper .card-wrapper .card p {
        color: #545859; }
  .search-filter #selected_facets {
    margin-bottom: 20px; }
  .search-filter ol {
    list-style: none; }
  .search-filter .link-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-filter .link-wrapper a {
      display: inline-block; }
    .search-filter .link-wrapper .link {
      position: relative;
      width: 33.33%;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .search-filter .link-wrapper .link {
          width: 50%; } }
      @media (max-width: 767px) {
        .search-filter .link-wrapper .link {
          width: 100%; } }
      @media (max-width: 595px) {
        .search-filter .link-wrapper .link.video::before {
          left: -6px !important; } }
      .search-filter .link-wrapper .link.file::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        background-image: url("/themes/young/templates/assets/images/sections/banner/file.png");
        background-size: cover; }
      .search-filter .link-wrapper .link.video::before {
        content: "";
        position: absolute;
        left: -3px;
        top: 0;
        width: 35px;
        height: 30px;
        background-image: url("/themes/young/templates/assets/images/sections/banner/video.png");
        background-size: cover; }
    .search-filter .link-wrapper .close-icon {
      position: absolute;
      top: -30%;
      right: -30%;
      font-size: 24px;
      font-weight: bold;
      color: #ffffff;
      cursor: pointer;
      z-index: 3;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .search-filter .link-wrapper .close-icon:hover {
        color: #da1e5c; }
    .search-filter .link-wrapper .video-overlay {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      /* Above dark background */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
      display: none; }
      .search-filter .link-wrapper .video-overlay.show {
        display: block;
        z-index: 5; }
    .search-filter .link-wrapper a {
      padding-left: 35px;
      color: #0084f2;
      font-size: 20px;
      font-weight: 500;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .search-filter .link-wrapper a:hover {
        color: #dc1e5c; }
    .search-filter .link-wrapper .pop-up {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 13;
      display: none; }
  .search-filter .pagination {
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-filter .pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search-filter .pagination ul li.ais-Pagination-item--page {
        margin: 0 5px;
        cursor: pointer;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .search-filter .pagination ul li.ais-Pagination-item--page:hover a {
          color: #0084f2; }
        .search-filter .pagination ul li.ais-Pagination-item--page.show-more span {
          color: #ffffff; }
        .search-filter .pagination ul li.ais-Pagination-item--page a {
          padding: 0 10px;
          color: #545859;
          font-size: 20px;
          font-weight: 500;
          cursor: pointer; }
          @media (max-width: 595px) {
            .search-filter .pagination ul li.ais-Pagination-item--page a {
              padding: 0 4px; } }
          @media (max-width: 359px) {
            .search-filter .pagination ul li.ais-Pagination-item--page a {
              padding: 0; } }
      .search-filter .pagination ul li.ais-Pagination-item--selected a {
        color: #0084f2;
        border-bottom: 2px solid #0084f2; }
    .search-filter .pagination .show-more,
    .search-filter .pagination .ais-Pagination-item--nextPage a,
    .search-filter .pagination .ais-Pagination-item--previousPage a,
    .search-filter .pagination .ais-Pagination-item--lastPage a,
    .search-filter .pagination .ais-Pagination-item--firstPage a {
      display: inline-block;
      padding: 3px 40px 3px 20px;
      margin: 0 10px;
      border-radius: 25px;
      background-color: #0084f2;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      top: 4px;
      color: #fff;
      outline: none;
      border: 4px solid #0084f2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 2;
      overflow: hidden; }
      @media (max-width: 991px) {
        .search-filter .pagination .show-more,
        .search-filter .pagination .ais-Pagination-item--nextPage a,
        .search-filter .pagination .ais-Pagination-item--previousPage a,
        .search-filter .pagination .ais-Pagination-item--lastPage a,
        .search-filter .pagination .ais-Pagination-item--firstPage a {
          background-color: unset !important;
          border: unset !important;
          color: #001480;
          padding: 0;
          width: 20px;
          height: 20px;
          -webkit-transition: none;
          transition: none;
          font-size: 0; } }
      @media (max-width: 595px) {
        .search-filter .pagination .show-more,
        .search-filter .pagination .ais-Pagination-item--nextPage a,
        .search-filter .pagination .ais-Pagination-item--previousPage a,
        .search-filter .pagination .ais-Pagination-item--lastPage a,
        .search-filter .pagination .ais-Pagination-item--firstPage a {
          height: 15px;
          margin: 0 5px; } }
  @media (max-width: 595px) and (max-width: 359px) {
    .search-filter .pagination .show-more,
    .search-filter .pagination .ais-Pagination-item--nextPage a,
    .search-filter .pagination .ais-Pagination-item--previousPage a,
    .search-filter .pagination .ais-Pagination-item--lastPage a,
    .search-filter .pagination .ais-Pagination-item--firstPage a {
      margin: 0 1px; } }
      .search-filter .pagination .show-more::before,
      .search-filter .pagination .ais-Pagination-item--nextPage a::before,
      .search-filter .pagination .ais-Pagination-item--previousPage a::before,
      .search-filter .pagination .ais-Pagination-item--lastPage a::before,
      .search-filter .pagination .ais-Pagination-item--firstPage a::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: calc(100% + 50%);
        height: calc(100% + 250%);
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transform: translateZ(0) translate(-50%, 50%) scale(0);
                transform: translateZ(0) translate(-50%, 50%) scale(0);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: -1; }
      @media (min-width: 992px) {
        .search-filter .pagination .show-more:hover::before,
        .search-filter .pagination .ais-Pagination-item--nextPage a:hover::before,
        .search-filter .pagination .ais-Pagination-item--previousPage a:hover::before,
        .search-filter .pagination .ais-Pagination-item--lastPage a:hover::before,
        .search-filter .pagination .ais-Pagination-item--firstPage a:hover::before {
          -webkit-transform: translateZ(0) translate(-50%, 50%) scale(1);
                  transform: translateZ(0) translate(-50%, 50%) scale(1);
          background-color: #001480; } }
      .search-filter .pagination .show-more a,
      .search-filter .pagination .ais-Pagination-item--nextPage a a,
      .search-filter .pagination .ais-Pagination-item--previousPage a a,
      .search-filter .pagination .ais-Pagination-item--lastPage a a,
      .search-filter .pagination .ais-Pagination-item--firstPage a a {
        color: #ffffff; }
    @media (min-width: 992px) {
      .search-filter .pagination .ais-Pagination-item--previousPage a,
      .search-filter .pagination .ais-Pagination-item--firstPage a {
        padding: 3px 20px 3px 40px; } }
    .search-filter .pagination .ais-Pagination-item--lastPage a::after {
      content: "" !important;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 12px;
      height: 12px;
      background: url("/themes/young/templates/assets/images/sections/svg-icons/double-white-arrow-right.svg") no-repeat;
      background-size: cover;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 991px) {
        .search-filter .pagination .ais-Pagination-item--lastPage a::after {
          left: 0;
          width: 15px;
          height: 15px;
          background: url("/themes/young/templates/assets/images/sections/svg-icons/double-pantone-reflex-right-arrow.svg") no-repeat;
          background-size: cover; } }
    .search-filter .pagination .ais-Pagination-item--nextPage a::after {
      content: "" !important;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 12px;
      height: 12px;
      background: url("/themes/young/templates/assets/images/sections/svg-icons/white-right-arrow.svg");
      background-size: cover;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 991px) {
        .search-filter .pagination .ais-Pagination-item--nextPage a::after {
          width: 15px;
          height: 15px;
          right: 5px;
          background: url("/themes/young/templates/assets/images/sections/svg-icons/pantone-reflex-right-arrow.svg") no-repeat;
          background-size: cover; } }
    .search-filter .pagination .ais-Pagination-item--previousPage a::after {
      content: "" !important;
      position: absolute;
      top: 50%;
      left: 20px;
      width: 12px;
      height: 12px;
      background: url("/themes/young/templates/assets/images/sections/svg-icons/white-left-arrow.svg") no-repeat;
      background-size: cover;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 991px) {
        .search-filter .pagination .ais-Pagination-item--previousPage a::after {
          left: 0;
          width: 15px;
          height: 15px;
          background: url("/themes/young/templates/assets/images/sections/svg-icons/pantone-reflex-left-arrow.svg") no-repeat;
          background-size: cover; } }
    .search-filter .pagination .ais-Pagination-item--firstPage a::after {
      content: "" !important;
      position: absolute;
      top: 50%;
      left: 20px;
      width: 12px;
      height: 12px;
      background: url("/themes/young/templates/assets/images/sections/svg-icons/white-double-left-arrow.svg") no-repeat;
      background-size: cover;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 991px) {
        .search-filter .pagination .ais-Pagination-item--firstPage a::after {
          left: 0;
          width: 15px;
          height: 15px;
          background-image: url(/themes/young/templates/assets/images/sections/svg-icons/double-pantone-reflex-left-arrow.svg);
          background-size: contain; } }
    .search-filter .pagination .ais-Pagination-item--disabled {
      display: none; }
  .search-filter .ais-SearchBox-loadingIndicator {
    display: none; }
  .search-filter .facets-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px; }
  .search-filter .select-wrap {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 10; }
  .search-filter .ais-RefinementList-searchBox {
    display: none; }
  .search-filter .title-with-select {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .search-filter .title-with-select {
        width: calc(33.33% - 20px);
        margin: 0 10px 15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .search-filter .title-with-select {
        width: calc(50% - 20px);
        margin: 0 10px 15px; } }
    @media (max-width: 595px) {
      .search-filter .title-with-select {
        width: calc(100% - 20px);
        margin: 0 10px 15px; } }
    .search-filter .title-with-select h6 {
      color: #001480;
      margin-bottom: 10px; }
    .search-filter .title-with-select.active .list-wrap {
      max-height: 305px;
      padding: 0 20px 20px; }
    .search-filter .title-with-select.active .filter::before {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .search-filter .title-with-select .filter {
      position: relative;
      border: 2px solid #97a0a8;
      padding: 11px 20px;
      border-radius: 4px;
      width: 100%;
      height: 48px;
      -webkit-transition: border-color ease-in-out 0.2s;
      transition: border-color ease-in-out 0.2s;
      background-color: #ffffff;
      cursor: pointer; }
      .search-filter .title-with-select .filter::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        width: 24px;
        height: 20px;
        background-color: black;
        background: url("/themes/young/templates/assets/images/header/down-arow.svg") no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 3; }
      .search-filter .title-with-select .filter h6 {
        color: #97a0a8;
        pointer-events: none; }
    .search-filter .title-with-select .ais-RefinementList-searchBox input {
      position: relative;
      width: 100%;
      height: 38px;
      pointer-events: none;
      padding: 10px 40px 10px 10px;
      cursor: pointer; }
    .search-filter .title-with-select .ais-SearchBox-submit {
      display: none; }
    .search-filter .title-with-select .list-wrap {
      padding: 0 20px;
      max-height: 0;
      overflow-x: clip;
      overflow-y: scroll;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.24);
              box-shadow: 0 4px 8px 0 rgba(0, 42, 59, 0.24);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #ffffff; }
    .search-filter .title-with-select .ais-RefinementList-item {
      padding-top: 10px;
      cursor: pointer; }
      .search-filter .title-with-select .ais-RefinementList-item:hover span {
        color: #001480; }
      .search-filter .title-with-select .ais-RefinementList-item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: capitalize;
        cursor: pointer; }
      .search-filter .title-with-select .ais-RefinementList-item input {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
  .search-filter .ais-RefinementList-count {
    display: none; }
  .search-filter #result-info {
    margin-top: 10px;
    display: block;
    color: #545859; }
  .search-filter .ais-Stats-text {
    font-size: 18px; }
  .search-filter .ais-SearchBox-input::-webkit-search-cancel-button {
    display: none; }
  .search-filter .ais-SearchBox-input .search-clear {
    display: none; }
  .search-filter #autocomplete input {
    display: none; }
  .search-filter #autocomplete ul {
    background-color: #ffffff;
    padding: 15px; }
    .search-filter #autocomplete ul li {
      margin-bottom: 10px;
      cursor: pointer; }
  .search-filter .algolia-autocomplete {
    width: 100%; }
  .search-filter .tag {
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0 10px 20px 0;
    border: 1px solid #98a4af;
    border-radius: 20px; }
    .search-filter .tag button {
      padding: 8px 35px 8px 12px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: #0084f2;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .search-filter .tag button:hover span {
        color: #001480; }
    .search-filter .tag span {
      font-size: 18px;
      font-weight: 600; }
    .search-filter .tag .cross {
      position: absolute;
      width: 14px;
      height: 21px;
      top: 50%;
      right: 15px;
      z-index: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .search-filter img {
      max-width: 100%;
      width: auto;
      height: auto;
    }
