
/* Header/Nav styles*/
nav .menucontainer, .mobilenav {
    padding-top: 1px;
}
/* TODO: Better solution to this hack to fix mobile menu bug */
nav .wrapper {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.whitelabel nav .menu li #tenantmenuresources {
    display: none
}

@media screen and (min-width: 800px) {
    /*TODO: check on authenticated tenant pages too*/
    /* .go8mark{ width: 170px; }<-- overrides global. 
        .go8logo is for unauthenticated users, .go8mark is narrower for authenticated users with more nav content. On the whitelabel pages, go8logo = go8mark anyway. */
    .go8logo {
        text-indent: 0;
    }

    .go8logo, .go8mark {
        min-height: 30px;
        width: 170px;
    }

    nav .menu li {
        background-color: transparent;
        display: inline-block;
        float: left;
        vertical-align: middle;
        padding: 0;
    }

        nav .menu li a {
            padding: 20px 10px;
        }
    /*<-- Provided as fallback only. Overridden by whitelabel.js*/
    nav .menu.utilityNav li {
        float: right;
    }

    nav .menu li:hover {
        background-color: transparent !important;
    }

    nav .menu li a:hover, .tempactive {
        background-color: rgba(0,0,0,.2) !important;
    }

    .haLink {
        max-width: 300px;
    }

    .mobileOnly, nav .menu li.mobileOnly {
        display: none;
    }

    #menurentals {
        padding: 5px;
    }

    .housingLocator {
        text-transform: uppercase;
        display: block;
        letter-spacing: .03em;
        text-align: right;
    }

    .mobileOnly {
        display: none;
    }
}


#tenantSignUpCta {
    display: inline-block;
}


/* Footer styles*/
.pagecontainer.whitelabel {
    padding-bottom: 0px;
}
/* <--overrides global .pagecontainer */
.footer.footerWhiteLabel {
    position: relative;
    margin: 0; /* <-- overrides absolute global .footer */
    color: white;
    text-align: left;
    height: auto;
    line-height: 1.5em;
    width: 100%;
    font-size: 14px;
}

.footerWhiteLabel .left {
    display: inline-block;
}

.footer a {
    padding: 0;
}

.footerWhiteLabel a {
    color: inherit;
}

    .footerWhiteLabel a:hover {
        color: #e3effd;
        text-shadow: 1px 1px 1px #000;
    }

.footerWhiteLabel .wrapper {
    padding: 40px 20px;
}

.footerWhiteLabel .haName {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.footer-col {
    display: inline-block;
}

    .footer-col:not(:last-child) {
        padding-right: 20px;
    }

    .footer-col a {
        padding: 6px 6px 6px 0;
    }

        .footer-col a span {
            border-bottom: 1px solid rgba(255,255,255,.3);
        }

            .footer-col a span:hover {
                border-bottom: 1px solid rgba(255,255,255,.6);
            }

    .footer-col.address {
        padding-top: 5px;
    }

    .footer-col.address, .footer-col.phone {
        line-height: 1.5em;
    }

@media screen and (min-width:800px) {
    .footer-col {
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
    }

        .footer-col:not(:first-child) {
            padding-left: 20px;
        }

        .footer-col.right {
            text-align: right;
        }

        .footer-col a {
            padding: 6px;
        }
}


