.documentsOverviewBlock {
  color: #000000;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.documentsOverviewBlock .mediumBigTitle .innerText:last-child {
  display: none;
}
.documentsOverviewBlock .filterButton {
  display: none;
}
.documentsOverviewBlock .introText {
  margin-bottom: 50px;
}
.documentsOverviewBlock .counterWrapper {
  position: relative;
}
.documentsOverviewBlock .counterWrapper .counter {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.documentsOverviewBlock .counterWrapper .counter span {
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
}
.documentsOverviewBlock .counterWrapper .counter span:first-child {
  margin-left: 0;
}
.documentsOverviewBlock .currentFilters {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  width: calc(100% - 130px);
}
.documentsOverviewBlock .currentFilters .year,
.documentsOverviewBlock .currentFilters .category,
.documentsOverviewBlock .currentFilters .races {
  display: inline;
}
.documentsOverviewBlock .currentFilters .currentFilter {
  border-radius: 50px;
  border: 1px solid rgba(15, 27, 42, 0.08);
  color: #0f1b2a;
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
  padding: 5px 15px;
}
.documentsOverviewBlock .currentFilters .currentFilter.hide {
  display: none;
}
.documentsOverviewBlock .currentFilters .currentFilter i {
  color: #1ca6fe;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.documentsOverviewBlock .currentFilters .currentFilter i:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.documentsOverviewBlock .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0f1b2a;
  text-transform: initial;
}
.documentsOverviewBlock .resetFilters {
  display: inline-block;
  color: #000000;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 130px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.documentsOverviewBlock .resetFilters.hideDesktop {
  display: none;
}
.documentsOverviewBlock .resetFilters.active {
  display: inline-block;
  opacity: 1;
}
.documentsOverviewBlock .resetFilters.active.hideMobile {
  display: inline-block;
}
.documentsOverviewBlock .resetFilters.active:hover {
  opacity: .7;
}
.documentsOverviewBlock .resetFilters span {
  cursor: pointer;
  display: inline-block;
}
.documentsOverviewBlock .resetFilters span:first-child {
  color: #1ca6fe;
  margin-right: 5px;
  text-decoration: underline;
}
.documentsOverviewBlock .innerDocumentsContainer {
  padding-top: 40px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - ( 278px + 16px ));
}
.documentsOverviewBlock .innerDocumentsContainer .counterWrapper {
  background: #1ca6fe;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
}
.documentsOverviewBlock .innerDocumentsContainer .counterWrapper .raceTitle {
  font-size: 14px;
  color: #ffffff;
}
.documentsOverviewBlock .innerDocumentsContainer .resetFilters {
  display: none;
}
.documentsOverviewBlock .noResults {
  background: #F2F2F2;
  padding: 20px 40px;
  color: #4d4c4c;
  display: none;
}
.documentsOverviewBlock .noResults.active {
  display: block;
}
.documentsOverviewBlock .allDocumentsTitle,
.documentsOverviewBlock .categoryTitle {
  background: #F2F2F2;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px;
}
.documentsOverviewBlock .categoryTitle {
  display: block;
  margin-top: 40px;
  position: relative;
}
.documentsOverviewBlock .categoryTitle.active {
  border-bottom: 1px solid #1ca6fe;
}
.documentsOverviewBlock .categoryTitle:first-child {
  margin-top: 0;
}
.documentsOverviewBlock .documents.mobile {
  display: none;
}
.documentsOverviewBlock .pageNavigator .pageIndicator {
  border-radius: 50%;
  border-color: #8F8F8F;
  color: #000000;
}
.documentsOverviewBlock .pageNavigator .pageIndicator.active {
  border-color: #8F8F8F;
  background: #fafafa;
  pointer-events: none;
}
.documentsOverviewBlock .pageNavigator .pageIndicator.prev,
.documentsOverviewBlock .pageNavigator .pageIndicator.next,
.documentsOverviewBlock .pageNavigator .pageIndicator.dots {
  border: none !important;
}
.documentsOverviewBlock .pageNavigator .pageIndicator.dots:hover {
  background: #ffffff;
  opacity: .4;
  color: #000000;
}
.documentsOverviewBlock .pageNavigator .pageIndicator:hover {
  background: #000000;
  color: #ffffff;
}
.documentsOverviewBlock .pageNavigator .pageIndicator i {
  color: #000000;
  line-height: 50px;
}
@media all and (max-width: 1024px) {
  .documentsOverviewBlock .mediumBigTitle {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 80px);
  }
  .documentsOverviewBlock .mediumBigTitle span {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .documentsOverviewBlock .mediumBigTitle.open span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .documentsOverviewBlock .filterButton {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    background: #1ca6fe;
  }
  .documentsOverviewBlock .filterButton span {
    display: block;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .documentsOverviewBlock .filterButton.open span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-delay: .15s;
  }
  .documentsOverviewBlock .filters {
    margin-top: 20px;
  }
  .documentsOverviewBlock .innerDocumentsContainer {
    margin-top: 20px;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .documentsOverviewBlock .allDocumentsTitle,
  .documentsOverviewBlock .categoryTitle,
  .documentsOverviewBlock .noResults {
    padding: 20px 10px;
  }
  .documentsOverviewBlock .documents {
    display: none;
  }
  .documentsOverviewBlock .documents.mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .documentsOverviewBlock {
    padding-top: 60px !important;
    padding-bottom: 50px;
  }
  .documentsOverviewBlock .mediumBigTitle {
    height: 30px;
    font-size: 28px;
    line-height: 28px;
  }
  .documentsOverviewBlock .mediumBigTitle .innerText:last-child {
    display: block;
  }
  .documentsOverviewBlock .innerDocumentsContainer {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper,
  .documentsOverviewBlock .innerDocumentsContainer .currentFilters {
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper {
    line-height: inherit;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper:after {
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper .counter {
    right: 10px;
  }
  .documentsOverviewBlock .innerDocumentsContainer .counterWrapper .resetFilters {
    margin-bottom: 0;
    width: 130px;
    line-height: 40px;
  }
  .documentsOverviewBlock .innerDocumentsContainer .currentFilters {
    padding-bottom: 0;
  }
  .documentsOverviewBlock .innerDocumentsContainer .currentFilter {
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
  }
  .documentsOverviewBlock .resetFilters.hideMobile {
    display: none;
  }
  .documentsOverviewBlock .resetFilters.active {
    display: inline-block;
    opacity: 1;
  }
  .documentsOverviewBlock .resetFilters.active.hideDesktop {
    display: inline-block;
  }
  .documentsOverviewBlock .resetFilters.active.hideMobile {
    display: none;
  }
  .documentsOverviewBlock .resetFilters.active:hover {
    opacity: .7;
  }
  .documentsOverviewBlock .documentsWrapper,
  .documentsOverviewBlock .pageNavigator {
    margin-top: 20px;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator.dots {
    width: 30px;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator.prev,
  .documentsOverviewBlock .pageNavigator .pageIndicator.next {
    background: #1ca6fe;
    color: #ffffff;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator.prev i,
  .documentsOverviewBlock .pageNavigator .pageIndicator.next i {
    color: #ffffff;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator.prev {
    margin-right: 10px;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator.next {
    margin-left: 10px;
  }
  .documentsOverviewBlock .pageNavigator .pageIndicator i {
    line-height: 40px;
  }
}
/*# sourceMappingURL=documents.css.map */