@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#search_results_page {
  padding: 0 15px; }
  #search_results_page h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    color: #145e9a;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px; }
    #search_results_page h1 i {
      color: #db0084;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 39.99875em) {
      #search_results_page h1 {
        font-size: 18px; } }
  #search_results_page #show_more-pois,
  #search_results_page #show_more-articles {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    border: 2px solid #145e9a;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 29px;
    padding-right: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    background: #145e9a; }
    #search_results_page #show_more-pois:after,
    #search_results_page #show_more-articles:after {
      content: "\EA04";
      font-family: "fa";
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-left: 20px;
      font-size: 12px; }
    #search_results_page #show_more-pois:hover,
    #search_results_page #show_more-articles:hover {
      color: #145e9a;
      background: none; }

#search_tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px; }
  #search_tabs > li {
    flex: 0 0 calc((100% - 64px) / 2);
    cursor: pointer;
    line-height: 30px;
    color: #003661;
    font-size: 0;
    padding: 10px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #search_tabs > li:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 4px;
      border-radius: 2px;
      background: #db0084;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 63.99875em) {
      #search_tabs > li {
        padding: 10px 0;
        flex: 0 0 calc((100% - 40px) / 3); } }
    @media screen and (max-width: 39.99875em) {
      #search_tabs > li {
        flex: 0 0 calc((100% - 20px) / 3);
        text-align: center; } }
    #search_tabs > li.active:after {
      width: 100%; }
    #search_tabs > li:hover, #search_tabs > li:active {
      color: #333333; }
    #search_tabs > li > * {
      display: inline-block;
      vertical-align: middle; }
    #search_tabs > li i {
      font-size: 20px;
      margin-right: 11px; }
      @media screen and (max-width: 39.99875em) {
        #search_tabs > li i {
          margin-right: 0; } }
    #search_tabs > li .title {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Quicksand", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 39.99875em) {
        #search_tabs > li .title {
          display: block; } }
    #search_tabs > li .total {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      line-height: 25px;
      color: #ffffff;
      background: #ec008c;
      font-size: 14px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      margin-left: 16px; }
      @media screen and (max-width: 63.99875em) {
        #search_tabs > li .total {
          margin-left: 10px; } }
      @media screen and (max-width: 39.99875em) {
        #search_tabs > li .total {
          margin-left: 0; } }
    #search_tabs > li.active {
      color: #333333; }

#search_content {
  width: 410px;
  padding-bottom: 30px; }
  @media screen and (max-width: 63.99875em) {
    #search_content {
      width: 100%; } }
  #search_content > li:not(.active) {
    display: none; }
  #search_content #results_forecast ul li .bg {
    line-height: 40px;
    padding: 0 15px; }
  #search_content #results_forecast ul li:not(:last-child) {
    border-bottom: 1px solid #dfdfdf; }
