ol {
  list-style-type: upper-roman;
}

ol ol {
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: decimal;
}

ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol ol {
  list-style-type: lower-roman;
}

.policy li {
	margin-bottom: 12pt;
}

