#reports {
  margin: 4.375em 0;
}
#reports .links {
  text-align: center;
}
#reports .links > li:not(:last-child) {
  margin-bottom: 1.875em;
}

.btn3 {
  display: inline-block;
  width: 36.25em;
  height: 5.625em;
  max-width: 100%;
  position: relative;
  background-color: #D9E3DE;
  text-align: center;
  color: #00806B;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn3:active, .btn3:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn3 .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.35em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 2.2222222222em;
  padding-right: 5.5555555556em;
}
.btn3 .base .icon {
  width: 1.8722222222em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 2.7777777778em;
}
.btn3::before {
  content: "";
  display: block;
  border: 1px solid #FFF;
  position: absolute;
  top: 0.3125em;
  left: 0.3125em;
  right: 0.3125em;
  bottom: 0.3125em;
}
@media screen and (max-width: 767px) {
  .btn3 .base {
    padding-left: 1.6666666667em;
    padding-right: 4.4444444444em;
  }
  .btn3 .icon {
    right: 2.2222222222em;
  }
}/*# sourceMappingURL=report.css.map */