.wysiwyg-container {
    container: inherit !important;
}
section { margin-bottom: 15px; }
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; }

.fa-list {
  list-style: none;
  padding-left: 0;
}

.fa-list li {
  position: relative;
  padding-left: 1.8em;
}

.fa-list li::before {
  content: "\f058"; /* check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* REQUIRED for solid icons */
  position: absolute;
  left: 0;
  top: 0;
  color: green;
}

.lead { font-size: 1.4rem; line-height: 1.1; }

.footer a:hover { color: #fff !important; }

.show-on-admin { display: none !important; }
.personabar-visible .show-on-admin { display: flex !important; }



