/* 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;
}

