﻿.top-container2 {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .6);
    box-shadow: 0p 3px 3px 0 rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    zoom: 1;
    background: white !important;
    width: 100%;
    z-index: 100;
    padding: 5px 0;
}

/* Bar position */
footer {
    width: 100%;
    position: fixed;
    transition: top 0.2s ease-in-out;
}

.LogoBigScreen {
    display: inline-block;
}

.LinksBigScreen {
    display: inline-block;
    float: right !important;
    margin-right: 20px !important;
}

/* bar color and padding */
#bottom-nav {
    bottom: 0;
    padding: var(--padding, 5px 0px);
    border-top: 1px solid black;
    background: var(--background-color, white);
}

    /* remove padding of logo */
    #bottom-nav-logo {
        padding: 0;
    }

    /* Changing bar height through logo height */
    #bn1_logo {
        max-height: var(--max-height, 5px);
    }

    #bottom-nav-links {
        max-height: var(--max-height, 5px);
    }

.footerBrandingBottom {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
}

/* vertical alignment of nav text */
.footerBrandingBottom li {
    line-height: var(--max-height, 3em) !important;
    display: inline !important;
}
    .footerBrandingBottom li a {
        color: var(--text-color, #000080);
        line-height: 30px !important;
    }
        .footerBrandingBottom li a:hover {
            text-decoration: underline !important;
            color: #000080 !important;
            line-height: 30px !important;
        }
        ul.footerBrandingBottom li:after {
            /*content: "*";*/
            content: "●";
            margin-left: 6px;
            color: rgb(0, 0, 128);
        }

    ul.footerBrandingBottom li:last-of-type:after {
        content: none;
    }

/* icon positioning, above bottom bar */
#pizza-icon {
    width: auto;
    position: fixed;
    right: 5px;
    z-index: 9999;
}
    #pizza-icon:hover {
        cursor: pointer;
    }

    /* size of arrow is hardcoded to 30px */
    .nav-arrow {
        width: 30px;
        height: auto;
    }

    /* automatically hides "up" arrow on start */
    #arrow-up {
        display: none;
    }

.css-sprite-OpenIcon {
    background: url('/MasterPages/img/css-sprite-combined.4.png') -30px -0px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.css-sprite-CloseIcon {
    background: url('/MasterPages/img/css-sprite-combined.4.png') 0px -0px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

@media only screen and (max-width:1023px) {
    .LinksBigScreen {
        display: none;
    }

    .LogoBigScreen {
        display: block;
    }

    .LogoBigScreen img {
        display: block;
        margin: 0 auto;
    }
}