/* Variables */
body.search-results h2.search-title {
  font-size: 28px;
  max-width: none; }
  body.search-results h2.search-title {
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      body.search-results h2.search-title {
        margin-bottom: 45px; } }
  @media screen and (min-width: 768px) {
    body.search-results h2.search-title {
      font-size: 32px; } }
  @media screen and (min-width: 1024px) {
    body.search-results h2.search-title {
      font-size: 36px; } }
body.search-results .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  body.search-results .cards {
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      body.search-results .cards {
        margin-bottom: 45px; } }
  body.search-results .cards {
    margin-top: 65px; }
    @media (max-width: 767px) {
      body.search-results .cards {
        margin-top: 45px; } }
  body.search-results .cards.two-col .card {
    flex: 0 0 50%; }
    @media (max-width: 767px) {
      body.search-results .cards.two-col .card {
        flex: 0 0 100%; } }
    body.search-results .cards.two-col .card .card-content {
      padding: 40px; }
      @media (max-width: 499px) {
        body.search-results .cards.two-col .card .card-content {
          padding: 20px; } }
  body.search-results .cards.three-col .card {
    flex: 0 0 33.333%; }
    @media (max-width: 1023px) {
      body.search-results .cards.three-col .card {
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      body.search-results .cards.three-col .card {
        flex: 0 0 100%; } }
    body.search-results .cards.three-col .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        body.search-results .cards.three-col .card .card-content {
          padding: 20px; } }
      body.search-results .cards.three-col .card .card-content span.button {
        margin-top: 15px; }
  body.search-results .cards.four-col .card {
    flex: 0 0 25%; }
    @media (max-width: 1023px) {
      body.search-results .cards.four-col .card {
        flex: 0 0 50%; } }
    @media (max-width: 599px) {
      body.search-results .cards.four-col .card {
        flex: 0 0 100%; } }
    body.search-results .cards.four-col .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        body.search-results .cards.four-col .card .card-content {
          padding: 20px; } }
      body.search-results .cards.four-col .card .card-content span.button {
        margin-top: 15px; }
  body.search-results .cards .card {
    flex: 1;
    max-width: none;
    padding: 15px; }
    body.search-results .cards .card .card-inner {
      border-radius: 16px;
      height: 100%;
      overflow: hidden;
      position: relative; }
    body.search-results .cards .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        body.search-results .cards .card .card-content {
          padding: 20px; } }
  body.search-results .cards .card .card-inner {
    min-height: 468px;
    max-height: 558px; }
    body.search-results .cards .card .card-inner:before {
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      content: "";
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  body.search-results .cards .card img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  body.search-results .cards .card .card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    body.search-results .cards .card .card-content h2,
    body.search-results .cards .card .card-content h3 {
      font-size: 28px;
      transition: color 0.2s; }
      @media screen and (min-width: 768px) {
        body.search-results .cards .card .card-content h2,
        body.search-results .cards .card .card-content h3 {
          font-size: 32px; } }
      @media screen and (min-width: 1024px) {
        body.search-results .cards .card .card-content h2,
        body.search-results .cards .card .card-content h3 {
          font-size: 36px; } }
  body.search-results .cards .card .pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    body.search-results .cards .card .pills div.pill-item {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      color: #282828 !important;
      font-size: 12px;
      font-weight: 600;
      line-height: 23px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 4px 15px 3px;
      white-space: nowrap; }
    body.search-results .cards .card .pills a.pill-item {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      color: #282828 !important;
      font-size: 12px;
      font-weight: 600;
      line-height: 23px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 4px 15px 3px;
      white-space: nowrap;
      background-color: #69E0FF;
      opacity: 1;
      transition: background-color 0.2s;
      background-color: #F98012; }
      body.search-results .cards .card .pills a.pill-item:after {
        display: none; }
      body.search-results .cards .card .pills a.pill-item:hover, body.search-results .cards .card .pills a.pill-item:focus {
        background-color: #F98012;
        text-decoration: none; }
      body.search-results .cards .card .pills a.pill-item:hover, body.search-results .cards .card .pills a.pill-item:focus {
        background-color: #69E0FF; }
  body.search-results .cards .card .button.arrow-external > span:after {
    margin: 0; }
  body.search-results .cards .card a.card-copy {
    display: block;
    font-weight: normal; }
    body.search-results .cards .card a.card-copy:not(:hover):not(:focus) {
      color: #fff !important; }
    body.search-results .cards .card a.card-copy:after {
      display: none; }
    body.search-results .cards .card a.card-copy:hover, body.search-results .cards .card a.card-copy:focus {
      color: #F98012;
      text-decoration: none; }
      body.search-results .cards .card a.card-copy:hover h2,
      body.search-results .cards .card a.card-copy:hover h3, body.search-results .cards .card a.card-copy:focus h2,
      body.search-results .cards .card a.card-copy:focus h3 {
        color: #F98012; }
      body.search-results .cards .card a.card-copy:hover .button > span:after, body.search-results .cards .card a.card-copy:focus .button > span:after {
        background-color: #F98012;
        color: #143A52; }
  body.search-results .cards.two-col .card a.card-copy {
    padding-right: 50px; }
  body.search-results .cards.two-col .card .button.arrow-external {
    position: absolute;
    right: 0;
    bottom: 0; }
  body.search-results .cards .card {
    padding-bottom: 40px;
    max-width: 33.333%; }
    @media (max-width: 1023px) {
      body.search-results .cards .card {
        max-width: 50%; } }
    @media (max-width: 767px) {
      body.search-results .cards .card {
        max-width: 100%; } }
    body.search-results .cards .card .card-inner {
      border-bottom: solid 1px #dedede;
      border-radius: 0;
      color: #194866;
      display: block;
      max-height: none;
      min-height: 0;
      text-decoration: none; }
      body.search-results .cards .card .card-inner:hover h3,
      body.search-results .cards .card .card-inner:hover .desc, body.search-results .cards .card .card-inner:focus h3,
      body.search-results .cards .card .card-inner:focus .desc {
        color: #F98012; }
      body.search-results .cards .card .card-inner:before {
        display: none; }
      body.search-results .cards .card .card-inner .news-image {
        border-radius: 16px;
        overflow: hidden;
        position: relative; }
        body.search-results .cards .card .card-inner .news-image:before {
          content: "";
          display: block;
          padding-top: 49%; }
        body.search-results .cards .card .card-inner .news-image img {
          max-height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%; }
          body.search-results .cards .card .card-inner .news-image img.logo {
            background-color: #fff8f1;
            object-fit: contain; }
        body.search-results .cards .card .card-inner .news-image .pills {
          margin: 0;
          position: absolute;
          left: 15px;
          bottom: 15px;
          width: calc(100% - 30px); }
      body.search-results .cards .card .card-inner .card-content {
        padding: 0 0 40px;
        position: static; }
        body.search-results .cards .card .card-inner .card-content h3 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.5;
          margin-top: 15px; }
        body.search-results .cards .card .card-inner .card-content .desc {
          font-size: 14px;
          line-height: 1.3;
          transition: color 0.2s; }
body.search-results .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  body.search-results .pagination {
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      body.search-results .pagination {
        margin-bottom: 45px; } }
  body.search-results .pagination a,
  body.search-results .pagination span {
    background-color: #f5f5f5;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px; }
    @media (max-width: 549px) {
      body.search-results .pagination a.page-numbers:not(.prev):not(.next):not(.current),
      body.search-results .pagination span.page-numbers:not(.prev):not(.next):not(.current) {
        display: none; } }
    body.search-results .pagination a:after,
    body.search-results .pagination span:after {
      display: none; }
    body.search-results .pagination a.current,
    body.search-results .pagination span.current {
      background-color: #F98012; }
    body.search-results .pagination a.prev,
    body.search-results .pagination span.prev {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      font-size: 0; }
      body.search-results .pagination a.prev:before,
      body.search-results .pagination span.prev:before {
        content: "<";
        font-size: 14px; }
    body.search-results .pagination a.next,
    body.search-results .pagination span.next {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
      font-size: 0; }
      body.search-results .pagination a.next:before,
      body.search-results .pagination span.next:before {
        content: ">";
        font-size: 14px; }
    body.search-results .pagination a.first, body.search-results .pagination a.last,
    body.search-results .pagination span.first,
    body.search-results .pagination span.last {
      border-radius: 16px; }
      @media (min-width: 550px) and (max-width: 767px) {
        body.search-results .pagination a.first, body.search-results .pagination a.last,
        body.search-results .pagination span.first,
        body.search-results .pagination span.last {
          display: none; } }
    body.search-results .pagination a.first,
    body.search-results .pagination span.first {
      margin-right: 15px; }
    body.search-results .pagination a.last,
    body.search-results .pagination span.last {
      margin-left: 15px; }
  body.search-results .pagination a {
    transition: color 0.2s, background-color 0.2s; }
    body.search-results .pagination a:not(:hover):not(:focus) {
      color: #282828; }
    body.search-results .pagination a:hover, body.search-results .pagination a:focus {
      background-color: #194866;
      color: #fff;
      text-decoration: none !important; }

/*# sourceMappingURL=search.css.map */
