.c5006__checklist__item:first-of-type .c5006__checklist__item__title {
  border-top: 1px solid;
}

.c5006__checklist__item__content {
  overflow: hidden;
}

.c5006__checklist__item__content h3 {
  margin-bottom: 0.5rem;
}

.c5006__checklist__item__content ul {
  display: inline-block;
  width: 100%;
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.c5006__checklist__item__content ul li {
  margin-bottom: 1rem;
}

.c5006__checklist__item__content ul ul {
  margin-top: 1rem;
  padding-left: 4rem;
  list-style: none;
}

.c5006__checklist__item__content ul ul:last-child {
  margin-bottom: 0;
}

.c5006__checklist__item__content ul ul > li:before {
  content: "–";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}

.c5006__checklist__item__title,
.c5006__checklist__item__content {
  border-color: #707070;
}

.c5006__checklist__item__title
  .c5006__accordion__item
  + .c5006__accordion__item {
  margin-top: 15px;
}

.c5006__accordion__item__content,
.c5006__checklist__item__content {
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.c5006__accordion__item__title.active + .c5006__accordion__item__content,
.c5006__checklist__item__title.active + .c5006__checklist__item__content {
  height: auto;
  max-height: 1000px;
  opacity: 1;
}

.c5006__checklist__item__title.active + .c5006__checklist__item__content {
  border-bottom: 1px solid;
}

.c5006__accordion__item__title svg {
  margin-top: unset;
  margin-bottom: unset;
}

.c5006__accordion__item__title.active svg,
.c5006__checklist__item__title.active svg {
  transform: rotate(90deg);
}

.c5006__checklist h3 + ul,
.c5006__checklist ul + h3,
.c5006__checklist ul + ul,
.c5006__checklist li + li,
.c5006__checklist li > ul > li {
  margin-top: 1rem;
}
