/* 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: 2.4rem;
}

.faq-item {margin-bottom: 10px;}

h3.faq-question,
h3.info-heading {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #00497a;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.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.6em;
  margin-right: 0.35em;
}