.faq {
  clear: both;
}
.faq h2 {
  margin-bottom: 5px;
}
.faq .accordion {
  margin-bottom: 2px;
}
.faq .question {
  background-color: #d1d6e5;
  color: #19307c;
  cursor: pointer;
}
.faq .question h3 {
  color: #19307c;
  padding: 0.5em 1em !important;
  position: relative;
}
.faq .answer {
  border: 2px solid #d1d6e5;
  border-top: 0;
  padding: 0.7em 1em;
}
.faq .question h3:after {
  content: url(../styleimages/accordion_close.png);
  position: absolute;
  right: 1em;
  top: 50%;
  top: calc(50% - 4px);
}
.faq .accordion.closed .question {
  background-color: #f3f4f8;
}
.faq .accordion.closed .answer {
  display: none;
}
.faq .accordion.closed .question h3:after {
  content: url(../styleimages/accordion_open.png);
  top: calc(50% - 2px);
}
.faq .question h3 a {
  line-height: 100%;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
  font-family: inherit;
  background: none;
}
