/* START FAQ / Info Sections */

.faq-container .nbsp-spacer,
.info-container .nbsp-spacer {
  line-height: 1.5em;
}

.faq-container > h2,
.info-container > h2 {
  margin-bottom: 1.8rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #164f73;
  padding: 10px;
  border-bottom: 2px solid #d8d8d8;
}

.faq-container .fas,
.info-container .fas {
  color: #3498db;
  font-size: 1.8em;
}

h3.faq-question,
h3.info-heading {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
}

/* FAQ headings remain underlined */
h3.faq-question {
  text-decoration: underline;
}

/* Info heading text only is underlined */
.info-heading-text {
  text-decoration: underline;
}

.faq-answer,
.info-text {
  padding-bottom: 4px;
}

.faq-container li,
.info-container li {
  margin-bottom: 10px;
}

/* END FAQ / Info Sections */


/* Info item icon */
h3.info-heading::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f05a";
  color: #3498db;
  font-size: 1.8em;
  margin-right: 0.35em;
}