article > div > .ewcms-page-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.featured-page-header > .ecl-page-header.ecl-page-header--negative {
  margin-bottom: 0!important;
}

.ewcms-top-sidebar {
  min-height: 0px!important;
}

.ecl-content-item-block .ecl-row .ecl-content-item-block__item:not(.vertical) article.ecl-content-item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 1.5rem;
}
.ecl-content-item-block .ecl-row .ecl-content-item-block__item.last-item article.ecl-content-item {
  border-bottom: 0;
  padding-bottom: 0;
}
.ecl-content-item-block .ecl-row .ecl-content-item-block__item article.ecl-content-item {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 996px) {
  .ecl-content-item-block .ecl-row .ecl-content-item-block__item.last-item-column article.ecl-content-item {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
