body {
	color: #3c3c3c;
	background-color: #fbfbfb;
}

.contact-or-quote-btn {
    width: 11em;
    font-size: 16px;
}

header a, header a:hover,
footer a,footer a:hover {
	text-decoration: none;
	color: inherit;
}

p {

}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 30px;
}

h4 {
}

span {
	font-size: 17px;
}

.img-responsive {
	margin: 0 auto;
}/*?*/

/* HEADER */
.top-header {
	height: 60px;
}

.home-logo {
	background: url('/images/v2/logo.jpg') no-repeat;
	width: 100%;
	padding: 0px;
}

.logo {
	float: left;
	width: 10%;
	height: 60px;
}

.location-logo {
	background: url('/images/v2/logo-location.png') no-repeat;
	width: 50px;
	height: inherit;
	padding: 0px;
}

.menu-links {
	font-size: 16px;
	float: left;
	height: 100%;
	margin-bottom: 0px;
}

ul.menu-links > li {
	height: 100%;
	padding: 18px;
}

ul.menu-links > li:hover, ul.menu-links > li:active {
	background-color: #e3e3e3;
}

.btn-login, .btn-login:active:focus, .btn-login:active:hover, .btn-login:active, .btn-login:hover, .btn-login:focus {
	margin: 13px 35px 0px 0px;
	color: #fff;
	border-color: transparent;
	font-size: 16px;
	padding: 6px 39px;
}

.btn-login {
	background-color: #6798c2;
}

.btn-login:active:focus, .btn-login:active:hover, .btn-login:active, .btn-login:hover, .btn-login:focus {
	background-color: #5C86A9;
}

.bgimg {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: bottom center;
}

.home-bgimg {
	background-image: url('/images/v2/home-bg.jpg');
	padding-top: 25px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.8;
}

.home-overlay {
	background-color: #3e6d97;
}

.services-banner {
	position: relative;
	z-index: 3;
}

.header-text {
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 42px;
	color: #fff;
}


.header-subtext {
	font-family: 'Bitter', serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}


.container-form {
	background-color: #f8f8f8;
	margin: 20px 50px 70px;
}

.nav-tabs {
	border-bottom: 0px;
	background-color: #898989;
}

.nav-tabs > li {
	width: 50%;
}

.container-form a {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}

.nav-tabs > li > a {
	border-radius: 0px;
	margin-right: 0px;
}

.container-form .nav-tabs > li.active > a, .nav>li>a:focus, .nav>li>a:hover {
	color: #3f3f3f;
	background-color: #f8f8f8;
}

.nav-tabs > li > a:hover {
	border-color: #f8f8f8;
}

.tab-content {
	padding: 15px 50px;
}

.tab-content h5 {
	font-size: 15px;
	font-weight: normal;
	color: #3f3f3f;
}

fieldset[disabled] .form-control {
	background-color: #fff;
}

#disabled_name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3f3f3f;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#disabled_name::-moz-placeholder { /* Firefox 19+ */
	color: #3f3f3f;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#disabled_name:-ms-input-placeholder { /* IE 10+ */
	color: #3f3f3f;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#disabled_name:-moz-placeholder { /* Firefox 18- */
	color: #3f3f3f;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8e8e8e;
	font-size: 14px;
	text-align: center;
}

#name::-moz-placeholder { /* Firefox 19+ */
	color: #8e8e8e;
	font-size: 14px;
	text-align: center;
}

#name:-ms-input-placeholder { /* IE 10+ */
	color: #8e8e8e;
	font-size: 14px;
	text-align: center;
}

#name:-moz-placeholder { /* Firefox 18- */
	color: #8e8e8e;
	font-size: 14px;
	text-align: center;
}

.container-form .form-control {
	height: 45px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.btn-home-search, .btn-home-search:active, .btn-home-search:hover, .btn-home-search:active:focus, .btn-home-search:active:hover {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	width: 100%;
	border-color: transparent;
	padding: 9px 12px;
}

.btn-home-search {
	background-color: #f39e1e;
}

.btn-home-search:active, .btn-home-search:hover, .btn-home-search:active:focus, .btn-home-search:active:hover {
	background-color: #DD8A0C;
}

.lender-bgimg {
	background-image: url('/images/v2/lender-bg.jpg');
	padding-top: 60px;
}

.lender-overlay {
	background-color: #6090ba;
}
/* HEADER */

/* Home page */
/* About Us section */
section.about-us {
	background-color: #f3f3f3;
	border-bottom: 1px solid #c0c0c0;
}

section.about-us .col-md-3 {
	padding-right: 0px;
}

.about-us .container {
	margin: 0px;
	padding: 0px;
}

.overlay-about {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.3;
	background-color: #61a0c1;
}

.about-us-img {
	width: 100%;
	height: 265px;
}

.home-img {
	border-radius: 100%;
	background-color: #f3f3f3;
	height: 100px;
	width: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.about-us h3 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 22px;
	color: #1d4b7d;
	margin-bottom: 35px;
}

.about-us p {
	font-family: 'Helvetica';
	font-size: 18px;
	line-height: 30px;
}

section.about-us .col-md-9 {
	padding-left: 45px;
	padding-top: 25px;
}
/* About Us section */

/* Description section */
.description .container {
	padding: 24px 0px 0px;
}

section.description p {
	font-size: 16px;
}

section.description ul {
	padding-left: 0px;
}

section.description ul li {
	padding-bottom: 40px;
}
/* Description section */
/* Home page */

/* Location page */
/* Header */
.search-result {
	background-color: #676767;
	height: 77px;
	padding-top: 21px;
}

.search-result span {
	font-size: 16px;
	color: #fff;
}

.search-result fieldset {
	display: inline-block;
}

#location_disabled_name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3f3f3f;
	font-size: 16px;
}

#location_disabled_name::-moz-placeholder { /* Firefox 19+ */
	color: #3f3f3f;
	font-size: 16px;
}

#location_disabled_name:-ms-input-placeholder { /* IE 10+ */
	color: #3f3f3f;
	font-size: 16px;
}

#location_disabled_name:-moz-placeholder { /* Firefox 18- */
	color: #3f3f3f;
	font-size: 16px;
}

.search-result fieldset[disabled] .form-control {
	border-radius: 0px;
}

.banner-form {
	background-color: #6798c2;
}

/*.pattern-layer {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8cmVjdCB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPScjZWVlZWVlJy8+CiAgPGcgaWQ9J2MnPgogICAgPHJlY3Qgd2lkdGg9JzMnIGhlaWdodD0nMycgZmlsbD0nI2U2ZTZlNicvPgogICAgPHJlY3QgeT0nMScgd2lkdGg9JzMnIGhlaWdodD0nMicgZmlsbD0nI2Q4ZDhkOCcvPgogIDwvZz4KICA8dXNlIHhsaW5rOmhyZWY9JyNjJyB4PSczJyB5PSczJy8+Cjwvc3ZnPg=="); 
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.3;
}*/

.banner-form-container {
	background-color: #385166;
	border-radius: 6px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.location-search-form {
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	margin-left: 15px;
	margin-bottom: 7px;
}

.form-search-btn, .form-search-btn:active, .form-search-btn:hover, .form-search-btn:active:focus, .form-search-btn:active:hover {
	font-weight: 700;
	color: #fff;
	font-size: 16,65px;
	border-color: transparent;
}

.form-search-btn {
	background-color: #f39e1e;
}

.form-search-btn:active, .form-search-btn:hover, .form-search-btn:active:focus, .form-search-btn:active:hover {
	background-color: #DD8A0C;
}

.banner-form h3 {
	font-size: 22px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin: 52px 0px;
}
/* Header */
/* Content */
.result-header {
	margin: 35px 0px;
}

.result-header .col-md-12 {
	padding-left: 0px;
}

.result h4 {
	font-size: 18px;
	font-weight: 700;
}

.result p {
	font-size: 16px;
}

.img-result {
	/* border: 1px solid #9c9c9c; */
}

.result-v-align {
	position: relative;
	transform: translateY(50%);
}

.result-link {
	/* color: #f39e1e; */
	font-weight: 700;
	font-size: 16px;
}

.location-hr {
	border-top: 1px solid #c0c0c0;
}

p.location-description {
	font-size: 14px;
	line-height: 27px;
}

.text-color-description {
	color: #f39e1e;
}

.map-container {
	padding: 0px;
	margin-bottom: 94px;
}
/* Content */
/* Location page */
/* Lender panel page */
.text-left-part {
	z-index: 3;
}

.text-left-part h2 {
	font-size: 29px;
	font-weight: 700;
	color: #fff;	
	padding: 0px 30px;
	line-height: 40px;
}

.text-left-part h3 {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}

.lender-form-container {
	background-color: #fafafa;
	z-index: 3;
	margin-bottom: 170px;
	padding: 0px;
}

.lender-form-heading {
	background-color: #727272;
	color: #fff;
	padding: 23px 0px 13px;
}

.heading {
	font-size: 22px;
}

.subheading {
	font-size: 18px;
}

.lender-form {
	padding: 30px 100px;
}

.lender-form .form-control {
	border-radius: 0px;
}

.lender-form .control-label {
	font-size: 16px;
	color: #4c4c4c;
}

.request-btn, .request-btn:active, .request-btn:hover, .request-btn:active:focus, .request-btn:active:hover {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-color: transparent;
}

.request-btn {
	background-color: #f39e1e;
}

.request-btn:active, .request-btn:hover, .request-btn:active:focus, .request-btn:active:hover {
	background-color: #DD8A0C;
}


.text-container {
	padding: 51px 0px;
	line-height: 30px;
}

.panel-text {
	font-size: 17px;
	color: #505050;
	padding-left: 130px;
	margin-bottom: 25px;
}

.panel-hr {
	border-top: 1px solid #acacac;
}

.text-container h4 {
	font-size: 17px;
	color: #505050;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 45px;
}

.review-header {
	color: #292929;
	margin-top: 25px;
}

.review-container p {
	font-size: 14px;
	color: #4c4c4c;
}
/* Lender panel page */
/* Footer */
footer {
	background-color: #505050;
	color: #fff;
}

footer span {
	font-size: 14px;
}

.copyright-section {
	margin: 20px 0px; 
}

.footer-logo {
	margin-top: 10px;
}
/* Footer */
/*Arrow back to top*/
#backtotop {
	background: none repeat scroll 0 0 #61a0c1;
	border-radius: 7px;
	bottom: 5px;
	height: 40px;
	width: 40px;
	right: 5px;
	text-align: center;
	text-decoration: none;
	display: none;
	color: #fff;
	transition: background 300ms ease-in;
}

#backtotop:hover {
	background: none repeat scroll 0 0 #61a0c1;
}

#backtotop .glyphicon {
	top: 13px;
}
/*Arrow back to top*/


/*Sticky Search Bar*/

/*for smooth sticked search bar*/
.banner-form-container {
	position: static;
	top: -70px;
	width: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
/*for smooth sticked search bar*/

.banner-form-container.affix {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	z-index: 999;
	margin: 0;
	border-radius: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.banner-form .affix h3 {
	margin: 20px 0 10px 0;
}

.banner-form-row {
	min-height: 178px;
}

.banner-form-col {
	padding-left: 0;
	padding-right: 0;
}
/*Sticky Search Bar*/

/* Media query */
@media (max-width: 1199px) {
	section.description {
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* PROGRESS STEPS CONTAINER */
.progress-steps-container::before {
	content: "";
	height: 50px;
	width: 100%;
	background-image: url('/images/v2/lender-arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: block;
}
.progress-steps-container {
    text-align: center;
}
.progress-steps-container ul {
    display: inline-table;
    list-style: outside none none;
	padding: 0;
}
.progress-steps-container ul li {
    display: inline;
}
.progress-steps-container ul li a {
    background: #5a86ac none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 46px;/*50px*/
    margin: 0 1px 0 0;
    padding: 12px 0px 0 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
	outline: 1px solid #fff;
}
.progress-steps-container ul li a::after {
    border-bottom: 23px solid transparent;
    border-left: 23px solid #5a86ac;
    border-top: 23px solid transparent;
    content: "";
    position: absolute;
    right: -23px;
    top: 0;
    z-index: 1;
}
.progress-steps-container ul li a::before {
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;/*#d4f2ff*/
    border-top: 23px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.progress-steps-container ul li:first-child a {
    /*border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;*/
}
.progress-steps-container ul li:first-child a::before {
    display: none;
}
.progress-steps-container ul li:last-child a {
    /*border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;*/
    padding-right: 10px;/*80px*/
}
.progress-steps-container ul li:last-child a::after {
    display: none;
}
.progress-steps-container ul li a:hover {
    background: #6b99c0 none repeat scroll 0 0;
}
.progress-steps-container ul li a:hover::after {
    border-left-color: #6b99c0;
}
.progress-steps-container ul li a:hover::before {
    border-left-color: #d4f2ff;
}
/* PROGRESS STEPS CONTAINER */


/* ESTIMATED TIME */
.estimated-time {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	background-color: #274d6d;
	border-radius: 50%;
	border: 4px solid #2668a1;
	padding-top: 23px;
}

.estimated-time span {
	font-size: 17px;
	color: #fff;
}
/* ESTIMATED TIME */

.lender-form .subheading {
	font-size: 16px;
	margin-left: -25px;
	margin-right: -25px;
}

