/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,800');
/* common tools */
/* FONT */
.reset_format
{
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
[class*=" fs-"]
{
	line-height: 1;
}
.fs-6
{
	font-size: 6px;
}
.fs-8
{
	font-size: 8px;
}
.fs-10
{
	font-size: 10px;
}
.fs-11
{
	font-size: 11px;
}
.fs-12
{
	font-size: 12px;
}
.fs-14
{
	font-size: 14px;
}
.fs-16
{
	font-size: 16px;
}
.fs-18
{
	font-size: 18px;
}
.fs-20
{
	font-size: 20px;
}
.fs-22
{
	font-size: 22px;
}
.fs-24
{
	font-size: 24px;
}
.fs-26
{
	font-size: 26px;
}
.fs-28
{
	font-size: 28px;
}
.fs-30
{
	font-size: 30px;
}
.fs-32
{
	font-size: 32px;
}
.fs-34
{
	font-size: 34px;
}
.fs-36
{
	font-size: 36px;
}
.fs-38
{
	font-size: 38px;
}
.fs-40
{
	font-size: 40px;
}
.fs-42
{
	font-size: 42px;
}
.fs-44
{
	font-size: 44px;
}
.fs-46
{
	font-size: 46px;
}
.fs-48
{
	font-size: 48px;
}
.fs-50
{
	font-size: 50px;
}
.fs-52
{
	font-size: 52px;
}
.fs-54
{
	font-size: 54px;
}
.fs-56
{
	font-size: 56px;
}
.fs-58
{
	font-size: 58px;
}
.fs-60
{
	font-size: 60px;
}
.fs-62
{
	font-size: 62px;
}
.fs-64
{
	font-size: 64px;
}
.fs-90
{
	font-size: 90px;
}
.fs-128
{
	font-size: 128px;
}
.textdecoration-none:focus,
.textdecoration-none:hover,
.textdecoration-none
{
	text-decoration: none;
}
.textdecoration-underline
{
	text-decoration: underline;
}
.fw-200
{
	font-weight: 200;
}
.fw-300
{
	font-weight: 300;
}
.fw-400
{
	font-weight: 400;
}
.fw-500
{
	font-weight: 500;
}
.fw-600
{
	font-weight: 600;
}
.fw-800
{
	font-weight: 800;
}
.lh-100
{
	line-height: 100%;
}
.lh-130
{
	line-height: 130%;
}
.lh-160
{
	line-height: 160%;
}
.lh-72px
{
	line-height: 72px;
	height: 72px;
}
/* MARGINS */
*[class*="mb-"]
{
	display: block;
}
*[class*="mb-"]:before,
*[class*="mb-"]:after
{
  display: table;
  content: " ";
  clear: both;
}
.clearboth
{
	clear: both;
}
.mb-0
{
	margin-bottom: 0px;
}
.mb-5
{
	margin-bottom: 5px;
}
.mb-10
{
	margin-bottom: 10px;
}
.mb-15
{
	margin-bottom: 15px;
}
.mb-20
{
	margin-bottom: 20px;
}
.mb-30
{
	margin-bottom: 30px;
}
.mb-40
{
	margin-bottom: 40px;
}
.mb-50
{
	margin-bottom: 50px;
}
.mb-60
{
	margin-bottom: 60px;
}
.mb-70
{
	margin-bottom: 70px;
}
.mb-80
{
	margin-bottom: 80px;
}
.mb-90
{
	margin-bottom: 90px;
}
/* DISPLAYING */
.position-static
{
	position: static;
}
.position-relative
{
	position: relative;
}
.position-absolute
{
	position: absolute;
}
.width-100
{
	width: 100%;
}
.display-none
{
	display: none;
}
.display-block
{
	display: block;
}
.display-inlineblock
{
	display: inline-block;
}
.display-on-hover
{
	display: none;
}
body *:hover > .display-on-hover
{
	display: inline-block;
}
body *:hover > .hide-on-hover
{
	display: none;
}
@media (max-width: 767px) {
	.text-center-xs
	{
		text-align: center;
	}
	.text-left-xs
	{
		text-align: left;
	}
	.text-right-xs
	{
		text-align: right;
	}
	.fw-400-xs
	{
		font-weight: 400;
	}
	.mb-0-xs
	{
		margin-bottom: 0px;
	}
	.mb-5-xs
	{
		margin-bottom: 5px;
	}
	.mb-10-xs
	{
		margin-bottom: 10px;
	}
	.mb-15-xs
	{
		margin-bottom: 15px;
	}
	.mb-20-xs
	{
		margin-bottom: 20px;
	}
	.mb-30-xs
	{
		margin-bottom: 30px;
	}
	.mb-40-xs
	{
		margin-bottom: 40px;
	}
	.mb-50-xs
	{
		margin-bottom: 50px;
	}
	.mb-60-xs
	{
		margin-bottom: 60px;
	}
	.mb-70-xs
	{
		margin-bottom: 70px;
	}
	.mb-80-xs
	{
		margin-bottom: 80px;
	}
	.mb-90-xs
	{
		margin-bottom: 90px;
	}
	.fs-6-xs
	{
		font-size: 6px;
	}
	.fs-8-xs
	{
		font-size: 8px;
	}
	.fs-10-xs
	{
		font-size: 10px;
	}
	.fs-12-xs
	{
		font-size: 12px;
	}
	.fs-14-xs
	{
		font-size: 14px;
	}
	.fs-16-xs
	{
		font-size: 16px;
	}
	.fs-18-xs
	{
		font-size: 18px;
	}
	.fs-20-xs
	{
		font-size: 20px;
	}
	.fs-22-xs
	{
		font-size: 22px;
	}
	.fs-24-xs
	{
		font-size: 24px;
	}
	.fs-26-xs
	{
		font-size: 26px;
	}
	.fs-28-xs
	{
		font-size: 28px;
	}
	.fs-30-xs
	{
		font-size: 30px;
	}
	.fs-32-xs
	{
		font-size: 32px;
	}
	.fs-34-xs
	{
		font-size: 34px;
	}
	.fs-44-xs
	{
		font-size: 44px;
	}
	.fs-90-xs
	{
		font-size: 90px;
	}
	.display-block-xs
	{
		display: block;
	}
	.position-static-xs
	{
		position: static;
	}
	.position-relative-xs
	{
		position: relative;
	}
	.position-absolute-xs
	{
		position: absolute;
	}
}
/* fixes */
/* nice Selects */
.form-loan select {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAMAAAB/w0xGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NzE3RDQ2MTNFRTQxMUU2QkUwOEFCNzYyNzVCQzdBNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MEU3MTg5Qjg0MTIxMUU2ODU4REFDQjMxMzk3M0Y3OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MEU3MTg5QTg0MTIxMUU2ODU4REFDQjMxMzk3M0Y3OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MzQ0ODU2NS00MDY1LTAyNDQtODYyOS03ZjEzZDk1ZGZjYjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODcxN0Q0NjEzRUU0MTFFNkJFMDhBQjc2Mjc1QkM3QTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BCBQAAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAkSURBVHjaYmCAAUYYYGBEFwEKMaKJgIQYUUXAQowoIowAAQYACoIAQu+8f3wAAAAASUVORK5CYII=') !important;
	background-repeat: no-repeat !important;
	background-position: 100% 50% !important;
	display: block;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}
/* nice Selects. remove default arrow in IE 10 and 11 */
.form-loan select::-ms-expand {
  display: none;
}
@media screen and (min-width:0\0) {
  select {
    background:none\9;
    padding: 6px\9;
  }
}
/* input-number remove defauls buttons (up/down) */
.form-loan input[type="number"]::-webkit-outer-spin-button,
.form-loan input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
    height: auto;
}
.form-loan input[type=number]
{
	appearance: none;
    -moz-appearance: none;
}
/* input-placeholders */
::-webkit-input-placeholder 
{
	color: #a9a9a9;
}
:-moz-placeholder 
{
	color: #a9a9a9;
}
::-moz-placeholder 
{
	color: #a9a9a9;
}
:-ms-input-placeholder 
{
	color: #a9a9a9;
}
/* FontAwesome size */
body .form-loan .fa:before,
body .form-loan .fa
{
	font-family: FontAwesome !important;
}
body .form-loan .fa:before
{
	font-size: inherit !important;
}
/* END OF FRAMEWORK */
/*General*/
body 
{
	font-family: 'Muli', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: #272727;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	line-height: 1.3;
}
.h1,
h1 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}
.h2,
h2 {
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.h3,
h3 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.h4,
h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
.h5,
h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
p, li 
{
	font-family: 'Muli', Arial, sans-serif;
	line-height: 1.6;
}
strong,
b
{
	font-weight: 600;
}
a 
{
	color: #202740;
	transition: all 0.2s ease;
}
a:hover,
a:focus 
{
	color: #56d085;
	text-decoration: underline;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
div[class*="col-"] a
{
	text-decoration: underline;
}
div[class*="col-"] a[class]
{
	text-decoration: none;
}
/* LOAN START */
/* tools */
/* COLORS */
body .white-color
{
	color: #ffffff;
}
body .white-bg
{
	background-color: #ffffff;
}
body .black-color
{
	color: #212121;
}
body .black-bg
{
	background-color: #000000;
}
body .gray-bg
{
	background-color: #f7f7f7;
}
body .gray-border
{
	border-color: #dddddd;
}
body .blue-first-color
{
	color: #fb9060;
}
body .blue-first-bg
{
	background-color: #fb9060;
}
body .blue-second-color
{
	color: #0032ad;
}
body .orange-color
{
	color: #fb9060;
}
body .blue-border-bottom
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #d2f2fb;
}
/* navbar */
#stiction .navbar-brand 
{
	padding: 0 0 0 15px;
	display: block;
	width: 250px;
	height: auto;
	position: relative;
}
#stiction .navbar-brand img 
{
	max-width: 100%;
	height: 50px;
	width: auto;
	display: inline-block;
}
#stiction .navbar
{
	background-color: #ffffff;
}
#stiction .navbar
{
    -webkit-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 50px -2px rgba(0,0,0,0.14);
}
#stiction .navbar-nav > li > a
{
	padding: 15px 30px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
#stiction .navbar-nav a.btn
{
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0px 15px;
}
.nav > li > a:focus, 
.nav > li > a:hover
{
	background-color: transparent;
}
#stiction .navbar-toggle 
{
	background-color: #ffffff;
    border-color: #ddd;
}
#stiction .navbar-toggle .icon-bar
{
	background-color: #888;
}
/* boxes */
.box-padding-15
{
	padding: 15px;
}
.box-radius-100
{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.box-shadow
{
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.14);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.14);
}
.icon_holder_1
{
	width: 92px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	display: inline-block;
}
.icon_holder_1 > *
{
	vertical-align: middle;
}
.raster_icon
{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-1
{
	background-image: url('/img/icon-1.png');
}
.icon-2
{
	background-image: url('/img/icon-2.png');
}
.icon-3
{
	background-image: url('/img/icon-3.png');
}
.before_logo,
.after_logo,
.after_nav
{
	display: none;
}
#stiction .logo-img
{
	opacity: 0px;
	visibility: hidden;
}
#stiction .logo-element
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	margin-left: 15px;
	background-image: url('/img/logo.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}
#stiction .toll_phone_number
{
	display: block;
	width: auto;
	position: relative;
	background-color: #0032ad;
	font-size: 14px;
	text-align: center;
	color: #f8f8f8;
	padding: 3px 7px;
	margin: 0px -15px 3px -15px;
}
#stiction .toll_phone_number .pnumber
{
	text-decoration: underline;
}
.short_form_panel
{
	padding: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.14);
}
.list_with_icons_1_style
{
	margin: 0px;
	padding: 0px;
}
.list_with_icons_1_style li
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	list-style: none;
}
.list_with_icons_1_style li i
{
	position: absolute;
	left: 0px;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
}
.list_with_icons_2_style
{
	margin: 0px;
	padding: 0px;
}
.list_with_icons_2_style li
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 50px;
	list-style: none;
}
.list_with_icons_2_style li i
{
	position: absolute;
	left: 0px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
	border-radius: 50px;
}
.circle_step-1 
{
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-color: #202740;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 24px;
	height: 66px;
	width: 66px;
	line-height: 62px;
	text-align: center;
	vertical-align: middle;
}
/*Button styles*/
body #storefrontloans-subscribe-form .submit, 
.btn 
{
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	color: #ffffff;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 50px;
	padding: 10px 35px;
	transition: all 0.2s ease;
}
body #storefrontloans-subscribe-form .submit, 
body .loan-application-form .next-btn, 
body .loan-application-form .submit,
.btn-default
{
	color: #ffffff;
	border-width: 2px;
	border-color: #ffffff;
	border-radius: 25px;
	padding: 10px 22px;
	font-weight: 600;
	text-decoration: none;
	background-color: #56d085;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#56d085),to(#56d085));
	background-image: -webkit-linear-gradient(top,#56d085,#56d085);
	background-image: -moz-linear-gradient(top,#56d085,#56d085);
	background-image: -o-linear-gradient(top,#56d085,#56d085);
	background-image: -ms-linear-gradient(top,#56d085,#56d085);
	background-image: linear-gradient(top,#56d085,#56d085);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#56d085',EndColorStr='#56d085');
}
body .loan-application-form .next-btn, 
body .loan-application-form .submit,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus 
{
	color: #ffffff;
	background-color: #fb9060;
	border-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fb9060),to(#fb9060));
	background-image: -webkit-linear-gradient(top,#fb9060,#fb9060);
	background-image: -moz-linear-gradient(top,#fb9060,#fb9060);
	background-image: -o-linear-gradient(top,#fb9060,#fb9060);
	background-image: -ms-linear-gradient(top,#fb9060,#fb9060);
	background-image: linear-gradient(top,#fb9060,#fb9060);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fb9060',EndColorStr='#fb9060');
}
body #storefrontloans-subscribe-form .submit:hover, 
.btn:hover,
.btn-default:hover
{
	color: #ffffff !important;
	background-color: #56d085 !important;
	background-image: none !important;
	border-color: #56d085!important;
}
.btn-secondary 
{
	color: #9e9e9e;
	background-color: #e7e7e7;
	border-color: transparent;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus 
{
	color: #9e9e9e;
	background-color: #d1d1d1;
	border-color: transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus 
{
	outline: none;
}
.btn-lg 
{
	font-size: 16px;
	line-height: 1.3333333;
	padding-top: 14px;
	padding-bottom: 14px;
}
.btn-stroke 
{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-stroke:hover 
{
	color: #232323;
	background-color: #fff;
	border-color: #fff;
}
.btn.group 
{
	margin: 10px;
}
.navbar-btn 
{
	margin-right: 10px;
	margin-left: 10px;
}
/* footer */
#footer 
{
	background-color: #343434;
	color: #f4f4f4;
	font-size: 14px;
	text-align: center;
}
#footer a 
{
	color: #f4f4f4;
}
#footer .copyright
{
	text-shadow: none;
}
#footer .navbar,
#footer .navbar .navbar-nav
{
	padding: 0px;
	font-size: 16px;
	border: 0px none;
	text-align: center;
	float: none;
	display: inline-block;
	min-height: auto;
	margin: 0px;
}
#footer .navbar-nav > li
{
	float: none;
	display: inline-block;
	font-size: 14px;
}
#footer .navbar-nav > li > a 
{
	padding: 0px 5px;
	margin: 0px;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: none;
}
/*Hero styles*/
.hero-cover
{
	background-image: none;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: -1px 0px;
}
.hero 
{
	background-color: #56d085;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	position: relative;
	top: -1px;
}
body .hero.banner-no-1
{
	background-image: url('/img/hero-home.jpg');
}
body.pages.personal-loans .hero
{
	background-image: url('/img/hero-personalloans.jpg');
}
.hero strong
{
	font-size: 18px;
	line-height: 24px;
}
.dark_shaded_box 
{
	background-color: rgba(0,0,0,0.5);
	padding: 0px;
	color: #fff;
	display: inline-block;
}
*[class*="illustration-"]
{
	background-size: contain;
	background-repeat: no-repeat;
}
.illustration-1
{
/*
	background-image: url('/img/illustration-1.png');
*/
	background-position: bottom center;
}
.illustration-2
{
	background-image: url('/img/illustration-2.png');
	background-position: bottom center;
}
.illustration-3
{
	background-image: url('/img/illustration-3.jpg');
	background-position: bottom center;
}
.illustration-4
{
	background-image: url('/img/illustration-4.png');
	background-position: bottom center;
}
/* Forms */
/* application-form-container */
.application-form-container form
{
	font-size: 17px;
	margin: 0;
	max-width: 100%;
}

.form-control 
{
	height: 40px;
	font-size: 16px;
	color: #232323;
	box-shadow: none;
	border-color: #e5e5e5;
}
.application-form-container .short_form_header
{
	font-weight: 800;
}
.application-form-container .short_form_header #js-display-callback
{
	float: right;
}
.application-form-container .short_form_header #js-display-callback,
.application-form-container .range-min,
.application-form-container .range-max
{
	color: #202740;
}
.application-form-container .range-min,
.application-form-container .range-max
{
	position: absolute;
	top: 100%;
	font-size: 15px;
	margin-top: 8px;
}
.application-form-container .range-min
{
	left: 0px;
}
.application-form-container .range-max
{
	right: 0px;
}
.application-form-container .slider_descr
{
	line-height: 1;
	margin: 10px 0px 0px 0px;
}
.application-form-container .form-group *
{
	transition: all 0.2s ease;
}
.application-form-container .fancy_label
{
	cursor: default;
	font-size: 16px;
	color: #959aa0;
	display: none;
	margin: 0px;
}
/*
.application-form-container .has-success .fancy_label,
.application-form-container .has-error .fancy_label,
.application-form-container .form-control:focus ~ .fancy_label
{
	top: -9px;
	font-size: 12px;
}
*/
.application-form-container .form-control
{
	height: 40px;
	padding: 2px 5px;
	border-width: 1px;
	border-color: #c3c3c3;
	color: #545764;
	font-weight: 600;
	border-style: solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.application-form-container .has-error .fancy_label
{
	color: #f15b5a;
}
.application-form-container .has-error .form-control
{
	border-color: #f15b5a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.application-form-container .has-success .fancy_label
{
	color: #67b168;
}
.application-form-container .has-success .form-control
{
	border-color: #67b168;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.has-feedback label ~ .form-control-feedback 
{
	top: 45px;
}
.form-horizontal .has-feedback .form-control-feedback 
{
	right: 20px;
}
.form-control-feedback.glyphicon-calendar:before 
{
	color: #bfbfbf;
}

body #dluk_apply_form *
{
	font-family: inherit !important;
}
.long_form_preloader_holder
{
	min-height: 400px;
}
/**
 * Main stylesheet for Powerange.
 * http://abpetkov.github.io/powerange/
 */
.slider-wrapper {
	height: 70px;
	position: relative;
}
.range-bar {
	background-color: #ffffff;
	border-radius: 15px;
	display: block;
	height: 6px;
	position: relative;
	width: 100%;
	top: 20px;
	border-width: 0px;
	border-style: none;
	background: #d2dae2;
}
.range-quantity {
	background-color: #fb9060;
	border-radius: 15px 0px 0px 15px;
	display: block;
	height: 100%;
	width: 0;
}
.range-handle {
	position: absolute;
	cursor: pointer;
	border-color: transparent;
	background-image: url("../img/slider-button.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	top: -12px;
	border: none;
}
/* miscellaneous */ 
*[name*="google_conversion_frame"] {
	display: none !important;
}
#error 
{
	padding: 200px 0px;
}
body.fine-print #legalDis {
	display: none;
}
/* PAGES */
.btn.btn-blue
{
	background: #b5e0f7;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#76c7f1), to(#b5e0f7));
	background-image: -webkit-linear-gradient(bottom, #76c7f1, #b5e0f7);
	background-image: -moz-linear-gradient(bottom, #76c7f1, #b5e0f7);
	background-image: -o-linear-gradient(bottom, #76c7f1, #b5e0f7);
	background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
	border: 1px solid #1172c1;
	color: #1172c1;
}
.btn.btn-blue:hover
{
	background: #76c7f1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#b5e0f7), to(#76c7f1));
	background-image: -webkit-linear-gradient(bottom, #b5e0f7, #76c7f1);
	background-image: -moz-linear-gradient(bottom, #b5e0f7, #76c7f1);
	background-image: -o-linear-gradient(bottom, #b5e0f7, #76c7f1);
	background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
	border: 1px solid #1172c1;
	color: #1172c1;
}
.btn.btn-green
{
	background: #d1e990;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#aad75d), to(#d1e990));
	background-image: -webkit-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: linear-gradient(to top, #aad75d, #d1e990);
	border: 1px solid #9dba60;
	color: #54770f;
}
.btn.btn-green:hover
{
	background: #aad75d;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d1e990), to(#aad75d));
	background-image: -webkit-linear-gradient(bottom, #d1e990, #aad75d);
	background-image: -moz-linear-gradient(bottom, #d1e990, #aad75d);
	background-image: -o-linear-gradient(bottom, #d1e990, #aad75d);
	background-image: linear-gradient(to top, #d1e990, #aad75d);
	border: 1px solid #9dba60;
	color: #54770f;
}
.btn.btn-orange
{
	background: #fbdc86;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
	background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
	background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
	background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
	background-image: linear-gradient(to top, #f8bf56, #fbdc86);
	border: 1px solid #c0830b;
	color: #c0830b;
}
.btn.btn-orange:hover
{
	background: #f8bf56;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
	background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
	background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
	background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
	background-image: linear-gradient(to top, #fbdc86, #f8bf56);
	border: 1px solid #c0830b;
	color: #c0830b;
}
.btn.btn-red
{
	background: #fd9c9c;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fc7d7d), to(#fd9c9c));
	background-image: -webkit-linear-gradient(bottom, #fc7d7d, #fd9c9c);
	background-image: -moz-linear-gradient(bottom, #fc7d7d, #fd9c9c);
	background-image: -o-linear-gradient(bottom, #fc7d7d, #fd9c9c);
	background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
	border: 1px solid #9d1111;
	color: #9d1111;
}
.btn.btn-red:hover
{
	background: #fc7d7d;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fd9c9c), to(#fc7d7d));
	background-image: -webkit-linear-gradient(bottom, #fd9c9c, #fc7d7d);
	background-image: -moz-linear-gradient(bottom, #fd9c9c, #fc7d7d);
	background-image: -o-linear-gradient(bottom, #fd9c9c, #fc7d7d);
	background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
	border: 1px solid #9d1111;
	color: #9d1111;
}
/* Accorditions */
.toggle.box_shadow
{
	padding: 0px;
}
.toggle .panel-heading 
{
	cursor: pointer;
	border-color: #dddddd;
	padding-right: 25px;
}
.toggle .panel-heading.collapsed
{
	border-color: transparent;
}
.toggle .panel-heading+.panel-collapse>.panel-body 
{
	border-top-color: #fff;
	padding: 15px;
}
.toggle .panel-heading .panel-title .glyphicon-menu-down 
{
	display: none;
}
.toggle .panel-heading.collapsed .panel-title .glyphicon-menu-down 
{
	display: inline-block;
}
.toggle .panel-heading.collapsed .panel-title .glyphicon-menu-up 
{
	display: none;
}
.toggle .panel-heading .panel-title .glyphicon-menu-down,
.toggle .panel-heading .panel-title .glyphicon-menu-up 
{
    color: #bcbcbc;
    font-size: 14px;
    margin-top: -6px;
    position: absolute;
    right: -15px;
    top: 50%;
}
/* MCAFEE */
.mcafee_element 
{
	position: relative;
}
.mcafee_element > img
{
	margin-bottom: 0px;
}
#mcafee
{
	cursor: pointer;
}
.mcafee_element #mcafeeContn 
{
	position: relative;
	float: right;
}
.mcafee_element #mcafeeContn > *
{
	top: 20px;
	left: auto;
	right: auto;
}
#mcafee_popup_header
{
	height: 50px;
	position: relative;
	z-index: 50;
	overflow: hidden;
}
#mcafee_popup_header .inner
{
	padding: 5px 0;
}
#mcafee_popup_header .inner .verify-column
{
	height: 40px;
	padding: 0 10px 0 0;
	border-right: solid 1px #e5e6e7;
	text-align: right;
}
#mcafee_popup_header .inner .verify-column a
{
	text-rendering: optimizelegibility;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
	color: #aaaaaa;
}
#mcafee_popup_header .inner .verify-column a:hover
{
	color: #666666;
}
#mcafee_popup_header .inner .close-column .close-icon
{
	cursor: pointer;
	width: 27px;
	height: 14px;
	background: url('//cdn.ywxi.net/static/img/vh_close_button.png') no-repeat center center;
}

#mcafee_popup_header:after
{
	content: '';
	position: absolute;
	background: #fff;
	height: 50px;
	width: 90px;
	display: block;
	right: 0px;
	top: 0px;
	z-index: -1;
}
#mcafee_popup_header *
{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	max-width: none;
	max-height: none;
	transition: all 0.2s;
}
#mcafeeContn iframe
{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
/* OLA seal */
.ola_seal.original
{
	max-width: 92px;
}
.ola_seal
{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: baseline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 8px;
}
.ola_seal a
{
	height: inherit;
}
.ola_seal *
{
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
}
.partner_logos img
{
	max-height: 48px;
	height: auto;
	width: auto;
	margin: 8px;
}
/* cookie_bar */
.cookie_bar
{
	padding: 10px 5px;
	background: rgba(64,64,64,0.9);
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	z-index: 1000;
}
.cookie_bar table td
{
	padding: 0px 5px;
}
.cookie_bar .cookie_accept_close
{
	padding: 8px;
}
.cookie_bar *
{
	color: #ffffff;
}
.cookie_bar a
{
	text-decoration: underline;
}
/* pushcrew Push Crew push notifications */
body *[class*="pushcrew"] {
  display: none !important;
}
/* color scheme */
#stiction .navbar-nav > li > a
{
	color: #212121;
}
#stiction .navbar-nav a.btn
{
	color: #212121;
	border-color: #212121;
}
.short_form_panel
{
	background-color: #ffffff;
}
/* media */
@media (min-width: 768px) {
	#stiction .navbar-transparent
	{
		background: #ffffff;
	}
	.no-headerbanner #stiction .navbar-transparent
	{
		background: #ffffff;
	}
	#stiction .navbar
	{
		padding: 15px 0px;
	}
	.has-headerbanner #stiction .navbar.navbar-transparent
	{
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	#stiction .navbar-transparent .logo-element
	{
		background-image: url('/img/logo.webp');
	}
	.no-headerbanner #stiction .navbar-transparent .logo-element
	{
		background-image: url('/img/logo.webp');
	}

	.short_form_panel
	{
		padding: 30px;
		border-radius: 0px 30px;
	}
	.descr_next_to_icon-1
	{
		margin-left: 85px;
	}
	#stiction .toll_phone_number
	{
		display: none;
		width: auto;
		position: absolute;
		right: 0px;
		left: auto;
		top: 100%;
		bottom: auto;
		margin: 30px 10px;
		background-color: transparent;
		color: #222222;
	}
	#stiction .navbar-transparent .toll_phone_number
	{
		display: inline-block;
	}

	/* .has-headerbanner #stiction .navbar-transparent .navbar-nav > li > a
	{
		color: #f8f8f8;
	} */
	/* .has-headerbanner #stiction .navbar-transparent .navbar-nav a.btn
	{
		color: #f8f8f8;
		border-color: #f8f8f8;
	} */
}
@media (min-width: 1024px) {
	.back-guy-bg
	{
		position: absolute;
		z-index: 1;
		width: 50%;
		height: 100%;
		left: 0px;
		top: 0px;
		right: auto;
		bottom: 0px;
		background-image: url('/img/illustration-4.png');
		background-size: auto 100%;
		background-position: right;
		background-repeat: no-repeat;
	}
}

/* PopUp Shadow */
.privacy-policy b,
.privacy-policy strong{
	font-weight: 700;
}

.privacy-policy-table{
	margin: 4rem 0 4rem 0;
}

.privacy-policy-table td,
.privacy-policy-table th{
	padding: 10px;
}

a.agree_box-by_id{
	color: #56d085;
	font-weight: 600;
}

.agree_box-popup-heading{
	font-weight: 700;
}

.agree_box-popup-shadow
{
	position: fixed;
	background-color: #000000;
	background-color: rgba(0,0,0, 0.85);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10000000;
	overflow-y: scroll;
	display: none;
}
.agree_box-popup-shadow.active
{
	display: block;
}
.agree_box-popup-shadow .agree_box-popup-body
{
	width: 600px;
    max-width: 95%;
    padding: 15px;
    margin: 10px auto;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: left;
    font-size: 14px;
}
.agree_box-popup-shadow .agree_box-popup-body .agree_box-popup-header
{
	text-align: right;
}
.agree_box-popup-shadow .agree_box-popup-body .agree_box-popup-close-button
{
	background-color: #ee8080;
	color: #ffffff;
	padding: 3px;
	font-size: 24px;
	display: inline-block;
	width: auto;
	margin: -5px 4px 8px 0px;
	cursor: pointer;
	border-radius: 6px;
	line-height: 100%;
	-webkit-transform: rotate( 90deg );
	-moz-transform: rotate( 90deg );
	-ms-transform: rotate( 90deg );
	-o-transform: rotate( 90deg );
	transform: rotate( 90deg );
}

/* TEMPORARY TRASH. FILTER AND REMOVE UNECESSARY IN FUTURE */
#form-personal-five #storefrontloans-form-steps .form-body
{
	height: auto !important;
}
@media (max-width: 480px) {
    body #form-personal-classic_two_steps .step-bloks {
        display: none !important;
    }
	body #dluk_apply_form .reject-recommended .step-bloks > * {
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
	body #dluk_apply_form .reject-recommended .link
	{
		height: auto;
		padding: 7px;
		margin: 0px;
	}
}
#form-personal-five .contain .selectbox ul
{
	padding: 0px;
}
.loan-application-form .buttons
{
	text-align: center;
}
.loan-application-form.form-personal .next-btn, 
.loan-application-form.form-personal .submit, 
.loan-application-form.form-personal .back_step
{
	display: inline-block !important;
	float: none !important;
	margin: 10px 20px !important;
}
/* paint Business forms to blue on LST site*/
.loan-application-form.form-business .contain *.submit
{
	background: #90c9e8 !important;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#5aabd6),to(#90c9e8)) !important;
	background-image: -webkit-linear-gradient(bottom,#5aabd6,#90c9e8) !important;
	background-image: -moz-linear-gradient(bottom,#5aabd6,#90c9e8) !important;
	background-image: -o-linear-gradient(bottom,#5aabd6,#90c9e8) !important;
	background-image: linear-gradient(to top,#5aabd6,#90c9e8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90c9e8', endColorstr='#5aabd6') !important;
	border-color: #90c9e8 !important;
}
.loan-application-form.form-business .contain *.submit:hover, 
.loan-application-form.form-business .contain *.submit_back:hover
{
	background-image: -webkit-gradient(linear,left bottom,left top,from(#90c9e8),to(#5aabd6)) !important;
	background-image: -webkit-linear-gradient(bottom,#90c9e8,#5aabd6) !important;
	background-image: -moz-linear-gradient(bottom,#90c9e8,#5aabd6) !important;
	background-image: -o-linear-gradient(bottom,#90c9e8,#5aabd6) !important;
	background-image: linear-gradient(to top,#90c9e8,#5aabd6) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aabd6', endColorstr='#90c9e8') !important;
}
.form-loan-container[data-currentstep="5"] .indicator .element:nth-child(2):before, .form-loan-container[data-currentstep="5"] .indicator .element:nth-child(3):before, .form-loan-container[data-currentstep="5"] .indicator .element:nth-child(4):before, .form-loan-container[data-currentstep="5"] .indicator .element:nth-child(5):before, .form-loan-container[data-currentstep="4"] .indicator .element:nth-child(2):before, .form-loan-container[data-currentstep="4"] .indicator .element:nth-child(3):before, .form-loan-container[data-currentstep="4"] .indicator .element:nth-child(4):before, .form-loan-container[data-currentstep="3"] .indicator .element:nth-child(2):before, .form-loan-container[data-currentstep="3"] .indicator .element:nth-child(3):before, .form-loan-container[data-currentstep="2"] .indicator .element:nth-child(2):before, .form-loan-container .indicator .element:nth-child(1):before
{
	background: #90c9e8 !important;
}
.loan-application-form.form-business .step.active .step-icon .icon
{
	border-color: #90c9e8 !important;
	color: #90c9e8 !important;
}
.loan-application-form.form-business .by-step a
{
	color: #90c9e8 !important;
}
.form-loan .iagree-label
{
	max-width: 100%;
}
.form-loan .agreement_phone_number
{
	white-space: nowrap;
}
.form-loan .form_legal_agreement
{
	margin-bottom: 15px;
}
.form-loan .iagree-label-holder
{
	text-align: left;
}
.form-loan .by-step
{
	display: inline-block;
}
body .marketing-label.hidden_when_inactive.text-left.lh-160.display-inlineblock .fs-14
{
	display: none !important;
}


ul.hero_list{
	padding: 0 0 0 32px;
    list-style: none;
}
ul.hero_list.hero_list_big{
	padding: 0 0 0 60px;
}
ul.hero_list li{
	position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
ul.hero_list.hero_list_big li{
	font-size: 34px;
	margin-bottom: 42px;
}
ul.hero_list.hero_list_big li:last-child{
	margin-bottom: 0;
}

ul.hero_list li:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M20.285 2L9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z" fill="%23fff"/></svg>');
    width: 23px;
    height: 23px;
    position: absolute;
	top: 4px;
    left: -32px;
    background-color: #ffd200;
    border-radius: 50%
}
ul.hero_list.hero_list_big li:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"><path d="M20.285 2L9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z" fill="%23fff"/></svg>');
    width: 42px;
    height: 42px;
    top: 8px;
    left: -60px;
}

@media (max-width: 767px) {
	ul.hero_list li{
		font-size: 16px;
		margin-bottom: 15px;
	}
	ul.hero_list li:before {
		top: 2px;
	}
	ul.hero_list.hero_list_big li{
		font-size: 24px;
		margin-bottom: 22px;
	}
	ul.hero_list.hero_list_big li:before{
		width: 37px;
		height: 37px;
		top: 2px;
		left: -55px;
	}
}

.btn.btn-hero{
	font-size: 42px;
    padding: 10px 70px;
    font-weight: 700;
    background-color: #ffd200;
    border: transparent;
    text-transform: none;
}
.btn.btn-hero:hover{
	background-color: #edc300!important;
}

@media (max-width: 767px) {
	.btn.btn-hero{
		font-size: 26px;
	}
}

.big_checkmark{
	width: 80px;
    height: 80px;
    background-color: #ffd200;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.image_icon{
	width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 10px;
}

.gray-color{
	color: #a3a3a3;
}

.example_table{
	width: 100%;
    font-size: 24px;
    font-weight: 700;
}

.example_table thead tr{
	color: #fff;
}
.example_table thead tr th{
	text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    background-color: #56d085;
}

.example_table tbody tr td{
	padding: 10px 15px;
}
.example_table tbody tr td:last-child{
	text-align: right;
}

.example_table tfoot tr th{
	color: #fff;
	padding: 15px;
    background-color: #56d085;
}
.example_table tfoot tr th:first-child{
	border-radius: 0 0 0 10px;
}
.example_table tfoot tr th:last-child{
	border-radius: 0 0 10px 0;
	text-align: right;
}

@media (max-width: 767px) {
	.example_table{
		font-size: 20px;
	}
}

body .green-color{
	color: #56d085;
}
