/*white background to content bodies*/
.main-column.medium-8 {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: #ffffff;
}
/*makes forum or topic title sticky box grey*/
.forum-topic-sticky-header:not(.fixed) {
    padding: 0 !important;
    background-color: #ffffff;
}
/*grey background to Lent theme makes white post boxes stand out*/
main>#pageContentContainer>#pageContentRow.row, main>#pageContentContainer>.row.breadcrumbs-wrapper, main>#pageContentContainer>.row.breadcrumbs-wrapper-for-footer, main>#pageContentContainer>.row.calendar-grid-row, main>#homeMainContentWrapper>.row, main>#homeSubhead>.row, main>footer#poweredByFooter>.row {
    background-color: #ffffff;
}


a:active {
    text-decoration: underline;
} 
li.divider { display:none; } 


header.widget-header {
    background-color: #7c7add;;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}
 

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #4948B3;
}
.no-js .top-bar-section  ul li:active > a {
    background: #4948B3;
} 