section#faqs {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: auto auto;
  grid-auto-flow: row dense;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  width: 100%;
  margin: 145px auto 120px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  section#faqs {
    max-width: 1382px;
  }
}
section#faqs > aside {
  position: sticky;
  top: 153px;
  padding: 35px 30px 95px;
  margin-bottom: 50px;
  z-index: 3;
  background-color: var(--icc-es-gray);
}
@media (max-height: 850px) {
  section#faqs > aside {
    position: static;
  }
}
section#faqs > aside h2 {
  font-family: var(--icc-es-heading-font);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 25px;
}
section#faqs > aside ul {
  border-radius: 3px;
  padding: 0 17px;
  border: 1px solid var(--icc-es-green);
  list-style-type: none;
}
section#faqs > aside ul li {
  display: block;
}
section#faqs > aside ul li a {
  display: block;
  padding: 23px 25px 23px 0;
  color: var(--icc-es-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
  text-decoration: none;
}
section#faqs > aside ul li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-clip: border-box;
  mask-origin: border-box;
  mask-size: 12px 12px;
  mask-composite: add;
  mask-image: url("../img/icons/angle-right-thin.svg");
  background-color: var(--icc-es-green);
  transition: background-color 0.5s;
}
section#faqs > aside ul li a:focus {
  outline: none;
  text-decoration: underline;
}
section#faqs > aside ul li a:hover, section#faqs > aside ul li a:focus, section#faqs > aside ul li a:active {
  color: var(--icc-es-black);
}
section#faqs > aside ul li a:hover:after, section#faqs > aside ul li a:focus:after, section#faqs > aside ul li a:active:after {
  background-color: var(--icc-es-black);
}
section#faqs > aside ul li + li a {
  border-top: 1px solid var(--icc-es-green);
}
section#faqs > article > h2 {
  font-family: var(--icc-es-heading-font);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px;
}
section#faqs > article > ul {
  margin: 40px 0 40px;
  padding: 0;
  list-style-type: none;
}
section#faqs > article > ul > li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
section#faqs > article > ul > li mark {
  background-color: var(--icc-es-green);
  color: white;
  font-weight: 700;
}
section#faqs > article > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
section#faqs > article > ul > li > button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 25px 120px 25px 54px;
  color: var(--icc-es-green);
  font-weight: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
}
section#faqs > article > ul > li > button:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 90px;
  top: calc(50% - 10px);
  transition: all 0.25s;
  background: var(--icc-es-green) url("../img/icons/angle-right-thin.svg") center center/12px 12px no-repeat;
  border-radius: 50%;
}
section#faqs > article > ul > li > button:hover, section#faqs > article > ul > li > button:active, section#faqs > article > ul > li > button:focus {
  text-decoration: underline;
  color: var(--icc-es-black);
}
section#faqs > article > ul > li > button:hover mark, section#faqs > article > ul > li > button:active mark, section#faqs > article > ul > li > button:focus mark {
  background-color: var(--icc-es-black);
}
section#faqs > article > ul > li > button:hover:after, section#faqs > article > ul > li > button:active:after, section#faqs > article > ul > li > button:focus:after {
  background-color: var(--icc-es-black);
}
section#faqs > article > ul > li > button[aria-expanded=true] {
  text-decoration: underline;
}
section#faqs > article > ul > li > button[aria-expanded=true]:after {
  transform: rotate(90deg);
}
section#faqs > article > ul > li > div {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 138px 0 54px;
  color: var(--icc-es-green);
  font-size: 18px;
  transition: all 0.5s;
}
section#faqs > article > ul > li > div > div.answer-container {
  padding: 0 0 25px;
}
section#faqs > article > ul > li > div > div.answer-container h1 {
  font-family: var(--icc-es-heading-font);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--icc-es-green);
}
section#faqs > article > ul > li > div > div.answer-container > * {
  max-width: 100%;
}
section#faqs > article > ul > li > div[aria-hidden=false] {
  display: block;
}
@media (max-width: 1200px) {
  section#faqs > article > ul > li > button {
    padding-left: 25px;
    padding-right: 75px;
  }
  section#faqs > article > ul > li > button:after {
    right: 25px;
  }
  section#faqs > article > ul > li > div {
    padding: 0 60px 0 25px;
  }
}
@media (max-width: 991px) {
  section#faqs {
    display: block;
  }
  section#faqs > aside {
    position: static;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  section#faqs > aside > h2 {
    font-size: 26px;
  }
  section#faqs > aside > ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}

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