/*
* policy.css
*
*/
/* --------------------------------
  policy
-------------------------------- */
.generic-html-content-group {
  margin-top: 5em;
}

.generic-html-content-list li {
  margin-bottom: 0.2em;
}

.indent-2-5 {
  margin-left: 2.5em; 
  text-indent: -2.5em;
}

.indent-1--2 {
  margin-left: 2em; 
  text-indent: -1em;
}

.indent-1--1-5 {
  margin-left: 1.5em; 
  text-indent: -1em;
}

.generic-html-content li:before {
  display: none;
}

.generic-html-content p {
  margin-bottom: 0.5em;
}