#FAQ {
  padding-top: 50px;
}
#FAQ h1 {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-size: 32px;
  font-weight: 100;
}
#FAQ .faq-questions h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
#FAQ .faq-questions div {
  margin-bottom: 30px;
}
#FAQ .faq-questions li a {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 16px;
}
#FAQ .faq-answers {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
#FAQ .faq-answers h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
#FAQ .faq-answers h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 72px;
  margin-top: -72px;
  margin-bottom: 5px;
}
#FAQ .faq-answers p strong {
  font-weight: 400;
  font-style: italic;
}
#FAQ .faq-answers div.section {
  margin-bottom: 80px;
}
#FAQ .faq-answers div > div {
  margin-bottom: 45px;
}
