@media screen and (min-width: 1200px) {
  .statements_section {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .statements_section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .statements_section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .statements_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .statements_section {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .statements_section {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .statements_section {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .statements_section {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .statements_section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .statements_section {
    padding-bottom: 30px;
  }
}

.statements_section {
  position: relative;
  overflow: hidden;
}
.statements_section .files_list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
  list-style-type: none;
}
.statements_section .files_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  color: #A7DA36;
  background: #F1F6F6;
  font-family: "raleway-m", "montserratarm";
  line-height: 1.2em;
  word-break: break-word;
  height: 100%;
}
.statements_section .files_list a:before {
  display: block;
  font-size: 120%;
  padding-left: inherit;
}
.statements_section .files_list li {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .statements_section .files_list {
    margin: 0 -20px;
  }
  .statements_section .files_list li {
    padding: 40px 20px 0;
  }
  .statements_section .files_list a {
    min-height: 100px;
    padding: 10px 40px;
    font-size: 200%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .statements_section .files_list {
    margin: 0 -15px;
  }
  .statements_section .files_list li {
    padding: 30px 15px 0;
  }
  .statements_section .files_list a {
    min-height: 80px;
    padding: 10px 30px;
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  .statements_section .files_list {
    margin: 0 -10px;
  }
  .statements_section .files_list li {
    padding: 20px 10px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .statements_section .files_list a {
    min-height: 60px;
    padding: 10px 15px;
    font-size: 160%;
  }
}
@media screen and (min-width: 576px) {
  .statements_section .files_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .statements_section .files_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.statements_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.statements_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.statements_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.statements_section .page_container:not(.active) .section_title:after {
  width: 0;
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.web .files_list a:hover {
  background: #3D4D60;
}

.touch .files_list a:active {
  background: #3D4D60;
}

.web .files_list a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .files_list a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

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