/* Lists in footer content area (.z9xstr9) - normal list display */
.z9xstr9 ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
.z9xstr9 ul ul {
  margin-bottom: 0;
}
.z9xstr9 li {
  margin-bottom: 0.25em;
}
.z9xstr9 ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
