#homeSliderLogo img {position: absolute; top: 50px; left: 50px; z-index: 333; max-width: 180px; z-index: 1;}
#minWidth > header > a {max-width: 180px;}
footer .imageWrap { width: 8em; }

.vitaToggler { display: none !important; }
.vita { display: none !important; }

#navLogos {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.5em 0 0 0;
}

#navLogos .imageWrap {
    width: auto;
    height: 2em;
    position: static;
    display: inline-block;
    margin: 0 2em;
    vertical-align: bottom;
}

#navLogos .imageWrap img {
    width: auto;
    height: 100%;
}

@media only screen and (max-width: 760px) {
    #navLogos {
        position: relative;
        text-align: center;
        margin-bottom: 2em;
    }

    #navLogos .imageWrap {
        height: 4em;
    }
}