/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: May 02 2025 | 11:51:55 (pm)
/*
/******* Do not edit this file *******/

.nav-1.fixed {
    width: 100%!important;
}

/* ### Multi-Step Form ### */

/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	background:#fff;
}

body {
	font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
	width: 660px;
	margin: 50px auto;
	text-align: center;
	position: relative;
  	padding-top:60px;
}
#msform fieldset {
	background: rgba(255, 255, 255, 0.9);
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	/*padding: 15px;*/
    padding:0 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'PT Sans';
	color: #2C3E50;
	font-size: 16px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #4077bb;
	font-weight: normal;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #4077bb;
}

#select-employment{
  width: 100%;
  color: #A9A9A9;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-family: 'PT Sans';
  height: 50px;
  border: 1px solid #ccc;
  text-indent:10px;
}

/*headings*/
.fs-title {
	font-size: 24px;
	text-transform: none;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
  	display:none;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #4077bb;
	color: white;
}
.red-approved{color:#4077bb;}


.multi-step-form {
  
  /*height:100vh;*/
  min-height:800px;
  background: url('https://searchmortgage.com/wp-content/uploads/2015/07/search-mortgage-broker-home-2.jpg');
}

.multi-step-form2 {
  background:transparent!important;
}

  
.multi-step-two{
  background: url('http://searchmortgage.com/wp-content/uploads/2015/04/hero7.jpg');
}

.multi-step-wrap{
  display: block;
  width: 660px;
  position: absolute;
  left: 50%;
  margin-left: -330px;
}

.multi-step-wrap h6 {  
  font-size: 24px;
  line-height: 32px;
  text-transform:none;
}

.form-split{width:49%;display:inline-block;}
.split-a{margin-right:0;display:inline-block;}

.radio-rent{width:100%;display:inline-block;}
.radio-rent input {width:20px!important;}
.radio-rent .radio-space {display:inline-block;width:15px;}
.radio{font-weight:normal;width:20%;margin-left:40%;}

.multi-step-wrap input[type="submit"] {height:initial;line-height:26px;}

.pre-approved-amount {font-size:40px!important;}
form a{font-weight:normal;}
.form-finisher{
  display: inline-block;
  width: 200px;
  background: #4077bb;
  font-weight: normal;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 16px;
  margin: 10px 5px;
}

@media (max-width:767px){
.multi-step-wrap{width:100%!important;left:0!important;margin-left:0px!important;}
#msform {width:100%!important;}
}


/* ### Contact Form 7 ### */

.co-applicant {display:none;}
.form-two-sec {display:block;float:left;width:49%;}
.form-two-sec .wpcf7-text {width:95%;}

.form-three-sec {display:block;float:left;width:32%;}
.form-three-sec .wpcf7-text {width:95%;}

.fin-field-one p {display:block;}

.fin-assets p {display:block;}
.fin-assets .wpcf7-text {width:100%;}

.fin-field-two p {display:block;}

.fin-liabilities p {display:block;}
.fin-liabilities .wpcf7-text {width:100%;}


body, p {font-family: 'PT Sans', sans-serif;}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif;}
h1{font-size:46px;line-height:54px;}
/*h2{font-size:36px;line-height:44px;}
h3{font-size:22px;line-height:34px;}*/


@media (max-width:991px){

form p {font-weight:bold;}
.co-applicant{display:inline-block;margin-bottom:-5px;font-weight:normal!important;}
.nav-1 .text-center {padding-top:10px;}

}

@media (min-width:768px) and (max-width:990px){
.service-fifth {width:50%!important;float:left;margin-bottom:20px;}
}

@media (max-width:767px){
.service-fifth {width:100%!important;}
}

.service-fifth {width:20%;}
.service-fifth-last {display:none;}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.nav-1 .logo {min-width:200px;}

.main-container, .nav-container, .footer-container, nav, nav.fixed, .callout {max-width:100%!important;}
.footer .text-center a img {
  display: none;
}
.vc_btn3.vc_btn3-color-primary:hover, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus{background-color:#3D76BA!important;}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{background-color:#3D76BA!important;}

.pricing-3 .dollar{display:none;}

nav ul ul {min-width:200px;}

.blog-snippet table tr, .blog-snippet table td {border: none;}
.lined-fields, .lined-fields tr td {border: 1px solid #cccccc;}
#ctrlMortgageCalc_pnlResult table tr td {border: 1px solid #cccccc;}
#ctrlMortgageCalc_pnlResult table tr th {border: 1px solid #cccccc;}

/*.homecons img {height:64px;width:64px;}*/

.wpcf7-captchar{width:50%!important;}

@media screen and (max-width: 767px) {
.careers-info{margin-left:10px;}
}
input[type="text"]{
    
    height: 60px;
}
.page-titlebox{
    background-color: #4077bb!important;
}
.btn-dark-green:hover{
    background-color: #4077bb;
}


#calc2 .social-shares-container{display: none!important;visibility:hidden!important;}

/*##### Team Page #####*/

.team-info {
    width: 50%;
    float: left;
	margin-bottom: 50px;
}

.team-info img {
 width: 50%!important;   
}

.team-contact {
    margin-bottom: 50px;
}

.team-contact p {
    margin-bottom: 5px;
}

.team-contact p span {
    font-weight: bold;
}

.team-about {
    margin-bottom: 50px;
    clear: both;
}

.team-know {
    margin-bottom: 50px;
}

.team-know p {
    margin-bottom: 5px;
}

.team-know p.team-q {
	font-weight:bold;
}

.team-know p.team-a {
    margin-bottom: 5px;
}

.single-team .has-post-thumbnail h6.light.text-center + h3 {
    display: block;
    /*text-align: left;*/
}

.type-team h3.text-center {
    /*text-align: left;*/
    margin-bottom: 10px;
}

.single-team .has-post-thumbnail h6.light.text-center {
    display: block;
    /*text-align: left;*/
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab a {
 border-radius: 0px!important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
   border-radius: 0px!important;  
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab a {
    border-radius: 0px!important;
}

.vc_custom_1465492218179 {margin-bottom:-200px!important;}

.post-type-archive-team .col-sm-4 img {max-height:250px;width:auto;}

@media (min-width: 768px){
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 0px!important;
}
    
    a.tel-link {
    font-weight: 400;
    color: #888;
}
}

.single-team input[type="text"], .single-team input[type="password"], .single-team input[type="datetime"], .single-team input[type="datetime-local"], .single-team input[type="date"], .single-team input[type="month"], .single-team input[type="time"], .single-team input[type="week"], .single-team input[type="number"], .single-team input[type="email"], .single-team input[type="url"], .single-team input[type="search"], .single-team input[type="tel"], .single-team input[type="color"], .single-team textarea {width:100%!important;}

#msform .submit {
    width: 130px!important;
}

@media screen and (max-width: 767px) {
.team-info {
    width: 100%;
}

.team-info img {
 width: 100%!important;   
}

.team-contact {
   width:100%;
}

.single-team section.vc_row.wpb_row.vc_row-fluid.no-pad {
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.single-team .main-container {background: #ffffff!important;}
}

.smc-quick {
        background: url(http://searchmortgage.com/wp-content/uploads/2016/10/bground2.jpg)!important;
    background-size: cover!important;
}

nav ul li {
    margin-right: 20px;
}

.col-sm-6.text-center.testimonial p em {
    color: #ffffff;
}

@media screen and (min-width: 992px){
.navbar .container .row .col-md-pull-3 {
    right: 20%!important;
}
.navbar .container .row .col-md-6 {
    width: 55%!important;
}

.navbar .container .row .col-md-3 {
    width: 20%!important;
}
}
@media screen and (max-width: 600px){
.blog-snippet table td, .blog-snippet table th {
    padding: 5px;
}
}

.blog .col-sm-4 {
    min-height: 400px;
}

nav p p span {
    display: none!important;
}

.contact-landing .wpcf7-submit {
    width: 100%!important;
    border-radius: 5px;
    margin-left:0px;
}

footer h6 {
    color: #4077bb;
}