/********* 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;
}

.heroCarouselHolder{position:relative}.heroCarouselHolder .carousel-inner{position:relative;width:100%;overflow:hidden}.heroCarouselHolder .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.heroCarouselHolder .carousel-inner>.item .hero{background-size:cover}@media all and (transform-3d),(-webkit-transform-3d){.heroCarouselHolder .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.heroCarouselHolder .carousel-inner>.item.active.right,.heroCarouselHolder .carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.heroCarouselHolder .carousel-inner>.item.active.left,.heroCarouselHolder .carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.heroCarouselHolder .carousel-inner>.item.active,.heroCarouselHolder .carousel-inner>.item.next.left,.heroCarouselHolder .carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.heroCarouselHolder .carousel-inner>.active,.heroCarouselHolder .carousel-inner>.next,.heroCarouselHolder .carousel-inner>.prev{display:block}.heroCarouselHolder .carousel-inner>.active{left:0}.heroCarouselHolder .carousel-inner>.next,.heroCarouselHolder .carousel-inner>.prev{position:absolute;top:0;width:100%}.heroCarouselHolder .carousel-inner>.next{left:100%}.heroCarouselHolder .carousel-inner>.prev{left:-100%}.heroCarouselHolder .carousel-inner>.next.left,.heroCarouselHolder .carousel-inner>.prev.right{left:0}.heroCarouselHolder .carousel-inner>.active.left{left:-100%}.heroCarouselHolder .carousel-inner>.active.right{left:100%}.heroCarouselHolder .HeroCarouseArrowHolder{padding:20px;padding-right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;position:absolute}.heroCarouselHolder .HeroCarouseArrowHolder.left{left:0}.heroCarouselHolder .HeroCarouseArrowHolder.right{right:25px}.heroCarouselHolder .heroCarouselArrow{width:20px;height:20px;border-top:2px solid #9da3a6;border-right:2px solid #9da3a6;display:inline-block;text-indent:-9999px;overflow:hidden}.heroCarouselHolder .heroCarouselArrow.left{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:5px}.heroCarouselHolder .heroCarouselArrow.right{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-right:5px}.heroCarouselHolder .herCarouseSlider{bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute}.heroCarouselHolder .herCarouseSlider .heroCarouselNav{list-style-type:none;display:inline-block}.heroCarouselHolder .herCarouseSlider .heroCarouselNav .heroCarouselDot{border:1px solid #9da3a6;cursor:pointer;background:#fff;margin:4px;display:block;width:12px;height:12px;border-radius:12px}.heroCarouselHolder .herCarouseSlider .heroCarouselNav.active .heroCarouselDot{background:#9da3a6}@media (max-width:767px){.heroCarouselHolder .HeroCarouseArrowHolder,.heroCarouselHolder .herCarouseSlider{top:200px}.heroCarouselHolder .herCarouseSlider{height:30px}}@media (min-width:768px){.heroCarouselHolder{max-height:475px}}

.editorial-media{padding:15px 0}.editorial-media.reverse-image .editorial-media__copy{float:right}.editorial-media__headline{padding-bottom:15px}.editorial-media__para{padding-top:0;padding-bottom:15px}.editorial-media .media-module{position:relative}.editorial-media .media-module>img{width:100%}.editorial-media .media-module .play-icon{position:absolute;top:50%;left:50%;padding:1pc;margin-top:-2pc;border-radius:2pc;margin-left:-2pc;background-color:rgba(0,0,0,.25);cursor:pointer}.editorial-media .media-module .play-icon:after{content:"";display:inline-block;height:0;width:0;border-left:18px solid #fff;border-top:9pt solid transparent;border-bottom:9pt solid transparent;border-radius:-8px;border-right:9pt solid transparent;position:relative;left:8px;top:3px}.editorial-media__content{text-align:center}@media (min-width:768px){.editorial-media{padding:30px 0}.editorial-media__para{padding-top:0}.editorial-media .media-module{max-width:25pc;display:inline-block}.editorial-media__content{text-align:left}.editorial-media__media{text-align:center}}@media (min-width:767px) and (max-width:1024px){.editorial-media .media-module{width:auto}}@media (max-width:768px){.editorial-media__media{padding:0}}@media (max-width:767px) and (orientation:landscape){.editorial-media .media-module{max-width:25pc;display:inline-block;margin:0 auto}}

.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}@font-face{font-family:'DharmaGothicE-RegularItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype')}.low-padding{padding:30px 0}.high-padding{padding:60px 0}.medium-font{font-size:18px;font-size:1.286rem}.pullout .organism__header__paragraph{padding:0}.pullout__hatch{font-size:18px;font-size:1.286rem}.pullout__btn{margin-top:10px}.pullout--first{padding:15px 0}.panels{padding-bottom:0}.panels__panel__hatchlink{padding-top:10px}.panels.panels-1{text-align:center}.panels.panels-1 .panels__panel__headline{width:auto}.panels.panels-1 .panels__panel__row{margin-top:0}.panels.panels-2 .panels__panel__hatchlink{text-align:left}.panels-1 .panels__panel{padding-top:15px}.organism__header__headline{padding-bottom:15px;width:85%;margin:0 auto}.organism__footer__hatch{font-size:18px;font-size:1.286rem}.equal-height{width:auto;height:65px}.center-logo{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.global-footer{padding:30px 0}@media (min-width:768px){.organism__header__paragraph{padding:0;width:61%;margin:0 auto}.organism__header__headline{padding:0 0 30px}.panels{padding:60px 0}.panels.panels-1{text-align:left}.pullout--first{padding:60px 0}.pullout__btn{margin-top:30px}}@media (max-width:767px){.accordion .container{max-width:100%}.sm-only-line-break{display:block}}.panel-1 .panels__panel__row{margin-top:0}.panel-1 .panels__panel__paragraph{margin-top:10px;margin-bottom:10px}.panel-1 img{max-height:100%;max-width:100%;vertical-align:top}.panel-1 ul li{margin-top:30px;clear:both}.panel-1 ul li:first-child{margin-top:0}.panel-1 p{display:inline-block;vertical-align:middle;width:calc(70%);text-align:left;padding-left:30px}@media (max-width:767px){.panel-1.block .panels__panel{padding-top:0}}.editorial-hatch-text-align{display:inline-block;padding-top:18px}@media (max-width:767px){.panel-1{padding-bottom:0;padding:30px 0}.panel-1 .panels__panel__icon-head-area{height:0}.panel-1.block .panels__panel{padding-top:0;padding-bottom:0}.panel-1 .panels__panel__hatchlink{text-align:left}.panel-1 .container{max-width:100%}.panel-1 .panels__panel .panels__panel__paragraph{cursor:default}.panel-1 .panels__panel:last-of-type:after{border-top:0}.theme-background-color-white{background-color:#f7f9fa}.editorial-media{padding:30px 0 60px}.pullout.theme-background-color-white{background-color:#fff}.editorial-media .media-module>img{width:80%}.editorial-hatch-text-align{padding-top:0}.organism__footer{padding-top:0}.editorial-sm-only{margin-top:30px}}@media (max-width:767px) and (orientation:portrait){.panel-1 h2.pypl-heading{max-width:300px;margin-left:auto;margin-right:auto}.sm-portrait-only-line-break{display:block}}@media (min-width:768px){.panel-1{padding:30px 0}}@media (max-width:375px) and (orientation:portrait){.panel-1 h2{margin:0 auto;max-width:270px}}@media (min-width:944px){.mediaEditorial-1-class .editorial-media__copy.col-md-6,.mediaEditorial-2-class .editorial-media__copy.col-md-6{width:55%}.mediaEditorial-1-class .editorial-media__media.col-md-6,.mediaEditorial-2-class .editorial-media__media.col-md-6{width:38%}.editorial-class .editorial__text.col-md-6{width:51%}.editorial-class .editorial__device-image.col-md-6{width:40%}}@media (min-width:768px){.editorial-media{padding:60px 0}.md-up-line-break{display:block}}.organism__footer{padding-top:0}.closing-section .organism__footer__hatch{font-size:15px}.two-col-row.hero-container{height:auto}.two-col-row .hero{min-height:530px;height:auto;position:relative}.two-col-row h1.hero__headline{text-align:center}.two-col-row .text-center{text-align:center}.two-col-row .two-col-row-container{margin:0 auto;text-align:center}.two-col-row .two-col-row-container .hero-img-icon{width:70px;margin-bottom:5px}.two-col-row .two-col-row-container img{max-width:100%}.two-col-row .two-col-row-container .hero__paragraph{padding:18px 12px}.two-col-row .two-col-row-container a.hero__btn{margin-top:0}.two-col-row .two-col-row-container .hero-headline--level-2{font-size:25px;font-weight:400}.hero__overlay-screen{display:block;position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:768px){.two-col-row .hero .hero__container{display:table}.two-col-row .hero-two-col-container{display:table-cell;vertical-align:middle;height:480px}.two-col-row .hero{padding:85px 0 30px}.two-col-row .row-head .hero__paragraph{padding-top:10px;padding-bottom:35px}.two-col-row-container{text-align:center}.two-col-row-container>div[class*=col-]{display:inline-block;float:none;max-width:350px;padding-left:40px;padding-right:40px;vertical-align:top}.two-col-row-container>div[class*=col-]+*{border-left:2px solid rgba(240,240,240,0.3)}.two-col-row-container .col-lg-6,.two-col-row-container .col-md-6{width:49%}}@media (min-width:768px) and (max-width:991px){.two-col-row-container>div[class*=col-]{display:inline-block;float:none;max-width:290px;padding-left:20px;padding-right:20px}}@media (max-width:767px){.two-col-row .row-head{display:none}.two-col-row .hero{padding-bottom:35px}.two-col-row-container .media-btn{border:1px solid #fff;box-shadow:none;margin-top:15px}.two-col-row-container div:first-child{margin-top:20px}.two-col-row-container div:last-child{margin-top:50px}}.treatment-decisiongate .hero__headline{padding-bottom:35px}.treatment-decisiongate .theme-background-color-dark{background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%)}.two-col-row-container .hero__btn,.two-col-row-container .hero__btn:hover,.two-col-row-container .hero__btn:focus{color:#0079ad;background:#fff}@media (max-width:767px){.hero{overflow:hidden;text-align:left;padding-bottom:10px}.hero h1.hero__headline{text-align:left}.hero h1{font-size:35px}.hero .container{display:table;width:100%;overflow:hidden;box-sizing:border-box;min-height:204px}.hero .container>.row{display:table-cell;vertical-align:middle}.below-hero{padding-top:15px;padding-bottom:15px}.below-hero .pypl-btn{margin-top:10px}.below-hero .hero__hatchlink{padding-top:10px}}

