ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
#privacy h2{
  text-align: left;
  padding: 1em 0;
}
footer{
  background-color: #52c2d0;
  color: #FFFFFF;
}
.footer p{
  color: #FFFFFF;
}
footer a{
  text-decoration: underline;
  color: #FFFFFF;
}
.footer .footer-list-link {
    color: #FFFFFF;
}