/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
    color:#000;
    background:#FFF;
    min-width: 1140px;
}
/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,
img {
    border:0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style:normal;
    font-weight:normal;
}
 
ol,
ul {
    list-style:none;
}
 
caption,
th {
    text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* css */
.block{
    width: 100%;
}
.block>div{
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
}
.block.main{
    overflow: hidden;
}
.block.main>div:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -39%;
    width: 700px;
    height: 700px;
    background: url(/images/landing/hand.png) no-repeat 100% 100%; 
    z-index: 0;
}
.block.main.prvdl-phone-block>div:before {
    background: transparent;
}
.header{
    background-color: #fff;
    height: 60px;
}
.header .logo{
    float: left;
    margin: 10px 70px 10px 0;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    display: block;
    width: 145px;
    height: 40px;
    background: url(/images/landing/landing-sprite.png) no-repeat 0 -600px;
}
.header p{
    color: #000;
    font: 14px/60px Arial, sans-serif;
}

.main{
    min-height: 450px;
    background: url(/images/landing/phone_bkg.jpg) no-repeat top center;
    background-size: cover;
    box-shadow: inset 0 10px 50px 0 rgba(0,0,0,.25);
}
.main.chooseLawyerLanding{
    background-image: url(/images/landing/chooseLawyerLandingBg.jpg);
}
.main .hand{
    position: relative;
    width: 960px;
    min-height: 450px;
    margin: 0 auto;
}
.main .hand:before, .main .hand:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 60%;
    margin: -350px 0 0 -350px;
    width: 700px;
    height: 700px;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    z-index: 0;
}
.main.prvdl-phone-block .hand:before, .main.prvdl-phone-block .hand:after{
    top: 12%;
    left: -5%;
    width: 1600px;
    height: 900px;
}
.main.prvdl-phone-block .hand{
    background: none;
    min-height: 100%;
}
.main .oldManLanding{
    position: absolute;
    bottom: 0;
    left: -110px;
    width: 432px;
    height: 450px;
    background: url(/images/landing/oldManLanding.png) no-repeat;
}
.main.prvdl-phone-block .oldManLanding{
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.main .freeConsult{
    position: absolute;
    top: 35px;
    left: 360px;
    padding: 50px 25px 0 25px;
    z-index: 1;
}
.main.chooseLawyerLanding .freeConsult{
    padding: 0 25px 0 25px;
}
.main .freeConsult .big{
    margin: 0;
    color: #373434;
    font: 600 30px/normal 'Open Sans', sans-serif;
}
.main.prvdl-phone-block .freeConsult .big{
    font: 600 26px/30px 'Open Sans', sans-serif;
    margin-top: 0;
}
.main .freeConsult .big span{
    color: #166fb3;
    text-transform: uppercase;
    display: block;
    font: 800 36px/normal 'Open Sans', sans-serif;
}
.main.prvdl-phone-block .freeConsult .big span{
    color: #373434;
    font: 800 26px/normal 'Open Sans', sans-serif;
    display: inline;
}
.main .freeConsult p{
    color: #000;
    font: 15px/20px Arial, sans-serif;
    margin: 15px 0;
}
.main.prvdl-phone-block .freeConsult p{
    color: #000;
    font: 15px/20px 'Open Sans', sans-serif;
    margin: 12px 0;
}
.main.prvdl-phone-block .freeConsult .phone-title {
    font-size: 18px;
}
.main.prvdl-phone-block .freeConsult .phone-title span {
    text-transform: uppercase;
}
.main .freeConsult p a{
    color: #166fb3;
}
.main .freeConsult .phone{
    color: #166fb3;
    font: 700 42px/normal 'Open Sans', sans-serif;
    margin-top: -5px;
}
.main.prvdl-phone-block .freeConsult .phone{
    color: #373434;
    margin-top: 0;
    font: 600 32px/normal 'Open Sans', sans-serif;
    white-space: nowrap;
}
.main.prvdl-phone-block .freeConsult .phone span{
    color: #000;
    font: 600 20px/normal 'Open Sans', sans-serif;
}

.main.chooseLawyerLanding .freeConsult .phone{
    font: 700 30px/normal 'Open Sans', sans-serif;
    margin: 25px 0;
    vertical-align: middle;
}
.main.chooseLawyerLanding .freeConsult .phone span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.features{
    padding: 130px 0 50px 0;
}
.features ul:after{
    content: '';
    display: table;
    clear: both;
}
.features li{
    width: 33.33%;
    float: left;
}
.features .title{
    font: 600 20px/normal 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.features .title:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -100%;
    margin: -56px 0 0 -36px;
    width: 72px;
    height: 72px;
    background: url(/images/landing/landing-sprite.png) no-repeat;
}
.features .quality .title{
    color: #91b864;
}
.features .quality .title:before{
    background-position: 0 -797px;
}
.features .conf .title{ 
    color: #6496B8;
}
.features .conf .title:before{
    background-position: -72px -797px;
}
.features .easy .title{
    color: #D89735;
}
.features .easy .title:before{
    background-position: 0 -869px;
}
.features .step1 .title{
    color: #91b864;
}
.features .step1 .title:before{
    background-position: 0 -1052px;
}
.features .step2 .title{ 
    color: #6496B8;
}
.features .step2 .title:before{
    background-position: -72px -1052px;
}
.features .step3 .title{
    color: #D89735;
}
.features .step3 .title:before{
    background-position: 0 -1124px;
}
.features p{
    padding: 0 20px;
    color: #000;
    font: 15px/20px Arial, sans-serif;
    text-align: center;
}

.free{
    min-height: 445px;
    height: 100%;
    background: url(/images/landing/man_bkg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}
.main.prvdl-phone-block .free{
    min-height: 445px;
    height: auto;
}
.block.free.prvdl-phone-block {
    min-height: 445px;
    height: 100%;
}
.free .man{
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 464px;
    height: 397px;
    background: url(/images/landing/man.png) no-repeat;
}
.free.prvdl-phone-block .freeConsult {
    padding-bottom: 40px;
}

.free .freeConsult .big{
    color: #373434;
    font: 600 30px/normal 'Open Sans', sans-serif;
    padding-top: 60px;
    margin-bottom: 25px;
}
.free.prvdl-phone-block .freeConsult .big{
    padding-top: 45px;
    margin-bottom: 20px;
}
.free .freeConsult .big span{
    color: #166fb3;
    text-transform: uppercase;
    display: block;
    font: 800 36px/normal 'Open Sans', sans-serif;
}
.main.prvdl-phone-block .freeConsult .big span{
    color: inherit;
    font: bold 24px/30px Arial, sans-serif;
    display: inline;
}
.free .freeConsult p{
    color: #000;
    font: 15px/20px Arial, sans-serif;
    width: 560px;
}

.main.prvdl-phone-block .freeConsult .phone-title {
    color: #000;
    font: 600 26px/normal 'Open Sans', sans-serif; 
}
.main.prvdl-phone-block .freeConsult .phone-title span{
   text-transform: uppercase;
}
.free .helped{
    margin-top: 60px;
}
.free .freeConsult.chooseLawyerLanding .helpedLawyer{
    margin-top: 40px;
}
.free .helped p, .free .helpedLawyer p, .free .canProcess p, .free .lawyersWait p{
    width: auto;
    display: inline-block;
    color: #383838;
    font: 600 20px/normal 'Open Sans', sans-serif;
}
.canProcess p i, .lawyersWait p i{
    font-style: normal;
}
.free .helped .counter, .free .helpedLawyer .counter{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 10px;
}
.counter i{
    height: 46px;
    width: 32px;
    text-align: center;
    display: block;
    float: left;
    color: #363636;
    font: 600 24px/46px 'Open Sans', sans-serif;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
    margin: 0 3px;

    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#e8e8e8 50%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#e8e8e8 50%,#e8e8e8 100%);
}
.free .canProcess, .free .lawyersWait{
    margin-top: 25px;
    margin-bottom: 53px;
}
.free .lawyersWait p span{
    color: #166fb3;
    font-weight: 700;
}
.free .canProcess .counter, .free .lawyersWait .counter{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 0;
}
.free .canProcess p span{
    color: #166fb3;
}

div.belt .title, .pressAboutUs .title{
    margin: 40px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #166fb3;
    font: 800 20px/normal 'Open Sans', sans-serif;
}
.belt .title+p, .pressAboutUs .title+p{
    text-align: center;
    color: #000;
    font: 15px/normal Arial, sans-serif;
    margin-bottom: 30px;
}

.pressAboutUs{
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.pressAboutUs>div {
    max-width: 100%;
}
.pressAboutUs:after{
    content: '';
    display: table;
    clear: both;
}

.booklet{
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.25);
}
.booklet .b-wrap.b-wrap-right{
    background-color: #fff;
}
.booklet .cnt{
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(left, rgba(248,248,248,.4) 0%, rgba(255,255,255,.4) 50%, rgba(235,235,235,.4) 100%);
    background: linear-gradient(to right, rgba(248,248,248,.4) 0%, rgba(255,255,255,.4) 50%, rgba(235,235,235,.4) 100%);
    border-right: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    margin: 0 -1px;
}
.booklet .b-page:nth-child(2n-1) .cnt{
    margin: 0 0 0 -1px;
}
.booklet .cnt{
    padding: 30px;
}
.booklet .b-page:nth-child(2n-1).b-grab{
    box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
}
.booklet .b-page:nth-child(2n).b-grab{
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1);
}
.booklet .quote{
    display: block;
    background-color: #73a8d0;
    width: 42px;
    height: 116px;
    position: absolute;
    top: 0;
    right: 30px;
}
.booklet .b-page:nth-child(2n) .quote{
    display: none;
}
.booklet .quote:before{
    content: '”';
    display: block;
    color: #fff;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font: 80px/1 Georgia, serif;
}

.booklet .b-controls .b-arrow-next{
    width: 40px;
    right: -41px !important;
}
.booklet .b-controls .b-arrow-prev{
    width: 40px;
    left: -41px !important;
}
.booklet .b-controls .b-arrow div{
    width: 40px;
    height: 56px;
    background: #73a8d0;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 0;
}
.booklet .b-controls .b-arrow-prev div{
    right: 0;
    left: auto;
}
.booklet .b-controls .b-arrow div:before{
    content: '';
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -8px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}
.booklet .b-controls .b-arrow-prev div:before{
    margin-left: -2px;
    transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
}

.booklet .logo{
    background: url(/images/landing/about_logos.jpg) no-repeat;
    display: block;
}

.booklet .kp .logo{
    background-position: 0 -38px;
    width: 178px;
    height: 32px;
}
.booklet .aif .logo{
    background-position: -181px -39px;
    width: 167px;
    height: 38px;
}
.booklet .expert .logo{
    background-position: -354px -44px;
    width: 156px;
    height: 42px;
}
.booklet .sob .logo{
    background-position: -390px -152px;
    width: 170px;
    height: 47px;
}
.booklet .forbes .logo{
    background-position: -88px -116px;
    width: 140px;
    height: 34px;
}
.booklet .echo .logo{
    background-position: -234px -146px;
    width: 150px;
    height: 60px;
}

.booklet .cnt p{
    position: absolute;
    top: 95px;
    color: #000;
    font: 15px/20px Arial, sans-serif;
    padding-right: 80px;
}

.pressAboutUs .bottom{
    margin-top: 50px;
    text-align: center;
}
.pressAboutUs .bottom p, .pressAboutUs .bottom span{
    display: inline-block;
}
.pressAboutUs .bottom span{
    color: #585858;
    font: 600 20px/normal 'Open Sans', sans-serif;
}
.getConsultation{
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    height: 45px;
    padding: 0 55px 0 25px;
    background: #91b864;
    background: -webkit-linear-gradient(left, #a5c77e 0%, #91b864 100%);
    background: linear-gradient(to right, #a5c77e 0%, #91b864 100%);
    color: #fff;
    font: 700 20px/45px 'Open Sans', sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.getConsultationNoJS.button{
    float: none;
    display: inline-block;
}
.chooseLawyerLanding .button, .getConsultationNoJS.button{
    background: #91b864;
    background: -webkit-linear-gradient(left, #a5c77e 0%, #91b864 100%);
    background: linear-gradient(to right, #a5c77e 0%, #91b864 100%);
}
.getConsultation:hover, .chooseLawyerLanding .button:hover, .getConsultationNoJS.button:hover{
    background: #b7d396;
    background: -webkit-linear-gradient(left, #b7d396 0%, #a0c279 100%);
    background: linear-gradient(to right, #b7d396 0%, #a0c279 100%);
}
.getConsultation:after, .getConsultation:before{
    content: '';
    width: 10px;
    height: 3px;
    position: absolute;
    right: 25px;
    top: 50%;
    background-color: #fff;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    margin: -1px -5px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.getConsultation:before{
    margin: -1px 0 0 -5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}

.ourClients{
    padding: 50px 0 40px 0;
    height: 210px;
    background: url(/images/landing/man_bkg.jpg) no-repeat top center;
    background-size: cover;
}
.ourClients .clients{
    text-align: center;
}
.ourClients .clients p{
    display: inline-block;
    color: #383838;
    font: 600 20px/normal 'Open Sans', sans-serif;
}
.ourClients .clients .counter{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 10px;
}
.ourClients ul{
    margin-top: 40px;
}
.ourClients li{
    min-height: 70px;
    width: 42%;
    float: left;
    color: #383838;
    font: 15px/24px Arial, sans-serif;
    padding: 0 5% 0 3%;
    position: relative;
}
.ourClients li:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 20%;
    border-left: 4px solid #ad9a75;
    border-bottom: 4px solid #ad9a75;
    height: 8px;
    width: 16px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.footer{
    padding: 40px 0;
}
.footer p{
    color: #585858;
    font: 14px/21px Arial, sans-serif;
}

.n1, .n2{
    width: 540px;
    height: 320px;
}

input{
    padding: 0 10px;
    outline: none;
    border: 2px solid #166fb3;
    background-color: #fff;
    height: 32px;
    width: 165px;
    display: block;
    float: left;
    color: #000;
    font: 15px/32px Arial, sans-serif;
    margin-bottom: 15px;
}
input[name="name"], .phoneNumber{
    margin-right: 15px;
}

textarea{
    display: block;
    margin-bottom: 15px;
    height: 100px;
    width: 370px;
    padding: 5px 10px;
    border: 2px solid #166fb3;
    background-color: #fff;
    color: #000;
    font: 15px/normal Arial, sans-serif;
    resize: none;
    clear: both;
}

textarea::-webkit-input-placeholder{ color: #166fb3; }
textarea:-moz-placeholder{ color: #166fb3; }
textarea:-ms-input-placeholder{ color: #166fb3; }
textarea:focus::-webkit-input-placeholder{ color: #fff; }
textarea:focus:-moz-placeholder{ color: #fff; }
textarea:focus:-ms-input-placeholder{ color: #fff; }

input::-webkit-input-placeholder{ color: #166fb3; }
input:-moz-placeholder{ color: #166fb3; }
input:-ms-input-placeholder{ color: #166fb3; }
input:focus::-webkit-input-placeholder{ color: #fff; }
input:focus:-moz-placeholder{ color: #fff; }
input:focus:-ms-input-placeholder{ color: #fff; }

.row{
    position: relative;
    float: left;
    margin-bottom: 15px;
}
.row button{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
}
.row button:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 5px solid #166fb3;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    width: 0;
    height: 0;
    margin: -2px 0 0 -5px;
}

#city_name{
    float: none;
    width: 125px;
    padding: 0 50px 0 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.hint{
    display: none;
}

.ufd-container{
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    z-index: 10;
    width: 190px !important;
    max-height: 160px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 !important;
    background-color: #fff;
}
.ufd-container.nodisplay{
    display: none;
}

.ufd-container .hint{
    height: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
    color: rgb(125,125,125);
    font: italic 14px/20px 'PT Sans', sans-serif;
}
.ufd-container li{
    height: auto;
    padding: 5px 10px;
    color: rgb(125,125,125);
    font: 14px/20px 'PT Sans', sans-serif;
}
.ufd-container li span{
    display: block;
}
.ufd-container li .subCity{
    font-size: 12px;
    line-height: 16px;
}
.ufd-container li:hover{
    background-color: rgb(235,235,235);
}
.ufd-container li:hover .city{
    color: rgb(50,50,50);
}

.hidden{
    display: none;
}

.back{
    cursor: pointer;
    float: left;
    margin-right: 15px;
    font: 15px/45px Arial, sans-serif;
    color: #166FB3;
    text-decoration: underline;
}

.sendForm, .button{
    text-decoration: none;
    cursor: pointer;
    float: left;
    display: block;
    color: #fff;
    background: #166fb3;
    background: -webkit-linear-gradient(left, #519ed9 0%, #166fb3 100%);
    background: linear-gradient(to right, #519ed9 0%, #166fb3 100%);
    position: relative;
    margin-right: 20px;
    height: 45px;
    padding: 0 55px 0 25px;
    font: 700 20px/45px 'Open Sans', sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.sendForm:hover, .button:hover{
    background: #3487c7;
    background: -webkit-linear-gradient(left, #6fb1e3 0%, #3487c7 100%);
    background: linear-gradient(to right, #6fb1e3 0%, #3487c7 100%);
}

.sendForm:after, .sendForm:before, .button:after, .button:before{
    content: '';
    width: 10px;
    height: 3px;
    position: absolute;
    right: 25px;
    top: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    margin: -5px -5px 0 0;
}
.sendForm:before, .button:before{
    margin: 0px -5px 0 0;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}
.sendForm.noArrow{
    padding-right: 25px;
}
.sendForm.noArrow:before, .sendForm.noArrow:after{
    display: none;
}

.night{
    margin-top: 15px;
}
.dayNight .night p{
    margin: 25px 0;
}
.dayNight .button{
    margin-top: 10px;
}

.secure{
    display: block;
    clear: both;
    color: #000;
    font: 15px/normal Arial, sans-serif;
    padding-top: 12px;
}
.secure:before{
    margin-top: -2px;
    content: '';
    background: url(/images/landing/landing-sprite.png) no-repeat -24px -712px;
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.day .phone{
    margin-top: 15px !important;
}

.error{
    border-color: #f00 !important;
}

.phoneWrapper{
    position: relative;
    float: left;
}
.phoneWrapper input{
    float: none;
}
.phoneWrapper input:focus, .phoneWrapper input.filled{
    padding-left: 30px;
    width: 145px;
}
.phoneWrapper span{
    display: none;
}
.phoneWrapper input:focus+span, .phoneWrapper input.filled+span{
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    color: #000;
    font: 15px/32px Arial, sans-serif;
}

.toTopWrapper{
    display: none !important;
}


/*NEW LANDING PHONE*/

.main.prvdl-phone-block {
    min-height: 620px;
}

.main.prvdl-phone-block .n1 {
    height: auto;
}

.main.prvdl-phone-block .n2 .secure {
    display: none;
}

.main.prvdl-phone-block .n2 .back {
    visibility: hidden;
}

.main.prvdl-phone-block .freeConsult {
    padding-top: 28px;
    padding-left: 50px;
}
.main.prvdl-phone-block .freeConsult .phone-text {
    font-size: 19px;
    margin-bottom: 20px;
}
.main.prvdl-phone-block .freeConsult .phone-text .bold-time {
    font-weight: bold;
}

.main.prvdl-free-block .free .helped {
    margin-top: 38px;
}
.main.prvdl-free-block .free .freeConsult .big {
    padding-top: 100px;
}
.prvd-benefits-list {
    z-index: 10;
    max-width: 351px;
    padding-top: 66px;
}
.prvd-benefits-list ul {
    margin-left: 10px;
}
.prvd-benefits-list ul li {
    position: relative;
    color: #166fb3 ;
    font:bold 24px/normal 'PT Sans', sans-serif;
    margin-bottom: 20px;
    
}
.prvd-benefits-list ul li:before {
    content: '—';
    position: absolute;
    color: #166fb3;
    left: -30px;
}
.free.prvdl-phone-block .freeConsult > p {
    margin-bottom: 15px;
}
.free.prvdl-phone-block .freeConsult .big span {
    color: #166fb3;
    text-transform: uppercase;
    display: block;
    font: 800 36px/normal 'Open Sans', sans-serif;
}