.flex-even {
  flex: 1;
}

.opal-icon-HEL-Download::after {
  content: "\E906";
  font-family: 'icomoon';
  font-size: 24px;
  font-weight: bold;
  vertical-align: bottom;
}

.signature .hel.section--primary {
  background-color: #FFF;
}

.hel-container .btn.accordion--item--header,
.hel-modal .btn.accordion--item--header {
  min-height: 0px;
}

.hel-container .accordion--item button p {
  font-weight: bold;
  word-wrap: break-word;
  padding-right: 28px;
}
.hel-container .accordion--item button.collapsed p {
  font-weight: normal;
}
.hel-container p.accordion--item--body.collapse p {
  font-weight: normal;
}

.hel-container .btn.accordion--item--header:after,
.hel-container .btn.accordion--item--header.collapsed:after {
  right: 0;
  top: .5rem;
}

.hel-modal .btn.accordion--item--header::after {
  display: none;
}

.hel .accordion-container.flex-even {
  padding: 28px 23px 32px;
}

.hel .accordion-container {
  width: 388px;
}

.hel li.accordion--item {
  line-height: 1px;
}

.hel-modal .close {
  opacity: 1;
}

/* Right sidebar layout: full-height panel on the right */
.hel-modal {
  align-items: stretch;
  padding: 0;
}

.hel-modal .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}

.hel-modal.show .modal-dialog {
  transform: translateX(0);
}

.hel-modal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  border-left: 1px solid #E0DFDF;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.hel-modal .modal-body {
  flex: 1;
  overflow: auto;
}

.hel-tier-group {
  background-color: #FFF;
  border: 1px solid #E0DFDF;
  border-radius: 10px;
  padding: 0px;
  position: relative;
}

.hel-border {
  background-color: #F8F8F8;
  border: 1px solid #E0DFDF;
  border-radius: 16px;
  padding: 24px 16px 16px;
}

.hel-modal .modal-content h5 {
  font-size: 26px;
}
@media (min-width: 1200px) {
  .hel-modal.modal--tooltip .modal-dialog .modal-content {
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 1199px) {
  .hel-container .accordion-container {
    padding: 1em 5em 1em;
    width: 100%;
  }

  .hel-container .accordion-container .d-flex.align-items-center {
    justify-content: start;
  }

  /* Full-screen modal on smaller viewports */
  .hel-modal .modal-dialog {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }

  .hel-modal .modal-content {
    border-left: none;
  }
}

.hel-container .accordion--item--body p {
  font-size: 14px;
}

.hel-container .accordion--item:first-child,
.hel-modal .accordion--item:first-child {
  border-top: 1px solid #ebebeb;
}

.hel-container h5 {
  font-size: 20px;
}

.hel-container .accordion--item--header p, 
.hel-modal .accordion--item--header p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.hel-modal .accordion--item--header p {
  margin: 20px 0px 0px;
}

.hel-container .accordion--item--body p,
.hel-modal .accordion--item--body p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.hel-modal .accordion--item::before {
  display: none;
}

.hel-container .btn--link {
  display: block;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.hel-container .btn--link::after {
  font-size: 24px;
  vertical-align: bottom;
}

.hel-header h2 {
  font-size: 36px;
  margin-bottom: 23px;
}

.hel-header h6 {
  font-size: 16px;
  margin-bottom: 9px;
}

.hel-header p {
  font-size: 18px;
}

.hel-slides-container {
  background-color: #FFF;
  padding: 0;
  border-radius: 16px;
}
.hel-tier-group .hel-button-group {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-height: 58px;
  pointer-events: none;
}

.hel-tier-group .hel-button-group .scroll-btn {
  pointer-events: auto;
}

.hel-button-group .scroll-btn {
  background: #4900d5;
  border: 0;
  border-radius: 50%;
  height: 58px;
  margin-top: -29px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 58px;
  z-index: 1;
}
.hel-button-group .scroll-btn::before {
  color: rgb(255, 255, 255);
  vertical-align: middle;
}
.hel-button-group .right-scroll-btn {
  right: 30px;
}
.hel-button-group .left-scroll-btn {
  left: 30px;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .hel-button-group .scroll-btn {
    opacity: 1;
  }
}

.hel-slides-container .slick-slide {
  margin: 0 27px;
  width: 342px;
}

.hel-slides-container .slick-list {
  overflow: visible;
}

.hel-offset-container {
  border: 0;
  overflow-x: hidden; /* contain to viewport; slides moving left still show in the 12.5% inset zone */
}

/* Initial offset: first slide is inset; fixed width so slide dimensions stay consistent */
.hel-offset .hel-slides-container.slick-slider {
  margin-left: 12.5%;
  width: 87.5%;
  box-sizing: border-box;
}

.hel-offset .hel-slides-container.slick-slider .slick-list {
  overflow: visible;
}