.classic-font-family {
  font-family: "Helvetica Neue";
  font-variant: normal;
}
/** method responsible for loading the background image set in CSS **/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.container {
  position: relative;
  margin: 0 auto;
  width: 460px;
}
.headerText {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.headerTextDecorated {
  margin-bottom: 20px;
  border-bottom: 1px solid #CBD2D6;
}
.subHeaderText {
  object-fit: contain;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c2e2f;
}
.contentAlignmentCenter {
  text-align: center;
}
.contentAlignmentLeft {
  text-align: left;
}
.headerTextSuccess {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 15px;
  background: url("https://www.paypalobjects.com/images/shared/successCheckmark2x.png") no-repeat top center;
  background-size: 100px;
}
.lower-than-ie9 .headerTextSuccess {
  background-image: url("https://www.paypalobjects.com/images/shared/successCheckmark.png");
}
.hide {
  display: none;
}
.criticalContainer {
  position: relative;
  margin: 32px auto 0;
  padding: 30px 10% 50px;
  max-width: 450px;
  max-height: 489px;
}
.criticalContainerBordered {
  border: 1px solid #eaeced;
  border-radius: 5px;
}
.criticalErrorDescription {
  margin-top: 3px;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #2c2e2f;
  text-align: center;
}
.criticalSign {
  margin-top: 100px;
}
.go-back {
  margin-top: 24px;
  margin-bottom: 132px;
  text-align: center;
}
.nonTransparentMask:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.spinner {
  position: fixed;
  top: 43%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  margin: 0;
  text-align: center;
}
.spinner:after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.spinner:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 34px;
  height: 34px;
  border-left: 8px solid #000000;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  border-right: 8px solid #000000;
  border-right: 8px solid rgba(0, 0, 0, 0.2);
  border-bottom: 8px solid #000000;
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  border-top: 8px solid #2180c0;
  border-radius: 50px;
  -webkit-animation: rotation .7s infinite linear;
  -moz-animation: rotation .7s infinite linear;
  -o-animation: rotation .7s infinite linear;
  animation: rotation .7s infinite linear;
}
.lower-than-ie9 .spinner:before,
.lower-than-ie10 .spinner:before {
  background: transparent url("https://www.paypalobjects.com/webstatic/checkout/hermes/icon_loader_med.gif") top center no-repeat;
  border: none;
  width: 50px;
  height: 50px;
}
p {
  margin: 20px 0;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #2c2e2f;
}
h1 {
  margin: 0;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.73333333em;
  font-weight: 300;
  color: #2c2e2f;
}
html {
  background-color: #fff;
  min-height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #2c2e2f;
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 93.75%;
  /* Base font size is 15px */
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.center {
  text-align: center;
}
.errorDescription {
  margin: 20px 0;
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #666;
  text-align: center;
}
.headerTextWarning {
  padding-top: 130px;
  background: url("https://www.paypalobjects.com/images/shared/lg-attention-warning.png") no-repeat top center;
  background-size: 100px;
  /* We should have an IE 8 image for this */
}
.headerTextCritical {
  padding-top: 132px;
  background: url("https://www.paypalobjects.com/images/shared/lg-attention-critical.png") no-repeat top center;
  background-size: 100px;
  margin-top: 24.8px;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 30px;
}
.iconFontAttention {
  display: block;
  position: relative;
  padding: 0;
  height: 100px;
}
.iconFontAttention:before {
  content: "\e025";
  margin-top: -25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 100px;
  font-size: 125px;
  color: orange;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
h1,
.alpha {
  margin: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.73333333em;
  font-weight: 300;
  color: #2c2e2f;
}
.alpha2 {
  text-align: center;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  color: #2c2e2f;
}
img {
  border: 0;
}
/* Anchors */
a,
a:link,
a:visited {
  color: #0070ba;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
}
.paypal-logo {
  margin: 0 auto 20px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.paypal-logo-monogram {
  background: transparent url("https://www.paypalobjects.com/images/shared/momgram@2x.png") top center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 36px;
}
.contentContainer {
  position: relative;
  margin: 100px auto 0;
  padding: 30px 10% 50px;
}
.contentContainerBordered {
  border: 1px solid #eaeced;
}
.corral {
  margin: 0 auto 80px;
  width: 500px;
  position: relative;
}
.errorMessage {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  height: 0;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #c72f38;
  color: #6c7378;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.show {
  top: 41px;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  text-align: left;
  background: #c72f38;
  color: #6c7378;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  opacity: 1;
}
.alpha {
  margin: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.73333333em;
  font-weight: 300;
  color: #2c2e2f;
}
.alpha2 {
  text-align: center;
}
.alphaDecorated {
  padding-bottom: 20px;
  border-bottom: 1px solid #CBD2D6;
}
/* iPhone 5 & 5S in portrait & landscape */
@media all and (min-device-width: 320px) and (max-device-width: 568px) {
  .contentContainer {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  header .headerText {
    font-size: 20px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
}
/* iPhone 6 in portrait & landscape */
@media all and (min-device-width: 375px) and (max-device-width: 736px) {
  .contentContainer {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  header {
    display: table;
    width: 100%;
  }
  header .headerText {
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .contentContainer {
    margin: 30px 0px;
    padding: 0 8% 30px;
    width: 100%;
    background-color: #fff;
    border: 0;
  }
  .corral {
    width: 100%;
  }
  .headerText {
    margin-top: 10px;
  }
  .notYou {
    padding: 5px;
  }
  .actionsSpaced {
    margin-top: 20px;
  }
  .consentFooter {
    margin: 15px 0;
  }
}
.accessAid {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.secondaryLink {
  margin: 20px 0 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .secondaryLink {
    margin: 20px 0 125px;
  }
}
a.secondaryLinkBold {
  margin: 24px 0 0;
  text-align: center;
  font-family: "pp-sans-small-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-weight: bold;
  color: #0079ad;
}
.main .headContainer {
  margin-bottom: 10px;
}
.iconSprite,
.iconSpritePseudo:before {
  background: url('https://www.paypalobjects.com/images/shared/icon-sprite2-2x.png') no-repeat;
  background-size: 20px;
}
.lower-than-ie9 .iconSprite,
.lower-than-ie9 .iconSpritePseudo:before {
  background-image: url('https://www.paypalobjects.com/images/shared/icon-sprite2-1x.png');
}
.iconSpritePseudo:before {
  content: '';
}
/* mobile ---- */
/* On mobile phones, html and body tags will have the mobile class attached */
/* fixing for cancel button visible*/
html.mobile,
body.mobile {
  height: 100%;
  padding: 0px 0px 20px 0px;
}
@media all and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  header.headContainer {
    width: 100%;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  background-color: #F7F9FA;
  padding: 14px 20px;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover {
  color: #666;
  white-space: nowrap;
}
.footerGroup {
  list-style-type: none;
}
.footerGroup li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footerGroup li:last-child {
  margin: 0;
}
.footerGroupWithSiblings {
  float: left;
  padding: 0;
  background: none;
}
.footerCopyright {
  margin: 0;
  float: right;
  color: #9e9e9e;
}
.footerDisclaimer {
  margin: 0;
  padding: 7px 0 0;
  clear: both;
  color: #9e9e9e;
  text-align: left;
}
.footerWithIcon {
  background: #fff url('https://www.paypalobjects.com/webstatic/i/consumer/onboarding/icon_PP_monogram_2x.png') center 14px no-repeat;
  padding: 58px 0 0;
  background-size: 20px;
}
.footerWithIcon .extendedContent,
.footerWithIcon .footerGroup {
  padding: 14px 20px;
  background: #F7F9FA;
}
.footerWithIcon .extendedContent > .footerGroup {
  padding: 0;
  background: none;
}
.footerWithIcon .footerGroupWithSiblings,
.footerWithIcon .footerCopyright {
  padding: 0;
}
.footerStayPut {
  position: relative;
  top: 0;
  left: 0;
}
/* mobile */
@media all and (max-width: 767px) {
  .footer {
    padding: 14px 10px;
  }
  .footerWithIcon {
    padding: 58px 0 0;
  }
  .footerWithIcon .footerGroup,
  .footerWithIcon .extendedContent {
    padding: 14px 10px;
    background: #F7F9FA;
  }
  .footerWithIcon .extendedContent > .footerGroup {
    padding: 0;
    background: none;
  }
  .footerGroupWithSiblings,
  .footerCopyright {
    float: none;
  }
  .footerGroupWithSiblings {
    margin-bottom: 7px;
  }
  .footerDisclaimer {
    margin-top: 7px;
    padding: 0;
    text-align: center;
  }
}
/*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/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/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/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/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/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/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/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/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/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/PP-Sans/PayPalSansSmall-Thin.svg") format("svg");
}
@font-face {
  font-family: "consumer-icons";
  src: url("https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.eot");
  src: url("https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.woff") format("woff"), url("https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.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;
}
.consumer-icons {
  font-family: "consumer-icons", 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;
}
.headerTextGenericError {
  padding-bottom: 12px;
}
@font-face {
  font-family: 'paypal-icons';
  src: url('https://www.paypalobjects.com/webstatic/fnt/cweb/paypal-icons_1-0-3/PayPalIcons-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://www.paypalobjects.com/webstatic/fnt/cweb/paypal-icons_1-0-3/PayPalIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.paypalobjects.com/webstatic/fnt/cweb/paypal-icons_1-0-3/PayPalIcons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.paypalobjects.com/webstatic/fnt/cweb/paypal-icons_1-0-3/PayPalIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.paypalobjects.com/webstatic/fnt/cweb/paypal-icons_1-0-3/PayPalIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.iconFont,
.iconFontPseudo:before {
  font-family: 'paypal-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lower-than-ie9 .iconFont,
.lower-than-ie9 .iconFontPseudo:before {
  display: none;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-burger-small:before {
  content: "\e000";
}
.icon-slider-small:before {
  content: "\e001";
}
.icon-slider-half-small:before {
  content: "\e002";
}
.icon-close-small:before {
  content: "\e003";
}
.icon-add-small:before {
  content: "\e004";
}
.icon-arrow-down-small:before {
  content: "\e005";
}
.icon-arrow-up-small:before {
  content: "\e006";
}
.icon-arrow-left-small:before {
  content: "\e007";
}
.icon-arrow-right-small:before {
  content: "\e008";
}
.icon-arrow-down-half-small:before {
  content: "\e009";
}
.icon-arrow-up-half-small:before {
  content: "\e010";
}
.icon-arrow-left-half-small:before {
  content: "\e011";
}
.icon-arrow-right-half-small:before {
  content: "\e012";
}
.icon-clear-half-small:before {
  content: "\e013";
}
.icon-checkmark-small:before {
  content: "\e014";
}
.icon-checkmark-small-bold:before {
  content: "\e015";
}
.icon-action-arrow-half-small:before {
  content: "\e016";
}
.icon-tooltip-outline-small:before {
  content: "\e017";
}
.icon-tooltip-small:before {
  content: "\e018";
}
.icon-info-small:before {
  content: "\e019";
}
.icon-positive-small:before {
  content: "\e020";
}
.icon-attention-small:before {
  content: "\e021";
}
.icon-critical-small:before {
  content: "\e022";
}
.icon-info-large:before {
  content: "\e023";
}
.icon-positive-large:before {
  content: "\e024";
}
.icon-attention-large:before {
  content: "\e025";
}
.icon-critical-large:before {
  content: "\e026";
}
.icon-paypal-select-logo:before {
  content: "\e027";
}
.icon-select-logo:before {
  content: "\e028";
}
.icon-pp-logo:before {
  content: "\e029";
}
.icon-visa-logo:before {
  content: "\e030";
}
.icon-mastercard-logo:before {
  content: "\e031";
}
.icon-maestro-logo:before {
  content: "\e032";
}
.icon-amex-logo:before {
  content: "\e033";
}
.icon-discover-logo:before {
  content: "\e034";
}
.icon-card-half-solid:before {
  content: "\e035";
}
.icon-bank-half-solid:before {
  content: "\e036";
}
.icon-profile-large:before {
  content: "\e037";
}
.icon-profile-add-large:before {
  content: "\e038";
}
.icon-notification-small:before {
  content: "\e039";
}
.icon-settings-small:before {
  content: "\e040";
}
.icon-profile-small:before {
  content: "\e041";
}
.icon-funnel-small:before {
  content: "\e042";
}
.icon-delete-small:before {
  content: "\e043";
}
.icon-edit-small:before {
  content: "\e044";
}
.icon-lock-small:before {
  content: "\e045";
}
.icon-pdf-small:before {
  content: "\e046";
}
.icon-contact-small:before {
  content: "\e047";
}
.icon-undo-small:before {
  content: "\e048";
}
.icon-cancel-small:before {
  content: "\e049";
}
.icon-simple-list-small:before {
  content: "\e050";
}
.icon-detailed-list-small:before {
  content: "\e051";
}
.icon-print-small:before {
  content: "\e052";
}
.icon-camera-small:before {
  content: "\e053";
}
.icon-send-money:before {
  content: "\e500";
}
.icon-request-money:before {
  content: "\e501";
}
.icon-photo:before {
  content: "\e502";
}
.icon-gift-cards:before {
  content: "\e503";
}
.icon-credit-card:before {
  content: "\e504";
}
.icon-truck:before {
  content: "\e505";
}
.icon-email:before {
  content: "\e506";
}
.icon-email-solid:before {
  content: "\e507";
}
.icon-bank-check:before {
  content: "\e508";
}
.icon-calendar:before {
  content: "\e509";
}
.icon-holiday:before {
  content: "\e510";
}
.icon-gift:before {
  content: "\e511";
}
.icon-wallet:before {
  content: "\e512";
}
.icon-play-video:before {
  content: "\e513";
}
.icon-heart:before {
  content: "\e514";
}
.icon-shield:before {
  content: "\e515";
}
.icon-tunes:before {
  content: "\e516";
}
.icon-invoice:before {
  content: "\e517";
}
.icon-shopping-bag:before {
  content: "\e518";
}
.icon-phone:before {
  content: "\e519";
}
.icon-phone-solid:before {
  content: "\e520";
}
.icon-tag:before {
  content: "\e521";
}
.icon-delivery:before {
  content: "\e522";
}
.icon-questionmark:before {
  content: "\e523";
}
.icon-cut-coupons:before {
  content: "\e524";
}
.icon-register:before {
  content: "\e525";
}
.icon-house:before {
  content: "\e526";
}
.icon-gift-card:before {
  content: "\e527";
}
.icon-messages:before {
  content: "\e528";
}
a.button,
a.button:link,
a.button:visited,
.button {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  display: block;
  background-color: #0070ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  border-radius: 22px;
}
a.button:hover,
a.button:link:hover,
a.button:visited:hover,
.button:hover {
  background-color: #005ea6;
  outline: none;
  text-decoration: underline;
}
a.button:focus,
a.button:link:focus,
a.button:visited:focus,
.button:focus {
  background-color: #005ea6;
  text-decoration: underline;
  outline: none;
}
a.button:focus *,
a.button:link:focus *,
a.button:visited:focus *,
.button:focus * {
  text-decoration: underline;
}
a.button.active,
a.button:link.active,
a.button:visited.active,
.button.active,
a.button:active,
a.button:link:active,
a.button:visited:active,
.button:active {
  background: #00598e;
}
a.button.secondary,
a.button:link.secondary,
a.button:visited.secondary,
.button.secondary {
  padding: 10px 0px;
}
a.button.secondary:hover,
a.button:link.secondary:hover,
a.button:visited.secondary:hover,
.button.secondary:hover,
a.button.secondary:focus,
a.button:link.secondary:focus,
a.button:visited.secondary:focus,
.button.secondary:focus {
  background-color: #d2dbe1;
}
.actionsSpaced {
  margin-top: 30px;
}
/**
 * @fileOverview textInput styles.
 * @name textInput.less
 * @tested ?
 */
::-webkit-input-placeholder {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #6c7378;
  text-align: left;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #6c7378;
  text-align: left;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #6c7378;
  text-align: left;
}
:-ms-input-placeholder {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #6c7378;
  text-align: left;
}
.fieldWrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.errorMessage {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  height: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #c72f38;
  color: #fff;
  transition: all 0.3s ease-out;
}
.errorMessage p {
  margin: 0;
  color: #fff;
}
.errorMessage.show {
  top: 41px;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.clearInput {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  margin: 0;
  padding: 0;
  background: #ccc;
  text-indent: -99999em;
  direction: ltr;
}
.lower-than-ie10 .clearInput {
  top: 31px;
}
.clearInput:before {
  content: 'X';
  position: absolute;
  top: 0;
  left: 4px;
  text-indent: 0;
}
.ie .clearInput:before {
  top: 2px;
}
.clearInput:focus,
.clearInput:hover {
  background: #999;
}
.hasError .clearInput,
.no-js .clearInput {
  display: none;
}
.textInput {
  position: relative;
  margin: 0 0 10px 0;
  /* For IE 11: the errorMessage div can be seen from under the input div, so using this to hide it */
  /* Hide spinner in inputs with type=number in Chrome/FF/Safari */
}
.textInput .fieldWrapper:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.textInput.hasError input {
  border: 1px solid #c72f38;
  background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png);
  background-position: 99% -409px;
  /*! @noflip */
  background-position: top -409px right 10px;
  background-size: 25px;
  background-repeat: no-repeat;
}
.lower-than-ie9 .textInput.hasError input {
  /*! @noflip */
  background-position: right -804px;
}
.textInput.hasError input:-moz-placeholder {
  color: #c72f38;
}
.textInput.hasError input::-moz-placeholder {
  color: #c72f38;
}
.textInput.hasError input:-ms-input-placeholder {
  color: #c72f38;
}
.textInput.hasError input::-webkit-input-placeholder {
  color: #c72f38;
}
.textInput.hasError input:focus,
.textInput.hasError input:active {
  border: 1px solid #c72f38;
}
.textInput.hasError input:focus:-moz-placeholder,
.textInput.hasError input:active:-moz-placeholder {
  color: #9B989B;
}
.textInput.hasError input:focus::-moz-placeholder,
.textInput.hasError input:active::-moz-placeholder {
  color: #9B989B;
}
.textInput.hasError input:focus:-ms-input-placeholder,
.textInput.hasError input:active:-ms-input-placeholder {
  color: #9B989B;
}
.textInput.hasError input:focus::-webkit-input-placeholder,
.textInput.hasError input:active::-webkit-input-placeholder {
  color: #9B989B;
}
.textInput .fieldLabel {
  position: absolute;
  color: #6c7378;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.textInput input,
.textInput textarea {
  height: 44px;
  width: 100%;
  padding: 0 10px 0 10px;
  border: 1px solid #9da3a6;
  background: #fff;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 1em;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  font-weight: normal;
  /*! @noflip */
  direction: ltr;
}
.textInput input:focus,
.textInput textarea:focus {
  outline: 0;
  border: 1px solid #0070ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.textInput textarea {
  padding-top: 12px;
  padding-right: 0;
  height: 100%;
  overflow: auto;
}
.textInput input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.textInput .tickmark {
  background: url("sprite_form.png") no-repeat "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .textInput .tickmark {
    background: url("sprite_form_2x.png") no-repeat "";
    background-size: 25px;
  }
}
.textInput .tickmark {
  width: 35px;
  height: 35px;
  margin-top: 2px;
  right: 5px;
  float: right;
  position: absolute;
  z-index: 3;
  text-align: center;
  cursor: pointer;
  background-position: 0 69%;
}
.textInput .hasPhoneIcon {
  padding-right: 35px;
}
.textInput .hasEmailIcon {
  padding-right: 43px;
}
.textInput .uneditableField {
  border: none;
  text-align: center;
  font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.textInput .uneditableField.uneditablePhone {
  padding-left: 40px;
}
.textInput .uneditableField:focus {
  border: none;
}
.textInput input[type=number]::-webkit-inner-spin-button,
.textInput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.textInput input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
/* LAP - large */
.js .lap .textInput,
.js div.lap.textInput {
  padding: 0;
  position: relative;
}
.js .lap .textInput label,
.js div.lap.textInput label {
  position: absolute;
  left: 12px;
  z-index: 1;
  color: #666;
  cursor: text;
}
.js .lap .textInput label.focus,
.js div.lap.textInput label.focus,
.js div.lap.textInput label.focus span.optional,
.js .lap .textInput label.focus span.optional {
  color: #b3b3b3;
}
/* LAP - medium */
.js .lap .textInput.medium,
.js div.lap.textInput.medium {
  padding: 0;
  position: relative;
}
.js .lap .textInput.medium label.focus,
.js .formMedium div.lap.textInput.medium label.focus {
  color: #b3b3b3;
}
.js .lap .textInput.medium label,
.js div.lap.textInput.medium label {
  position: absolute;
  left: 12px;
  z-index: 1;
  color: #666;
}
.groupFields {
  clear: both;
}
.groupFields .textInput {
  width: 48.9%;
  float: left;
}
.groupFields .textInput input {
  width: 100%;
}
.groupFields .left,
.groupFields .middle {
  margin-right: 10px;
}
.groupFields .multi .left {
  width: 72.5%;
  float: left;
}
.groupFields .multi .right {
  width: 25%;
  float: left;
}
.groupFields .multi.equal .left,
.groupFields .multi.equal .right {
  width: 48.6%;
}
.groupFields .reverse .right {
  width: 72.3%;
}
.groupFields .reverse .left {
  width: 25%;
}
.groupFields .multiple .left {
  width: 48.8%;
  float: left;
}
.groupFields .multiple .right {
  width: 25%;
  float: left;
}
.groupFields .multiple .middle {
  width: 21.4%;
  float: left;
}
.groupFields .multiple.equal .left,
.groupFields .multiple.equal .right,
.groupFields .multiple.equal .middle {
  width: 31.8%;
}
.groupFields .large {
  width: 100%;
}
.groupReatedFields .left {
  width: 27%;
  float: left;
}
.groupReatedFields .right {
  width: 73%;
  float: left;
}
.groupReatedFields .selectDropdown {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.groupReatedFields .textInput input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/** IPAD STYLING **/
@media all and (min-width: 768px) and (max-width: 1024px) {
  .groupFields .multi.equal .left,
  .groupFields .multi.equal .right {
    width: 48.4%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .groupFields .multi.equal .left,
  .groupFields .multi.equal .right {
    width: 48.2%;
  }
}
@media all and (max-width: 538px) {
  .groupFields .textInput,
  .groupFields .multi .textInput,
  .groupFields .multiple .textInput,
  .groupFields .selectDropdown,
  .groupFields .multi .selectDropdown,
  .groupFields .multiple .selectDropdown {
    width: 100%;
  }
}
/* mobile ---- */
@media all and (max-width: 767px) {
  .groupFields .multi.equal .left,
  .groupFields .multi.equal .right {
    width: 48.2%;
  }
}
/*Explictly set padding on errored input fields for RTL languages*/
html[dir="rtl"] .hasError input {
  padding-left: 45px;
}
.infoIconSprite,
.infoIconSprite:before {
  background: url('https://www.paypalobjects.com/images/identity/icon-sprite-2x.png') no-repeat;
  background-size: 20px;
}
.paypal-logo-monogram-logo {
  height: 50px;
  margin-top: 0px;
}
@media all and (max-width: 767px) {
  .paypal-logo-monogram-logo {
    background-size: 137px;
  }
}
.paypal-logo-monogram-left {
  background: transparent url("https://www.paypalobjects.com/images/shared/messenger-paypal-logo.png") no-repeat 95%;
  background-size: 140px;
}
.paypal-logo-monogram-center {
  background: transparent url("https://www.paypalobjects.com/images/shared/messenger-paypal-logo.png") center no-repeat;
  background-size: 140px;
}
.boldAnchor a,
.boldAnchor a:link,
.boldAnchor a:visited {
  font-weight: bold;
}
a:active,
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h4 {
  margin-bottom: 5px;
}
h3 {
  margin: 5px 0px;
}
.groupHeaderText {
  clear: both;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.groupSubHeaderText {
  font-weight: bold;
  margin: 10px 0px 5px;
}
.groups li {
  list-style-type: none;
}
.groups .groupTitle {
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
}
.groups .groupTitle .groupName {
  margin: 20px 0px 9px;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #2c2e2f;
}
.groups .groupTitle .withIcon {
  display: inline-block;
  width: 80%;
  margin: 0px 0px 9px;
}
.groups .groupTitle .title_text {
  width: 104px;
  height: 24px;
  font-size: 15px;
}
.groups .groupTitle .description {
  font-size: 15px;
  font-weight: normal;
  padding-top: 0px;
  margin: 4px 0px 12px 0px;
}
.groups .groupTitle .description li {
  list-style-type: disc !important;
}
.groups .groupTitle .primary {
  font-family: pp-sans-small-regular;
  font-size: 15px;
}
.groups .groupTitle .details {
  color: #6c7378;
}
/* styles for '...' */
.group-text-ellipsis {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.5em;
  text-align: justify;
  margin-right: 0em;
  padding-right: 1em;
}
.group-text-ellipsis:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.group-text-ellipsis:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.icon-info-class {
  background-position: 5px -600px;
  width: 27px;
  height: 22px;
  position: absolute;
  margin-left: 5px;
}
.showModal {
  display: block !important;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  outline: none;
}
.groupTextModal {
  display: none;
  background: #fff;
  width: 580px;
  position: fixed;
  padding: 75px 40px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
  transition-timing-function: cubic-bezier(0, 2.5, 0.25, -0.25);
  z-index: 101;
  border-radius: 0px;
  border: 1px solid #ccc;
}
@media all and (max-width: 767px) {
  .groupTextModal {
    width: 350px;
    padding: 40px 20px 40px;
  }
}
@media all and (max-width: 568px) {
  .groupTextModal {
    width: 350px;
    padding: 40px 20px 40px;
  }
}
@media all and (max-width: 320px) {
  .groupTextModal {
    width: 300px;
    padding: 30px 20px 40px;
  }
}
#btnCloseModal {
  position: fixed;
  top: 0%;
  right: 3%;
}
@media all and (max-width: 767px) {
  #btnCloseModal {
    top: 0%;
    right: -5%;
  }
}
.scrollable-modal {
  padding: 0;
  overflow-y: scroll;
}
.dynamic-modal-height {
  height: 80%;
}
.dynamic-scroll-modal-height {
  height: 100%;
}
.ui-dialog-titlebar-close {
  cursor: pointer;
  position: absolute;
  border: none;
  padding: 30px 0 0 30px;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 20px;
  background: transparent url(https://www.paypalobjects.com/images/shared/close_30_grey@1x.png) center center no-repeat;
}
@media all and (max-width: 767px) {
  .ui-dialog-titlebar-close {
    padding: 20px 20px 0 20px;
  }
}
.ui-dialog-titlebar-close:focus {
  outline: thin dotted #333333;
}
.modal-dailog {
  padding: 25px;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.modal-body {
  padding: 0px 0px 5px 0px;
}
@media all and (max-width: 767px) {
  .modal-body {
    padding: 5px 0px 0px 0px;
  }
}
.groupTextValue {
  font-weight: normal;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .groupTextValue {
    font-size: 13px;
  }
}
.groupHeaderValue {
  font-weight: bold;
  font-size: 15px;
}
#overlay {
  opacity: 0.85;
  background-color: #6c7378;
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
}
.showOverlay {
  display: block !important;
}
.notYouAnchor {
  display: inline-block;
  padding-left: 5px;
}
.partner-logo {
  width: 102.7px;
  height: 28px;
}
.partner-column {
  width: 49%;
  float: left;
}
.partner-logo-divider {
  width: 2%;
  margin-top: 10px;
  height: 26px;
  border-right: solid 1px #CBD2D6;
  float: left;
}
.partner-logo-image {
  height: 28px;
  background-size: 140px;
  margin-top: 10px;
  padding-left: 3px;
}
@media all and (max-width: 767px) {
  .partner-logo-image {
    padding-left: 0px;
  }
}
.partner-logo {
  margin-top: 0px;
  height: 50px;
}
.inline-display {
  display: inline-block;
}
.redirectContainer {
  position: relative;
  margin: 42px auto 0;
  padding: 30px 10% 50px;
}
.redirectContainerBordered {
  border: 1px solid #eaeced;
  border-radius: 5px;
}
h1.redirectHeaderText {
  font-size: 20px;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  margin-top: -1px;
}
.animationContainer {
  max-width: 200px;
  margin: auto;
  margin-top: 60px;
}
.redirectDescription {
  margin-top: 20px;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #2c2e2f;
  text-align: center;
  line-height: 1.6em;
  word-break: break-word;
}
.animation-arrow {
  max-width: 12.7px;
  max-height: 21px;
  content: url("https://www.paypalobjects.com/images/checkout/hermes/icons/Arrow_right-dark_blue.svg");
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 1.5px;
  /* We should have an IE 8 image for this */
}
.animationGif {
  height: 24px;
  margin-bottom: 24px;
  content: url("https://www.paypalobjects.com/images/identity/transition.gif");
}
.animation-pp-logo {
  max-width: 18px;
  max-height: 21px;
  content: url('https://www.paypalobjects.com/webstatic/i/consumer/onboarding/icon_PP_monogram_2x.png');
  display: inline-block;
  margin-right: 12px;
  /* We should have an IE 8 image for this */
}
.classic-logo-monogram-full {
  background: transparent url("https://www.paypalobjects.com/images/identity/NXO_Consent_Animation.gif") center no-repeat;
  background-size: 360px;
  height: 181px;
  margin-top: 0px;
}
@media all and (max-width: 320px) {
  .classic-logo-monogram-full {
    background-size: 360px;
    height: 181px;
    margin-top: -30px;
  }
}
@media all and (max-width: 568px) {
  .classic-logo-monogram-full {
    background-size: 300px;
    height: 160px;
  }
}
.classic-header {
  font-family: "Helvetica Neue";
  font-variant: normal;
  color: #2c2e2f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 24px;
  text-align: center;
  margin-bottom: -20px;
}
.classic-sub-header {
  font-family: "Helvetica Neue";
  font-variant: normal;
  height: 40px;
  color: #2c2e2f;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 18px;
  text-align: center;
  padding-top: 5px;
}
.classic-content {
  font-family: "Helvetica Neue";
  font-variant: normal;
  height: 45px;
  color: #6c7378;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  padding-top: 20px;
}
.classic-turn-this-on {
  height: 15px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-variant: normal;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  border-radius: 0px;
}
.classic-no-thanks {
  font-family: "Helvetica Neue";
  font-variant: normal;
  height: 15px;
  color: #0070ba;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
.paypal-logo-monogram-small {
  background: transparent url("https://www.paypalobjects.com/images/shared/momgram@2x.png") center no-repeat;
  background-size: 40px;
  height: 50px;
  margin-top: 150px;
}
.unavailable-feature-error-message {
  margin-top: 50px;
  width: 100%;
  height: 108px;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
}
.consentDescription {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  color: #2c2e2f;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  overflow: auto;
}
.consentFooter {
  margin: 20px 0;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #9e9e9e;
  font-size: 13px;
  text-align: center;
}
.returnToMerchant {
  text-align: left;
  margin: 0;
  padding: 20px 15px 20px 0;
  position: relative;
}
.returnToMerchant a {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #0070ba;
  padding-right: 40px;
  font-size: 15px;
  display: inline-block;
  height: 18px;
  /* z-index problem for ie10- */
  /* http://icreatestuff.co.uk/blog/article/ie9-z-index-stacking-problem-or-something-stranger */
  background: #fff;
  background: rgba(0, 0, 0, 0);
}
.underLine {
  border-bottom: dotted 1px #b7bcbf;
}
.notYou {
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 15px;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  margin: 5px 0 0;
  padding: 12px;
}
.arrowIcon {
  content: '';
  background: url("https://www.paypalobjects.com/images/shared/icArrow.png") no-repeat top center;
  padding-left: 15px;
  padding-right: 20px;
  background-position: 70% 60%;
  z-index: -1;
}
.profileIcon {
  background: url("https://www.paypalobjects.com/images/shared/profile.svg") no-repeat top center;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  float: left;
  padding: 0 10px 0 0;
  display: inline-block;
}
.iconCircle {
  float: left;
  display: inline-block;
  margin: 20px 10px 0 0;
}
.category {
  display: inline-table;
  width: 100%;
}
.categoryTitle {
  display: table-cell;
  padding-right: 10px;
  width: 95%;
}
.categoryAbout {
  display: table-cell;
  vertical-align: top;
}
.aboutCategory {
  display: block;
  width: 20px;
  height: 20px;
  background-position: 0 -300px;
  text-indent: -9999em;
  direction: ltr;
}
.aboutCategory:focus {
  background-position: 0 -400px;
}
.aboutCategory:active {
  background-position: 0 -500px;
}
.categoryAttributes {
  list-style-type: none;
}
.categoryAttributesProfile {
  list-style-type: none;
  display: block;
  margin-top: 5px;
}
.categoryAttributes:before {
  content: '';
  display: block;
  height: 5px;
}
.categoryAttributes > li,
.categoryAttributesProfile > li {
  display: inline;
  font-size: 13px;
  color: #6C7378;
}
.categoryAttributes > li:nth-last-of-type(1) > span,
.categoryAttributesProfile > li:nth-last-of-type(1) > span {
  display: none;
}
.categories {
  margin: 20px 0 0 16px;
}
.categories > li {
  margin-bottom: 20px;
  padding-left: 4px;
}
.categoryAttributes > .categoryAttributesAboutNote {
  display: block;
  padding-top: 12px;
  margin-right: 0;
}
.categoryAttributesList {
  margin: 5px 0 0 15px;
}
.asks {
  font-size: 20px;
  margin: 30px 0 0;
}
.slideUp {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slideDown {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  max-height: 500px;
  overflow: hidden;
}
.no-js .slideUp {
  overflow: visible;
  max-height: 500px;
}
.redirectingPara {
  text-align: center;
  margin: 60px 0px;
}
.returnToMerchantLink {
  display: block;
  padding: 20px 15px 20px 0;
}
.returnToMerchantIcon {
  padding-left: 15px;
  padding-top: 3px;
}
.footer a {
  font-size: inherit;
}
.acceptConsentButton {
  width: 100%;
}
.cancelConsentLink {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 20px 0 0;
}
.groupIcon {
  width: 36px;
  height: 36px;
  float: left;
  margin: 20px 15px 0 5px;
  background-size: cover;
  display: inline-block;
}
.groupIconCircle {
  float: left;
  display: inline-block;
  margin: 5px 10px 0 0;
  border: solid 1px #cbd2d6;
}
.group {
  display: inline-block;
}
.consentContentFooter {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #6c7378;
}
.consentContentFooter a {
  font-size: inherit;
}
.fiProfile {
  padding-top: 20px;
  padding-right: 5px;
  width: 98%;
  display: flex;
}
.fiIcon {
  width: 20%;
  height: 50px;
  float: left;
  margin: 10px 10px 0 0;
  background-size: cover;
  display: inline-block;
}
.fiDetails {
  width: 50%;
  display: inline-block;
  margin: 0 0 10px 10px;
  white-space: nowrap;
}
.fiDetails span {
  font-size: 13px;
}
.fiDisplayDesc {
  display: inline-block;
}
.fiChange {
  float: right;
  margin: 10px 0 0 55px;
}
.fiDesc {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  color: #6c7378;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  overflow: auto;
}
.fiDesc a {
  font-size: inherit;
}
/* needed to position the pp-react radio button */
.radio :before {
  top: 12px;
}
.container {
  box-sizing: border-box;
  margin: 0 0 0 20px;
  position: relative;
}
.ficontent {
  margin-left: 1rem;
  width: 100%;
}
.divider {
  border: none;
  /* strip default hr styling */
  margin: 10px 0 20px 0;
}
.divider:after {
  content: '..........................................';
  letter-spacing: 4px;
  font-size: 12px;
  color: #9b989b;
}
.fidescription {
  color: #2c2e2f;
  display: block;
  max-width: 410px;
}
.details {
  display: inline;
  margin: 0;
  font-family: pp-sans-small-regular;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #2c2e2f;
}
.flex {
  align-items: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.last-digits {
  color: #6c7378;
  white-space: nowrap;
}
.selected-details {
  padding-left: 6.5rem;
}
.backup {
  color: #6c7378;
  display: inline-block;
  font-size: 0.85rem;
  min-height: 1rem;
}
.make-preferred {
  box-sizing: border-box;
  font-size: 0.85rem;
  margin-bottom: 10px;
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
}
.make-preferred input[type='checkbox'] ~ label {
  background-position: -9px -2600px;
  line-height: 1.25rem;
  min-height: 0;
  padding-left: 2rem;
}
.make-preferred input[type='checkbox']:focus ~ label {
  background-position: -9px -2800px;
}
.make-preferred input[type='checkbox']:checked ~ label {
  background-position: -9px -3000px;
}
.make-preferred input[type='checkbox']:focus:checked ~ label {
  background-position: -9px -5409px;
}
.preferred-label {
  background: #eaf7e9;
  color: #018065;
  font-size: 0.5rem;
  margin: 3px 0 3px 65px;
  padding: 3px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 4px;
}
.primary {
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: pp-sans-small-bold;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2e2f;
}
.show {
  height: 2.25rem;
  opacity: 1;
  transform: translate(0rem, 0rem);
  transition: height 0.25s, opacity 0.25s, transform 0.25s;
}
.hide {
  height: 0rem;
  opacity: 0;
  transform: translate(0.5rem, 0.25rem);
  transition: height 0.25s, opacity 0.15s, transform 0.25s;
}
.fi-image {
  background-color: #f8f8f8;
  border: 1px solid #b0b8c5;
  border-radius: 2px;
  overflow: hidden;
}
.balance-or-credit-image {
  border-radius: 21px;
}
.image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 48px;
  position: relative;
  width: 48px;
}
.header {
  width: 100%;
  height: 36px;
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c2e2f;
  margin: 0 20px 20px 20px;
}
.confirm {
  width: 100%;
}
.modal {
  border-radius: 10px;
  position: relative;
  bottom: -250px;
  margin: 150px auto 0;
  padding: 40px;
  max-width: 60%;
  height: auto;
  background-color: #f8faf7;
  border: 1px solid #BEBEBE;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, bottom 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out, bottom 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out, bottom 0.8s ease-out;
  transition: opacity 0.8s ease-out, bottom 0.8s ease-out;
}
.modalContainer {
  margin: 0 auto;
  width: 325px;
}
@media all and (max-width: 767px) {
  .modalContainer {
    margin: 0 auto;
    width: 265px;
  }
}
.ppvx_modal {
  width: 50% !important;
  /* to override positioning of react modal */
}
@media all and (max-width: 767px) {
  .ppvx_modal {
    width: 85% !important;
    /* to override positioning of react modal */
    border-radius: 0.5rem !important;
  }
}
@media all and (max-width: 767px) {
  .divider {
    border: none;
    /* strip default hr styling */
    margin: 10px 0 20px 0;
  }
  .divider:after {
    content: '...................................';
    letter-spacing: 4px;
    font-size: 12px;
    color: #9b989b;
  }
}
.modalContainer .header {
  font-family: pp-sans-big-light;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c2e2f;
  margin: 0 auto;
}
