.node--type-faq {
  position: relative;
}
.node--type-faq .faq-theme {
  margin-bottom: 40px;
}
.node--type-faq .faq-theme > h2 {
  padding: 0;
  margin: 0 0 15px;
  font: 700 2em/45px 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.node--type-faq .faq-theme .faq-question {
  position: relative;
  border-bottom: 1px solid #3f3f3f;
}
.node--type-faq .faq-theme .faq-question h3 {
  display: block;
  padding: 10px 45px 10px 0;
  margin: 0;
  font: 700 1em/1.4em 'Montserrat', sans-serif;
  cursor: pointer;
}
.node--type-faq .faq-theme .faq-question h3:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  right: 10px;
  top: 15px;
  content: "\E80A";
  font: 300 17.9px/20px "Fontello";
  text-align: center;
}
.node--type-faq .faq-theme .faq-question:hover h3:after {
  color: #d26a45;
}
.node--type-faq .faq-theme .faq-question.open h3:after {
  line-height: 18px;
  color: #d26a45;
  content: "\E807";
}
.node--type-faq .faq-theme .faq-question .faq-answer {
  padding: 0 0 20px;
}
.node--type-faq .faq-theme .faq-question .faq-answer p:last-child {
  margin: 0;
}
.node--type-faq .faq-theme .faq-question .faq-answer ul {
  margin-left: 15px;
}
.node--type-faq .faq-theme .faq-question .faq-answer ul li {
  position: relative;
  padding: 3px 0 3px 0;
  list-style: none;
}
.node--type-faq .faq-theme .faq-question .faq-answer ul li:before {
  float: left;
  position: relative;
  content: "■";
  top: -1px;
  padding: 0 10px 0 0;
  color: #ae8769;
  font-size: 1.1em;
}
.node--type-faq.node--view-mode-full {
  width: 75%;
  padding: 2.5%;
  margin: 35px auto 0;
  transition: all 0.3s ease 0s;
}
.node--type-faq.node--view-mode-full .field--name-field-faq-themes-paragraphs > .field__item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  .node--type-faq.node--view-mode-full {
    width: 100%;
    padding: 2.5% 0;
  }
}
