.btn.social {
    background: transparent;
}

#sp-toolbar-wrapper {
    height: 30px;
}

#sp-main-menu ul.level-0 > li {
    text-transform: capitalize;
}

#sp-main-menu ul.level-0 > li a {
    color: #19922e;
}

.homepage #sp-main-body-wrapper {
    display: none;
}

.module.title2 {
    background: #fff;
    padding: 10px;    
}

#sp-inbottom1 .module.title2 {
    background: transparent !important;
}

.module.latestn h3.header {
    text-align: center;
    padding: 0 0 25px 0;
    margin-top: -5px;    
}

.module.latestn h3.header::after {
    margin: -1px auto;
    background-color: #4f565b;
    content: "";
    display: block;
    height: 7px;
    position: relative;
    width: 50px;
    top: 8px;
}

dt.result-title {
    display: block;
}

dd.result-text {
    display: block;
        margin-bottom: 30px
}

dd.result-created {
    font-size: 11px;
    color: #828282;
}

.catToolbar, div.itemToolbar {
    display: none !important;
}

.itemImageBlock {
	color: #8c8c8c;
    font-size: 11px;  
}

@media only screen and (max-width: 768px) {
  div.nssp2 .col-3 {
    width: 100% !important;
    padding: 10px 50px !important;
  }
}