/**
* @fileOverview PayPal.com SEM landing page styles
* @name app.less
* @author mdaveshah
*/
.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 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0079ad;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c8dc4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a {
  font-weight: bold;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  color: #0c8dc4;
}
a.secondaryLink,
.secondaryLink a {
  color: #777;
}
a.secondaryLink:hover,
.secondaryLink a:hover,
a.secondaryLink:focus,
.secondaryLink a:focus,
a.secondaryLink:active,
.secondaryLink a:active {
  color: #444;
}
a.reverseLink,
.reverseLink a {
  color: #fff;
}
a.reverseLink:hover,
.reverseLink a:hover,
a.reverseLink:focus,
.reverseLink a:focus,
a.reverseLink:active,
.reverseLink a:active {
  color: #e6e6e6;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #333;
  margin: 0;
}
h1,
h2,
.h1,
.h2 {
  letter-spacing: 0.02em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0.01em;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.66666667;
  }
}
h2,
.h2 {
  font-size: 40px;
  font-size: 2.8rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.25;
  }
}
h3,
.h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
p {
  padding-top: 14px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #777;
}
@media (min-width: 768px) {
  p {
    padding-top: 4px;
    padding-bottom: 16px;
  }
}
.lead {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.333;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #e6e6e6;
}
.text-primary {
  color: #009cde;
}
a.text-primary:hover {
  color: #0078ab;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #009cde;
}
a.bg-primary:hover {
  background-color: #0078ab;
}
.bg-dark {
  color: #fff;
  background-color: #333;
}
a.bg-dark:hover {
  background-color: #1a1a1a;
}
.bg-light {
  color: #777;
  background-color: #f5f5f5;
}
a.bg-light:hover {
  background-color: #dcdcdc;
}
.bg-reverse {
  color: #333;
  background-color: #fff;
}
a.bg-reverse:hover {
  background-color: #e6e6e6;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0;
  margin: 0 auto;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.center-block {
  float: none;
}
.btn.heroBtn {
  border: 1px solid #fff;
  border: 0.1em solid #fff;
  width: 170px;
  width: 17em;
  /* override float setting from the col-sm-8 class, so we can center */
  float: none;
  margin: 20px auto;
  margin: 2rem auto;
}
.break-bold {
  display: block;
}
.hr {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  top: 90px;
}
.border {
  border-bottom: 1px solid #e1e1e1;
  display: block;
}
/* radial gradient */
/* linear gradient */
#nav-buttons {
  height: 115px;
  height: 11.5rem;
}
.bg-gray-pink {
  background: linear-gradient(90deg, #cbcbcb 50%, #de0063 50%);
  height: 150px;
  height: 15rem;
}
.bg-gray-pink .col-xs-6:first-of-type {
  background-color: #cbcbcb;
}
.bg-gray-purple {
  background: linear-gradient(90deg, #cbcbcb 50%, #640487 50%);
  height: 150px;
  height: 15rem;
}
.bg-gray-purple .col-xs-6:first-of-type {
  background-color: #cbcbcb;
}
.bg-gray-blue {
  background: linear-gradient(90deg, #cbcbcb 50%, #009cde 50%);
  height: 150px;
  height: 15rem;
}
.bg-gray-blue .col-xs-6:first-of-type {
  background-color: #cbcbcb;
}
.bg-gray-darkblue {
  background: linear-gradient(90deg, #cbcbcb 50%, #003087 50%);
  height: 150px;
  height: 15rem;
}
.bg-gray-darkblue .col-xs-6:first-of-type {
  background-color: #cbcbcb;
}
.bg-gray-footer {
  background: #cbcbcb;
}
.previous-page {
  height: 115px;
  height: 11.5rem;
  padding-top: 35px;
  padding-top: 3.5rem;
  display: block;
}
@media (min-width: 768px) {
  .previous-page {
    background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/previous.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45px;
  }
  .previous-page span {
    padding-left: 15%;
  }
}
.previous-page span {
  text-align: left;
}
.previous-page span {
  color: #777;
  display: block;
}
.previous-page span + span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #777;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .previous-page span + span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.next-page {
  height: 115px;
  height: 11.5rem;
  padding-top: 35px;
  padding-top: 3.5rem;
  display: block;
}
@media (min-width: 768px) {
  .next-page {
    background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/next.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px;
  }
  .next-page span {
    padding-right: 15%;
  }
}
.next-page span {
  text-align: right;
}
.next-page span {
  color: #fff;
  display: block;
}
.next-page span + span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #fff;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .next-page span + span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.global-footer {
  height: 195px;
  height: 19.5rem;
}
.global-footer ul {
  margin-top: 20px;
  margin-top: 2rem;
}
.global-footer a:hover {
  color: #009cde;
}
.global-footer .border {
  display: none;
}
@media (min-width: 768px) {
  .global-footer .border {
    display: block;
  }
}
@media (min-width: 768px) {
  .global-footer {
    border: none;
  }
  .global-footer > div {
    max-width: 1170px;
    max-width: 117rem;
    margin-top: 80px;
    margin-top: 8rem;
  }
  .global-footer ul {
    margin-top: 0;
  }
  .global-footer li {
    display: inline-block;
  }
  .global-footer p {
    text-align: right;
  }
}
/* We add a div with id="siteFeedback" so global script for OpinionLabs won't crash */
#siteFeedback a {
  display: none;
}
/*
Author: Rupin Khandelwal
Paypal sans font will be applied to all regions except few asian countries like China and Japan.
NOTE:This file should be included in the base.dust and before base.css because fonts for other asian countries will fall back to the layout in the base.css.
*/
/*Paypal Sans Big*/
@font-face {
  font-family: "pp-sans-big-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg");
}
/*Paypal Sans Small-------------------------------------*/
@font-face {
  font-family: "pp-sans-small-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.svg") format("svg");
}
/*------------------------*/
.pp-sans-big-bold {
  font-family: "pp-sans-big-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-light {
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-medium {
  font-family: "pp-sans-big-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-regular {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/*SMALL-------*/
.pp-sans-small-bold {
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-light {
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-medium {
  font-family: "pp-sans-small-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-regular {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-thin {
  font-family: "pp-sans-small-thin", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/* Dharma Gothic Fonts */
/**
 * @license
 * MyFonts Webfont Build ID 3112442, 2015-10-22T13:07:46-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
*/
@font-face {
  font-family: 'DharmaGothicE-Regular';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Heavy';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Thin';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ThinItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Bold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-RegularItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLight';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-LightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Light';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-BoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-HeavyItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype');
}
#pp-lateral-nav.menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#pp-nav-bg {
  background-color: #3c454a;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c454a), to(#484b4e));
  background: -webkit-linear-gradient(top, #3c454a, #484b4e);
  background: -moz-linear-gradient(top, #3c454a, #484b4e);
  background: -ms-linear-gradient(top, #3c454a, #484b4e);
  background: -o-linear-gradient(top, #3c454a, #484b4e);
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  width: 280px;
  overflow-y: auto;
}
#pp-lateral-nav {
  background-color: #545F65;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 280px;
  overflow-y: auto;
  -ms-transition: -ms-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 1200px) {
  #pp-lateral-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#pp-lateral-nav .pp-navigation {
  margin: 0px 0 16px;
}
#pp-lateral-nav hr {
  width: 85%;
  height: 1px;
  margin: 40px auto 20px auto;
  background-color: #70797E;
  background-image: none;
}
#pp-lateral-nav .btn {
  text-transform: capitalize;
  width: 85%;
  background-color: transparent;
  border: 1px solid #c5c7c9;
  padding: 7px 32px 7px 8px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 13px;
  background-image: url('https://www.paypalobjects.com/digitalassets/c/website/ua/img/print-icon-hover.svg');
  background-repeat: no-repeat;
  background-position: 93% 10px;
}
#pp-lateral-nav .btn:hover {
  border: 1px solid #fff;
  background-image: url('https://www.paypalobjects.com/digitalassets/c/website/ua/img/print-icon.svg');
  background-color: transparent;
  color: #fff;
}
#pp-lateral-nav .sub-menu {
  display: none;
}
#pp-lateral-nav .sub-menu a {
  text-transform: none;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#pp-lateral-nav .active {
  border: none;
}
#pp-lateral-nav li {
  transition: all 0.2s;
}
#pp-lateral-nav li a.section-parent {
  padding-top: 12px;
  transition: all 0.5s;
}
#pp-lateral-nav li ul > li > a {
  cursor: pointer;
  color: #3D4549;
}
#pp-lateral-nav li ul > li > a > span {
  display: inline-block;
}
#pp-lateral-nav li.active a.section-parent {
  font-weight: bold;
  border-right: 1px solid #C8D1D5;
}
#pp-lateral-nav li.active a.section-parent:after {
  top: -2px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pp-lateral-nav li.section-1.active a.section-parent,
#pp-lateral-nav li.section-1:hover a.section-parent {
  background-color: #fff;
  color: #03408F;
}
#pp-lateral-nav li.section-1.active a::after,
#pp-lateral-nav li.section-1:hover a::after {
  border: 2px solid #03408F;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
#pp-lateral-nav li.section-1.active ul li.active,
#pp-lateral-nav li.section-1:hover ul li.active {
  background-color: #03408F;
}
#pp-lateral-nav li.section-1.active ul li.active a,
#pp-lateral-nav li.section-1:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-1.active ul {
  display: block;
}
#pp-lateral-nav li.section-1 ul > li > a:hover {
  background-color: #03408F;
}
#pp-lateral-nav li.section-1 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav li.section-2.active {
  margin-top: 15px;
}
#pp-lateral-nav li.section-2.active a.section-parent,
#pp-lateral-nav li.section-2:hover a.section-parent {
  background-color: #fff;
  color: #299976;
}
#pp-lateral-nav li.section-2.active a::after,
#pp-lateral-nav li.section-2:hover a::after {
  border: 2px solid #299976;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
#pp-lateral-nav li.section-2.active ul li.active,
#pp-lateral-nav li.section-2:hover ul li.active {
  background-color: #299976;
}
#pp-lateral-nav li.section-2.active ul li.active a,
#pp-lateral-nav li.section-2:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-2.active ul {
  display: block;
}
#pp-lateral-nav li.section-2 ul > li > a:hover {
  background-color: #299976;
}
#pp-lateral-nav li.section-2 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav li.section-3.active {
  margin-top: 15px;
}
#pp-lateral-nav li.section-3.active a.section-parent,
#pp-lateral-nav li.section-3:hover a.section-parent {
  background-color: #fff;
  color: #B663C4;
}
#pp-lateral-nav li.section-3.active a::after,
#pp-lateral-nav li.section-3:hover a::after {
  border: 2px solid #B663C4;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
#pp-lateral-nav li.section-3.active ul li.active,
#pp-lateral-nav li.section-3:hover ul li.active {
  background-color: #B663C4;
}
#pp-lateral-nav li.section-3.active ul li.active a,
#pp-lateral-nav li.section-3:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-3.active ul {
  display: block;
}
#pp-lateral-nav li.section-3 ul > li > a:hover {
  background-color: #B663C4;
}
#pp-lateral-nav li.section-3 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav li.section-4.active {
  margin-top: 15px;
}
#pp-lateral-nav li.section-4.active a.section-parent,
#pp-lateral-nav li.section-4:hover a.section-parent {
  background-color: #fff;
  color: #DB204F;
}
#pp-lateral-nav li.section-4.active a::after,
#pp-lateral-nav li.section-4:hover a::after {
  border: 1px solid #DB204F;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
#pp-lateral-nav li.section-4.active ul li.active,
#pp-lateral-nav li.section-4:hover ul li.active {
  background-color: #DB204F;
}
#pp-lateral-nav li.section-4.active ul li.active a,
#pp-lateral-nav li.section-4:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-4.active ul {
  display: block;
}
#pp-lateral-nav li.section-4 ul > li > a:hover {
  background-color: #DB204F;
}
#pp-lateral-nav li.section-4 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav li.section-5.active {
  margin-top: 15px;
}
#pp-lateral-nav li.section-5.active a.section-parent,
#pp-lateral-nav li.section-5:hover a.section-parent {
  background-color: #fff;
  color: #640487;
}
#pp-lateral-nav li.section-5.active a::after,
#pp-lateral-nav li.section-5:hover a::after {
  border: 2px solid #640487;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
#pp-lateral-nav li.section-5.active ul li.active,
#pp-lateral-nav li.section-5:hover ul li.active {
  background-color: #640487;
}
#pp-lateral-nav li.section-5.active ul li.active a,
#pp-lateral-nav li.section-5:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-5.active ul {
  display: block;
}
#pp-lateral-nav li.section-5 ul > li > a:hover {
  background-color: #640487;
}
#pp-lateral-nav li.section-5 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav li.section-6.active {
  margin-top: 15px;
}
#pp-lateral-nav li.section-6.active a.section-parent,
#pp-lateral-nav li.section-6:hover a.section-parent {
  background-color: #fff;
  color: #9a2084;
}
#pp-lateral-nav li.section-6.active a::after,
#pp-lateral-nav li.section-6:hover a::after {
  border: 2px solid #9a2084;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
#pp-lateral-nav li.section-6.active ul li.active,
#pp-lateral-nav li.section-6:hover ul li.active {
  background-color: #9a2084;
}
#pp-lateral-nav li.section-6.active ul li.active a,
#pp-lateral-nav li.section-6:hover ul li.active a {
  color: #fff;
}
#pp-lateral-nav li.section-6.active ul {
  display: block;
}
#pp-lateral-nav li.section-6 ul > li > a:hover {
  background-color: #9a2084;
}
#pp-lateral-nav li.section-6 ul > li > a:hover a {
  color: #fff;
}
#pp-lateral-nav a {
  display: block;
  padding: 12px 20px 12px 20px;
  color: #D8D8D8;
  text-transform: uppercase;
  font-family: "pp-sans-big-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 12px;
}
#pp-lateral-nav a:hover {
  color: #fff;
}
#pp-lateral-nav .item-has-children ul {
  background-color: #fff;
  margin-bottom: 30px;
  border-right: 1px solid #C8D1D5;
}
#pp-lateral-nav .item-has-children ul a:hover {
  background-color: #212426;
}
#pp-lateral-nav .item-has-children a {
  position: relative;
}
#pp-lateral-nav .item-has-children > a::after {
  opacity: .75;
  content: "";
  display: inline-block;
  position: relative;
  left: 6px;
  top: -1px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#pp-lateral-nav .item-has-children > a.submenu-open::after {
  top: -2px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pp-lateral-nav .back-link {
  width: 85%;
  padding: 23px 20px 23px 40px;
  font-size: 13px;
  color: #c5c7c9;
}
#pp-lateral-nav .back-link a {
  padding: 0;
  text-transform: capitalize;
}
#pp-lateral-nav .back-link a:hover {
  background-color: transparent;
}
#pp-lateral-nav .back-link span {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 0;
  margin-top: 7px;
  width: 7px;
  height: 7px;
  overflow: hidden;
  border: 2px solid #c5c7c9;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  box-sizing: border-box;
}
#pp-lateral-nav .back-link span:first-child {
  left: 22px;
}
#pp-lateral-nav .back-link span:last-child {
  left: 29px;
}
#pp-lateral-nav .back-link:hover span {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
html[lang="en-US"][data-device-type="dedicated"] {
  min-width: inherit !important;
}
main > section.row {
  margin-left: 0;
  margin-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0;
}
body,
p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}
.hero-bg p {
  color: #fff;
}
.center-block {
  float: none;
}
h3 {
  padding-bottom: 20px;
}
html[data-device-type="mobile"] .hero-bg .editorial-container {
  height: auto;
}
.row-fluid [class*="span"] {
  margin-left: 0;
}
@media (max-width: 479px) {
  html[data-device-type="mobile"] .containerCentered {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) {
  html[data-device-type="mobile"] .containerCentered {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1004px) {
  html[data-device-type="dedicated"] .containerCentered {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1005px) {
  html[data-device-type="dedicated"] .containerCentered {
    padding-left: 0;
    padding-right: 0;
  }
}
.container {
  width: 100%;
  max-width: 980px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .container {
    width: calc(100% - 290px);
    position: relative;
    left: 140px;
  }
}
@media (min-width: 992px) {
  .container.small-nav {
    width: calc(100% - 90px);
    position: relative;
    left: 30px;
  }
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary p {
  color: #fff;
}
.bg-primary h1 a:hover,
.bg-primary h2 a:hover,
.bg-primary p a:hover,
.bg-primary h1 a:focus,
.bg-primary h2 a:focus,
.bg-primary p a:focus {
  color: #e6e6e6;
}
.bg-primary .text-primary a {
  color: #009cde;
}
.legal-notes,
p.legal-notes {
  font-size: 11px;
  font-size: 1.1rem;
  color: #e6e6e6;
}
.four-panel p,
.panel p {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-main {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: 1.4rem;
}
footer li {
  line-height: 26px;
  margin: 0 18px 0 0;
  padding: 0;
}
footer li.pull-right {
  margin-right: 0;
}
footer li.pull-right a {
  padding-left: 23px;
}
footer .copyright a {
  font-weight: normal;
}
.h6 {
  font-family: "pp-sans-small-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.qa-panel {
  padding: 20px 0 0 0;
}
.qa-panel .col-xs-1,
.qa-panel .col-sm-1,
.qa-panel .col-md-1,
.qa-panel .col-lg-1,
.qa-panel .col-xs-2,
.qa-panel .col-sm-2,
.qa-panel .col-md-2,
.qa-panel .col-lg-2,
.qa-panel .col-xs-3,
.qa-panel .col-sm-3,
.qa-panel .col-md-3,
.qa-panel .col-lg-3,
.qa-panel .col-xs-4,
.qa-panel .col-sm-4,
.qa-panel .col-md-4,
.qa-panel .col-lg-4,
.qa-panel .col-xs-5,
.qa-panel .col-sm-5,
.qa-panel .col-md-5,
.qa-panel .col-lg-5,
.qa-panel .col-xs-6,
.qa-panel .col-sm-6,
.qa-panel .col-md-6,
.qa-panel .col-lg-6,
.qa-panel .col-xs-7,
.qa-panel .col-sm-7,
.qa-panel .col-md-7,
.qa-panel .col-lg-7,
.qa-panel .col-xs-8,
.qa-panel .col-sm-8,
.qa-panel .col-md-8,
.qa-panel .col-lg-8,
.qa-panel .col-xs-9,
.qa-panel .col-sm-9,
.qa-panel .col-md-9,
.qa-panel .col-lg-9,
.qa-panel .col-xs-10,
.qa-panel .col-sm-10,
.qa-panel .col-md-10,
.qa-panel .col-lg-10,
.qa-panel .col-xs-11,
.qa-panel .col-sm-11,
.qa-panel .col-md-11,
.qa-panel .col-lg-11,
.qa-panel .col-xs-12,
.qa-panel .col-sm-12,
.qa-panel .col-md-12,
.qa-panel .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px;
}
.qa-panel .containerCentered:last-child {
  border-bottom: 1px solid #C8D0D5;
  padding-bottom: 20px;
}
.qa-panel h1,
.qa-panel h2,
.qa-panel h3,
.qa-panel h4,
.qa-panel h5,
.qa-panel h6,
.qa-panel .h1,
.qa-panel .h2,
.qa-panel .h3,
.qa-panel .h4,
.qa-panel .h5,
.qa-panel .h6 {
  color: #4A4A4A;
}
.qa-panel h3 {
  margin-top: 20px;
  padding-bottom: 10px;
}
.qa-panel h3.active-about-account,
.qa-panel h3.active-esign,
.qa-panel h3.active-aup {
  color: #006CBE;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h3.active-sending-money {
  color: #299976;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h3.active-selling {
  color: #c66cd7;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h3.active-restricted-activities {
  color: #de0063;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h3.active-unauthorized-transactions {
  color: #640487;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h3.active-other-legal {
  color: #9a2084;
  border-bottom: none;
  font-weight: bold;
}
.qa-panel h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
.qa-panel h5 {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.qa-panel ul {
  margin-left: 20px;
}
.qa-panel ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.qa-panel ul li ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}
.qa-panel ol {
  margin-left: 20px;
}
.qa-panel ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.qa-panel ol li ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}
.qa-panel table {
  margin-bottom: 20px;
}
.qa-panel table tr,
.qa-panel table td {
  padding: 8px;
  vertical-align: top;
}
@media screen and (max-width: 375px) {
  .qa-panel table tr,
  .qa-panel table td {
    padding: 4px;
  }
}
.qa-panel table.two-col td {
  width: 50%;
}
.qa-panel table.three-col td {
  width: 33%;
}
.qa-panel table.four-col td {
  width: 25%;
}
.qa-panel table.dispute-process-table td:first-child {
  width: 10%;
}
.qa-panel table.dispute-process-table td:second-child {
  width: 90%;
}
.qa-panel table.nested-table td {
  width: 50% !important;
}
.qa-panel table.mass-payments-table .content td {
  width: 25%;
}
.qa-panel table .header {
  background-color: #6c7378;
  color: #fff;
}
.qa-panel table .subheader {
  background-color: #eeeeef;
}
.qa-panel table .sub-sub-header {
  background-color: #fbfbfb;
}
.qa-panel table .content {
  border-bottom: 1px #ccc solid;
}
.next-page {
  background: url('/resources/img/next.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 45px;
}
.next-page span,
.next-page span + span {
  color: #0070BA;
}
.bg-gray-blue,
.bg-gray-blue2,
.bg-gray-orange,
.bg-gray-purple2,
.bg-gray-pink2,
.bg-gray-footer {
  background: transparent;
}
.bg-gray-blue .containerCentered,
.bg-gray-blue2 .containerCentered,
.bg-gray-orange .containerCentered,
.bg-gray-purple2 .containerCentered,
.bg-gray-pink2 .containerCentered,
.bg-gray-footer .containerCentered {
  border-top: 1px solid #CBD2D6;
}
.bg-gray-blue .col-xs-6:first-of-type,
.bg-gray-blue2 .col-xs-6:first-of-type,
.bg-gray-orange .col-xs-6:first-of-type,
.bg-gray-purple2 .col-xs-6:first-of-type,
.bg-gray-pink2 .col-xs-6:first-of-type,
.bg-gray-footer .col-xs-6:first-of-type {
  background-color: transparent;
  border-right: 1px solid #CBD2D6;
}
.sub-hero-banner .container .editorial-cell {
  margin-left: 10px;
}
#return-to-top {
  position: absolute;
  bottom: 340px;
  right: 45px;
  cursor: pointer;
  display: none;
}
.next-page span + span {
  font-size: 18px;
  font-size: 1.8rem;
}
.previous-page span + span {
  font-size: 18px;
  font-size: 1.8rem;
}
.global-footer {
  padding-left: 320px;
  max-width: 100%;
  margin: 10px 1px 0px 10px;
  text-align: right;
}
html[data-device-type="mobile"] .global-footer {
  text-align: right;
}
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
  table.stack-responsive td {
    width: 100% !important;
    float: left!important;
    display: block !important;
  }
}
.containerCentered {
  min-width: 100% !important;
}
.span12,
.col-sm-12 {
  padding-left: 3.75% !important;
  padding-right: 3.75% !important;
}
.ua-container {
  padding: 0;
  margin-top: 175px;
  margin-bottom: 0;
}
.ua-container .row {
  margin: 0;
}
@media (min-width: 768px) {
  .ua-container {
    margin-bottom: 525px;
  }
}
.header-main {
  position: relative;
  transition: all 0.4s ease;
  background-size: cover;
  height: 175px;
}
.header-main p,
.header-main h2 {
  color: #fff;
}
.header-main h2 {
  transition: all 0.4s ease;
  text-align: center;
  height: 151px;
  margin-top: 10px;
  padding-top: 25px;
}
.header-main h3 {
  transition: all 0.4s ease;
  color: #fff;
  text-align: center;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-size: 19px;
  padding-top: 25px;
}
a.anchor {
  display: block;
  position: relative;
  top: -175px;
  visibility: hidden;
}
.sub-hero-banner-1 {
  position: relative;
  width: 100%;
  height: 115px;
  background-color: #006CBE;
  background-image: -webkit-gradient(linear, left top, right top, from(#006CBE), to(#03408F));
  background-image: -webkit-linear-gradient(left, #006CBE, #03408F);
  background-image: -moz-linear-gradient(left, #006CBE, #03408F);
  background-image: -ms-linear-gradient(left, #006CBE, #03408F);
  background-image: -o-linear-gradient(left, #006CBE, #03408F);
  z-index: 900;
}
.sub-hero-banner-1 .container {
  height: 100%;
}
.sub-hero-banner-1 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-1 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-1 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-1 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-about-block-icon-hero.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-1-aup {
  position: relative;
  width: 100%;
  height: 175px;
  background-color: #006CBE;
  background-image: -webkit-gradient(linear, left top, right top, from(#006CBE), to(#03408F));
  background-image: -webkit-linear-gradient(left, #006CBE, #03408F);
  background-image: -moz-linear-gradient(left, #006CBE, #03408F);
  background-image: -ms-linear-gradient(left, #006CBE, #03408F);
  background-image: -o-linear-gradient(left, #006CBE, #03408F);
  z-index: 900;
}
.sub-hero-banner-1-aup .container {
  height: 100%;
}
.sub-hero-banner-1-aup .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-1-aup .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-1-aup .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-1-aup .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-aup-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-1-esign {
  position: relative;
  width: 100%;
  height: 175px;
  background-color: #006CBE;
  background-image: -webkit-gradient(linear, left top, right top, from(#006CBE), to(#03408F));
  background-image: -webkit-linear-gradient(left, #006CBE, #03408F);
  background-image: -moz-linear-gradient(left, #006CBE, #03408F);
  background-image: -ms-linear-gradient(left, #006CBE, #03408F);
  background-image: -o-linear-gradient(left, #006CBE, #03408F);
  z-index: 900;
}
.sub-hero-banner-1-esign .container {
  height: 100%;
}
.sub-hero-banner-1-esign .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-1-esign .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-1-esign .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-1-esign .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-esign-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-2 {
  position: relative;
  width: 100%;
  height: 115px;
  z-index: 900;
  margin-top: 80px;
  background-color: #0091cf;
  background-image: -webkit-gradient(linear, left top, right top, from(#0091cf), to(#299976));
  background-image: -webkit-linear-gradient(left, #0091cf, #299976);
  background-image: -moz-linear-gradient(left, #0091cf, #299976);
  background-image: -ms-linear-gradient(left, #0091cf, #299976);
  background-image: -o-linear-gradient(left, #0091cf, #299976);
}
.sub-hero-banner-2 .container {
  height: 100%;
}
.sub-hero-banner-2 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-2 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-2 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-2 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-wallet-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-3 {
  position: relative;
  width: 100%;
  height: 115px;
  z-index: 900;
  background-color: #c66cd7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c66cd7), to(#3023AE));
  background-image: -webkit-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -moz-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -ms-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -o-linear-gradient(left, #c66cd7, #3023AE);
}
.sub-hero-banner-3 .container {
  height: 100%;
}
.sub-hero-banner-3 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-3 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-3 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-3 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-seller-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-4 {
  position: relative;
  width: 100%;
  height: 115px;
  z-index: 900;
  background-color: #de0063;
  background-image: -webkit-gradient(linear, left top, right top, from(#de0063), to(#F98902));
  background-image: -webkit-linear-gradient(left, #de0063, #F98902);
  background-image: -moz-linear-gradient(left, #de0063, #F98902);
  background-image: -ms-linear-gradient(left, #de0063, #F98902);
  background-image: -o-linear-gradient(left, #de0063, #F98902);
}
.sub-hero-banner-4 .container {
  height: 100%;
}
.sub-hero-banner-4 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-4 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-4 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.sub-hero-banner-4 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-donts-block-icon-hero.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-5 {
  position: relative;
  width: 100%;
  height: 115px;
  z-index: 900;
  background-color: #640487;
  background-image: -webkit-gradient(linear, left top, right top, from(#640487), to(#003087));
  background-image: -webkit-linear-gradient(left, #640487, #003087);
  background-image: -moz-linear-gradient(left, #640487, #003087);
  background-image: -ms-linear-gradient(left, #640487, #003087);
  background-image: -o-linear-gradient(left, #640487, #003087);
}
.sub-hero-banner-5 .container {
  height: 100%;
}
.sub-hero-banner-5 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-5 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-5 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sub-hero-banner-5 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-errors-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
}
.sub-hero-banner-6 {
  position: relative;
  width: 100%;
  background-color: #de0063;
  background-image: -webkit-gradient(linear, left top, right top, from(#de0063), to(#9a2084));
  background-image: -webkit-linear-gradient(left, #de0063, #9a2084);
  background-image: -moz-linear-gradient(left, #de0063, #9a2084);
  background-image: -ms-linear-gradient(left, #de0063, #9a2084);
  background-image: -o-linear-gradient(left, #de0063, #9a2084);
  height: 115px;
  z-index: 900;
}
.sub-hero-banner-6 .container {
  height: 100%;
}
.sub-hero-banner-6 .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-6 .container .editorial-cell {
  padding-bottom: 0;
}
.sub-hero-banner-6 .container .editorial-cell h1 {
  display: none;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sub-hero-banner-6 .container .editorial-cell h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-other-legal-block-icon.png") no-repeat left center;
  background-size: 75px;
  padding-left: 90px;
  padding-top: 45px;
}
.section1 .editorial-cell h2,
.section2 .editorial-cell h2,
.section3 .editorial-cell h2,
.section4 .editorial-cell h2,
.section5 .editorial-cell h2,
.section6 .editorial-cell h2 {
  padding-top: 45px;
  font-size: 20px;
}
.section5 .editorial-cell h2 {
  padding-top: 30px;
}
.pp-legal-header {
  position: fixed;
  width: 100%;
  height: 175px;
  transition: height .5s;
  z-index: 999;
  top: 0;
}
.pp-legal-header .header-top {
  z-index: 1000;
  height: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.pp-legal-header .header-top h1 {
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  position: relative;
  font-size: 20px;
  color: #fff;
  top: 18px;
  letter-spacing: .7px;
}
.pp-legal-header .paypal-img-logo {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 43px;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg) left center no-repeat;
  background-size: 93pt 33px;
  vertical-align: middle;
  padding-top: 5px;
  margin-top: -10px;
  margin-left: -10px;
  top: 21px;
}
.pp-legal-header .logo-title {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  display: inline-block;
  position: absolute;
  font-size: 24px;
  top: 16px;
  left: 465px;
  color: #fff;
}
.pp-legal-header .btn-secondary {
  margin-right: 8px;
  color: #fff;
  background-color: transparent;
  border: 0;
  top: 20px;
  box-shadow: 0 0 0 1px #fff,0 0 0 1px #fff;
  font-size: 12px;
}
.pp-legal-header .btn-secondary:hover {
  background-color: transparent;
}
.pp-legal-header .btn-signup {
  background-color: #fff;
  font-size: 12px;
  color: #222;
}
.pp-legal-header .btn-signup:hover {
  background-color: #fff;
}
.pp-legal-header .header-buttons-left {
  position: absolute;
  left: 10px;
  top: 16px;
  font-size: 12px;
  z-index: 9999;
}
.pp-legal-header .header-buttons-right {
  position: absolute;
  right: 5px;
  top: 16px;
  font-size: 12px;
}
@media (max-width: 736px) and (orientation: landscape) {
  .pp-legal-header {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .pp-legal-header .header-top {
    text-align: left;
  }
  .pp-legal-header .paypal-img-logo {
    background: transparent url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg) center center no-repeat;
    background-size: 93pt 33px;
    width: 100%;
    text-align: center;
  }
}
/*@media(min-width: @screen-md-min) {
    .pp-legal-header {
        .paypal-img-logo {
            display: inline-block;
            width: 136px;
            height: 43px;
            overflow: hidden;
            left: 3.75%;
        }
        .header-top {
          h1 {
            left: 180px;
          }
        }
    }
}*/
@media (min-width: 1200px) {
  .pp-legal-header .paypal-img-logo {
    display: inline-block;
    width: 136px;
    height: 43px;
    overflow: hidden;
    left: 320px;
    background-size: 93pt 33px;
  }
  .pp-legal-header .header-top h1 {
    left: 465px;
  }
  .header-buttons-left {
    left: 40px;
  }
  .header-buttons-right {
    right: 40px !important;
  }
  .containerCentered {
    min-width: 940px !important;
  }
  .span12,
  .col-sm-12 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .containerCentered {
    min-width: 940px !important;
  }
}
.sticky {
  display: block;
  position: fixed;
  width: 100%;
  height: 175px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}
.sticky .container .editorial-cell {
  padding-top: 62px;
}
.sticky .container .editorial-cell h1 {
  display: block;
  padding-left: 90px;
  padding-top: 20px;
}
@media screen and (max-width: 375px) {
  .sticky .container .editorial-cell h1 {
    font-size: 16px;
  }
}
.sticky .container .editorial-cell h2 {
  font-size: 20px;
  padding-top: 55px;
}
.sticky .container .editorial-cell h2 span:after {
  border-bottom: none;
}
@media screen and (max-width: 375px) {
  .sticky .container .editorial-cell h2 {
    font-size: 16px;
  }
}
@media (max-width: 736px) and (orientation: landscape) {
  .sticky .container .editorial-cell {
    display: none;
  }
}
@media (max-width: 736px) and (orientation: landscape) {
  .sticky {
    height: 64px;
  }
}
/*@media(min-width: @screen-md-min) {
    .sticky {
        .container {
            .editorial-cell {
                h1 {
                    display: none;
                }
                h2 {
                    font-size: 28px;
                    padding-top: 40px;
                    span:after {
                        border-bottom: none;
                    }
                }
            }
        }
    }
    .section1, .section2, .section3, .section4, .section5, .section6 {
    .editorial-cell {
        h2 {     
            font-size: 28px;
        }
    }
}
}*/
/* pullout */
.pullout-width {
  max-width: 520px;
  max-width: 52rem;
}
.tiles p,
.tiles h1,
.tiles h2,
.tiles h3,
.tiles h4,
.tiles h5,
.tiles h6,
.tiles .h1,
.tiles .h2,
.tiles .h3,
.tiles .h4,
.tiles .h5,
.tiles .h6 {
  color: #545556;
}
.tiles h3 {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  color: #009cde;
}
.tiles .pulloutPara {
  font-weight: normal;
}
.tiles a {
  display: block;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 768px) {
  .tiles .identity-block .content-cell,
  .tiles .content-block .content-cell {
    max-width: 475px;
  }
  .tiles .identity-block .content-cell {
    float: right;
    padding-right: 80px;
    padding-right: 8rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
  }
}
.tiles .content-cell {
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tiles .content-cell .link {
  display: inline-block;
  margin-top: 10px;
  color: #009cde;
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.tiles .content-cell .link:hover {
  text-decoration: underline;
}
.tiles .content-cell .link:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 1px;
  top: -1px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #009cde;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.tiles .content-cell h3 {
  transition: all .5s;
  margin-top: 100px;
}
.tiles .content-cell p {
  position: relative;
  top: 130px;
  transition: all .5s;
}
.tiles .content-cell:hover h3 {
  margin-top: 50px;
}
.tiles .content-cell:hover p {
  top: -10px;
}
.tiles p {
  max-width: 320px;
  margin: 0 auto;
}
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 45px;
  cursor: pointer;
  display: none;
}
@media (min-width: 1200px) {
  /* tiles */
  .intro-block {
    background-size: cover;
    height: 350px;
  }
  .intro-block p,
  .intro-block h2 {
    color: #fff;
  }
  .intro-block h2 {
    text-align: center;
    height: 151px;
    margin-top: 10px;
    padding-top: 175px;
  }
  .content-cell {
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content-cell .link {
    display: inline-block;
    margin-top: 10px;
    color: #009cde;
    font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
  }
  .content-cell .link:hover {
    text-decoration: underline;
  }
  .content-cell .link:after {
    content: "";
    display: inline-block;
    position: relative;
    left: 1px;
    top: -1px;
    width: 9px;
    height: 9px;
    overflow: hidden;
    border: 1px solid #009cde;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  .content-cell h3 {
    transition: all .5s;
    margin-top: 100px;
  }
  .content-cell p {
    position: relative;
    top: 130px;
    transition: all .5s;
  }
  .content-cell:hover h3 {
    margin-top: 50px;
  }
  .content-cell:hover p {
    top: -10px;
  }
}
.sub-hero-banner-wallet {
  height: 215px;
  background-color: #00cf92;
  background-image: -webkit-gradient(linear, left top, right top, from(#00cf92), to(#009cde));
  background-image: -webkit-linear-gradient(left, #00cf92, #009cde);
  background-image: -moz-linear-gradient(left, #00cf92, #009cde);
  background-image: -ms-linear-gradient(left, #00cf92, #009cde);
  background-image: -o-linear-gradient(left, #00cf92, #009cde);
}
.sub-hero-banner-wallet .container {
  height: 100%;
  padding-bottom: 0;
}
.sub-hero-banner-wallet .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-wallet .container h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-wallet-block-icon.png") no-repeat left top;
  font-size: 28px;
  background-size: 75px;
  padding-left: 100px;
}
.sub-hero-banner-seller {
  height: 215px;
  background-color: #006CBE;
  background-image: -webkit-gradient(linear, left top, right top, from(#006CBE), to(#03408F));
  background-image: -webkit-linear-gradient(left, #006CBE, #03408F);
  background-image: -moz-linear-gradient(left, #006CBE, #03408F);
  background-image: -ms-linear-gradient(left, #006CBE, #03408F);
  background-image: -o-linear-gradient(left, #006CBE, #03408F);
}
.sub-hero-banner-seller .container {
  height: 100%;
  padding-bottom: 0;
}
.sub-hero-banner-seller .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-seller .container h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-seller-block-icon.png") no-repeat left top;
  font-size: 28px;
  background-size: 75px;
  padding-left: 100px;
}
.sub-hero-banner-donts {
  height: 215px;
  background-color: #de0063;
  background-image: -webkit-gradient(linear, left top, right top, from(#de0063), to(#F98902));
  background-image: -webkit-linear-gradient(left, #de0063, #F98902);
  background-image: -moz-linear-gradient(left, #de0063, #F98902);
  background-image: -ms-linear-gradient(left, #de0063, #F98902);
  background-image: -o-linear-gradient(left, #de0063, #F98902);
}
.sub-hero-banner-donts .container {
  height: 100%;
  padding-bottom: 0;
}
.sub-hero-banner-donts .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-donts .container h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-donts-block-icon.png") no-repeat left top;
  font-size: 28px;
  background-size: 75px;
  padding-left: 100px;
}
.sub-hero-banner-errors {
  height: 215px;
  background-color: #c66cd7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c66cd7), to(#3023AE));
  background-image: -webkit-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -moz-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -ms-linear-gradient(left, #c66cd7, #3023AE);
  background-image: -o-linear-gradient(left, #c66cd7, #3023AE);
}
.sub-hero-banner-errors .container {
  height: 100%;
  padding-bottom: 0;
}
.sub-hero-banner-errors .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-errors .container h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-errors-block-icon.png") no-repeat left top;
  font-size: 28px;
  background-size: 75px;
  padding-left: 100px;
}
.sub-hero-banner-other-legal {
  height: 215px;
  background-color: #de0063;
  background-image: -webkit-gradient(linear, left top, right top, from(#de0063), to(#9a2084));
  background-image: -webkit-linear-gradient(left, #de0063, #9a2084);
  background-image: -moz-linear-gradient(left, #de0063, #9a2084);
  background-image: -ms-linear-gradient(left, #de0063, #9a2084);
  background-image: -o-linear-gradient(left, #de0063, #9a2084);
}
.sub-hero-banner-other-legal .container {
  height: 100%;
  padding-bottom: 0;
}
.sub-hero-banner-other-legal .container > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-hero-banner-other-legal .container h2 {
  color: #fff;
  content: '';
  height: 120px;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/ua/img/PP-other-legal-block-icon.png") no-repeat left top;
  font-size: 28px;
  background-size: 75px;
  padding-left: 100px;
}
.panel + .panel {
  padding-bottom: 35px;
}

.sticky .container .editorial-cell .head-h2{display:block;padding-left:90px;padding-top:20px;line-height:1.66666667}.editorial-cell .head-h2{display:none;font-family:"pp-sans-small-regular",Helvetica Neue,Arial,sans-serif;position:absolute;text-transform:uppercase;font-size:18px !important}.container .editorial-cell .head-h2:first-child{background:none}

