/* In-body links inside article copy, distinct from nav and buttons. */
#fl-main-content .fl-rich-text a {
  color: #066aab;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#fl-main-content .fl-rich-text a:hover,
#fl-main-content .fl-rich-text a:focus {
  color: #044e7e;
}

/* Beaver Builder set font-size on the module class. Keep that size when the
   lead heading is an h1, and don't add the theme's h1 letter-spacing. */
h1.fl-module-heading {
  letter-spacing: 0;
}

.fl-node-tac-request-h1.fl-module-heading {
  color: #fff;
  font-family: Cuprum, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 28px;
}

@media (max-width: 768px) {
  .fl-node-tac-request-h1.fl-module-heading {
    font-size: 32px;
  }
}

/* The footer spacer is a period painted the same color as the footer so the
   second link column lines up with QUICK LINKS. It is not a heading. */
p.fl-node-zaf96dm5bcti.fl-module-heading {
  margin: 20px;
  color: #232323;
  font-family: Cuprum, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0;
}
