.faq-question-answer {
  background: white;
  border-bottom: 1px solid #e3f0e6;
  cursor: pointer;
  padding: 19px 0;
  position: relative;
  z-index: 2;
  padding-left: 0;
}
.faq-question-answer a {
  font-size: 16px;
  color: #696969;
}
.faq-question-answer a:hover,
.faq-question-answer a:focus {
  color: #303030;
}
.faq-question-answer span.glyphicon:before {
  content: "\e080";
}
.faq-question-answer .faq-qa-visible span.glyphicon:before {
  content: "\e114";
}
.faq-question-answer .faq-question {
  padding-left: 0;
}
.faq-answer {
  padding-bottom: 15px;
}
.faq-answer a {
  color: #328ec7;
}
#faq-expand-all a {
  font-size: 16px;
  color: #696969;
}
#faq-expand-all a:hover,
#faq-expand-all a:focus {
  color: #303030;
}
#block-faq-categories,
.block-faq-categories {
  text-align: center;
  margin: 20px auto;
}
#block-faq-categories ul li,
.block-faq-categories ul li {
  padding-right: 10px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#block-faq-categories ul li a,
.block-faq-categories ul li a {
  color: #666;
  font-size: 20px;
  padding: 0;
  border-bottom: solid 2px transparent;
}
#block-faq-categories ul li a:hover,
.block-faq-categories ul li a:hover,
#block-faq-categories ul li a:focus,
.block-faq-categories ul li a:focus,
#block-faq-categories ul li a.active,
.block-faq-categories ul li a.active {
  border-bottom: solid 2px #29aae1;
  text-decoration: none;
  background: transparent;
}
*[dir="rtl"] .faq-question-answer span.glyphicon:before {
  content: "\e079";
}
*[dir="rtl"] .faq-question-answer .faq-answer {
  padding-right: 40px;
}
*[dir="rtl"] .faq-qa-visible span.glyphicon:before {
  content: "\e114";
}
*[dir="rtl"] .faq #faq-expand-all {
  text-align: left;
}
