/* page css */
/* hiding header buttons...showing only logout & myaccount */
#login-button,
#signup-button,
form[name="login_form"] {
  display: none;
}
.hero-bg,
.hero-bg.parallax {
  background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/CEMEA_CROSSBORDER_FRS_REDESIGN_BUSINESS_HERO_3.jpg");
}
.editorial-bg,
.editorial-bg.parallax {
  background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/CEMEA_CROSSBORDER_FRS_REDESIGN_BUSINESS_HERO_4.jpg");
}
.hero-bg .hatch {
  margin-top: -14px;
  line-height: .9em;
}
.hero-bg .terms,
.hero-bg .terms a {
  font-size: 8pt;
}
/*over write changes for bottom text*/
.bottom-text {
  display: none;
}
.pullout1 .container {
  position: relative;
  top: 15px;
}
.pullout1 .pulloutPara {
  padding-top: 15px;
}
.pullout1 .pulloutHeadline {
  font-size: 2rem;
}
.pullout2 {
  padding: 50px 0;
}
.pullout2 a {
  color: #0079ad !important;
}
.pullout2 .pulloutHeadline {
  font-size: 2rem;
}
.pullout2 .pulloutPara {
  padding: 15px 0;
}
.pullout3 {
  padding: 0px;
}
/* style for desktops devices */
html[data-device-type="dedicated"] .hero-bg .containerCentered {
  margin-left: 100px;
}
html[data-device-type="dedicated"] .hero-bg .hatch {
  width: 32em;
}
html[data-device-type="dedicated"] .editorial-bg .containerCentered {
  max-width: 100em;
}
html[data-device-type="dedicated"] .editorial-bg .editorial-cell {
  margin-left: 4em;
}
@media (min-width: 1400px) {
  .hero-bg .pageHeadline {
    width: 580px;
  }
}
html[data-device-type="mobile"] .hero-bg {
  background-position: 80% top;
}
html[data-device-type="mobile"] .frs-editorial {
  background-color: #444;
}
html[data-device-type="mobile"] .frs-editorial .h3.large,
html[data-device-type="mobile"] .frs-editorial .contentPara {
  color: #f5f5f5;
}
/* style for portable devices */
html[data-device-type="portable"] .circle-text .text {
  margin-top: 100px;
}
html[data-device-type="portable"] .three-steps .head-text {
  margin: 30px 0 0 0;
  line-height: 2.3rem;
}
html[data-device-type="portable"] .three-steps .step {
  left: 0;
  margin: 0 auto;
  display: block;
  width: 40% !important;
  text-align: center;
}
html[data-device-type="portable"] .three-steps .step .circle {
  margin: 40px 0 0 96px;
}
html[data-device-type="portable"] .line {
  display: none !important;
}

#rtb2{
  background: #F5F5F5;
}

p.expander{
  font-weight: bold;
}

#faq ul, #faq ul>li{
  list-style-type: disc;
}

#footerText .span12{
  font-size: 0.8rem;
}

