/* Legacy Quick & Easy FAQ presentation shared by every public FAQ instance. */
.qae-faqs-container .qe-faqs-filters-container { display: none; }
.qae-faqs-container .qe-faq-toggle .qe-toggle-title,
.qae-faqs-container .qe-faq-toggle.active .qe-toggle-title {
  background-color: #fff !important;
  border-color: #fff !important;
}
.qae-faqs-container .qe-faq-toggle .qe-toggle-content { border-color: #fff !important; }
.qae-faqs-container .qe-faq-toggle .qe-toggle-title { font-size: 30px !important; }
.qae-faqs-container .qe-faq-toggle .qe-toggle-title h4 {
  color: #2c007c !important;
  font-family: "Gilroy Extra Bold", sans-serif;
  font-size: 30px !important;
  line-height: 1.2 !important;
}
.qae-faqs-container .qe-toggle-content p {
  font-family: "Archivo", sans-serif !important;
  font-size: 17px !important;
  line-height: 25.5px;
  margin-bottom: 1rem;
}

/* The legacy home layouts put the FAQ heading inside #circles. */
#home #circles .title-box { padding-bottom: 50px; text-align: center; }
#home #circles .title-box .title {
  color: #120033;
  font-family: "Gilroy Extra Bold", sans-serif;
  font-size: 60px;
  line-height: 50px;
  padding-bottom: 20px;
}

/* The refreshed home layouts use #home-faq, but retain the legacy heading treatment. */
#home #home-faq { background: #fff; }
#home #home-faq > .ast-container > .row:first-child > .col-lg-8.offset-lg-2 {
  flex: 0 0 100%;
  margin-left: 0;
  max-width: 100%;
}
#home #home-faq > .ast-container > .row:first-child .title-box {
  padding-bottom: 50px;
  text-align: center;
}
#home #home-faq > .ast-container > .row:first-child .title {
  color: #120033;
  display: block;
  font-family: "Gilroy Extra Bold", sans-serif;
  font-size: 60px !important;
  line-height: 50px !important;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .qae-faqs-container .qe-faq-toggle .qe-toggle-title,
  .qae-faqs-container .qe-faq-toggle .qe-toggle-title h4 { font-size: 22px !important; }
  #home #circles .title-box .title,
  #home #home-faq > .ast-container > .row:first-child .title {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }
}
