.accordion h3.panel-title {
  font-size: 1em;
}
.style--rebrand .accordion__container {
  overflow: hidden;
}
.style--rebrand .accordion__box {
  border-bottom: 1px solid #e3e3e3;
}
.style--rebrand .accordion__item {
  border-top: 1px solid #e3e3e3;
}
.style--rebrand .accordion__title {
  position: relative;
  font-size: 1em;
  margin-bottom: 0;
}
.style--rebrand .accordion__link {
  display: block;
  color: #505050;
  padding: 24px 54px 24px 0;
  text-decoration: none;
}
.style--rebrand .accordion__link.collapsed:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
.style--rebrand .accordion__toggle {
  position: absolute;
  top: 22px;
  right: 0;
  color: #ff373c;
}
.style--rebrand .accordion__toggle:after {
  content: '\E15B';
}
.style--rebrand .accordion__content {
  padding-bottom: 24px;
}
.style--rebrand .collapsed .accordion__toggle:after {
  content: '\E145';
}
