@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    font-size: 13px;
}

html {
    height: 100%;
    min-width: 960px;
    background: #F2F3F4;
    font-size: 13px;
}

.frm-form-container h1 {
    color: #22272c;
    font: 700 26px/35px 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 20px 0 0;
    text-align: center;
}

.frm-form-container h2 {
    font: 700 17px/25px 'Open Sans', Arial, Helvetica, sans-serif;
    background: #f7f8f9 none repeat scroll 0 0;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.frm-form-container h2.frm-verisign{
    background:#f7f8f9 url(../images/verisgin_icon.png) no-repeat 98% 50%;
    padding-right: 100px;
}
.frm-form-container a {
    color: #247db0;
    outline: none;
}

.frm-form-container > p {
    color: #22272c;
    outline: none;
    text-align: center;
    margin: 0 0 20px 0;
}

.frm-form-container a:hover {
    color: #86b510;
}

.frm-form-container .placeholder {
    line-height: 40px;
    margin-left: 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 {
    -ms-zoom: 1;
    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 {
    background: #fff;
    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%;
    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;
    color: #666;
    font-weight: 700;
    font: 14px/18px 'Open Sans', Helvetica, Arial;
    margin-bottom: 0;
    padding: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

/* frm-Inputs styles
*******************************************************************************/
.frm-row select,
.frm-row input[type=email],
.frm-row input[type=text],
.frm-row input[type=tel] {
    background-color: #f7f8f9;
    background-image: none;
    border: 1px solid #aaadb0;
    border-radius: 4px;
    color: #72767a;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: 0 1px 3px #d5d7d9 inset;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frm-row select:focus ,
.frm-row input[type=email]:focus ,
.frm-row input[type=text]:focus ,
.frm-row input[type=tel]:focus {
    box-shadow: #aaa 0 0 4px;
    border-color: #aaa;
    background-color: #fdfdfd;
}
.frm-control-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 150px;
}

.frm-control-wrapper-wide {
    width: 100%;
    max-width: 300px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.frm-control-wrapper-small {
    width: 90px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.frm-form-action,
.frm-btn-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.frm-btn-wrap {
    padding: 15px 20px;
    background: #f7f8f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    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-privacy{
    text-align: left;
    font-size: 12px;
}
.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: #f7f8f9 url('../images/ico-cal.html') no-repeat 99% 2px;
    padding-right: 35px;
}

.pd-zip-lookup {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*Help message*/
.frm-helper-wrap input[type=text] {
    padding-right: 35px;
}

.frm-helper {
    display: block;
    position: absolute;
    background: #C6C6C6;
    border-radius: 3px;
    width: 31px;
    height: 31px;
    color: #fff;
    text-align: center;
    font: 700 18px/33px Arial;
    cursor: pointer;
    right: 2px;
    bottom: 2px;
    z-index: 2;
}

.frm-helper-msg {
    display: none;
    width: 180px;
    font: 11px Arial;
    border: 1px solid #008fcb;
    border-bottom: 2px solid #008fcb;
    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: 1;
}

.frm-helper-msg-right {
    right: auto;
    left: 0;
    border-radius: 10px 10px 10px 0;
}

.frm-check-img {
    position: relative;
    background: url("../images/check_sample.gif") no-repeat 50% / 100% auto;
    width: 100%;
    max-width: 370px;
    height: 220px;
    z-index: 3;
    margin: 10px 0;
}

.frm-helper:hover {
    background: #008fcb;
}

.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%);
    background: linear-gradient(to bottom, #b4e391 0,#61c419 50%,#b4e391 100%);
    width: 0;
    height: 30px;
    border-right: 2px solid #00c100;
    -o-transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    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;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*Buttons*/
.ui-dialog-buttonset button,
a.frm-btn-cash,
.frm-btn-cash {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: #e78a00;
    font: 700 21px/45px Arial;
    height: 45px;
    color: #fff;
    padding: 0 25px;
    border-radius: 5px;
    margin: 10px auto;
    background-color: #f17201;
    border-color: #f17201;
}

.ui-dialog-buttonset button:hover,
a.frm-btn-cash:hover,
.frm-btn-cash:hover {
    color: #fff;
    background: #ff6600;
}

.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(to bottom, #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(to bottom, #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;
}

/*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.html") 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.html') 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.html') 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.html") 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%);
    background: linear-gradient(to bottom, #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%);
    background: linear-gradient(to bottom, #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-bottom: none;
    padding: 20px;
    margin-bottom: 0;
}

.frm-form-b3 .frm-step3 {
    border: 1px solid #ccc;
}

.frm-form-b3 .frm-row {
    margin-bottom: 10px;
}

.frm-three-cols .frm-col {
    width: 31%;
    margin: 0 0 0 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;
}

.ui-datepicker {
    z-index: 100 !important;
}




/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        min-width: 712px;
    }

    .inner {
        width: 712px;
    }
}


/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px) {

    html {
        min-width: 320px;
    }

    .inner {
        width: 310px;
    }

    .frm-form-container h2 {
        text-align: center;
        font-size: 20px;
    }
    .frm-row label {
        display: block;
        font: 18px/18px 'Open Sans', Helvetica, Arial;
        text-align: left;
        width: auto;
    }


}


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    html {
        min-width: 480px;
    }

    .inner {
        width: 470px;
    }
}
/* WIDE MOBILE LAYOUT (LANDSCAPE/320PX Only) 
----------------------------------------------- */

@media screen and (max-width: 479px) {
}
