@import url("/styles/freemiumBox.css");
@import url("/styles/messageBar.css");

/* @group Member box */
#memberBox{
  display: inline-block;
  position: absolute;
  top: -6px;
  padding: 5px 20px;
  padding-bottom: 0px;
  padding-top: 10px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: -20px;
  box-shadow: 0 0px 5px #000;
  color: #B8B8B8;
  right: 10px;
}

#memberBox ul{
  list-style: none;
  margin: 1px;
  margin-bottom: 7px;
}

#memberBox ul li{
  display: inline;
}

#memberBox .phone{
    color: #000;
}

body.cardInterface{
  background: #f6f5f7 !important;
}

body.cardInterface #wrapper{
  background: #f6f5f7;
}


/* @end */

#memberBox span{
  margin-top: 10px;
  display: block;
  color: #000;
}

/* @end */

#footerContent{
  margin-top: 40px;
  text-align: center;
}

/* @group Footer */
.verbose-footer {
  background-color: #1b426d;
  color: #fff;
  text-align: left;
}

.verbose-footer .container {
    padding-left: 0;
    width: 100%;
}

.footer-column {
    padding-left: 20px;
}

.social-media-container-footer {
    background-color: #05355a;
    margin: 42px 0 0 0 !important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 9px;
}

.social-media-container-footer img {
    margin-bottom: 20px;
    margin-right: 12px;
    width: 20px;
}

.footer-links {
    box-sizing: border-box;
    padding: 20px 0 0 0px;
}

@media (min-width: 767px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .footer-column {
        margin-bottom: 80px;
    }

    .social-media-container-footer {
        margin: 0 15px 0 0 !important;
    }
}

@media (min-width: 992px) {
    .verbose-footer .container {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .verbose-footer .container {
        width: 80%;
    }
}

.footer-bottom p{
  padding: 10px;
  color: #000;
  background-color: #fff;
  margin: 0;
}

.expiry-wrapper.input div {
  display: inline;
}

.expiry-wrapper.input .form-error {
  display: block;
}

.expiry-wrapper .span1{
  width: 80px;
}


.verbose-footer a{
  color: #c2c7ca;
}

.verbose-footer h2{
  display: block;
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.verbose-footer ul{
  list-style-type: none;
  margin: 0;
}

.verbose-footer ul li{
  margin-bottom: 2px;
}

.verbose-footer .cookie-and-data-collection-notice {
  color: #fff;
  font-family: 'Lato';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  padding: 33px 0 0 20px;
}

.verbose-footer .footer-row-content {
  color: #fff;
  font-family: 'Lato';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  max-width: 1000px;
  padding: 30px 0 20px 20px;
}

.verbose-footer .cookie-and-data-collection-notice a,
.verbose-footer .footer-row-content a {
  color: #bceeff;
  text-decoration: underline;
}

/* @end */


.spacer{
  display: block;
  height: 50px;
}

.spacer-small{
  display: block;
  height: 26px;
}

.spacer-xsmall{
  display: block;
  height: 13px;
}

h1 small{
  color: #6192ff;
}



small.subtitle{
  color: #999;
  font-size: 15px;
  display: block;
  line-height: 1.3;
}

small.subtitle.subtitle-large{
  color: #999;
  font-size: 20px;
  display: block;
  margin-top: -9px;
}

small.orange{
  color: #fe8e38;
}


.popped-label{
  float: right;
  padding: 10px;
  position: relative;
  left: 45px;
  top: 45px;
  text-transform: uppercase;

  box-shadow: 0 0 4px #777;


}

b.subtitle{
  color: #38a1f2;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-top: 12px;
  margin-bottom: 30px;

}

.input img{
  margin-top: -30px;
  position: relative;
  top: 9px;
  left: 10px;
}

textarea#bulletText{
  width: 519px;
}

.bullet-display li{
  margin-bottom: 2px;
}
.bullet-display{
  margin-top: 13px;
  padding: 1px;

}
.mainbullets{
  font-size: 14px;
  margin-top: 20px;
}


.sideTips h3{
  margin-bottom: 10px;
}

ul.checkmarks{
  margin: 0;

}
ul.checkmarks li{
  list-style-type: none;
  background: url(../images/checkmark.png) no-repeat 0 0;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e2e2e2;

}
.mainbullets li{

  margin-top: 13px;
}


button{
  border: 0;
  background: transparent;
}


.steps{
  background-color: #f2f2f2;
  padding: 17px 0 1px 10px;
  border-radius: 8px;
  box-shadow: 0 0 6px #999;
  font-weight: bold;
}

.steps a{
  font-weight: bold;
}

/* @group SRS */
#srs h1{
  font-size: 38px;
  text-align: center;
  margin-bottom: 35px;

}
.howItWorks{
  width: 300px;
  margin-top: -15px;
  float: right;
}

.clear{
  clear: both;
}

.blueBox{
  border: 2px solid #26b0f0;
  border-radius: 9px;
}
.blueBox h2{
  background: #26b0f0;
  color: #fff;
  text-align: center;
  margin-bottom: -1px;
}


.blueBox.orange{
  border: 2px solid #df7a36;
}
.blueBox.orange h2{
  background: #df7a36;
}

.blueBox ul{
  list-style-type: none;
  margin: 0;
}

.blueBox h3{
  color: #26b0f0;
  font-weight: normal;
}
.blueBox .innerContent{
  text-align: center;
}

.blueBox .innerContent .midFixedPoint{
  height: 200px;
}
.blueBox .innerContent ul li{
  border: none;
  margin-bottom: 1px;
  padding: 5px;
  font-size: 15px;
}

.blueBox.iconFilled{
  font-size: 16px;
}

.iconFilled img{
  margin-right: 15px;
  margin-left: 20px;
}


.blueBox ul li{
  display: block;
  border-top: 1px solid #26b0f0;
  clear: both;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}


.blueBox .innerContent ul li.clear{
  border: none;
}

.blueBox ul li.border{
  border-top: 1px solid #26b0f0;
  padding-top: 20px;
  margin-top: 20px;
}


/* @end */

.centered{
  text-align: center;
}

.bcentered{
  margin-left: auto;
  margin-right: auto;

}

.questionForm {
  padding: 10px;
  background-color: #c9f2ff;
  border-radius: 8px;
  width: 540px;
}

.help-block{
  color: #000;
}

a.guarantee{
  text-decoration: underline;
  font-weight: bold;
}

#privacy.popover{
  width: 600px;
  z-index: 100000;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -340px;
  background: #fff;
  border: 1px solid #999;
  padding: 40px;

}

#privacy .popover_content{
  height: 450px;
  overflow: auto;
}

#lightbox{
  background: #000;
  height: 10000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.agentProfile
 {
  background-color: #f1f8fd;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

#srs_wrapper{
  -webkit-box-sizing: border-box;
  background: #fff;
  padding: 30px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 3px #000;
}

#srs{
  background: #e3eaf1;
}

h2{
    margin-bottom: 15px;
}

.modal-header h2{
  margin-bottom: 0;
}

h2.step{
  font-size: 19px;
  margin-bottom: 10px;
}

h2.step em{
  font-style: normal;
  color: #68b2f1;
}

#srs ul{

}

img.thumbnail{
  background: #fff;
  border: 5px solid #e4e7e7;
  padding: 2px;
  border-radius: 8px;
}


.asideRight{
  border-left: 1px solid #e1e1e1;
  padding-left: 20px;
  position: relative;
  left: 55px;
}

#srs .bluebox ul li{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

.blueBox .padded{
  padding: 20px;
  color: #666;
}

.asideRight .blueBox h2{
  font-size: 16px;
}

.wizard-steps{
  border-bottom: 1px solid #c4c6c6;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 23px;

}

.wizard-steps li{
  color: #c4c6c6;
  font-size: 14px;
  display: inline-block;
  margin-right: 22px;
}

.wizard-steps li b{
  color: #fff;
  background-color: #c4c6c6;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 4px;
}

.wizard-steps li.selected{
  color: #26b0f0;
}

.wizard-steps li.selected b{
  background-color: #26b0f0;
}

/* @group Pricing options */


.pricing .span3 .innerContent p{
  font-size: 15px;
}
.pricing .span3 button{

}
.price{
  font-size: 35px;
  padding-bottom: 20px;
  display: block;
  font-weight: bold;
}

label.filebutton {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;
}

.rightside{
  border: 1px solid #e1e1e1;
  margin-top: 5px;
  padding: 15px;
  border-radius: 3px;
}

.rightside h4{
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}

table.receipt{
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}




table.receipt th{
  text-align: left;
  color: #26b0f0;
  border-bottom: 1px solid #26b0f0;

}


.subheading small{
  display: block;
  line-height: 19px;
  color: #444;
}

.largeText{
  margin: 0;
  padding: 14px 4px;
  background: #f1f4f4;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

.largeText p{
  color: #777;
  font-size: 16px;
  line-height: 25px;
}

button img{
  margin-left: -15px;
}

.paymentForm{
  margin-right: 40px;
}


/* @end */

/* @group Resume Builder */
body#resumebuilder{
  background: #fff;
}

#srb_wrapper .builder{
    margin-top: 23px;
}


#srb_wrapper{
  margin-top: 15px;
}




/* Full width landing pages */
.clearfix #srb_wrapper{
  margin-top: 0;
}

.grayRow{
  background: #fcfcfc;
  border-top: 3px double #dbdede;
  border-bottom: 1px solid #bec0c0;
  padding: 15px 0;
  margin-top: 10px;
}

.grayRow h2{

}

.grayRow h3 img{
  position: relative;
  top: -3px;
  margin-right: 6px;
}
.grayRow h3{
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}

/*.grayRow div.recentReviews p{
  font-size: 15px;
  line-height: 20px;
}*/

.grayRow h3.centered{
  padding: 12px;
  background: #edf0f0;
  border-radius: 8px;
}



/* @group HUD */




/* @end */

.grayRow h4{
  color: #3189c8;
  font-size: 16px;
  margin-bottom: 10px;
}

.grayRow .rightcolumn{
  border-left: 1px solid #c4c6c6;
  padding: 0 18px;
}

.sideTips{
  background: #f1f4f4;
  border-radius: 8px;
}

.sideTips h3 i{
  color: #999;
}

.sideTips h3 i small{
  font-size: 13px;
}


.innerContent{
  margin: 20px;
}

#innerContent{
  min-height: 780px;
}


.form-horizontal.contact{
  margin-left: 0;
}

.form-actions{
  background: none;
  /*border: none;*/
}

/* Visual Static Sticky Toolbar */
.sticky-time-estimate-content-wrapper {
  margin-top: 80px;
}

.h-prog .time_estimate.sticky-time-estimate {
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.sticky-time-estimate-toolbar {
  height: 88px;
  padding-top: 12px;
  padding-bottom: 5px;
  z-index: 10;
}

.sticky-time-estimate-toolbar.fixed {
  position: fixed;
  top: 0;
  margin-top:0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.doc-name.sticky-time-estimate-doc-name {
  line-height: 25px;
}

.builder .builder-content.sticky-time-estimate-document-wrapper {
  margin-top: 97px;
}

.cardInterface .alert.alert-danger.alert-visual-static {
  position: absolute;
  top: 166px;
  width: 890px;
}
/* Visual Static Sticky Toolbar End */

.doc-name{
     line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color:#808080;
    position: relative;
    top: -2px;
}

.doc-name span{
    font-weight: normal;
    color: #BDBDBD;
    font-weight: 200;
}

.plusOne{
  position: relative;
  top: -29px;
  margin-top: -30px;
}

.fright{
  float: right;
}

.fleft{
  float: left;
}

.margin-right{
  margin-right: 15px;
}

.margin-left{
  margin-left: 15px;
}

fieldset h4{
  margin-left: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 20px;
}

fieldset .subheading h4{
  margin-top: 30px;
  margin-left: -18px;
}

fieldSet.pricingSelection{
  margin-top: 20px;
  margin-left: -60px;
}

fieldSet.pricingSelection label{
  padding: 20px;
}
fieldSet.pricingSelection label.highlight{  border-radius: 8px;
  background: #cbffd0;

  }

table.whatyouget{
  background: #eaf0f4;
  width: 350px;
  border: 1px solid #999;
  margin-top: 35px;
  margin-left: 20px;
}

table.whatyouget th{
  text-align: left;
  padding: 17px;
  font-size: 17px;
}

table.whatyouget td{
  padding: 15px;
  text-align: left;
}
table.whatyouget tr:nth-child(even){
  background: #fff;
}


.bigButton{
  height: 100px;
  width: 352px;
  font-size: 25px;
}

.responsive .bigButton{
  width: 95%;
  max-width: 352px;
}

.orangeButton{
  background: url(../images/orangeButtonEmpty.png) no-repeat;
}

.greenButton{
    background-color: #67b728;
    border-bottom: solid 2px #67b728;
    border-top: solid 2px #96e656;
    border-radius: 5px;
    height:65px;
}

.redButton{
  background: url(../images/red_button.png) no-repeat;
}


.bigButton a{
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  padding: 25px;
}

.orangeButton .arrow{
  position: relative;
  float: left;
  margin-left: -170px;
  top: -30px;
}

.banner{
  margin: 30px 0;
}


.backgroundstrip{
  background: #e5eef3;
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -15px;
}


/* @end */

/* @group Bullet */

/* @group Preview Pane */

#previewPane {
  width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

#previewPane .modal-header{
  text-align: right;
}

#previewPane .modal-body{
  box-sizing: border-box;
  width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#innerPreview{
  height: 460px;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
}

iframe#previewCanvas{
  background: #fff;
  width: 100%;
  height: 100%;
  border: none;
}


/* @end */

/* Onboarding Modal */
/* Share Modal */
.onboardingModal {
  width: 700px;
  transform: translate(-50%, 0);
  top: 10%;
  margin: 0;
}

.onboarding-modal-close-button {
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  font-weight: 500;
  color: #c9c9c9;
}

.onboarding-modal-share-header {
  font-size: 20px;
  color: #37455B;
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
  line-height: 30px;
}

.onboarding-modal-main-cta-button:not(.onboarding-modal-search-field-button) {
  text-align: center;
  margin: 20px auto 70px auto;
  display: block;
  padding: 15px 0;
  width: 210px;
  font-size: 16px;
  font-weight: 500;
}

.onboarding-modal-footer {
  position: relative;
  border-top: 1px solid #c9c9c9;
}

.onboarding-try-block {
  position: absolute;
  border: 1px solid #c9c9c9;
  border-radius: 25px;
  padding: 12px 20px;
  top: -21px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  font-weight: 500;
  color: #37455B;
  font-size: 16px;
}

.onboarding-modal-secondary-action-wrapper {
  padding-top: 65px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

.onboarding-modal-secondary-action-block {
  display: inline-block;
  width: 32%;
  text-align: center;
  vertical-align: top;
}

.onboarding-modal-secondary-action-block.share {
  margin-top: 10px;
}

.onboarding-modal-secondary-action-block.duplicate {
  margin-top: 4px;
}

.onboarding-modal-secondary-action-block.sign {
  margin-top: 13px;
}

.onboarding-modal-secondary-action-icon {
  width: 20%;
}

.onboarding-modal-secondary-action {
  padding-top: 15px;
  display: block;
  overflow: visible;
  font-weight: 500;
}

.onboarding-modal-return-button {
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 30px 0;
  background-color: #F9F9F9;
  text-align: center;
  color: #737373;
  font-weight: 500;
  cursor: pointer;
}

.onboardingTourUploadButton {
  border: none;
  width: 116px;
  height: 46px;
  display: block;
  margin: 0 auto;
}
/* Search Modal */
.onboarding-modal-search-field-wrapper {
  position: relative;
  width: 318px;
  margin: 20px auto 65px auto;
}

.onboarding-modal-search-field {
  height: 46px;
  width: 295px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #5EBC5E;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.onboarding-modal-search-field:focus {
  box-shadow: 0px 0px 6px rgba(94, 188, 94, 0.7);
  border: 1px solid #5EBC5E;
}

.onboarding-modal-search-field::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.onboarding-modal-search-field::-moz-placeholder {
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.onboarding-modal-search-field::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.onboarding-modal-search-field::-moz-placeholder {
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.onboarding-modal-search-field-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #5EBC5E url(/images/builder-static/magnifier-search.png) center no-repeat;
  background-size: 25px;
  cursor: pointer;
}
/* Success Modal */
.oboarding-modal-success-icon {
  display: block;
  margin: 50px auto 15px auto;
  width: 55px;
}

.onboarding-modal-share-header.success {
  margin-top: 0;
  margin-bottom: 0;
}

.oboarding-modal-success-text {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 35px;
}
/* Onboarding Modal End */

#bulletsWidget{
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0 0 23px #000;
}

#bulletsForCategory{
  background: #f8f8f8;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  border: 1px dashed #999;
  margin-top: 10px;
  border-radius: 8px;
  margin-bottom: 10px;

}

#bulletsForCategory ul{
  margin-left: 0;
  padding-left: 5px;
}


#bulletsForCategory li{
  padding: 12px;
  padding-left: 5px;
  list-style-type: none;
  border-bottom: 1px solid #e1e1e1;
}

#bulletsForCategory li:nth-child(odd){
  clear: both;
}

#bulletsForCategory li a{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

textarea.hidden-text-area{
  display: none;

}


#employerBullets{
  width: 99%;
  height: 125px;
}

.resumeScreenshot .button{
  margin-left: -45px;
}

#confirmationBox{
  display: none;
}

/* @end */

.secure{
  font-weight: bold;
}

.add-another {
  height: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
  text-align: right;
  margin-left: 70px;
}

.add-another a{
  position: relative;
  top: -14px;
}

.withIcon img{
  position: relative;
  top: -3px;
  left: -6px;
}

.well-no-padding{
  padding: 8px 0;
  border: 1px solid #d3d2d4;
}

.help-block-item{
  padding: 18px;
  background: #f3f3f3;
  color: #444;
  border-radius: 8px;
}

.promo-code-free-trial-callout {
  border: 1px dashed;
  padding: 3px;
  margin: 0 3px;
  font-size: 11px;
}

.promo-code-callout-box p {
  line-height: 20px;
}

.modal-body{
  max-height: 475px;
}
.help-block{
  color: #888;
  font-size: .9em;
}

.navbar .form-horizontal label{
  position: relative;
  top: 6px;
  color: #999;
}
.navbar .form-horizontal{
  margin-bottom: -20px;
}



/* @group Pricing Page */
.benefits{
  box-sizing:border-box;
}

.benefits h1{
  border-bottom: 1px solid #e1e1e1;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #999;
}

.benefits dl{
  margin-top: 0px;
  margin-bottom: -30px;
  padding: 20px;

}

.benefits dl dt img{
  float: left;
  margin-right: 20px;

}

.benefits dl dt{
  margin-left: 0;
  font-size: 13px;
  margin-bottom: 10px;
}

.benefits dl dd{
  margin-left: 0;
  font-size: 13px;
  color: #999;

  margin-bottom: 21px;
}

  /*border: 3px solid #2b78c1;*/
.plans{
  border: 1px solid #d9dede;
  text-align: left;
  padding: 15px;
  border-radius: 3px;
  padding-bottom: 18px;
  background: #d8effb;
}


.plans h1{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.plans input{
  float: right;
  position: relative;
  top: 7px;
}

.plans .subtitle{
  font-size: 15px;
  margin-top: 5px;
}

.plans .value{
  font-weight: bold;
  text-transform: uppercase;
  color: #2b78c1;
  font-size: 13px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.plans ul{
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.plans ul li{
  margin-left: 15px;
}

.plans a.btn{
  float: right;
  position: relative;

}

.plans-alt{
  background-color: #f1f6f6;
  background-image: none;
}

h1.quote{
  font-size: 25px;
}

h1.quote small{
  display: block;
  color: #999;
  font-size: 15px;
  margin-top: -5px;
}

.backgroundObject{
  display: none;
}

#header_content{
  /*width: 940px;*/
  margin: 0 auto;
}

#header{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #1B426D;
}

#header_content .container {
  position: relative;
}

#srs_logo{
  display: inline-block;
  padding-top: 5px;
}

.formswift-dropbox-logo.formswift-dropbox-logo {
  height: 52px !important;
  max-width: none !important;
  width: auto !important;
}

.formswift-dropbox-logo-stacked.formswift-dropbox-logo-stacked {
  height: 50px !important;
  max-width: none !important;
  width: auto !important;
}

@media (max-width: 560px) {
  .formswift-dropbox-logo.formswift-dropbox-logo {
    display: none;
  }
}

@media (min-width: 561px) {
  .formswift-dropbox-logo-stacked.formswift-dropbox-logo-stacked {
    display: none;
  }
}

@media (max-width: 480px) {
  .formswift-dropbox-logo-stacked.formswift-dropbox-logo-stacked {
    height: 40px !important;
  }
}

.static-builder-header #srs_logo {
  padding-left: 40px;
}


.flowSteps{
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  z-index: 4;
}

.flowSteps span{
  float: left;
  margin: 10px;
  position: relative;
  top: 8px;
  left: -6px;
}

.flowSteps div{
  padding: 0px;
  border-right: 1px solid #e1e1e1;
}

.flowSteps div:last-child{
  border: none;
}

.navMargins{
  margin: 0;
}

.groupMultiple{
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.wizardSteps{
  margin-bottom: 20px;
}

.wizardSteps h3{
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 17px;
}

.wizardSteps div{
  background: #c0cdd8;
  padding: 5px 51px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  border-left: 2px solid #fff;
  margin-left: -20px;
}

.wizardSteps div:first-child{
  margin-left: 0;
}

.wizardSteps div.active{
  background: #438bc4;
  color: #fff;
}

.text-style{
  color: #000;
  text-decoration: none;
}

.pricing{
  border: 1px solid #e1e1e1;
  padding: 0;
  border-radius: 3px;
  height: 480px;
}

.pricing-freemium .pricing {
  height: 510px;
}

.pricing-small{
  height: 392px;
}

.pricing-header .name.promo-code-free-trial-border {
  border: 1px dashed;
  line-height: 2;
  width: 80px;
  margin: 0 auto 12px auto;
}

.promo-code-acceptance-text {
  width: 120px;
  font-weight: bold;
  margin-left: 58px;
}

.pricing-header, .pricing-action{
  background: #183d67;
  padding: 10px;
  min-height: 20px;
  color: #fff;
  text-align: center;
}

.pricing-action{
  min-height: 0;
}

.pricing-header span{
  font-weight: normal;
  display: block;
}

.pricing-header .name{
  font-size: 12px;
  color: #5fbae4;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.pricing-header .price{
  height: 48px;
  font-size: 36px;
  line-height: 35px;
  padding-bottom: 0;
}

.pricing-header .price em{
  font-size: 14px;
  opacity: 50%;
}



.pricing-header .info{
  font-size: 14px;
  color: #5fbae4;
  line-height: 20px;
  font-style: italic;
}


.price-slashed {
  color: red;
  margin-top: -5px;
  margin-bottom: 5px;
}


.price-slashed em {
  position: relative;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
}
.price-slashed em:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  transform:rotate(-10deg);
}

.price-slashed i{
  font-size: 12px;
}

.pricing a.btn{
  width: 82%;
}

.pricing-body ul{
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
}

.pricing-body ul li{
  border-bottom: 1px solid #e1e1e1;
  margin: 5px 0;
}

.pricing-body ul li:last-child{
  border: none;
}
.pricing-body ul li span{
  display: block;
  padding: 15px;
}

.pricing-fit div.span2{
  width: 186px;
}

.numberedList dt, .numberedList dd{
  margin-left: 45px;
  margin-top: 10px;
}

.numberedList dt{
  font-size: 18px;
  margin-bottom: 15px;
  color: #5fbae4;
}

.numberedList dd{
  margin-bottom: 10px;
}

.numberedList h1{
  font-size: 55px;
  color: #e1e1e1;
}

.documentType{
  text-transform:capitalize;
}

.documentList{
  padding: 0px;
}

.documentList ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.documentList ul li{
  /*border-bottom: 1px solid #e1e1e1;*/
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
}

.documentList ul li h4{
  font-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}
.documentList ul li p{
  margin-top: 5px;
}

#docSearch{
  font-size: 17px;
  padding: 10px;
  width: 579px;
  background: #F3FFF0;
  border-radius: 19px;
}
#helpSearch{
  font-size: 17px;
  padding: 10px;
  width: 95%;
  background: #F3FFF0;
  border-radius: 19px;
}
.faded{
  opacity: .8;
}

.lighter-text{
  font-weight: normal;
  color: #999;
}


.icon-faded{
  opacity: .5
}

.footer-text{
  margin-bottom: 35px;
  margin-top: 35px;
}

.pre-cancellation
{
  border: 1px solid #e1e1e1;
}

.pre-cancellation .hreason h1{
  font-weight: normal;
  color: #777;
  font-size: 50px;
  padding: 8px;
  line-height: 49px;
}

.pre-cancellation .hreason h1 b{
  font-weight: normal;
  color: #254bc4;
}

.pre-cancellation .row{
  margin-bottom: 30px;
}

.pre-cancellation .span7{
  padding-bottom: 30px;
}

.downloadFileFrame{
  width: 12px;
  height: 12px;
  border: none;
}

.input-fat{
  padding: 10px;
  font-size: 20px;
}

.modal-wide{
  width: 800px;
  margin-left: -400px;
}


.modal-image{
  margin-left: 20px;
  margin-top: 7px;
}

#modal-body-3 .modal-image{
  margin-top: -20px;
}

.pricing .ribbon-image
{
  position: absolute;
}

.main-box h2{
  font-size: 40px;
  color: #666;
}

.main-box h3{
  min-height: 55px;
}

label.error{
  color: red;
}

.form-error {
  color: red;
}

.card-cvc + .form-error {
  left: 0;
  position: absolute;
  top: 34px;
}

@media (max-width: 760px) {
  .card-cvc + .form-error {
    position: relative;
    top: 0;
  }
}

.grayColumn{
  background: #EBEBEB;
  padding: 0 0px;
}

.grayColumn p, .grayColumn h2{
  padding: 0 20px;
}

#documentTable td{
  vertical-align: middle;
}

#documentTable td a.btn-mini, #documentTable td button.btn-mini{
  padding-top: 5px;
  padding-bottom: 5px;
}

#documentTable td:first-child {
  max-width: 210px;
}

.my-templates-list-container #documentTable td:first-child {
  max-width: 240px;
}

#documentTable td:first-child a {
  word-wrap: break-word;
}

.btn.btn-xwide{
  padding-left: 70px;
  padding-right: 70px;
}
.btn.btn-xlarge{
  padding: 17px 27px;
  font-size: 18px;
}
.fill-page .editButton{

}

.fill-page .editButton .modal{
  padding: 20px 40px;
  width: 250px;
  margin-left: -145px;
  position: absolute;
  top: 540px;
}

.editButton .btn{
  padding: 15px 30px;
}

.fill-page .mainPage{
  opacity: .5;
  border: 1px solid #999;
  border-bottom: 3px double #999;
  border-right: 3px double #999;
  border-radius: 4px;
  width: 100% !important;
}

.fill-page img.mainPage{
  /*-webkit-filter: blur(1px);*/
}

/*Editable */
.editable-click, a.editable-click, a.editable-click:hover{
  border-bottom: none !important;
  text-decoration: none;
  color: #4E4E4E;
  cursor: pointer;
}

.document-name-editable{

}

th.headerSortUp {
    background-color: #D7EBFF;
}

th.headerSortDown {
    background-color: #D7EBFF;
}

#helpList{
  margin-left: 0;
  padding-left: 0;
}

#helpList li{
  list-style-type: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}

#helpList li h3{
  color: #39729f;
  font-size: 17px;
  text-decoration: underline;
}

#helpList li h3:hover{
  color: #999;
  cursor: pointer;
}

#helpList li .answer{
  color: #777;
  display: none;
  font-size: 15px;
}

#helpList li .answer p{
  font-size: 15px;
}

/* @end */

.essentialDocs {
display: block;
border: 1px solid #e8e9e8;
padding: 15px 15px 180px 15px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
margin-bottom: 20px;
}

.essentialDocsList {
list-style-type: none;
padding:0px;
margin:0px;
}

.essentialDocsList li {
display: block;
font-size: 14px;
font-weight: 700;
}

.essentialDocsList > li > span{
padding: 5px 10px 5px 10px;
display: inline-block;
background:#9fcbdd;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
margin-right: 5px;
}

.essentialDocsLink {
padding-left: 32px;
}
.essentialDocsLink a {
font-size: 11px;
}

.essentialSelect {
display: inline-block;
border-radius: 2px;
background: #e58c00;
padding: 2px 5px;
color: #fff;
}

.essentialSelect span {
display: inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3.5px 0 3.5px 5px;
border-color: transparent transparent transparent #f2ca81;
vertical-align: bottom;
margin-bottom:6px;
margin-left: 5px;
}

.essentialSelect:hover {
color: #ebd4aa;
text-decoration: none;
}

.essentialMoreInfo {
color: #808080;
font-weight: 400;
text-decoration: underline;
margin-left: 5px;
}

.essentialBottomImage{
  text-align: center;
  margin-bottom: -20px;
}

.span3.widen{
  width: 276px;
}


.columns-3{
    column-count:3;
    -webkit-column-count:3; /* Chrome, Safari, Opera */
    -moz-column-count:3; /* Firefox */
}

.columns-2{
    column-count:2;
    -webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
}

.columns-1{
    column-count:1;
    -webkit-column-count:1; /* Chrome, Safari, Opera */
    -moz-column-count:1; /* Firefox */
}

ul.columns-3, ul.columns-2, ul.columns-1{
    margin-left: 0;
    list-style-type: none;
}

.columnDocumentList{
    font-size: 17px;
    border-top: 1px solid #F0F0F0;
    padding-top: 20px;
}
.columnDocumentList li{
    margin-bottom: 9px;
}

.quote{
  font-family: "Georgia";
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 25px;
  font-size: 23px;
  color: #777;
  line-height: 31px;
}

.quote-no-border{
  margin: 0;
  border: 0;
  padding: 0;
}

.quote-small{
  font-size: 18px;
  line-height: 22px;
}

.quote i{
  font-size: 14px;
  color: #999;
  display: block;
}
.quote-box{
  width: 700px;
  margin: 0 auto;
}

.customer-logos{
  padding-top: 20px;
}

hr.doubleline{
  border-top: 3px double #dbdede;
}

.customer-logos h3{
  color: #999;
  font-weight: normal;
}

.popular-docs{
  margin-left: 30px;
}
.popular-docs li{
  font-size: 16px;
  margin-bottom: 10px;
}

.gray-row{
  margin: 20px 0;
  border-radius: 3px;
  background: #f1f1f1;
  padding: 30px 0 20px 30px;
}

.checkout-group{
  padding: 15px;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 33px;
  margin-top: 20px;
}

.checkout-group h2{
  font-size: 14px;
  position: relative;
  top: -46px;
  margin-bottom: -45px;
}

.breadcrumb p{
  display: inline;
}

.modal-highest{
  z-index: 200000909090050;
}

.span1-5{
  width: 100px;
}

.hero-unit .small{
  font-size: 13px;
  line-height: 16px;
}

.hero-unit-nobg{
  background: none;
}

.hero-unit-nobg h1{
  margin-bottom: 23px;
}

.suggested-docs{
  margin-top: 40px;
}

.suggested-docs h3{
  margin-bottom: 25px;
}

.suggested-docs img{
  margin-left: 17px;
}

.document-list{
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  display: block;
  width: 420px;
}

.document-list li a{
  text-transform: capitalize;
  text-decoration: underline;
  color: #444;
}

.document-list ul, .document-list li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.document-list li{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.document-list li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.twitter-share-button{
  float: right;
}

.share-facebook{
  width: 70px;
}

a.edit-link{
  border-bottom: 1px solid #A8DDF8;
}
a.edit-link:hover{
  text-decoration: none;
  border-bottom: 1px solid #357799;
}
.content-section{
  margin: 15px 0;
  padding: 30px 0;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
}

.content-section h2{
  /*color: #999;*/
}

.content-section h3{
  font-size: 20px
}

.centered-def-list dt{
  margin-bottom: 20px;
}

.centered-def-list dd{
  text-align: center;
}

.state-label{
  font-weight: bold;
}
.state-decide-select {
  margin-left:3px;
  width:298px;
  height:36px;
  margin-bottom: -7px;
  margin-top:0px;
}

.responsive .state-decide-select{
  width: 100%;
  max-width: 298px;
}

.remove-top-spacing{
  position: relative;
  top: -7px;
}

.price i{
  font-size: 15px;
}

.new-acct-tos{
  font-size: 11px;
  line-height: 14px;
  position: relative;
  left: 160px;
  top: -25px;
  display: inline-block;
}

.new-acct-tos a {
text-decoration:underline;
}

.new-acct-tos p{
  font-size: 11px;
  line-height: 14px;
  width: 270px;
  height: 26px;
  color: rgb(153, 153, 153);
}

.new-acct-tos .disclaimer {
  padding-top: 25px;
}

.new-acct-tos.no-spam-icon{
  position: relative;
  padding-left: 50px;
  margin-left: -50px;
  top: -10px;
}

.new-acct-tos.no-spam-icon:before{
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/icon-spam.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.new-acct-tos.no-spam-icon p{
  margin: 0;
}
.form-actions.no-spam-icon{
  text-align: center;
  border-top:0;
}

.form-actions.no-spam-icon .btn{
  height: 42px;
  width: 100%;
}

/* Older browsers don't support Placeholders.  We'll add those in through JS, and add a faded gray as the color */
.placeholder { color: #aaa; }

.primaryGreenButton a:hover{
  background-color: #3bc819;
  background: -webkit-linear-gradient(#3bc819,#119105);
  background: -moz-linear-gradient(#3bc819,#119105);
  background: -ms-linear-gradient(#3bc819,#119105);
  background: -o-linear-gradient(#3bc819,#119105);
  background: linear-gradient(#3bc819,#119105);
  box-shadow: inset 0px 1px 0px #79e15f,inset 0 -1px 2px #0b5d03;
  -pie-background: linear-gradient(#3bc819,#119105);
  color: #fff;
}
.primaryGreenButton a{
  border-radius: 5px;
  background-color: #49d321;
  background: -webkit-linear-gradient(#49d321,#169906);
  background: -moz-linear-gradient(#49d321,#169906);
  background: -ms-linear-gradient(#49d321,#169906);
  background: -o-linear-gradient(#49d321,#169906);
  background: linear-gradient(#49d321,#169906);
  box-shadow: inset 0px 1px 0px #88ec6b,inset 1px -1px 2px #0e6504;
  -pie-background: linear-gradient(#49d321,#169906);
  color: #fff;
  border-width: 1px;
  border-top: solid 1px;
  border-color: #649C5F;
  font-size: 25px;
  line-height: 20px;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-repeat: no-repeat;
  width: 320px;
  height: 20px;
}

.responsive .primaryGreenButton a{
  width: 95%;
  max-width: 320px;
  display: table;

}

.primaryGreenButton a:hover{
text-decoration: none;
}

.static-builder .form-wrap{
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  padding:35px 25px;
  padding-bottom: 15px;
  width: 86%;
}
.static-builder .form-wrap .form-row{
  display: inline-block;
}


.static-builder .accepted-cc{
  margin-top: -51px;
  position: relative;
  top: 252px;
  left: 256px;
}
.static-builder .rightside{
  border: none;
}

.static-builder .checkout-contact-info{
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.static-builder .checkout-billing-info .form-row:first-child{
  display: block;
}


.static-builder #completeOrder{
  margin-left: 120px;
}

.rightside-footer{
  text-align: center;
}

.bbb-logo{
  width: 50px;
  margin-right: 15px;
}

.row-fluid .offset2{
    margin-left: 170px;
}

#twitter-widget-0{
    margin-left: 20px;
}
/*New My Docs page*/
.mainSpan .action-buttons{
  float: right;
  position: relative;
  top: 8px;
  width:284px;
  height: 38px;
  left: 48px;
}


.uploadbtnHolder iframe{
  border: 0;
  height: 35px;
  width: 130px;
  overflow: hidden;
}

.uploadbtnHolder{
 float: right;
  overflow: hidden;
  position: relative;
  top: -1px;
  left: -22px;
}

.searchInput{
  border-radius: 25px;
  font-size: 12px;
  width: 163px;
  height: 12px;
  margin: 0;
  clear: both;
}

.searchBox{
  width:  200px;
  margin-bottom: -20px;
  position: relative;
  top: 9px;
  left: 335px;
}

.title{
 font-size: 15px;
  margin-bottom: 0;
}


.well .title{
 padding: 15px;
  padding-bottom: 0;
}

.subtitle{
 font-size: 13px;
  position: relative;
  color: #B5B5B5;
}

.tableHeading .subtitle{
  left: 28px;
}

.secureIcon > img{
  position:relative;
  left:0;
  top:8px;
  width:22px;
  height:22px;
  margin-right: 5px;
  opacity:.5
}

.total-docs{
  color: #999;
  font-style: italic;
  position: relative;
  top: -17px;
  font-size: 11px;
  margin-bottom: 20px;
}

.doc-delete-button, .doc-createanother-button{
 visibility: hidden;
  float: right;
  margin-right: 3px;
}

.sampleMainBubble{
  width: 230px;
  position: relative;
  top: 45px;
}

.suggested-docs-section h3{
  margin-bottom: 10px;
}
.suggested-docs-section .span8{
  padding: 0;
  padding-bottom: 6px;
}

.suggested-docs-section .span8 img{
  position: relative;
  left: 17px;
}

.suggested-docs-section .document-list{
  padding: 5px 26px;
}

.suggested-docs-section .title{
  padding-bottom: 0;
  padding-top: 5px;
  margin-bottom: 4px;
}

.suggested-docs-section .subtitle{
  font-weight: normal;
  top: -11px;
}

.sampleInstructions{
  width: 238px;
}

dl.list-with-icons{
 text-align: left;
  margin: 0 40px;
}

dl.list-with-icons dt{
  float: left;
  margin-right: 15px;
}

dl.list-with-icons dd{
  position: relative;
  font-size: 14px;
  color: #444;
  top: 10px;
  margin-bottom: 25px;
}

.small-hr{
  margin-bottom: 10px;
}

.input-xxlarge#docSearch {
  width: 90%;
}

.checkout-faq-block{
  min-height: 180px;
}

.checkout-faq-block p{
  margin-bottom: 15px;
}

.checkout-faq-block .question{
  padding: 2px 5px 2px 2px;
  background: #e4e4e4;
}
.checkout-faq-block .question:hover {
  cursor: pointer;
  background: #c9c8c8;
}
.checkout-faq-block .question .caret{
  opacity: 1;
  border-width: 7px 5px;
  vertical-align: middle;
  margin: -2px 2px 0 4px;
}
.checkout-faq-block .answer{
  display: none;
}


/*
------------------------------------------------

  HOMEPAGE (REDESIGN) New Style

------------------------------------------------
*/

.indexRedesign #memberBox{
  margin-right: 20px;
}

/* For now we'll specify this new design with an indexRedesign class */
.indexRedesign, .indexRedesign p{
  color:#3c3f3f;
  font-size: 14px;
    line-height: 24px;
}

.indexRedesign h2{
  margin-bottom: 0;
}

.indexRedesign .container{
  max-width: 1024px;
}

/* ------   Header section with the background image ------ */
.main-header{
  height: 412px;
  box-sizing:border-box;
  height: 415px;
  background: url(../images/bg_header.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #a2a8a8;
  margin-bottom: 43px;
  text-align: center;
}

.main-header .page-title{
  color:#fff;
  font-size: 50px;
  margin-top: 157px;
    line-height: 1.4;
  margin-bottom: 66px;
}
.btn-custom_info{
  background: #52c8e9;
  background: linear-gradient(0deg, #40b7d8 0%, #52c8e9 100%);
  color:#fff;
  border:none;
  margin: 0 auto;
  box-sizing:border-box;
  background-position: 0 0 !important;
  outline: none !important;
  text-shadow:none;
  border-radius: 3px;
  text-decoration: none !important;
  font-size: 14px;
  height: 37px;
  padding: 12px 24px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.btn-custom_info.is-big{
  padding: 16px 30px;
  height: 54px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,0,0, .3);

}
.btn-custom_info.is-block{
  display: block;
  text-align: center;
}
.btn-custom_info.is-big.is-hidden{
  display: none;
}
.btn-custom_info:hover{
  color:#fff;
  background: #40b7d8;
  background: linear-gradient(180deg, #40b7d8 0%, #52c8e9 100%);
}

.btn-custom_info.btn-green{
  background: linear-gradient(0deg, #1C8829 0%, #1CBD46 100%);
}

.btn-custom_info.btn-green:hover{
  background: linear-gradient(0deg, #1CBD46 0%, #1C8829 100%);
}


/* ------   3 Column Services that we provide to users ------ */

.services{
  margin-bottom: 62px;
  text-align: center;
}

.services .img-frame{
  width: 65px;
  height: 65px;
  margin: 0 auto;
}

.services .span4{
    box-sizing: border-box;
  padding: 20px;
}


/* ------   Press Mentions Including stats and logos ------ */

.press-mentions{
  text-align: center;
  border-top: 1px solid #a2a8a8;
  border-bottom: 1px solid #a2a8a8;
    padding-top: 70px;
    padding-bottom: 80px;
}

.press-mentions .basic-stats img{
  margin-left: 20px;
}

.press-mentions .tv-highlight{
  margin-top: -42px;
  border-left: 1px solid #c5cccc;
  box-sizing: border-box;
    padding-left: 34px;
}

.photo-to-image{
  border-top: 1px solid #a2a8a8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.photo-to-image .paper-to-phone{
  margin-left: 140px;
}

.upload-wrap .paper-to-phone{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 13px;
}

/* ------   User Testimonials with images ------ */

.testimonials{
  border-bottom: 1px solid #a2a8a8;
  margin-top: 50px;
  padding-bottom: 20px;
}
.testimonials h2{
  text-align: center;
}

.testimonials .quote{
    border: none;
    padding: 0;
    font-size: 14px;
    margin-left: 59px;
}

.quote .author{
  display: block;
  font-weight: bold;
}

.testimonials .quote .image-frame{
    height: 200px;
    margin-right: 15px;
    float: left;
}

/* ------   Document Selection list.  In highest resolution split in two columns ------ */

.document-selection{
  padding: 0 15px;
  padding-top: 50px;
}

.document-selection ul{
  margin-top: 36px;
  list-style: none;
}
.document-selection ul.col1{
  padding-left: 50px;
  border-right: 1px solid #a2a8a8;
}

.document-selection ul.col2{

}

.document-selection ul li{
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-selection ul li a{
  color:#3c3f3f;
  text-decoration: none;
  font-weight: bold;
}

.document-selection ul li a:hover{
  text-decoration: underline;
}

.document-selection ul li a:after{
  content: '›';
  margin-left: 6px;
}

.document-selection .row-fluid{
  margin-bottom: 40px;
}

.order-summary-wrapper {
  border-radius: 18px;
  border: 1px solid #bfbfbf;
  width: 86%;
  padding: 35px 25px;
  margin-bottom: 14px;
  margin-top: 30px;
}

.order-summary-wrapper.freewrite {
  padding: 10px 25px;
}

.order-summary-item-wrapper {
  width: 49%;
  display: inline-block;
}

.order-summary-header {
  font-size: 16px;
}

.order-summary-price {
  font-size: 30px;
  font-weight: 300;
  padding-right: 9px;
}

.order-summary-item-header {
  font-size: 16px;
  margin-bottom: 7px;
}

.order-summary-item {
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.footer-below-fold {
    margin-bottom: 240px;
}


.lof_right{
  border:none;
}

.lof_form-wrap{
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  padding:35px 25px;
  width: 86%;
}

.cc_update_form .form-row, .lof_form-wrap .form-row{
  display: inline-block;
  width: 49%;
  box-sizing:border-box;
  margin: 0;
}
.cc_update_form .form-row:nth-child(2n+1), .lof_form-wrap .form-row:nth-child(2n+1),
.cc_update_form .form-row.odd, .lof_form-wrap .form-row.odd{
  padding-right: 20px;
}
.cc_update_form .checkout-contact-info, .lof_form-wrap .checkout-contact-info{
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}
.cc_update_form .form-row .input input, .lof_form-wrap .form-row .input input{
  width: 100%;
  box-sizing:border-box;
  height: 28px;
}
.cc_update_form .card-number-img, .lof_form-wrap .card-number-img{
  padding: 16px 0 0 0 !important;
}
.cc_update_form .card-number-img img, .lof_form-wrap .card-number-img img{
  vertical-align: baseline;
  margin-bottom: -7px;
  display: inline-block;
  margin-left: -10px;
}
.cc_update_form .input-card-cvc, .lof_form-wrap .input-card-cvc{
  position: relative;
  padding-right: 110px;
}
.cc_update_form .input-card-cvc a[rel="popover"], .lof_form-wrap .input-card-cvc a[rel="popover"]{
  position: absolute;
  right: 50px;
  top: 9px;
}

.cc_update_form #completeOrder, .lof_form-wrap #completeOrder{
  display: block;
  margin: 0 auto;
}
.lof_bages{
  text-align: center;
}
.lof_bages > *{
  display: inline-block;
  margin: 0 5px;
}

.form-vertical .controls {
  position: relative;
}

.field-info{
  display: inline-block;
  position: absolute;
  top: 3px;
  padding-left: 10px;
}

.field-info .icon-info-sign{
  width:20px;
  height:20px;
  background: url(/images/question-mark.png) center center no-repeat;
}
.sx_pricing .price{
  font-size:36px;
}

.form-vertical .add-on{
    position: relative;
    top: -5px;
    left: -3px;
}


/*
*** editor landing page
*/
.editor-landing{
  padding-top: 0px;
  margin-bottom: 55px;
}
.editor-landing,
.editor-landing p{
  font-size: 20px;
  line-height: 1.2;
}
.editor-landing h1{
  font-size: 46px;
  line-height: 1.2;
  color:#4fc7ed;
}
.editor-landing h2{
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 600;
}
.editor-landing .benifits-list{
  margin-bottom: 35px;
}
.editor-landing .benifits-list li{
  margin-bottom: 25px;
  line-height: 1.2;
  position:relative;
}
.editor-landing .benifits-list li + li{
  padding-left: 50px;
}
.editor-landing .benifits-list li + li:before{
  content: '';
  display: block;
  width: 59px;
  height: 46px;
  background: url(../images/sprite-editor-benefits-list.png) 0 0 no-repeat;
  position: absolute;
  left: -20px;
  top: -7px;
}
.editor-landing .benifits-list li.item-1:before{background-position: center 0px;}
.editor-landing .benifits-list li.item-2:before{background-position: center -51px;}
.editor-landing .benifits-list li.item-3:before{background-position: center -101px;}
.editor-landing .benifits-list li.item-4:before{background-position: center -148px;}


.press-mentions-editor{
  padding-top: 80px;
  border-bottom: none;
}
.press-mentions-editor .basic-stats img{
  width: 39%;
}
.press-mentions-editor .tv-highlight{
  margin-top: -10px;
  text-align: left;
}
.press-mentions-editor .tv-highlight h2{
  font-weight: 600;
}

/*
*** converter landing page
*/
.converter-icon{
  margin-left:13%;
}


/*
**** upload area
*/
.upload-wrap{
  background: #e0e7e9;
  padding: 10%;
  float: right;
}

.upload-wrap-fullsize{
  float: none;
}

.uploader{
  width: 340px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.uploader-error{
  padding: 5px 10px;
  text-align: left;
  display: none;
}
.uploader-title{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.uploader-subtitle{
  font-size: 17px;
  margin-bottom: 30px;
}
.uploader-area{
  box-sizing: border-box;
  min-height: 280px;
  border: 2px dashed #636363;
  background: #ecf3f5;
  padding: 60px 15px 15px;
  margin-bottom: 20px;
  position: relative;
}
.uploader-area.is-smaller{
  min-height: 210px;
  padding: 40px 15px 15px;
}
.uploader-area.is-smaller .uploader-subtitle{
  margin-bottom:15px;
}
.uploader-area.is-smaller img{
  width: 46px;
}
.uploader-area.is-dragover{
  border-color:#4fc7ed;
}
.uploader-devider{
  margin-bottom: 20px;
  position: relative;
  font-size: 19px;
  color:#3c3f3f;
  overflow: hidden;
}
.uploader-devider:after,
.uploader-devider:before{
  content: '';
  display: inline-block;
  width: 500px;
  height: 1px;
  background: #b9c0c0;
  position: absolute;
  top: 2px;
  bottom: 0px;
  margin: auto 15px;
  left: 51%;
}
.uploader-devider:before{
  right: 51%;
  left: auto;
}
.uploader-btn input[type="file"]{
  display: none;
}
.uploader .btn-custom_info{
  box-shadow:none;
}



/*
**** styles for uploader overlay
*/
#upload_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 10;
}
#upload_loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.builder .builder-content {
    margin-top: 17px;
}

.builder .static-builder-content {
  margin: 0;
  float: left;
  width: 41%;
}

.builder .static-builder-content.expanded {
  width: 46%;
}

/*
***** mobile friendly
github issue #167
*/


/*
FreeWrite green button
*/

/*
styles for both buttons begin
*/
.freewrite .greenButton{
  position:relative;
  width:370px;
}
.freewrite .greenButton a{
  width:320px;
  text-align:center;
  position:relative;
}
.freewrite .greenButton a:after{
  content: "+";
  color: #fff;
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  line-height: 66px;
  font-size: 35px;
  text-align: center;
}
/*
styles for both buttons end
styles for btn with '+' on left side begin
*/
.freewrite .greenButton a:after{
  top: 0px;
  left: 0px;
  border-right: 1px solid #FFF;
}
.freewrite .greenButton a{
  padding-left:50px;
  padding-right:0;
  width:320px;
  text-align:center;
}



/*
begin #280: California LLC
*/
.llc .text-centered{
  text-align: center;
}
.llc .text-blue{
  color:#4fc7ed;
}
.llc .text-gray{
  color:#999999;
}
.llc .is-font-15, .llc .is-font-15 p{
  font-size: 15px;
  line-height: 1.2;
}
.llc .is-font-13, .llc .is-font-13 p{
  font-size: 13px;
}


.llc-order{
  background: #edf9fd;
  padding: 20px 70px 20px 20px;
}
.llc-order.in-rightside{
  padding: 20px;
  margin-top: 75px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.llc-order p{
  margin-bottom: 0;
}


.llc-features{
  border:1px solid #bdbdbd;
  padding: 20px;
}
.llc-features-table{
  padding: 0 30px;
}
.llc-features-table table{
  width: 100%;
}
.llc-features-table tr td{
  overflow: hidden;
  padding-bottom: 20px;
  line-height: 1.2;
}
.llc-features-table tr td:nth-child(1){
  padding-right: 35px;
}
.llc-features-table tr td img{
  float: left;
  margin: 0px 10px 0px 0px;
}


.llc-questions{
  background: #f5f5f5;
  padding: 20px 35px 20px 20px;
  color:#999999;
  margin-bottom: 35px;
}
.llc-questions p{
  margin-bottom: 0;
}
.llc-questions-item{
  margin-bottom: 15px;
}
.llc-questions-item .item-title{
  margin-bottom: 10px;
  color:#000;
}
/*
end #280: California LLC
*/




.llc-pricing-table .span4{
  margin-left: 110px;
}
.llc-features-list{
  margin-top: 180px;
}
.llc-features-list > li{
  overflow: hidden;
  padding: 5px 20px;
  color:#999999;
  line-height: 1.1;
  display: table;
  width: 100%;
  box-sizing:border-box;
  height: 40px;
}
.llc-features-list > *:nth-child(odd){
  background: #e3e3e3;
}
.llc-features-list .list-item-icon img{
  max-height: 30px;
}
.llc-features-list .list-item-icon,
.llc-features-list .list-item-text{
  display: table-cell;
  vertical-align: middle;
}
.llc-features-list .list-item-text{
  text-align: center;
}
.llc-plans{
  overflow: hidden;
}
.llc-plans-item{
  float: left;
  width: 49%;
  margin-right: 1%;
  border:1px solid #999;
  box-sizing:border-box;
  border-radius: 10px;
  overflow: hidden;
}
.llc-plans-item .pricing-header{
  position: relative;
  margin-bottom: -2px;
  z-index: 100;
  background: #294070;
  padding-bottom: 0;
}
.llc-plans-item .pricing-header:before{
  border:100px solid transparent;
  border-top:100px solid red;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.llc-plans-item .pricing-header .price {
  font-size: 40px;
  height: auto;
}
.llc-plans-item .pricing-header .info{
  color:#999999;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  margin-top: 3px;
}
.llc-plans-item .pricing-action{
  background: #fff;
  position: relative;
  padding: 0;
}
.llc-plans-item .pricing-action:before{
  content: '';
  display: block;
  width: 161px;
  height: 21px;
  background: url(../images/llc/before-btns.png) center center no-repeat;
  margin: 0 auto;
}
.llc-plans-item .pricing-action .btn{
  position: relative;
  width: 135px;
  margin: 0 10px 10px;
}
.llc-plans-item .pricing-body ul> li{
  border:none;
  margin: 0;
  padding: 10px 20px;
  height: 40px;
  box-sizing:border-box;
  font-size: 13px;
}
.llc-plans-item .pricing-body ul> li:nth-child(odd){
  background: #e3e3e3;
}
.llc-plans-item .pricing-body ul> li:last-child{
  height: 100px;
  line-height: 1;

}
.green-check-icon,
.red-cross-icon{
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-check-green.png) center center no-repeat;
  vertical-align: middle;
}
.red-cross-icon{
  background: url(../images/icon-red-cross.png) center center no-repeat;
}
.text-align-left{
  text-align: left;
}


/*
** update header on landing pages (implement 3711944200)
*/
.lp-header{
  height: 410px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #BEC0C0;
}
.lp-header:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:100%;
  background:url(../images/lp-header_bg.jpg) center top no-repeat;
  background-size:cover;
  opacity:0.25;
  z-index:-4;
}
.lp-header .state-decide-select{
  border-color:#999;
  margin-bottom:0px;
}
.lp-header .bigButton{
  margin:0 auto;
}
.lp-header-inner{
  margin-top:90px;
}
.lp-header h1{
  color:#1b426d;
  font-size:50px;
  text-shadow:0 0 1px #fff;
  line-height:1;
}
.lp-header b.subtitle{
  color:#000;
  margin-bottom:15px;
  font-size:15px;
}
.lp-header-fw-400{
  font-weight: 400;
}
.lp-header-benefits-list{
  list-style:none;
  margin:0;
  overflow:hidden;
  text-align:center;
  margin-top:25px;
}

.lp-header-benefits-list >li{
  display:inline-block;
  margin: 0px 50px;
  width: 145px;
}
.lp-header-benefits-list >li .img-wrap{
  margin-bottom:15px;
}
.horizontal-list li{
  display: inline-block;
}

#footerContent ul.press-logos{
  text-align: center;
  opacity: 0.4;
    margin: 25px;
    margin-bottom: 5px;
}

.press-logos li{
  margin-right: 4%;
}

.form-wrap-left-time{
  font-size: 1.1em;
}
.form-wrap-left-time-counter{
  color:red;
}

/* Snap Photos to upload*/
.btn-multiple-upload span{
    text-align: center;
}

.btn-multiple-upload input{
  background: #000;
    opacity: 0;
    z-index: 100;
    position: absolute;
    margin-top: -24px;
    margin-left: -62px;
    width: 125px;
    padding: 2px;
}

.initial-snap-button{
    position: relative;
    top: 198px;
}


#photoList{
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}
/*Fixes the floating container issue*/
#photoList:after {
  content:"";
  display:table;
  clear:both;
}

#photoList li{
   margin: 10px;
   padding: 1px;
   float: left;
   font-size: 4em;
   text-align: center;
  cursor: move;
   height: 160px;
   width: 115px;
   overflow: hidden;
   border-radius: 2px;
   border: 1px solid #8C99AD;
   background: #fff;
}

#photoList .delete-page{
  cursor: pointer;
    position: absolute;
    margin-left: 100px;
    font-size: 21px;
    background: #d65555;
    padding: 3px 7px 6px 7px;
    color: #fff;
    border-radius: 20px;
    margin-top: -10px;
}

#photoList .page-number{
  font-size: 13px;
    color: #fff;
    background: #37455b;
    position: absolute;
    padding: 5px;
    opacity: .7;
    border-radius: 0;
    margin-top: 128px;
    margin-left: -1px;
    padding-bottom: 2px;
    width: 108px;
}

#addPages{
  position: relative;
}

#addPages input{
    background: #999;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
    float: right;
    top: 0;
}

/* email-signature */

.seo-signature h4 {
    margin: 20px 0 30px;
    font-size: 20px;
    color: #999;
}

.step-one {
    padding-bottom: 30px;
}

.step-one .form-horizontal .control-label {
    text-align: left;
    text-indent: 3em;
}

.st-details {
    border: 1px solid #999;
    border-radius: 6px;
    padding: 20px 40px 4px 0px;
}

.is-for-education-only {
  display: none;
}
.st-details[data-current='education'] .is-for-education-only{
  display: block;
}
.st-details[data-current='education'] .is-for-education-only+*{
  display: none;
}


.step-two {
    clear: both;
}

.step-two .nav-tabs {
    width: 20%;
    float: left;
    border-bottom: 0;
    margin-right: 1%;
    margin-bottom: 0;
}

.step-two .nav-tabs > li {
    float: none;
    display: block;
}

.step-two .nav-tabs>li>a {
    border-radius: 0;
    background-color: #e4e4e4;
    margin: 0 22px 10px 0;
    color: #000;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  border:none !important;
}

.step-two .nav-tabs>li>a:first-child {
    margin-top: 0;
}

.step-two .nav-tabs>.active>a {
    color: #fff;
    background-color: #999;
}

.step-two .tab-content {
    width: 78%;
    margin-bottom: 20px;
}

.step-two .tab-pane {
    border: 1px solid #999;
    padding: 8px;
}

.step-three {
  margin-bottom: 40px;
}
.step-three .nav-tabs>li>a:hover,
.step-three .nav>li>a:hover {
    border: 0;
    text-decoration: none;
    background-color: inherit;
}

.step-three .nav-tabs {
  border-bottom: 0;
}

.step-three .nav-tabs>li>a {
  border: 2px solid transparent !important;
}

.step-three .nav-tabs>.active>a {
  border: 2px solid #999 !important;
  border-radius: 0;}

/* Cancellation */

.refuse-freemium {
  margin-top: 20px;
}

.freemium-offer-modal {
  width: 860px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.freemium-offer-modal p {
  font-size: 15px;
  text-align: center;
}

.freemium-offer-modal h3 {
  font-size: 20px;
  text-align: center;
}

.freemium-offer-modal .modal-header .close {
    font-size: 40px;
}

/* Reactivation */

#updateCC .buttons {
  text-align: center;
}

.reactivationCopy h3 {
  color: #4fc7ed;
}

.reactivationCopy h4 {
  color: #333;
}

.subscription-settings-box {
    border-bottom: 1px solid #ddd;
    min-height: 33px;
    padding-top: 5px;
}

.update-btn {
  margin-bottom: 20px;
}

.update-btn.payment-plan {
  margin-top: 18px;
}

.cancel-btn {
  margin-left: 42px;
}

.reactivation-icon{
    display: inline-block;
    width: 29px;
    margin-right: 10px;
}

.plan-description{
  display: inline-block;
}

.plan-subtitle{
  font-style: italic;
}

.reactivation-offer-modal {
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 18px;
  text-align: center;
  color: #333;
}

.reactivation-offer-modal .modal-header h3 {
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 5px;
  line-height: 27px;
}

.reactivation-offer-modal p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 9px;
}

.reactivation-offer-modal .modal-body {
  padding-top: 20px;
  padding-bottom: 35px;
}

.reactivation-offer-modal p.reactivation-discount {
  padding-top: 10px;
  font-size: 45px;
  font-weight: bold;
  color: #51a55e;
}

.reactivation-offer-modal .reactivation-pricing {
  padding-top: 10px;
  font-weight: bold;
  color: #51a55e;
}

.reactivation-offer-modal .reactivation-seconds {
  padding-top: 18px;
}

.reactivation-offer-modal .reactivation-pricing strike {
  font-weight: normal;
  color: #6d6d6d;
}

.reactivation-offer-modal .center {
  text-align: center;
}

.reactivation-offer-modal .btn {
  font-size: 15px;
  line-height: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
}

.reactivation-offer-modal .modal-footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Progress Bar */

.h-prog #srb_wrapper {
    margin-top: 0;
}
.h-prog #wrapper  {
  overflow: hidden !important;
}
.h-prog #srb_wrapper .builder {
  margin-top: -15px;
}
.h-prog #content {
  padding-top: 43px;
}
.h-prog #screen.bpage {
  width: 772px;
}
/* Add time_estimate section */
.h-prog .time_estimate {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 3px;
  margin: 5px 0;
  background: #fff;
}
.h-prog .time_estimate span.time_to_finish {
  font-weight: bold;
}
.h-prog .time_estimate span.time_explanation {
  font-weight: 400;
}
.h-prog .container_content #srb_wrapper {
  margin-top: 15px;
}
.h-prog .time_estimate {
  padding: 10px;
}
.h-prog .time_estimate > p {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #999999;
  clear: both;
}
.h-prog .progress_bar {
  position: relative;
  height: 25px;
  overflow: hidden;
  background: #ccc;
  box-shadow: inset 0 0 1px #c0c0c0;
}
.h-prog .progress_bar:before,
.h-prog .progress_bar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  z-index:1000;
}
.h-prog .progress_bar:before {
  top: 0;
  border-style: solid;
  border-width: 0 15px 13px 0;
  border-color: transparent #fff transparent transparent;
}
.h-prog .progress_bar:after {
  bottom: 0;
  border-style: solid;
  border-width: 0 0 13px 15px;
  border-color: transparent transparent #fff transparent;
}
.h-prog .progress_bar > p {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 25px;
  line-height: 25px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}
.h-prog .progress_line {
  position: absolute;
  height: 25px;
  z-index: 1;
  width: 100%;
  background: #ccc;
  box-shadow: inset 0px 0px 0px 1px #c0c0c0;
}
.h-prog .progress_line:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index:10;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #fff;
}
.h-prog .progress_line .inner {
  position: relative;
  height: 25px;
  width: 0;
  height: 25px;
  background: #70c270;
  background: -moz-linear-gradient(left, #b8dfb7, #4cad4c);
  background: -webkit-linear-gradient(left, #b8dfb7, #4cad4c);
  background: -o-linear-gradient(left, #b8dfb7, #4cad4c);
  background: -ms-linear-gradient(left, #b8dfb7, #4cad4c);
  background: linear-gradient(left, #b8dfb7, #4cad4c);
  box-shadow: inset 0px 0px 0px 1px #c0c0c0;
  transition: 300ms;
}
.h-prog .progress_line .inner:before,
.h-prog .progress_line .inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
}
.h-prog .progress_line .inner:before {
  top: 0;
  border-style: solid;
  border-width: 0 15px 13px 0;
  border-color: transparent #cccccc transparent transparent;

}
.h-prog .progress_line .inner:after {
  bottom: 0;
  border-style: solid;
  border-width: 0 0 13px 15px;
  border-color: transparent transparent #cccccc transparent;
}

/* arrows */
.h-prog .progress_bar .arrow_0,
.h-prog .progress_bar .arrow_1,
.h-prog .progress_bar .arrow_2,
.h-prog .progress_bar .arrow_3 {
  position: absolute;
  width: 25px;
  height: 25px;
  background: transparent;
  z-index: 1000;
}
.h-prog .progress_bar .arrow_0:before,
.h-prog .progress_bar .arrow_1:before,
.h-prog .progress_bar .arrow_2:before,
.h-prog .progress_bar .arrow_3:before,
.h-prog .progress_bar .arrow_0:after,
.h-prog .progress_bar .arrow_1:after,
.h-prog .progress_bar .arrow_2:after,
.h-prog .progress_bar .arrow_3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width:12px;
  height: 13px;
  background: #fff;
}

.h-prog .progress_bar .arrow_0:before,
.h-prog .progress_bar .arrow_1:before,
.h-prog .progress_bar .arrow_2:before,
.h-prog .progress_bar .arrow_3:before {
  top: 0;
  -webkit-transform: skew(50deg);
     -moz-transform: skew(50deg);
      -ms-transform: skew(50deg);
       -o-transform: skew(50deg);
          transform: skew(50deg);
}

.h-prog .progress_bar .arrow_0:after,
.h-prog .progress_bar .arrow_1:after,
.h-prog .progress_bar .arrow_2:after,
.h-prog .progress_bar .arrow_3:after {
 bottom: -1px;
  -webkit-transform: skew(-50deg);
     -moz-transform: skew(-50deg);
      -ms-transform: skew(-50deg);
       -o-transform: skew(-50deg);
          transform: skew(-50deg);
}

.h-prog .progress_bar .arrow_0 {
  left:20%;
}
.h-prog .progress_bar .arrow_1 {
  left:40%;
}
.h-prog .progress_bar .arrow_2 {
  left:60%;
}
.h-prog .progress_bar .arrow_3 {
  left:80%;
}

.flf-page{
  color:#3c3f3f;
  padding-top: 30px;
}
.flf-page,
.flf-page p{
  font-size: 16px;
  line-height: 1.3;
}

.flf-page h1{
  font-size: 55px;
  font-weight: 500;
  line-height: inherit;
  line-height: 1.1;
}
.flf-page h1 + p{
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 30px;
  line-height: inherit;
}
.flf-page h2{
  font-size: 25px;
}

.flf-page-feature{
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdbdb;
  margin-bottom: 45px;
}

.flf-page-feature .feature-item-text strong{
  font-size: 18px;
}
.flf-page-feature .feature-item-text em,
.flf-page .text-gray{
  color:#777;
}
.flf-page-feature .feature-item-icon,
.flf-page-feature .feature-item-text{
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}

.flf-page-feature .feature-item-icon img{
  width: 80px;
}


.flf-page-document-selector{
  background: #f2f2f2;
  padding: 15px 15px;
  position: relative;
  margin-bottom: 10px;
}
.flf-page-document-selector:before{
  content: '^';
  position: absolute;
  top: 0;
  right: 15px;
  font-family: Verdana;
  transform: rotate(180deg);
  font-size: 15px;
  height: 20px;
  bottom: 0;
  margin: auto;
  color: #7b7b7b;
}

.flf-page-document-selector select{
  margin: 0;
  border:none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 18px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  position: relative;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .flf-page-document-actions{
    display: table;
    width: 100%;
  }
  .flf-page-document-actions >*{
    display: table-cell;
    padding: 0 13px;
    font-size: 16px;
  }
  .flf-page-document-actions >*:last-child{
    border-right: none;
    padding-right: 0;
    text-align: right;
  }
  .flf-page-document-actions >*:first-child{
    padding-left: 0;
  }
}

.flf-page-document-actions >* i{
  display: inline-block;
  margin-top: 1px;
}
@media screen and (max-width: 960px) {
.flf-page-document-actions >* i{
  display: none;
  }
}

.flf-page-document-actions a{
  color:#189bc0;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.flf-page-document-actions a .text-underline {
  display: inline-block;
  border-bottom: 1px solid ;
}
.flf-page-document-actions a.btn{
  color:#fff;
  background: #48bfe0;
  border-color:#48bfe0;
  text-shadow: none;
  border-radius: 3px;
}

.flf-page-categories-wrap h2{
  margin: 0;
}
.flf-page-categories-wrap h2+p{
  margin-bottom: 15px;
}

.flf-page-categories .accordion-group{
  border:none;
}
.flf-page-categories .accordion-heading{
  border-bottom: 1px solid #e5e5e5;
  box-shadow:0 1px 0 #dddddd;
  position: relative;
}
.flf-page-categories .accordion-heading:before{
  content: '^';
  position: absolute;
  top: 0;
  right: 15px;
  font-family: Verdana;
  transform: rotate(180deg);
  font-size: 15px;
  height: 20px;
  bottom: 0;
  margin: auto;
  color: #7b7b7b;
  z-index: -1;
}
.flf-page-categories .accordion-heading .accordion-toggle{
  padding: 15px 0;
  color:inherit;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}
.flf-page-categories  .accordion-inner{
  padding: 30px 0;
  border:none;
}
.flf-page-categories .accordion-inner,
.flf-page-categories .accordion-inner p{
  font-size: 17px;
  font-weight: 200;
}
.flf-page-categories .accordion-inner p{
  line-height: 1.5;
}
.flf-page-categories .accordion-inner h4{
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: 400;
}
.flf-page-categories-item{
  margin-bottom: 35px;
}
@media screen and (min-width: 960px) {
 .flf-page-sidebar{
    padding-left: 50px;
  }
}

.flf-page-sidebar.is-top{
  padding-bottom: 100px;
}
.flf-page-sidebar.is-bottom .flf-page-sidebar-el{
  margin-top: -100px;
  margin-bottom: 0;
}

.flf-page-sidebar h3{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.flf-page-sidebar h3.without-margin{
  margin: 0;
}

.flf-page-sidebar .twitter-share-button{
  float: none;
  margin: 0 !important;
}

.flf-page-sidebar-el{
  border-top: 1px solid #cacaca;
  padding-top: 20px;
  margin-bottom: 55px;
}
.flf-page-sidebar em{
  color:#777777;
}

.flf-page-social{
  list-style: none;
  margin: 0;
}
.flf-page-social >*{
  display: inline-block;
  margin: 0 2px;
}
.flf-page-social >*:first-child{
  margin-left: 0;
}
.flf-page-social >*:last-child{
  margin-right: 0;
}

.flf-page-share div{
  margin-bottom: 6px;
}
.flf-page .stuck .flf-page-sidebar-el:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 767px){
  .flf-page .stuck {
    position:fixed;
    background: #fff;
    top:-1px;
  }
}

/* Free Resource Section */
.free-resources-wrapper {
  background-color: #f2f2f2;
  padding-bottom: 55px;
}

section.free-resources p {
  font-size: 14px;
  line-height: 24px;
  color: #3c3f3f;
}
#srb_wrapper section.free-resources h1 {
  font-size: 50px;
  color: #3c3f3f;
  line-height: 48px;
}
section.free-resources h2 {
  font-size: 24px;
  line-height: 32px;
  color: #3c3f3f;
}
section.free-resources h2 a {
  color: #3c3f3f;
}
section.free-resources h2 a:hover {
  color: #3c3f3f;
}

.free-resources-arrow {
  font-family: Myriad Pro Bold;
  font-size: 15px;
  color: #3c3f3f;
  vertical-align: middle;
  padding-left: 8px;
  text-decoration: none;
}

.free-resources-header-wrapper {
  max-width: 640px;
  margin: 75px auto 0 auto;
  text-align: center;
}
.free-resources-sub-header {
  margin-top: 13px;
  margin-bottom: 41px;
}

.free-resource-tile {
  width: 33.33%;
  display: inline-block;
  float: left;
}
.free-resource-tile p, .free-resource-img-tile p {
  border-top: 1px solid #3c3f3f;
  padding-top: 15px;
}
.free-resource-tile:nth-child(5),
.free-resource-tile:nth-child(7) {
  clear: both;
}

.free-resource-tile-content,
.free-resource-img-tile-content {
  min-height: 212px;
  padding: 17px 25px 30px 25px;
  background-color: #fff;
  margin: 0 auto 63px auto;
}
.free-resource-tile-content {
  max-width: 243px;
  border-left: 5px solid #74d6f5;
}
.free-resource-img-tile-content {
  max-width: 611px;
  background-color: #CAF0F9;
}
.free-resource-tile:nth-child(2) .free-resource-tile-content,
.free-resource-tile:nth-child(5) .free-resource-tile-content,
.free-resource-tile:nth-child(7) .free-resource-tile-content {
  margin-left: 0;
}
.free-resource-tile:nth-child(4) .free-resource-tile-content,
.free-resource-tile:nth-child(9) .free-resource-tile-content,
.free-resource-img-tile-content {
  margin-right: 0;
}

.free-resource-img-tile {
  width: 66.66%;
  display: inline-block;
  float: left;
}
.free-resource-lib-img-wrapper {
  display: inline-block;
  width: 50%;
  padding: 20px 0 0 20px;
}
.free-resource-lib-text-wrapper {
  display: inline-block;
  width: 43%;
  float: right;
  padding-top: 5px;
}

@media (max-width: 1000px) {
  .indexRedesign .container.free-resources-container {
    max-width: none;
  }

  .free-resource-tile {
    width: 50%;
  }
  .free-resource-tile:nth-child(5) {
    clear: none;
  }
  .free-resource-tile:nth-child(4) {
    clear: both;
  }
  .free-resource-img-tile {
    width: 100%;
  }

  .free-resource-img-tile-content {
    max-width: 636px;
  }
  .free-resource-tile-content {
    max-width: 275px;
  }
  .free-resource-tile:nth-child(n) .free-resource-tile-content,
  .free-resource-img-tile-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 760px){
  #srb_wrapper section.free-resources h1 {
    font-size: 40px
  }

  .free-resource-tile {
    width: 100%;
  }
  .free-resource-tile-content,
  .free-resource-img-tile-content {
    max-width: none;
  }
  .free-resource-tile-content {
    min-height: auto;
  }
  .free-resource-tile:nth-child(5) {
    clear: none;
  }
  .free-resource-tile:nth-child(4) {
    clear: none;
  }

  .free-resource-lib-img-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 15px 0;
  }
  .free-resource-img-tile-content {
    padding-bottom: 35px;
  }
  .free-resource-lib-text-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 25px;
  }
}
/* Free Resource Section End */

.document-preview-wrapper {
  margin-top: 34px;
}

.document-preview-wrapper.expanded {
  float: right;
  width: 50%;
  padding: 0 20px 0 0;
  margin-left: 0;
  margin-right: 0;
}


.document-preview-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #999;
}

.document-preview-box {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 2px;
  position: relative;
}

.document-preview {
  width: 100%;
  height: 500px;
  border: transparent;
  background: #fff;
}

@media screen and (max-width: 767px){
  .document-preview-title{
    font-size: 15.6px;
  }
  .document-preview{
    height: 450px;
  }
}

/* About Section on Edit-PDF and JPEG-to-PDF */
.about-pdf-wrapper {
  background-color: #ebf3f5;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 54px;
  border-top: 1px solid #c5cccc;
}

.about-pdf-header {
  display: inline-block;
  font-size: 25px;
  color: #7c7c7c;
}

.about-pdf-fs-logo {
  display: inline-block;
  width: 130px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.about-pdf-text {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #6d6d6d;
}

/* Builder layout update */


.builder-toolbar.static .doc-name {
  text-align: center;
  display: none;
}

.builder-toolbar-inner-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

.static-builder-content .launching-message-wrapper {
  margin: 60px 0 0 60px;
}

.document-preview-title.static-builder {
  display: none;
}

#footerContent.builder-static-footer {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .static-builder-content button {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
    width: 80%;
  }
}

@media (max-width: 850px) {
  #sectionProgress {
    display: none;
  }

  #exportButtons #sectionProgress {
    display: block;
  }
}

@media (max-width: 767px) {
  .static-builder-header #srs_logo {
    padding-left: 0;
  }
  .builder-toolbar-inner-wrapper {
    margin-top: 0;
  }
  .builder .builder-nav {
    padding: 10px 10px 20px 10px;
    width: auto;
    height: auto;
    border: none;
  }
  .builder.static-builder .builder-nav .well {
    border-radius: 5px;
    border: 1px solid #c4c4c4;
  }
  .builder .static-builder-content,
  .document-preview-wrapper {
    float: none;
    clear: both;
    width: auto;
    padding: 10px 10px 20px 10px;
    margin: 0 auto;
    min-height: 0;
  }
  .document-preview-wrapper {
    clear: both;
    padding-top: 5px;
  }
  .document-preview-title.static-builder {
    display: block;
  }
  .static-builder-content h2 {
    text-align: center;
  }
  .static-builder-content .launching-message-wrapper {
    margin: 30px 0 0 30px;
  }
}
/* Builder layout update end */

/* Static Builer iFrame */
.builder-iframe-cta-button {
  padding-left: 0;
}

.builder-iframe-cta-button button.btn-large {
  padding: 10px 15px;
  font-size: 25px;
}
/* Static Builer iFrame End */

.signin {
  margin-top: 45px;

}
.signin, .signin label {
  font-size: 14px;
  color: #3c3f3f
}

.signin hr {
   height: 1px;
   color: #dddddd;
   background: #dddddd;
   font-size: 0;
   border: 0;
}
}

.signin h1 {
  font-size: 22px;
}

.signin-form .btn  {
  padding-top: 10px;
}

.signin-form button {
  margin-left: 0;
}

.signin-form .cta {
  display: block;
  margin-top: 40px;
}

button.btn-block {
  width: 100%;
  display: block;

}

.my-documents-tools {
  border-top:1px solid #ddd;
  margin-top:25px;
  margin-left:0;
}

.my-documents-tools h1,
.my-documents-tools h2,
.my-documents-tools h3{
  margin-bottom:15px;
}
.my-documents-tools h2{
  font-size:22px;
}

.my-documents-tools .new-document {
  padding-top:25px;
  margin-left:0;
}

.my-documents-search-form{
  margin-bottom:20px;
}

.my-documents-tools .uploader{
  float:left;
  width:285px;
}
.my-documents-tools .uploader-area{
  background:#f9f9f9;
  border-color:#cdcdcd;
  color:#787878;
  padding:40px 15px 15px;
  min-height:160px;
  margin-bottom:10px;
}
.my-documents-tools .upload-document {
  border-right:1px solid #ddd;
  box-sizing:border-box;
  padding:25px 0 10px 30px;
}

.my-templates-tools {
  border-bottom: none;
}

.my-documents-tools .uploader-divider{
  color:#787878;
  font-size:14px;
  margin-bottom:10px;
}

.my-documents-tools .uploader-subtitle{
  font-size:14px;
  margin-bottom:15px;
}
.my-documents-tools .uploader-devider::after,
.my-documents-tools .uploader-devider::before{
  background:#ddd;
}
.my-documents-tools .uploader .btn{
  line-height: 27px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.my-documents-list .btn-mini {
  margin: 0 2px;
}

.my-documents-tools .photoToPDF {
  padding-top: 25px;
}

/* we have to define .hidden here because it is used in the photo-to-pdf-modal include which is shared between this and responsive pages
it won't work with .hide */
.my-documents-tools .hidden {
  display: none;
  visibility: hidden;
}

/* Update myDocuments table to include separate column for signatures */
.table.my-documents-table {
  border-collapse: separate;
}

.my-documents-table th,
.my-documents-table td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0;
}

.my-documents-table.table thead:first-child tr:first-child th {
  border-top: 1px solid #ddd;
}

.my-documents-table th:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 4px;
}

.my-documents-table.table thead:first-child tr:first-child th:first-child {
  border-top: 1px solid #ddd;
  border-top-left-radius: 4px;
}

.my-documents-table td:last-child {
  border-right: 1px solid #ddd;
  text-align: center;
}

.my-documents-table tr:first-child td:last-child {
  border-top: 1px solid #ddd;
  text-align: center;
}

.icon-x {
  background-image: url(../images/x-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  background-size: 15px;
}

.icon-trash.white-delete {
  background-image: url(../images/white-delete.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  background-size: 11px;
}

.icon-link {
  background-image: url(../images/link-icon.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  width: 12px;
  background-size: 11px;
}

.icon-open-envelope {
  background-image: url(../images/open-envelope-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  background-size: 11px;
}

.icon-open-envelope.white {
  background-image: url(../images/open-envelope-icon-white.png);
}

/* FW Upgrade Pricing ipad/mobile Styles */
@media (max-width: 980px) {
  .promo-code-acceptance-text {
    margin-left: 111px;
  }
}

@media (max-width: 768px) {
  .pricing-header .name.promo-code-free-trial-border {
    width: 116px;
    padding: 5px 0 5px 0;
  }
  .promo-code-acceptance-text {
    margin: 0 auto 20px auto;
  }
}

.pop-template {
  display: none;
}

.my-documents-popover {
  padding: 9px;
}

.my-documents-popover .popover-inner {
  width: 320px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0,0,0, .3);
  background-color: #009fdb;
}

.my-documents-popover .summary-items,
.my-documents-popover .popover-progress,
.my-documents-popover .popover-title,
.my-documents-popover .popover-content {
  background-color: #009fdb;
  color: #fff;
  padding-left: 28px;
  padding-right: 28px;
}

.my-documents-popover .popover-progress {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 12px;
}

.my-documents-popover .popover-progress .circle {
  background-image: url('/images/circle-sml-empty-2x.png');
  background-size: 100%;
  display: inline-block;
  margin-right: 18px;
  margin-top: 7px;
  margin-bottom: 8px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.my-documents-popover .popover-progress .circle:last-child {
  margin-right: 0px;
}

.my-documents-popover .popover-progress .checked {
  background-image: url('/images/circle-sml-checked-2x.png');
}

.my-documents-popover .popover-progress .current {
  background-image: url('/images/circle-lrg-2x.png');
  width: 30px;
  height: 30px;
}



.my-documents-popover .popover-content  {
  height: 90px;
}

.my-documents-popover .popover-close {
  color: #c7f1ff;
  position: absolute;
  right: 24px;
  top: 24px;
}

.my-documents-popover .popover-close:hover {
  text-decoration: none;
}

.my-documents-popover a.popover-next {
  position: absolute;
  color: white;
  font-size: 14px;
  bottom: 25px;
  right: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

.my-documents-popover a.popover-next:hover {
  text-decoration: none;
}

.my-documents-popover a.popover-show-again {
  position: absolute;
  color: #c7f1ff;
  font-size: 14px;
  bottom: 25px;
  left: 80px;
  font-weight: bold;
}

.my-documents-popover a.popover-show-again:hover {
  text-decoration: none;
}


.my-documents-popover .popover-title {
  padding-top: 4px;
  border-bottom: none;
  padding-bottom: 1px;
  font-weight: bold;
  font-size: 16px;
}

.my-documents-popover .popover-content {
  padding-bottom: 28px;
}

.my-documents-popover .popover-content p {
  margin-bottom: 27px;
}

.my-documents-popover.top .arrow {
  border-top: 9px solid #009fdb;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;

}

.my-documents-popover.bottom .arrow {
  border-bottom: 9px solid #009fdb;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
}

.my-documents-popover.left .arrow {
  border-left: 9px solid #009fdb;
  border-top-width: 9px;
  border-bottom-width: 9px;
  margin-top: -9px;
}

.my-documents-popover.right .arrow {
  border-right: 9px solid #009fdb;
  border-top-width: 9px;
  border-bottom-width: 9px;
  margin-top: -9px;
}

.glow {
  box-shadow: 0 0 10px #0088cc;
}

.glow button,
.glow button:hover,
a.glow,
a.glow:hover,
input.glow,
input.glow:hover {
  background-color: #0088cc;
  background-image: -moz-linear-gradient(top, #009fdb, #0088cc);
  background-image: -ms-linear-gradient(top, #009fdb, #0088cc);
  background-image: -o-linear-gradient(top, #009fdb, #0088cc);
  background-image: -webkit-linear-gradient(top, #009fdb, #0088cc);
  background-image: linear-gradient(top, #009fdb, #0088cc);
  border-color: #0088cc;
  text-shadow: none;
}

.glow > span,
.glow > span > svg {
  color: #fff;
}

.glow > .icon-plus-sign {
  background-image: url('/images/duplicate-white.png');
  background-position: 0 0;
  background-size: contain;
}
.glow > .icon-pencil {
  background-image: url('/images/sign-white.png');
  background-position: 0 0;
  background-size: contain;
}
.glow > .icon-envelope {
  background-image: url('/images/envelope-white.png');
  background-position: 0 0;
  background-size: contain;
}
.glow > .icon-x {
  background-image: url('/images/icon-x-white.png');
  background-position: 0 0;
  background-size: contain;
}
.my-documents-search-form .glow .btn::after {
  background-image: url('/images/magnifying-glass-white.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.uploader-area.glow img {
  background-image: url('/images/icon-drag-and-drop-blue.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-left: 46px;
  padding-top: 58.36px;
  width: 0;
}

.upload-document h2 {
  display: inline-block;
}

.outer-nav-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.nav-container {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .nav-container {
    width: 1140px;
  }
}

.help-trigger {
  position: absolute;
  top: 8px;
  right: 18px;
  z-order: 2;
}

.help-trigger img {
  height: 20px;
  width: 20px;
  z-order: 1;
}

.congrats-popover-base {
  position: absolute;
  top: 8px;
  right: 18px;
  height: 20px;
  width: 20px;
}

.summary-popover .popover-title {
  padding-top: 32px;
}

.summary-popover .summary-items {
  padding-bottom: 32px;
  padding-top: 20px;
  margin: 0;
}

.summary-popover .summary-items li {
  text-transform: capitalize;
  font-weight: bold;
  list-style: none;
  display: inline-block;
  width: 180px;
}

.summary-popover .summary-items li:before {
  content: '';
  background-size: 100%;
  display: inline-block;
  margin-right: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url('/images/circle-sml-empty-2x.png');
}

.summary-popover .summary-items li.checked:before {
  background-image: url('/images/circle-sml-checked-2x.png');
}

.summary-popover .summary-items li a {
  color: #fff;
  text-decoration: none;
}

.summary-popover .summary-items .summary-item-fillableFields {
  width: 210px;
}

.upgrade-extension-headline, .upgrade-extension-headline small {
  color: #37455B;

}
.upgrade-extension .pricing {
  margin-top: 114px;
}

.upgrade-extension .pricing-header, .upgrade-extension .pricing-action {
  background-color: white;
}

.upgrade-extension .pricing {
  border: 1px solid #bbc1cb;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  position: relative;
  width: auto;
  padding-top: 54px;
  margin-left: 15px;
  margin-right: 15px;
}


.upgrade-extension .pricing img {
  position: absolute;
  left: 126px;
  top: -54px;
  width: 108px;
}

.upgrade-extension .pricing-header .name {
  margin-top: 10px;
  font-size: 36px;
  line-height: 46px;
  color: #37455B;
}

.upgrade-extension .pricing {
  height: auto;
}


.upgrade-extension .pricing-header .sub-name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b788d;
  font-weight: bold;
}

.upgrade-extension .pricing-header hr {
  width: 146px;
  color: #bbc1cb;
  background-color: #bbc1cb;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 1px;
}

.upgrade-extension .pricing-header .price {
  font-size: 28px;
  line-height: 38px;
  color: #8895ac;
}

.upgrade-extension .pricing-header .info {
  margin-top: -9px;
  font-size: 13 px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8895AC;
  text-transform: uppercase;
}

.upgrade-extension .pricing a.btn-large {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  border: none;
  text-shadow: none;
  min-width: 210px;
  max-width: 210px;
}

.upgrade-extension .pricing-action {
  padding-bottom: 36px;
}

.upgrade-extension .pricing-body li {
  display: block;
  background-color: #fff;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  height: 84px;
}

.upgrade-extension .pricing-body ul li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


.upgrade-extension .pricing-body li span {
  vertical-align: middle;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 22px;
  color: #37455b;
}

.upgrade-extension .pricing-body li:nth-child(odd) {
  background-color: #f9f9f9;
}

.show-phone-only {
  display: none !important;
}

/*Cancel Freemium Modal*/

.modal-header.cancel-freemium-modal-header {
    padding-bottom: 7px;
}

.modal-header.cancel-freemium-modal-header h3 {
    padding-left: 24px;
}

.modal-body.cancel-freemium-modal-body {
    padding-top: 13px;
}
.modal-body.cancel-freemium-modal-body p{
    margin-bottom: 20px;
}
