// WEB FONTS

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../font/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Heavy';
	src: url('../fonts/Avenir-Heavy.eot');
	src: url('../fonts/Avenir-Heavyr.eot') format('embedded-opentype'),
		url('../fonts/Avenir-Heavy.woff') format('woff'),
		url('../fonts/Avenir-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

// RESET

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

// GENERAL

html {
	margin: 0 !important
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #505050;
	font: 22px/30px Helvetica, Arial, sans-serif;
	background-color: #f1f2ed;
}

body.bg {
	background: url(../images/bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

a {
	color: #505050
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	margin-top: 5px;
	line-height: 1.4;
	color: #000;
}

h2 {
	font-family: 'Avenir-Heavy', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	;
	line-height: 1.2;
	color: #000;
	line-height: 1.4;
}

h3 {
	font-family: 'Avenir-Heavy', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	color: #000;
	margin: 20px auto;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border-style: none;
	max-width: 100%;
}

input,
textarea,
select {
	vertical-align: middle;
	color: #505050;
}

.styledSelect {
	position: relative;
	font: 18px 'MyriadPro-Regular';
	color: #000000;
	width: 245px;
	margin-bottom: 23px;
}

#btn_submit,
input[type="submit"] {
	font-family: 'Avenir-Heavy', sans-serif !important;
	color: #000000 !important;
	border: 2px solid #fff !important;
	background: #8dd437 !important;
	font-weight: normal;
	font-size: 22px;
	padding: 12px 20px 12px 20px !important;
	min-width: 260px;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 0px;
}


.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	min-height: 820px;
	position: relative;
}

.content {
	max-width: 1200px;
	width: 100%;
	position: relative;
	text-align: center;
}

.clr {
	clear: both;
}

.top_wrap {
	min-height: 75vh;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bot_wrap {
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.left_block {
	margin: auto;
	text-align: center;
	font-size: 18px;
	padding: 20px;
}


.right_block {
	text-align: center;
	margin: 0 auto;
	position: relative;
	max-width: 628px;
	padding: 10px 30px 40px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 0px 31px 1px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 31px 1px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 31px 1px rgba(0, 0, 0, 0.45);
}


.inner_left_block {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}

.icon_wrapper {
	text-align: center;
	margin-left: 180px;
	display: block;
	cursor: pointer;
}

.stepnum {
	position: absolute;
	top: 0px;
	right: -10px;
}

.logo_wrap {
	margin-bottom: 25px;
}

.logo_wrap a {
	display: inline-block;
}

header {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 25px;
}

header>div {
	margin: 10px 15px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 992px;
}

header a {
	text-decoration: none;
}

header .logo {
	max-width: 276px;
	width: 100%;
}

@media(max-width: 768px) {
	header {
		font-size: 20px;
		margin-bottom: 10px;
	}

	header>div {
		max-width: 600px;
	}

	header .logo {
		max-width: 100px;
	}
}



.phone_wrapper {
	float: right;
	clear: both;
	text-align: center;
}

#vendor_phone {
	position: relative;
	width: auto;
	font-size: 22px;
	line-height: 1;
	margin-top: 10px;
	margin-right: 10px;
}

#phone_text {
	font-size: 22px;
	color: #8dc63f;
}

input[type="text"],
input[type="email"],
input[type="number"] {
	padding: 5px 20px;
	border: 2px solid #96a2a6;
	width: 210px;
	font-size: 24px;
	color: #000000;
	background: #f3f9fb;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.step7 input[type="text"],
	.step7 input[type="email"],
	.step7 input[type="number"] {
		font-size: 16px !important;
	}
}

.stepinfo {
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	margin-top: 0px;
}

.step_wrap {
	width: 100%;
	margin: 0px auto;
}

.step_val {
	text-align: center;
}

.form_wrap {
	position: relative;
	padding: 15px 5px 5px 5px;
}

.form_wrap label {
	color: #7a7a7a;
	font-size: 17px;
	display: block;
}

.form_wrap label.mid-size {
	font-size: 17px;
	line-height: 20px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.style1 {
	border: 2px solid #a8a8a8;
	padding: 5px 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	width: 43%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

.style2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

.mid-size {
	font-size: 14px;
}

label.icon>input {
	visibility: hidden;
	position: absolute;
}

label.icon>input+img {
	cursor: pointer;
	background: transparent;
}

label.icon>input:checked+img {
	background: transparent;
}

.startimg {
	margin-left: -70px
}

.vmid {
	vertical-align: middle;
}

.btnwrapper {
	text-align: center;
	margin: 15px auto 0px auto;
}

.infowrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	gap: 8px 0;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0;
}

.infowrapper * {
	box-sizing: border-box;
}

.infowrapper label {
	padding: 0;
	line-height: 1;
	color: #000;
	margin: 0 0 5px 0;
}

.infowrapper>div {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	display: flex;
	height: auto;
	gap: 0 8px;
	max-width: 520px;
}

.infowrapper>div>div {
	align-items: flex-start;
	margin: 0;
	padding: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 0 8px;
	width: 48%;
	height: 60px;
}

.infowrapper>div>div input {
	margin-bottom: 0px;
	width: 100%;
	height: 40px !important;
}

.leftwrapper {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 19px;
	color: #000;
	float: left;
	text-align: left;
}

.rightwrapper {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 19px;
	color: #000;
	float: left;
	text-align: left;
}

.continue {
	cursor: pointer;
	font-family: 'Avenir-Heavy', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 22px;
	padding: 12px 20px 12px 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 0px;
	margin-left: 0px;
	min-width: 230px;
}

.continue u {
	font-size: 19px;
}


.greenbtn {
	font-family: 'Avenir-Heavy', sans-serif;
	color: #000000 !important;
	border: 2px solid #fff !important;
	background: #8dd437 !important;

}

.icon {
	background: transparent !important;
	padding: 0px !important;
	margin: auto;
	text-align: left;
}

span.error {
	display: none;

	span.visible {
		display: inline;
		color: red;
		background-color: white;
		border: 1px solid red;
	}
}


.error[type="text"],
.error[type="email"],
.error[type="number"],
.error {
	/* background-color:red; */
	outline: 1px solid red;
	/* color:white; */
}


#footer {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

.disclaimer,
.disclaimer label {
	font-size: 13px;
	padding-top: 5px;
	line-height: 1.3;
	color: #000;
}

#reverse_mortgage_disclaimer,
#reverse_mortgage_license {
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	padding: 0px 20px;
	color: #000;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	input[type="text"] {
		height: 30px;
	}
}

@media(max-width: 1050px) {
	.left_block {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
		float: none;
		text-align: center;
		padding: 10px;
	}

	.left_block ul {
		text-align: left;
	}

	.right_block {
		margin: 0 auto;
		text-align: center;
	}

	.inner_left_block {
		float: none;
		display: inline-block;
	}

	.back {
		bottom: 30px;
	}
}


@media(max-width: 531px) {
	body.bg {
		background-position: 0px 60px;
	}

	h1 {
		font-size: 1em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1em;
		line-height: 1.2;
	}

	h3 {
		font-size: 1em;
		line-height: 1.2;
	}

	#vendor_phone {
		text-align: center;
		margin-right: auto;
	}

	.logo_wrap {
		margin: 0px auto 20px auto;
		text-align: center;
	}

	.icon_wrapper {
		margin-left: 0px;
	}

	.icon_wrapper img {
		text-align: center;
		display: inline-block;
		width: 25px;
		height: 25px;
	}

	.form_wrap .disclaimer label {
		font-size: 11px;
	}

	.left_block {
		font-size: 14px;
		line-height: 1;
	}

	.step_val {
		max-width: none;
	}

	.form_wrap {
		padding: 0;
	}

	input[type="submit"] {
		padding: 15px 36px;
		width: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.form_wrap label {
		font-size: 16px;
	}

	.form_wrap label.mid-size {
		font-size: 17px;
	}

	.disclaimer {
		padding: 4px;
	}

}


@media(max-width: 490px) {
	h1 {
		font-size: 1em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1em;
		line-height: 1.2;
	}

	h3 {
		font-size: 1em;
		line-height: 1.2;
	}

	.form_wrap label {
		width: 88%;
	}

	.form_wrap {
		margin-left: 0% !important;
	}

}

@media(max-width: 440px) {
	h1 {
		font-size: 1em;
		line-height: 1.2;
	}

	h2 {
		font-size: .6em;
		line-height: 1.2;
	}

	h3 {
		font-size: 1em;
		line-height: 1.2;
	}

	.stepinfo {
		font-size: 12px;
	}

	.step_wrap {
		padding: 0;
		width: auto;
		margin: 0px;
		min-height: 0;
		height: auto;
	}

	.step_val {
		padding-top: 50px;
		width: 100%;
		text-align: center;
	}

	.step7 .step_val {
		padding-top: 0;
	}

	.step_val h3 {
		margin-top: 0;
	}

	.content {
		max-width: none;
		width: 100%;
	}

	.right_block {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
	}

	.form_wrap {
		margin: 0 0 0 0 !important;
		left: 0 !important;
		padding: 0px;
	}

	.form_wrap label {
		width: 100%;
	}

	.startimg {
		margin-left: -40px;
		width: 320px;
		height: 52px;
	}

	.continue {
		min-width: 190px;
		padding: 6px 20px;
	}

	.icon {
		margin-bottom: 10px;
	}

	input[type="submit"] {
		font-size: 20px;
		padding: 15px;
		margin-bottom: 0px;
	}

	input[type="text"],
	input[type="email"],
	input[type="number"] {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (max-width: 440px) {

	input[type="text"] {
		height: 31px;
	}

}