body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.23;
    color: #404040;
}

a {
    text-decoration: none;
    color: #c20f2f;
}

h1{
	margin-top: 10px;
}

/*MASTER PAGE*/

#headerGrid > div {
text-align: center;
margin: auto;
}

.headerFeature {
    font-size: 1em;
    background: #efefef;
    max-width: 100px;
    margin: auto;
    display: block;
    padding: 15px;
    border-radius: 50%;
}

.headerFeature:hover {
    background: #999999;
    color: white;
}

#logo{
	max-height: 100px;
    margin: auto;
}

#topNav {
    background: #003663;
}

#topNav a {
    color: white !important;
}

#menuBar {
    background-color: #404040;
}

#headerContactInfo {
    margin-top: -10px;
}

.hasChildren div.downArrow {
    border-top: 7px solid #fff;
}

#menuBar nav:not(.mobileMenu) ul:not(.subNav) > li > span, #menuBar nav:not(.mobileMenu) ul:not(.subNav) > li > a {
    color: white;
}
nav.mobileMenu {
	width: 270px !important;
}
nav.mobileMenu .downArrow {
	border-top-color: #000;
}

footer {
    background-color: #1266ab;
    /*border-top: solid 10px #bcbdc0;*/
    padding-top: 30px;
	color: #bcbdc0;
    border-top: 40px solid #003677;
}

    footer a {
        color: white !important;
    }

    footer li {
        padding: 5px;
        list-style-type: square;
    }

    footer img {
        max-width: 200px;
        margin: auto;
        padding: 8px 0;
    }

    footer p {
        padding: 0;
        margin: 0;
        text-align: center;
        color: white;

    }

    footer h3 {
        color: white;
        text-align: center;
        padding: 20px 0;
    }

    footer .copyright {
        clear: left;
        margin: 10px;
        text-align: center;
        width: 100%;
    }

footer nav.dropDownMenu .innerNavDiv > ul > li {
    width: 100% !important;
}

.footerFormDiv {
    text-align: center;
    color: white;
}

#recaptcha_1180 {
    margin: auto;
    display: inline-block;
    text-align: center;
}

#btnSubmit_1180 {
    background: #003663;
    padding: 10px 20px;
    color: white;
    border: unset;
    text-transform: uppercase;
    font-size: 1.25em;
}

#btnSubmit_1180:hover {
    background: #02213b;
}

#copyright {
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: .8em;
	margin-top: 15px;
    border-top: 1px solid #1c85db;
}
@media (max-width: 1024px) {
	#logo{
		max-height: 80px;
        display: block;
	}

	header {
		height: auto;
		border-bottom: 2px solid #404040;
	}

    #phoneTop {
        margin-top: 10px;
    }

    footer div {
        margin-bottom: 10px;
        display: block;
        float: none;
        margin: auto;
        text-align: center;

    }

    footer li {
        list-style-type: none;
        margin-left: -43px;
    }

    footer a {
        font-size: 1.2em;
    }

}

@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;
	}

}


/* HOME PAGE */


.homeIntroStrip {
 font-size: 1.25em;
 line-height: 1.7;
 padding: 40px 0;
}

.tempListingsImg {
    padding: 20px 0;
}

.homeHeroBar{
    position: relative;
}

.homeQuickSearch {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;

}

.homeIntro {
    background-color: rgba( 255,255,255, 0.7 );
    position: absolute;
    top: 100px;
    left: 400px;
    right: 0;
    z-index: 9999;
    padding: 10px 30px;
    max-width: 600px;
}

.homeIntro p {
    line-height: 1.7;
}

.homeIntro h1 {
    background: #003663;
    color: white;
    padding: 5px 0;
    font-family: 'Playfair Display', serif;
}

.ctaSearch {
    padding: 100px;
    background: url(https://images.listingmanager.com/clientfiles/208/template_4/cta-search.jpg) center no-repeat;
}

#hlQuickSearch, #hlQuickSearch a {
    background: red;
    padding: 10px;
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 25%;
    margin-top: 50px;
}

#hlQuickSearch:hover, #hlQuickSearch a:hover {
    background: darkred;
}

.homeFeaturedStrip {
    padding-bottom: 10px;
}

.homeFeaturedStrip h3 {
    text-align: center;
}

.homeFeaturedStrip img {
    margin: auto;
    display: block;
    border: 10px solid white;
    position: relative;
    margin-top: -100px;
    z-index: 999;
}

.ctaSearch h3 {
    font-size: 2.5em;
    font-family: 'Playfair Display', serif;
}

.featuredPropertiesBar {
    padding: 40px 0;
}

.featuredPropertiesBar h3 {
    color: white;
    background: #003663;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 1280px) {
.homeIntro {
    top: 20px;
}

.homeIntro p {
    line-height: 1.5;
    font-size: .9em;
}
}

@media (max-width: 768px) {
   #hlQuickSearch {
    max-width: 80%;
}
}
/* 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 */



