﻿		body
		{
			background-color: #f0f0f0;
			padding: 0px;
			margin: 0px;
		}

.global-container
{
	text-align: center;
	overflow-x: hidden;
	position:relative;
}
		
.block-container
{
	text-align: left;
	display: inline-block;
	width: 960px;
}



		
.phone-number
{
	display: inline-block;
	font-family: Arial, Helvetica;
	float: right;
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
	color: #404450;
}
		
.app-container
{
	display: inline-block;
	background-image: url("images2/content-app.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 1px;
	position: relative;
	width: 960px;
}
		
.header
{
	color: #245fb3;
	font-family: Arial,sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 35px;
	margin: 0px 0px 6px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(25, 17, 14, 0.32);
}
		
.subheader
{
	color: #1f5299;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(25, 17, 14, 0.32);
}

/* Top Menu */
.menu_apply
		{
			display: inline-block;
			background-image: url("images2/menu-icon-apply.png");
			background-position: 0px -12px;
			background-repeat: no-repeat;
			margin: 0px 0px 0px 44px;
			padding: 0px;
			height: 12px;
		}
		
		.menu_rates
		{
			display: inline-block;
			background-image: url("images2/menu-icon-rates-and-fees.png");
			background-position: 0px -12px;
			background-repeat: no-repeat;
			margin: 0px 0px 0px 44px;
			padding: 0px;
			height: 12px;
		}
		
		.menu_how
		{
			display: inline-block;
			background-image: url("images2/menu-icon-how-it-works.png");
			background-position: 0px -12px;
			background-repeat: no-repeat;
			margin: 0px 0px 0px 44px;
			padding: 0px;
			height: 12px;
		}
		
		.menu_apply a, .menu_rates a, .menu_how a
		{
			color: #3355AA;
			padding: 0px 0px 0px 20px;
			font-size: 12px;
			line-height: 12px;
		}


/* ---------- Central block ----------- */

.money-corner
{
	background-image: url("images2/form-main-money.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 298px;
	position: absolute;
	top: 45px;
	width: 419px;
	right: -173px;
}

.form-table
{
	background-image: url("images2/form-main-bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.38);
	width: 960px;
}
		
		
.form-content
{
	border-radius: 5px 0px 0px 5px;
	padding: 40px 45px;
	width: 580px;
	vertical-align: top;
	text-align: left;
}

.side-content
{	
	vertical-align: top;
}



/* ---------- Side Bar ----------- */
		
.sidebar
{
	padding: 0px 20px 20px 40px;
	color: rgb(48, 48, 48);
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 7px;
	text-align: left;
	vertical-align: top;
}
		
.sidebar-title
{
	color: rgb(48, 48, 48);
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
	margin-top: 40px;
	padding-bottom: 57px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}
		
.sidebar-arrow
{
	background: url("images2/form-arrow.png") no-repeat scroll 0px 0px transparent;
	bottom: 20px;
	height: 27px;
	left: -71px;
	position: absolute;
	width: 293px;
}
		
.sidebar-item-apply
{
	background-image: url("images2/features-apply.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 50px;
	height: 40px;
}
		
.sidebar-item-approval
{
	background-image: url("images2/features-time.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 50px;
	height: 42px;
}
		
.sidebar-item-getmoney
{
	background-image: url("images2/features-cash.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 50px;
	height: 42px;
}


/*--------------- Sidebar-AppHelp ---------*/

.apphelp-title
{
	color: rgb(48, 48, 48);
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.apphelp-text
{
	color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.apphelp-item
{
    position:absolute;
    width:220px;    
	--height:300px;
    overflow:hidden;
    
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0; 
	
    -webkit-transition:opacity 0.5s ease 0s;
	-moz-transition:opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;	
}

.apphelp-item-current
{
	position:absolute;
	width:220px;
	--height:200px;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	opacity: 1;

}

/*--------------- Features --------------*/
.feature-container
{
	width:320px;
	text-align:left;
}

.feature-title
{
	color: rgb(48, 48, 48);
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
	white-space: nowrap;
	padding:5px 0px 5px 0px;
}

.feature-text
{
    vertical-align:top;
    padding: 0px 0px 0px 5px;
    color: rgb(132, 136, 141);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 19px;
}
 .feature-image-container
 {
     width:50px;
 }

/* ---------- Footer What ----------- */

.what {
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
    background-image: url("images2/qualify-bg.png");
    background-repeat: repeat;
    background-position: 67px 50px;
    position:relative;
    height:500px;
}

.what-pic1 {
    background-image: url("images2/qualify-ppl.png");
    background-repeat: no-repeat;
    background-position: 50px 100%;
    width: 849px;
    height: 391px;
    position: absolute;
    bottom: 0px;
    left: -300px;
}

.what-right {
    margin-left: 451px;
    padding-top: 22px;
    padding-bottom: 140px;
}

.what-text
{
    margin: 13px 0px 0px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
}

.what-list-header {
    color: rgb(51, 51, 51);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom:20px;
}

.what-list
{
    margin: 0px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 32px;
}



.what-list-bullet
{
    color: green;
    padding:0px 20px 0px 0px;
    font-size:30px;
    line-height:17px;
    vertical-align:middle;
}


/* ---------- Side App ----------- */

.sideapp
{	
	text-align: left;	
	border-radius: 2px 2px 0px 0px;
    margin-bottom: 30px;
    padding: 30px 30px 30px 40px;
    background-color: #CCCCCC;
}

.sideapp-title
{
    margin: 0px 0px 24px;
    padding: 0px;
    color: rgb(48, 48, 48);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    Xtext-shadow: 0px 1px 1px rgb(40, 57, 70);
	white-space: nowrap;
}

/* ---------- Wizard ----------- */

.field-name
		{
			color: rgb(51, 51, 51);
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 16px;
			line-height: 16px;
			overflow: hidden;
			padding-bottom: 6px;
			text-align: left;
		}
		
		 .field-ddl, select.field-watermark
		{		    
			width: 100%;
			-moz-appearance: none;
			-moz-box-sizing: border-box;
			background-color: rgb(241, 241, 241);
			background-repeat: no-repeat;
			border-color: rgb(171, 171, 171) rgb(215, 215, 215) rgb(215, 215, 215);
			border-radius: 2px;
			border-style: solid;
			border-width: 1px;
			box-shadow: 0px 1px 1px rgb(210, 210, 210) inset;
			color: rgb(51, 51, 51);
			cursor: pointer;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 13px;
			height: 40px;
			margin: 0px;
			padding: 10px;
			transition: all 0.5s ease 0s;
			vertical-align: baseline;
		}
		
		.field-textbox, input.field-watermark
		{		
		    display:inline-block;    
            width: 100%;
		    vertical-align: baseline;
            line-height: normal;
            font-family: Arial,Helvetica,sans-serif;
            border-style: solid;
            border-width: 1px;
            height: 40px;
            padding: 0px 0px 0px 14px;
            border-radius: 2px;
            box-shadow: 0px 1px 1px rgb(210, 210, 210) inset;
            -moz-box-sizing: border-box;
            margin: 0px;
            transition: all 0.5s ease 0s;
            font-weight: normal;
            font-size: 14px;
            border-color: rgb(190, 190, 190);
            color: rgb(51, 51, 51);
            background-color: rgb(241, 241, 241);
		}
		
		.field-textbox:focused
		{
		    color: rgb(51, 51, 51);
		    background-color:White;
		}
		
		
		.field-icon-date
		{
			width: 34px;
			height: 25px;
			position: absolute;
			right: 0px;
			top: 8px;
			background-image: url("images2/field-date.png");
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		.form-textbox
		{
			-moz-box-sizing: border-box;
			background-color: rgb(241, 241, 241);
			border-color: rgb(171, 171, 171) rgb(215, 215, 215) rgb(215, 215, 215);
			border-radius: 2px;
			border-style: solid;
			border-width: 1px;
			box-shadow: 0px 1px 1px rgb(210, 210, 210) inset;
			color: rgb(51, 51, 51);
			font-family: Arial,Helvetica,sans-serif;
			font-size: 13px;
			height: 40px;
			margin: 0px;
			padding: 0px 14px;
			transition: all 0.5s ease 0s;
			width: 100%;
		}
		
input.field-watermark, .field-watermark
{
    color:#AAAAAA;
}

.ddl-watermark
{
    
	color: rgb(51, 51, 51);
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	height: 40px;
	margin: 0px;
	padding: 10px;
	vertical-align: baseline;
	position:absolute;
	top:2px;
	left:4px;
	color:#AAAAAA;
	pointer-events: none;
	vertical-align:middle;	
}

.ddl-watermark-link
{
    color:#AACCFF; 
    text-decoration:underline;
}

.watermark-ddl-container
{
    background-color: rgb(241, 241, 241);
    position:relative;
    height:40px; 	
}


/* ----------- Footer Menu -------------- */

	.menu-bottom
	{
	    background-color:White;
		display: block;
		text-align: justify;
		padding:20px 20px;
		border-radius: 5px;
		margin-bottom:50px;
	}
	
	.menu-bottom:after
	{
		content: "";
		display: inline-block;
		width: 100%;
	}
	
	.menu-bottom-item
	{
		display: inline-block;
		padding: 8px;
		color: rgb(107, 111, 115);
		font-family: Arial,Helvetica,sans-serif;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.menu-bottom-item:hover
	{	    
		border-radius: 5px;
	    color:#4484b2;
	    background-color:#EEEEEE;
	}

/* ---------- Contact Us ----------- */

.contact-item-email, .contact-item-phone, .contact-item-address
{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 24px 0px;
    padding-left: 48px;
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    min-height: 34px;
}

.contact-item-email
{
    background-image: url("images2/icon-email.png");
}

.contact-item-phone
{
    background-image: url("images2/icon-phone.png");
}

.contact-item-address
{
    background-image: url("images2/icon-address.png");
}

/* Footer APR */

	.apr-header
	{
		color: rgb(51, 51, 51);
		font-family: Arial,Helvetica,sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 22px;
		margin: 20px 0px 5px;
	}
	
	.apr-text
	{
		border-bottom: 1px solid rgb(219, 219, 219);
		clear: both;
		color: rgb(107, 111, 115);
		font-family: Arial,Helvetica,sans-serif;
		font-size: 13px;
		line-height: 22px;
		Xmargin-top: 27px;
		padding-bottom: 8px;
		text-align: left;
	}
	
	.apr-table
	{
		color: rgb(107, 111, 115);
		font-family: Arial,Helvetica,sans-serif;
		font-size: 13px;
		line-height: 22px;
	}
	
	.apr-cell
	{
		text-align: justify;
		margin-bottom: 16px;
	}

/*-------------- Footer Disclaimer -------------*/

.disclaimer
{
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 18px;
}

/*------------------- Promo -------------------*/

.promo-container {
    background-color: #f0f0f0;
    background-image: url("images2/promo3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height:510px;
    padding-top:30px;
}

/* Start Wizard */

.startwiz-floater
{
    text-align:center; 
    width:100%;
    z-index:1000;
    
}

.startwiz-container
{
	text-align: left;
	display: inline-block;
    margin: 0px;
    background-color:White;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.38);
    border-radius: 2px;
    z-index:1000;
}


.startwiz-cell
{
    padding:5px 10px 20px 20px;
}

.startwiz-title
{
    text-align: left; 
    margin:5px 0px 0px 20px;
    color: Orange; 
    font-weight: bold;
	padding: 0px; 
	font-size:28px;	
	text-shadow: 0px 1px 0px rgba(25, 17, 14, 0.32);
}

/* Resources */

.res-item
{
    min-height: 140px;
    padding: 30px 0px 25px 250px;
    position: relative;
}

.res-item-icon
{
    overflow: hidden;
    width: 220px;
    height: 140px;
    position: absolute;
    top: 33px;
    left: 0px;
}

.res-item-icon img
{
    width: 220px;
    min-height: 140px;
    border: 0px none;
}

.res-item-icon a {
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(68, 132, 178);
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    text-decoration: none;
}

.res-item-title, .res-item-title a
{
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(68, 132, 178);
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    text-decoration: none;
    margin-top:0px;
 }
 
.res-item-title a:hover
{    
    border-bottom: 1px dotted;
}


.res-item-desc
{
    margin: 0px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-size: 13px;
    line-height: 23px;
    font-family: sans-serif;
}


/* Faq */
.faq-item
{
    margin-bottom:20px;
}

.faq-item .faq-item-title
{
    border-bottom: 1px dotted rgb(68, 132, 178);
    color: rgb(68, 132, 178);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
}

.faq-item .faq-item-text
{
    display:none;
    border-radius: 0px 0px 5px 5px;
    border-top: 5px solid rgb(74, 131, 172);
    background-color: rgb(244, 244, 244);
    padding: 30px;
    margin-top: 0px;
    position: relative;
}

.faq-item-current .faq-item-title
{
    color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: Bold;
    border-bottom-color: White;
}

.faq-item-current .faq-item-text
{
    display:block;
}

/* Unsubscribe */
.unsubscribe-text
{
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
}

.unsubscribe-box
{
    padding: 35px 40px 40px 40px; 
    border-radius: 5px; 
    border-top: 5px solid #AADDFF; 
    background-color: #F2F2F2;
    position: relative;		
}

.unsubscribe-result
{
    color: #336699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height:40px;
    text-align:center;
}
/* ------------------------ */
		
		
.layout-content-title {
    margin: 0px 0px 25px;
    color: rgb(51, 51, 51);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
    padding: 15px 0px;
}
        

.imageleft
{
    float:left; 
    padding-right:10px;
}


/* Pop-ups */
.popup_container
{
	width: 400px;
	border: 4px solid #CCCCCC;
	background-color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
}

.popup_title
{
	width:100%;
	cursor: default; 
	background-color: #2D4A6C;
	color: White;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;	
	padding:2px;
}

.popup_title_close, a.popup_title_close, a.popup_title_close:visited
{
	background-color: #A03030;
	color: White;
	font-family: Verdana;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	cursor:pointer;
}

a.popup_title_close:hover
{
	background-color: #C03030;
	color: White;
	font-family: Verdana;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	cursor:pointer;
}

/*------------------*/


.sensi_text
{
    margin: 13px 0px 0px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-size: 16px;
    line-height: 28px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
}


.sensi_list
{
    margin: 0px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 32px;
}


.sensi_bullet
{
    color: green;
    padding:0px 20px 0px 0px;
    font-size:30px;
    line-height:17px;
    vertical-align:middle;
}

.sensi_header
{
    color: rgb(51, 51, 51);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom:20px;
}

.sensi_end
{
    color: rgb(70, 70, 70);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom:20px;
}

/* start_wiz2 */

.wiz2-tab tr > td {
    padding-left:12px;
}

.wiz2-tab tr > td:nth-child(1){
    padding-left:0px;
}

.wiz2-btn, .wiz2-btn:hover {
    display: inline-block;
    text-align: center;
    padding: 0px;
    __background-color:rgb(96, 125, 139);
    background-color:#597eb3;
    border-radius: 10px;
    width: 120px;
    height: 160px;
    cursor: pointer;    
    box-shadow: 2px 2px 2px rgb(107, 111, 115);
    margin:5px;
    overflow:hidden;
}

.wiz2-btn:nth-child(1), .wiz2-btn:hover:nth-child(1) {
}

.wiz2-btn:hover {   
    __background-color:#7ca1b3;
    background-color:#6c9ad9;
    box-shadow: 4px 4px 4px rgb(107, 111, 115);
}

.wiz2-btn > div:nth-child(1) {
    height:70px;
    padding:15px 15px 5px 15px;
}

.wiz2-btn > div:nth-child(1) >img {
    width: 100%; 
    max-height:100%;
    height:60px;
}
.wiz2-btn > div:nth-child(2) {
    color: white; 
    font-weight: bold;
    padding:0px 5px 0px 5px;
}
