/********* 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;
}

.hero-bg{background-image:url("https://www.paypalobjects.com/webstatic/lvm/c2/en/paypal-solutions-paypalinvoicing/invoice-hero-new.jpg")}html[data-device-type="dedicated"] .hero-bg{background-position:70% center}.hero-bg .hero-bul{list-style-type:disc;margin-left:20px}html[data-device-type="dedicated"] .hero-bg .editorial-cell .contentPara:nth-child(3){padding-top:30px}html[data-device-type="dedicated"] .hero-bg .editorial-cell .contentPara:nth-child(2){padding-top:10px}#sticky-nav.sticky-nav-global .container-sticky-nav{box-shadow:none}.hero-bg .span12{margin-left:0}.sticky-nav-global.white{border-bottom:1px solid #D6D6D6}.inner-panel{padding-left:40px}.box-head{display:table;width:100%}.box-head p{display:table-cell;vertical-align:middle;font-size:15px;font-size:1.4287rem;line-height:24px}.list-height{list-style-type:decimal;margin-left:19px}.list-height li{margin-bottom:8px}#test-pullout .pulloutHeadline{color:#009cde}.pullout{padding:50px 0}.heading-span{margin-left:0 !important;padding:15px 5px}.contentLink{border-left:none}.row-fluid .merchant-panel{background:#fff;padding:20px 20px 26px;border:1px solid;border-color:#E5E5E5 #D9D9D9 #CCC;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:10px;border-radius:10px;position:relative;zoom:1;z-index:1}#decline-payments .merchant-panel p{padding-bottom:5px;margin-bottom:15px;margin-top:10px;clear:both}.row-fluid #decline-payments .merchant-panel h3{overflow:hidden;padding:20px 0 0 15px}.btm-disclaimer .legal-notes{margin:20px 0 0 0}#more-than-payments .merchant-panel h3 a{font-weight:normal}#decline-payments{margin-top:10px}#decline-payments .panel-img{float:left;margin-bottom:0}#decline-payments .contentPara{display:table-cell;padding-bottom:30px;padding-left:20px;padding-top:20px}html[data-device-type="mobile"] .row-fluid .inner-panel p{padding-top:0}html[data-device-type="dedicated"] #decline-payments .contentPara{vertical-align:middle}@media (orientation:portrait){html[data-device-type="portable"] #decline-payments .contentPara{padding-left:9px}html[data-device-type="portable"] #decline-payments .merchant-panel p{margin-top:0}html[data-device-type="portable"] #decline-payments .panel-img{width:60px}html[data-device-type="portable"] .row-fluid #decline-payments .merchant-panel h3{padding:3px 0 0 8px}html[data-device-type="portable"] .row-fluid .merchant-panel{padding:15px 16px 26px}html[data-device-type="mobile"] .hero-bg{background-position:91% top}html[data-device-type="portable"] .row-fluid .offset1:first-child{margin-left:0}html[data-device-type="portable"] .accordion-panel h2 p.span11{width:auto}html[data-device-type="portable"] .accordion-panel .row-fluid p.offset1{margin-left:14.75%}html[data-device-type="portable"] .img-overflow div.span6{margin-top:50px}html[data-device-type="portable"] .row-fluid .offset1{margin-left:2.75%}html[data-device-type="portable"] #decline-payments .contentPara{padding-top:10px}html[data-device-type="mobile"] #more-than-payments .merchant-panel{padding:30px 22px}html[data-device-type="portable"] #decline-payments{padding:0 8px}html[data-device-type="portable"] #decline-payments .merchant-panel .contentLink{bottom:2px}}@media (orientation:landscape){html[data-device-type="mobile"] .row-fluid .merchant-panel .panel-img{margin-bottom:20px}html[data-device-type="mobile"] .row-fluid #more-than-payments p{padding-top:15px}html[data-device-type="mobile"] .row-fluid .merchant-panel .contentLink{bottom:25px}html[data-device-type="mobile"] #more-than-payments .merchant-panel{padding:30px 30px}}.row-fluid a.btn1{padding:9px 128px;margin-bottom:25px}.panel-head{text-align:center;color:#ffffff;padding:15px 0}.panel-head h1,.panel-head p{color:#fff;padding:10px 5px}.panel-head p{width:50%;margin:0 auto}#more-than-payments .merchant-panel{background:none;padding:30px 16px;border:0 none;border-color:transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;position:relative;color:#ffffff}#more-than-payments .merchant-panel h3,#more-than-payments .merchant-panel p,#more-than-payments .merchant-panel .contentLink{color:#ffffff}.light .offset1{margin-left:8.5%}#more-than-payments .merchant-panel h3{margin-bottom:10px}.merchant-panel h2.medium{overflow:hidden}.contentLink{display:inline-block;margin:0 6px 0 0}#decline-payments .merchant-panel .contentLink{position:absolute;bottom:15px;left:19px;right:0;margin:0 auto;padding-top:10px;display:inline-block}.panel-holderTwo .legal-notes{margin:0;padding:0}#more-than-payments .panel-img{margin-bottom:10px}html[data-device-type="mobile"] .row-fluid .panel-holder{width:100%}.contentLink:first-of-type{border-left:none;padding-left:0}.accordion-panel li.current a.acc-sec>div::before{content:"-";border:1px solid #0079ad;display:table-cell;height:25px;width:27px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-align:center;vertical-align:middle;font-size:22px;margin:0 auto;line-height:24px}a.acc-sec>div::before{content:"+";border:1px solid #0079ad;display:table-cell;height:25px;width:27px;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-align:center;vertical-align:middle;font-size:18px;margin:0 auto;line-height:24px}.acc-sec{color:#009cde}a.acc-sec>div{float:left;display:inline-block;text-align:center;padding:15px 10px 15px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}ul.accordion-panel,ul.accordion-panel>li{margin:0;padding:0;background-color:#ffffff}ul.accordion-panel>li h2 a:active,ul.accordion-panel>li h2 a:hover,ul.accordion-panel>li h2 a:active{text-decoration:none}ul.accordion-panel,ul.accordion-panel>h1{text-decoration:none}.acc-content{display:none;padding-bottom:50px}.accordion-holder{padding-top:15px;padding-bottom:15px}.accordion-panel>li:first-child,.accordion-panel>li:first-child .row-fluid{background-color:#f5f5f5}.accordion-panel>li:last-child,.accordion-panel>li:last-child .row-fluid{background-color:#fff}.accordion-panel>li:last-child .border-btm{border-bottom:1px solid #fff}.accordion-panel>li:last-child .accordion-holder{padding-top:20px;padding-bottom:20px}html[data-device-type="mobile"] a.acc-sec>div{padding:18px 10px 15px 0}html[data-device-type="mobile"] .hero-bg .span12 a{color:#0079ad}html[data-device-type="mobile"] .hero-bg .span12{padding-top:10px;padding-bottom:5px}html[data-device-type="mobile"] .panel-img{margin-bottom:0}html[data-device-type="mobile"] #more-than-payments .panel-img{margin-bottom:10px}html[data-device-type="mobile"] .panel-head{padding:15px 0 0 0}html[data-device-type="mobile"] .accordion-panel>li h2.medium a span.heading-span{overflow:hidden;display:block;width:auto;font-size:20px;line-height:30px;font-weight:400}html[data-device-type="portable"] #more-than-payments .merchant-panel:nth-child(2n+1){margin-left:0}html[data-device-type="portable"] #more-than-payments .merchant-panel{width:48%;margin-bottom:30px}html[data-device-type="portable"] .panel-head p{width:100%}html[data-device-type="mobile"] .panel-head p{width:85%;padding-bottom:0}html[data-device-type="portable"] .hero-bg .containerCentered .span6 .editorial-cell .heroBtn{width:80%}html[data-device-type="portable"] .hero-bg .containerCentered .span6 .editorial-cell .hero-bul{margin-bottom:0}html[data-device-type="portable"] .pullout .containerCentered .span8{width:80%}.four-panel-blue{padding:40px 0;color:#fff;background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%)}.four-panel-blue .merchant-panel .medium a{color:#fff}

.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;
}
/* For mobile - shorter height and width */
.sticky-nav-global {
  z-index: 3;
  line-height: 60px;
  padding: 1px;
  opacity: .95;
}
.sticky-nav-global .stickyContainer {
  padding: 10px 0;
  overflow: auto;
}
.sticky-nav-global.white {
  background: #fff;
}
.sticky-nav-global.white .links-section ul li a {
  font-weight: bold;
}
.sticky-nav-global.white .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sticky-nav-global.gray {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global .btn-section {
  width: 25%;
  float: left;
}
.sticky-nav-global .btn-section .btn {
  visibility: hidden;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-nav-global .mobile-control {
  display: none;
}
.sticky-nav-global .links-section {
  width: 75%;
  float: left;
}
.sticky-nav-global .links-section .links-container {
  float: right;
}
.sticky-nav-global .links-section .links-container p {
  display: inline-block;
  margin-right: 10px;
}
.sticky-nav-global .links-section .links-container ul {
  display: inline-block;
  margin: 0;
}
.sticky-nav-global .links-section .links-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  justify-content: space-between;
}
.sticky-nav-global .links-section .links-container ul li.justified {
  display: flex;
}
.sticky-nav-global.on {
  position: fixed;
  top: 0;
  z-index: 4;
}
.sticky-nav-global.on .btn-section .btn {
  visibility: visible;
}
.sticky-nav-global.non-sticky {
  position: static;
}
.sticky-nav-global.btn-right .btn-section {
  float: right;
}
.sticky-nav-global.btn-right .links-section .links-container {
  float: left;
}
.sticky-nav-global.btn-right .links-section .links-container .link-item:first-of-type a {
  margin-left: 0;
}
@media (max-width: 1000px) {
  .sticky-nav-global {
    line-height: 30px;
  }
  .sticky-nav-global .containerCentered {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-nav-global .containerCentered .links-container {
    float: left;
    margin-left: 10px;
  }
  .sticky-nav-global .containerCentered .links-container .links-headline {
    display: none;
  }
  .sticky-nav-global .containerCentered .links-container .sticky-nav-links {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-nav-global .links-section {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s height;
    -moz-transition: 0.3s height;
    -webkit-transition: 0.3s height;
  }
  .sticky-nav-global .links-section .links-container {
    margin-left: 0;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul {
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li {
    display: block;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li a.sticky-nav-links {
    display: block;
    width: inherit;
    margin-left: 0;
    line-height: 25px;
  }
  .sticky-nav-global.on .mobile-control {
    float: right;
  }
  .sticky-nav-global.on .btn-section {
    display: block;
  }
  .sticky-nav-global.on.btn-right .mobile-control {
    float: left;
  }
  .sticky-nav-global .mobile-control {
    margin: auto;
    min-width: 40px;
    display: block;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjhDQUY2RjQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjhDQUY3MDQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyOENBRjZENDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyOENBRjZFNDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XITWJgAAARtJREFUeNrs2dENgjAQBmAwbsAaPoAkLqA+uIAOpfv4oA8uQOIgMAOeSZsQIlra/6rB/5J7ABKuH4H2gLRt22QKMUsmEoQQQgghhBBCCCGEEPI/kPnQgaqqfnLAZVny1lpKXiWzL4wvM7ULBOQouZa8RMZkpuaz9gkBOUjezVWJhbGIwtTeIyC15DYipo/YSDao6TcWxgsxdtaqzYm1MN0HexTCZ/ptlDAWkfsgfNcRNCYYEbIgojAQROjKHoqBIRAtSh/j2gFAEaheq4vJHTBwBLJpdMWoINDd7yeMGkKjjR/CqCLevlgBMHbgN7N/oYXQgrzCJJoITUgXczbbOy2ENsRiVvyKMiJS/tUlhBBCCCGEEEIIUYuHAAMAg89oVszT+ikAAAAASUVORK5CYII=');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sticky-nav-global .mobile-control.on {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=');
    background-size: 25px 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sticky-nav-global .btn-section {
    display: none;
    width: auto;
    max-width: 75%;
  }
  .sticky-nav-global .btn-section .btn {
    min-width: 100%;
  }
}

