.mnd-article ul {
    list-style-type: disc !important;
    margin: 0em 1.15em 1.5em 1.15em;
    padding: 0;
}

.mnd-article li {
  margin: 0em 0em 0.4em 0em;
  line-height: 21px;
  background: none !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  display: list-item !important;
}

.mnd-article a {
    color: #006699 !important;
    text-decoration: underline;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.mnd-article a:hover {
   	color: #092D4B;
    text-decoration: underline !important;
}