/* .background-1 ul forces list text (and its bullet marker) to white for
   dark hero/banner sections, but .body-content is a white card placed on
   top of that background for ordinary page content - unlike h2/h3, list
   text was never corrected for that combination, making list items (and
   their bullets, which inherit the same color) invisible. */
.body-content ul,
.body-content li {
	color: #333;
}
