.faqtitle {
  display: inline-block;
  margin-bottom: 30px !important;
  margin-top: 10px !important; }

.faq .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: normal !important;
  word-wrap: break-word; }

.livesearch {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  padding: 5px;
  width: 100%;
  max-width: 750px;
  margin-bottom: 25px; }
  .livesearch input {
    border: 0;
    background-color: transparent;
    padding: 5px 0 5px 25px;
    width: 100%; }
    .livesearch input.ui-autocomplete-loading {
      background: url("../img/indicator.gif") no-repeat left center; }
  .livesearch:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 16px; }

.btn.btn-faq {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  background-color: #E6E6E6;
  position: relative;
  margin-bottom: 1px; }
  .btn.btn-faq:after {
    content: "\e61f";
    color: #00B7F1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    font-family: icomoon !important; }

.faqborder {
  border: 1px solid #e6eaec !important; }

.faqborder-top {
  border-top: 1px solid #e6eaec !important; }

.faqborder-right {
  border-right: 1px solid #e6eaec !important; }

.faqborder-bottom {
  border-bottom: 1px solid #e6eaec !important; }

.faqborder-left {
  border-left: 1px solid #e6eaec !important; }

.ui-autocomplete {
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  list-style: none;
  position: absolute;
  overflow: hidden;
  z-index: 2000;
  border-radius: 1px;
  margin-left: 20px; }
  .ui-autocomplete li {
    padding: rem(10px);
    border-bottom: 1px solid rgba(72, 23, 63, 0.1);
    position: relative;
    cursor: pointer;
    min-height: 0;
    background: #fff;
    transition: all 0.3s;
    padding: 0; }
    .ui-autocomplete li:last-child {
      border-bottom: none; }
    .ui-autocomplete li .ui-menu-item-wrapper {
      padding: 10px; }
      .ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
        background: #eee;
        border: none; }

.ui-helper-hidden-accessible {
  display: none; }
