/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 6, components/pages/search-results.scss */
.is-path-search-results .block-system-breadcrumb-block {
  margin: 30px auto;
  margin: 3rem auto;
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 6, components/pages/search-results.scss */
  .is-path-search-results .block-system-breadcrumb-block {
    width: 740px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, components/pages/search-results.scss */
  .is-path-search-results .block-system-breadcrumb-block {
    width: 960px;
  }
}

@media only screen and (min-width: 1380px) {
  /* line 6, components/pages/search-results.scss */
  .is-path-search-results .block-system-breadcrumb-block {
    width: 1340px;
  }
}

/* line 24, components/pages/search-results.scss */
.is-path-search-results .block-system-breadcrumb-block .breadcrumb__item {
  color: #717286;
}

/* line 30, components/pages/search-results.scss */
.is-path-search-results .pager.wrapper-grid__more li {
  padding: 0;
}

/* line 34, components/pages/search-results.scss */
.is-path-search-results .pager.wrapper-grid__more .btn {
  width: 25.7%;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  /* line 34, components/pages/search-results.scss */
  .is-path-search-results .pager.wrapper-grid__more .btn {
    width: 340px;
    width: 34rem;
  }
}

@media only screen and (max-width: 768px) {
  /* line 34, components/pages/search-results.scss */
  .is-path-search-results .pager.wrapper-grid__more .btn {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 29, components/pages/search-results.scss */
  .is-path-search-results .pager.wrapper-grid__more {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
  }
}
