section.welcome {
	background-color: #FFFFFF;
	background-image: url(/images/new/bg2_02.jpg);
	background-image: url(/images/new/home-intro-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: cover;
}


.find-member-form .find-member-form-title {
	color: #FFFFFF;
	background-color: #0062a7;
	background-image: url('../images/homepage-find-member-form-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 84px;
	line-height: 1em;
	font-family: 'Charter'; 
}
.find-member-form .find-member-form-content {
	background: #E0E0E0;
}
.find-member-form label {
	display: inline-block;
	font-family: 'Charter'; 
	float: left;
}
.find-member-form input {
	float: right;
}
.find-member-form button.z-button {
	background: #002a3e;
	font-family: 'Charter'; 

}

section.quick-search {
	background-image: url('../images/homepage-quick-search-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.quick-search h3 {
	color: #FFFFFF;
}
.quick-search .quick-search-form {
	padding: 20px 40px;
	background: rgba( 255, 255, 255, 0.8 );
}
.quick-search-main.float_l {
    color: #FFFFFF;
    background-color: #959595;
    position: relative;
    z-index: 100;
}
.quick-search-form form {
	display: inline-block;
	margin: 0 auto;
}
.quick-search-form .form-box {
    margin-left: 10px;
}
.quick-search-form .form-box input, .quick-search-form .form-box select {
    border: none;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 4px;
    width: 100%;
    float: left;
}
.quick-search-form .form-box.box5 select {
    width: 45% !important;
}
.quick-search-form .form-box.box5 .to {
    float: left;
    color: #000000;
	font-family: 'Charter'; 
    width: 10%;
    text-align: center;
}
.quick-search-form .form-box.box1 {
    margin-left: 0;
    width: 185px;
}
.quick-search-form .form-box.box2 {
    width: 170px;
}
.quick-search-form .form-box.box3, .quick-search-form .form-box.box4 {
    width: 123px;
}
.quick-search-form .form-box.box5 {
    width: 380px;
}
.quick-search-form .form-box.box6 {
    width: 140px;
    margin-left: 15px;
}
.quick-search-form .form-box .text {
	color: #000000;
	font-family: 'Charter'; 
	margin-bottom: 10px;
}
.quick-search-form .form-box.box6 a {
    color: #075277;
    width: 100%;
    float: left;
	font-family: 'Charter'; 
    margin: 0 0 20px;
    text-decoration: underline;
    font-size: 18px;
}
.quick-search-form .form-box.box6 input {
    background-color: #002A3E;
    color: #FFFFFF;
 	font-family: 'Charter'; 
    font-size: 22px;
    padding: 6px 0 2px 0;
    cursor: pointer;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.become-member {
	background-image: url('../images/homepage-become-member-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.become-member .become-member-content {
	background-color:#005b9a;
	color:#76c3fa;
}
.become-member .become-member-content .z-button {
	padding: 16px 80px;
}

section.news-events {
	background-image: url('../images/homepage-news-events-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.news-events h2 { 
	margin: 0;
	padding: 0;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-events .news .news-post {
	border: 1px solid #A3A3A3;
	background: rgba( 255, 255, 255, 0.8 );
}
.news-events .news .news-post h3 {
	color: #146892;
}
.news-events .news .news-post .news-post-summary a {
	font-weight: bold;
}
.news-events .news .more-posts {
	display: block;
	background: #0062a7;
}
.news-events .event {
	width:100%; float:left;
	border: 1px solid #A3A3A3;
	background: rgba( 255, 255, 255, 0.8 );
	margin-bottom: 18px;
	position: relative;
}
.news-events .event .event-date {
	position: absolute;
	left: -20px;
	background: #FFFFFF;
	border: 1px solid #0062a7;
	overflow: hidden;
	position: relative;
	width: 80px;
	z-index: 2;
}
.news-events .event .event-month {
	background: #0062a7;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}
.news-events .event .event-day {
	color: #000000;
	text-align: center;
	line-height: 50px;
}
.news-events .event .event-description {
	/*margin-left: -10px;*/
	/*width: calc(100% - 80px);*/
	float: none;
	width: auto;
}
.news-events .events .more-events {
	display: block;
}
.news-events .equal-container {
	margin-bottom: 20px;
}
.news-events .z-button {
	padding: 16px 80px;
}

section.realtor-info {
	background-color: #FFFFFF;
	background-image: url('../images/homepage-realtor-info-bg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}

@media screen and ( max-width: 1362px ) {
	.quick-search-form .form-box .text {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.quick-search-form .form-box.box6 {
		width: auto;
		margin-top: 32px;
	}
	.quick-search-form .form-box.box6 .text {
		display: inline-block;
		float: none !important;
	}
	.quick-search-form .form-box.box6 .text a {
		float: none;
		width: auto;
	}
	.quick-search-form .form-box.box6 input {
		float: none !important;
		width: auto;
		padding: 6px 20px 2px 20px;
		margin-left: 14px;
	}
}

@media screen and ( max-width: 992px ) {
	.slider {
		position: static;
		z-index: auto;
	}

	.quick-search-form .form-box {
		width: auto !important;
	}

	.become-member .become-member-image .content,
	.become-member .become-member-image .content img {
		width: 100% !important;
	}
	.become-member .become-member-content {
		height: auto !important;
	}
	.news-events .equal-container {
		height: auto !important;
	}
}
@media screen and (max-width: 767px){
	.news-events .event .event-date{
		min-width: 80px;
	}
}
@media screen and ( max-width: 479px ) {
	.quick-search .quick-search-form {
		padding: 20px 0;
	}
	.quick-search-form .form-box {
		width: auto !important;
	}
	.quick-search-form .form-box .text {
		margin-top: 10px;
		margin-bottom: 0;
	}
}
