.autocomplete-root {
	z-index: 9999;
	position: relative;
}
.autocomplete-root .autocomplete-loading-container {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	color: #999;
	border: 1px solid #ccc;
}
.autocomplete-root .autocomplete-dropdown-container {
	width: 100%;
	background-color: #fff;
	position: absolute;
	border: 1px solid #999;
}
.autocomplete-root .autocomplete-dropdown-container .loading {
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #ccc;
}
.autocomplete-root .autocomplete-dropdown-container .suggestion-item {
	text-align: left;
	background-color: #fff;
	padding: 10px;
	color: #555;
	cursor: pointer;
}
.autocomplete-root .autocomplete-dropdown-container .suggestion-item.active,
.autocomplete-root .autocomplete-dropdown-container .suggestion-item:hover {
	background-color: #dbdbdb;
}
.autocomplete-root .autocomplete-dropdown-container .google-logo {
	background-color: #fff;
	text-align: right;
	padding: 1px 5px;
}
.autocomplete-root .autocomplete-dropdown-container .google-logo img {
	width: 70px;
}
html {
	font-family: Helvetica, Arial, sans-serif;
}
#root,
.page-wrapper,
body,
html {
	height: 100%;
	overflow-x: hidden;
	margin: 0;
}
.page-wrapper {
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	background-color: #fff;
}
.content {
	flex: 1 0 auto;
}
#footer {
	flex-shrink: 0;
}
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.main {
	padding-bottom: 70px;
}
@media (max-width: 599px) {
	.main {
		padding-bottom: 30px;
	}
}
.secure {
	width: 120px;
	display: flex;
	float: right;
	margin-top: 20px;
}
.secure,
.secure img {
	height: 20px;
}
.secure span {
	color: #999;
	font-size: 15px;
	display: block;
	padding-top: 0;
	line-height: 23px;
	padding-left: 5px;
}
.secure-forms {
	width: 140px;
	display: flex;
	margin: 10px auto;
}
.secure-forms,
.secure-forms img {
	height: 20px;
}
.secure-forms span {
	font-size: 15px;
	display: block;
	padding-top: 0;
	line-height: 23px;
	padding-left: 5px;
}
.button-next {
	margin: 30px auto 0 !important;
	display: block !important;
	background: linear-gradient(270deg, #09a323, #09a323);
	color: #fff;
	font-size: 18px !important;
	height: 60px;
	width: 100%;
}
@media (min-width: 600px) {
	.button-next {
		height: 70px;
		font-size: 24px !important;
		margin-top: 50px !important;
		max-width: 360px !important;
	}
}
.button-start {
	display: block !important;
	background: linear-gradient(270deg, #09a323, #09a323);
	color: #fff;
	font-size: 18px !important;
	height: 60px;
	width: 100%;
	margin: 15px auto 0 !important;
	font-size: 15px !important;
}
@media (min-width: 600px) {
	.button-start {
		height: 70px;
		font-size: 24px !important;
		margin-top: 50px !important;
		max-width: 360px !important;
		margin-top: 15px !important;
		font-size: 18px !important;
	}
}
#error {
	padding: 20px 0;
}
#error .logo {
	height: 40px;
}
#loader {
	width: 100%;
	background: linear-gradient(180deg, #fff, #fff);
	z-index: 8888888888;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#loader .loader-box {
	padding: 0 20px;
	width: 400px;
	max-width: 600px;
	margin: 0 auto;
}
@media (max-width: 599px) {
	#loader .loader-box {
		width: 90%;
		max-width: 400px;
	}
}
#loader .logo {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	display: block;
}
@media (min-width: 600px) {
	#loader .logo {
		width: 360px;
	}
}
#loader .bar {
	border-radius: 5px;
	margin: 20px 0;
	height: 15px;
}
#loader p {
	text-align: center;
	/*color: #fff;*/
	font-size: 15px;
}
@media (min-width: 600px) {
	#loader p {
		font-size: 20px;
	}
}
#home #header {
	border-bottom: 1px solid #e6e6e6;
}
#home #header .logo {
	height: 50px;
}
@media (min-width: 600px) {
	#home #header .logo {
		height: 50px;
	}
}
#home .main {
	padding: 0 20px;
}
#home .punch {
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-top: 40px;
}
#home .punch h1 {
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
}

.labelinh1 {
	font-weight: 400;
}

#home .punch h1 .punchApr {
	font-size: 13px;
	vertical-align: super;
	padding-left: 3px;
}
@media (min-width: 600px) {
	#home .punch h1 .punchApr {
		font-size: 18px;
	}
}
@media (min-width: 600px) {
	#home .punch h1 {
		font-size: 50px;
		line-height: 54px;
	}
}
@media (max-width: 959px) and (min-width: 600px) {
	#home .punch h1 {
		font-size: 50px;
		line-height: 54px;
	}
}
#home .punch h2 {
	margin-top: 5px;
	font-size: 15px;
	line-height: 19px;
	padding: 0 20px;
	font-weight: 400;
	color: #777;
	color: #09a323;
}
@media (min-width: 600px) {
	#home .punch h2 {
		font-size: 22px;
		line-height: 27px;
	}
}
@media (max-width: 959px) and (min-width: 600px) {
	#home .punch h2 {
		font-size: 19px;
		line-height: 24px;
		padding: 0 60px;
	}
}
#home .question {
	padding: 0 10px;
	margin-top: 40px;
}
#home .question .reassure {
	text-align: center;
	margin-top: 20px;
	color: #777;
}
@media (min-width: 600px) {
	#home .question {
		margin-top: 60px;
	}
}
#home .featured .container {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	max-width: 320px;
	margin-top: 20px;
}
@media (min-width: 600px) {
	#home .featured .container {
		padding: 30px 20px;
		max-width: 450px;
	}
}
#home .featured img {
	height: 12px;
}
@media (min-width: 600px) {
	#home .featured img {
		height: 17px;
	}
}
#header {
	padding: 13px 5px;
	border-bottom: 1px solid #e6e6e6;
}
#header .container {
	/* display: flex;*/
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#header .container .logo {
	height: 30px;
}
@media (min-width: 600px) {
	#header .container .logo {
		height: 50px;
	}
}
#header .container .progress-box {
	color: #777;
	font-size: 13px;
	display: flex;
	width: 110px;
	float: right;
	margin-top: 20px;
}
#header .container .progress-box .percent {
	padding-top: 1px;
}
#header .container .progress-box .bar {
	margin-left: 15px;
	width: 100%;
	height: 16px;
}
@media (min-width: 600px) {
	#header .container .progress-box .bar {
		height: 18px;
	}
}
@media (min-width: 600px) {
	#header .container .progress-box {
		font-size: 14px;
		width: 130px;
	}
}
@media (min-width: 600px) {
	#header {
		padding: 15px 0;
	}
}
#flow .main {
	padding-top: 30px;
}
#flow .main form .question {
	margin: 0 15px;
}
#flow .main form .question .label-pre {
	color: #888;
	color: #89c709;
	margin: 0;
	text-align: center;
	font-size: 13px;
}
@media (min-width: 600px) {
	#flow .main form .question .label-pre {
		font-size: 15px;
	}
}
#flow .main form .question .label {
	margin: 0 auto 30px;
	max-width: 750px;
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #3b3b3b;
}
@media (min-width: 600px) {
	#flow .main form .question .label {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 50px;
	}
}
#flow .main form .question .element-wrapper {
	margin: 0 auto;
}
@media (max-width: 599px) {
	#flow .main form .question .element-wrapper {
		padding: 0 20px;
	}
}
@media (min-width: 600px) {
	#flow .main form .question .element-wrapper .inline-textfield {
		margin-left: 15px;
		margin-right: 15px;
	}
	#flow .main form .question .element-wrapper.single {
		max-width: 300px;
	}
	#flow .main form .question .element-wrapper.double {
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		justify-content: center;
	}
	#flow .main form .question .element-wrapper.address {
		max-width: 400px;
	}
}
#flow .main form .question .form-error {
	text-align: center;
}

#flow .main form .question .note {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	color: #999;
	color: #09a323;
}

#flow .main form .question .notefinalpage {
	margin-top: 0;
}

@media (min-width: 600px) {
	#flow .main form .question .note {
		margin-top: 5px;
		font-size: 20px;
		line-height: 23px;
	}

	#flow .main form .question .notefinalpage {
		margin-top: 10px;
	}
}
#flow .main form .question .address-note {
	margin-top: 40px;
	text-align: center;
}
#flow .main form .question .address-note a {
	color: #09a323;
}
#flow .main form .question .disclosure {
	text-align: justify;
	max-width: 700px;
	margin: 70px auto 0;
	color: #737373;
	font-size: 10px;
	line-height: 12px;
}
#flow .main form .question .disclosure a {
	color: #737373;
	text-decoration: none;
}
@media (min-width: 600px) {
	#flow .main form .question .disclosure {
		margin-top: 100px;
	}
}
@media (min-width: 600px) {
	#flow .main form .question {
		marign: 0;
		margin-top: 30px;
	}
}
@media (min-width: 600px) {
	#flow .main {
		padding-top: 50px;
	}
}
.slider-box {
	max-width: 700px;
	text-align: center;
	margin: 30px auto 40px;
	padding: 0 30px;
}
.slider-box .slider-value {
	margin-bottom: 38px;
	color: #09a323;
	letter-spacing: 1px;
	font-size: 22px;
}
.slider-box .slider-value span {
	color: #6b6b6b;
	letter-spacing: 1px;
	font-size: 18px;
}
@media (min-width: 600px) {
	.slider-box .slider-value {
		letter-spacing: 3px;
		font-size: 32px;
	}
}
.question .buttons button {
	outline: none;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #89c709;
}
.question .buttons button span {
	display: block;
}
.question .buttons button span.icon {
	background-repeat: no-repeat;
	background-position: 50%;
}
.question .buttons button span.text {
	color: #142438;
}
.question .buttons button.average .icon,
.question .buttons button.average .icon:hover,
.question .buttons button.excellent .icon,
.question .buttons button.excellent .icon:hover,
.question .buttons button.fair .icon,
.question .buttons button.fair .icon:hover,
.question .buttons button.good .icon,
.question .buttons button.good .icon:hover,
.question .buttons button.poor .icon,
.question .buttons button.poor .icon:hover,
.question .buttons buttonpoor-fair .icon,
.question .buttons buttonpoor-fair .icon:hover {
	border-width: 0;
}
.question .buttons button.townhome\/condo .icon {
	background-image: url(4947d97cf77bc47664afd46ed387cdad.svg);
}
.question .buttons button.townhome\/condo .text {
	word-wrap: break-word;
}
.question .buttons button.excellent .icon {
	background-image: url(a129ca163331de2d398e435243e70d47.svg);
}
.question .buttons button.good .icon {
	background-image: url(430dd9a634285d71b6aa1c91a40e861e.svg);
}
.question .buttons button.average .icon,
.question .buttons button.fair .icon {
	background-image: url(c27dce5753a4c40f32d36846801bafc5.svg);
}
.question .buttons button.poor-fair .icon,
.question .buttons button.poor .icon {
	background-image: url(ae181f67d9025615b270bff204d3fbcd.svg);
}
.question .buttons button.refi .icon {
	background-image: url(20296006c153e7700cf8c88dfa3b473f.svg);
}
.question .buttons button.purchase .icon {
	background-image: url(1132aba7965fc184498ba313eccb725e.svg);
}
.question .buttons button.primary_residence .icon {
	background-image: url(93f93401252aa8c1251328e9aaacebb5.svg);
}
.question .buttons button.secondary_home .icon {
	background-image: url(88fd1be2e6bb0572f936ba1274889844.svg);
}
.question .buttons button.investment_property .icon {
	background-image: url(4c13c93ff4f9623932eb6764272c346a.svg);
}
.question .buttons button.single_family .icon {
	background-image: url(93f93401252aa8c1251328e9aaacebb5.svg);
}
.question .buttons button.multi_family .icon {
	background-image: url(04c0b7cecd65478ef40918803be8c67d.svg);
}
.question .buttons button.mobile_home .icon {
	background-image: url(b3a554d3b4c588e76b6a49ab3140a80f.svg);
}
.question .buttons button.yes .icon {
	background-image: url(3e3260efb1cc52391f987abddfe9665e.svg);
}
.question .buttons button.no .icon {
	background-image: url(4d7214fb50a5acc694a2b878f9a8c7c8.svg);
}
.question .buttons button.No .icon {
	background-image: url(f888b4833ca960decbc6ed37bedef92a.svg);
}
.question .buttons button.bankruptcy .icon {
	background-image: url(93b76310669bb5823ddb966f4c9dff8e.svg);
}
.question .buttons button.foreclosure .icon {
	background-image: url(817e8faba03bf4c00fe8b3edfbc6aa2d.svg);
}
.question .buttons button.foreclosure_bankruptcy .icon {
	background-image: url(31afc29146785d243c1b29eea4b4d7d9.svg);
}
@media (max-width: 599px) {
	.question .buttons button {
		background-image: url(/img/arrow-darkblue-xs.svg);
		background-repeat: no-repeat;
		background-position: right 20px top 27px;
		max-width: 450px;
		margin: 0 auto 15px;
		display: block;
		text-align: left;
		background-color: #fff;
		padding: 15px 20px;
		width: 100%;
	}
	.question .buttons button span.icon {
		float: left;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-top: 5px;
		height: 33px;
		width: 54px;
	}
	.question .buttons button span.text {
		line-height: 22px;
		float: left;
		font-size: 17px;
		padding-left: 5px;
		font-weight: 400;
		margin-top: 8px;
		letter-spacing: 0.02em;
	}
	.question .buttons button.no span.icon,
	.question .buttons button.No span.icon,
	.question .buttons button.yes span.icon {
		background-size: 75% 80%;
		background-position: 20%;
	}
	.question .buttons button.foreclosure_bankruptcy span.icon {
		background-size: 65% 80%;
		background-position: 20%;
	}
}
@media (min-width: 600px) {
	.question .buttons {
		display: flex;
		justify-content: center;
	}
	.question .buttons button {
		border-radius: 10px;
		cursor: pointer;
		text-align: center;
		background-color: #fff;
		margin-left: 10px;
		margin-right: 10px;
		width: 220px;
		min-height: 190px;
		transition: transform 0.3s ease-in-out;
	}
	.question .buttons button span.icon {
		margin: 20px auto 0;
		display: block;
		height: 70px;
		width: 70px;
	}
	.question .buttons button span.text {
		height: 55px;
		margin: 5px;
		line-height: 22px;
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 0.3px;
	}
	.question .buttons button.yes span.icon {
		background-size: 70%;
	}
	.question .buttons button.no span.icon,
	.question .buttons button.No span.icon {
		background-size: 60%;
	}
	.question .buttons button.foreclosure_bankruptcy span.icon {
		background-size: 62%;
	}
	.question .buttons button.average span.icon,
	.question .buttons button.excellent span.icon,
	.question .buttons button.fair span.icon,
	.question .buttons button.good span.icon,
	.question .buttons button.poor-fair span.icon,
	.question .buttons button.poor span.icon {
		background-size: 80%;
		background-position: 50%;
	}
	.question .buttons button:hover {
		transform: translateY(-5%);
		box-shadow: 0 12px 5px -8px rgba(0, 0, 0, 0.2);
		border-color: #228c57;
	}
}
#flow.ssn .main .question .label {
	max-width: 100%;
}
#flow.ssn .main .question .secure-note {
	text-align: center;
	color: #777;
}
#flow.ssn .main .question .skip {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
}
#flow.ssn .main .question .skip a {
	color: #777;
}
#flow.ssn .main .question .element-wrapper.ssn {
	display: flex;
	justify-content: center;
}
#flow.ssn .main .question .element-wrapper.ssn .dash {
	font-size: 30px;
	color: #ccc;
	padding: 0 5px;
	height: 60px;
	line-height: 60px;
}
@media (max-width: 599px) {
	#flow.ssn .main .question .element-wrapper.ssn {
		padding: 0;
		max-width: 360px;
	}
}
#flow.ssn .main .question .element-wrapper .ssn1 {
	width: 65px;
}
#flow.ssn .main .question .element-wrapper .ssn2 {
	width: 50px;
}
#flow.ssn .main .question .element-wrapper .ssn3 {
	width: 140px;
}
#confirm {
	padding-bottom: 0px;
	font-family: Roboto !important;
	background-color: #fafafa;
}
#confirm .alert {
	display: flex;
	justify-content: center;
	background-color: #ffffdb;
}
#confirm .alert .alert-bg {
	align-items: flex-start;
	border-radius: 5px;
	padding: 7px 15px;
	display: flex;
}
#confirm .alert .alert-bg .alert-icon {
	color: green;
	font-size: 20px;
}
#confirm .alert .alert-bg .msg {
	margin-left: 5px;
}
#confirm .alert .alert-bg .msg .start-now {
	color: #3288d2;
}
#confirm #header {
	background-color: #fff;
}
#confirm #footer .houses {
	display: none;
}
#confirm .c-points {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
#confirm .c-points .point {
	max-width: 250px;
	padding: 0 5px;
	text-align: center;
}
#confirm .c-points .point .icon {
	opacity: 0.7;
	height: 18px;
	display: block;
	margin: 0 auto 5px;
}
@media (min-width: 600px) {
	#confirm .c-points .point .icon {
		height: 40px;
	}
}
#confirm .c-points .point h1,
#confirm .c-points .point h2 {
	margin: 0;
}
#confirm .c-points .point h1 {
	color: #8c8c8c;
	font-size: 11px;
	line-height: 13px;
}
@media (min-width: 600px) {
	#confirm .c-points .point h1 {
		font-size: 13px;
		line-height: 15px;
	}
}
#confirm .c-points .point h2 {
	color: #999;
	font-size: 10px;
	font-weight: 400;
}
@media (min-width: 600px) {
	#confirm .c-points .point h2 {
		font-size: 11px;
	}
}
@media (min-width: 600px) {
	#confirm .c-points .point {
		padding: 20px;
	}
}
@media (min-width: 600px) {
	#confirm .c-points {
		padding: 5px 0;
	}
}
#confirm .single_asset .lender-box {
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #fff;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender-box {
		padding: 20px 40px;
	}
}
#confirm .single_asset .punch-single {
	border-radius: 5px;
	padding: 15px 10px;
	background-color: #e4fff2;
	color: #000 !important;
}
#confirm .single_asset .punch-single img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
@media (min-width: 600px) {
	#confirm .single_asset .punch-single img {
		width: 30px;
		height: 30px;
	}
}
#confirm .single_asset .punch-single h1,
#confirm .single_asset .punch-single h2 {
	margin: 0;
	text-align: center;
}
#confirm .single_asset .punch-single h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.33px;
	text-align: center;
}
@media (min-width: 600px) {
	#confirm .single_asset .punch-single h1 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: -0.47px;
		margin-bottom: 10px;
	}
}
#confirm .single_asset .punch-single h2 {
	font-size: 12px;
	letter-spacing: -0.33px;
	font-weight: 400;
}
@media (min-width: 600px) {
	#confirm .single_asset .punch-single h2 {
		font-size: 18px;
		letter-spacing: -0.5px;
	}
}
#confirm .single_asset .action {
	color: #000;
	text-align: center;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #08f387;
	padding: 10px;
	font-size: 17px;
}
#confirm .single_asset .action strong {
	text-decoration: underline;
}
#confirm .single_asset {
	padding-top: 30px;
}
@media (min-width: 600px) {
	#confirm .single_asset {
		padding: 30px 25px;
	}
}
#confirm .single_asset .lender-punch {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	padding: 40px 30px 10px;
	color: #f50057;
	color: #000;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_container {
		margin-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
	}
}
#confirm .single_asset .lender_tel {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 15px;
}
#confirm .single_asset .lender_logo_description {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_logo_description {
		align-items: flex-start;
		padding-right: 20px;
		margin-bottom: 0;
	}
}
#confirm .single_asset .lender_logo_description .lender_logo_container {
	padding: 20px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_logo_description .lender_logo_container {
		padding: 0 10px 10px 0;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
#confirm .single_asset .lender_logo_description .lender_logo_container .lender_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 560px;
	max-height: 240px;
	width: 100%;
	height: auto;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_logo_description .lender_logo_container .lender_logo {
		max-height: 112px;
		max-width: 256px;
	}
}
#confirm .single_asset .lender_logo_description .lender_logo_container .better_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	max-height: 500px;
	width: 100%;
	height: auto;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_logo_description .lender_logo_container .better_logo {
		max-height: 495px;
		max-width: 275px;
	}
}
#confirm .single_asset .lender_logo_description .lender_description {
	font-size: 14px;
	letter-spacing: -0.39px;
	line-height: 20px;
	margin: 0;
	text-align: center;
}
@media (min-width: 600px) {
	#confirm .single_asset .lender_logo_description .lender_description {
		font-size: 18px;
		letter-spacing: -0.5px;
		line-height: 24px;
		text-align: left;
	}
}
#confirm .single_asset .button_assigned_container h3 {
	margin: 0 auto 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.39px;
	text-align: center;
}
@media (min-width: 600px) {
	#confirm .single_asset .button_assigned_container h3 {
		font-size: 16px;
		letter-spacing: -0.44px;
		margin-bottom: 20px;
	}
}
#confirm .single_asset .button_assigned_container p {
	margin: 20px auto;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 17px;
}
@media (min-width: 600px) {
	#confirm .single_asset .button_assigned_container p {
		margin: 20px auto 0;
	}
}
#confirm .single_asset .single_button {
	text-align: center;
	display: block;
	height: auto;
	text-transform: none;
	font-weight: 700;
	padding-top: 10px;
	margin-top: 15px;
}
#confirm .single_asset .single_button .title {
	font-size: 27px;
	line-height: 24px;
}
#confirm .single_asset .single_button .sub {
	font-size: 15px;
	font-weight: 400;
}
#confirm .single_asset .single_button_tel {
	text-align: center;
	display: block;
	height: auto;
	text-transform: none;
	font-weight: 700;
	padding-top: 12px;
	margin-top: 15px;
}
#confirm .single_asset .single_button_tel .title {
	font-size: 22px;
	line-height: 24px;
}
#confirm .single_asset .single_button_tel .sub {
	font-size: 14px;
	font-weight: 400;
}
#confirm .single_asset .single-msg-box {
	padding: 0 15px;
	border-radius: 10px;
	background-color: #f7f7f7;
}
#confirm .single_asset .single-msg-box .msg-title {
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #d8d8d8;
}
#confirm .single_asset .single-msg-box .msg-title .arrow {
	width: 0;
	height: 0;
	margin-left: 15px;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid rgba(0, 0, 0, 0.54);
}
@media (min-width: 600px) {
	#confirm .single_asset .single-msg-box .msg-title .arrow {
		display: none;
	}
}
#confirm .single_asset .single-msg-box .msg-title p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.56px;
	text-align: center;
}
#confirm .single_asset .single-msg-box .msg {
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
#confirm .single_asset .single-msg-box .msg:last-of-type {
	border-bottom: none;
}
#confirm .single_asset .single-msg-box .msg .icon {
	display: block;
	margin: 0 auto;
	height: 30px;
}
#confirm .single_asset .single-msg-box .msg h1 {
	font-size: 14px;
	margin: 20px auto 0;
}
#confirm .single_asset .single-msg-box .msg h2 {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}
@media (min-width: 600px) {
	#confirm .single_asset .single-msg-box {
		padding-left: 20px;
		margin-top: 20px;
	}
}
#confirm .single_asset .review_description {
	margin-top: 40px;
}
@media (min-width: 600px) {
	#confirm .single_asset .review_description {
		margin-top: 0;
		padding-right: 20px;
	}
}
#confirm .single_asset .review_description .ratings {
	display: flex;
}
#confirm .single_asset .review_description .ratings h1 {
	margin: 0 15px 0 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.33px;
}
#confirm .single_asset .review_description .ratings .rating_star {
	height: 20px;
	width: auto;
	margin-right: 6.7px;
}
#confirm .single_asset .review_description .ratings .rating_star:last-of-type {
	margin-right: none;
}
#confirm .single_asset .review_description .bullet_points {
	display: flex;
	flex-direction: column;
}
#confirm .single_asset .review_description .bullet_points ul {
	margin: 0;
	padding-left: 27px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
@media (min-width: 600px) {
	#confirm .single_asset .review_description .bullet_points ul {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 24px;
	}
}
#confirm .single_asset .review_description .bullet_points ul li {
	padding-left: 15px;
}
#confirm .single_asset .review_description .bullet_points a {
	margin-left: 40px;
	padding-top: 10px;
	text-decoration: underline;
	color: #3288d2;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}
@media (min-width: 600px) {
	#confirm .single_asset .review_description .bullet_points a {
		font-size: 16px;
	}
}
#confirm .single_asset .review_description .summary h1 {
	margin: 0;
	padding: 30px 0 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
}
#confirm .single_asset .review_description .summary p {
	color: #4a4a4a;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
}
@media (min-width: 600px) {
	#confirm .single_asset .review_description .summary p {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 24px;
	}
}
#confirm #header {
	border-bottom: 1px solid #e6e6e6;
}
#confirm .container .punch {
	text-align: center;
	margin: 20px 0;
}
#confirm .container .punch h1,
#confirm .container .punch h2 {
	margin: 0;
}
#confirm .container .punch h1 {
	font-weight: 700;
	font-size: 26px;
}
@media (min-width: 600px) {
	#confirm .container .punch h1 {
		font-weight: 700;
		font-size: 72px;
		margin-top: 30px;
	}
}
#confirm .container .punch h2 {
	font-weight: 400;
	font-size: 15px;
}
@media (min-width: 600px) {
	#confirm .container .punch h2 {
		font-size: 32px;
		margin-top: 30px;
	}
}
#confirm .lender {
	background-color: #fff;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}
#confirm .lender .prelink {
	border-radius: 7px;
	margin: 5px -10px;
	background-color: #3e567c;
	padding: 10px;
}
#confirm .lender .prelink .pre-punch {
	color: #fff;
	padding: 0 15px 8px;
	text-align: center;
}
#confirm .lender .prelink .pre-punch strong {
	text-decoration: underline;
}
@media (min-width: 600px) {
	#confirm .lender .prelink .pre-punch {
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
	}
}
#confirm .lender .prelink .pre_button {
	text-align: center;
	display: block;
	height: auto;
	text-transform: none;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
#confirm .lender .prelink .pre_button .title {
	font-size: 18px;
	line-height: 18px;
}
#confirm .lender .prelink .pre_button .sub {
	font-size: 10px;
	font-weight: 400;
}
#confirm .lender .prelink .btn-help {
	padding-top: 5px;
	text-align: center;
	color: #8da3c6;
}
#confirm .lender .brand {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#confirm .lender .logo-box {
	background-color: #fff;
	padding: 10px 0;
}
#confirm .lender .logo-box .logo {
	max-width: 180px;
	margin: 0 auto;
	display: block;
	width: 85%;
}
#confirm .lender .logo-box .apply-online {
	text-transform: capitalize;
	background-color: #09a323;
	margin-top: 10px;
	font-size: 13px;
	padding: 10px 20px;
}
#confirm .lender .desc {
	border-left: 1px solid #e6e6e6;
	padding: 20px 30px 10px;
	font-size: 15px;
	line-height: 21px;
}
#confirm .lender .desc .name {
	display: none;
	color: #333;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
}
#confirm .lender .desc .about .more-box {
	color: #666;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
#confirm .lender .desc .about .more-box .tel {
	color: #09a323;
	color: #3288d2;
	font-size: 20px;
	margin: 0;
}
#confirm .lender .desc .about .more-box .more-link {
	font-size: 13px;
	margin-left: 5px;
	color: #4d4d4d;
}
#confirm .lender .desc .about .more-box .more {
	margin-right: 2px;
	color: #89c709;
	color: #4d4d4d;
	margin-bottom: -5px;
	font-size: 20px;
}
#confirm .lender .desc .point {
	margin-left: -10px;
	display: flex;
	margin-bottom: 5px;
}
#confirm .lender .desc .point p {
	margin: 0;
}
#confirm .msg-box {
	border: 1px solid #ccc;
	margin-top: 20px;
}
#confirm .msg-box .msg-title {
	text-align: center;
	background-color: #89c709;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}
#confirm .msg-box .msg-title .arrow {
	display: none;
	font-size: 50px;
}
#confirm .msg-box .msg-title p {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
}
#confirm .msg-box .msg {
	margin: 0 10px 20px;
	text-align: center;
}
#confirm .msg-box .msg .icon {
	disply: block;
	height: 30px;
	margin: 0 auto 5px;
}
#confirm .msg-box .msg h1 {
	font-size: 16px;
	margin: 0;
}
#confirm .msg-box .msg h2 {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
}
@media (min-width: 600px) {
	#confirm .msg-box {
		margin-left: 10px;
		margin-top: 10px;
	}
}
#confirm .no-listings {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 20px;
}
#confirm .no-listings h1,
#confirm .no-listings h2 {
	text-align: center;
	margin: 0;
}
#confirm .no-listings h1 {
	font-size: 26px;
	color: #89c709;
}
#confirm .no-listings h2 {
	margin-top: 5px;
	font-size: 16px;
}
#confirm .no-listings hr {
	margin: 35px 0;
}
#confirm .no-listings ul li {
	margin: 20px 0;
}
@media (min-width: 600px) {
	#confirm .no-listings {
		padding: 60px;
	}
	#confirm .no-listings h1,
	#confirm .no-listings h2 {
		margin: 0 80px;
	}
}
.hidden-xs {
	display: none;
}
@media (min-width: 600px) {
	.hidden-xs {
		display: block;
	}
}
#footer {
	background-color: #fff;
	padding-top: 10px;
}
#footer .houses {
	opacity: 0.4;
	height: 150px;
	width: 100%;
	background-image: url(f3c06fda929eddaa2ffb0f80eda68635.svg);
	background-repeat: repeat-x;
	background-position: bottom;
}
@media (max-width: 599px) {
	#footer .houses {
		height: 70px;
	}
}
#footer .foot-bot {
	padding: 2px 0;
	margin: 0;
	background-color: #dbeac6;
}
@media (min-width: 600px) {
	#footer .foot-bot {
		padding: 5px 0;
	}
}
#footer .container {
	font-size: 11px;
	color: #6e9437;
	max-width: 400px;
	display: flex;
	justify-content: center;
}
#footer .container a {
	color: #6e9437;
	text-decoration: none;
	padding-left: 10px;
}
@media (min-width: 600px) {
	#footer .container {
		font-size: 12px;
	}
}

.question .buttons button.newrefi .icon {
	background-image: url(93f93401252aa8c1251328e9aaacebb5.svg);
}

.checkbox-green:checked {
	accent-color: #09a323 !important;
}

.continueButtonDisabled {
	background-color: rgba(224, 241, 227, 0.5) !important;
}

.lenderPartners {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1.1rem;
}

.lenderPartnersList {
	margin-bottom: 0.5rem;
}

.phoneNumberEntered {
	font-weight: 700;
}

.thankyou-fix-margin-top {
	margin-top: -1rem !important;
}

.loadDepot-image {
	max-width: 90vw;
}

@media (min-width: 600px) {
	.loadDepot-image {
		max-width: 90vw;
	}
}

.custom-margin-top-0 {
	margin-top: 0;
}

.custom-margin-top-links {
	margin-top: 1rem;
}

.custom-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	column-gap: 1rem;
}

.custom-container-links {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
}

@media (min-width: 768px) {
	.custom-container-links {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
	}
}

.custom-link-padding {
	padding: 12px;
}
