.clear {
	clear: both;
}

.fluid-image {
	display: block;
	width: 100%;
	height: auto;
}

[class^='icon'] {
	display: inline-block;
	width: 1em;
	height: 1em;

	vertical-align: middle;

	fill: currentColor;
	stroke: currentColor;
}

.blur {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.scroll {
	padding-right: 20px;
	overflow: hidden;
}

.circle {
	border-radius: 50%;
}

.nowrap {
	white-space: nowrap;
}

.ovf-hidden {
	overflow: hidden;
}

.slick-slider {
	position: relative;

	display: block;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";

	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.footer {
	position: relative;
	min-width: 350px;
	background-color: #0d0c0c;
}

.footer.full_height {
	position: static;
}

.footer .container {
	padding-top: 11px;
	padding-bottom: 11px;

	text-align: center;
}

.footer__logo {
	margin-bottom: 10px;

	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

.footer__logo__icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 3px;

	font-size: 34px;
	text-align: center;
	color: #fff;

	#background-color: #167AC6;
	#border-radius: 50%;
	#border: 2px solid #FFF;
}

.footer__logo__icon .icon {
	margin-top: 4px;
	margin-left: 1px;

	vertical-align: top;

	-webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
	filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
	
	width: 40px;
	height: 40px;
}

.footer__links {
	margin-left: auto;

	font-size: 14px;
	color: #fff;
}

.form {
	padding-top: 120px;
	padding-bottom: 40px;

	text-align: center;
	color: #fff;

	background: url("../images/bg.jpg") center top repeat-y;
	background-color: #0d0c0c;
}

.full_height {
}

.full_height .form {
    height: 100%;
}

.form__title {
	margin-bottom: 30px;

	font-weight: 700;
	font-size: 36px;
	letter-spacing: -0.6px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.form__sub-title {
	margin-bottom: 10px;

	font-size: 30px;
}

.form__text {
	padding: 0 30px 20px;

	font-size: 16px;
	line-height: 1.4;
}

.form__text--agreement {
	padding: 20px 30px 10px;
	display: block;
}

.form__text p {
	margin: 0 0 10px;
}

.form__content {
	display: block;
	padding: 20px 0;

	text-align: left;

	background-color: rgba(26, 25, 25, 0.65);
	border-radius: 5px;
}

.form__field {
	margin-bottom: 20px;
	padding: 0 30px;
}

.form__field__label {
	display: block;
	margin-bottom: 10px;

	font-size: 18px;
}

.form__field__option {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

.form__field__input input,
.form__field__input select {
	width: 100%;
	padding: 8px 10px;

	border: 0;
	outline: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.form__field__input.birthday {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -2px;
	margin-left: -2px;
}

.form__field__input.birthday select {
	margin: 0 2px;
}

.form__field.radio label {
	text-align: center;
}

.form__field__radio {
    display: block;
    text-align: center;
    color: white;    
}

.form__field__radio input[type="radio"]:last-child {
    margin-left: 40px;
}

.form__submit {
	padding: 15px 10px 10px;

	text-align: center;
}

.form__submit button {
	display: inline-block;
	padding: 10px 30px;

	font-weight: 700;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;

	background-color: #edb965;
	background-image: -webkit-linear-gradient(bottom, #df9827 0%, #edb965 100%);
	background-image: linear-gradient(to top, #df9827 0%, #edb965 100%);
	
	border: 0;
	cursor: pointer;
}

.form__submit button:hover {
	background: #e6ac50;
}

.form__home-loan {
	margin-bottom: 20px;
	padding: 10px 20px 0;

	text-align: center;
}

.form__home-loan p {
	margin: 0 0 15px;
}

.form__home-loan .radio label {
	padding: 0 10px;
}

.form__home-loan .radio input {
	width: 18px;
	height: 18px;
	margin-right: 5px;

	vertical-align: middle;

	outline: none;
}

.form__home-loan .radio span {
	vertical-align: middle;
}

.form--step-one .form__content {
	text-align: center;
}

.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	min-width: 320px;
	overflow: hidden;

	background-color: rgba(13, 12, 12, 0.60);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
	
	white-space: nowrap;
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 85px;
	padding-left: 5px;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.header__logo {
	margin-right: auto;
	margin-left: auto;
}

.header__logo a {
    text-decoration: none;
}

.header__find-yours {
	display: none;
	margin-left: auto;

	font-weight: 500;
	font-size: 18px;
	line-height: 1.45;
	text-align: right;
	color: #ffffff;
}

.header__find-yours span {
	display: block;

	color: #fcbe58;
	font-weight: 700;
	
	font-size: 16px;
}

.house {
	display: inline-block;
	height: 215px;
	padding: 5px;

	text-align: center;

	background-color: #fafafa;
}

.house span {
	display: block;
}

.house__link {
	display: block;

	color: #555;
	text-decoration: none;
}

.house__image {
	margin-bottom: 24px;
}

.house__image img {
	display: inline-block;
	max-width: 100%;

	vertical-align: top;
}

.house__name {
	margin-bottom: 5px;

	font-weight: 700;
	color: #e6ac50;
	text-transform: uppercase;
}

.house__params {
	padding: 0 5px;
}

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.logo__icon {
	width: 72px;
	height: 72px;
	margin-right: 10px;

	font-size: 48px;
	text-align: center;
	color: #fff;

	#background-color: #167ac6;
    #border: 4px solid #2d87cc;
	#border-radius: 36px;
}

.logo__icon .icon {
	margin-top: 5px;

	vertical-align: top;

	-webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
	filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
}

.logo__site-name {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
}

.logo__small-text {
	font-size: 12px;
	color: #fcbe58;
}

.search {
	height: 680px;
	padding-top: 110px;

	text-align: center;
	color: #fff;

	background: url("../images/bg.jpg") center top no-repeat;
}

.search__title {
	margin-bottom: 22px;

	font-weight: 700;
	font-size: 36px;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	line-height: 1;
}

.search__title.subtitle {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}

.search__form {
	display: inline-block;
	padding: 25px;

	background-color: rgba(13, 12, 12, 0.60);
	border-radius: 5px;
}

.search__form__title {
	margin-bottom: 12px;

	font-weight: 700;
	font-size: 15px;
	color: #fcbe58;
	text-transform: uppercase;
}

.search__form__inputs {
	margin-bottom: 15px;
}

.search__form__input {
	padding: 5px;
}

.search__form__input input {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;

	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #555;

	background-color: #f6f6f6;
	border: 1px solid transparent;
	border-radius: 4px;
}

.search__form__input input::-webkit-input-placeholder {
	color: #555;
}

.search__form__input input:-moz-placeholder {
	color: #555;
}

.search__form__input input::-moz-placeholder {
	color: #555;
}

.search__form__input input:-ms-input-placeholder {
	color: #555;
}

.search__form__input input:focus {
	background-color: #faf6e6;
	border-color: #cebd75;
	outline: none;
}

.search__form__input input:focus::-webkit-input-placeholder {
	color: transparent;
}

.search__form__input input:focus:-moz-placeholder {
	color: transparent;
}

.search__form__input input:focus::-moz-placeholder {
	color: transparent;
}

.search__form__input input:focus:-ms-input-placeholder {
	color: transparent;
}

.search__form__input input.error {
	background-color: #ffe6de;
	border-color: #ff7e65;
}

label.error, div.error {
    color: red;
}

.search__form__button {
	padding: 5px;
}

.search__form__button button {
	width: 100%;
	height: 60px;

	font-weight: 700;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.6px;

	background-color: #edb965;
	background-image: -webkit-linear-gradient(bottom, #df9827 0%, #edb965 100%);
	background-image: linear-gradient(to top, #df9827 0%, #edb965 100%);
	
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.search__form__button button:hover {
	background: #e6ac50;
}

.search__form__example {
	font-size: 17px;
	color: #fefefe;
}

.slider {
	margin-top: -53px;
	margin-bottom: 10px;
}

.slider__content {
	padding: 16px;

	background-color: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.slider__house {
	text-align: center;
}

.slider__house:not(:first-child) {
	margin-left: 3px;
}

.slider .slick-dots {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-right: 5px;

	list-style: none;
	text-align: center;
}

.slider .slick-dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	padding: 0;

	vertical-align: middle;

	background-color: #b3afaf;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.slider .slick-dots li button {
	display: none;
}

.slider .slick-dots li.slick-active {
	width: 10px;
	height: 10px;

	
	background-color: #fff;
	border: 3px solid #e6ac50;
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font: 400 15px/1.25 "Roboto", Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #263238;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 16px;
}

p:last-child {
	margin-bottom: 0;
}

hr {
	border-top-color: #c7c2b5;
}

input::-ms-clear,
textarea::-ms-clear,
input ::-ms-reveal,
textarea ::-ms-reveal {
	display: none;
}

.oswald {
	font-family: "Oswald", sans-serif;
}

.wrapper {
	min-width: 320px;
	overflow: hidden;

	background-color: #f6f6f6;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.privacy-policy {
	padding: 20px 0;

	font-size: 12px;
	line-height: 1.8;
}

.popup-block {
	display: none;
}

#fancy_box {
	height: 100%;
	padding: 20px;
	font-size: 20px;
	line-height: 40px;
    text-align: center;
    white-space: nowrap;

}

.autocomplete-suggestions { border: 1px solid #999; background: #faf6e6; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

#example {
    color: white;
}

#loading {
    width: 100%;
    height: 100px;
    background: url(../img/spinner.gif) center top no-repeat;
}

#listing {
    display: none;
}

#verify_box h4 {
    color: #0078CE;
    font-size: 20px;
    line-height: 24px;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 11px;
}

#verify_box h1 {
    color: rgb(0, 120, 206);
    text-align: center;
    margin: 8px 0px;
    font-weight: bold;
    font-size: 25px;
} 

#verify_box p {
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
    font-size: 16px;
}

#verify_box #verify_pin p {
    margin-bottom: 15px;
}

#verify_box .inner form label {
    display: inline-block;
    color: #444;
    padding: 0 6px 0 0;
    font-size: 18px;
}

#verify_box .inner form label:last-of-type {
    padding-left: 15px;
}

#verify_box .inner {
    text-align: center;
}

#verify_box .submit {
    padding-top: 15px;
}

#verify_box #pin {
    width: 150px;
    height: 40px;
    font-size: 25px;
    padding: 5px 10px;
    text-align: center;
}

.inner .submit button.verify_lead_type_button {
    display: none;
    font-size: 18px;
}

.inner .submit button.verify_lead_type_button.mobile {
    display: block;
    font-size: 17px;
    white-space: nowrap;
}

.survey .form__field {
    width: 100%;
}

.survey .form__field__label {
    font-size: 18px;
    padding-bottom: 10px;
}

#stepsurvey {
    min-width: 80%;
}

.survey_wrapper {
    display: inline-block;
}

.survey.text {
    width: 100%;
    padding: 20px 10px;
    background-color: rgba(26, 25, 25, 0.65);
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
}

.survey.text h1 {
    font-size: 22px;
}

.survey.text h2 {
    font-size: 18px;
}

.ad {
    width: 100%;
    margin: 20px auto;
}

.form__field__input input[type="checkbox"] {
    width: auto;
}

.checkboxes {
    min-width: 55%;
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
}

.checkbox {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.checkbox label {
    display: inline-block;
    padding-left: 30px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    top: 3px;
}

.survey .footer {
    margin-top: 20px;
    background-color: inherit;
    position: auto;
    font-size: 14px;
    display: inline-block;
    max-width: 600px;
    text-align: justify;
    min-width: auto;
}

.form__field__label.small {
    font-size: 16px;
    max-width: 600px;
    padding-bottom: 10px;
}

button.link {
    background-color: #3FCF3C;
    background-image: linear-gradient(to top, #2EE131 0%, #1F8914 100%);
	background-image: -webkit-linear-gradient(bottom, #2EE131 0%, #1F8914 100%);
    border: 2px solid #FFF;
    text-transform: none;
    border-radius: 8px;
    font-size: 17px;
    white-space: nowrap;
}

.credit_agencies img {
    width: 150px;
    padding-left: 10px;
}

.select-block.credit_score {
    max-width: 400px;
    display: inline-block;
}

.select-block.credit_score select {
    width: 69%;
}

.select-block.credit_score .form__submit {
    display: inline-block;
    width: 29%;
}

.select-block.credit_score .form__submit button {
    height: 41px;
    top: 3px;
    position: relative;
}

.survey .subtitle {
    font-size: 16px;
    max-width: 600px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: left;
}

.survey .subtitle ul {
    margin-top: 0;
}

.survey .select2Buttons div {
    width: 215px;
}

.creditors {
    font-weight: bold;
    padding-bottom: 5px;
}

.creditors .trans1 {
    color: #01BDF0;
}

.creditors .trans2 {
    color: #01BDF0;
}

.creditors .equifax {
    color: #E93351;
}

.creditors .experian {
    color: #3077D5;
}

.ad-container {
    width: 100%;
    text-align: center;
    margin: 20px 0; /* Normal inline positioning */
    transition: bottom 0.5s ease-in-out; /* Smooth slide-up animation */
    /*visibility: hidden;*/
}

/* After 5 seconds, this class will turn the ad into an anchor ad */
.anchor-ad {
    position: fixed;
    bottom: -100px; /* Starts off-screen */
    left: 0;
    width: 100%;
    background-color: #fff; /* Optional background */
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Keep it above other elements */
    padding: 10px;
    margin: 20px 0 0 0;
    /*visibility: visible;*/
}

/* Close button */
.close-ad {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
	.footer {
		margin-top: -72px;
	}

	.footer .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.footer__logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 0;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.search__form {
	   margin-top: 30px;
	}
	
	.search__form__title {
    	font-size: 21px;
    }
	
	.form__title {
		font-size: 50px;
	}

	.form__text {
		max-width: 600px;
	}

	.form__content {
		display: inline-block;
	}

	.form__field {
		width: 600px;
		font-size: 18px;
	}
	
	.form__field__option {
    	font-size: 18px;
    }

    .form__field.radio {
        margin-bottom: 10px;
    }
    
	.form__home-loan {
		max-width: 600px;
	}

	.header__logo {
		margin-left: 0;
	}

	.header__find-yours {
		display: block;
	}

	.logo__site-name {
		font-size: 27px;
	}

	.logo__small-text {
		font-size: 16px;
	}

	.search {
		padding-top: 140px;
	}

	.search__title {
		font-size: 65px;
		max-width: 710px;
        display: inline-block;
	}
	
	.search__title.subtitle {
		font-size: 38px;
	}

	.search__form__inputs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.search__form__input input {
		width: 382px;
		height: 80px;
	}

	.search__form__button button {
		width: 141px;
		height: 80px;
	}

	.wrapper {
		min-height: 100%;
		padding-bottom: 72px;
	}
	
	#verify_box h4 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 10px;
        margin-top: auto;
    }
    
    #verify_box h1 {
        margin: 15px 0px;
        font-size: 30px;
    }
    
    #verify_box p {
        line-height: 24px;
        font-size: inherit;
    }
    
    #verify_box #verify_pin p {
        margin-bottom: auto;
    }
    
    #verify_box .inner label {
        font-size: 24px;
    }
    
    #verify_box .inner label:last-of-type {
        padding-left: 20px;
    }

    #verify_box .submit {
        padding-top: 30px;
    }
    
    .inner .submit button.verify_lead_type_button.mobile {
        display: none;
    }
    
    .inner .submit button.verify_lead_type_button.desktop {
        display: block;
    }
    
    .survey .form__field__label {
        font-size: 26px;
        padding-bottom: 20px;
    }
    
    .form__field__label.small {
        font-size: 18px;
        padding-bottom: 10px;
    }
    
    button.link {
        font-size: 19px;
    }
    
    .survey .subtitle {
        font-size: 18px;
    }
    
    .survey.text {
        width: 80%;
        min-width: 737px;
    }
    
    .ad {
        width: 80%;
        min-width: 737px;
    }
    
}

@media screen and (min-width: 838px) {
    .header__find-yours span {
        font-size: 18px;
    }
}


@media screen and (min-width: 992px) {
	.form__text {
		max-width: 920px;
		#padding-right: 100px;
	}

	.form__row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.form__field {
		width: 460px;
	}

	.form__home-loan {
		max-width: 100%;
	}
	
	form.loading {
	   white-space: nowrap;
	}
}

.content .inner {
    padding-top: 100px;
}

.wrapper.full_height {
    min-height: 100% !important;
    background: #0D0C0C url("/assets/images/bg.jpg") repeat-y scroll center top;
    overflow: visible;
}

.wrapper.full_height .form {
    background: auto;
    height: auto;
}

.inner {
    padding-top: 27px;
}

.inner form .submit input[type="submit"] {
    display: inline-block;
    background-color: #6CAF5B;
	background-image: -webkit-linear-gradient(bottom, #4EB036 0%, #6CAF5B 100%);
	background-image: linear-gradient(to top, #4EB036 0%, #6CAF5B 100%);
    width: 160px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font: bold 20px/40px "Arial Black","Arial Bold",Gadget,sans-serif;
    border: 0px none;
    outline: medium none;
    color: #FFF;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

.inner form .submit {
    text-align: center;
}

.inner form {
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
}

.inner.center {
    max-width: 980px;
    margin: 0px auto;
    box-sizing: border-box;
    padding-bottom: 20px;
}

form.loading {
    max-width: 450px; 
    text-align: center; 
}

.bottom-text {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.bottom-text .container {
    background-color: #FFF;
    max-width: 970px;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}