.hero-bg{background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 0)}.hero-bg.hero-pop-out img{top:80px;right:15%}.hero-bg .hero-link{clear:both;display:block;padding-top:18px}html[data-device-type] .btn-white{border:1px solid #009cde;color:#009cde;background-color:#fff}html[data-device-type] .btn-white:focus,html[data-device-type] .btn-white:hover,html[data-device-type] .btn-white:active{color:#0079ad;background-color:#fff}html[data-device-type] .btn-transparent{border:1px solid #fff;background-color:transparent}html[data-device-type] .btn-transparent:focus,html[data-device-type] .btn-transparent:hover,html[data-device-type] .btn-transparent:active{background-color:transparent}.btn-play{padding-top:5px;padding-bottom:5px}.icon-play{width:0;height:0;display:inline-block;margin-right:12px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:15px solid #009cde;vertical-align:middle}.icon-play-white{border-left-color:#fff}html[data-device-type="mobile"] .hero-bg{background-size:auto}html[data-device-type="mobile"] .lightContent,html[data-device-type="mobile"] .lightContent h1,html[data-device-type="mobile"] .lightContent p,html[data-device-type="mobile"] .lightContent a{color:#fff}@media only screen and (orientation:portrait){html[data-device-type="mobile"] .app{margin:0 10px 0 0}}html[data-device-type="mobile"] a.btn{max-width:375px}html[data-device-type="mobile"] a.btn.heroBtn.hero-btn{margin:0 auto}html[data-device-type="portable"] .hero-bg.hero-pop-out img{top:59px;right:11%}html[data-device-type="portable"] .row-fluid.hero-bg .hatch{margin-left:0}html[data-device-type="portable"] #moduleOne{padding-top:40px}html[data-device-type="portable"] .app{margin:0 10px 0 0}.badges{margin-left:0;clear:both;display:block;margin-top:35px}.m2{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/gb/venice/narr_sendmoney_enuk_1x.png")}.m3{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/gb/venice/narr_activity_enuk_1x.png")}html[data-device-type="dedicated"] .hero-bg.hero-pop-out{height:500px}html[data-device-type="dedicated"] #moduleOne{padding-top:30px}.hero-bg .hatch{margin-left:0}.seeHowItWorksVideo{width:100%}.hero-link.contentPara{font-size:15px}.legal-notes{margin:5px 0}.download-app-page{background-color:#f7f9fa;padding:35px 0;min-height:auto !important;margin-top:10px}.download-app-page .container .row .col-xs-12.col-md-6.editorial__container.editorial__text{float:left;padding-left:75px;padding-top:55px;width:45%}.download-app-page .container .row .col-xs-12.col-md-6.editorial__container.editorial__text .pypl-heading{font-weight:700}.download-app-page .container .row .col-xs-12.col-md-6.editorial__container.editorial__text .editorial__paragraph{font-size:14px}.download-app-page .container .row .col-xs-12.col-md-6.hidden-sm-down.editorial__container.editorial__device-image{width:45%;float:left;text-align:center}.download-app-page .container .row .col-xs-12.col-md-6.hidden-sm-down.editorial__container.editorial__device-image .editorial__image{padding-top:5px;max-width:50%}

/**
* @fileOverview App badges to show on page as needed
* @name app-badges.css
* @author mdaveshah
*/
.app {
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  width: 135px;
  background: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/icons/appbadges_2x_sprite.png") no-repeat 0 0;
  background-size: 135px 800px;
}
.app-fr{
  background: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/wright/icons/appbadges_1x_sprite.png") no-repeat 0 0;
}
.no-backgroundsize .app {
  /* for IE 8 and IE 9*/
  background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/icons/appbadges_1x_sprite.png");
}
.apple,
.apple-light {
  margin-left: 0;
}
.apple:hover,
.apple:focus {
  background-position: 0 -40px;
}
.android {
  background-position: 0 -80px;
}
.android:hover,
.android:focus {
  background-position: 0 -120px;
}
.windows {
  background-position: 0 -160px;
}
.windows:hover,
.windows:focus {
  background-position: 0 -200px;
}
.amazon {
  background-position: 0 -480px;
}
.amazon:hover,
.amazon:focus {
  background-position: 0px -520px;
}
/* lighter version */
.apple-light {
  background-position: 0 -240px;
}
.apple-light:hover,
.apple-light:focus {
  background-position: 0 -280px;
}
.android-light {
  background-position: 0 -320px;
}
.android-light:hover,
.android-light:focus {
  background-position: 0 -360px;
}
.windows-light {
  background-position: 0 -400px;
}
.windows-light:hover,
.windows-light:focus {
  background-position: 0 -440px;
}
.amazon-light {
  background-position: 0 -480px;
}
.amazon-light:hover,
.amazon-light:focus {
  background-position: 0px -520px;
}

/* head.css */
.pal-blue {
    background-color: #009cde
}

.pay-blue {
    background-color: #003087
}

.pink {
    background-color: #de0063
}

.purple {
    background-color: #640487
}

.green {
    background-color: #00cf92
}

.orange {
    background-color: #ff9600
}

.green,
.green *,
.orange,
.orange *,
.pal-blue *,
.pay-blue *,
.pink,
.pink *,
.purple,
.purple * {
    color: #fff
}

.hero-bg {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at left top, #009cde, #003087 125%)
}

.hero-bg .editorial-container {
    padding-right: 0
}

.hero-bg.hero-pop-out img {
    top: 5pc;
    right: 15%
}

.hero-bg .hero-link {
    clear: both;
    display: block;
    padding-top: 18px
}

html[data-device-type] .btn-white {
    border: 1px solid #009cde;
    color: #009cde;
    background-color: #fff
}

html[data-device-type] .btn-white:active,
html[data-device-type] .btn-white:focus,
html[data-device-type] .btn-white:hover {
    color: #0079ad;
    background-color: #fff
}

html[data-device-type] .btn-transparent {
    border: 1px solid #fff;
    background-color: transparent
}

html[data-device-type] .btn-transparent:active,
html[data-device-type] .btn-transparent:focus,
html[data-device-type] .btn-transparent:hover {
    background-color: transparent
}

.btn-play {
    padding-top: 5px;
    padding-bottom: 5px
}

.icon-play {
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 9pt;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #009cde;
    vertical-align: middle
}

.icon-play-white {
    border-left-color: #fff
}

html[data-device-type=mobile] .hero-bg {
    background-size: auto
}

html[data-device-type=mobile] .hero-bg.hero-pop-out .editorial-cell {
    padding-top: 30px
}

html[data-device-type=mobile] .lightContent,
html[data-device-type=mobile] .lightContent a,
html[data-device-type=mobile] .lightContent h1,
html[data-device-type=mobile] .lightContent p {
    color: #fff
}

html[data-device-type=mobile] .editorial-device-img .keep-img {
    background-position: center 30%;
    background-size: 48%
}

@media only screen and (orientation:portrait) {
    html[data-device-type=mobile] .editorial-device-img .keep-img {
        background-size: 87%
    }
}

@media only screen and (orientation:portrait) {
    html[data-device-type=mobile] .app {
        margin: 0 10px 0 0
    }
}

html[data-device-type=mobile] a.btn {
    max-width: 375px
}

html[data-device-type=mobile] a.btn.heroBtn.hero-btn {
    margin: 0 auto
}

html[data-device-type=portable] .editorial-img {
    background-size: auto 300px
}

html[data-device-type=portable] .hero-bg.hero-pop-out img {
    top: 59px;
    right: 11%
}

html[data-device-type=portable] .row-fluid.hero-bg .hatch {
    margin-left: 0
}

html[data-device-type=portable] #moduleOne {
    padding-top: 40px
}

html[data-device-type=portable] .editorial-device-img .keep-img {
    background-size: 84%;
    background-position: center 30%
}

html[data-device-type=portable] .app {
    margin: 0 10px 0 0
}

.badges {
    margin-left: 0;
    clear: both;
    display: block;
    margin-top: 35px
}

.m2 {
    background-image: url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/gb/venice/narr_sendmoney_enuk_1x.png)
}

.editorial-left .editorial-img,
.editorial-right .editorial-img {
    background-position: 2% center
}

.m3 {
    background-image: url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/gb/venice/narr_activity_enuk_1x.png)
}

.editorial-device-img .keep-img {
    background-position: 0 center
}

html[data-device-type=dedicated] .editorial-device-img .keep-img.m2 {
    margin-left: 0
}

html[data-device-type=dedicated] .hero-bg .span6.col-sm-6.editorial-container {
    height: 360px;
    line-height: 500px
}

html[data-device-type=dedicated] .hero-bg.hero-pop-out {
    height: 500px
}

html[data-device-type=dedicated] .hero-bg.hero-pop-out .editorial-container {
    height: 500px;
    line-height: 500px
}

html[data-device-type=dedicated] #moduleOne {
    padding-top: 30px
}

.hero-bg .hatch {
    margin-left: 0
}

.seeHowItWorksVideo {
    width: 100%
}

.hero-link.contentPara {
    font-size: 15px
}

.editorial-device-img .keep-img.m3 {
    background-position: 83% center
}

.legal-notes {
    margin: 5px 0px;
}

