.befrank-faq-wrapper {
  margin-top: 20px;
}
.search-faq-wrapper {
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-faq {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-style: italic;
  padding: 4px 8px 4px 8px;
  border: 1px solid #c2c9d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-faq::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'HelveticaNeueLTCom-MdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
}
.search-faq::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'HelveticaNeueLTCom-MdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
}
.search-faq:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'HelveticaNeueLTCom-MdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
}
.search-faq:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'HelveticaNeueLTCom-MdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animate {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.befrank-faq {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.befrank-faq .left-col,
.befrank-faq .right-col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.befrank-faq .left-col {
  padding-right: 10px;
}
.befrank-faq .right-col {
  padding-left: 10px;
}
.befrank-faq .right-col .faq-item {
  float: right;
}
.befrank-faq .no-items.hide {
  display: none;
}
.befrank-faq .faq-item {
  display: inline-block;
  border: 1px solid #cad3de;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.befrank-faq .faq-item .faq-header {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  background-color: #eceff4;
  color: #616A74;
  padding: 13px 15px 10px 40px;
  cursor: pointer;
  line-height: 1.2rem;
}
.befrank-faq .faq-item.active .faq-header {
  background-color: #ffffff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.befrank-faq .faq-item h2.faq-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: 'HelveticaNeueLTCom-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
}
.befrank-faq .faq-item .faq-indicator {
  position: absolute;
  left: 16px;
  margin-top: -1px;
}
.befrank-faq .faq-item .faq-indicator::before {
  content: "";
  background-image: url('/template/static/img/plus.svg');
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 3px;
  position: relative;
  vertical-align: top;
}
.befrank-faq .faq-item .faq-indicator.active::before {
  content: "";
  background-image: url('/template/static/img/min.svg');
}
.befrank-faq .faq-item .faq-content p {
  margin-bottom: 0;
}
.befrank-faq .faq-item .faq-content {
  padding: 0px 8px 10px 40px;
  display: none;
  color: #54657e;
  font-family: 'roboto', 'HelveticaNeueLTCom-LtCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-size: 0.9rem;
  line-height: 1.488rem;
  font-weight: 300;
}
.contact_sidebar .widget .faq_widget .widget_content {
  margin-left: -14.5%;
  margin-right: -15.5%;
}
.page_sidebar .befrank-faq-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .widget .faq_widget .widget_content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-faq {
    width: 100%;
  }
  .befrank-faq-wrapper .left-col,
  .befrank-faq-wrapper .right-col {
    width: 100%;
    padding: 0;
  }
}
/**
	Admin
*/
.faq-categories-popup {
  margin: 30px;
}
.faq-categories-popup h2 {
  margin-bottom: 20px;
}
.wp-core-ui .button.faq-category-button,
.wp-core-ui .button-primary.faq-category-button {
  display: inline-block;
  margin-top: 20px;
}
