@charset "UTF-8";
/* CSS Customizations specific to UNC Health Care */


.navbar-static-top .brand:before {
    background: url('../img/unc-health-care.png') no-repeat scroll 0 10px transparent;
}

.ie7 .navbar-static-top .brand {
    background: url('../img/unc-health-care.png') no-repeat scroll 0 10px transparent;
}

.navbar-static-top .nav-collapse > ul {
    left: -380px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {
    .navbar-static-top .brand:before {
        background: url('../img/unc-health-care-2x.png') no-repeat scroll 0 10px transparent;
        background-size: 100%;
        width: 138px;
    }
    #footerLogo {
        max-width: 167px;
        background-image: url('../img/unchc_logo_2x.png');
    }
}
