    body {
        padding-top: 0px;
        /* margin-bottom: 70px; needs to match #footer.height and #footer_credits.height+40px */
        color: #888;
        font-size: 1.3em;
    }

    .content{
        margin-bottom: 96px;
    }
/*************************
/* MODAL */
    .modal-backdrop{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        opacity: .6;
        /* background-color: #fff; */
    }
    .modal-lg{
        max-width: 90%;
    }
    .modal-content{
        /* background-color: rgba(255,255,255, 0); */
        border: 0px;
    }

    html {
    position: relative;
    min-height: 100%;
    }
    .debug-display{
        display: none;
    }
/*************************
/* PROCESSING SPINNER */
    #spinner-backdrop {
        position:absolute !important;
        top:0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgb(0,0,0,0.2);
    }

    /* rotating animation */
    .spinner-border {
        display: block;
        position: fixed;
        top: calc(50% - (58px / 2));
        right: calc(50% - (58px / 2));
        color: red;
    }

/*************************
/* HEADER */
    .header{
        top: 0px;
        /* padding-top: 0px;
        padding-bottom: 12px; */
        height: 80px;
        padding: 0px 0px;
        margin-bottom: 0px;
        background-color: #000;
        /* background-image: url(../../../media/common/images/wnz.header.png); */
        background-repeat: no-repeat;
        /* background-position: right; */
        background-position: center;
        /* background-position-y: 2px; */
        /* background-size:100% */
    }
    .header_title{
        text-align: left;
        color: #eee;
        padding-top: 10px;
    }

/*************************
/* NAV */
    .navbar-bg-color{
        background-color: #0C3C60;
    }

    .bs-divider{
        background-color: #ccc;
    }
    .bs-divider-title{
        font-weight:bold;
        padding-left: .3rem;
    }

/*************************
/* STATUS BAR */
    #status_bar {
        padding: 6px 6px;
        margin-bottom: 0px;
        /* background-color: #2C50A4; */
        background-color: #555;
        color:#fff;
    }
    #status_bar a:hover {
        text-decoration: none
    }
    .crumbs{
        font-size: 1em;
    }

    .breadcrumb{
        padding-bottom: 0px;
        margin-bottom: 2px;
        padding: 0px;
        /* background-color: #2C50A4; */
        background-color: #555;
    }

    .breadcrumb a, .breadcrumb a:hover {
        color:#ccc;
    }
    .breadcrumb-item.active{
        color: #fff;
    }

/*************************
/* FOOTER */
    #footer {
        bottom: 0;
        width: 100%;
        /* height is set in sectional css files */
        /* height: 765px; */
        color: #999;
        font-size: .8em;
        background-color: #072136;
        position: absolute;
    }
    #footer_credits{
        position: relative;
        color:#ddd;
        padding-top: 16px;
        padding-left:15px;
        padding-right:15px;
        height:60px;
    }
    #footer_credits a, #footer_credits a:hover{
        color:#ddd;
    }

.vdShow{
    cursor: pointer;
}

/*************************
/* SYSTEM MESSAGES */
    #sysMsgBox{
        padding: 12px 15px 16px 15px;
        margin-bottom: 0px;
        width:100%;
        /* display:flex; */
    }

    #sysMsgBox   button.close{
        padding-top: 0px;
    }

/*************************
/* TEXT FORMATTING */
    .link {
        text-decoration: none;
    }

    .clickable{
        cursor: pointer;
        color: #0d6efd;
    }

/*************************
/* BOOTSTRAP ADJUSTMENTS */
    a.btn-primary, a.light, a.light:link, a.light:hover, a.light:active{
        color: white;
    }

    .tooltip {
        pointer-events: none;
    }

    ul a:hover{
        text-decoration: none;
    }

    .hiddenPic, .hide {
        display:none;
    }

    /* column separation when switching from horizontal to vertical*/
    .col-v-sep-sm, .col-v-sep-md, .col-v-sep-lg{
        margin-top: .5rem;
    }

    .checkboxContainer{
        padding-bottom: 1rem;
    }

    @media screen and (min-width: 576px) {
        .col-v-sep-sm{
            margin-top: 0rem;
        }
    }

    @media screen and (min-width: 768px) {
        .col-v-sep-md{
            margin-top: 0rem;
        }
    }

    @media screen and (min-width: 992px) {
        .col-v-sep-lg{
            margin-top: 0rem;
        }
    }

/*************************
/* FOOTER CAROUSEL */
    @media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {

        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
          transform: translateX(25%);
        }

        .carousel-inner .carousel-item-start.active,
        .carousel-inner .carousel-item-prev {
          transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start {
      transform: translateX(0);
    }


/*************************
/* OPEN STREET MAP */
    #map-section{
        color: white;
    }

    #map-container{
        /* padding-left: 24px; */
        padding-right: 24px;
    }

    #map{
        max-width:800px;
        height:300px;
    }

#message-row, #send-row{
    padding-bottom: .5rem;
}

#copyright{
    color: #666;
    font-size:.8rem;
}

@media (min-width: 576px) {
    #copyright{
        font-size:.9rem;
    }
}

