.section--impact-area {
    background-image: linear-gradient(148deg, #1a2856 7%, #141534 100%);
    padding-top: 1.58rem;
    padding-bottom: 1.55rem;
  }
  
  .section--impact-area h1,
  .section--impact-area p {
    color: #fff;
  }
  
  .section--impact-area.search {
    padding-bottom: 16rem;
  }
  
  .search-result h3 {
    color: #007da3;
    margin-bottom: 0.25rem;
  }
  
  .search-result {
    display: block;
    position: relative;
    border-bottom: 1px solid #edf1f4;
    margin-bottom: 1rem;
  }
  
  .search-result:last-child {
    border-bottom: none;
  }
  
  .search-result a.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  
  /* Styles applied to Swiftype Search elements */
  
  input.st-search-input.header {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-size: 1rem;
    line-height: 1.5;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #424e68;
    border-radius: 26.5px;
    padding-right: 2rem;
    padding-left: 1rem;
    color: #fff;
  }
  
  input.st-search-input.index {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fefefe;
    font-size: 1rem;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: none;
    background-repeat: no-repeat;
    padding: 0.75rem 2rem 0.75rem 1rem;
    height: auto;
    margin: 0 auto;
    max-width: 60rem;
  }
  
  .st-search-input.header:focus {
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: none !important;
    border: 2px solid #007da3 !important;
  }
  
  .st-search-input.index,
  .st-ui-search-input {
    background: none;
  }
  
  .grid-container-search {
    margin-top: -5rem !important;
  }
  
  section.section--panel-overlap-search {
    padding: 4rem;
  }
  
  /*section.section--panel-overlap-search {
      text-align: center;
  }*/
  
  .st-ui-result .st-ui-type-heading {
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 28px;
  }
  
  .st-ui-type-detail {
    overflow: visible;
    max-height: fit-content;
  }
  
  a.st-ui-result .st-ui-type-detail {
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    color: #1e202f;
    max-height: none !important;
  }
  
  .st-query-present {
    font: 13px/1.5 "Source Code Pro", monospace;
    color: #999;
    padding-top: 0.5rem;
  }
  
  a.st-ui-result {
    padding: 20px 18px 24px 0;
  }
  /* end swiftype search elements */
  
  /* Swiftype autocomple css */
  .swiftype-widget .autocomplete {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
  }
  
  .swiftype-widget .autocomplete ul {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
  }
  
  .swiftype-widget .autocomplete li {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 10px 8px;
    font-size: 13px;
    list-style-type: none;
    background-image: none;
    margin: 0;
  }
  
  .swiftype-widget .autocomplete li:first-child {
    border-top: 1px solid #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  
  .swiftype-widget .autocomplete li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  
  /*
    .swiftype-widget .autocomplete li.active {
      border-top: 1px solid #145A93;
      border-bottom: 1px solid #086aa8;
      background-color: #1285d5;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #37a3e9), color-stop(100%, #1285d5));
      background: -webkit-linear-gradient(#37a3e9, #1285d5);
      background: -moz-linear-gradient(#37a3e9, #1285d5);
      background: -o-linear-gradient(#37a3e9, #1285d5);
      background: linear-gradient(#37a3e9, #1285d5);
      -webkit-box-shadow: 0 1px 0 #69bdf3 inset;
      -moz-box-shadow: 0 1px 0 #69bdf3 inset;
      box-shadow: 0 1px 0 #69bdf3 inset;
    } */
  
  .swiftype-widget .autocomplete li p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  
  .swiftype-widget .autocomplete li p.title {
    color: #007da3;
  }
  
  .swiftype-widget .autocomplete li p.title em {
    color: #0b2644;
    font-style: normal;
  }
  
  .swiftype-widget .autocomplete li.active p.title em {
    font-style: normal;
  }
  
  .swiftype-widget .autocomplete li .sections {
    color: #999;
    font-size: 11px;
  }
  
  .swiftype-widget .autocomplete li .sections em {
    color: #666;
    font-style: normal;
  }
  
  .swiftype-widget .autocomplete li .sections .section {
    display: inline;
  }
  
  .swiftype-widget .autocomplete li.active .sections {
    color: #a9d7f1;
  }
  
  .swiftype-widget .autocomplete li.active .sections em {
    color: #a9d7f1;
    font-style: normal;
  }
  
  .swiftype-widget .autocomplete li.noResults {
    pointer-events: none;
  }
  /* end swiftype autocomplete */
  
  /* start positioning of results container and filters menu in serch.html */
  
  .facets {
    /* background-color: rgba(255,255,255,0.6); */
    border-radius: 5px;
    /* padding: 2rem; */
  }
  
  a.st-next {
    float: right;
  }
  
  .st-custom-facets label {
    font-size: 14px;
    font-weight: 600;
    color: #424e68;
    font-family: fira-sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    line-height: 1.6;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .st-custom-facets h5 {
    margin-bottom: 1rem;
    color: #424e68;
  }
  
  /* .st-results-container {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0px;
    min-height: 100vh;
  } */
  /* .st-results-container > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
    border-radius: 12px 12px 0px 0px;
    display: inline-block;
    width: 100%;
    line-height: 30px !important;
    font-size: 24px !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
  } */
  /* .st-results-container > p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
    display: inline-block;
    width: 100%;
    line-height: 26px !important;
    font-size: 16px !important;
    margin-bottom: 30px;
    margin-top: -2px;
  } */
  div#st-results-container em {
    background: transparent !important;
    font-style: normal !important;
    color: rgba(0, 187, 221, 1) !important;
    font-weight: 700;
  }
  
  .st-results-container .st-no-results {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 50px;
      background-color: #fff;
      border-radius: 12px 12px 0px 0px;
      display: inline-block;
      width: 100%;
      line-height: 30px !important;
      font-size: 24px !important;
      margin-bottom: 0px !important;
      padding-bottom: 10px;
      text-align: center;
    }
    .st-results-container .st-spelling-suggestion {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 50px;
      background-color: #fff;
      border-radius: 0px 0px 12px 12px;
      display: inline-block;
      width: 100%;
      line-height: 26px !important;
      font-size: 16px !important;
      margin-bottom: 30px;
      margin-top: -2px;
      text-align: center;
    }
    .st-loading-message{
      border-radius: 12px;
      padding: 50px;
      padding-top: 20px;
      text-align: center;
      font-size: 30px !important;
    }
    /* .section.section--panel-overlap-search .panel-bg{
      background:transparent !important;
      padding: 0px !important;
    } */
  
  /* end positioning of results container and filters menu in search.html */
  
  /* start results page element */
  
  /* a.st-search-result-link {
    color: #007da3;
    margin-bottom: 0.25rem;
    font-family: univia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 48px;
  }
  
  a.st-search-result-link p.body {
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    color: #1e202f;
  } */
  
  /* styles applied to tipue elements */
  /*
  .tipue_search_result .tipue_search_content_title a{
      color: #007DA3;
      margin-bottom: 0.25rem;
      font-family: univia-pro, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      letter-spacing: -0.2px;
      line-height: 34px;
  }
  
  .tipue_search_result{
      display: block;
      position: relative;
      border-bottom: 1px solid #EDF1F4;
      margin-bottom: 1rem;
  }
  
  .tipue_search_result:last-child{
      border-bottom: none;
  }
  
  .tipue_search_result a.abs-link{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
  }
  
  a:hover, a:focus{
      outline: none;
  }
  
  .search-result .breadcrumbs{
      margin-bottom: 0;
      border-bottom: none;
  }
  
  .impact-search{
      border: 2px solid #fff;
      border-radius: 6px;
      box-shadow: none;
      background-repeat: no-repeat;
      padding: 0.75rem 2rem 0.75rem 1rem;
      height: auto;
      margin: 0 auto;
      max-width: 60rem;
  }
  
  .impact-search:focus{
      background-repeat: no-repeat;
      border: 2px solid #007DA3;
  }
  
  input.panel-search{
      background: #FFFFFF;
      border: 1px solid #E4E4E8;
      border-radius: 6px;
      box-shadow: none;
      height: auto;
      font-size: 16px;
      font-family: fira-sans, sans-serif;
      font-weight: 400;
      background-image: url(img/icon-search-grey.png);
      background-size: 14px;
      background-position: 98% center;
      background-repeat: no-repeat;
      padding-right: 2rem;
  }
  
  .form-search{
      position: relative;
      margin: 0 auto;
      max-width: 60rem;
  }
  
  .form-search button[type="submit"],
  .form-search button[type="reset"]{
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1rem;
      cursor: pointer;
  }
  
  .form-search button[type="submit"]:focus,
  .form-search button[type="reset"]:focus{
      outline: none!important;
  }
  
  .form-search button[type="reset"]{
      display: none;
  }
  
  .form-search button[type="submit"] svg rect{
      fill: #9C9FA6;
      transition: all 0.3s ease;
  }
  
  .form-search.show-reset button[type="submit"]{
      display: none;
  }
  
  .form-search.show-reset button[type="reset"]{
      display: block;
  }
  
  .form-search.is-focused button[type="submit"] svg rect{
      fill: #007DA3;
  }
  
  /* .form-search button[type="submit"] svg path{
  fill: #007DA3;
  } 
  
  .panel-bg .search-result h3{
      margin-bottom: 0.25rem;
      margin-top: 0;
  }
    
  .tipue_search_result .tipue_search_content_title {
      margin-bottom: 0.25rem;
      margin-top: 0;
  } */
  