/**
* @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;
}

.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;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #fff;
}
/* For mobile - shorter height and width */
.hero-bg {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
.hero-bg .editorial-container {
  padding-right: 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"] .hero-bg.hero-pop-out .editorial-cell {
  padding-top: 30px;
}
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;
}
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: 20px;
}
.m2 {
  background-image: url("https://www.paypalobjects.com/webstatic/emea/venice/narr_sendmoney_heil_1x.png");
}
/*
#moduleOne .container::after {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    left: 0;
    position: relative;
    width: 100%;
}
*/
.editorial-left .editorial-img,
.editorial-right .editorial-img {
  background-position: 2% center;
}
.m3 {
  background-image: url("https://www.paypalobjects.com/webstatic/emea/venice/narr_activity_heil_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;
}

