.faq-link-gray-dark {
  color: rgba(0, 0, 0, 0.56);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-link-gray-dark:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: rgba(0, 0, 0, 0.56);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-link-gray-dark:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: rgba(0, 0, 0, 0.56);
}
.faq-breadcrumb.breadcrumb.breadcrumb-o {
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.faq-breadcrumb > li {
  font-size: 14px;
  line-height: 1;
}
.faq-breadcrumb li.active {
  color: rgba(0, 0, 0, 0.56);
}
.faq-breadcrumb a {
  color: rgba(0, 0, 0, 0.32);
}
.faq-body .es-header {
  margin-bottom: 0;
}
.faq-search {
  background: url("/static-dist/faqplugin/img/texture.png") no-repeat;
  background-image: -webkit-image-set(url("/static-dist/faqplugin/img/texture.png") 1x, url("/static-dist/faqplugin/img/texture@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #43bc60;
}
.faq-search h1 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.faq-search__form {
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.01), 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.01), 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.01), 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-search__form:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.01), 0 8px 8px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.01), 0 8px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.01), 0 8px 8px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-search__form--active .faq-search__input {
  color: rgba(0, 0, 0, 0.88);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-search__form--active .faq-search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
}
.faq-search__form--active .faq-search__input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.56);
}
.faq-search__form--active .faq-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.56);
}
.faq-search__form--active .faq-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
}
.faq-search__form--active .faq-search__bar {
  color: rgba(0, 0, 0, 0.56);
}
.faq-search__input {
  padding: 0 24px;
  height: 64px;
  font-size: 14px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
}
.faq-search__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.faq-search__input:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.faq-search__input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.faq-search__input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.faq-search__bar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: none;
}
.faq-search-result-count {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.56);
}
.faq-panel {
  min-height: 618px;
}
.faq-panel .faq-panel__title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1;
  margin: 0 auto;
  font-weight: 500;
}
.faq-item {
  display: block;
  color: rgba(0, 0, 0, 0.88);
  padding: 24px 0;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item:first-child {
  padding-top: 0;
}
.faq-item .faq-item__tag {
  margin-left: 0;
  font-size: 18px;
  vertical-align: text-bottom;
}
.faq-item .faq-item__question {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.faq-item .faq-item__answer {
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.56);
}
.faq-item:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #43bc60;
}
.faq-category-panel {
  padding: 16px;
  min-height: 618px;
}
.faq-category-panel > .faq-category-panel__list {
  padding-left: 0;
}
.faq-category-panel__list {
  padding-left: 16px;
}
.faq-category-panel__item {
  padding: 11px 0;
  font-size: 14px;
  line-height: 1;
}
.faq-category-panel__item a {
  font-weight: 600;
  vertical-align: middle;
}
.faq-category-panel__item a.active {
  color: #43bc60;
}
.faq-category-panel__item > a {
  margin-left: 22px;
}
.faq-category-panel__item i {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
  cursor: pointer;
  vertical-align: bottom;
}
.faq-category-panel__item i + a {
  margin-left: 8px;
}
.faq-category-panel__item .faq-badge {
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.56);
  font-weight: normal;
  background-color: #eee;
}
.faq-category-panel__item .faq-category-item-name {
  display: inline-block;
}
@media (min-width: 1200px) {
  .faq-category-panel__item .faq-category-item-name {
    width: 68%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-category-panel__item .faq-category-item-name {
    width: 50%;
  }
}
.faq-detail .faq-detail__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.88);
}
.faq-detail .faq-detail__date {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.32);
}
.faq-detail .faq-detail__answer {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.88);
}
.faq-detail .faq-detail__comment {
  padding: 22px 0;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
}
.faq-detail .faq-detail__comment span {
  margin-right: 50px;
}
.faq-detail .faq-detail__comment span + span {
  margin-right: 30px;
  padding: 8px;
  cursor: default;
}
.faq-detail .faq-detail__comment .faq-useless-comment {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-detail .faq-detail__comment .faq-useless-comment:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffa51f;
}
.faq-detail .faq-detail__comment .faq-useful-comment {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-detail .faq-detail__comment .faq-useful-comment:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #43bc60;
}
.faq-detail .faq-detail__comment i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.faq-detail .faq-detail__tag {
  margin-left: 0;
  font-size: 24px;
}
