/* over write for svg icons */
.a1 {
  padding: 40px 0;
}
.a1 .link {
  display: inline-block;
  padding: 10px 0;
}
.a1 .link:hover,
.a1 .link:focus {
  text-decoration: none;
}
.a1 .svg {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.a1 .svg svg {
  fill: #797979;
}
.a1 .svg.circled {
  border: 1px solid #797979;
}
.a1 .text {
  position: relative;
  bottom: 14px;
  font-weight: normal;
  color: #797979;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.4287rem;
}
/* over write for svg icons END*/
/* OL tag styling */
ol {
  list-style-type: decimal;
  margin: 20px;
}
/* UL tag styling */
.list {
  list-style-type: disc;
  margin: 10px 20px;
}
.panel,
.pullout {
  padding: 60px 0;
}
.steps-section {
  padding: 60px 0;
}
.spacer {
  padding-top: 0px;
  padding-bottom: 30px;
}
.no-space {
  padding: 0;
}
html[data-device-type="mobile"] .a1 .text {
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.071rem;
}
html[data-device-type="mobile"] .a1 .svg {
  width: 35px;
  height: 35px;
  padding: 3px;
}
html[data-device-type="mobile"] .a1 .svg svg {
  width: 73%;
  height: 73%;
  padding: 5px;
}
html[data-device-type="mobile"] .panel,
html[data-device-type="mobile"] .pullout {
  padding: 30px 0;
}

.hero,
.hero-bg,
.parallax-bg {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/consumer/pages/security/purchase-protection-hero-1600x360-1x.jpg");
}
.hero1 .lp-links .lp-seller,
.hero1 .lp-links .lp-buyer {
  margin-right: 20px;
  padding: 7px 0;
  text-decoration: none;
}
.hero1 .lp-links .lp-active {
  border-bottom: 1px solid #ffffff;
}
.p2 .pulloutPara {
  padding-top: 0px;
}
.tp4 {
  padding-top: 0px;
}
.tp,
.tp6 {
  padding-bottom: 0;
}
html[data-device-type="dedicated"] .hero-bg.dark .editorial-container,
html[data-device-type="portable"] .hero-bg.dark .editorial-container {
  line-height: 20.5em;
}
html[data-device-type="dedicated"] .hero-bg.dark .editorial-container .contentPara,
html[data-device-type="portable"] .hero-bg.dark .editorial-container .contentPara {
  font-size: 20px;
  font-size: 1.43rem;
}
html[data-device-type="dedicated"] .lp-title,
html[data-device-type="portable"] .lp-title {
  padding: 60px 0 20px;
}
html[data-device-type="dedicated"] .tp,
html[data-device-type="portable"] .tp {
  padding: 90px 0 0;
}
html[data-device-type="dedicated"] .tp5 .contentHead,
html[data-device-type="portable"] .tp5 .contentHead,
html[data-device-type="dedicated"] .tp6 .contentHead,
html[data-device-type="portable"] .tp6 .contentHead {
  padding-bottom: 30px;
}
html[data-device-type="dedicated"] .tp5,
html[data-device-type="portable"] .tp5 {
  margin-bottom: 30px;
}
html[data-device-type="dedicated"] .p1 .pulloutPara,
html[data-device-type="portable"] .p1 .pulloutPara {
  font-size: 20px;
  font-size: 1.43rem;
  padding-bottom: 0px;
}
html[data-device-type="mobile"] .hero-bg {
  background-size: cover;
  background-position: center;
}
html[data-device-type="mobile"] .hero1 .lp-seller,
html[data-device-type="mobile"] .hero1 .lp-buyer {
  display: inline-block;
}

