section#how-to-read-report {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: start;
  width: 100%;
  margin: 120px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  section#how-to-read-report {
    max-width: 1382px;
  }
}
section#how-to-read-report article {
  padding-right: 15px;
}
section#how-to-read-report article h1 {
  font-family: var(--icc-es-heading-font);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--icc-es-green);
  margin: 0 0 25px;
}
section#how-to-read-report article iframe {
  width: 100%;
  height: auto;
  min-height: 340px;
}
@media (max-width: 1200px) {
  section#how-to-read-report article iframe {
    min-height: 27.5vw;
  }
}
@media (max-width: 991px) {
  section#how-to-read-report article iframe {
    min-height: 54vw;
  }
}
section#how-to-read-report article p {
  margin-bottom: 10px;
}
section#how-to-read-report article ol {
  margin-bottom: 20px;
}
section#how-to-read-report article > a.button-view {
  margin-top: 10px;
  margin-right: 25px;
}
section#how-to-read-report article > a.button-view + a.button-view {
  margin-right: 0;
}
section#how-to-read-report aside {
  position: relative;
  padding-left: 8%;
}
section#how-to-read-report aside .bx-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}
section#how-to-read-report aside .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
section#how-to-read-report aside ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section#how-to-read-report aside ul > li {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
section#how-to-read-report aside ul > li.active {
  display: block;
  opacity: 1;
}
section#how-to-read-report aside ul > li figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
section#how-to-read-report aside ul > li figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
section#how-to-read-report aside ul > li figure figcaption {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section#how-to-read-report aside ul > li figure figcaption a {
  display: block;
  text-decoration: none;
  position: absolute;
  margin: 0;
  padding: 0;
}
section#how-to-read-report aside ul > li figure figcaption a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
section#how-to-read-report aside ul > li figure figcaption a:focus {
  outline: none;
}
section#how-to-read-report aside ul > li figure figcaption a:focus:before {
  outline: none;
}
body.admin-bar section#how-to-read-report aside ul > li figure figcaption a:before {
  border: 3px solid var(--icc-es-green);
}
section#how-to-read-report aside ul > li figure figcaption a u {
  display: none;
  text-decoration: none;
  width: 180px;
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 90px);
  background: var(--icc-es-gray);
  font-size: 14px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInFromBottom 0.25s ease-in-out 0s 1 normal forwards running;
}
section#how-to-read-report aside ul > li figure figcaption a u strong {
  display: block;
  margin: 0;
  padding: 4px 10px 0 10px;
}
section#how-to-read-report aside ul > li figure figcaption a u em {
  display: block;
  margin: 0;
  padding: 0 10px 4px 10px;
  font-style: normal;
}
section#how-to-read-report aside ul > li figure figcaption a u:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: var(--icc-es-gray) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  margin-left: -5px;
  margin-bottom: -10px;
}
section#how-to-read-report aside ul > li figure figcaption a.left u {
  left: -30px;
}
section#how-to-read-report aside ul > li figure figcaption a.left u:before {
  left: 30px;
}
section#how-to-read-report aside ul > li figure figcaption a.right u {
  left: -150px;
}
section#how-to-read-report aside ul > li figure figcaption a.right u:before {
  left: calc(100% - 30px);
}
section#how-to-read-report aside ul > li figure figcaption a:hover u, section#how-to-read-report aside ul > li figure figcaption a:focus u, section#how-to-read-report aside ul > li figure figcaption a:active u {
  display: block;
}
@media (max-width: 1200px) and (min-width: 992px) {
  section#how-to-read-report aside ul > li figure figcaption a:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
  section#how-to-read-report aside ul > li figure figcaption a u {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  section#how-to-read-report aside ul > li figure figcaption a:before {
    width: 5.5vw;
    height: 5.5vw;
    margin-top: -2.75vw;
    margin-left: -2.75vw;
  }
  section#how-to-read-report aside ul > li figure figcaption a u {
    bottom: calc(5.5vw + 10px);
  }
}
section#how-to-read-report aside ol#pager {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
}
section#how-to-read-report aside ol#pager li {
  display: block;
  margin: 0 3px;
}
section#how-to-read-report aside ol#pager li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  opacity: 0.5;
}
section#how-to-read-report aside ol#pager li a.active {
  opacity: 1;
}
section#how-to-read-report aside ol#pager li a figure {
  margin: 0;
  padding: 0;
}
section#how-to-read-report aside ol#pager li a figure img {
  width: 80px;
  height: auto;
}
@media (max-width: 1200px) {
  section#how-to-read-report {
    grid-template-columns: 1fr 1fr;
  }
  section#how-to-read-report aside {
    padding-top: 60px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  section#how-to-read-report {
    display: block;
  }
}

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