/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: none;
    display: block;
   /* margin-left: -20%; */
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;*/
    /*border:  5px solid #fff;*/
    /*left: -5px;*/
    background: #fff;
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009cde;
    border-bottom:0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    
    background: url("https://www.paypalobjects.com/webstatic/es_MX/mktg/shopping-banner/shopping-navigation-controls.png") no-repeat scroll -24px -32px rgba(0, 0, 0, 0)
}

.bx-wrapper .bx-prev{
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background-position: -78px -30px;
}

/*.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
    height: 52px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 51px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper ul{
    margin: 0;
}

.bx-wrapper ul li{
    overflow: hidden;
}

.shopping-carousel-text{
    color: #fff;
    left: 30%;
    position: absolute;
    top: 35%;
    width: 50%;
}
/*.shopping-carousel-text h2, .shopping-carousel-text p{
    text-transform: uppercase;
}*/
/*.shopping-carousel-text.white h2, .shopping-carousel-text.white p{
    color: #fff;
}*/
/*.shopping-carousel-text.black h2, .shopping-carousel-text.black p{
    color: #000;
}*/
/*.shopping-carousel-text p {
    font-size: 28px;
    line-height: 1;
}*/


/* Mobile */

html[data-device-type="mobile"] .bx-wrapper img {
    margin-left: -75%;
    opacity: 0.3;
}

html[data-device-type=portable] .bx-wrapper img {
    opacity: 0.3;
}

html[data-device-type="mobile"] .shopping-carousel-text {
    left:0;
    top:auto;
    bottom:10%;
    text-align: center;
    width:100%;
}

html[data-device-type="mobile"] .shopping-carousel-text p, html[data-device-type="mobile"] .bx-controls-direction {
    display: block;
}

html[data-device-type="mobile"] .shopping-carousel-text h2{
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

@media (max-width: 770px) {
    html[data-device-type=portable] .shopping-carousel-text {
        left: 12%;
        top: 20%;
        width: 75%;
    }
}

/**
* @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}.contentLink.btn{padding-right:0}.hero-bg{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/ru/ru/welcome-seasonal/Hero.jpg");background-size:cover;background-position:center center;min-height:600px}.hero-bg h1{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase}html[data-device-type="dedicated"] .hero-bg h1{font-size:89px;font-size:6.35714286rem;color:#fff;line-height:5.5rem;padding-bottom:30px}html[data-device-type="portable"] .hero-bg h1{font-size:3.9rem;color:#fff;max-width:495px}html[data-device-type="mobile"] .hero-bg h1{font-size:3.7rem;color:#fff;max-width:275px}@media (max-width:768px) and (orientation:landscape){html[data-device-type="mobile"] .hero-bg h1{min-width:460px}}.hero-bg p.contentPara{padding-right:20px;color:#fff}.hero-bg .heroBtn.btn{margin-right:15px;width:230px;background-color:#fff;color:#0070ba}html[data-device-type="mobile"] .hero-bg .heroBtn.btn{margin-right:0;display:inline-block;width:100%}.hero-bg .heroBtn.btn:active,.hero-bg .heroBtn.btn:focus,.hero-bg .heroBtn.btn:hover{background-color:#fff;color:#0070ba}.hero-bg .heroBtn.btn:active,.hero-bg .heroBtn.btn:focus{text-decoration:underline}.hero-bg .heroBtn.btn:hover{text-decoration:none}html[data-device-type="mobile"] .hero-bg .editorial-container{padding-right:0}html[data-device-type="mobile"] .hero-bg:not(.no-img) .editorial-cell{padding-top:140px}html[data-device-type="mobile"] .hero-bg .contentPara,html[data-device-type="mobile"] .hero-bg .hatch{color:#fff}.hero-bg .btn{margin-right:5px}.bx-wrapper .bx-prev{background:url('https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/ru/ru/welcome-seasonal/Arrow-Left.png') no-repeat;background-position:center center}.bx-wrapper .bx-next{background:url('https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/ru/ru/welcome-seasonal/Arrow-Right.png') no-repeat;background-position:center center}@media (orientation:portrait){html[data-device-type="mobile"] .bx-wrapper .bx-controls-direction a{top:78%}}@media (orientation:landscape){html[data-device-type="mobile"] .bx-wrapper .bx-controls-direction a{top:65%}}h1.pageHeadline{padding-bottom:20px}section.panel span.icon1,section.panel span.icon2,section.panel span.icon3{display:inline-block}section.panel span.icon1 figure,section.panel span.icon2 figure,section.panel span.icon3 figure{margin:1em 15px}.module4 h2{font-family:"DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;text-transform:uppercase;font-weight:bold}html[data-device-type="dedicated"] .module4 h2{font-size:70px;font-size:5rem;line-height:4.5rem;padding-bottom:30px}html[data-device-type="portable"] .module4 h2{font-size:2rem}html[data-device-type="mobile"] .module4 h2{font-size:40px;font-size:2.85714286rem}.module4.panel h3.contentHead,.module4.panel p.contentPara{text-align:center;margin-top:20px}.module4.panel img{margin:0 auto}.dual-background{background-image:url('https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/shared/new-money/dual-color-background.png');background-size:cover;background-position:center center}.dual-background p.contentPara,.dual-background .contentLink:hover,.dual-background .contentLink:visited,.dual-background .contentLink:active,.dual-background .contentLink,.dual-background .legal-notes{clear:both;color:#fff}html[data-device-type="dedicated"] .dual-background p.contentPara{font-size:1.35rem;color:#fff;padding-right:20px}.dual-background h2,.dual-background h3{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase}html[data-device-type="dedicated"] .dual-background h2,html[data-device-type="dedicated"] .dual-background h3{font-size:70px;font-size:5rem;color:#fff;padding-bottom:30px}html[data-device-type="portable"] .dual-background h2,html[data-device-type="portable"] .dual-background h3{font-size:3.9rem;color:#fff;max-width:495px}html[data-device-type="mobile"] .dual-background h2,html[data-device-type="mobile"] .dual-background h3{font-size:3.7rem;color:#fff;width:275px}@media (max-width:768px) and (orientation:landscape){html[data-device-type="mobile"] .dual-background h2,html[data-device-type="mobile"] .dual-background h3{width:460px}}html[data-device-type="mobile"] .dual-background .contentPara,html[data-device-type="mobile"] .dual-background .hatch{color:#fff}html[data-device-type="mobile"] .dual-background .editorial-cell{padding-top:30px}.dual-background a.contentLink.btn{font-family:"pp-sans-small-bold",Helvetica Neue,Arial,sans-serif}html[data-device-type="dedicated"] .dual-background a.contentLink.btn{font-size:19px;color:#fff;width:300px;margin:10px 0 30px 0}html[data-device-type="portable"] .dual-background a.contentLink.btn{font-size:20px;color:#fff;width:220px;line-height:1.2rem}html[data-device-type="mobile"] .dual-background a.contentLink.btn{font-size:20px;color:#fff;line-height:50px}.dual-background html[data-device-type="dedicated"] .editorial p{padding-right:50px}.dual-background .panelBtn.btn{background-color:#fff;color:#0070ba}.dual-background .panelBtn.btn:active,.dual-background .panelBtn.btn:focus,.dual-background .panelBtn.btn:hover{background-color:#fff;color:#0070ba}.dual-background .panelBtn.btn:active,.dual-background .panelBtn.btn:focus{text-decoration:underline}.dual-background .panelBtn.btn:hover{text-decoration:none}.dual-background .span6:nth-child(2){padding-left:7%}html[data-device-type="dedicated"] .dual-background,html[data-device-type="portable"] .dual-background{color:#fff}html[data-device-type="dedicated"] .dual-background .containerCentered p,html[data-device-type="portable"] .dual-background .containerCentered p,html[data-device-type="dedicated"] .dual-background .containerCentered .contentLink:hover,html[data-device-type="portable"] .dual-background .containerCentered .contentLink:hover,html[data-device-type="dedicated"] .dual-background .containerCentered .contentLink:visited,html[data-device-type="portable"] .dual-background .containerCentered .contentLink:visited,html[data-device-type="dedicated"] .dual-background .containerCentered .contentLink:active,html[data-device-type="portable"] .dual-background .containerCentered .contentLink:active,html[data-device-type="dedicated"] .dual-background .containerCentered .contentLink,html[data-device-type="portable"] .dual-background .containerCentered .contentLink{color:#fff}html[data-device-type="dedicated"] .dual-background .containerCentered .span6:before,html[data-device-type="portable"] .dual-background .containerCentered .span6:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;z-index:-1}html[data-device-type="dedicated"] .dual-background .containerCentered .span6:first-child:before,html[data-device-type="portable"] .dual-background .containerCentered .span6:first-child:before{left:0}section.dual-background a.contentLink.panelBtn.btn{color:#0070ba;font-size:15px;padding-right:30px;font-family:"pp-sans-small-regular",Helvetica Neue,Arial,sans-serif}section.dual-background a.contentLink.panelBtn.btn:hover,section.dual-background a.contentLink.panelBtn.btn:visited,section.dual-background a.contentLink.panelBtn.btn:active{color:#0070ba}.footer-legal{padding-left:15px}.footer-legal .legal-notes{clear:both;margin-top:10px}html[data-device-type="mobile"] .dual-background{padding:0}html[data-device-type="mobile"] .dual-background .containerCentered{padding:0}html[data-device-type="mobile"] .dual-background .containerCentered .contentLink{color:#fff}html[data-device-type="mobile"] .dual-background .containerCentered .span6:first-child{background-color:#640487}html[data-device-type="mobile"] .dual-background .containerCentered .span6{padding:30px 3.5%;background-color:#ff9600}html[data-device-type="mobile"] .dual-background.panel.row-fluid [class*=span]:last-child:not(.btn){padding-right:3.5%}html[data-device-type="dedicated"] .hero-bg .editorial-container .editorial-cell,html[data-device-type="portable"] .hero-bg .editorial-container .editorial-cell{padding-top:0}html[data-device-type="mobile"] .hero-bg:not(.no-img) .editorial-cell{padding-top:62px}html[data-device-type="mobile"] .module4 h2.pulloutHeadline{font-size:50px;font-size:3.57142857rem}html[data-device-type="dedicated"] .hero-bg .editorial-cell h1.pageHeadline{font-size:89px;font-size:6.35714286rem;line-height:5.5rem;padding-bottom:30px}html[data-device-type="portable"] .hero-bg .editorial-cell h1.pageHeadline{font-size:56px;font-size:4rem}html[data-device-type="mobile"] .hero-bg .editorial-cell h1.pageHeadline{font-size:50px;font-size:3.57142857rem}.carousel-quote{min-height:400px;color:#fff}.carousel-quote.light-banner-0{background:#00cf92}.carousel-quote.light-banner-1{background:#640487}.carousel-quote.light-banner-2{background:#ff9600}.carousel-quote p.contentPara{color:#fff}.carousel-quote span.contentDesc{margin:15px 0 0 0;display:block}html[data-device-type="dedicated"] .carousel-quote p.contentPara{font-size:1.35rem;color:#fff;margin:0 0 25px 0}.carousel-quote h2,.carousel-quote h3{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase}html[data-device-type="dedicated"] .carousel-quote h2,html[data-device-type="dedicated"] .carousel-quote h3{font-size:8.7rem;font-size:70px;color:#fff;line-height:4.5rem;padding-bottom:30px}html[data-device-type="portable"] .carousel-quote h2,html[data-device-type="portable"] .carousel-quote h3{font-size:3.9rem;color:#fff}html[data-device-type="mobile"] .carousel-quote h2,html[data-device-type="mobile"] .carousel-quote h3{font-size:3.7rem;color:#fff}.carousel-quote .small-text{font-size:13px}.carousel-quote .containerCentered .span6:last-child{padding-left:10%}html[data-device-type="mobile"] .carousel-quote .containerCentered .span6:last-child{padding-left:0}.carousel-quote .containerCentered .span6:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;z-index:-1}html[data-device-type="mobile"] .carousel-quote .containerCentered .span6:before{width:100%}.panel{background-repeat:no-repeat;background-size:cover}.carousel-panel .containerCentered .span6:before{right:0;background-size:cover}.lightContent.carousel-quote-slider .legal-notes{margin-top:8px;color:#fff}html[data-device-type="dedicated"] .lightContent.carousel-quote-slider .carousel-quote{height:280px;padding:90px 0}html[data-device-type="portable"] .lightContent.carousel-quote-slider .carousel-quote{min-height:420px}html[data-device-type="mobile"] .lightContent.carousel-quote-slider .carousel-quote{min-height:440px;padding:30px 0 0 0}.lightContent.carousel-quote-slider .carousel-quote .carousel-btn.btn{width:320px;background:#fff;color:#0070ba}.lightContent.carousel-quote-slider .carousel-quote .carousel-btn.btn:hover,.lightContent.carousel-quote-slider .carousel-quote .carousel-btn.btn:active,.lightContent.carousel-quote-slider .carousel-quote .carousel-btn.btn:focus{background:#fff}@media (orientation:portrait){html[data-device-type="mobile"] .lightContent.carousel-quote-slider .bx-wrapper .bx-controls-direction a{top:28%}}.hero-bg{background-image:url('https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/za/en/optimized/seasonal-campaign-hero-bg.jpg')}html[data-device-type='mobile'] .hero-bg:not(.no-img) .editorial-cell{padding-top:70px}@media (orientation:portrait){html[data-device-type='mobile'] .bx-wrapper .bx-controls-direction a{top:87%}}@media (orientation:landscape){html[data-device-type='mobile'] .bx-wrapper .bx-controls-direction a{top:78%}}html[data-device-type='mobile'] .bx-controls .bx-controls-direction{display:none}.carousel-quote,.carousel-panel{min-height:550px}html[data-device-type='mobile'] .carousel-quote,html[data-device-type='mobile'] .carousel-panel{min-height:460px}.carousel-quote p.contentPara,.carousel-panel p.contentPara{color:#fff}.carousel-quote span.contentDesc,.carousel-panel span.contentDesc{margin:15px 0 0 0;display:block}html[data-device-type='dedicated'] .carousel-quote p.contentPara,html[data-device-type='dedicated'] .carousel-panel p.contentPara{font-size:1.35rem;color:#fff;margin:0 0 25px 0}.carousel-quote h2,.carousel-panel h2,.carousel-quote h3,.carousel-panel h3{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:42px;line-height:3rem;color:#fff;font-weight:bold;font-style:italic}html[data-device-type='portable'] .carousel-quote h2,html[data-device-type='portable'] .carousel-panel h2,html[data-device-type='portable'] .carousel-quote h3,html[data-device-type='portable'] .carousel-panel h3{font-size:2.5rem;line-height:2.5rem}html[data-device-type='mobile'] .carousel-quote h2,html[data-device-type='mobile'] .carousel-panel h2,html[data-device-type='mobile'] .carousel-quote h3,html[data-device-type='mobile'] .carousel-panel h3{font-size:2.5rem;line-height:2.5rem}.carousel-quote .small-text,.carousel-panel .small-text{font-size:13px}.carousel-quote .containerCentered .span6:last-child,.carousel-panel .containerCentered .span6:last-child{padding-left:10%}html[data-device-type='mobile'] .carousel-quote .containerCentered .span6:last-child,html[data-device-type='mobile'] .carousel-panel .containerCentered .span6:last-child{padding-left:0}.carousel-quote .containerCentered .span6:before,.carousel-panel .containerCentered .span6:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;z-index:-1}html[data-device-type='mobile'] .carousel-quote .containerCentered .span6:before,html[data-device-type='mobile'] .carousel-panel .containerCentered .span6:before{width:100%}.panel html[data-device-type='dedicated'] {padding:0}.carousel-panel .span6:before{right:0;background-size:cover;background-position:center}.carousel-panel .col-sm-6.span6.carouselRight:before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;z-index:-1}html[data-device-type='mobile'] .carousel-panel .col-sm-6.span6.carouselRight:before{width:100%}.carouselBg1:first-child:before,.carouselBg2:first-child:before,.carouselBg3:first-child:before{left:0}.carousel-panel span.contentDesc,.carousel-panel span.contentDesc a{color:#fff}.carouselImg1:before{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/za/en/optimized/ZA1_FOOTER.jpg)}.carouselImg2:before{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/za/en/optimized/ZA2_FOOTER.jpg)}.carouselImg3:before{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/za/en/optimized/ZA3_FOOTER.jpg)}html[data-device-type='dedicated'] .carousel-quote{min-height:396px;padding:90px 0}html[data-device-type='portable'] .carousel-quote{min-height:300px}html[data-device-type='mobile'] .carousel-quote{min-height:300px;padding:30px 0 0 0}html[data-device-type='dedicated'] .carousel-quote h2,html[data-device-type='portable'] .carousel-quote h2,html[data-device-type='mobile'] .carousel-quote h2{color:#249ddc}html[data-device-type='dedicated'] .carousel-quote p.contentPara,html[data-device-type='portable'] .carousel-quote p.contentPara,html[data-device-type='mobile'] .carousel-quote p.contentPara{color:#1b1b1b}html[data-device-type='dedicated'] .carousel-quote span,html[data-device-type='portable'] .carousel-quote span,html[data-device-type='mobile'] .carousel-quote span{color:#000;font-weight:bold}html[data-device-type='mobile'] .lightContent.carousel-quote-slider .bx-wrapper{height:300px}.lightContent.carousel-quote-slider .bx-wrapper .bx-controls-direction a{display:none}.lightContent.carousel-quote-slider .bx-wrapper .bx-pager.bx-default-pager a.active,.lightContent.carousel-quote-slider .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#249ddc}.lightContent .bx-wrapper .bx-pager.bx-default-pager a:hover,.lightContent .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff}html[data-device-type='portable'] .row-fluid.carousel-panel [class*='span']:first-child{padding:0 10px 0 42px}.carouselPanel,.carousel-quote-slider{direction:ltr}.hideOverflow{overflow:hidden}.pullout .btn,.carousel-panel .btn{min-width:200px}.carousel-panel .heroBtn{margin-right:15px;width:230px;background-color:#fff;color:#0070ba;border-radius:25px;font-size:15px;font-size:1.07142857rem;line-height:1.5;padding:13px 30px 15px}.carousel-panel .heroBtn:hover{background-color:#fff !important}.carousel-panel [class*='span']:first-child{padding-left:15px}

