ol {
  padding-left: 10px;
}

.page_name {
  display: none;
}

.faq-header {
  color: #555555 !important;
  font-size: 21px;
}

.faq-collapsible {
  background-color: #e6e6e6;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  font-style: italic;
  outline: none;
  overflow: overlay;
}

.faq-active,
.faq-collapsible:hover,
.faq-collapsible:active {
  background-color: #e6e6e6;
  color: rgb(205, 35, 41);
}

.faq-collapsible:after {
  content: '\002B';
  color: #444 !important;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-collapsible:hover:after,
.faq-collapsible:active:after {
  color: rgb(205, 35, 41) !important;
}

.faq-active:after {
  content: "\2212";
  color: rgb(205, 35, 41) !important;
}

.faq-content {
  margin: 5px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-content p {
  padding: 10px 0px;
}