body,
html{
	width: 100%;
	height: 100vh;
	color: #464646;
}
#genericLoadingFlash{
	min-height: 1000px;
	text-align: center;
}
	#genericLoadingFlash img{
		margin-top: 100px;
		max-width: 100px;
	}
	#genericLoadingFlash p{
		font-size: 1.4em;
		color: #828282;
		font-weight: 600;
	}
.btn-default.grey{
	background: #e8e8e8;
	color: #616161;
}
.btn-default.grey:hover{
	background: #e2e2e2;
	color: #616161;
}
.overlay{
	position: fixed; z-index: 100;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(41, 41, 41, 0.7);
	padding: 15px;
	padding-top: 40vh;
	overflow-y: scroll;
}
.appearedcontent,
.overlaycontent{
	background: white;
	border-radius: 4px;
	max-width: 800px;
	margin: 0 auto;
	transform: translateY(-25vh);
	padding: 20px;
}
.appearedcontent{
	padding: 20px;
	transform: none;
	background: #F6F6F6;
	border: 2px solid #e8e8e8;
	margin: 0 auto 20px;
}
input.required, select.required{
	border-color: #e73b3b !important;
}
.loginform .input-group-addon{
	background: #F6F6F6;
	font-size: 1em;
	position: relative;
	top: 3px;
	padding: 18px 20px;
	border: 2px solid #E4E5E7;
	border-right: none;
}
.loginform .form-control:focus{
	box-shadow: none;
	border-color: #909090
}

.leadform input.form-control,
.leadform select.form-control{
	z-index:1;
}

.leadform .appearedcontent input.form-control,
.leadform .appearedcontent select.form-control,
.leadform .highlightsection input.form-control,
.leadform .highlightsection select.form-control,
.leadform input.form-control.disabled,
.leadform select.form-control.disabled{
	background: white;
}
.leadform input.form-control.error,
.leadform select.form-control.error,
.leadform textarea.form-control.error,
.leadform div.error{
	border: 2px solid #d63737;
}
#dialog input.form-control.error,
#dialog select.form-control.error,
#dialog textarea.form-control.error,
#dialog div.error{
	border: 2px solid #d63737;
}
.leadform h1{
	font-size: 1.6em;
	margin: 70px 0 20px;
}
.errorspan{
	color: #d63737;
	font-size: 0.9em;
	position: absolute;
	bottom: -30px;
	right: 0;
}
.errorspan.static{
	position: static;
	display: block;
	padding-bottom: 10px;
}
.bg-blue{
	background: #5a39ef;
	background: -moz-linear-gradient(-45deg, #5a39ef 0%, #3661ff 100%);
	background: -webkit-linear-gradient(-45deg, #5a39ef 0%, #3661ff 100%);
	background: linear-gradient(135deg, #5a39ef 0%, #3661ff 100%);
}

#inlinestep{
	padding: 60px 0;
}
.singlequestion{
	padding: 0 0 5vh;
}
.centralbox{
	max-width: 700px;
	margin: 0 auto;
}
#percentDoneHolder{
	margin: 0 -15px;
	padding: 15px;
}
#percentDoneHolder .progress{
	max-width: 860px;
	margin: 0 auto;
	height: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.payment_method_option{
	background: transparent;
	box-shadow: none; font-size: 18px;
	line-height: 1; padding: 0 20px 0 36px; height: 58px; top: 3px;
	border: 2px solid #E4E5E7; border-top-color: #f5f5f5; border-bottom: 0px;
	position: relative; color: #1D2432; line-height: 54px;
}
.row.payment_method_option{
	margin: 0;
	background-color:#fff;
}
.row.payment_method_option.otheroption{
	height: auto; min-height: 58px;
}
.payment_method_option:first-of-type{
	border-radius: 4px 4px 0 0;
	border-top-color: #E4E5E7;
}
.payment_method_option:last-of-type{
	border-bottom: 2px solid #E4E5E7;
	border-radius: 0 0 4px 4px;
}
.payment_method_option input[type="checkbox"]{
	position: absolute; left: 12px; top: 15px;
	-moz-appearance: none;-webkit-appearance: none;appearance: none;
	height: 16px; width: 16px; background: #f4f4f4; border: 1px solid #e2e2e2;
	border-radius: 50%;
}
.payment_method_option input[type="checkbox"]:checked{
	background: #00cf88; border: 1px solid #0db97e;
}
.payment_method_option .col{
	display: inline-block;
}
.payment_method_option .col.showPercent{
	float: right; position: relative;
}
.payment_method_option .form-control.amount{
	height: 42px; top: 7px; line-height: 42px; padding-right: 40px;
}
.payment_method_option .col.showPercent .input-group-addon{
	position: absolute; top: 7px; width: auto; right: 0; z-index: 1;
	border-bottom-right-radius:4px; border-top-right-radius: 4px;
}
#applicationForm .payment_method_option label{
	margin-top: 0px;
}
.moredetailsbox{
	margin: -10px 0 20px;
}
#payments_total{
	color: #d02626;
	font-size: 0.85em;
	font-weight: 600;
}
#payments_total.passed{
	color: #1cb452;
}

.adddetails_inlinelink{
	font-weight: 600;
	color: #3661ff;
	text-align: right;
	cursor: pointer;
	border-bottom: 1px solid #3661ff;
	padding: 0 2px;
}

#bank_statements{
	padding: 40px 15px;
	max-width: 900px;
	margin: 0 auto;
}
#bank_statements iframe{
	width: 100%;
	height: 540px;
	border: 2px solid #ddf6ed;
	border-radius: 4px;
}
#bank_statements .smaller{
	font-size: 0.9em;
	max-width: 80%;
	margin: 0 auto;
}
.table.table-data.blue thead th{
	background: #5a39ef;
	background: -moz-linear-gradient(-80deg, #5a39ef 0%, #3661ff 100%);
	background: -webkit-linear-gradient(-80deg, #5a39ef 0%, #3661ff 100%);
	background: linear-gradient(180deg, #5a39ef 0%, #3661ff 100%);
	color: white;
}
.table.table-data td,
.table.table-data th{
	padding: 15px
}
.table.table-data td{
	border-bottom: 1px solid #e2e2e2;
}
.table .red-text{
	font-size: 0.9em;
	color: #ee4545;
}
.table .green-text{
	font-size: 0.9em;
	color: #14a434;
}

.message{
	padding: 10px 15px;
	margin: 15px auto 1em;
	max-width: 900px;
}
	.message.error{
		background-color: #ffe8e8;
		color: #af4545;
		border-left: 2px solid #af4545;
	}
	.message.success{
		background-color: #edffe8;
		color: #468c3e;
		border-left: 2px solid #639e5c;
	}

.avatar-icon.medium img{
	width: 160px;
}
section.highlightsection{
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	max-width: 820px;
	padding: 20px 0;
	margin: 30px auto 20px;
	position: relative;
}
	section.highlightsection h5{
		text-align: left;
		position: absolute;
		top: -26px;
		left: 20px;
		background: #f9f9f9;
		padding: 5px 10px;
		border-radius: 4px;
		font-size: 18px;
	}
section.leadform_header{
	padding: 30px 0 0;
	margin: 0 -20px 40px;
}
section.leadform_header h3{
	margin-top: 0px;
}
#payments_section{
}

.leadform .row{
	max-width: 760px;
}

#applicationForm label{
	margin-top: 15px;
}

.nav.arrows{
  text-align: center;
  margin: -2px -20px 0;
	border: none;
}
.nav.arrows > li{
  display: inline-block;
  float: none;
}
.nav.arrows > li.active{
	background: #00cf88;
	margin-bottom: 0;
}
.nav.arrows > li.active a,
.nav.arrows > li.active a:hover{
	color: white;
}
.nav.arrows a{
	color: white;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em;
	display: none;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.ui-datepicker-calendar{
  width: 100%;
}
  .ui-datepicker-calendar td,
  .ui-datepicker-calendar th{
    text-align: center;
    width: 14%;
    width: 14.2%;
  }
  .ui-datepicker-calendar td{
    border: 1px solid #d5d5d5;
    height: 26px;
  }
  .ui-datepicker-calendar a{
    color: #969696;
    font-size: 0.9em;
    width: 100%;
    display: block;
    line-height: 26px;
    padding-top: 3px;
  }
  .ui-datepicker-calendar a:hover{
    background-color: #00cf88;
    color: white;
    text-decoration: none;
  }
.ui-datepicker-title{
  text-align: center;
  padding: 5px 0;
}
.ui-datepicker-prev,
.ui-datepicker-next{
  display: none;
}

.copyaddress,
.copyfunction{
	float:right;
}
	.copyaddress label,
	.copyfunction label{
		font-weight:normal !important;
		color:#3661ff !important;
		margin: 0 !important;
	}
.form-control[disabled],
.form-control.disabled{
	cursor: default !important;
	position: relative;
}
.form-control[disabled],
.form-control.disabled,
.pre-filled .input-group-addon{
	opacity: 0.3 !important;
}
.edit-group{
	display: none;
	position: absolute;
	right: 50px; bottom: 32px;
	cursor: pointer;
	color: #3661ff;
	font-weight: bold;
	z-index: 2;
}
.pre-filled .edit-group{
	display: block;
}
.pre-filled .select-wrapper:before{
	display: none;
}


#owners_list li:first-of-type{
	border-top: 1px solid #d2d2d2;
}
#owners_list li{
	border-bottom: 1px solid #d2d2d2;
	padding: 8px;
}

#creditDefaultsPopup ul{
	list-style: none;
	padding: 0;
}
#creditDefaultsPopup li{
	border-bottom: 1px dashed #c2c2c2;
	padding: 20px;
}
#creditDefaultsPopup li:last-of-type{
	border-bottom: none;
}

#accountsList .form-control .accountDeets{
	 display: inline-block;
	 vertical-align: middle;
}
#accountsList .form-control .accountDeets.theimage,
#accountsList .form-control .accountDeets.thebalance{
	width: 25%;
}
#accountsList .form-control .accountDeets.thedetails{
	width:50%;
}

	#selectBank{
		background: #fff;
		display: inline-block;
		width: 100%;
		max-width: 600px;
		margin: 20px auto;
		padding: 20px;
		border-radius: 4px;
		border: 1px solid #e7e6e6;
	}
	#descriptionHolder{
		max-width:400px;
		padding: 10px;
		font-size: 0.9em;
		color: #594d29;
		margin:0 auto;
		background:#fff9e8;
		border-left:2px solid #eddcab;
		text-align:left;
	}
	#descriptionHolder ul{
		margin: 0;
	}
	#loginBtn{
		background:#00cf88;
		margin-top: 20px;
	}
	#accountsList{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#accountsList li{
		display: block;
		/*background: white;*/
		border-radius: 4px;
		/*padding: 30px;*/
		padding: 0;
		margin: 0 auto 10px;
	}
	#accountsList li .row{
		max-width: none;
	}
	#accountsList li.disabled div {
		color:#ccc;
	}
	#accountsList li.disabled div img {
		filter: grayscale(100%);
		opacity: .3;
	}
	#quickSelect{
		list-style: none;
		padding: 10px 0;
	}
		#quickSelect li{
			display: inline-block;
			vertical-align: middle;
			border: 1px solid #c6c6c6;
			border-radius: 4px;
			padding: 0 10px;
			margin: 5px;
			max-width: 120px;
		}
		#quickSelect li img{
			width: 100%;
		}
		#quickSelect li:hover{
			border-color: #3661ff;
			cursor: pointer;
		}
	#resultsList{
		list-style: none;
		padding: 0;
		border-bottom: 1px solid #cdcdcd;
	}
		#resultsList li{
			border: 1px solid #cdcdcd;
			border-bottom: 0px;
			color: #737373;
			text-align: left;
			padding: 5px 10px;
		}
		#resultsList li:hover{
			cursor: pointer;
			background: #ecf0ff;
			color: #4157a6;
		}
	#pickAgain{
		display: inline-block;
		font-size: 0.9em;
		margin-bottom: 20px;
		color: #666666;
	}
		#pickAgain:hover{
			text-decoration: none;
		}
	#chosenBankName{
		margin-bottom: 0px;
	}



/* Address Override */

.inputWithButton {
  position: relative;
}
.inputWithButton button {
  position: absolute;
  right: 0;
  top: 1px;
  max-height: 34px;
  line-height: 0;
  padding: 20px;
  margin: 10px 7px;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
}
.inputWithButton label ~ button {
  top: 25px;
}

.capitalise {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

/* Unfortunately, these handful of classes have to use "!important" to override the external service's CSS */
ul.af_list li.af_item{
	padding: 8px 26px !important;
	font-size: 1.15em !important;
}
ul.af_list li.af_item.af_hover{
	background-color: #00cf88 !important;
	color: #003b26 !important;
}

.btn_tooltip, .btn_tooltip:link, .btn_tooltip:visited, .btn_tooltip:hover, .btn_tooltip:active {color:#888 !important;}
.padding-2{padding:2px !important;}
.liabilities .x-small-input{width:100px !important;}
.liabilities input.small-input{width:170px !important;}
.liabilities select.small-input{width:194px !important;}
.liabilities input.medium-input{width:230px !important;}
.liabilities select.medium-input{width:254px !important;}
.liabilities .large-input{width:322px !important;}

.liabilities .row {height:auto; }
.liabilities .col.s3 {min-width:190px; padding:9px 0 15px; }
.liabilities .row.payment_method_option .col.s3 input[type="checkbox"] {top:25px; }
.liabilities .row.payment_method_option .col.s3 select {line-height:32px; }
.liabilities .row.payment_method_option .col.s3 textarea {line-height:normal; padding-top:8px; }
.liabilities .col.showPercent {float:none;}
.liabilities .sub_label {line-height:10px; position:relative; display:block; margin-bottom:-10px; font-weight:normal; }
.liabilities .col.showPercent .input-group-addon {position:relative; border-bottom-right-radius:0; border-top-right-radius:0; padding:0 5px 0 8px; }
.liabilities .col.showPercent .amount {padding-right:0 !important; background-color:transparent;}
.liabilities .col.showPercent .comment {vertical-align:bottom; height:45px; }

.liabilities .tooltip-inner {max-width:400px;}

.bodybg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:#fff url('/img/city.png') no-repeat center bottom;background-size:100% auto}

.thisQuestion{padding:15vh 0;position:relative}
.thisQuestion.alreadyAnswered{padding:30px 0}
.thisQuestion label{color: #606060 !important;}
.thisQuestion.answered{position:relative}
.thisQuestion.smaller{padding:10px 0; position:static}
/*.thisQuestion.smaller:first-of-type{padding-top:80px}*/
.editQuestion{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,0.5);z-index:2;text-align:center;align-items:center}
.editBtn{display:inline-block;padding:10px 25px;margin:0 auto;background:#d4d4d4;color:#545454;cursor:pointer}
.skipBtn{display:inline-block;padding:10px 25px;margin:0 auto;background:#d4d4d4;color:#545454;cursor:pointer;margin-top: 20px;}
.answered .editQuestion{display:flex}
.answered button{opacity:0; visibility:hidden;}
.inline_month_selection label{display:inline-block;}
.inline_month_selection input{display:none}
.inline_month_selection span{display:block;padding:10px 15px;background:#f6f6f6; border: 1px solid #e4e5e7; color:#808184; border-radius:3px;margin-bottom: 5px;}
.inline_month_selection input:checked+span{background:#38485f; border: 1px solid #38485f; color:#ffffff;}

.yes_no_checkbox label{display:inline-block;}
.yes_no_checkbox input{display:none}
.yes_no_checkbox span{display:block;padding:10px 15px;background:#f6f6f6; border: 1px solid #e4e5e7; color:#808184; border-radius:3px;margin-bottom: 5px;}
.yes_no_checkbox input:checked+span{background:#38485f; border: 1px solid #38485f; color:#ffffff;}

.errordetails,
.tmpInlineNotice{background:#fff7f7;font-size:.9em;padding:6px 10px 3px;border:1px solid #d63737;border-top:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px; clear:left;}
.tmpInlineNotice{ background:#fffef7;border:1px solid #f4e4c3;display: none; margin-top: -3px;}
.leadform.quote-form .form-control,.leadform.quote-form .form-control,
.leadform.quote-form .form-control,.leadform.quote-form .form-control.disabled{background:white !important;}
.leadform .form-control.disabled{opacity:.4!important;cursor:not-allowed!important}

#liabilityPrompt ul{list-style:none; padding:0;}

.close {position: absolute; right: 20px; top: 15px; width: 16px; height: 16px; opacity: 0.3; cursor:pointer; display: inline-block;}
.close:hover {opacity: 1; }
.close:before, .close:after {position: absolute; left: 15px; content: ' '; height: 17px; width: 2px; background-color: #333; }
.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }

.addLiabilityInline{display:inline; padding-left: 15px;line-height:44px;}

#fullLiabilityList{padding: 0 0 0 20px;margin:0;}
#fullLiabilityList li{padding-bottom: 15px;}
#fullLiabilityList li.nobullet{list-style: none;}
.addALiability{color:#00cf88; font-weight:600; cursor:pointer;}
.addALiability:hover{color:#02ac72;}

#fullAddLiabilityList{position:relative; margin-top:10px; background:#393939; border-radius:4px; color:white; list-style:none; padding:7px 0px; width:200px; font-size:0.9em; line-height: 1.7; transform: translateX(15px);}
#fullAddLiabilityList:after {bottom: 100%; left: 65px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #393939; border-width: 8px; margin-left: -8px;}
#fullAddLiabilityList li{padding:3px 15px;}
#fullAddLiabilityList li:hover{background:#2e2e2e; cursor:pointer;}

.input-group.right .input-group-addon{position:absolute; top:5px; padding:0 10px; height:54px; line-height:54px; width:auto; right:2px; z-index:4; border-radius:0; border-bottom-right-radius:4px; border-top-right-radius:4px;}
.input-group.right .input-group-addon svg{display: inline-block; width: 16px; line-height: 56px;}

.datepicker{max-width: 300px;}
.datepicker .year,
.datepicker .month{display:block; width: 23%; height: 40px; line-height: 40px; float: left; margin: 1%; cursor: pointer; border-radius: 4px;}
.datepicker .year.focused,
.datepicker .year:hover,
.datepicker .month.focused,
.datepicker .month:hover{background: #f4f4f4;}
.datepicker .day.active,
.datepicker .day:hover{background: #38485f; color: white; cursor: pointer;}

.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > td{padding: 5px; text-align: center;}
.datepicker .datepicker-switch{text-align: center;}

#progressbar{background:#fcfbfb;padding:10px 0;min-height:73px;border-bottom:1px solid #e6e6e6;margin:0 -10px}
#progressbar.single{background:white; position:fixed; top:0; left:0; right:0; border-bottom:none; z-index:200; margin:0 auto; padding: 20px 15px;}
#progressbar ul{list-style:none;display:flex;max-width:760px;margin:0 auto;padding:0}
#progressbar li{flex-grow:1;flex-basis:0;min-width:50px;min-height:50px;background:transparent url(/img/incomplete.svg) no-repeat center top;background-size:30px 30px;text-align:center;padding-top:32px;font-size:.8em;color:#888888}
#progressbar li.complete{background:transparent url(/img/complete.svg) no-repeat center top;background-size:30px 30px;color:#00CF88}
@keyframes animatecomplete { from {background-size:10px 10px; background-position: center top 10px;} to {background-size:30px 30px;} }
#progressbar li.complete.animatecompleted{ -webkit-animation-name: animatecomplete; -webkit-animation-duration: 0.3s; animation-name: animatecomplete; animation-duration: 0.3s; }
#progressbar li.current{background:transparent url(/img/current.svg) no-repeat center top;background-size:30px 30px;color:#888888}
#progressbar .bar{height:2px;background:#D6D6D6;max-width:760px;margin:16px auto -16px}
#progressbar.single .bar{background:#f0f0f0;}
#progressbar .bar span{height:2px;width:0;display:block;border-radius:2px;background:#00CF88}
#progressbar .bar span.animated{-webkit-transition:all 1s ease-out;transition:all 1s ease-out}

.bs_trio{list-style: none; display: flex; padding: 0; margin: 60px auto;}
.bs_trio li{flex-grow: 1; flex-basis: 0; align-self: center; font-size: 0.85em; color: #444444; padding: 0 10px; }
.bs_trio .icon,
.bs_trio p{display: inline-block; vertical-align: middle; width: 30%;}
.bs_trio p{width: 70%; padding-left: 10px; margin: 0;}
.bs_trio .icon img{width: 100%; opacity: 0.8;}

/* Tooltip from W3school (https://www.w3schools.com/css/css_tooltip.asp) */
.lend-tooltip {position: relative; background-color: #000; color: #fff; display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 0.8rem; font-size: 1.3rem; cursor:pointer; z-index:99; }
.lend-tooltip .tooltiptext {visibility: hidden; width: 400px; background-color: #555; color: #fff; text-align: center; padding: 5px; border-radius: 6px; position: absolute; z-index: 1; top:120%; left: 50%; margin-left: -200px; opacity: 0; transition: opacity 0.3s; z-index:100; }
.lend-tooltip .tooltiptext::after {content: ""; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent #555 transparent; }
.lend-tooltip:hover .tooltiptext {visibility: visible; opacity: 1; }

/* Congratulations Message */
.congratulations_message{display:none; position: fixed; width: 100%; top:75px; left: 0; z-index: 1000; font-size: 1.2rem; }
.congratulations_message .alert{width: 450px; max-width: 100%; position: relative; display: block; margin: 0 auto; text-align: center; }

/* Address finder no address found */
.manualAddress {cursor: pointer;}
.pac_container { border-radius: 4px !important; }
.noaddressfound {width: 100%; position: absolute; bottom: -38px; left: 0; padding: 5px; font-size: 13px; background-color: white; border-radius: 4px; box-shadow: 0 2px 6px rgba(0,0,0,0.3); z-index: 1; height: 35px; }

.monthly_expenses_description {padding-top: 30px; line-height: 1.8rem; font-size: 1.5rem; }







/*****************************************************************************
*****  ALL STYLES BELOW HERE IS LIFTED FROM THE LEND WORDPRESS SITE   ********
******************************************************************************/








*{
	outline:0 !important;
}
body{
	padding-top: 55px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-top: 55px;
}
body.home{
	margin-top: 0px;
}
header{
	top:0;left:0;width:100%;z-index:99;box-shadow:0 2px 13px 0 rgba(0,0,0,0.11);
	position:fixed;display:block;background: white;
}
header .logo img{
	height:25px;
}
.navbar-default{
	border:0;
	font-weight:500;
	font-size:14px;
	padding:0 20px;
	margin:0 !important;
}
.navbar-default .navbar-nav > li > a.btn{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background:#5a39ef;background:-moz-linear-gradient(-45deg, #5a39ef 0%, #3661ff 100%);
	background:-webkit-linear-gradient(-45deg, #5a39ef 0%,#3661ff 100%);
	background:linear-gradient(135deg, #5a39ef 0%,#3661ff 100%);
}
.navbar-default .button a{
	display:inline-block;margin-bottom:0;font-weight:500;text-align:center;
	vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;
	cursor:pointer;background-image:none;
	border:1px solid transparent;white-space:nowrap;line-height:1;border-radius:4px;
	-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
	font-size:14px;padding:14px 22px 11px;margin:15px 0 0 20px;color:#ffffff !important;
	background:#00cf88;border-color:transparent;
}
.navbar-default .navbar-nav > li.button > a:hover{
	background:#04b075;
}
.btn.btn-grey{background-color: #f1f1f1; color: #bababa;}
.btn.btn-grey:hover{color: #9d9a9a;}
.switch-boxes{width:100%;display:block;}
.switch-boxes input{display:none;}
.switch-boxes label{width:100%;}
.switch-boxes span.wpcf7-list-item-label{display:block;width:100%;font-size:16px;background-color:#F6F6F6;color:#808184;margin:5px;line-height:1;text-shadow:none;padding:35px 15px 32px;border-radius:5px;box-shadow:inset 0 0 0 2px #E4E5E7;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.switch-boxes label:hover{cursor:pointer;}
.switch-boxes input:checked + span.wpcf7-list-item-label{color:#fff;background:#1c2530;background:-moz-linear-gradient(-45deg, #1c2530 0%, #38485f 100%);background:-webkit-linear-gradient(-45deg, #1c2530 0%,#38485f 100%);background:linear-gradient(135deg, #1c2530 0%,#38485f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2530', endColorstr='#38485f',GradientType=1);border-color:transparent;-webkit-box-shadow:none;box-shadow:none;display:block;}
.switch-boxes.col-3 span.wpcf7-list-item{width:24%;}

.form .form-control,
.form-inner .form-control,
.calculator-loan .form-control{background:transparent;border-radius:4px;-webkit-appearance:none;appearance:none;box-shadow:none;font-size:18px;line-height:1;padding:0 20px;height:58px;top:3px;border:2px solid #E4E5E7;position:relative;color:#1D2432;font-weight:600;}
.form textarea.form-control{height:120px; padding: 15px 20px;}
select.form-control{background:transparent;border-radius:4px;-webkit-appearance:none;appearance:none;box-shadow:none;font-size:18px;line-height:1;padding:20px;height:58px;top:3px;border:2px solid #E4E5E7;position:relative;color:#1D2432;font-weight:600;}
.select-wrapper{position:relative}
.select-wrapper:before{font-family:'FontAwesome';content:"\f107";position:absolute;z-index:-1;color:#385EFE;font-size:28px;right:15px;top:10px;}

.leadform .form-control{background:transparent;border-radius:4px;-webkit-appearance:none;appearance:none;box-shadow:none;font-size:18px;line-height:1.4;padding:0 20px;height:58px;top:3px;border:2px solid #E4E5E7;position:relative;color:#1D2432;font-weight:600;}
.leadform .form-control:focus{outline: none;box-shadow: none;border-color: #b9b9b9;}
.leadform .input-group-addon{font-size: 18px; font-weight: 500; padding: 12px 10px; background: #E4E5E7; position: relative; top: 3px;}
.leadform label{font-size: 14px; color: #A0A2A5; margin: 0; font-weight: 600; text-align: left;}
.leadform .congrats{text-align: center;bottom: 20px;}
.leadform .congrats label{font-size: 20px; color: #A0A2A5; margin: 0; font-weight: 600; text-align: left;}
.leadform .extra_confirmed_questions{display: none;}
.ui-dialog-buttonpane #extra_confirm{display: inline-block;padding: 10px 25px;margin: 0 auto;background: #00cf88;color: #ffffff;cursor: pointer;margin-top: 20px;margin-right: 10px;}
.ui-dialog-buttonpane #extra_cancel{display: inline-block;padding: 10px 25px;margin: 0 auto;background: #d4d4d4;color: #545454;cursor: pointer;margin-top: 20px;}
#dialog .input-group-addon{font-size: 18px;font-weight: 500;padding: 12px 10px;background: #E4E5E7;position: relative;top: 3px;}
#dialog .form-control{background: transparent;border-radius: 4px;-webkit-appearance: none;appearance: none;box-shadow: none;font-size: 18px;line-height: 1.4;padding: 0 20px;height: 58px;top: 3px;border: 2px solid #E4E5E7;position: relative;color: #1D2432;font-weight: 600;}

footer{padding:60px 0;background-color:#F6F6F6;font-size:14px;}
footer .social{font-size:30px;}
footer .social li{line-height:1;}
footer .social a{color:#1F2833;}
footer .copyright{font-size:12px;}
footer img{padding-bottom:5px;max-width:120px;}
footer h6{margin:0 0 30px;}
footer p{color:#898989;}
footer ul li{line-height:1.8;}
footer a{color:#898989;font-weight:500}
footer address p{margin:0;}
.bg-dark{background-color:#1F2833;}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3{color:#ffF;}
.bg-dark .entry p{color:rgba(255, 255, 255, 0.7);}
.bg-blue{background:#601eef;background:-moz-linear-gradient(-35deg, #601eef 0%, #3661ff 100%);background:-webkit-linear-gradient(-35deg, #601eef 0%,#3661ff 100%);background:linear-gradient(155deg, #601eef 0%,#3661ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#601eef', endColorstr='#3661ff',GradientType=1);color:#fff;}
.bg-blue .btn{box-shadow:0 6px 10px 0 rgba(0,0,0,0.26);}
.bg-white{background-color:#fff;}
.bg-gray{background-color:#F6F6F6;}
.bg-gray .number{border-color:#eaeaea;background:rgba(255, 255, 255, 0.3);}
.bg-img{background-repeat:no-repeat;background-size:cover;position:absolute;background-position:center center;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 0.9s 0.1s ease;transition:opacity 0.9s 0.1s ease;}
.bg-img.opacity{opacity:0.7;}
.multiply{background-blend-mode:multiply;mix-blend-mode:multiply;}
.modal{text-align:center;padding:0!important;}
.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}
.modal-dialog{display:inline-block;text-align:left;vertical-align:middle;}
.modal-popup .modal-content{padding:40px 20px;}
.modal-popup .modal-content .panel-body{padding-bottom:0;}
.modal-popup .modal-content img{width:55px;}
.inline{display:inline-block;}
.light{font-weight:400;}
.italic{font-weight:500;font-style:italic;}
.text-dark,
.text-dark p{color:#262626;}
.text-gray{color:#808184;}
.text-lightgray{color:#aeb1b7;}
.text-blue{color:#385EFE;}
.text-red{color:#F65353}
.wide[class*="col-"]{padding-left:35px;padding-right:35px;}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;cursor:pointer;display:block;width:8px;color:#333;text-align:center;position:relative;}
input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after{content:"^";position:absolute;right:0;font-family:monospace;line-height:}
input[type=number]::-webkit-inner-spin-button:before{top:0px;}
input[type=number]::-webkit-inner-spin-button:after{bottom:0px;-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.text-left,
.text-left .content.text-center{text-align:left !important;}

.numberedimage{max-width: 180px;display: block;margin: 0 auto -30px;}
.numberedcontent{margin: 0 auto 0;float: none;}
.number_circle{ width: 50px; height: 50px; line-height: 54px; text-align: center; border-radius: 50%; background: #ECECEC; font-weight: bold; font-size: 28px; display: inline-block; margin: 0 0 10px;}
.bg-gray .number_circle{background: white;}
.pullout_text{ color: white; padding: 20px 20px 0.5em 30px; font-style: italic; border-left: 4px solid #00cf88; margin: 1.5em auto; }
.pullout_text p{ color: white; }

.badge.badge,
.list-group-item > .badge{
	padding: 4px 7px 3px;
	background-color: #f0dd5d;
}
.badge.badge-success{
	background-color: #00cf88;
}
.badge.badge-secondary{
	color: #93852c;
}
.badge.badge-grey{
	background-color: #ececec;
	color: #6f6f6f;
}
.dashboardlist a{
	color: #262626;
	text-decoration: underline;
}
.dashboardlist a:hover{
	color: #545454;
	text-decoration: none;
}

.lend-tooltip {
	top: -4px;
	margin-left: 4px;
	line-height: 1.3;
}
.thisQuestion img{width: 80px; height: 80px;}

.tab.lendsize {
	position: relative;
	display: block;
	max-width: 760px;
	margin: 30px auto;
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 4px;
	color: #3d3d3d;
}
.tab.lendsize.green {
	background-color: white;
	color: #167853;
	border: 1px solid #B9EACF;
}
.tab.lendsize.green .tabHeader {
	background-color: #E9FFF2;
	border-bottom: 1px solid #B9EACF;
}
.tab.lendsize .tabHeader {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px 5px;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.3;
	color: #4d4d4d;
}
.tab.lendsize .tabHeader img {
	position: relative;
	margin-right: 8px;
	vertical-align: top;
	padding: 3px;
}
.tab.lendsize .tabContent {
	padding: 18px 24px;
	line-height: 1.3;
}
.tab.lendsize .tabHeader:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	margin: 2px 12px;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
}
.tab.lendsize.active {
	display: block;
}
.tab.lendsize.active .tabHeader:after {
	content: '-';
	margin: 2px 14px;
}
.tab.lendsize .left {
	display: inline-block;
	max-width: 40%;
	font-size: 13px;
	vertical-align: top;
}
.tab.lendsize .left > p {
	margin-top: 10px;
}
.tab.lendsize .right {
	display: inline-block;
	padding-left: 40px;
	max-width: 60%;
	vertical-align: top;
}
.tab.lendsize .textTop {
	font-size: 13px;
}
.tab.lendsize .amountText {
	font-size: 27px;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin-left: 8px;
	vertical-align: middle;
	color: #395BFD;
}
.tab.lendsize.green .amountText {
	color: #00C46D;
}
.tab.lendsize .checkbox {
	margin: 0;
	padding: 9px 10px 4px;
	border-radius: 3px;
	line-height: 1;
	position: relative;
	cursor: pointer;
}
.tab.lendsize .checkbox,
.tab.lendsize .checkbox * {
	cursor: pointer;
}
.tab.lendsize .checkbox:before {
	content:'';
	display: inline-block;
	position: relative;
	top: 2px;
	border: 1px solid #ccc;
	background-color: white;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.tab.lendsize .checkbox .amountText {
	font-size: 22px;
}
.tab.lendsize .amountCopy {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.tab.lendsize .amountCopy .desc {
	color: #2d2d2d;
	margin-left: 5px;
}
.tab.lendsize .amountCopy input:checked ~ .checkbox {
	background-color: #F3F5FF;
}
.tab.lendsize .amountCopy input:checked ~ .checkbox,
.tab.lendsize .amountCopy input:checked ~ .checkbox * {
	cursor: default;
}
.tab.lendsize .amountCopy input:checked ~ .checkbox:before {
	border-color: #3168FD;
}
.tab.lendsize .amountCopy input:checked ~ .checkbox .dollar:before {
	content: '';
	background-color: #3168FD;
	position: absolute;
	display: inline-block;
	left: -23px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.tab.lendsize .dollar,
.tab.lendsize .textBlue {
	color: #395BFD;
}
.tab.lendsize .dollar {
	font-weight: 500;
	font-size: 25px;
	vertical-align: middle;
	position: relative;
}
.tab.lendsize.green .dollar {
	color: #00C46D;
}
.tab.lendsize .question {
	font-size: 12.5px;
	margin-bottom: 12px;
	display: inline-block;
}
.tab.lendsize .question b {
	font-size: 12.5px;
	margin-top: 5px;
	display: inline-block;
}
.tab.lendsize .button {
	line-height: 34px;
	height: 34px;
	padding: 0 35px;
	border: 0;
	margin-right: 6px;
	font-size: 14px;
}
.tab.lendsize .button.green {
	background-color: #00CF88;
	color: white;
}
.tab.lendsize .button.lightGreen {
	background-color: #E9FFF2;
	color: #00CF88;
}
.tab.lendsize .notes {
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 2px;
}
.tab.lendsize .disclaimer {
	position:absolute;
	bottom: 0;
	right: 0;
	color: #5d5d5d;
	font-size: 12px;
	margin: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #aaa;
	line-height: 1;
}
.tab.lendsize .disclaimer:hover .content,
.tab.lendsize .disclaimer.show .content {
	display: block;
}
.tab.lendsize .hint .hintBox,
.tab.lendsize .disclaimer .content {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	font-size: 11.5px;
	font-weight: normal;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	border: 1px solid #eee;
	background-color: white;
	text-align: left;
	cursor: default;
	line-height: 1.3;
	display: none;
	color: #5d5d5d;
}
.tab.lendsize .hint .hintBox:before,
.tab.lendsize .disclaimer .content:before {
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom: 9px solid white;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	top: -9px;
	left: calc(50% - 9px);
	z-index: 1;
}
.tab.lendsize .hint .hintBox:after,
.tab.lendsize .disclaimer .content:after {
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom: 9px solid #eee;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	top: -10px;
	left: calc(50% - 9px);
}
.tab.lendsize .disclaimer .content {
	left: auto;
	right: -10px;
	transform: none;
}
.tab.lendsize .disclaimer .content:before {
	left: auto;
	right: 30px;
}
.tab.lendsize .disclaimer .content:after {
	left: auto;
	right: 30px;
}
.warning.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
}
.warning.icon ~ p {
	padding: 4px 0 0 45px;
	margin: 20px 0;
	font-size: 15px;
}

#okSign {
  animation: okSign 0.2s linear forwards;
  animation-delay: .4s;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
#okBack {
  animation: okBack 0.8s linear forwards;
  transform: scale(0);
  transform-origin: center;
}
#okSigns {
  opacity: 0;
  animation: okSigns .5s linear forwards;
  width: 65px;
  height: 65px;
  margin: auto;
}
#okSignText {
  opacity: 0;
  animation: okSigns .3s linear forwards;
  animation-delay: .6s;
	margin-top: -2px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
}
#okSignText .dollar {
	font-size: 20px;
}
#okSignText .amountText {
	font-size: 19px;
	line-height: .7;
	margin-left: 5px;
}
@keyframes okSigns {
  to {opacity: 1;}
}
@keyframes okSign {
  25% {stroke-dashoffset: 40;}
  100% {stroke-dashoffset: 0;}
  to {stroke-dashoffset: 0;}
}
@keyframes okBack {
  0% {transform: scale(0);}
  75% {transform: scale(1);}
  100% {transform: scale(.9);}
}

@media (min-width:1441px){}
@media (max-width:1199px){body{font-size:15px;}
	.jumbotron h1, .jumbotron .h1{font-size:42px;}
	.jumbotron p{font-size:18px;}
	svg.head-element{transform:translate(-50%, -50%) scale(0.85);}
	h1,
	.h1{font-size:40px;}
	h2,
	.h2{font-size:34px;}
	h3,
	.h3{font-size:30px;}
	h4,
	.h4{font-size:23px;}
	h5,
	.h5{font-size:20px;}
	h6,
	.h6{font-size:16px;}
	.info-panel{padding:40px 20px;}
	.panel.panel-box .panel-body{padding:25px 25px 5px;}
	.navbar-default{padding:0 10px;}
	.nav > li > a{padding-left:15px;padding-right:15px;}
	.navbar-default .button a{margin-left:0;padding:14px 14px 11px;}
	header .logo img{height:21px;}
	.wide[class*="col-"]{padding-left:25px;padding-right:25px;}
	.quote-block{height:60vh;}
}
@media (max-width:991px){body{font-size:14px;}
	.jumbotron h1, .jumbotron .h1{font-size:40px;}
	.jumbotron p {font-size:18px;}
	.nav > li > a{padding-left:10px;padding-right:10px;}
	.c-block{padding:50px 0;}
	.c-block-md{padding:35px 0;}
	.c-block-sm{padding:20px 0;}
	header .logo img{height:16px;}
	.navbar-default .navbar-brand{padding:18px 0px 16px 10px;height:auto;}
	.navbar-default{font-size:12px;padding:0 3px;height:auto;min-height:57px;}
	.navbar-default .button a{padding-left:7px;padding-right:7px;}
	.navbar-default .button a{font-size:12px;margin:10px 0 0 10px;}
	.navbar-nav > li > a{padding-top:24px;padding-bottom:24px;}
	.wide[class*="col-"]{padding-left:15px;padding-right:15px;}
	svg.head-element{transform:translate(-50%, -50%) scale(0.65);}
	.form-box {width:100%;}
	.form-box.form-box-lg{width:100% !important;}
	.entry.large p{font-size:16px;}
	.entry.large .special p{font-size:21px;}
	blockquote{font-size:23px;}
	.switch-boxes span.wpcf7-list-item-label{padding:28px 13px 23px;font-size:14px;}
	.btn-lg, .btn-group-lg > .btn{padding:20px 99px;font-size:16px;}
	.btn-lg{padding:20px 86px !important;}
	.btn-bk, .btn-group-bk > .btn{font-size:16px;}
	h1,
	.h1{font-size:34px;}
	h2,
	.h2{font-size:29px;}
	h3,
	.h3{font-size:25px;}
	h4,
	.h4{font-size:20px;}
	h5,
	.h5{font-size:17px;}
	h6,
	.h6{font-size:14px;}
	.step{min-height:300px;}
	.sucessful img{height:75px;}
	.copy-huge .entry p{font-size:22px;}
	.calculator-loan .results .heading{font-size:26px;font-weight:300;}
	label{font-size:13px;}
	.process li{margin:0 10px;}
	.process li:before{width:36px;}
	.m-x-auto{margin-right:auto !important;margin-left:auto !important;}
	.m-a-0{margin:0 0 !important;}
	.m-t-0{margin-top:0 !important;}
	.m-r-0{margin-right:0 !important;}
	.m-b-0{margin-bottom:0 !important;}
	.m-l-0{margin-left:0 !important;}
	.m-x-0{margin-right:0 !important;margin-left:0 !important;}
	.m-y-0{margin-top:0 !important;margin-bottom:0 !important;}
	.m-a-1{margin:12px 12px !important;}
	.m-t-1{margin-top:12px !important;}
	.m-r-1{margin-right:12px !important;}
	.m-b-1{margin-bottom:12px !important;}
	.m-l-1{margin-left:12px !important;}
	.m-x-1{margin-right:12px !important;margin-left:12px !important;}
	.m-y-1{margin-top:12px !important;margin-bottom:12px !important;}
	.m-a-2{margin:20px 20px !important;}
	.m-t-2{margin-top:20px !important;}
	.m-r-2{margin-right:20px !important;}
	.m-b-2{margin-bottom:20px !important;}
	.m-l-2{margin-left:20px !important;}
	.m-x-2{margin-right:20px !important;margin-left:20px !important;}
	.m-y-2{margin-top:20px !important;margin-bottom:20px !important;}
	.m-a-3{margin:38px 38px !important;}
	.m-t-3{margin-top:38px !important;}
	.m-r-3{margin-right:38px !important;}
	.m-b-3{margin-bottom:38px !important;}
	.m-l-3{margin-left:38px !important;}
	.m-x-3{margin-right:38px !important;margin-left:38px !important;}
	.m-y-3{margin-top:38px !important;margin-bottom:38px !important;}
	.p-a-0{padding:0 0 !important;}
	.p-t-0{padding-top:0 !important;}
	.p-r-0{padding-right:0 !important;}
	.p-b-0{padding-bottom:0 !important;}
	.p-l-0{padding-left:0 !important;}
	.p-x-0{padding-right:0 !important;padding-left:0 !important;}
	.p-y-0{padding-top:0 !important;padding-bottom:0 !important;}
	.p-a-1{padding:12px 12px !important;}
	.p-t-1{padding-top:12px !important;}
	.p-r-1{padding-right:12px !important;}
	.p-b-1{padding-bottom:12px !important;}
	.p-l-1{padding-left:12px !important;}
	.p-x-1{padding-right:12px !important;padding-left:12px !important;}
	.p-y-1{padding-top:12px !important;padding-bottom:12px !important;}
	.p-a-2{padding:20px 20px !important;}
	.p-t-2{padding-top:20px !important;}
	.p-r-2{padding-right:20px !important;}
	.p-b-2{padding-bottom:20px !important;}
	.p-l-2{padding-left:20px !important;}
	.p-x-2{padding-right:20px !important;padding-left:20px !important;}
	.p-y-2{padding-top:20px !important;padding-bottom:20px !important;}
	.p-a-3{padding:38px 38px !important;}
	.p-t-3{padding-top:38px !important;}
	.p-r-3{padding-right:38px !important;}
	.p-b-3{padding-bottom:38px !important;}
	.p-l-3{padding-left:38px !important;}
	.p-x-3{padding-right:38px !important;padding-left:38px !important;}
	.p-y-3{padding-top:38px !important;padding-bottom:38px !important;}
	#quickJumper{display: none;}
	.col-md-12.full{width: 100% !important;}
}
@media (max-width:767px){
	body{font-size:14px;line-height:1.45;}
	.navbar{min-height:58px;}
	header .logo img{height:16px;}
	.navbar-brand{padding:17px 8px;height:50px;}
	.navbar-default{padding:0;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:#fff;box-shadow:0 5px 7px rgba(0, 0, 0, 0.09);}
	.navbar-default .navbar-collapse .nav{width:100%;float:none !important;}
	.navbar-default .navbar-collapse .navbar-nav{width:100%;float:none !important;margin:6px 1px 18px;}
	.navbar-default .nav.pull-right,
	.navbar-default .navbar-header{display: inline-block;float:left;}
	.navbar-default .nav.pull-right{float:right;padding-right: 15px;}
	.home .navbar-default ul li a{color:#262626;}
	.nav.navbar-nav > li{display: inline-block;}
	.navbar-nav > li > a{padding-top:14px !important;padding-bottom:14px !important;}
	.navbar-default .button a{margin:5px 0 0 9px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:transparent;}
	.home .navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
	.navbar-toggle{margin-top:11px;margin-bottom:9.5px;}
	.jumbotron h1, .jumbotron .h1{font-size:30px;}
	.jumbotron p{font-size:15px;line-height:1.6;}
	.entry.large p{font-size:15px;}
	.entry.large .special p{font-size:18px;}
	.nav.step-anchor{margin: -8px -20px 0;}
	.step-anchor small,
	.step-anchor br{display: none;}
	.edit-group{bottom:14px;right: 30px;}
	section.highlightsection{padding: 20px 10px;}
	.overlay{padding-top: 15px;}
	.overlaycontent{transform: none;}
	#owners_list{margin-bottom: 60px;}
	.form-inner input.form-control,
	input.form-control{font-size: 16px;padding: 0 8px;height: 44px; min-height: 0px;}
	blockquote{font-size:20px;}
	hr{margin-top:10px;margin-bottom:15px;}
	h1,
	.h1{font-size:26px;line-height:1;}
	h2,
	.h2{font-size:24px;}
	h3,
	.h3{font-size:21px !important;}
	h4,
	.h4{font-size:18px;}
	h5,
	.h5{font-size:17px;}
	h6,
	.h6{font-size:14px;}
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3{margin-top:17px;margin-bottom:12px;}
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6{margin-top:9px;margin-bottom:9px;}
	.head, .head .container{height:auto;position:relative;}
	.jumbotron{padding:80px 0;}
	.subhead{font-size:11px;}
	.c-block{padding:40px 0;}
	.c-block-md{padding:32px 0;}
	.quote-block{height:50vh;}
	.quote-block .vcenter,
	.jumbotron.vcenter-offset-2{position:absolute;transform:translate(-50%, -50%);top:50%;left:50%;width:100%;}
	.copy-huge .entry p{font-size:18px;}
	.list-pro li:before, .list-con li:before{width:20px;height:22px;background-size:contain;}
	.list-pro li, .list-con li{padding-left:28px;}
	.head-split .md-h{padding:40px 40px;}
	.head-split svg.head-element{display:none}
	.table_holder_scroll{overflow-x: scroll;}
	.md-h{height:auto;}
	.sbl-list{padding-bottom:10px;}
	.btn{padding:15px 40px 12px;font-size:14px;}
	.sep[class*="col-"]{padding-top:20px;}
	.item-row{width:49%;display:inline-block;}
	.c-img img{max-height:30px}
	.form-box{width:100%;}
	.form-box.form-box-lg{width:100% !important;}
	.intro.c-block-md img{height:35px;}
	.form-box .panel-body{padding:15px 15px;}
	.input-group-lg .form-control{font-size:32px;height:auto;}
	.form-box.form-box-lg .input-group-lg .form-control{font-size:60px;}
	.input-group-lg .input-group-addon{font-size:20px;}
	.form-box.form-box-lg .input-group-lg .input-group-addon{padding:15px 3px 4px;font-size:34px;}
	.number{height:48px;width:48px;font-size:22px;line-height:46px;}
	.item-img{height:100px;}
	.item-img img{height:90%;padding-top:15px;}
	.step-by-img img{max-height:80px;}
	.step .step-content{text-align:center !important;float:none !important;}
	.step img{width:50%;}
	.step .step-image{text-align:center !important;float:none !important;padding-bottom:40px;padding-top:10px;}
	.partner-logos{position:relative;z-index:1;}
	.list-logos li{display:inline-block;width:33%;}
	.list-logos img{max-width:95px;max-height:30px;}
	.form-group{margin-bottom:12px;}
	svg.head-element{transform:translate(-50%, -50%) scale(0.6);}
	.panel.panel-box .panel-img{height:95px;}
	.info-panel{padding:30px 0px;font-size:11px;line-height:1;}
	.avatar-icon img{height:50px;}
	.cta-form{padding:40px 0 0;}
	.form-control{font-size:16px;padding:8px;height:44px;}
	.select-wrapper:before {font-size:22px;top:9px;}
	.form .form-control,
	.form-inner .form-control,
	.switch-boxes span.wpcf7-list-item-label{min-height:95px;padding:37px 13px 23px;font-size:14px;}
	.c-head .c-img{padding-bottom:10px;display:block !important;}
	.process li{margin: 0 2px;width:13px;height:13px;}
	.process li div{width:13px;height:13px;}
	.process li:before{right:0px;top:5px;width:37px;height:4px;}
	#percentComplete{width: 36px;font-size: 0.9em;height: 36px;}
	.msf-header .msf-step.msf-step-active:last-of-type:after{display:none;}
	footer{font-size:13px;padding:30px 0}
	footer .secure{text-align:center !important;padding-top:20px;}
	footer img{padding-bottom:5px;max-width:none;}
	footer h6{margin:25px 0 10px;}
	footer .col-xs-6{width:100%;text-align:center;}
	.m-x-auto{margin-right:auto !important;margin-left:auto !important;}
	.m-a-0{margin:0 0 !important;}
	.m-t-0{margin-top:0 !important;}
	.m-r-0{margin-right:0 !important;}
	.m-b-0{margin-bottom:0 !important;}
	.m-l-0{margin-left:0 !important;}
	.m-x-0{margin-right:0 !important;margin-left:0 !important;}
	.m-y-0{margin-top:0 !important;margin-bottom:0 !important;}
	.m-a-1{margin:8px 8px !important;}
	.m-t-1{margin-top:8px !important;}
	.m-r-1{margin-right:8px !important;}
	.m-b-1{margin-bottom:8px !important;}
	.m-l-1{margin-left:8px !important;}
	.m-x-1{margin-right:8px !important;margin-left:8px !important;}
	.m-y-1{margin-top:8px !important;margin-bottom:8px !important;}
	.m-a-2{margin:16px 16px !important;}
	.m-t-2{margin-top:16px !important;}
	.m-r-2{margin-right:16px !important;}
	.m-b-2{margin-bottom:16px !important;}
	.m-l-2{margin-left:16px !important;}
	.m-x-2{margin-right:16px !important;margin-left:16px !important;}
	.m-y-2{margin-top:16px !important;margin-bottom:16px !important;}
	.m-a-3{margin:28px 28px !important;}
	.m-t-3{margin-top:28px !important;}
	.m-r-3{margin-right:28px !important;}
	.m-b-3{margin-bottom:28px !important;}
	.m-l-3{margin-left:28px !important;}
	.m-x-3{margin-right:28px !important;margin-left:28px !important;}
	.m-y-3{margin-top:28px !important;margin-bottom:28px !important;}
	.p-a-0{padding:0 0 !important;}
	.p-t-0{padding-top:0 !important;}
	.p-r-0{padding-right:0 !important;}
	.p-b-0{padding-bottom:0 !important;}
	.p-l-0{padding-left:0 !important;}
	.p-x-0{padding-right:0 !important;padding-left:0 !important;}
	.p-y-0{padding-top:0 !important;padding-bottom:0 !important;}
	.p-a-1{padding:8px 8px !important;}
	.p-t-1{padding-top:8px !important;}
	.p-r-1{padding-right:8px !important;}
	.p-b-1{padding-bottom:8px !important;}
	.p-l-1{padding-left:8px !important;}
	.p-x-1{padding-right:8px !important;padding-left:8px !important;}
	.p-y-1{padding-top:8px !important;padding-bottom:8px !important;}
	.p-a-2{padding:16px 16px !important;}
	.p-t-2{padding-top:16px !important;}
	.p-r-2{padding-right:16px !important;}
	.p-b-2{padding-bottom:16px !important;}
	.p-l-2{padding-left:16px !important;}
	.p-x-2{padding-right:16px !important;padding-left:16px !important;}
	.p-y-2{padding-top:16px !important;padding-bottom:16px !important;}
	.p-a-3{padding:28px 28px !important;}
	.p-t-3{padding-top:28px !important;}
	.p-r-3{padding-right:28px !important;}
	.p-b-3{padding-bottom:28px !important;}
	.p-l-3{padding-left:28px !important;}
	.p-x-3{padding-right:28px !important;padding-left:28px !important;}
	.p-y-3{padding-top:28px !important;padding-bottom:28px !important;}
	.numberedleft{margin-bottom: 2em;}
	.numberedleft.text-right{ text-align: center; }
	.numberedimage{max-width: 140px;display: block;margin: 0 auto -20px;}
	.number_circle{ width: 40px; height: 40px; line-height: 44px; font-size: 22px;}
	.pullout_text{padding: 10px 10px 0.3em 15px;border-left: 3px solid #00cf88;}
	.col-xs-12 .pre-filled,
	.col-xs-6 .pre-filled
	.col-xs-4 .pre-filled{ float: none !important; }
	#accountsList .form-control .accountDeets.theimage{ display: none; }
	#accountsList .form-control .accountDeets.thedetails,
	#accountsList .form-control .accountDeets.thebalance{ font-size: 0.9em; width: 100%; text-align: left !important; padding-left: 15px; }
	.bs_trio{margin: 20px auto;}
	.bs_trio,
	.bs_trio li{display:block;}
	.bs_trio li{margin: 0 0 18px;}
	.bs_trio .icon{width: 15%;}
	.bs_trio li:first-of-type .icon img{margin-left: -13%;}
	.liabilities .col.s3 {display:block;}
	.liabilities .sub_label {position:relative; display:block; margin-bottom:0; }
	.liabilities .col.showPercent .amount {width:100% !important;}
	.liabilities .col.showPercent select.amount {width:100% !important; max-width:256px;}
	.liabilities .col.showPercent input.large-input {width:100% !important; max-width:256px;}
	.liabilities .col.showPercent textarea {width:100% !important; max-width:256px;}
	.liabilities .col.showPercent div.select-wrapper:before {top:0;}
	.liabilities .col.showPercent div.select-wrapper {width:100% !important; max-width:256px;}
	.datepicker{transform: translateX(100px) !important;}
	.tab.lendsize .right {padding-left: 20px;}
}
@media (max-width:550px){
	.tab.lendsize .left, .tab.lendsize .right{width:100%;max-width:100%;text-align:center;padding:0;border:0;}
	.tab.lendsize .left p, .tab.lendsize .right p{max-width:380px;margin-left:auto;margin-right:auto;}
	.tab.lendsize .notes{margin-bottom:10px;}
	.tab.lendsize .checkbox {padding: 3px 6px;}
}
@media (max-width:480px){
	header .logo img{height: 16px;}
	.nav > li > a{padding: 10px;}
	.home-intro img{max-height:120px;max-width:170px;}
	.eqWrap{display:block;}
	.payment_method_option{height: auto;}
	.payment_method_option .col{display: block;float: none;}
	.payment_method_option .col.showPercent{margin-bottom: 20px;}
	#payments_total_title{float: left;}
	#payments_total{margin: 0}
	.step-anchor span{display: none;}
	.leadform .form-control{padding: 0 10px;}
	.leadform .pre-filled input,
	.leadform .pre-filled select{padding-right: 70px;}
	#bank_statements{padding: 0;background: white;border:none;}
	#bank_statements p{font-size: 0.9em;}

	.liabilities .col.showPercent select.amount {width:100% !important; max-width:246px;}
	.liabilities .col.showPercent input.large-input {width:100% !important; max-width:246px;}
	.liabilities .col.showPercent textarea {width:100% !important; max-width:246px;}

	#progressbar{margin: -10px -10px 0;padding: 15px 0 10px;}
	#progressbar.single{min-height: 67px;}
	#progressbar .bar{margin: 13px auto -13px;}
	#progressbar li,
	#progressbar li.current,
	#progressbar li.complete{font-size:11px; background-size: 24px 24px;}
	@keyframes animatecomplete { from {background-size:10px 10px; background-position: center top 10px;} to {background-size:24px 24px;} }
	.leadform label{margin: 0 0 2px 0;}
	.leadform h1{font-size: 1.2em; margin: 30px auto 20px;}
	.bodybg{background-size: auto 30%;}
	.thisQuestion img{width: 60px; height: 60px;}
	.tab.lendsize .left p,
	.tab.lendsize .right p {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Target iphone issues (some controls not clickable due to background)
    specifically background-color and background image both cause a problem.
    So we undo background settings  */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .bodybg {
       background:initial;
    }
 }
