@import url(//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: 14px;
    margin-bottom: 0;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    color: #3b4652;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    margin-top: 12px;
}
.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;
}


.frm-form-container input::-webkit-input-placeholder{color:#3d3d3d;opacity:0.5;}
.frm-form-container input:-moz-placeholder{color:#3d3d3d;opacity:0.5;}
.frm-form-container input::-moz-placeholder{color:#3d3d3d;opacity:0.5;}
.frm-form-container input:-ms-input-placeholder{color:#3d3d3d;opacity:0.5;}

/* =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 select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    cursor: default;
}

.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: #434e50;
    font-weight: 700;
    font: 12px/18px 'Open Sans', Helvetica, Arial;
    margin-bottom: 0;
    padding: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    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: #FFF;
    background-image: none;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    color: #434e50;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: 0 1px 2px #e5e5e5 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: 165px;
}

.frm-control-wrapper-wide {
    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: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    min-height: 70px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
font-size: 12px;
text-align: center;
margin-top: 15px;
}

.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.png') 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.png") 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;
font: 700 18px/45px Arial;
text-transform: uppercase;
    height: 42px;
    color: #fff;
    padding: 0 25px;
    border-radius: 5px;
    background: #fea406;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(184,126,24,1);
-moz-box-shadow: 0px 1px 0px 0px rgba(184,126,24,1);
box-shadow: 0px 1px 0px 0px rgba(184,126,24,1);
    width: 200px;
text-align: center;
margin: 5px auto;
}

.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 #ffbaba !important;
background-color: #ffeded !important;
}

label.frm-error {
    color: red;
}

label.frm-error2 {
    color: red;
    border: 1px solid red !important;
    background-color: #ffe9e9 !important;
}

.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.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%);
    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 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    border: 1px solid #e8e8e8;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 4px;
}

.frm-form-b3 .frm-step3 {
    border: 1px solid #e8e8e8;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}

.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: 16px;
    }
    .frm-row label {
        display: block;
        font: 14px/18px 'Open Sans', Helvetica, Arial;
        text-align: left;
        width: auto;
        margin-bottom: 6px;
    }


}


/* 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) {
}


.zpflPostToServerAnimation_global h1, .zpflPostToServerAnimation_global a {
    color: #C36;
}
.zpflPostToServerAnimation_global .progress_bar {
    background-color: #C36;
}
.zpflPostToServerAnimation_global * {
    box-sizing: border-box;
}

.zpflPostToServerAnimation_global {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.zpflPostToServerAnimation_global {
    background-color: #fafafa;
}
.zpflPostToServerAnimation_global #wait_block, .zpflPostToServerAnimation_global #wait_block_mobile {
    text-align: center;
    padding: 32px;
    max-width: 750px;
    margin: 0px auto;
}
.zpflPostToServerAnimation_global h1 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.zpflPostToServerAnimation_global h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    letter-spacing: normal;
    line-height: normal;
}

.zpflPostToServerAnimation_global h2 a {
    line-height: normal;
    border: none;
}

.zpflPostToServerAnimation_global h3 {
    font-weight: 600;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}

.zpflPostToServerAnimation_global h4 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 8px;
    line-height: normal;
    letter-spacing: normal;
}
.zpflPostToServerAnimation_global strong {
    font-weight: 600;
}
.zpflPostToServerAnimation_global a:hover {
    text-decoration: none;
}
.zpflPostToServerAnimation_global .clock-circle {
    width: 180px;
    height: 180px;
    margin: 32px auto;
    position: relative;
    border: 8px solid #000;
    border-radius: 50%;
    background: #fff;
}
.zpflPostToServerAnimation_global .clock-face {
    width: 100%;
    height: 100%;
}
.zpflPostToServerAnimation_global .clock-hour{
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:50%;
    margin:-4px 0 -4px -25%;
    padding:4px 0 4px 25%;
    background:#000;
    -webkit-transform-origin:100% 50%;
    -ms-transform-origin:100% 50%;
    transform-origin:100% 50%;
    border-radius:4px 0 0 4px;
}
.zpflPostToServerAnimation_global .clock-minute{
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:50%;
    margin:-40% -3px 0;
    padding:40% 3px 0;
    background:#000;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    transform-origin:50% 100%;
    border-radius:3px 3px 0 0;
}
.zpflPostToServerAnimation_global .clock-second{
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:50%;
    margin:-40% -1px 0 0;
    padding:40% 1px 0;
    background:#000;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    transform-origin:50% 100%;
}
.zpflPostToServerAnimation_global .clock-face:after {
    position:absolute;
    top:50%;
    left:50%;
    width:12px;
    height:12px;
    margin:-6px 0 0 -6px;
    background:#000;
    border-radius:6px;
    content:"";
    display:block;
}
.zpflPostToServerAnimation_global #cash {
    width: 250px;
    height: auto;
    margin: 32px auto;
}
.zpflPostToServerAnimation_global p {
    margin-bottom: 32px;
}
.zpflPostToServerAnimation_global #bar, .zpflPostToServerAnimation_global #bar_mobile {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.zpflPostToServerAnimation_global .progress_bar {
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    text-align:center;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease;
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size:40px 40px;
    background-size:40px 40px;
    -webkit-animation:progress-bar-stripes 2s linear infinite, progress_width 120s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite, progress_width 120s linear infinite;
    animation:progress-bar-stripes 2s linear infinite, progress_width 120s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {from {background-position:40px 0} to {background-position:0 0}}
@-o-keyframes progress-bar-stripes {from {background-position:40px 0} to {background-position:0 0}}
@keyframes progress-bar-stripes {from {background-position:40px 0} to {background-position:0 0}}

@-webkit-keyframes progress_width {from {width:0%} to {width:100%}}
@-o-keyframes progress_width {from {width:0%} to {width:100%}}
@keyframes progress_width {from {width:0%} to {width:100%}}

@media screen and (max-width: 1004px) {
    .zpflPostToServerAnimation_global .clock-circle {
        width: 100px;
        height: 100px;
        border-width: 6px;
        margin: 12px auto;
    }
    .zpflPostToServerAnimation_global #wait_block, .zpflPostToServerAnimation_global #wait_block_mobile {
        padding: 16px;
    }
    .zpflPostToServerAnimation_global h1 {
        font-size: 21px;
    }
    .zpflPostToServerAnimation_global h2 {
        font-size: 16px;
    }
    .zpflPostToServerAnimation_global h3 {
        font-size: 16px;
    }
    .zpflPostToServerAnimation_global h4 {
        font-size: 14px;
    }
    .zpflPostToServerAnimation_global p {
        font-size: 14px;
    }
    .zpflPostToServerAnimation_global #cash {
        width: 150px;
        height: auto;
        margin: 8px auto;
    }

}

@media screen and (max-width: 370px) { 
.frm-control-wrapper-wide { 
width: 100% 
}
}

#fancybox-tmp,#fancybox-tmp *,
#fancybox-wrap,#fancybox-wrap *,
#fancybox-outer, #fancybox-outer * {
    box-sizing:content-box;   
}

.popup-content p,.popup-content h1 { margin-bottom: 15px;} 

.popup-content p {
    font-size: 13px;
}
.popup-content h1 {
    font-size: 13px;
    font-weight: bold;
}
