.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageNavigation_container__lastPage {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
}
.pageNavigation_itemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current) {
  color: #005fa2;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current):hover {
  box-shadow: 1px 2px 8px rgba(16,18,18,0.24);
  background-color: #37373a;
  color: #fff;
}
.pageNavigation_itemLink__current {
  background-color: #f6e3b9;
  color: #101212;
}
.pageNavigation_itemLink__previous,
.pageNavigation_itemLink__next {
  font-weight: 400;
}

/*# sourceMappingURL=../maps/component/pageNavigation.css.map */
