.comparisonList {
  line-height: 1.333;
}
.comparisonList .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.comparisonList .box {
  border-bottom: 1px solid #bddbc6;
  margin-top: 1em;
  padding-bottom: 1em;
}
.comparisonList .box p {
  margin-left: 1em;
}
.comparisonList .sectionInfo {
  color: black;
  font-size: 16px;
  font-size: 1rem;
}
.comparisonList .emphasized {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
.comparisonList span.emphasized {
  display: block;
}
.comparisonList p + p {
  margin-top: .5em;
}
@media screen and (min-width: 50em) {
  .comparisonList .vertical {
    border-left: 1px solid #bddbc6;
    position: relative;
  }
  .comparisonList .vertical:first-child {
    border: 0;
    z-index: 1;
  }
  .comparisonList .vertical:first-child .sectionInfo {
    background-color: #deede3;
    clip: auto;
    height: auto;
    padding: .25em 1em;
    top: 0;
    width: 300%;
    width: calc(300% + 15px * 4);
  }
  .comparisonList .vertical:first-child:last-child .box {
    height: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .comparisonList .vertical:first-child:last-child .sectionInfo {
    position: relative;
    width: 100%;
  }
  .comparisonList .vertical:last-child:after {
    background-color: #f5f7f4;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 200%;
    z-index: 1;
  }
  .comparisonList .box {
    border: 0;
    height: 0;
    margin-top: 1em;
    padding-top: 1.5em;
    padding-bottom: 90%;
    position: relative;
  }
  .comparisonList .box.small {
    padding-bottom: 30%;
  }
  .comparisonList .box:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .comparisonList .box:last-child {
    border-bottom: 0;
    height: auto;
    padding-bottom: 1em;
  }
  .comparisonList .sectionInfo {
    font-size: 18px;
    font-size: 1.125rem;
    padding: .25em 1em;
  }
}
@media screen and (min-width: 60em) {
  .comparisonList .box {
    padding-bottom: 70%;
  }
}
