.accordion {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.accordion.accordion-show-all {
  border: none;
}

.accordion + .accordion {
  border-top: 0;
}

.accordion-small:last-of-type,
.accordion.accordion-show-all .accordion-content {
  margin-bottom: 15px;
}

.accordion input[name='accordion'] {
  display: none;
}

.accordion .accordion-label,
.accordion .accordion-toggle {
  position: relative;
  cursor: pointer;
}

.accordion .accordion-label {
  display: block;
  padding: 5px 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

.accordion .accordion-toggle {
  padding-right: 25px;
  text-decoration: underline;
}

.accordion .accordion-label:after,
.accordion .accordion-toggle:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13.7'%3e%3cpolygon fill='grey' points='13.3%2c13.7 0%2c1.5 1.3%2c0 13.3%2c11 25.3%2c0 26.7%2c1.5' /%3e%3c/svg%3e");
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
}

.accordion input:checked + .accordion-label:after,
.accordion input:checked + .accordion-content + .accordion-toggle:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13.7'%3e%3cpolygon fill='grey' points='13.3%2c0 26.7%2c12.2 25.3%2c13.7 13.3%2c2.7 1.3%2c13.7 0%2c12.2'/%3e%3c/svg%3e");
}

.accordion input:checked + .accordion-label,
.accordion input:checked + .accordion-content + .accordion-toggle {
  color: #ec2024;
}

.accordion-content,
.accordion.accordion-show-all .accordion-content .accordion-full-content {
  overflow: hidden;
  max-height: 0em;
  position: relative;
}

.accordion.accordion-show-all .accordion-content {
  max-height: 100%;
}

.accordion input[name='accordion']:checked ~ .accordion-content,
.accordion.accordion-show-all input[name='accordion']:checked ~ .accordion-content .accordion-full-content {
  max-height: 100%;
}

.accordion input[name='accordion']:checked ~ .accordion-toggle .accordion-show-all-label {
  display: none;
}

.accordion input[name='accordion']:checked ~ .accordion-toggle .accordion-show-less-label {
  display: unset;
}

.accordion-toggle .accordion-show-less-label {
  display: none;
}

.accordion-small {
  border: 0;
}

.accordion-small .accordion-label {
  font-size: 1rem;
  padding-left: 2rem;
}

.accordion-small input:checked + .accordion-label:after {
  content: "";
}

.accordion-small .accordion-label:after {
  content: "";
}

.accordion-small input:checked + .accordion-label:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13.7'%3e%3cpolygon fill='grey' points='13.3%2c0 26.7%2c12.2 25.3%2c13.7 13.3%2c2.7 1.3%2c13.7 0%2c12.2'/%3e%3c/svg%3e");
}
.accordion-small .accordion-label:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13.7'%3e%3cpolygon fill='grey' points='13.3%2c13.7 0%2c1.5 1.3%2c0 13.3%2c11 25.3%2c0 26.7%2c1.5' /%3e%3c/svg%3e");
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
}
