/** This is a file where ACA staff can add necessary CSS changes.
 *  It should load on all main site pages.
 */





.header .helloUser span {
    background: #24628f;
    color: #FFF;
    padding: 0.5em;
    border-radius: 5px;
}


a.btnjoin {
    background-color: #24b09b;
}


a.btnjoin:hover {
    background-color: #24628f;
}


a.back-to-top {
background-color: #5b5c61;
}

span.badge.ng-binding {
background-color: #5b5c61;
}

.main>.sf_colsOut>.sf_colsIn>.sf_cols.pageHead .section-title, .main>.sf_colsOut>.sf_colsIn>.sf_cols.pageHead .section-title a {
color: #24b09b;
}


.main>.sf_colsOut>.sf_colsIn>.sf_cols.pageHead .section-title b {
background: #24b09b;
}