/*Main Homepage content css- Do not edit or detlete anything in this section */
/*Main Banner Wrapper CSS */
.home-page-banner-proportion {width:100%; height: 350px; overflow: hidden;
	-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 1s;
	-o-transition: height 1s;
    transition: height 1s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (max-width: 949px){
	.home-page-banner-proportion {height: 300px;}
}
@media screen and (max-width: 649px){
	.home-page-banner-proportion {height: 230px;}

}
@media screen and (max-width: 449px){
	.home-page-banner-proportion {height: 180px;}
}
/*end main banner wrapper section*/

/*Homepage-UE section styles*/
/*end homepage ue section styles*/

/*End main homepage content css- do not edit or delete anything above this line */
.quote {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}






/* August 2014 Find Banner*/
	 a {font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;-webkit-font-smoothing: antialiased; color:#616161;}

	/*  End August 2014 Find Banner*/
