/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/* Variables */
.checks {
  list-style: none; }
  .checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
    color: #30b63f; }
