* {
  box-sizing: border-box;
}

.faq-question {
  padding: 1% 0;
  width: 80%;
  outline: none;
  cursor: pointer;
  margin: 1% auto;
  color: #19263f;
}

.faq-question {position: relative}

.faq-question .faq-arrow {
    position: absolute;
    right: -42px;
    top: -25px;
  }

#faq-line {
  margin-top: 30px;
  height: 0.5px;
  border-width: 0;
  color: black;
  background-color: black;
}

.faq-highlight {
  border-bottom: 0.8px solid #19263f;
}
.faq-answer {
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: auto;
  color: #19263f;
  border-radius: 5px;
  font-size: 14px;
}

.faq-arrow {
  width: 40px;
  height: 100px;
  color: #FDB701;
  transition: color .25s;
  position: relative;
}

.faq-arrow::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  margin-left: -12px;
  margin-top: -4px;
  border-top: 4px solid;
}

.faq-arrow::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 height: 22px;
 margin-left: -3px;
 margin-top: -13px;
 border-left: 4px solid;
}

.faq-arrow.active::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  margin-left: -12px;
  margin-top: -4px;
  border-top: 4px solid;
  
}

.faq-arrow.active::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 height: 22px;
 margin-left: -3px;
 margin-top: -13px;
 border-left: 4px solid;
 display:none;
}

@media screen and (max-width: 1290px) {
  .faq-full-width .frequent-questions {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .faq-question {
    width: 90%;
    margin: 2% 0;
  }
  .faq-answer {
    width: 100%;
  }
}

#backend-faq-content-meta .checkbox-label {
  margin-right: 13px;
  vertical-align: top !important;
}

#backend-faq-content-meta select {
  width: 200px;
  float: right;
}

#backend-faq-content-meta .category-holder {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 10px;
}

#backend-faq-content-meta .category-holder p {
  margin: 0px 0px 10px 0px;
}