.hero-bg, .hero-bg.parallax {
    background: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/Warm-Welcome-hero.png") no-repeat scroll 84% bottom #EEEEEE;
}
html[data-device-type="portable"] .hero-bg, .hero-bg.parallax {
    background: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/Warm-Welcome-hero.png") no-repeat scroll 95% bottom #EEEEEE;
}
html[data-device-type="dedicated"] .editorial-container {
    height: 33.857em;
}

html[data-device-type="dedicated"] .hero-bg{
    height: 475px;
}

html[data-device-type="mobile"] .sendMoney{
background-size: auto 265px;
background-position: top center;
}
html[data-device-type="mobile"] .buyNow{
    background-size: auto 265px;
background-position: top center;
}
html[data-device-type="mobile"] .daftPunk{
    background-size: auto 265px;
background-position: top center;
}
.sendMoney, .sendMoney.parallax {
    background: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/Warm-Welcome-2nd.png") no-repeat scroll 10% bottom;
    height:530px;
}
.buyNow, .buyNow.parallax {
   background: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/Warm-Welcome-landing-page-3rd.png") no-repeat scroll 84% bottom;
   height:530px;
}

.daftPunk, .daftPunk.parallax {
    background: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/Warm-Welcome-landing-page-4th.png") no-repeat scroll 10% bottom;
    height:530px;
}
html[data-device-type="mobile"] .sendMoney, .sendMoney.parallax {
    height:auto;
}
html[data-device-type="mobile"] .buyNow, .buyNow.parallax {
   height:auto;
}

html[data-device-type="mobile"] .daftPunk, .daftPunk.parallax {
    height:auto;
}

.secondaryLink a {
    color: #666;
    cursor:pointer;
}
.secondaryLink a:hover,.secondaryLink a:focus,.secondaryLink a:active {
    color: #444;
    cursor:pointer;
}

.merchant-links-bar {
    text-align: right;
    line-height: 46px;
}
.merchant-links {
    padding-left: 20px;
    font-weight: normal;
}
.merchant-links-panel {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.merchant-links-panel .span6 {
    line-height: 40px;
}
.light .span3.merchant-panel {
    border-color: #fff;
}
.merchant-links-panel .btn {
    line-height: 1.8em;
    min-width: 235px;
    opacity: 0;
    margin-top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
html[data-device-type="portable"] .merchant-links-panel .btn {
    -webkit-transition: all 0 ease 0;
    transition: all 0 ease 0;
}
.floating-bar.on .btn {
    opacity: 1;
}

.row-fluid .disabledLink {
    cursor: auto;
}
.disabledLink p:last-child {
    padding: 0;
    font-weight: bold;
}

.marginRight {
    margin-right: 15px;
}

.floatBtn{
    padding-bottom: 0;
    padding-top: 15px;
    text-align: left;
}


.merchant-links-bar ul li {
    display: inline-block;
}

html[data-device-type="mobile"] #sticky-nav{
line-height:0;
padding: 20px 0;
text-align:center;
}
html[data-device-type="mobile"] .span4.merchant-links-bar{
    display:none;
}
html[data-device-type="portable"] .floatBtn{
    padding-top: 0;
}
html[data-device-type="mobile"] .pull-right{
    float:none;
}
.floating-bar.on .btn {
    min-width: 300px;
    visibility: hidden;
}
.floating-bar .pull-right p
{
    visibility : visible;
}
html[data-device-type="dedicated"] .floating-bar .pull-right p
{
    visibility : hidden;
}
#sticky-nav
{
    background-color:#fff;
}
html[data-device-type="mobile"] .hero-bg{
background-size: auto 265px;
background-position: bottom center;
}
html[data-device-type="mobile"] .hero-bg .editorial-cell {
display: block;
padding-bottom: 285px;
padding-top: 0;
}

