.faq-container {
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 8px;
  margin: 30px 0 20px;
}

.faq-container .faqs-headline {
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.faq-container .faq {
  border-bottom: 1px solid #CCC;
  text-align: left;
}

.faq-container .faq:last-child {
  border-bottom: none;
}

.faq-container .faq-question {
  padding: 15px 50px 15px 20px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.faq-container .faq-answer-container {

}

.faq-container .faq-answer-container .faq-answer {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 0 20px 15px;
}

.faq-container .faq-answer-container .faq-answer ul,
.faq-container .faq-answer-container .faq-answer ol {
  padding: 0;
  list-style-position: inside;
}

.faq-container .faq-answer-container p {
  font-size: 18px;
}

.faq-container .faq-answer-container p:last-child {
  margin: 0;
}

.faq-container .expand-button-icon {
  position: absolute;
  right: 17px;
  color: #70757A;
  top: 50%;
  margin-top: -8px;
}

.faq-container .collapsing {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
