body {
    background-color: #131733 !important;
}

h5, h6 {
    font-weight: 300;
    color: #131733;
    font-size: 1rem;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.headerSkinny {
    font-weight: 200;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

#map {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px #ccc solid;
}

.leftContentWrapper {
    background-color: #F2F2F3;
}

#topMenuWrapper {
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    background-color: #F2F2F3;
    border-bottom: 1px #d2d2d2 solid;
    /*position: -webkit-sticky;
    position: sticky;*/
    top: 0;
    z-index: 2;
}

h4#top_SummaryTotalMonthlyDues {
    padding-top: 1rem;
}

h4#top_SummaryTotalDueToday {
    padding-top: 1rem;
}

.topMenuItem {
    border-left: 1px dashed #8c8c8c;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

#optInBKGRND {
    background-color: #eff2f8;
}

#lblEmployeeNbrText {
    font-size: small;
}

.subMemOutterRow {
    border-top: 1px #96c1d7 solid;
    border-bottom: 1px #96c1d7 solid;
    padding-top: 5px;
}

.summary {
    background-color: #dce3f3;
    border-radius: 15px;
    padding-top: 24px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.sumTitle {
    background-color: #e7e9ec;
}