﻿.hpSocialMedia {
    z-index: 1040;
}

.hpSocialMedia.hpTop {
    position: sticky;
    top: 0px;
}

.hpSocialMedia.hpBottom {
    position: sticky;
    bottom: 0px;
}

.HoverImageContainer {
    position: relative;
    width: 100%;
    Height: 100%;
}

.HoverImageContainer img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.HoverImageContainer img.hiTall {
    height: 100%;
    max-height: 75%;
}

.HoverImageContainer img.hiShort {
    width: 100%
}

.bgiContent {
    position: relative;
    max-width: 650px;
}

.bgiContent .inputContainer {
    position: relative;
}

.HomepageSection li span {
    display:block;
}

@media (min-width:768px) {
    .mainnavCopy a.navbar-brand,
    .mainnavCopy a.navbar-brand > img,
    #mainnav a.navbar-brand,
    #mainnav a.navbar-brand > img {
        max-height: 115px !important;
    }
}