html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

.fullpage-section {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fullpage-section .main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.fullpage-section .main-section .main-section_inner {
  width: 100%;
}

.fullpage-section .main-section .main-section_inner .logo-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

.fullpage-section .main-section .main-section_inner .logo-wrapper .logo {
  width: 21rem;
  height: auto;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper .indicator-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper .indicator-line .indicator-line_inner {
  width: 0%;
  height: 100%;
  background-color: #00a654;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper .indicator {
  background-color: #a7a7a7;
  display: inline-block;
  width: 6.4rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper .indicator.active {
  background-color: #00a654;
}

.fullpage-section .main-section .main-section_inner .indicator-wrapper .indicator span.indicator-label {
  line-height: 6.4rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 3rem 0;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper .field-wrapper_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0 0.8rem;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper .field-wrapper_inner .ss-single-selected {
  height: 4.8rem;
  padding: 0.8rem 1.2rem;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper .field-wrapper_inner .ss-single-selected .placeholder {
  font-weight: 700;
  color: #232323;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper .field-wrapper_inner .ss-single-selected .placeholder .ss-disabled {
  color: #232323;
}

.fullpage-section .main-section .main-section_inner .filter-fields-wrapper .field-wrapper_inner .ss-single-selected .ss-deselect {
  padding-bottom: 4px;
}

.fullpage-section .main-section .main-section_inner .results-section {
  background-color: white;
}

.fullpage-section .main-section .main-section_inner .results-section .results-header {
  background-color: #00a654;
  padding: 1.2rem 0.8rem;
}

.fullpage-section .main-section .main-section_inner .results-section .results-header h2 {
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 2.1rem;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper {
  max-height: 30rem;
  overflow-y: auto;
  max-width: 100%;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper::-webkit-scrollbar {
  width: 8px;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper::-webkit-scrollbar-thumb {
  background: #0b7a43;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper::-webkit-scrollbar-thumb:hover {
  background: #146b40;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table th,
.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table td {
  width: 25%;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table th:first-child,
.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table td:first-child {
  width: 50%;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table td,
.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table th {
  padding: 1.2rem 1.8rem;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table thead th {
  text-align: left;
  background-color: #e5e7e9;
  color: #414042;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table tr td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border-bottom: 1px solid #e0e0e0;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table tr td span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table tr td:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table tr td a {
  color: #000;
}

.fullpage-section .main-section .main-section_inner .results-section .results-table_wrapper .results-table tr td a:hover {
  color: #00a654;
}

.fullpage-section .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00a654;
  height: 4rem;
}

.fullpage-section .footer .footer-text {
  color: white;
  margin: 0;
  text-align: center;
  padding: 0 24px;
  line-height: 4rem;
}

.fullpage-section .footer .footer-text a {
  font-weight: 700;
  color: white;
}

.fullpage-section .footer .footer-text a:hover {
  color: #2a3529;
}

.fullpage-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.fullpage-loader.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  opacity: 1;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00a654;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.resultsloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 180px;
}

.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */