.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/bnr/20151106_CEMEA_3Dsecure-FAQ_09JUN_02.jpg");
    width: 100%;
    height: 100%;
}

.hero-bg .editorial-container{
    width: 100%;
    text-align: center;
}

.pageHeadline{
    color: #444;
}

html[data-device-type="dedicated"] .hero-bg .pageHeadline{
    width: 40%;
    margin: 0 auto;
}

html[data-device-type="dedicated"] .hero-bg p{
    position: relative;
    top: -150px;
}

.hero-bg p a{
    padding: 0 20px;
    color: #444;
    font-weight: normal;
}

.panel{
    padding: 0;
    margin: 90px 0;
}

.faq h2{
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
}

html[data-device-type="portable"] .expand,
html[data-device-type="dedicated"] .expand{
      border: 1px solid #0079ad;
      float: left;
}

.expand:after{
  top: 3px;
  color: #009cde;
  width: 21px;
}

.expand.open:after{
    top: 1.5px;
}
html[data-device-type="portable"] .expander>strong,
html[data-device-type="dedicated"] .expander>strong{
    padding-left: 15px;
}
.expanding {border-bottom: 1px solid #e7e7e7;}
.medium div, p{color: #444444}

html[data-device-type="dedicated"] .hero-bg p{position:relative;top:-190px}

