h1, h2, h3, h4, h5, a, p {
    letter-spacing: .1em;
}

.help-block {
    position: absolute;
    top: -19px;
    left: 225px;
    z-index: 999;
    display: none;
}

input:hover + .help-block {
    display: block;
}

.content-modal {
    display: flex;
    max-width: 100%;
    max-height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    overflow: auto;

    align-items: center;
    flex-wrap: wrap;
}

.alert.alert-success.help-block {
    position: absolute;
    bottom: 0;
    left: 3.5%;
    width: 93%;
    height: auto;
}

div.img-container img {
    left: 0;
}

@media (max-width: 840px) {
    div.logo img {
        width: 100%;
        height: auto;
    }

    div.img-container img {
        left: -50%;
    }
}

footer a {
    color: #fff !important;
}
div.floor-plan-column {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
a.fancy span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #787872;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: -.0375em;


}

a.fancy:hover span {
    color: #787872;
}

.img-row a {
    width: calc(100%/10);
}
@media(max-width: 960px) {
    .img-row a {
        width: calc(100%/5);
        padding: 4px;
    }
}

.top-banner {
    text-align: center;
    height: 1.75em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 8px rgba(0,0,0,30);
    z-index: 100;


}

.marquee {
    max-width: 1200px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    /* show the marquee just outside the paragraph */
    will-change: transform;
    animation: marquee 30s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}


@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


/* Respect user preferences about animations */

/* New */

#main-nav {
    text-align: center;
}

#main-nav #menu-main-menu > li {
    height: auto;
}

#main-nav #menu-main-menu > li:before {
    display: none;
}

#main-nav #menu-main-menu > li:first-child > a:before {
    display: none;
}

.contact-address {
    margin-bottom:1em;
    margin-top: 1em;
}

.btn-primary:hover {
    background-color: rgba(255,255,255,0.1);
}
.request-info-section {
    margin-top: 10px;
}

.request-info-section .btn {
    width:260px; 
    max-width:100%;
}

body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}
.logo-container {
    background: #303333;
    margin: 0 auto;
    padding: 20px 0px 10px;
}

.logo-container img {
    max-width: 300px;
}

.floor-plan-row a img {
    max-height: 140px;
}

.hide-me {
    display: none!important;
}