body,
html{
	width: 100vw;
	height: 100vh;
	color: #464646;
}
.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{
	border-color: #d63737;
}
.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: #12dda1;
	background: -moz-linear-gradient(-45deg, #12dda1 0%, #04b075 100%);
	background: -webkit-linear-gradient(-45deg, #12dda1 0%, #04b075 100%);
	background: linear-gradient(135deg, #12dda1 0%, #04b075 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;
}
.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: #12dda1; 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;
}
.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: 2px solid #f9f9f9;
	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: 20px;
}
#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: #0ca478;
	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: #12dda1;
    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;
}


#shareholders_list li:first-of-type{
	border-top: 1px solid #d2d2d2;
}
#shareholders_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:#12dda1;
		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;
	}
	#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;
	}



/* 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: #12dda1 !important;
	color: #003b26 !important;
}




/*****************************************************************************
*****  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{
	width:170px;
}
.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:#12dda1;
	background:-moz-linear-gradient(-45deg, #04b075 0%, #12dda1 100%);
	background:-webkit-linear-gradient(-45deg, #04b075 0%,#12dda1 100%);
	background:linear-gradient(135deg, #04b075 0%,#12dda1 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:#12dda1;border-color:transparent;
}
.navbar-default .navbar-nav > li.button > a:hover{
	background:#04b075;
}

.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;}

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:20px;max-width:190px;}
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 .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-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 #12dda1; margin: 1.5em auto; }
.pullout_text p{ color: white; }

@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{width:150px;}
	.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{width:110px;}
	.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{width:150px;}
	.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;padding-bottom:14px;}
	.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;}
	#shareholders_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:20px;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 #12dda1;}
	.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;
	}
}
@media (max-width:480px){
	header .logo img{width: 110px;}
	.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;}
}
