/********* 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}.green,.green *,.orange,.orange *,.pal-blue *,.pay-blue *,.pink,.pink *,.purple,.purple *{color:#fff}.hero-bg,.hero-bg.parallax .parallax-bg{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/ad-consumer/hero_consumer.jpg)}.hero-bg .heroBtn,.hero-bg.parallax .parallax-bg .heroBtn{font-size:1.4rem}.hero-bg .pageHeadline b,.hero-bg.parallax .parallax-bg .pageHeadline b{display:block;font-weight:400}header #ul-btn{display:none}html[data-device-type=mobile] header #signup-button{display:inherit}.closing-section .btn.closing-cta{font-size:1.4rem}.threepanel-subhead{color:#009cde;font-weight:700;font-size:1.3rem}.adjusted-col .containerCentered .span4 h2.contentHead{font-size:1.8rem}.value-Prop .containerCentered h2:last-child{font-weight:700;font-size:1.2rem;padding-top:10px}.value-Prop .containerCentered .span4{text-align:center}.value-Prop .containerCentered .span4 p{font-size:1.5rem;font-weight:700}.adjusted-col .containerCentered .span4 .image-wrapper .panel-img{margin-bottom:7px}.chkbox-editorials{border-bottom:1px solid #e1e1e1}.security-editorial,.security-editorial.video-partial-section{border-bottom:1px solid #ccc}.chkbox-editorials .containerCentered .editorial-cell ul li{color:#000;background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/ad-movie/img-PC-checkbox.png) no-repeat left top;padding-left:45px}.value-Prop header img{margin:25px 0}html[data-device-type=dedicated] .hero-bg .pageHeadline{font-size:32px;color:#2c2e2f}html[data-device-type=dedicated] .valueProp-section-headline{font-size:2rem}html[data-device-type=dedicated] .panel{padding:35px 0}html[data-device-type=dedicated] .chkbox-editorials .containerCentered .editorial-container{height:13.857em;line-height:18.857em}html[data-device-type=dedicated] .chkbox-editorials .containerCentered .editorial-cell ul li{line-height:34px;font-size:20px;font-weight:700;padding-bottom:22px}html[data-device-type=dedicated] .adjusted-col .containerCentered .span4 h2.contentHead{padding-bottom:10px}html[data-device-type=dedicated] .security-editorial .containerCentered .editorial-container{height:19.857em;line-height:19.857em}html[data-device-type=dedicated] .security-editorial .containerCentered .editorial-container h2 span{display:block}html[data-device-type=dedicated] .security-editorial .containerCentered .editorial-container h2 br{display:none}html[data-device-type=dedicated] .value-Prop .containerCentered h2:first-child{padding-bottom:20px}html[data-device-type=dedicated] .value-Prop .containerCentered h2:first-child br{display:none}html[data-device-type=dedicated] .shop-block .containerCentered h2 br{display:none}html[data-device-type=dedicated] .closing-section .containerCentered .span12 .closingHeadline br{display:none}html[data-device-type=dedicated] .value-Prop header.containerCentered{max-width:1175px}.editorialHeading{padding-top:50px}.editorialHeading h2{padding-bottom:15px}.editorial{min-height:23.857em}.editorial .containerCentered .n2{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/ad-movie/paypal-logo.png)}.editorial .containerCentered .n3{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/ad-consumer/security-img.jpg)}.editorial .containerCentered .editorial-right .editorial-img{background-position:83% center}html[data-device-type=mobile] .hero-bg{border-bottom:1px solid #ccc}html[data-device-type=mobile] .merchant-logo-row-1 .containerCentered.containerExtend,html[data-device-type=mobile] .merchant-logo-row-2 .containerCentered.containerExtend .merchant-logo-row-3 .containerCentered.containerExtend{position:relative}html[data-device-type=mobile] .merchant-logo-row-1 .span2,html[data-device-type=mobile] .merchant-logo-row-2 .span2,html[data-device-type=mobile] .merchant-logo-row-3 .span2{width:49%!important;float:left!important}html[data-device-type=mobile] .hero-bg .pageHeadline{font-size:1.9rem;text-align:center;color:#009cde}html[data-device-type=mobile] .value-Prop header{padding-bottom:0}html[data-device-type=mobile] .value-Prop .containerCentered h2 br{display:none}html[data-device-type=mobile] .value-Prop .containerCentered h2 span.mob{display:block}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-container h2 br{display:none}html[data-device-type=mobile] .adjusted-col .containerCentered h2:first-child span.mob{display:block}html[data-device-type=mobile] .adjusted-col .containerCentered h2:first-child br{display:none}html[data-device-type=mobile] .adjusted-col .containerCentered p:first-child br{display:none}html[data-device-type=mobile] .adjusted-col .containerCentered p:first-child span.mob{display:block}html[data-device-type=mobile] .adjusted-col .containerCentered p span.mob br{display:none}html[data-device-type=mobile] .value-Prop .containerCentered h2:first-child br{display:none}html[data-device-type=mobile] .shop-block .containerCentered h2 br{display:none}html[data-device-type=mobile] .closing-section .containerCentered .span12 .closingHeadline br{display:none}html[data-device-type=mobile] .chkbox-editorials{border-bottom:1px solid #e1e1e1}html[data-device-type=mobile] .chkbox-editorials .editorial-cell{padding-bottom:0;padding-top:0}html[data-device-type=mobile] .chkbox-editorials img.chkBox{width:30px;height:auto}html[data-device-type=mobile] .chkbox-editorials .containerCentered{display:table;width:98%}html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-text{display:table-footer-group}@media (orientation:portrait){html[data-device-type=mobile] .hero-bg{background-position:83% top}html[data-device-type=mobile] .merchant-logo-row-1 .span2,html[data-device-type=mobile] .merchant-logo-row-2 .span2,html[data-device-type=mobile] .merchant-logo-row-3 .span2{padding-left:0}html[data-device-type=mobile] .chkbox-editorials .editorial-cell ul li{line-height:30px;font-weight:700}html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-container{height:14em;line-height:13em}html[data-device-type=mobile] .chkbox-editorials .editorial-img{background-position:84% 32px;background-size:100%}html[data-device-type=mobile] .security-editorial{border-bottom:1px solid #e1e1e1}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-container{line-height:20em}html[data-device-type=mobile] .security-editorial .editorial-img{background-position:100% 0;background-size:100%}html[data-device-type=mobile] .security-editorial.video-partial-section{padding-top:0}html[data-device-type=mobile] .security-editorial.video-partial-section .editorial-text{height:17em}html[data-device-type=mobile] .security-editorial.video-partial-section .editorial-text .editorial-cell{padding-top:0;text-align:center}html[data-device-type=mobile] .valueProp-section-headline{font-size:1.9rem;text-align:center}html[data-device-type=mobile] .merchantLogo-headline{font-size:1.9rem}html[data-device-type=mobile] .merchant-logo-row-1{padding-top:30px}html[data-device-type=mobile] .editorialHeading .containerCentered.container .center-block h2.pulloutHeadline,html[data-device-type=mobile] .editorialHeading .containerCentered.container .center-block p.contentPara{text-align:center}html[data-device-type=mobile] .closing-section p.closingHeadline{text-align:center}html[data-device-type=mobile] .adjusted-col header{text-align:left}html[data-device-type=mobile] .threepanel-section.shop-block header.containerCentered h2.pulloutHeadline{text-align:left}html[data-device-type=mobile] .value-Prop header{text-align:left}html[data-device-type=mobile] .value-Prop .span4 .image-wrapper .panel-img{width:65%;height:auto}html[data-device-type=mobile] .editorialHeading .containerCentered .span12 h2{font-size:1.9rem}html[data-device-type=mobile] .value-Prop .containerCentered h2:first-child{font-size:1.9rem}html[data-device-type=mobile] .value-Prop .containerCentered h2:last-child{font-size:17px}html[data-device-type=mobile] .security-editorial .containerCentered h2{font-size:1.9rem}html[data-device-type=mobile] .adjusted-col .containerCentered h2:first-child{font-size:1.9rem}html[data-device-type=mobile] .adjusted-col .containerCentered .span4 h2.contentHead{font-size:1.4rem}html[data-device-type=mobile] .adjusted-col .containerCentered .span4 h2.contentHead .threepanel-subhead{font-size:1.2rem}html[data-device-type=mobile] .shop-block .containerCentered h2{font-size:1.9rem}html[data-device-type=mobile] .closing-section .containerCentered .closingHeadline{font-size:1.9rem}}@media (orientation:landscape){html[data-device-type=mobile] .hero-bg{background-position:100% top}html[data-device-type=mobile] .merchant-logo-row-1 .span2,html[data-device-type=mobile] .merchant-logo-row-2 .span2,html[data-device-type=mobile] .merchant-logo-row-3 .span2{padding-left:10%}html[data-device-type=mobile] .video-partial-section{padding-top:0;text-align:center}html[data-device-type=mobile] .valueProp-section-headline{font-size:1.9rem}html[data-device-type=mobile] .chkbox-editorials .editorial-cell ul li{line-height:35px;font-weight:700;padding-bottom:15px;font-size:20px}html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-container{line-height:0;height:13em}html[data-device-type=mobile] .chkbox-editorials .editorial-img{background-position:57% 38px;background-size:100%}html[data-device-type=mobile] .security-editorial{border-bottom:1px solid #e1e1e1}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-container{line-height:16em;height:14em}html[data-device-type=mobile] .security-editorial .editorial-img{background-position:57% -12px;background-size:90%}html[data-device-type=mobile] .value-Prop .span4 .image-wrapper .panel-img{width:50%;height:auto}html[data-device-type=mobile] .editorialHeading .containerCentered .span12 h2{font-size:1.7rem}html[data-device-type=mobile] .value-Prop .containerCentered h2:first-child{font-size:1.9rem}html[data-device-type=mobile] .value-Prop .containerCentered h2:last-child{font-size:17px}html[data-device-type=mobile] .security-editorial .containerCentered h2{font-size:1.9rem}html[data-device-type=mobile] .adjusted-col .containerCentered h2:first-child{font-size:1.9rem}html[data-device-type=mobile] .adjusted-col .containerCentered .span4 h2.contentHead{font-size:1.5rem}html[data-device-type=mobile] .adjusted-col .containerCentered .span4 h2.contentHead .threepanel-subhead{font-size:1.3rem}html[data-device-type=mobile] .shop-block .containerCentered h2{font-size:1.9rem}html[data-device-type=mobile] .closing-section .containerCentered .closingHeadline{font-size:1.9rem}}html[data-device-type=portable] .hero-bg .pageHeadline{font-size:33px;color:#2c2e2f}html[data-device-type=portable] .row-fluid .heroBtn.span8{width:85%}html[data-device-type=portable] .chkbox-editorials .editorial-cell ul li{line-height:30px;font-weight:700;padding-bottom:20px}html[data-device-type=portable] .panel{padding:35px 0}html[data-device-type=portable] .adjusted-col .containerCentered .span4 h2.contentHead{padding-bottom:10px}html[data-device-type=portable] .value-Prop .containerCentered .span4 p{font-weight:700}@media (orientation:portrait){html[data-device-type=portable] .editorial{min-height:250px}html[data-device-type=portable] .chkbox-editorials .editorial-cell ul li{font-size:17px}html[data-device-type=portable] .chkbox-editorials .editorial-container{height:200px;line-height:200px}html[data-device-type=portable] .chkbox-editorials .editorial-img{background-position:95% 65%;background-size:100%}html[data-device-type=portable] .security-editorial .editorial-container{height:268px;line-height:280px}html[data-device-type=portable] .security-editorial .editorial-img{background-position:95% 65%;background-size:100%}html[data-device-type=portable] .value-Prop .containerCentered .span4 p{font-size:1.2rem}}@media (orientation:landscape){html[data-device-type=portable] .editorial{min-height:282px}html[data-device-type=portable] .chkbox-editorials .editorial-cell ul li{font-size:20px}html[data-device-type=portable] .chkbox-editorials .editorial-container{height:281px;line-height:300px}html[data-device-type=portable] .chkbox-editorials .editorial-img{background-position:95% 47%;background-size:100%}html[data-device-type=portable] .security-editorial .editorial-container{height:314px;line-height:300px}html[data-device-type=portable] .security-editorial .editorial-img{background-position:95% 47%;background-size:100%}html[data-device-type=portable] .threepanel-section .containerCentered .pulloutHeadline{width:90%}html[data-device-type=portable] .row-fluid.editorialHeading .containerCentered .span12{width:74%}}.chkBox{vertical-align:middle;margin-bottom:12px}.threepanel-section:nth-last-child(3){border-bottom:0 solid #e8e8e8}html[data-device-type=dedicated] .editorial{min-height:20.857em}html[data-device-type=dedicated] .hero-bg .editorial-container{height:400px;line-height:28.578rem}.summary{padding:30px 0 0 0}.closing-section{background-color:#f7f9fa}.value-Prop{border-bottom:1px solid #e8e8e8}.value-Prop .image-wrapper{text-align:center}.value-Prop .image-wrapper img{display:inline-block;margin-bottom:14px}html[data-device-type=mobile] .value-Prop{padding:0}html[data-device-type=mobile] .value-Prop header{padding-bottom:0}html[data-device-type=mobile] .value-Prop .span4:nth-child(n+1){padding-top:20px}html[data-device-type=mobile] .value-Prop .span4 .image-wrapper .panel-img{margin-bottom:0}html[data-device-type=mobile] .value-Prop .span4 .contentPara{text-align:center;margin-bottom:10px;padding:5px 6px 0 6px}.adjusted-col header .pulloutPara{width:57%;display:inline-block}.adjusted-col .legal-notes{font-size:11px}.blue-section{background-color:#11a2e5}.blue-section h2,.blue-section p{color:#FFF;padding-bottom:0}.twopanel-section{background-color:#009cde}.twopanel-section .contentLink,.twopanel-section h2.large,.twopanel-section p.contentPara{color:#fff;padding:20px 0}.twopanel-section .contentLink{display:block;text-decoration:underline;padding-top:30px}.twopanel-section img{width:100%}.twopanel-section .span6{height:300px;display:table}.twopanel-section .container{display:table-cell;vertical-align:middle}.threepanel-section{border-bottom:1px solid #ccc}.closing-section p.pulloutPara{padding-bottom:10px}.closing-section footer{padding-top:0}.special-block header{padding-bottom:50px}.special-block .span4 .image-wrapper{text-align:center;margin-bottom:40px}.special-block .span4 .image-wrapper img{display:inline-block;margin:0}.shop-block .span4 .image-wrapper .panel-img{margin-bottom:0}@media (max-width:768px) and (orientation:portrait){html[data-device-type=portable] .hero-bg{background-position:47% center}}@media (max-width:1024px) and (orientation:landscape){html[data-device-type=portable] .hero-bg{background-position:51% center}}html[data-device-type=portable] .adjusted-col header .pulloutPara{width:90%;display:inline-block}@media only screen and (orientation:landscape){html[data-device-type=portable] .adjusted-col header .pulloutPara{width:68%}}html[data-device-type=portable] .valueProp-section-headline{font-size:1.9rem}html[data-device-type=portable] .value-Prop .valueProp-section-headline img{margin-top:0}html[data-device-type=portable] .closingHeadline,html[data-device-type=portable] .merchantLogo-headline,html[data-device-type=portable] .security-editorial .pulloutHeadline,html[data-device-type=portable] .threepanel-section .pulloutHeadline{font-size:1.9rem}html[data-device-type=mobile] section.row-fluid.panel.threepanel-section.value-Prop{padding:35px 0}html[data-device-type=mobile] .editorialHeading{padding-top:30px}html[data-device-type=mobile] .threepanel-section .panel-header,html[data-device-type=mobile] .twopanel-section .panel-header{padding-bottom:25px}html[data-device-type=mobile] .threepanel-section .contentPara,html[data-device-type=mobile] .threepanel-section .pulloutPara{padding-bottom:0}html[data-device-type=mobile] .twopanel-section .span6{width:100%;height:auto}html[data-device-type=mobile] .twopanel-section .contentLink{padding-bottom:0}html[data-device-type=mobile] p{padding-bottom:0}html[data-device-type=mobile] .pullout{padding-bottom:60px}html[data-device-type=mobile] .pullout .pulloutHeadline,html[data-device-type=mobile] .pullout .pulloutPara{text-align:left}html[data-device-type=mobile] .panel{padding-bottom:40px 0}html[data-device-type=mobile] .four-panel img{width:100%;display:block;margin-bottom:10px}html[data-device-type=mobile] .closing-section p.closingHeadline{padding-bottom:20px}html[data-device-type=mobile] .adjusted-col header .pulloutPara{width:100%}html[data-device-type=mobile] .special-block .span4 .image-wrapper img{width:auto}@media only screen and (orientation:portrait){html[data-device-type=mobile] .shop-block .span4 .image-wrapper{text-align:center}}html[data-device-type=mobile] .shop-block .span4 .image-wrapper img{width:auto}@media only screen and (orientation:portrait){html[data-device-type=mobile] .shop-block .span4 .image-wrapper img{display:inline-block}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape){html[data-device-type=mobile] .hero-bg{padding-bottom:35px}html[data-device-type=mobile] .threepanel-section .span4,html[data-device-type=mobile] .twopanel-section .span6{padding-right:0}html[data-device-type=mobile] .threepanel-section img,html[data-device-type=mobile] .twopanel-section img{width:100%;margin:auto;padding-bottom:10px}html[data-device-type=mobile] #fourpanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .threepanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .twopanel-section .containerCentered:nth-child(2){max-width:75%}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape){html[data-device-type=mobile] .hero-bg{padding-bottom:35px}html[data-device-type=mobile] .threepanel-section .span4,html[data-device-type=mobile] .twopanel-section .span6{padding-right:0}html[data-device-type=mobile] .threepanel-section img,html[data-device-type=mobile] .twopanel-section img{width:100%;margin:auto;padding-bottom:10px}html[data-device-type=mobile] #fourpanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .threepanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .twopanel-section .containerCentered:nth-child(2){max-width:75%}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:landscape){html[data-device-type=mobile] .hero-bg{padding-bottom:35px}html[data-device-type=mobile] .threepanel-section .span4,html[data-device-type=mobile] .twopanel-section .span6{padding-right:0}html[data-device-type=mobile] .threepanel-section img,html[data-device-type=mobile] .twopanel-section img{width:100%;margin:auto;padding-bottom:10px}html[data-device-type=mobile] #fourpanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .threepanel-section .containerCentered:nth-child(2),html[data-device-type=mobile] .twopanel-section .containerCentered:nth-child(2){max-width:75%}}@media only screen and (min-device-width:764px) and (max-device-width:1024px){.editorial-cell{width:91%}.pullout{padding-top:70px;padding-bottom:20px}.pullout .pulloutPara{padding-top:0}.pulloutHeadline{padding-bottom:40px}.panel{padding:70px 0}.panel .pulloutHeadline{padding-bottom:10px}.panel .pulloutPara{padding:0}.panel.row-fluid [class*=span]{padding-right:0}}@media only screen and (min-device-width:764px) and (max-device-width:1024px) and (orientation:portrait){.closing-cta{width:35%}.four-panel .span3{margin-bottom:30px}.four-panel .span3 img{width:100%;margin-bottom:30px}.x-large,h2{font-size:2.6rem}}@media only screen and (min-device-width:764px) and (max-device-width:1024px) and (orientation:landscape){.video-partial-section .editorial-cell{width:110%;margin-left:10%}}@media (min-width:320px) and (max-width:568px) and (orientation:portrait){html[data-device-type=mobile] .chkbox-editorials .editorial-cell ul li{font-size:14px;padding-bottom:20px}html[data-device-type=mobile] .containerCentered .editorial-img.editorial-container{height:8em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:16.5em}}@media (min-device-width:375px) and (max-device-width:667px) and (orientation:portrait){html[data-device-type=mobile] .chkbox-editorials .editorial-cell ul li{font-size:14px}html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-img.editorial-container{height:8em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:16em}}@media (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait){html[data-device-type=mobile] .chkbox-editorials .editorial-cell ul li{font-size:16px}html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-img.editorial-container{height:9em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:19em}}@media (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape){html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-img.editorial-container{height:13em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:25em}}@media (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape){html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-img.editorial-container{height:12em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:22em}}@media (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape){html[data-device-type=mobile] .chkbox-editorials .containerCentered .editorial-img.editorial-container{height:12em}html[data-device-type=mobile] .security-editorial .containerCentered .editorial-img.editorial-container{height:19em}}.row-fluid.merchantRow-1-left,.row-fluid.merchantRow-1-right{width:50%}.merchant-logo-row-1{padding-top:35px}.merchant-logo-row-3{padding-bottom:60px}.valueProp-section-headline{font-weight:400;font-variant:normal;line-height:1.25;font-size:3.5rem}.video-partial-section{padding-top:40px}.youtube-iframe{width:100%;height:100%}.merchantLogo-headline{text-align:center;padding-bottom:15px;max-width:800px;margin:0 auto;font-size:2rem}@media (min-width:944px){.video-partial-section .editorial-text{width:50%;padding-right:10%}.video-partial-section .video-section{padding-left:6%;width:42%;padding-right:0}.value-Prop.panel header{padding-bottom:0}.threepanel-section .pulloutHeadline{font-size:2rem}.threepanel-section header{padding-bottom:30px}}

