.filter_col ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.filter_btn {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .filter_btn {
    font-size: 130%;
    line-height: 21px;
  }
}

.medium_title {
  font-size: 200%;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  .medium_title {
    font-size: 190%;
  }
}
@media screen and (max-width: 768px) {
  .medium_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 480px) {
  .medium_title {
    font-size: 160%;
  }
}

.small_title, .download_btn, .filter_col a {
  font-size: 160%;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  .small_title, .download_btn, .filter_col a {
    font-size: 150%;
  }
}
@media screen and (max-width: 575px) {
  .small_title, .download_btn, .filter_col a {
    font-size: 140%;
  }
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
body.filter_opened .filter_col {
  width: 220px;
}

.reports_page {
  padding-bottom: 100px;
}
.reports_page .section_title {
  padding-top: 60px;
}
.reports_page.property_page .small_title {
  max-width: 980px;
  padding-top: 30px;
}
.reports_page.property_page .download_group {
  padding-top: 0;
}
.reports_page.regulation_page .download_group {
  padding: 0;
}

.reports_main {
  padding-top: 45px;
  display: flex;
  align-items: flex-start;
  margin: 0 -40px;
}

.filter_col {
  padding: 0 40px 30px;
  width: 300px;
}
.filter_col ul {
  box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.filter_col li {
  border-bottom: 1px solid #D9D9D9;
}
.filter_col li:last-child {
  border-bottom: none;
}
.filter_col a {
  display: block;
  color: #375702;
  padding: 13px;
  text-align: center;
  background: #ffffff;
  font-family: "mardoto-medium", "roboto-medium";
  cursor: #ffffff;
}
.filter_col a.selected {
  background: #5C8D2C;
  color: #ffffff;
  pointer-events: none;
}

.info_col {
  flex: 1;
  width: 50%;
  padding: 0 40px;
}

.info_title {
  font-size: 260%;
  line-height: 1.7em;
  color: #0B2812;
  font-family: "mardoto-bold", "roboto-bold";
}

.download_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #0B2812;
  text-decoration: underline !important;
  margin-top: 30px;
}
.download_btn img {
  width: auto;
  height: auto;
  max-width: 50px;
  display: block;
  margin-right: 30px;
}

.medium_title {
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
  padding-top: 50px;
}
.medium_title + .download_group {
  padding-top: 40px;
}

.small_title {
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
}

.download_group {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.filter_btn {
  display: none;
  background: #375702;
  color: #ffffff;
  padding: 10px 50px;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

.filter_close {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: none;
  font-size: 2rem;
  background: rgba(92, 141, 44, 0.07);
}

@media screen and (max-width: 1200px) {
  .reports_main {
    margin: 0 -20px;
  }
  .info_col {
    padding: 0 20px;
  }
  .filter_col {
    padding: 0 20px 20px;
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .reports_page {
    padding-bottom: 80px;
  }
  .reports_page .section_title {
    padding-top: 40px;
  }
  .reports_main {
    padding-top: 35px;
  }
  .medium_title {
    padding-top: 40px;
  }
  .medium_title + .download_group {
    padding-top: 30px;
  }
  .info_title {
    font-size: 240%;
  }
  .download_btn {
    margin-top: 25px;
  }
  .download_btn img {
    margin-right: 20px;
  }
  .download_group {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .reports_main {
    margin: 0;
  }
  .info_col {
    padding: 0;
    width: 100%;
  }
  .filter_col {
    padding: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 2000;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
    border-radius: 0 10px 10px 0;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .filter_col ul {
    box-shadow: none;
  }
  .filter_col .filter_inner {
    width: 220px;
  }
  .filter_col ul {
    border-radius: 0;
  }
  .filter_btn {
    display: inline-block;
    vertical-align: top;
  }
  .filter_close {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .reports_page {
    padding-bottom: 60px;
  }
  .reports_page .section_title {
    padding-top: 30px;
  }
  .reports_page.property_page .small_title {
    padding-top: 20px;
  }
  .info_title {
    font-size: 220%;
  }
  .download_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .download_btn img {
    max-width: 40px;
    margin-right: 12px;
  }
}
.web .filter_col a:hover {
  background: rgba(92, 141, 44, 0.07);
}

.touch .filter_col a:active {
  background: rgba(92, 141, 44, 0.07);
}

.web .download_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .filter_col a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .download_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .filter_col a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .download_btn:hover {
  color: #5C8D2C;
}
.touch .download_btn:active {
  color: #5C8D2C;
}

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