@import url(http://fonts.googleapis.com/css?family=Lato:400,700,700italic,400italic);
/* =Minimal base styles
*******************************************************************************/
html {
    min-width: 960px;
}
body {
	font: 12px/1.4 Arial, sans-serif;
	background: #fff;
    min-height: 100%;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
}
body, select, input, textarea {
	color: #444;
	font: 12px Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1{
	color:#386DA3;
	font: 700 26px/35px 'Lato', Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
h2{
	font: 100 22px/25px 'Lato', Arial, Helvetica, sans-serif;
	margin-bottom:20px;
    color: #247db0;
}	
a {
	color: #247db0;
    outline: none;
}
a:hover {
	color: #86b510;
}
.placeholder {
    line-height: 40px;
    margin-left:10px;
}
/* =Useful classes
*******************************************************************************/

.fl-l {
	float: left !important;
}
.fl-r {
	float: right !important;
}
.wrapper {
	min-height:100%;
    position:relative;
}
.inner {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
.btn {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    font: 15px/30px Arial;
    color: #fff;
    text-shadow: 1px 1px 0 #ea5600;
    border-radius: 5px;
    background: #fc9637;
    background: -webkit-linear-gradient(top, #fc9637 0%,#ea5600 100%);
    -pie-background: linear-gradient(top, #fc9637 0%,#ea5600 100%);
    background: linear-gradient(to bottom, #fc9637 0%,#ea5600 100%);
    border:1px solid #fc3f00;
}
.btn:hover {
    color: #fff;
    background: #ffd168;
    background: -webkit-linear-gradient(top, #f7ab40 0%,#fc3f00 100%);
    -pie-background: linear-gradient(top, #f7ab40 0%,#fc3f00 100%);
    background: linear-gradient(to bottom, #f7ab40 0%,#fc3f00 100%);
}
/* =Layout
*******************************************************************************/
.two-cols .left-col {
    width: 350px;
    float: left;
}
.two-cols .main-col-home {
    width: 580px;
    padding: 0 20px 0 0;
    float: left;
}
.two-cols .main-col {
    width: 590px;
    padding: 0 20px 0 0;
    float: left;
}
.two-cols .right-col {
    width: 340px;
    float: right;
}
.two-cols .col{
    width: 49%;
    float: left;
    margin-left:2%;    
}
.four-cols .col {
    width: 23%;
    float: left;
    margin-left:2%;
}
.two-cols .col:first-child,
.three-cols .col:first-child,
.four-cols .col:first-child {
    margin-left: 0;
}
.three-cols .col {
    width: 32%;
    float: left;
    margin-left:2%; 
}
.section {
    padding: 20px 10px;
    margin: 0 auto;
    background:#fff;
    max-width: 990px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    border:1px solid #e9e9e9;
    box-shadow: 0 0 5px #e9e9e9; 
}
/* =Header
*******************************************************************************/
.header {
    background: #fff;
    margin-bottom: 20px;
} 
.header .inner {
    border-bottom:2px solid #386DA3;
}
.home-page .header .inner{
    border:none;
}
.home-page .header {
    margin-bottom:0;
}
a.logo {
    position: relative;
    font: 700 33px/80px 'Lato', Helvetica, Arial;
    color: #155aaf!important;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    float: left;
    transition: all 0.2s ease-out;    
    z-index: 2;
    margin:10px 0;
}
a.logo:hover {
    color:#ff8f00!important;
}
.logo:before {
    content: '';
    display: block;
    width: 66px;
    height: 78px;
    background: url('../images/logo.png') no-repeat;
    z-index: 1;
    float:left;
    margin-right: 10px;
}
.header-message {
    position: relative;
    background: #f15301;
    background: -webkit-linear-gradient(top, #f15301 0%,#fc5b01 100%);
    -pie-background: linear-gradient(top, #f15301 0%,#fc5b01 100%);
    background: linear-gradient(to bottom, #f15301 0%,#fc5b01 100%);
    box-shadow: inset 0 5px 4px #d03b00;
    border:1px solid #b74201;
    border-radius:20px;
    font: 700 22px/40px 'Lato', Helvetica, Arial;
    padding: 0 40px;
    margin-top:10px;
    color:#fff;
}
.header-time {
    float: right;
    color:#5a5a5a;
    font:  22px/40px 'Lato', Helvetica, Arial;
}
.header-time:before {
    display: block;
    content: '';
    width:33px;
    height:33px;
    background: url('../images/sprite.png') no-repeat -249px -215px;
    float:left;
    margin:5px 5px 0 0;
}
/* =Navigation
*******************************************************************************/
.nav {
    float: right; 
    margin-top:10px;
}
.nav li {
    display: inline;
}
.nav a {
    display: inline;
    padding: 0 8px;
    font: 700 15px/96px   Arial;
    color: #125b87;
    text-shadow: 1px 1px 0 #fff;
    transition: all 0.2s ease-out;    
}
.nav a.current,
.nav a:hover {
    color: #ff8f00;
}

/* =Mini Form
*******************************************************************************/
.page-header-wrap .inner {
    position: relative;
    background: #eef8fe;
    background: -webkit-linear-gradient(top, #fff 0%,#d6f0fd 100%);
    -pie-background: linear-gradient(top, #fff 0%,#d6f0fd 100%);
    background: linear-gradient(to bottom, #fff 0%,#d6f0fd 100%);    
    border:1px solid #c0c0c0;
    border-radius:10px;
}
.form-apply {
    z-index: 1;
}
aside .form-apply {
    margin-bottom:20px;
    border:1px solid #ade2fd;
    box-shadow: 0 0 5px #1B72A5;
}
.fa-title {
    position:relative;
    color: #fff;
    text-align: center;
    font: italic 700 35px/65px 'Lato', Helvetica, Arial;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom:20px;
    color:#ff7400;
}
.fa-title span {
    color:#155aaf;
}
.form-apply .row {
    position: relative;
    margin-bottom: 12px;
    padding:0 30px;
}
.form-apply select,
.form-apply input[type=email],
.form-apply input[type=text] {
    float:right;
    position: relative;
    height: 40px;
    font: 12px/20px Helvetica, Arial;
    color: #444;
    padding: 5px 10px;
    border-radius: 3px;
    border:1px solid #2976CF;
    width: 85%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-out;    
}
.form-apply .two-cols select,
.form-apply .two-cols input[type=text] {
    width: 70%;
}
.select-wrap {
    text-align:center;
}
.select-wrap select {
    max-width: 200px;
}
.form-apply input:focus,
.form-apply select:focus {
    border-color:#66A9D0;
    box-shadow: 0 0 3px #66A9D0
}
.form-apply select {
    padding: 10px;
}
.form-apply label {
    color:#004778;
    font: 15px/30px 'Lato', Helvetica, Arial;
}
label.label-select {
    display:block;
    color: #004778;
    text-align: center;
    font: 100 30px/30px 'Lato', Helvetica, Arial;
    margin: 20px 0;
}
.btn-cash {
    position:relative;
    overflow: hidden;
    display: block;
    background: #1279bf;
    background: -webkit-linear-gradient(top, #1279bf 0%,#0b3d92 100%);
    -pie-background: linear-gradient(top, #1279bf 0%,#0b3d92 100%);
    background: linear-gradient(to bottom, #1279bf 0%,#0b3d92 100%);
    border-radius:5px;
    border:1px solid #0b3d92;
    font: 700 33px/64px 'Lato', Helvetica, Arial;
    text-transform:uppercase;
    text-shadow:2px 2px 0 #0b3d92;
    text-align:center;
    color: #fff;
    margin:10px auto;
}
.btn-cash:hover {
    color: #fff;
    background: #138cc4;
    background: -webkit-linear-gradient(top, #138cc4 0%,#003882 100%);
    -pie-background: linear-gradient(top, #138cc4 0%,#003882 100%);
    background: linear-gradient(to bottom, #138cc4 0%,#003882 100%);
}
.form-privacy {
    font: 12px/15px Arial;
    color: #787878;
}
.form-privacy:after {
    content: '';
    width: 260px;
    height: 70px;
    background:url('../images/sprite.png') no-repeat -94px 0;
    display:block;
    margin: 10px auto;
}
.form-privacy p:first-child {
    font: 26px/25px Arial;
    color:#000;
    padding-top:25px;
}
.form-privacy a {
    text-decoration: underline;
    transition: all 0.2s ease-out;    
}
.form-privacy a:hover {
    color: #000;
}
.form-contact label {
    display:block;
}
.form-apply-wrap em{
	display:block;
	float:left;
	width:37px;
	height:39px;
	background: url(../images/sprite.png) no-repeat;
}
.form-apply-wrap em.ico-amount{
	background-position:-96px -214px;
}
.form-apply-wrap em.ico-name{
	background-position:-133px -214px;
}
.form-apply-wrap em.ico-email{
	background-position:-170px -214px;
}
.form-apply-wrap em.ico-zip{
	background-position:-207px -214px;
}
/* =Page Header
*******************************************************************************/
.page-header-wrap-home {
    background: #67aad1;
    background: -webkit-linear-gradient(top, #67aad1 0%,#1971a4 100%);
    background: linear-gradient(to bottom, #67aad1 0%,#1971a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67aad1', endColorstr='#1971a4',GradientType=0 );
    box-shadow: 0 50px 50px #ebebeb;
    padding: 20px 0;
}
.page-header-wrap .page-header,
.page-header-wrap .two-cols {
    position: relative;
}
.page-header-home {
    min-height: 480px;
    background: #fff url('../images/banner.jpg') no-repeat 90% 100%;
    margin:0 10px 20px 0;
    border-radius:10px;
}
.page-header-title {
    color: #ff8400;
    text-align:center;
    font: italic 700 36px/43px 'Lato', Helvetica, Arial;
    margin-top:10px;
}
.page-header-subtitle {
    text-align:center;
    color:#4d4d4d;
    font: italic 700 26px/30px 'Lato', Helvetica, Arial;
}
.page-header-subtitle span {
    color:#00a008;
}
.page-header-wrap-form .inner{
    position: relative;
    margin-bottom:20px;
}
.page-header-wrap-form .page-header-subtitle{
    font-size: 20px;
    max-width: 450px;
    margin:10px auto;
}
.page-header-wrap-form .inner:before,
.page-header-wrap-form .inner:after {
    content: '';
    display:block;
    width:110px;
    height:125px;
    background: url('../images/bg-counter.png') no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
.page-header-wrap-form .inner:before {
    left: 10px;
}
.page-header-wrap-form .inner:after {
    right:10px;
    background-position:-110px 0;
    width:170px;
}
.why-block {
    margin:20px 0;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
.why-block h2:before {
    content: '';
    width: 56px;
    height: 60px;
    background:url('../images/icos.png') no-repeat;
    display:block;
    float:left;
    margin-right:5px;
}
.why-block h2 {
    line-height:60px;
}
.why-block .col2 h2:before {
    background-position:-60px 0;
}
.content ul.list-check {
    margin-left:0;
}
.content ul.list-check li {
    font: 13px/20px Arial;
    margin-bottom: 0;
    padding:0 0 0 22px;
    background: url('../images/ico-check.png') no-repeat;
    list-style: none!important;
}
.content .why-block p {
    font: 13px/20px Arial;
}

/* =Steps
*******************************************************************************/
.steps {
    background:#eee;
    border-radius:10px;
    border:1px solid #c0c0c0;
    padding:20px;
    margin: 20px 0;
}
.page-header-wrap .steps {
    margin: 12px;
}
.form-page .right-col {
    width:310px;
}
.right-col .steps {
    margin:0;
    padding:0;
    background:none;
    border:none;
}
.right-col .steps .col {
    float: none;
    width: auto;
    margin:0 0 20px 0;
}
.steps .col {
    border-radius: 5px;
    position:relative;
    padding: 10px 0;
}
.steps .step1 {
    background: #ed9c57;
    background: -webkit-linear-gradient(top, #ed9c57 0%,#e26716 100%);
    background: linear-gradient(to bottom, #ed9c57 0%,#e26716 100%);
}
.steps .step2 {
    background: #3496d3;
    background: -webkit-linear-gradient(top, #3496d3 0%,#13648e 100%);
    background: linear-gradient(to bottom, #3496d3 0%,#13648e 100%);
}
.steps .step3 {
    background: #6bb354;
    background: -webkit-linear-gradient(top, #6bb354 0%,#1a6612 100%);
    background: linear-gradient(to bottom, #6bb354 0%,#1a6612 100%);
}
.steps  p {
    position: relative;
    font:   25px/30px 'Lato', Helvetica, Arial;
    padding:0 0 20px 20px;
    color:#fff;
    opacity: 0.7;
    text-shadow: 1px 1px 0 #6f7477;
    z-index: 2;
}
.steps p.steps-title{
    color:#fff;
    font:  700 26px/30px 'Lato', Helvetica, Arial;
    padding:15px 0 10px 20px;
    opacity: 1;
}
.steps em {
    position: absolute;
    right: 0;
    top:10px;
    width:120px;
    height: 100px;
    display:block;
    content: '';
    background:url('../images/sprite.png') no-repeat -94px 0;
}
.step1 em {
    background-position:-53px -78px;
}
.step2 em {
    background-position:-170px -76px;
}
.step3 em {
    background-position:-298px -76px;
}
/* =Content
*******************************************************************************/
.page {
    padding-bottom:310px;
}
.content {
    padding: 20px 0 ;
    margin-bottom: 20px;
}
.content p{
    font: 13px/18px Arial;
    margin-bottom:10px;
}
.content ol,
.content ul {
    margin-left:20px;
}
.content ul li {
    list-style: disc;
    font: 13px/18px Arial;
    margin-bottom: 10px;
}
.content ol li {
    list-style: decimal;
    font: 13px/18px Arial;
    margin-bottom: 10px;    
}

/* =Form
*******************************************************************************/
.form .row {
    margin-bottom:15px;
    position:relative;
}
.form textarea,
.form select,
.form input {
    height:30px;
    border-radius:5px;
    border: 1px solid #ccc;
    font: 13px/20px Arial;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form textarea {
    height: 80px;
}
.form textarea.error,
.form select.error,
.form input.error {
    border:1px solid red;
    background-color: #ffe9e9 !important;
}
.form label.error {
    position: absolute;
    top:-12px;
    left:0;
    font: 11px/12px Arial;
    color:red;
}
/* =Footer
*******************************************************************************/
.footer {
    margin-top:-310px;
    background: #F1F1F1;
    height: 310px;
    font: 12px/15px Arial;
    color: #777;
    text-shadow: none;
    overflow: hidden;
}
.footer li {
    display:inline;
}
.disclosure {
    background:url('../images/bg-disclosure.png') no-repeat;
    background-size: 100%;
    height: 220px;
    margin-top: 10px;
    border-top:1px solid #777;
}
.representative {
    margin-top: 10px;
    border-bottom:1px solid #777;
    border-top:1px solid #777;
    padding: 10px 0;
}
.footer .inner {
    padding: 20px 0;
}
.footer a {
    color: #555;
    padding: 0 10px;
}
.footer a:hover {
    text-decoration:underline;
}
.footer li:first-child a {
    padding-left:0;
}
.footer p {
    padding-top: 10px;
}



/* =Form Page
*******************************************************************************/
.frm-form-container textarea, .frm-form-container button, .frm-form-container input, .frm-form-container select { font-size: 100%; padding: 0; margin: 0; vertical-align: baseline; *vertical-align: middle; }
.frm-form-container input[type="radio"], .frm-form-container input[type="checkbox"] { vertical-align: middle; }
.frm-form-container input[type="button"], .frm-form-container input[type="submit"], .frm-form-container button { cursor: pointer; -webkit-appearance: button; }
.frm-row:before, .frm-cf:before, .frm-form:before, .frm-row:after,  .frm-cf:after, .frm-form:after{ content:""; display:table;}
.frm-row:after, .frm-form:after, .frm-cf:after{clear:both;}
.frm-row, .frm-form, .frm-cf{zoom:1;}
.frm-other, .frm-form, .frm-cf {
    clear: both;
}
.frm-form-container ::-webkit-input-placeholder {
    color: #999;
    font-size: 12px!important;
}
.frm-form-container :-moz-placeholder {
    color: #999;
    font-size: 12px!important;
}
.frm-form-container .frm-form label.placeholder {
    top: 50%!important;
    margin-top: -7px;
    margin-left: 10px!important;
    left: auto!important;
    font: 12px/14px Arial!important;
    color: #999;
}
.frm-form-labels .frm-form label.placeholder {
    top: auto;
    margin-top: 5px;
}
.frm-form-container ::-ms-clear {
	display: none;
}
/* frm-Form styles
*******************************************************************************/
.frm-form-container{
    font: 13px/18px Arial, Helvetica;
	margin: 0 auto;
    width: 100%;
    max-width: 740px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position:relative;
}
.frm-step1,
.frm-step2,
.frm-step3 {
    padding: 0 20px;
    margin-bottom: 20px;
}
.frm-form {
    margin-bottom: 15px;
}
.frm-form a {
    color: #0866B4;
}
.frm-form a:hover {
    color: #D64A0C;
}
.frm-col {
    position: relative;
    float: left;
    width: 48%;
    min-width: 160px;    
	margin-bottom: 10px;
}
.frm-col:first-child{
    margin-right: 4%;
}
.frm-col-60 {
    position: relative;
    width: 60%;
    float: left;
    margin-right: 2%;
}
.frm-col-40 {
    position: relative;
    width: 38%;
    float: left;
}
p.frm-form-title {
    background: #eee;
    color: #008fcb;
    padding: 10px 0;
    margin: 10px 0 20px 0;
    font-size: 17px;
    border-radius: 5px;
}
.frm-form-title span {
    background: #008fcb;
    color: #fff;
    padding: 8px 10px;
    font-weight: 700;
    text-shadow: none;
    border-radius: 5px;
    border: 1px solid #0065ac;
    display:inline-block;
    margin: 0 10px;
}
.frm-req-marker {
    position: relative;
    float: left;
    margin: 10px 0 0 -8px;
    color: #E79809;
    font-size: 11px;
}
*.frm-req-marker {
    position: absolute;
    left: -8px;
    top: 0;
    margin-left: 0;
}
.frm-form-labels .frm-req-marker {
    position: absolute;
    left: -8px;
    top: 0;
    margin: 0;
}
.frm-row label {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-weight: 700;
    font: 14px/18px 'Lato', Helvetica, Arial;;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* frm-Inputs styles
*******************************************************************************/
.frm-row select,
.frm-row input[type=text],
.frm-row input[type=tel] {
    background: #FDFDFD;
    border: 1px solid #97A4AF;
    font: 13px/25px Arial;
    height: 35px;
    padding: 5px 8px;
    position: relative;
    width: 100%;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.frm-row input:hover,
.frm-row select:hover,
.frm-row input[type=email]:hover,
.frm-row input[type=tel]:hover {
    border-color:#009bee;
}
.frm-row input:focus,
.frm-row select:focus,
.frm-row input[type=email]:focus,
.frm-row input[type=tel]:focus {
    border-color:#009bee;
    box-shadow: 0 0 3px #0095dd
}
.frm-row input.frm-error:focus,
.frm-row select:focus {
    border-color:red;
    box-shadow: 0 0 3px red
}
.frm-form-action,
.frm-btn-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.frm-btn-wrap{
    min-height: 70px;
}
.frm-form-action.frm-security-logos {
    float: none;
    clear: both;
}
.frm-security-logos .frm-btn-wrap {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #C5C5C5;
}
.frm-norton{
    position: absolute;
    top: 10px;
    right: 10px;
}
.frm-mcafee{
    position: absolute;
    top: 10px;
    left: 10px;
}
.frm-ext-wrap{
    position: relative;
    display: block;
    float: left;
    margin-left: 3px
}
.frm-zip input[type=text] {
    float: left;
    width: 38%;
    margin-right: 2%;
}
.frm-row input[type=text].frm-date {
    background: url('../images/ico-cal.png') no-repeat 99% 2px;
    padding-right: 35px;
}
.pd-zip-lookup {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Help message*/
.frm-helper-wrap input[type=text] {
    padding-right: 35px;
}
.frm-helper {
    display: block;
    position: absolute;
    background: #ffa34a;
    background: -webkit-linear-gradient(top, #ffa34a 0%,#d67700 50%,#d67700 100%);
    -pie-background: linear-gradient(top, #ffa34a 0%,#d67700 50%,#d67700 100%);
    background: linear-gradient(to bottom, #ffa34a 0%,#d67700 50%,#d67700 100%);
    border-radius: 16px;
    width: 31px;
    height: 31px;
    color: #fff;
    text-align: center;
    font: 700 18px/33px Arial;
    cursor: pointer;
    right: 2px;
    bottom: 2px;
    z-index: 10001;
}
.frm-helper-msg {
    display: none;
    width: 180px;
    font: 11px Arial;
    border: 1px solid #d67700;
    border-bottom: 2px solid #ffa34a;
    box-shadow: 0 0 5px #555;
    border-radius: 10px 10px 0 10px;
    background: #eee;
    padding: 10px;
    color: #555;
    text-align: left;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 10002;
}
.frm-helper-msg-right {
    right: auto;
    left: 0;
    border-radius: 10px 10px 10px 0;
}
.frm-check-img {
    position: relative;
    display: none;
    background: url("../images/bg-check-big.jpg") no-repeat;
    width: 340px;
    height: 139px;
    border: 1px solid #d67700;
    box-shadow: 0 0 5px #555;
    border-radius: 5px;
    z-index: 10003;
}
.frm-helper:hover {
    background: #d67700;
}
.frm-helper:hover .frm-helper-msg {
    display: block;
}
.frm-helper:hover .frm-check-img {
    display: block;
    position: absolute;
    bottom: 35px;
    left: -180px;
}
/*Progress-bar*/
.frm-progress-bar-wrap {
    position: relative;
    border: 1px solid #ccc;
    background: #EEE;
    padding: 5px;
    margin: 10px 20px 0 20px;
    width: auto;
    max-width: 740px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #008fcb;
    font: 17px/30px Arial;
    border-radius: 5px;
    text-align: center
}
.frm-progress-bar {
    width: 60%;
    float: left;
    background: #c6c6c6;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px #8e8e8e;
    overflow: hidden;
}
.frm-progress-bar-line {
    position: relative;
    background: #b4e391;
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391));
    background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    -pie-background: linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    width: 0;
    height: 30px;
    border-right: 2px solid #00c100;
    transition: width 2s;
    -moz-transition: width 2s; 
    -webkit-transition: width 2s; 
}
.frm-progress-bar-wrap p {
    float: left;
    text-align: center;
    width: 39%;
}
.frm-progress-bar-wrap span {
    color: #50bd02;
    font: 700 20px Arial;
}
/*Summary Message*/
.frm-message {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #daeeff;
    text-align: center;
    padding: 10px 5px;
    margin: 10px auto;
    width: auto;
    max-width: 740px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00a9db;
    font: 17px/20px Arial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*Buttons*/
.ui-dialog-buttonset button,
a.frm-btn-cash,
.frm-btn-cash{
	position:relative;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: #ffa34a;
    background: -webkit-linear-gradient(top, #ffa34a 0%,#d67700 50%,#d67700 100%);
    -pie-background: linear-gradient(top, #ffa34a 0%,#d67700 50%,#d67700 100%);
    background: linear-gradient(to bottom, #ffa34a 0%,#d67700 50%,#d67700 100%);
	font: 700 21px/45px Arial;
	height:45px;
	color:#fff;
	padding: 0 25px;
	border-radius:5px;
    margin: 10px auto;
    border: 1px solid #bf2300;
    text-shadow: 1px 1px 0 #bf2300;
    text-transform:uppercase;
}
.ui-dialog-buttonset button:hover,
a.frm-btn-cash:hover,
.frm-btn-cash:hover {
    color: #fff;
    background: #ffc459;
    background: -webkit-linear-gradient(top, #ffc459 0%,#d67700 50%,#cc4700 100%);
    -pie-background: linear-gradient(top, #ffc459 0%,#d67700 50%,#cc4700 100%);
    background: linear-gradient(to bottom, #ffc459 0%,#d67700 50%,#cc4700 100%);
}
.frm-form  a.frm-btn-back{
    display: none;
    border: 1px solid  #989898;
    color: #555;
    background: #cfcfcf;
    background: -moz-linear-gradient(top, #ececec 0%, #cfcfcf 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#cfcfcf 100%);
    background: -ms-linear-gradient(top, #ececec 0%,#cfcfcf 100%);
    background: linear-gradient(top, #ececec 0%,#cfcfcf 100%);
}
.frm-form  a.frm-btn-back:hover{
    background: #c7c7c7;
    background: -moz-linear-gradient(top, #fff 0%, #c7c7c7 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#c7c7c7 100%);
    background: -ms-linear-gradient(top, #fff 0%,#c7c7c7 100%);
    background: linear-gradient(top, #fff 0%,#c7c7c7 100%);
}
.frm-form-b3 .frm-row select.frm-error,
.frm-form-b3 .frm-row input[type=text].frm-error,
.frm-form-b3 .frm-error{
    position: relative;    
    border: 1px solid red!important;
    background-color: #ffe9e9 !important;
}
label.frm-error {
    color: red;
}
.frm-row .frm-valid {
    background: #e4ffe4!important;
    border: 1px solid #007400!important;
}
/* Synthetic marker style to inform the stylesheet is loaded. */
#b2cCssChecker 
{
    display:none;
}

/*Tooltip*/
.tip{
    display: block;
    height: 20px;
    border: 1px solid #c7bf93;
    background: #fff9c9;
    color: #000;
    z-index: 10000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
}
.tip-arrow-bottom{
    background: url('../images/tool-tip-arrow.html') no-repeat;
    width: 11px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -5px;
    content: '';
    z-index: 100001
}
.tip-arrow-top {
    background: url('../images/tool-tip-arrow.html') no-repeat 0 -7px;
    width: 11px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -5px;
    content: '';
    z-index: 100001;
}

/*Search Lenders Page*/
.frm-search {
    text-align: center;
}
.frm-search .frm-error-message {
    position: relative;
    color: red!important;
    margin: 40px auto;
    font-size: 15px;
}
.frm-error-message > .before,
.frm-error-message:before {
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -16px;
    display: block;
    content: '';
    width: 36px;
    height: 33px;
    background: url("../images/error.gif") no-repeat;
}
.frm-search  p {
    color: #494949;
    font: 18px/20px Arial    
}
.frm-form-thank p,
p.frm-search-percent {
    color: #ff7a08;
}
p.frm-search-subtitle {
    padding: 40px 0;
    font: 30px Arial;
}
.frm-fail-title,
.frm-searching-title {
    font: 29px Arial;
    color: #494949;
    text-align: center;
    padding: 35px 10px!important;
}
.frm-fail-title span,
.frm-searching-title span {
    color: #ff7a08;
}
.frm-search-loading-wrap .before,
.frm-search-loading-wrap:before {
    content: '';
    position: absolute;
    left: -100px;
    top: -40px;
    width: 105px;
    height: 105px;
    background: url('../images/search-icons.gif') no-repeat;
}
.frm-search-loading-wrap .after,
.frm-search-loading-wrap:after {
    content: '';
    position: absolute;
    right: -120px;
    top: -40px;
    width: 110px;
    height: 105px;
    background: url('../images/search-icons.gif') no-repeat -113px 0;
}
.frm-search-loading-wrap {
    position: relative;
    width: 225px;
    height: 21px;
    margin: 0 auto 80px auto;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.frm-search-loading {
    background: url("../images/loading.gif") no-repeat;
    width: 100%;
    height: 21px;
    float: left;
}


/* Blue Block Theme*/
.frm-block {
    min-width: 460px;
    max-width: 840px;
    background: #f5f5ff;
}
.frm-title-block {
    background: #0099cc;
    padding: 10px;
    margin: 10px auto 15px auto;
    border-radius: 10px;
}
.frm-title-block>p {
    color: #fff;
    text-align: center;    
    font: 700 25px/40px Arial;
    margin-bottom: 10px;
}
.frm-ft-step{
    position: relative;
    float: left;
    color: #fff;
    width: 44%;
    padding: 10px 2%;
    margin-left: 4%;
    border-radius: 10px;
    display: table; 
    vertical-align: middle;
    height: 50px;
}
.frm-ft-step-current {
    color: #0099cc;
    background: #fff;
}
.frm-ft-step:first-child {
    margin-left: 0;
}
.frm-ft-step p{
    font: 700 18px/20px Arial;
    overflow: hidden;
    display: table-cell; 
    vertical-align: middle;
    padding-left: 45px;
}
.frm-ft-step span {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
    margin: -20px 8px 0 0;
    font: 700 22px/36px Arial;
}
.frm-ft-step-current span{
    border: 2px solid #0099cc;
}
.frm-block .frm-btn {
    background: #787878;
    background: -moz-linear-gradient(top, #787878 0%, #565656 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#565656));
    background: -webkit-linear-gradient(top, #787878 0%,#565656 100%);
    background: -o-linear-gradient(top, #787878 0%,#565656 100%);
    background: -ms-linear-gradient(top, #787878 0%,#565656 100%);
    -pie-background: linear-gradient(top, #787878 0%,#565656 100%);
    background: linear-gradient(top, #787878 0%,#565656 100%);
    border-color: #565656;
    text-shadow: 1px 1px 0 #565656;
    font: 700 20px/50px Arial;
	height:50px;
	color:#fff;
	padding: 0 22px;
}
.frm-block .frm-btn:hover {
    background: #9e9e9e;
    background: -moz-linear-gradient(top, #9e9e9e 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top, #9e9e9e 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top, #9e9e9e 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top, #9e9e9e 0%,#1c1c1c 100%);
    -pie-background: linear-gradient(top, #9e9e9e 0%,#1c1c1c 100%);
    background: linear-gradient(top, #9e9e9e 0%,#1c1c1c 100%);
}
.frm-block .frm-btn:after {
    display: none;
}

/*New Form*/
.frm-form-labels-new {
    position: relative;
}
.frm-form-labels-new .frm-progress-num {
    color: #fff;
}
.frm-form-labels-new .frm-progress-text {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 120px;
    margin-left: -60px;
    color: #fff;
    text-shadow: 1px 1px 0 #484848;
}
.frm-form-labels-new .frm-progress-bar {
    width: 100%;
}
.frm-form-labels-new .frm-progress-bar-wrap {
    width: 45%;
}
.frm-form-labels-new .frm-col {
    margin-bottom: 3px;
}
.frm-form-labels-new .frm-btn-wrap {
    min-height: 0;
}
.frm-form-labels-new .frm-form{
    margin: 10px 0 0;
}
.frm-norton-top {
    width: 107px;
    height: 58px;
    position: absolute;
    background: url('../images/logo-norton.png') no-repeat;
    right: 20px;
    top: 5px;
}

.frm-form-b3 .frm-form-container {
    border:none;
}
.frm-form-b3 .frm-step1,
.frm-form-b3 .frm-step2,
.frm-form-b3 .frm-step3{
    border:1px solid #ccc;
    border-radius:10px;
    padding: 20px;
}
.frm-form-b3 .frm-row {
    margin-bottom: 5px;
}
.frm-three-cols .frm-col {
    width: 31%;
    margin:0 0 10px 3.3%;
}
.frm-three-cols .frm-col:first-child {
    margin-left: 0;
}
.frm-three-cols .frm-col:last-child {
    float:right
}
.frm-form-b3 .frm-helper{
    background:#DC5421;
}
/* =Representative Block
*******************************************************************************/
.representative {
    borderp: 1px solid #ccc;
    box-shadow: 0 0 3px #555;
    background: #fff;
    margin: 20px 0;
    box-sizing: border-box;
    width: auto;
}
.representative h3 {
    background: #0D5196;
    font: 700 16px/40px Arial;
    padding: 0  25px;
    color: #fff;
}
.representative p {
    padding: 10px 25px;
    font: 14px/20px Arial;
    border-bottom: 1px solid #ccc;
}