/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 4, stdin */

.search-results-block__header {
  margin-bottom: 55px;
  text-align: center;
}

/* line 8, stdin */

.search-results-block__header a {
  color: #59595B;
  font-weight: 700;
}

/* line 12, stdin */

.search-results-block__header a:hover,
.search-results-block__header a:focus,
.search-results-block__header a:active {
  color: #59595B;
}

/* line 19, stdin */

.search-results-block__header h1 {
  margin-bottom: 29px;
}

/* line 24, stdin */

.search-results-block__card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 24, stdin */

  .search-results-block__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 37, stdin */

.search-results-block__card-text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 37, stdin */

  .search-results-block__card-text {
    width: 660px;
    margin-bottom: 0;
  }
}

/* line 49, stdin */

.search-results-block form {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* line 49, stdin */

  .search-results-block form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 57, stdin */

.search-results-block form input {
  border-radius: 10px;
  border: 1px solid #59595b;
  padding: 0 10px;
}

/* line 63, stdin */

.search-results-block form .site-button {
  border: none;
  margin-top: 20px;
  margin: 20px auto 0 auto;
}

/* line 70, stdin */

.search-results-block .pagination {
  font-size: 1.778em;
}

/* line 73, stdin */

.search-results-block .pagination span,
.search-results-block .pagination a {
  margin: 0 10px;
}

/* line 78, stdin */

.search-results-block .pagination a {
  color: #59595B;
  text-decoration: none;
}

/* line 82, stdin */

.search-results-block .pagination a:hover,
.search-results-block .pagination a:focus,
.search-results-block .pagination a:active {
  text-decoration: underline;
}

/* line 88, stdin */

.search-results-block .pagination .current {
  text-decoration: underline;
}

/* line 93, stdin */

.search-results-block .pagination .next i,
.search-results-block .pagination .prev i {
  font-size: 20px;
}

/* line 99, stdin */

.search-results-block .page-no-container {
  display: block;
  text-align: center;
  margin-top: 15px;
}


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