/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager__item.is-active,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  font-size: 0.9375rem;
  display: inline-block;
  list-style-type: none;
  background-image: none;
  border-left: 0;
  border-radius: 50%;
}

.pager__item.pager__item--first, .pager__item.pager__item--last,
.pager__item--first.pager__current-item,
.pager__item--first.pager__item.is-active,
.pager__item--first.pager-current,
.pager__item--first.pager-item,
.pager__item--first.pager-first,
.pager__item--first.pager-previous,
.pager__item--first.pager-next,
.pager__item--first.pager-last,
.pager__item--first.pager-ellipsis,
.pager__item--last.pager__current-item,
.pager__item--last.pager__item.is-active,
.pager__item--last.pager-current,
.pager__item--last.pager-item,
.pager__item--last.pager-first,
.pager__item--last.pager-previous,
.pager__item--last.pager-next,
.pager__item--last.pager-last,
.pager__item--last.pager-ellipsis {
  display: none;
}

.pager__item.pager__item--ellipsis,
.pager__item--ellipsis.pager__current-item,
.pager__item--ellipsis.pager__item.is-active,
.pager__item--ellipsis.pager-current,
.pager__item--ellipsis.pager-item,
.pager__item--ellipsis.pager-first,
.pager__item--ellipsis.pager-previous,
.pager__item--ellipsis.pager-next,
.pager__item--ellipsis.pager-last,
.pager__item--ellipsis.pager-ellipsis {
  padding: 0.125rem 0 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #f5f6f7;
}

.pager__item a, .pager__current-item a, .pager__item.is-active a, .pager-current a, .pager-item a,
.pager-first a,
.pager-previous a,
.pager-next a,
.pager-last a,
.pager-ellipsis a {
  padding: 0.125rem 0 0;
  text-decoration: none;
  color: #6a7783;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 580px) {
  .pager__item.pager__item--ellipsis,
  .pager__item a,
  .pager__item--ellipsis.pager__current-item,
  .pager__item--ellipsis.pager__item.is-active,
  .pager__item--ellipsis.pager-current,
  .pager__item--ellipsis.pager-item,
  .pager__item--ellipsis.pager-first,
  .pager__item--ellipsis.pager-previous,
  .pager__item--ellipsis.pager-next,
  .pager__item--ellipsis.pager-last,
  .pager__item--ellipsis.pager-ellipsis, .pager__current-item a, .pager__item.is-active a, .pager-current a, .pager-item a,
  .pager-first a,
  .pager-previous a,
  .pager-next a,
  .pager-last a,
  .pager-ellipsis a {
    padding: 0;
  }
}

.pager__current-item, .pager__item.is-active,
.pager-current,
.is-active.pager__current-item,
.is-active.pager__item,
.is-active.pager-current,
.is-active.pager-item,
.is-active.pager-first,
.is-active.pager-previous,
.is-active.pager-next,
.is-active.pager-last,
.is-active.pager-ellipsis {
  font-weight: bold;
  background: #00aeab;
  color: #fff;
}

.pager__current-item a, .pager__item.is-active a, .pager-current a, .is-active.pager__current-item a, .is-active.pager__item a, .is-active.pager-current a, .is-active.pager-item a,
.is-active.pager-first a,
.is-active.pager-previous a,
.is-active.pager-next a,
.is-active.pager-last a,
.is-active.pager-ellipsis a {
  color: #fff;
}

.page-navigation-wrapper {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-navigation-wrapper div {
  margin-right: 6.25rem;
}

.navigation-previous,
.navigation-next {
  position: relative;
}

.navigation-previous::after,
.navigation-next::after {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  right: -19px;
  top: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}

.navigation-previous::before,
.navigation-next::before {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  right: -21px;
  top: -1px;
  border-style: solid;
  border-width: 21px 0 21px 21px;
  border-color: transparent transparent transparent #191816;
  z-index: 0;
}

.navigation-previous a,
.navigation-next a {
  padding: 0;
  color: #191816;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.navigation-previous {
  background: #fff;
}

.navigation-previous::after {
  right: auto;
  left: -19px;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}

.navigation-previous::before {
  right: auto;
  left: -21px;
  border-width: 21px 21px 21px 0;
  border-color: transparent #191816 transparent transparent;
}

.navigation-previous a {
  padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
}

/*# sourceMappingURL=pager.css.map */
