/* Down Arrow - Banner Image */
html[data-device-type=dedicated] .down-arrow, html[data-device-type="portable"] .down-arrow  {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  bottom: 25px;
  left: 48.5%;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
html[data-device-type="portable"] .down-arrow  {
  left: 47%;
}
html[data-device-type="portable"] .account-selection .down-arrow  {
  left: 48%;
}

/********* 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;
}

.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}.hero-bg,.hero-bg.parallax .parallax-bg{background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.4) 100%),url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/get-paid-es-video.jpg");background-image:linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.4) 100%),url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/get-paid-es-video.jpg");background-image:-moz-linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.4) 100%),url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/get-paid-es-video.jpg")}.hero-bg ul li,.hero-bg.parallax .parallax-bg ul li{margin-left:5%;list-style:disc}.hero-bg .heroBtn,.hero-bg.parallax .parallax-bg .heroBtn{width:46%;margin-right:10px}.n1,.n1.parallax .parallax-bg{background-image:url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/onwebsite-sell.jpg")}.n2{background-image:url("https://www.paypalobjects.com/webstatic/en_clac/mktg/wright/sell_onwebsite/sell_onwebsite_n2_1x.jpg")}.n3{background-image:url("https://www.paypalobjects.com/webstatic/en_clac/mktg/wright/sell_onwebsite/sell_onwebsite_n3_1x.jpg")}.n4,.n4.parallax .parallax-bg{background-image:url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/activity-banner-es-image.jpg")}.n5{background-image:url("https://www.paypalobjects.com/webstatic/es_MX/mktg/accept-payments-online/sell_onwebsite_n3_1x.jpg")}.one-touch-block{background-image:url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/editorial-bg.jpg")}.one-touch-block a.contentLink{color:#009cde}html[data-device-type=portable] .oneTouchBlock,html[data-device-type=dedicated] .one-touch-block{background-size:cover;background-position:left top}html[data-device-type=mobile] .one-touch-block{background-position:60% top}html[data-device-type="portable"] .editorial-right .editorial-img.n2{background-position:bottom;background-size:100%}@media (orientation:portrait){html[data-device-type="portable"] .editorial-left .editorial-img.n3{background-position:0 bottom;background-size:90%}}@media (orientation:landscape){html[data-device-type="portable"] .editorial-left .editorial-img.n3{background-position:8% bottom}}html[data-device-type=portable] .hero-bg .heroBtn{width:66%}.mb-button{top:75%;left:61.2%;bottom:5%;height:100px;width:100px;z-index:10;display:block;position:absolute;bottom:100px;width:42px;height:42px;border:1px solid #fff;border-radius:22px;color:#fff;text-indent:-999em}.mb-button:after{content:'';position:absolute;top:14px;left:15px;width:0;height:0;border:14px solid transparent;border-width:8px 16px;border-left-color:#fff;overflow:hidden}html[data-device-type=mobile] .hero-bg.no-img{background-image:url("https://www.paypalobjects.com/marketing/web/shared/accept-payments-online/get-paid-es-video.jpg");background-size:cover;background-position:14% center}html[data-device-type=mobile] .hero-bg.no-img .editorial-cell .pageHeadline,html[data-device-type=mobile] .hero-bg.no-img .editorial-cell p,html[data-device-type=mobile] .hero-bg.no-img .editorial-cell ul li,html[data-device-type=mobile] .hero-bg.no-img .editorial-cell .hatch{color:#fff}html[data-device-type=mobile] .hero-bg.no-img .hatch a{color:#0c8dc4}html[data-device-type=mobile] .hero-bg.no-img .heroBtn{width:100%}html[data-device-type="dedicated"] .hero-bg .hatch a,html[data-device-type="portable"] .hero-bg .hatch a,html[data-device-type="mobile"] .hero-bg .hatch a{color:#0079ad;text-decoration:underline}.panel.row-fluid.contact-us img{margin:0 auto}.panel.row-fluid.contact-us .span6{background:#f5f5f5;text-align:center;padding:3% 10% 3% 10%;height:250px;overflow:hidden;margin-bottom:20px}.panel.row-fluid.contact-us .span6:last-child{padding:3% 10% 3% 10%}.panel.row-fluid.contact-us a{color:#000000;text-decoration:underline}

