/* GlobalNavCSS */
body {
    background-color: white;
}

#header {
    display: default;
    visibility: visible;
}

#header-mobile {
    display: none;
    visibility: hidden;
}

@media screen and (max-width : 999px) {
    #header {
        display: none;
        visibility: hidden;
    }

    #header-mobile {
        display: block;
        visibility: visible;
    }

    body {
        padding-top: 0;
    }
}

.get-involved:hover {
}

.button-wrapper {
    margin: 10px 5px 0 5px;
    width: 150px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
}

.button-wrapper a {
    font-family: Titillium Web, Helvetica, Arial, sans-serif;
    padding: 9px 15px 9px 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.button-wrapper:hover {
    background-color: rgb(0, 111, 186);
}

.navbar-collapse {
    margin: 0 auto auto 0;
    padding: 0;
}

.float-container {
    display: float;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.l-off-canvas {
    height: auto;
    margin-left: -15px;
    margin-top: -12px;
    background-color: rgb(1, 31, 52);
}

.list-group {
    font-family: Titillium Web, Helvetica, Arial, sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
}

.l-off-canvas .list-group-item {
    border: 0;
    color: white;
}

.l-off-canvas .list-group-item:visited {
    color: white;
}

.l-off-canvas .list-group-item:hover {
    color: rgb(1, 31, 52);
}

.navbar-toggle {
    float: left;
    margin-top: 0;
}

@media screen and (max-width : 999px) {
   #toggle-off-canvas-left {
        display: block;
    }

    .globalnav-container {
        display: none;
    }
}
