/* Move down content because we have a fixed navbar that is 50px tall */

#videobcg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 70%;
    width: 100%;
    height: auto;
    z-index: -1;
    overflow: hidden;
}

.container-fluid.home {
    position: absolute;
    width: 100%;
}

#homecontainersleft {
    background-color: #F4EEE4;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 25px 25px 25px 25px;
    margin-right: 0px;
    font-weight: bold;
}

#homecontainersmiddle {
    background-color: #F4EEE4;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 25px 25px 25px 25px;
    margin: 0px;
    font-weight: bold;
}

#homecontainersright {
    background-color: #F4EEE4;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 25px 25px 25px 25px;
    margin-left: 0px;
    font-weight: bold;
}

.ldlogo {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    position: static;
    top: 0px;
    left: 0px;
}

#herocontainer {
    background-color: #ffffff;
    color: #333;
}

#herobtn {
    background-color: #818181;
    border-color: #C7C7C7;
}

#lctab {
    background-color: #dd9142;
    color: #fff;
    border-color: #b36f27;
}

#lctabo {
    background-color: #dd9142;
    color: #fff;
    border-color: #b36f27;
}

#homenavlc {
    background-color: #C7C7C7;
    height: 100px;
}

#menuitemlc {
    color: #000;
}


/* override bootstrap 3 class to remove scrollbar from modal backdrop
   when not necessary */

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 0 !important;
}

div#navbar.navbar-collapse.collapse.in {
    background-color: white;
}

#PO {
    display: none;
}