.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_LITE/mktg/wright/sell_onwebsite/sell_onwebsite_hero_bg_1x.jpg");
}
.n1, .n1.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_LITE/mktg/wright/sell_onwebsite/sell_onwebsite_n1_1x.jpg");
}
.n2 {
    background-image: url("https://www.paypalobjects.com/webstatic/en_LITE/mktg/wright/sell_onwebsite/sell_onwebsite_n2_lvp_1x.jpg");
}
.n3 {
    background-image: url("https://www.paypalobjects.com/webstatic/en_LITE/mktg/wright/sell_onwebsite/sell_onwebsite_n3_lvc_1x.jpg");
}
.n4, .n4.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_LITE/mktg/wright/sell_onwebsite/sell_onwebsite_n4_1x.jpg");
}
/*  modal form for merchant on-boarding */
.content.merchant-modal {
    padding: 0 30px;
}
.merchant-modal h4 {
    font-size: 22px;
}
.merchant-modal label {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-left: 23px;
}
.merchant-form {
    padding: 20px 0;
}
.merchant-type {
    color: #0079C1;
    font-weight: bold;
}
.merchant-form input[type="radio"] {
    float: left;
    margin-right: 7px;
    margin-top: 4px;
}
.ui-dialog .btn {
    margin-left: 0;
    font-family: inherit;
}
.one-panel .containerCentered {
  text-align: center;
}
.one-panel .containerCentered .span6 {
  display: contents;
}
.one-panel .containerCentered .span6:last-child {
  display: none;
}

