.zfcacc-accordion {
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}

.zfcacc-accordion .zfc-separator {
  margin-top: 0;
  height: 10px;
}

.zfcacc-accordion.zfcacc-accordion-disabled .zfcacc-title-content-wrapper {
  cursor: default;
}

.zfcacc-accordion.zfcacc-accordion-disabled .zfcacc-accordion-section-content {
  display: block;
}

.zfcacc-accordion.zfcacc-accordion-disabled .zfcacc-accordion-section-title-icon,
.zfcacc-accordion.zfcacc-accordion-disabled .zfc-separator {
  display: none;
}

.zfcacc-accordion.zfcacc-no-padding .zfcacc-accordion-section-content {
  padding-bottom: 0;
}

.zfcacc-item {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcacc-title-content-wrapper {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 40px 0 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.zfcacc-accordion-section-title {
  font-size: 20px;
  font-family: "Prometo", sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.zfcacc-section-title h2 {
  margin: 20px 0;
  padding: 0;
}

.zfcacc-section-title h2:empty {
  display: none;
}

.zfcacc-accordion-section-title-icon {
  float: right;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  height: 42px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 16px;
}

.zfcacc-accordion-section-title-icon:before {
  font-size: 30px;
  color: #00abe7;
}

.zfcacc-toggled .zfcacc-accordion-section-title-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.zfcacc-accordion-section-content {
  display: none;
  padding-bottom: 30px;
}

.zfcacc-accordion-content-component:last-child .zfclb-location-block {
  border-bottom: none;
  padding-bottom: 0;
}

.zfcacc-accordion-grey .zfc-separator {
  display: none;
}

.zfcacc-accordion-grey .zfcacc-title-content-wrapper {
  background-color: #eef1f4;
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  margin-top: 10px;
}

.zfcacc-accordion-grey .zfcacc-accordion-section-title {
  color: #333333;
}

.zfcacc-accordion-grey .zfcacc-accordion-section-title,
.zfcacc-accordion-grey .zfcacc-accordion-section-title-icon {
  height: 60px;
  line-height: 28px;
  display: inline-block;
}

.zfcacc-accordion-grey .zfcui-icon-arrow-down::before {
    top: 17px;
    position: absolute;
}

.zfcacc-title {
  font-family: "Prometo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margon-top: 32px;
}

.zfcacc-link {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.zfcacc-copy {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}