fon/*white main col background*/
.main-column.medium-8 {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: #ffffff;
}
/*8-28-23 further removes more padding in sticky topic title to tighten it*/
[data-magellan-expedition], [data-magellan-expedition-clone] {
    padding: 0px 0;
}
/*added 8/23 to adjust nav bar to new screenwidth when in stickyfixed position*/
.fixed {right: 0;
}
/*----------------&&&&&&&&&*/
.top-bar-section ul li>a {
    font-size: .9rem;
}
.top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    padding: .7rem;
    font-size: .9rem;
}
/*makes forum or topic title sticky box grey*/
.forum-topic-sticky-header:not(.fixed) {
    padding: 0 !important;
 
}
/*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: #f4f4f4;
}
*/

a:active {
    text-decoration: underline;
} 
li.divider { display:none; } 


header.widget-header {
    background-color: #6317A6;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}
 /*Profile button color*/
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #6317a6;
}
.no-js .top-bar-section  ul li:active > a {
    background: #424A9A;
} 
/*these first three are new widening code being tested. Takes us from 66% to 80rem*/
.row {
    margin: 0 auto;
    max-width: 90rem;
    width: 100%;
}
/*new blue nav bar width for wider screen*/
#top_nav_bar_wrapper {
    max-width: 90rem;
}
/*adjusts sticky nav bar titling to new width*/
.row .fixed .row {    max-width: 90rem;
} 
#top_nav_bar_wrapper {
    max-width: 90rem;
} 