body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.23;
    color: #404040;
}

a {
    text-decoration: none;
    color: #d12239;
}

.h1strip {
	margin-top: 10px;
}

/*MASTER PAGE*/

#logo{
	max-height: 100px;
	float: left;
}

#quickLinksContainer{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    clear: both;
}

#quickLinksContainer a{
    color: inherit;
    white-space: nowrap;
}
#quickLinksContainer a:not(:first-of-type){
    margin-left: 15px;
}
#quickLinksContainer .fa {
    /* color: #c20f2f; */
    margin-right: 5px;
}

#phoneTop {
    text-align: center;
	font-weight: 600;
	margin-top: 40px;
	clear: both;
	/* color: #c20f2f; */
    font-size: 2em;
}

#menuBar {
    background-color: #404040;
}
#menuBar nav:not(.mobileMenu) ul:not(.subNav) > li > span, #menuBar nav:not(.mobileMenu) ul:not(.subNav) > li > a {
    color: white;
}
.hasChildren div.downArrow {
    border-top: 7px solid #fff;
}
nav.mobileMenu .downArrow {
	border-top-color: #000;
}
.img-test{
    background-image: url(https://images.listingmanager.com/clientfiles/208/agent-template-6/espresso-hero.jpg?v=1545165988);
    background-size: 904px;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: left center;
}
.overlapping-text-block {
    position: relative;
    left: -87px;
    display: flex;
    padding-top: 20vh;
    flex-direction: column;
}
footer {
    background-color: #404040;
    /*border-top: solid 10px #bcbdc0;*/
    padding-top: 5px;
	color: #bcbdc0;
}
    footer a {
        color: #bcbdc0;
    }
    footer h2 {
        color: white;
    }

#copyright {
    text-align: center;
    background-color: #c20f2f;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-size: .8em;
	margin-top: 15px;
}

/* @media(max-width: 768px){
	#logo {
		margin: 0 auto;
		max-height: 45px;
		display: block;
		float: none;
		margin-bottom: 5px;
	}

	#homeHeroBar > div {
		margin: 250px auto 150px;
	}
	#communitiesList ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

}

@media (max-width: 400px) {
    #phoneTop {
        font-size: 1.5em;
        padding-top: 20px;
    }
} */

/* HOME PAGE */





/* IDX CUSTOMIZATIONS */
.quickSearchDivA input, .quickSearchDivA select {
    border: solid 1px #C20F2F;
    font-weight: 100;
    border-radius: 1px;
    padding: 4px;
    color: #555;
}
.txtAdvancedSearch {
    width: 100%;
    font-size: 1.2em;
}
.quickSearchDivA > div:first-child {
    width: 75%;
    float: left;
}
.quickSearchDivA > div:nth-child(2) {
    width: 25%;
    float: left;
}
.quickSearchDivA #hlQuickSearch {
    display: block;
    background: #C20F2F;
    color: white;
    text-align: center;
    margin: 0 3px;
    padding: 7px;
}
.mlsQuickSearch span.valueType {
	position: absolute;
	right: 30px;
	top: 8px;
}
.mlsQuickSearch .loading {
	right: 10px;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	height: 15px;
}

/* SIDE PAGES */



