.faq .faq-categories {
  padding-bottom: 100px;
}
.faq .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq .faq-item.active .faq-item-header a .chevron-closed {
  display: none;
}
.faq .faq-item.active .faq-item-header a .chevron-open {
  display: block;
}
.faq .faq-item .faq-item-header a {
  display: block;
  transition: color 300ms;
}
.faq .faq-item .faq-item-header a,
.faq .faq-item .faq-item-header a:hover {
  text-decoration: none;
}
.faq .faq-item .faq-item-header a .chevron-closed {
  display: block;
}
.faq .faq-item .faq-item-header a .chevron-open {
  display: none;
}
.faq .faq-item .faq-item-header i {
  margin-right: 10px;
  font-size: 20px;
}
.faq .faq-category > .faq-item-header {
  padding: 15px 0;
}
.faq .faq-category > .faq-item-header h3 {
  margin: 0;
}
.faq .faq-category > .faq-item-header a {
  display: block;
}
.faq .faq-category > .faq-item-header a,
.faq .faq-category > .faq-item-header a:hover {
  text-decoration: none;
}
.faq .faq-category > .faq-item-header a .chevron-closed {
  display: none;
}
.faq .faq-category > .faq-item-header a .chevron-open {
  display: none;
}
.faq .faq-questions {
  padding-bottom: 30px;
}
.faq .faq-questions > ul > li {
  border-top: 1px solid #eaeaea;
  padding: 12px 0;
  position: relative;
}
.faq .faq-questions > ul > li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.faq .faq-questions .faq-item-header a {
  display: block;
  padding-left: 30px;
}
.faq .faq-questions .faq-item-header a,
.faq .faq-questions .faq-item-header a:hover {
  color: #0c7a9b;
}
.faq .faq-questions .faq-item-header a i {
  position: absolute;
  left: 0;
  margin-left: 4px;
  margin-top: 4px;
  font-size: 16px;
}
.faq .faq-questions .faq-item-body {
  display: none;
  padding: 20px 0 20px 0;
}
.faq .faq-questions .faq-item-body p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=../maps/custom/faq.css.map */
