.loanform .row { width: 100%; max-width: 100%; margin: 0 auto; }

.loanform .column, .loanform .columns { margin-left: 2.127663%; box-sizing: border-box; float: left; min-height: 1px; position: relative; }

.loanform .column:first-child, .loanform .columns:first-child { margin-left: 0px; }

.loanform .row:before, .loanform .row:after { content:""; display:table; }

.loanform .row:after { clear: both; }

.loanform .row .one.column 		{ width: 6.382989%; }

.loanform .row .two.columns 	{ width: 14.893641%; }

.loanform .row .three.columns 	{ width: 23.404293%; }

.loanform .row .four.columns 	{ width: 31.914945%; }

.loanform .row .five.columns 	{ width: 40.425597%; }

.loanform .row .six.columns 	{ width: 48.936249%; }

.loanform .row .seven.columns 	{ width: 57.446901%; }

.loanform .row .eight.columns 	{ width: 65.957553%; }

.loanform .row .nine.columns 	{ width: 74.468205%; }

.loanform .row .ten.columns 	{ width: 82.978857%; }

.loanform .row .eleven.columns	{ width: 91.489509%; }

.loanform .row .twelve.columns	{ width: 100%; }

.loanform img,
.loanform object,
.loanform embed { max-width: 100%; width: auto; height: auto; }

.loanform img { -ms-interpolation-mode: bicubic; }

.loanform hr {
	border: none;
	border-top: 1px solid #cccccc;
	margin: 20px 0;
}

.loanform .error {
	background-color: #ffbaba;
}

.loanform .errormsg {
	padding: 15px 10px;
	color: #d8000c;
	background-color: #ffbaba;
	border: 1px solid;
	margin-bottom: 20px;
}

.loanform .rejected {
	padding: 15px 10px;
	color: #00529b;
	background-color: #bde5f8;
	border: 1px solid;
	margin-bottom: 20px;
}

.loanform h2 {
	font: bold 17px Open Sans Condensed, Arial, Helvetica, sans-serif;
	color: #688636;
	padding: 6px 0;
	margin: 0 0 10px 0;
}

.loanform h3 {
	font-size: 18px;
	color: #474747;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.loanform p {
	margin: 0 0 20px 0;
}

.loanform .rejected p {
	margin-bottom: 0;
}

.loanform label {
	font-size: 13px;
	color: #5c5c5c;
	display: block;
	margin-bottom: 2px;
}

.loanform .opt_out {
	margin-bottom: 20px;
}

.loanform input[type="checkbox"] {
	margin-top: -10px;
}

.loanform input,
.loanform select,
.loanform textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #87a2c2 !important;
	font-size: 14px;
	padding: 3px 2px;
	height: 40px !important;
}

.loanform select {
	padding: 2px;
}

.loanform input:focus,
.loanform select:focus {
	background-color: #ffffc8;
}

.loanform .small {
	font-size: 9px;
	margin: -8px 0 10px 0;
	color: #333333;
}

.loanform input[type="submit"] {
	width: auto;
	color: #ffffff;
	background-color: #44be69;
	padding: 0 20px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.loanform input[type="submit"]:hover {
	background-color: #3cad5e;
}

.loanform .consent {
	margin-top: 10px;
}

.loanform #loading-div-background{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.loanform #loading-div{
	width: 200px;
	padding: 40px;
	background-color: #fff;
	border: 5px solid #1468b3;
	text-align: center;
	color: #202020;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.loanform .row { text-align: center; }
	.loanform .column,
	.loanform .columns { width: auto !important; float: none; margin-left: 0 !important; margin-right: 0 !important; }
}