/* STYLES FOR JOINT OWNERSHIP FORM */
.lfm {
    max-width: unset !important;
    margin: 0 !important;
    background:#4A667D;
    padding: 48px 13.6% 80px 13.6%;
}
.lfm .lfmLogo {
	width: 38px;
	height: 36px;
	margin: 0 auto 20px auto !important;
    text-align: center;
    display: block;
}
.lfm .ctaTitle {
	position: relative;
	padding-bottom: 20px !important;
	margin-bottom: 24px !important;
}
.lfm .ctaTitle::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 100%;
	max-width: 256px;
	background: #FFF;
}
.lfm .ctaTitle + .lfmH5 {
    font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
    text-align: center;
	margin-bottom: 9px !important;
}
.lfm .bodyWhite {
	text-align: center !important;
}
.lfm .lfmButton {
	display: inherit;
	text-align: center;
	margin-top: 25px;
}
.lfm .lfmButton a {
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	padding: 9.5px 18.4px !important;
	text-transform: uppercase;
	display: inline;
	text-decoration: none;
}
.lfm .gform_wrapper {
	width: 77.6%;
	margin: 0 auto 0 auto !important;
	max-width: unset !important;
	margin-top: 25px !important;
}
.lfm .gfield_label {
	color: #FFF !important;
}
.lfm input, .lfm select {
	border: none !important;
}
.lfm #field_5_4 {
	position: relative;
}
.lfm #field_5_4 .ginput_container {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.lfm .gform_footer input {
	float: right;
    background: transparent !important;
    border: 2px solid #FFF !important;
    padding: 7px 14px !important;
    text-transform: uppercase;
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
}
@media only screen and (max-width: 1000px) { 
	.lfm {
		padding: 40px 15px 80px 15px;
	}
}
@media only screen and (max-width: 640px) { 
	.lfm #field_5_4 .ginput_container {
		position: unset;
		margin-top: 10px;
	}
}
