
@media (min-width:768px) {
  .component-text-accordion {
    padding: 80px 100px;
  }

  .component-text-accordion-title {
    font-size: 2.6rem;
    margin-bottom: 17px;
    word-spacing: 0.22rem;
  }

  .component-text-accordion-description {
    font-size: 1.45rem;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
    margin-bottom: 16px;
    width: 500px;
    word-spacing: -2px;
  }

  span.component-text-accordion-card-header {
    font-family: Univers Light,sans-serif !important;
    font-size: 2.7rem !important;
    letter-spacing: -.07rem;
    line-height: 1;
    padding: 36px 60px 36px 29px;
    word-spacing: 0.4rem;
  }

  .component-text-accordion-card .component-text-accordion-card-body {
    padding: 0 30px 25px;
  }

  .component-text-accordion-card .component-text-accordion-card-body .component-text-accordion-card-body-text {
    font-size: 1.65rem;
    letter-spacing: 1px;
    line-height: 1.8;
    padding-right: 65px;
    word-spacing: -1px;
  }

  .component-text-accordion-card .component-text-accordion-card-body .component-text-accordion-card-body-text:last-child {
    margin-bottom: 25px;
  }
}

.component-text-accordion {
  background-color: #f9f9f9;
  padding: 8px;
}

.component-text-accordion-title {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 3rem;
  margin-bottom: 7px;
  margin-left: 12px;
  margin-right: 20px;
}

.component-text-accordion-description {
  font-size: 1.45rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin-bottom: 5px;
}

.component-text-accordion-card {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

/* .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
} */

span.component-text-accordion-card-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Univers\ 55,sans-serif !important;
  font-size: 2rem !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: -.1rem;
  line-height: 1.5;
  padding: 0;
  position: relative;
  width: 100%;
  word-spacing: 0.1rem;
  padding: 21px 60px 22px 21px;
}

/* [class*=" icon-"]::before,
[class^="icon-"]::before,
span[class*=" icon-"],
span[class*=" icon-"]::before,
span[class^="icon-"],
span[class^="icon-"]::before {
  font-family: bcbst icon !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* span.component-text-accordion-card-header.icon-down-caret::before {
  color: #067dac;
  font-size: 15px;
  position: absolute;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  right: 32px;
} */

/* .icon-down-caret::before {
  content: "\e902";
} */

.component-text-accordion-card-body {
  background-color: transparent;
  display: none;
  height: 100%;
  padding: 0 20px 25px;
  width: 100%;
}

/* .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
} */

.component-text-accordion-card-body .component-text-accordion-card-body-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.component-text-accordion-card-body .component-text-accordion-card-body-text:last-child {
  margin-bottom: 0;
}

.component-text-accordion-card.open {
  background-color: #fff;
}

.component-text-accordion-card.open span.component-text-accordion-card-header {
  font-family: Univers\ 55,sans-serif !important;
  letter-spacing: 0;
  padding: 35px 60px 29px 29px;
  word-spacing: 1px;
}

.component-text-accordion-card.open .component-text-accordion-card-header {
  font-family: Univers\ 55,sans-serif !important;
}

.component-text-accordion-card.open .component-text-accordion-card-header.icon-down-caret::before {
  -webkit-transform: rotate(180deg) scale(.8);
  transform: rotate(180deg) scale(.8);
  display: block;
}

.component-text-accordion-card.open .component-text-accordion-card-body {
  padding: 0 30px 5px;
}

.component-text-accordion-card.open .component-text-accordion-card-body {
  display: block;
}
