ul:not(.nav) li {
    line-height: 24px;
}

ul:not(.nav) li a {
    text-decoration: none;
}

.category-list {
    margin: auto 30px;
}

input.button.subbutton.btn.btn-primary {
    background: #442E30;
}

div#acymailingpopup {
    background: #D1E1E7;
}

a.acymailing_togglemodule:hover
{color: #fff;}

.aikonsearch-trigger.aikon-search-dir-right {
    padding: 10px;
}

.blog.tck-blog .item {
    border-bottom: #81a831 20px solid;
    padding-bottom: 30px;
}
.pull-left.item-image {
    width: 100%;
}

#right .latestnews li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8aae40; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 5px; /* Also needed for space (tweak if needed) */
  margin-right: 5px; /* Also needed for space (tweak if needed) */
}

#right .latestnews li {
    padding-bottom: 5px;
}