#FAQ-page .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#FAQ-page .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #212529;
  text-align: center;
  padding: 15px 20px;
}
#FAQ-page .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.5em;
}
#FAQ-page p.subhead {
  margin-top: 1rem;
}
#FAQ-page p {
  line-height: 1.75em;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.light-blue-border .accordion-toggle {
  color: #2e8fce;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.purple-border .accordion-toggle {
  color: #4E3E9E;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.green-border .accordion-toggle {
  color: #56B336;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.teal-border .accordion-toggle {
  color: #62bec1;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.yellow-border .accordion-toggle {
  color: #DFAC4E;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-toggle:hover {
  text-decoration: none;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-toggle .fa-chevron-down {
  font-weight: 400;
  transform: rotate(180deg);
  transition: 0.2s;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #212529 !important;
  font-weight: 500 !important;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed .fa-chevron-down {
  font-weight: 400;
  transform: rotate(0deg);
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-inner {
  padding-top: 10px;
}/*# sourceMappingURL=FAQ.css.map */