/* Wrapper for legal content on the website; overrides .features h2 (see website/app/globals.css) */
.legal-content,
.legal-content h1,
.legal-content h2,
.legal-content h3 {
  text-align: left;
}
.legal-content h2 {
  margin-top: 1.25em;
  margin-bottom: 0.35em;
  font-size: 18px;
  color: rgb(16, 65, 181);
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: rgb(6, 45, 136);
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(16, 65, 181);
  margin-top: 1.0em;
  margin-bottom: 0.25em;
}

p {
  margin-top: 0.25em;
  margin-bottom: 0.15em;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

ul {
  font-size: 14px;
  margin-left: 22px;
}