/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

/**
* @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}.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: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: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: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 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:30% center;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 (max-device-width:1280px) and (min-device-width:800px) and (orientation:portrait){html[data-device-type=mobile] .editorial-device-img .keep-img{background-size:45%}}@media only screen and (max-device-width:1280px) and (min-device-width:800px) and (orientation:landscape){html[data-device-type=mobile] .editorial-device-img .keep-img{background-size:27%}}@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:30% center}html[data-device-type=portable] .app{margin:0 10px 0 0}@media only screen and (max-width:603px) and (orientation:portrait){html[data-device-type=portable] .hero-bg.hero-pop-out img{right:1%}}.badges{margin-left:0;clear:both;display:block;margin-top:20px}html[data-device-type=dedicated] .editorial-container,html[data-device-type=portable] .editorial-container{line-height:10em;height:10em}html[data-device-type=dedicated] .editorial,html[data-device-type=portable] .editorial{min-height:10em}.custom-editorial-para{color:#777;font-size:15px;font-size:1.07142857rem}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}

