/*csslint empty-rules: false, important: true*/
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  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;
  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;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
}
mark,
.mark {
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
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[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.affix {
  position: fixed;
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
/* Icons */
/* Z-index list */
/* user for a bird's eye view of components based on z-axis */
/* for example, if you want to put a button in header, just assign z-index of that button to @zindexHeader */
/* these will overwrite the bootstrap pre defined variables */
/* TODO: check the clean the non-needed modal styles in bootstrap */
/* the same as bootstrap one, just overwrite */
/* Setting for Sidepanel */
/* This is not used by all side panels, only for the default one */
/* what about larger phones like gs3? what about phablets like the note?
/* responsive breakpoints */
/* Navigation */
/* Spinner */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Setting these elements to height of 100% ensures that
 * .vx_foreground-container fully covers the whole viewport
 */
html,
body {
  height: 100%;
}
/* This wraps the foreground or main part of the app.
 * It's purpose is to provide the "front" layer of the app and
 * allow the "back" layer to exist behind it.
 */
.vx_foreground-container {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  background: #F5F7FA;
  transition: left 250ms, right 250ms;
}
.vx_mainContent {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 0 9rem;
  position: relative;
}
.vx_a11yText,
.screenreader-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vx_hidden-phone {
    display: none !important;
  }
  .vx_foreground-container {
    width: 100%;
    min-height: 100%;
  }
  .vx_mainContent {
    padding-top: 0;
  }
}
/**
 * @fileOverview Contains type treatment for PayPal's new VX Patterns
 * @name type-vxPtrn
 * @author jlowery
 * @notes The below styles are mobile first
 */
body {
  font-size: inherit !important;
  font-family: 'PayPal-Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.vx_text-xl {
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h1,
.vx_text-1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h2,
.vx_text-2 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h3,
.vx_text-3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_text-3_lighter {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h4,
.vx_text-4 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
h5,
.vx_text-5 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-5_lighter {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
h6,
.vx_text-6,
.fees-page .fees-table-container th.fees-table-main-heading {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-6_lighter {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-body,
p,
li,
dd,
dt,
label,
input,
textarea,
pre,
code,
.fees-page .fees-image-features-container .fees-features-right .fees-features-table td {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-body_secondary,
.fees-page .fees-table-container th,
.fees-page .fees-table-container td {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-legal {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  color: #6C7378;
}
.vx_h1,
.vx_h2,
.vx_h3,
.vx_h4 {
  -webkit-font-smoothing: antialiased;
}
.vx_h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_h2 {
  /* Yes, the below H3 vars are intended
	 * this is the mobile sizing, so it's this first.
	 * Desktop is below.
	 */
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
  /* Mobile First, aka Desktop Later */
}
@media (min-width: 768px) {
  .vx_h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
    font-family: 'PayPal-Sans-Big', sans-serif;
  }
}
.vx_h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_h4 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_h5 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_h6 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_h7 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_base-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_small-text {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_legal-text {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  color: #6C7378;
}
.vx_secondary-text {
  color: #9DA3A6;
}
.vx_text-block {
  padding: 1.6em 1.6em 0.8em;
}
.vx_reverse-contrast {
  background: #2c2e2f;
  color: #FFFFFF;
}
.vx_reverse-contrast .vx_secondary-text {
  color: #CBD2D6;
}
.vx_reverse-contrast .small-text {
  font-weight: 500;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.8rem 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.6;
}
dl {
  margin-bottom: 1.6rem;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: 500;
}
dd {
  margin-left: 0.8rem;
}
.vx_unstyled-list {
  list-style: none;
  padding: 0;
}
a,
a:visited {
  color: #0070BA;
  text-decoration: none;
  font-weight: 500;
  font-family: 'PayPal-Sans', sans-serif;
}
a:active,
a:focus,
a:hover {
  color: #005EA6;
  text-decoration: underline;
}
p > a,
li > a {
  font-weight: 500;
  font-family: 'PayPal-Sans', sans-serif;
}
@font-face {
  font-family: 'paypal-vx-icons';
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
/**
 * @fileOverview Contains default styles for the global nav
 * @name global-nav
 * @author jlowery
 * @tested browsers Chrome 42+
 */
/***************
 * MIXINS
 */
/***************
 * VARIABLES
 */
/***************
 * STYLES
 */
/* This acts as the "state" of open and closed menu for mobile */
.vx_globalNav-toggleCheckbox {
  display: none;
}
.vx_globalNav-main,
.vx_globalNav-main_mobile {
  padding: 0;
  min-height: 72px;
  max-height: 84px;
  border-bottom: 1px solid #0070BA;
  background-color: #0070BA;
  background-image: linear-gradient(100deg, #0070BA, #1546A0);
}
.vx_globalNav-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: left 250ms, right 250ms;
}
.vx_globalNav-main_mobile,
.vx_globalNav-secondaryNav_mobile {
  display: none;
}
.vx_globalNav-brand_desktop {
  margin-left: 0;
  padding: 1.25rem  0.75rem 0 0;
  display: table-cell;
  vertical-align: top;
}
.vx_globalNav-brand_desktop:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LUFzc2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNQUExvZ29UcmFuc3BhcmVudFdoaXRlMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjAwMDAwMCwgNTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iU3BlY3MiIGZpbGw9IiNERTAwNjMiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDQ4MjgsIDEuNzcwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjUxODEwNjgsMi4yNjUzNzY1OSBDMTguMjY1MDU5OCwwLjgzNzc4Njc0NyAxNi4wMDE0MjAxLDAuMjI2MTk4NjYzIDEzLjEwNTE5NTYsMC4yMjYxOTg2NjMgTDQuNjk3ODIzODcsMC4yMjYxOTg2NjMgQzQuMTA2MDE1NDMsMC4yMjYxOTg2NjMgMy42MDIwOTY2MSwwLjY1Njc4OTczMyAzLjUwOTc5ODc0LDEuMjQxMzc5NzggTDAuMDA5MDkyMDI5MDcsMjMuNDM4NDQ1OSBDLTAuMDYwMDYyNDk1LDIzLjg3NjQ3NTIgMC4yNzg1NDY3MDksMjQuMjcyMzU0NSAwLjcyMTg1MjAwNSwyNC4yNzIzNTQ1IEw1LjkxMjAyMzAyLDI0LjI3MjM1NDUgTDUuNTUzODUyMTgsMjYuNTQzNzcwNiBDNS40OTM1MTQxNywyNi45MjY5Nzc0IDUuNzg5NDE4MzksMjcuMjczNTQ0IDYuMTc3MzQ0OTYsMjcuMjczNTQ0IEwxMC41NTE5ODg1LDI3LjI3MzU0NCBDMTEuMDY5OTU4NywyNy4yNzM1NDQgMTEuNTEwNzg0MywyNi44OTY2NzM1IDExLjU5MTUxMDUsMjYuMzg1MzYzOCBMMTEuNjM0NDkxLDI2LjE2MzA0MzMgTDEyLjQ1ODU1OTUsMjAuOTM3NTQ2NSBMMTIuNTExNzM0MSwyMC42NDg4MzI4IEMxMi41OTI0NjAzLDIwLjEzNzI0NzcgMTMuMDMzMjg1OSwxOS43NjA2NTI3IDEzLjU1MDk4MDUsMTkuNzYwNjUyNyBMMTQuMjA1MzMxMSwxOS43NjA2NTI3IEMxOC40NDM1OTQyLDE5Ljc2MDY1MjcgMjEuNzYyMTg0OCwxOC4wMzg4Mzk0IDIyLjczMTcyNTgsMTMuMDU5NjMwOCBDMjMuMTM3MDA5OCwxMC45NzkxMjkzIDIyLjkyNzYxNzcsOS4yNDI0Mzk1OCAyMS44NTYxMzU4LDguMDIxNDY3MzMgQzIxLjUzMTg1MzQsNy42NTIzMTA1NiAyMS4xMjg3NzM1LDcuMzQ2NzkyMDEgMjAuNjU4NDY3Niw3LjA5Nzc0ODkzIEMyMC45ODg1MzU4LDQuOTkzODMwODIgMjAuNjU2MjYzNSwzLjU2MjEwODYyIDE5LjUxODEwNjgsMi4yNjUzNzY1OSBaIiBpZD0iRmlsbC04IiBmaWxsLW9wYWNpdHk9IjAuNjgiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw3LjIxNTc2NDg5LDE2LjAwNzQ4MTUgTDcuMTc1MjY0MDMsMTYuMjY2NzQyMSBDNy4yNjc1NjE5LDE1LjY4MjA5NyA3Ljc2NzM0Nzk4LDE1LjI1MTE5IDguMzU5MTU2NDIsMTUuMjUxMTkgTDEwLjgyNjEyNywxNS4yNTExOSBDMTUuNjcwODAwOSwxNS4yNTExOSAxOS40NjQxMDU2LDEzLjI4MjkwMzQgMjAuNTcyNTA2Niw3LjU5MDc0MjIxIEMyMC42MDUyOTMsNy40MjI0MDE5MSAyMC42MzMzOTU3LDcuMjU5MDIwOSAyMC42NTg0Njc2LDcuMDk4Mzk1MDYiIGlkPSJGaWxsLTkiIGZpbGwtb3BhY2l0eT0iMC43Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNjE2MjEyODgsNy4xMjY0OTc2OSBDOC42NzE4NjcxMiw2Ljc3NDY2MzcyIDguODk3NTE0NzUsNi40ODY3NDk0NiA5LjIwMTQwODkzLDYuMzQxMDAxNDggQzkuMzM5NzE3OTgsNi4yNzQ4Nzc2NCA5LjQ5NDAwNjk2LDYuMjM3OTU4NDkgOS42NTU3MzQ4Nyw2LjIzNzk1ODQ5IEwxNi4yNDU4MDI4LDYuMjM3OTU4NDkgQzE3LjAyNjYxNTMsNi4yMzc5NTg0OSAxNy43NTQ1Mjg2LDYuMjg5MjA0NDcgMTguNDE5ODk5OSw2LjM5NjM4MDIxIEMxOC42MTAyODE0LDYuNDI2OTYyNDkgMTguNzk1MTUyNyw2LjQ2MjIyODU0IDE4Ljk3NTA2NDcsNi41MDIxNzgzNiBDMTkuMTU0NzAxMSw2LjU0MTg1MjY3IDE5LjMyOTM3ODMsNi41ODY0ODYyNyAxOS40OTgyNjk2LDYuNjM2MDc5MTUgQzE5LjU4Mjg1Myw2LjY2MDYwMDA4IDE5LjY2NTc4MzQsNi42ODY0OTg1OSAxOS43NDc2MTE2LDYuNzEzNzc0NjggQzIwLjA3NDM3MzYsNi44MjIwNTI0OCAyMC4zNzg1NDMzLDYuOTUwMTY3NDMgMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw4LjYxNjIxMjg4LDcuMTI2NDk3NjkiIGlkPSJGaWxsLTEwIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.vx_globalNav-container {
  display: table;
  width: 100%;
  max-width: 1024px;
  padding: 0 1em;
  margin: 0 auto;
}
.vx_globalNav-navContainer {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.vx_globalNav-nav {
  display: table;
  width: 100%;
}
.vx_globalNav-list,
.vx_globalNav-list_secondary {
  display: table-cell;
  vertical-align: top;
  list-style: none;
}
/*Secondary navigation which includes notification, settings, help, log out and user profile*/
.vx_globalNav-list_secondary {
  margin: 0;
  text-align: right;
  list-style: none;
  white-space: nowrap;
}
.vx_globalNav-list li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 1rem;
}
.vx_globalNav-list_secondary li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.vx_globalNav-list a,
.vx_globalNav-list a:visited {
  display: block;
  padding: 2em 0 0.65em;
  font-family: PayPal-Sans-Big, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-decoration: none;
  color: #FFFFFF;
}
.vx_globalNav-list a:hover,
.vx_globalNav-list a:visited:hover,
.vx_globalNav-list a:focus,
.vx_globalNav-list a:visited:focus,
.vx_globalNav-list a:active,
.vx_globalNav-list a:visited:active,
.vx_globalNav-list a.vx_isActive,
.vx_globalNav-list a:visited.vx_isActive {
  text-decoration: none;
  color: #FFFFFF;
}
.vx_globalNav-links {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
  opacity: 0.85;
  font-weight: normal;
  text-transform: uppercase;
}
.vx_globalNav-links:hover {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.vx_globalNav-links.vx_isActive {
  border-bottom: 1px solid #FFFFFF;
  opacity: 1;
}
.vx_globalNav-list_secondary a:hover,
.vx_globalNav-list_secondary label:hover {
  text-decoration: none;
}
.vx_globalNav-link_settings,
.vx_globalNav-link_notifications,
.vx_globalNav-link_iconOnly {
  display: block;
  position: relative;
  padding: 2.1rem 0.75rem 0;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.vx_globalNav-link_settings:hover,
.vx_globalNav-link_notifications:hover,
.vx_globalNav-link_iconOnly:hover {
  opacity: 1;
  text-decoration: none;
}
.vx_globalNav-link_settings.vx_isActive .vx_globalNav-navIcon,
.vx_globalNav-link_notifications.vx_isActive .vx_globalNav-navIcon,
.vx_globalNav-link_iconOnly.vx_isActive .vx_globalNav-navIcon {
  font-weight: 600;
}
.vx_globalNav-navIcon {
  display: block;
  height: 1.5rem;
  font-family: 'paypal-vx-icons';
  speak: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  color: #FFFFFF;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkNotifications:before {
  content: "\1F514";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkSettings:before {
  content: "\2699";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkSearch:before {
  content: "\1F50D";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icons for the left nav links */
.vx_globalNav-iconWrapper {
  display: none;
}
.vx_globalNav-iconWrapper_secondary {
  display: block;
}
/* alerts icon on the header */
.vx_globalNav-link_notifications.vx_isDisabled {
  background-size: contain;
  cursor: default;
  opacity: 0.5;
}
.vx_globalNav-link_notifications .vx_notificationCount {
  position: absolute;
  top: 0.8rem;
  right: 0.6rem;
  min-width: 1.65rem;
  padding: 0.05rem 0.35rem 0.2rem;
  border: 3px solid #FFFFFF;
  border-radius: 0.8572em;
  background: #009CDE;
  text-indent: 0;
  text-align: center;
  line-height: 1rem;
  text-shadow: none;
  color: #FFFFFF;
  font-weight: 500;
}
.vx_globalNav-link_notifications.vx_isCritical .vx_notificationCount {
  background: #D20000;
}
.vx_globalNav-link_notifications.vx_isDisabled .vx_notificationCount {
  display: none;
}
.vx_globalNav-listItem_logout {
  padding: 1.25rem 0 0 0.75rem;
}
.vx_globalNav-link_logout,
.vx_globalNav-toggleTrigger {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070BA;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #0070BA;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 1.36363636;
  min-width: 3.75rem;
  padding: 0.46875rem 0.9375rem;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  margin: 0;
}
.vx_globalNav-link_logout:visited,
.vx_globalNav-toggleTrigger:visited,
.vx_globalNav-link_logout:active,
.vx_globalNav-toggleTrigger:active,
.vx_globalNav-link_logout:hover,
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-link_logout:focus,
.vx_globalNav-toggleTrigger:focus {
  color: #fff;
}
.vx_globalNav-link_logout:visited,
.vx_globalNav-toggleTrigger:visited {
  text-decoration: none;
}
.vx_globalNav-link_logout:hover,
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-link_logout:focus,
.vx_globalNav-toggleTrigger:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_globalNav-link_logout:focus,
.vx_globalNav-toggleTrigger:focus {
  outline: none;
  text-decoration: underline;
}
.vx_globalNav-link_logout[disabled],
.vx_globalNav-toggleTrigger[disabled],
.vx_globalNav-link_logout[disabled]:hover,
.vx_globalNav-toggleTrigger[disabled]:hover,
.vx_globalNav-link_logout[disabled]:active,
.vx_globalNav-toggleTrigger[disabled]:active,
.vx_globalNav-link_logout.vx_is-disabled,
.vx_globalNav-toggleTrigger.vx_is-disabled,
.vx_globalNav-link_logout.vx_is-disabled:hover,
.vx_globalNav-toggleTrigger.vx_is-disabled:hover,
.vx_globalNav-link_logout.vx_is-disabled:active,
.vx_globalNav-toggleTrigger.vx_is-disabled:active {
  color: #CBD2D6;
  background: #F5F6F8;
  box-shadow: none;
  border: 1px solid #CBD2D6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  transform: none;
}
.vx_globalNav-link_logout + .vx_globalNav-link_logout,
.vx_globalNav-link_logout + .vx_globalNav-toggleTrigger,
.vx_globalNav-toggleTrigger + .vx_globalNav-link_logout,
.vx_globalNav-toggleTrigger + .vx_globalNav-toggleTrigger {
  margin-left: 0.75rem;
}
.vx_globalNav-link_logout.vx_btn-block,
.vx_globalNav-toggleTrigger.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_globalNav-link_logout:hover,
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-link_logout:focus,
.vx_globalNav-toggleTrigger:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
/* This fixes the in-between states that cause collisions of menu items */
@media (min-width: 768px) and (max-width: 950px) {
  .vx_globalNav-list li {
    padding: 0 0.75rem;
  }
  .vx_globalNav-list a {
    font-family: PayPal-Sans, sans-serif;
  }
  .vx_globalNav-link_settings,
  .vx_globalNav-link_notifications,
  .vx_globalNav-link_iconOnly {
    padding: 2.1rem 0.25rem 0;
  }
  /* alerts icon on the header */
  .vx_globalNav-link_notifications .vx_notificationCount {
    right: 0;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #0070BA;
    background-image: linear-gradient(10deg, #0070BA, #1546A0);
    background-repeat: no-repeat;
  }
  .vx_globalNav-main,
  .vx_globalNav-mobile {
    padding: 0;
    height: 0;
    min-height: 0;
  }
  .vx_globalNav-main {
    border: none;
    position: static;
  }
  .vx_globalNav-main_mobile {
    display: table;
    width: 100%;
  }
  .vx_globalNav-nav {
    display: table;
    position: static;
  }
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox {
    display: block;
    position: absolute;
    top: -1000em;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_globalNav_main .vx_globalNav-nav {
    position: absolute;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    position: fixed;
    left: 70%;
    right: -70%;
    top: 0;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav_mobile {
    position: static;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 800;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    z-index: -1;
    right: -70%;
  }
  .vx_hasOpenNav .vx_globalNav-nav {
    position: static;
  }
  .vx_hasOpenNav .vx_foreground-container {
    position: fixed;
    left: 70%;
    right: -70%;
    top: 0;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav_mobile {
    position: static;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_mainContent {
    padding-top: 0;
  }
  .vx_hasOpenNav .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .vx_hasOpenNav .vx_sidepanel {
    z-index: -1;
    right: -70%;
  }
  .vx_globalNav-main_mobile {
    display: table;
  }
  .vx_globalNav-headerSection_trigger,
  .vx_globalNav-headerSection_logo,
  .vx_globalNav-headerSection_actions {
    display: table-cell;
    vertical-align: top;
  }
  .vx_globalNav-headerSection_trigger,
  .vx_globalNav-headerSection_actions {
    width: 30%;
  }
  .vx_globalNav-headerSection_logo {
    text-align: center;
  }
  .vx_globalNav-headerSection_actions {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .vx_globalNav-headerSection_actions li {
    display: inline-block;
    vertical-align: top;
  }
  .vx_globalNav-toggleTrigger {
    margin: 1.3rem 0 0 1rem;
  }
  .vx_globalNav-brand_desktop {
    display: none;
  }
  .vx_globalNav-brand_mobile {
    display: inline-block;
    vertical-align: top;
    padding: 1.4rem 0 1rem;
  }
  .vx_globalNav-brand_mobile:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LUFzc2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNQUExvZ29UcmFuc3BhcmVudFdoaXRlMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjAwMDAwMCwgNTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iU3BlY3MiIGZpbGw9IiNERTAwNjMiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDQ4MjgsIDEuNzcwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjUxODEwNjgsMi4yNjUzNzY1OSBDMTguMjY1MDU5OCwwLjgzNzc4Njc0NyAxNi4wMDE0MjAxLDAuMjI2MTk4NjYzIDEzLjEwNTE5NTYsMC4yMjYxOTg2NjMgTDQuNjk3ODIzODcsMC4yMjYxOTg2NjMgQzQuMTA2MDE1NDMsMC4yMjYxOTg2NjMgMy42MDIwOTY2MSwwLjY1Njc4OTczMyAzLjUwOTc5ODc0LDEuMjQxMzc5NzggTDAuMDA5MDkyMDI5MDcsMjMuNDM4NDQ1OSBDLTAuMDYwMDYyNDk1LDIzLjg3NjQ3NTIgMC4yNzg1NDY3MDksMjQuMjcyMzU0NSAwLjcyMTg1MjAwNSwyNC4yNzIzNTQ1IEw1LjkxMjAyMzAyLDI0LjI3MjM1NDUgTDUuNTUzODUyMTgsMjYuNTQzNzcwNiBDNS40OTM1MTQxNywyNi45MjY5Nzc0IDUuNzg5NDE4MzksMjcuMjczNTQ0IDYuMTc3MzQ0OTYsMjcuMjczNTQ0IEwxMC41NTE5ODg1LDI3LjI3MzU0NCBDMTEuMDY5OTU4NywyNy4yNzM1NDQgMTEuNTEwNzg0MywyNi44OTY2NzM1IDExLjU5MTUxMDUsMjYuMzg1MzYzOCBMMTEuNjM0NDkxLDI2LjE2MzA0MzMgTDEyLjQ1ODU1OTUsMjAuOTM3NTQ2NSBMMTIuNTExNzM0MSwyMC42NDg4MzI4IEMxMi41OTI0NjAzLDIwLjEzNzI0NzcgMTMuMDMzMjg1OSwxOS43NjA2NTI3IDEzLjU1MDk4MDUsMTkuNzYwNjUyNyBMMTQuMjA1MzMxMSwxOS43NjA2NTI3IEMxOC40NDM1OTQyLDE5Ljc2MDY1MjcgMjEuNzYyMTg0OCwxOC4wMzg4Mzk0IDIyLjczMTcyNTgsMTMuMDU5NjMwOCBDMjMuMTM3MDA5OCwxMC45NzkxMjkzIDIyLjkyNzYxNzcsOS4yNDI0Mzk1OCAyMS44NTYxMzU4LDguMDIxNDY3MzMgQzIxLjUzMTg1MzQsNy42NTIzMTA1NiAyMS4xMjg3NzM1LDcuMzQ2NzkyMDEgMjAuNjU4NDY3Niw3LjA5Nzc0ODkzIEMyMC45ODg1MzU4LDQuOTkzODMwODIgMjAuNjU2MjYzNSwzLjU2MjEwODYyIDE5LjUxODEwNjgsMi4yNjUzNzY1OSBaIiBpZD0iRmlsbC04IiBmaWxsLW9wYWNpdHk9IjAuNjgiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw3LjIxNTc2NDg5LDE2LjAwNzQ4MTUgTDcuMTc1MjY0MDMsMTYuMjY2NzQyMSBDNy4yNjc1NjE5LDE1LjY4MjA5NyA3Ljc2NzM0Nzk4LDE1LjI1MTE5IDguMzU5MTU2NDIsMTUuMjUxMTkgTDEwLjgyNjEyNywxNS4yNTExOSBDMTUuNjcwODAwOSwxNS4yNTExOSAxOS40NjQxMDU2LDEzLjI4MjkwMzQgMjAuNTcyNTA2Niw3LjU5MDc0MjIxIEMyMC42MDUyOTMsNy40MjI0MDE5MSAyMC42MzMzOTU3LDcuMjU5MDIwOSAyMC42NTg0Njc2LDcuMDk4Mzk1MDYiIGlkPSJGaWxsLTkiIGZpbGwtb3BhY2l0eT0iMC43Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNjE2MjEyODgsNy4xMjY0OTc2OSBDOC42NzE4NjcxMiw2Ljc3NDY2MzcyIDguODk3NTE0NzUsNi40ODY3NDk0NiA5LjIwMTQwODkzLDYuMzQxMDAxNDggQzkuMzM5NzE3OTgsNi4yNzQ4Nzc2NCA5LjQ5NDAwNjk2LDYuMjM3OTU4NDkgOS42NTU3MzQ4Nyw2LjIzNzk1ODQ5IEwxNi4yNDU4MDI4LDYuMjM3OTU4NDkgQzE3LjAyNjYxNTMsNi4yMzc5NTg0OSAxNy43NTQ1Mjg2LDYuMjg5MjA0NDcgMTguNDE5ODk5OSw2LjM5NjM4MDIxIEMxOC42MTAyODE0LDYuNDI2OTYyNDkgMTguNzk1MTUyNyw2LjQ2MjIyODU0IDE4Ljk3NTA2NDcsNi41MDIxNzgzNiBDMTkuMTU0NzAxMSw2LjU0MTg1MjY3IDE5LjMyOTM3ODMsNi41ODY0ODYyNyAxOS40OTgyNjk2LDYuNjM2MDc5MTUgQzE5LjU4Mjg1Myw2LjY2MDYwMDA4IDE5LjY2NTc4MzQsNi42ODY0OTg1OSAxOS43NDc2MTE2LDYuNzEzNzc0NjggQzIwLjA3NDM3MzYsNi44MjIwNTI0OCAyMC4zNzg1NDMzLDYuOTUwMTY3NDMgMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw4LjYxNjIxMjg4LDcuMTI2NDk3NjkiIGlkPSJGaWxsLTEwIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  }
  .vx_globalNav-container {
    display: block;
    width: 70%;
    max-width: 1024px;
    padding: 0;
    margin: 0;
  }
  .vx_globalNav-secondaryNav_mobile,
  .vx_globalNav-navContainer {
    display: block;
  }
  .vx_globalNav-listItem_mobileLogout,
  .vx_globalNav-listItem_settings {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .vx_globalNav-listItem_settings {
    text-align: right;
  }
  .vx_globalNav-listItem_mobileLogout {
    padding: 1.75rem 0 0 2rem;
  }
  .vx_globalNav-link_settings,
  .vx_globalNav-link_iconOnly {
    text-indent: 0;
    display: inline-block;
    vertical-align: top;
  }
  .vx_globalNav-link_settings:hover,
  .vx_globalNav-link_iconOnly:hover {
    text-decoration: none;
  }
  .vx_globalNav-list {
    margin: 1.5rem 0;
    display: block;
  }
  .vx_globalNav-list li {
    display: block;
    padding: 0;
    text-align: center;
  }
  .vx_globalNav-list li:before,
  .vx_globalNav-list li:last-of-type:after {
    display: block;
    content: '';
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: border-bottom-color 0.3s;
  }
  .vx_globalNav-list li:hover:before,
  .vx_globalNav-list li:hover:last-of-type:after,
  .vx_globalNav-list li:hover + li:before {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .vx_globalNav-list a,
  .vx_globalNav-list a:visited {
    padding: 1rem 0;
    display: block;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    font-family: PayPal-Sans-Big, sans-serif;
  }
  .vx_globalNav-list a:hover,
  .vx_globalNav-list a:visited:hover,
  .vx_globalNav-list a:focus,
  .vx_globalNav-list a:visited:focus {
    border: none;
  }
  .vx_globalNav-list a:active,
  .vx_globalNav-list a:visited:active,
  .vx_globalNav-list a.vx_isActive,
  .vx_globalNav-list a:visited.vx_isActive {
    /* adding in the extra background color for IE */
    background-color: #005EA6;
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border: none;
  }
  .vx_globalNav-link_mobileLogout,
  .vx_globalNav-link_mobileLogout:hover,
  .vx_globalNav-link_mobileLogout:visited {
    color: #FFFFFF;
    font-weight: normal;
  }
  .vx_globalNav-list_secondary {
    display: none;
  }
  .vx_globalNav-displayName {
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
  }
}
@media (max-width: 640px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 75%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -75%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 75%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -75%;
  }
  .vx_globalNav-container {
    width: 75%;
  }
}
@media (max-width: 479px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 78%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -78%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 78%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -78%;
  }
  .vx_globalNav-container {
    width: 78%;
  }
}
@media (max-width: 320px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 80%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -80%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 80%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -80%;
  }
  .vx_globalNav-container {
    width: 80%;
  }
}
/**
 * @fileOverview Contains default styles for the footer
 * @name Footer
 * @author jlowery
 * @tested browsers
 */
.vx_globalFooter {
  position: absolute;
  width: 100%;
  min-height: 8rem;
  top: 100%;
  margin-top: -8rem;
  border-top: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #9DA3A6;
  text-shadow: 0 1px 1px #FFFFFF;
}
.vx_globalFooter a:hover,
.vx_globalFooter a:focus {
  text-shadow: none;
}
.vx_globalFooter-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
}
.vx_globalFooter-list,
.vx_globalFooter-list_secondary {
  margin: 0;
}
.vx_globalFooter-list li,
.vx_globalFooter-list_secondary li {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list a,
.vx_globalFooter-list_secondary a {
  display: block;
  padding: 1rem 0.75rem 0.75rem;
  font-weight: 400;
}
.vx_globalFooter-list a:hover,
.vx_globalFooter-list_secondary a:hover,
.vx_globalFooter-list a:focus,
.vx_globalFooter-list_secondary a:focus,
.vx_globalFooter-list a:active,
.vx_globalFooter-list_secondary a:active,
.vx_globalFooter-list .active,
.vx_globalFooter-list_secondary .active {
  color: #2C2E2F;
}
.vx_globalFooter-list li:first-child a {
  padding-left: 0;
}
.vx_globalFooter-list a {
  font-family: 'PayPal Sans Big', sans-serif;
  font-size: 0.8125rem;
  color: #6C7378;
  text-decoration: none;
  text-transform: uppercase;
}
.vx_globalFooter_secondary {
  width: 100%;
  border-top: 1px dotted #9DA3A6;
  text-align: right;
}
.vx_globalFooter-copyright,
.vx_globalFooter-list_secondary {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list_secondary {
  margin-left: 0.75rem;
}
.vx_globalFooter-list_secondary li {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list_secondary li:last-child {
  padding-right: 0;
}
.vx_globalFooter-list_secondary li:last-child a {
  padding-right: 0;
}
.vx_globalFooter-list_secondary a {
  font-size: 0.8125rem;
  color: #9DA3A6;
}
.vx_globalFooter-copyright,
.vx_globalFooter-disclaimer {
  margin-top: 1rem;
  padding-left: 0.65rem;
  font-size: 0.8125rem;
}
.vx_globalFooter-copyright {
  color: #9DA3A6;
  font-family: 'PayPal Sans Big', sans-serif;
  letter-spacing: 0.05rem;
}
.vx_globalFooter-copyright:after {
  content: "\7c";
  display: inline-block;
  padding-left: 1.5rem;
  vertical-align: -0.1rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1em;
}
.vx_globalFooter-disclaimer {
  padding: 0.5em 10px 1em;
  font-family: 'PayPal Sans Big', sans-serif;
  letter-spacing: 0.05rem;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.5em;
}
.vx_globalFooter-disclaimer a {
  color: #2C2E2F;
}
@media (min-width: 641px) and (max-width: 950px) {
  .vx_globalFooter-list_secondary li {
    padding: 0;
  }
}
@media (max-width: 641px) {
  .vx_globalFooter-list_secondary,
  .vx_globalFooter-copyright {
    padding-left: 0;
    margin-left: 0;
  }
  .vx_globalFooter-copyright {
    text-align: left;
    display: block;
    margin-top: 1.5rem;
  }
  .vx_globalFooter-copyright:after {
    content: "";
  }
  .vx_globalFooter-list_secondary {
    display: block;
    text-align: left;
  }
  .vx_globalFooter-list_secondary li:first-child a {
    padding-left: 0;
  }
}
/*
*	CSS for Sidepanel
*/
.vx_sidepanel-toggleCheckbox {
  display: none;
}
/* This creates the state for the opening and closing of the nav */
.vx_sidepanel-toggleCheckbox {
  display: block;
  position: absolute;
  top: -1000em;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_sidepanel {
  position: absolute;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_foreground-container {
  position: fixed;
  right: 320px;
  left: -320px;
  top: 0;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_foreground-container > .vx_sidepanel-toggleTrigger_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 800;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_globalNav-main {
  left: -320px;
  right: 320px;
}
.vx_hasOpenSidepanel .vx_sidepanel {
  position: absolute;
}
.vx_hasOpenSidepanel .vx_foreground-container {
  position: fixed;
  right: 320px;
  left: -320px;
  top: 0;
}
.vx_hasOpenSidepanel .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.vx_hasOpenSidepanel .vx_globalNav-main {
  left: -320px;
  right: 320px;
}
.vx_sidepanel {
  width: 320px;
  background: linear-gradient(10deg, #00415C, #02225B);
  min-height: 100%;
  transition: right 250ms ease;
  z-index: 0;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 5em;
}
.vx_sidepanel .cellDivider {
  border-left: 1px solid #111111;
  padding: 0;
}
.vx_sidepanel-headerContainer {
  border-bottom: 1px solid #344F7B;
  color: #FFFFFF;
  min-height: 4em;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vx_sidepanel-header {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 1.5rem;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 300;
  width: 80%;
  line-height: 2.5em;
}
.vx_sidepanel-headerIcon_left,
.vx_sidepanel-headerIcon_right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
.vx_sidepanel-headerIcon_left button,
.vx_sidepanel-headerIcon_right button {
  background: none;
  border: none;
  padding: 1rem;
}
.vx_sidepanel-body {
  height: 85%;
}
.vx_sidepanel-footer {
  position: absolute;
  width: 100%;
  top: 100%;
  min-height: 5em;
  margin-top: -5em;
  padding: 1.5rem;
  background-color: inherit;
  color: white;
  border-top: 1px solid #344F7B;
}
/**
 * Sidepanel Item List Styles
 */
.vx_sidepanel-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vx_sidepanel-item,
.vx_sidepanel-item:visited {
  display: table;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #344F7B;
  background-color: transparent;
  font-weight: 400;
  color: #FFFFFF;
  transition: background-color 0.25s;
}
.vx_sidepanel-item,
.vx_sidepanel-item:visited,
.vx_sidepanel-item:hover,
.vx_sidepanel-item:visited:hover,
.vx_sidepanel-item:focus,
.vx_sidepanel-item:visited:focus,
.vx_sidepanel-item:active,
.vx_sidepanel-item:visited:active {
  text-decoration: none;
}
.vx_sidepanel-item:hover,
.vx_sidepanel-item:visited:hover,
.vx_sidepanel-item:focus,
.vx_sidepanel-item:visited:focus,
.vx_sidepanel-item:active,
.vx_sidepanel-item:visited:active {
  background-color: #0070BA;
  color: #FFFFFF;
}
.vx_sidepanel-item:visited,
.vx_sidepanel-item:visited:visited {
  color: #FFFFFF;
}
.vx_sidepanel-itemIcon,
.vx_sidepanel-itemIcon_middle {
  display: table-cell;
  vertical-align: top;
  width: 1rem;
  border: none;
  padding: 0;
}
.vx_sidepanel-itemIcon:before,
.vx_sidepanel-itemIcon_middle:before {
  margin-left: -5px;
}
.vx_sidepanel-itemIcon_middle {
  vertical-align: middle;
}
.vx_sidepanel-itemAction {
  display: table-cell;
  padding: 1rem 1rem 0 0;
}
.vx_sidepanel-itemActionMessage {
  vertical-align: text-bottom;
  font-weight: 500;
}
.vx_sidepanel-itemActionMessage:after {
  padding-left: 5px;
  font-family: paypal-vx-icons;
  font-weight: 800;
  content: "\2192";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_sidepanel-itemDismiss {
  display: table-cell;
  vertical-align: top;
  width: 2.75em;
  padding: 2.25rem 0;
  text-align: right;
}
.vx_sidepanel-message {
  display: table-cell;
  vertical-align: top;
}
.vx_sidepanel-messageButton {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070BA;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #0070BA;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  min-width: 4.5rem;
  padding: 0.5625rem 1.125rem;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vx_sidepanel-messageButton:visited,
.vx_sidepanel-messageButton:active,
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  color: #fff;
}
.vx_sidepanel-messageButton:visited {
  text-decoration: none;
}
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_sidepanel-messageButton:focus {
  outline: none;
  text-decoration: underline;
}
.vx_sidepanel-messageButton[disabled],
.vx_sidepanel-messageButton[disabled]:hover,
.vx_sidepanel-messageButton[disabled]:active,
.vx_sidepanel-messageButton.vx_is-disabled,
.vx_sidepanel-messageButton.vx_is-disabled:hover,
.vx_sidepanel-messageButton.vx_is-disabled:active {
  color: #CBD2D6;
  background: #F5F6F8;
  box-shadow: none;
  border: 1px solid #CBD2D6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  transform: none;
}
.vx_sidepanel-messageButton + .vx_sidepanel-messageButton {
  margin-left: 0.75rem;
}
.vx_sidepanel-messageButton.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
@media (max-width: 768px) {
  .vx_sidepanel-toggleCheckbox:checked ~ .vx_globalNav_main {
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_foreground-container {
    right: 80%;
    left: -80%;
  }
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -80%;
    right: 80%;
  }
  .vx_hasOpenSidepanel .vx_foreground-container {
    right: 80%;
    left: -80%;
  }
  .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -80%;
    right: 80%;
  }
}
@media (max-width: 320px) {
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_foreground-container {
    right: 85%;
    left: -85%;
  }
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -85%;
    right: 85%;
  }
  .vx_hasOpenSidepanel .vx_foreground-container {
    right: 85%;
    left: -85%;
  }
  .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -85%;
    right: 85%;
  }
}
/*
* @name buttons
* @description All defined button styles and states belong here, including any helper class button style options, like `vx_btn-secondary` or `vx_btn-medium` etc.
*
* @group elements
*/
.vx_btn,
.vx_btn-small,
.vx_btn-medium {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070BA;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #0070BA;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
}
.vx_btn:visited,
.vx_btn-small:visited,
.vx_btn-medium:visited,
.vx_btn:active,
.vx_btn-small:active,
.vx_btn-medium:active,
.vx_btn:hover,
.vx_btn-small:hover,
.vx_btn-medium:hover,
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  color: #fff;
}
.vx_btn:visited,
.vx_btn-small:visited,
.vx_btn-medium:visited {
  text-decoration: none;
}
.vx_btn:hover,
.vx_btn-small:hover,
.vx_btn-medium:hover,
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  outline: none;
  text-decoration: underline;
}
.vx_btn[disabled],
.vx_btn-small[disabled],
.vx_btn-medium[disabled],
.vx_btn[disabled]:hover,
.vx_btn-small[disabled]:hover,
.vx_btn-medium[disabled]:hover,
.vx_btn[disabled]:active,
.vx_btn-small[disabled]:active,
.vx_btn-medium[disabled]:active,
.vx_btn.vx_is-disabled,
.vx_btn-small.vx_is-disabled,
.vx_btn-medium.vx_is-disabled,
.vx_btn.vx_is-disabled:hover,
.vx_btn-small.vx_is-disabled:hover,
.vx_btn-medium.vx_is-disabled:hover,
.vx_btn.vx_is-disabled:active,
.vx_btn-small.vx_is-disabled:active,
.vx_btn-medium.vx_is-disabled:active {
  color: #CBD2D6;
  background: #F5F6F8;
  box-shadow: none;
  border: 1px solid #CBD2D6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  transform: none;
}
.vx_btn + .vx_btn,
.vx_btn + .vx_btn-small,
.vx_btn + .vx_btn-medium,
.vx_btn-small + .vx_btn,
.vx_btn-small + .vx_btn-small,
.vx_btn-small + .vx_btn-medium,
.vx_btn-medium + .vx_btn,
.vx_btn-medium + .vx_btn-small,
.vx_btn-medium + .vx_btn-medium {
  margin-left: 0.75rem;
}
.vx_btn.vx_btn-block,
.vx_btn-small.vx_btn-block,
.vx_btn-medium.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_btn-secondary {
  background-color: transparent;
  border-color: #0070BA;
  color: #0070BA;
}
.vx_btn-secondary:hover,
.vx_btn-secondary:focus {
  color: #003087;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #003087;
  box-shadow: 0 0 0 1px #003087 inset;
}
.vx_btn-secondary:visited {
  text-decoration: none;
  color: #0070BA;
}
.vx_btn_reversed {
  border-color: #fff;
  background-color: #fff;
  color: #0070BA;
}
.vx_btn_reversed:hover,
.vx_btn_reversed:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #003087;
}
.vx_btn_reversed:visited {
  color: #0070BA;
}
.vx_btn_reversed:visited:hover {
  color: #003087;
}
.vx_btn-secondary_reversed {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.vx_btn-secondary_reversed:hover,
.vx_btn-secondary_reversed:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.vx_btn-medium {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  min-width: 4.5rem;
  padding: 0.5625rem 1.125rem;
}
.vx_btn-small {
  font-size: 0.8125rem;
  line-height: 1.36363636;
  min-width: 3.75rem;
  padding: 0.46875rem 0.9375rem;
}
.vx_btn-icon {
  display: inline-block;
  width: 1.5rem;
  position: relative;
  margin-right: 0.625rem;
}
.vx_btn-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -1.125rem;
  left: 0;
}
.vx_btn-icon .svg-stroke {
  stroke: #fff;
}
.vx_btn-icon .svg-fill {
  fill: #fff;
}
.vx_btn-secondary .vx_btn-icon .svg-stroke {
  stroke: #0070BA;
}
.vx_btn-secondary .vx_btn-icon .svg-fill {
  fill: #0070BA;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-stroke,
.vx_btn-secondary:focus .vx_btn-icon .svg-stroke {
  stroke: #003087;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-fill,
.vx_btn-secondary:focus .vx_btn-icon .svg-fill {
  fill: #003087;
}
[disabled] .vx_btn-icon .svg-stroke,
[disabled]:hover .vx_btn-icon .svg-stroke,
[disabled]:active .vx_btn-icon .svg-stroke,
.vx_is-disabled .vx_btn-icon .svg-stroke,
.vx_is-disabled:hover .vx_btn-icon .svg-stroke,
.vx_is-disabled:active .vx_btn-icon .svg-stroke {
  stroke: #CBD2D6;
}
[disabled] .vx_btn-icon .svg-fill,
[disabled]:hover .vx_btn-icon .svg-fill,
[disabled]:active .vx_btn-icon .svg-fill,
.vx_is-disabled .vx_btn-icon .svg-fill,
.vx_is-disabled:hover .vx_btn-icon .svg-fill,
.vx_is-disabled:active .vx_btn-icon .svg-fill {
  fill: #CBD2D6;
}
.vx_btn-medium .vx_btn-icon {
  width: 1.125rem;
  margin-right: 0.5rem;
}
.vx_btn-medium .vx_btn-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.8125rem;
}
.vx_btn-small .vx_btn-icon {
  width: 1.10795454rem;
  margin-right: 0.375rem;
}
.vx_btn-small .vx_btn-icon svg {
  width: 1.10795454rem;
  height: 1.10795454rem;
  top: -0.75rem;
}
.vx_btn-group,
.vx_btn-group_stacked {
  text-align: center;
}
.vx_btn-group_stacked .vx_btn,
.vx_btn-group_stacked .vx_btn-small,
.vx_btn-group_stacked .vx_btn-medium {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.vx_addBtn-primary,
.vx_addBtn-secondary {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  background: none;
  border: none;
  color: #0070BA;
  padding-left: 0.125rem;
}
.vx_addBtn-primary:before,
.vx_addBtn-secondary:before {
  content: "\002B";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'paypal-vx-icons';
  line-height: 0;
  font-size: 1.25rem;
}
.vx_addBtn-primary:hover,
.vx_addBtn-secondary:hover {
  color: #005EA6;
  text-decoration: none;
}
.vx_addBtn-primary:before {
  color: #FFFFFF;
  background: #0070BA;
  border-radius: 100%;
  padding: 0 5px 3px;
  box-shadow: 0 1px 2px #2C2E2F;
  margin-right: 12px;
}
.vx_addBtn-secondary:before {
  margin-right: 5px;
}
.vx_backBtn {
  background: none;
  border: none;
  color: #0070BA;
  font-weight: normal;
  padding: 0;
}
.vx_backBtn:focus,
.vx_backBtn:active,
.vx_backBtn:hover {
  color: #005EA6;
  text-decoration: none;
}
.vx_backBtn:focus span,
.vx_backBtn:active span,
.vx_backBtn:hover span {
  text-decoration: underline;
}
.vx_backBtn:before {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2190';
  display: inline;
  font-size: 1.5em;
  vertical-align: -0.1em;
  padding-right: 0.1em;
}
.vx_btn-twoUp .vx_btn {
  display: inline-block;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}
.vx_btn-twoUp .vx_btn:first-of-type {
  margin-right: 1.5%;
}
.vx_btn-twoUp .vx_btn:last-of-type {
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  .vx_blocks-for-mobile .vx_btn {
    display: block;
    width: 100%;
  }
  .vx_blocks-for-mobile .vx_btn + .vx_btn {
    margin: 5px 0 0;
  }
}
.vx_btn-link {
  background: none;
  border: none;
  color: #0070BA;
  font-weight: 500;
  padding: 0;
}
.vx_btn-link:hover {
  color: #005EA6;
  text-decoration: underline;
}
/* Mixin for placeholder */
.vx_form-control {
  width: 100%;
  height: 50px;
  padding: 12.5px;
  border: 1px solid #9DA3A6;
  border-radius: 5px;
  background: #FFFFFF;
  transition: border-color 0.15s;
}
.vx_form-control:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_form-control:hover,
.vx_form-control:focus,
.vx_form-control:active,
.vx_form-control.vx_is-active {
  border-color: #009CDE;
}
.vx_form-control[disabled],
.vx_form-control[disabled]:hover,
.vx_form-control[disabled]:active,
.vx_form-control.vx_is-disabled,
.vx_form-control.vx_is-disabled:hover,
.vx_form-control.vx_is-disabled:active {
  border-color: #CBD2D6;
  background: #F5F7FA;
  color: #6C7378;
  cursor: default;
}
.vx_form-group,
.vx_form-group_hiddenLabel {
  padding-top: 1em;
  text-align: left;
}
.vx_form-group label,
.vx_form-group_hiddenLabel label {
  font-weight: 500;
}
.vx_form-group_hiddenLabel label,
.vx_form-group-nolabel label {
  position: absolute;
  left: -999em;
}
input.vx_has-error {
  background: #FFFFFF;
  border-color: #D20000;
}
.vx_has-error,
.vx_has-error input,
.vx_has-error label,
input.vx_has-error,
label.vx_has-error {
  color: #D20000;
}
.vx_has-error input,
.vx_has-error select,
.vx_has-error input:hover,
.vx_has-error input:active,
input:focus input.vx_has-error,
input.vx_has-error:hover,
input.vx_has-error:active,
input.vx_has-error:focus {
  background: #FFFFFF;
  border-color: #D20000;
}
.vx_has-error .vx_form-control_complex {
  border-color: #D20000;
}
.vx_has-error .vx_form-control-icon {
  color: #D20000;
}
.vx_has-error .vx_selectIcon_error {
  position: relative;
  display: block;
  text-align: right;
  height: 0;
  font-family: 'paypal-vx-icons';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
.vx_has-error .vx_selectIcon_error:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.58rem;
  position: absolute;
  right: 1.25em;
  top: -1.25em;
}
.vx_selectIcon_error {
  display: none;
}
.vx_form-control_complex {
  padding: 0;
  display: table;
  table-layout: fixed;
  height: auto;
}
.vx_form-control_complex input {
  background: none;
  border: none;
  display: table-cell;
  width: 100%;
  padding: 12.5px;
  height: 50px;
}
.vx_form-control_complex input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_form-control_complex input:hover {
  background: none;
}
.vx_form-control-icon,
.vx_form-control-error-icon {
  display: table-cell;
  width: 2.5em;
  min-width: 2.5em;
  color: #9DA3A6;
  text-align: right;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.vx_form-control-error-icon {
  width: 1px;
  min-width: 1px;
  visibility: hidden;
}
.vx_form-control-icon + input {
  padding-left: 0.5em;
}
label.vx_has-error-with-message,
input.vx_has-error-with-message,
.vx_form-control_complex.vx_has-error-with-message {
  color: #D20000;
}
input.vx_has-error-with-message,
.vx_form-control_complex.vx_has-error-with-message {
  background: #FFFFFF;
  border-color: #D20000;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-message > input,
.vx_has-error-with-message > input,
.vx_has-message > .vx_form-control_complex,
.vx_has-error-with-message > .vx_form-control_complex {
  margin-bottom: 0 !important;
  border: 1px solid #0092d1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-message.hasFocus:after,
.vx_has-error-with-message.hasFocus:after {
  color: #D20000;
}
.vx_has-error-with-message > label,
.vx_has-error-with-message > .vx_form-control_complex {
  color: #D20000;
}
.vx_has-error-with-message > input,
.vx_has-error-with-message > .vx_form-control_complex {
  background: #FFFFFF;
  border-color: #D20000;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-error-with-message .vx_form-control-message {
  background: #FEFAFA;
  border: 1px solid #D20000;
  border-top-width: 0;
}
.vx_has-error-with-message .vx_form-control-icon {
  color: #D20000;
}
.vx_has-error-with-message.hasFocus:after {
  color: #D20000;
}
.vx_has-error .vx_form-control_complex .vx_form-control-error-icon,
.vx_has-error-with-message .vx_form-control_complex .vx_form-control-error-icon {
  display: table-cell;
  visibility: visible;
  width: 2.25em;
  color: #D20000;
  text-align: left;
}
.vx_form-control-message {
  display: block;
  background: #FDFEFF;
  padding: 0.5em 1em;
  border: 1px solid #0092d1;
  border-top-width: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*********************************
 *       FLOATING LABEL          *
 *********************************/
.vx_floatingLabel,
.vx_floatingLabel_complex,
.vx_floatingLabel_active {
  position: relative;
  padding: 0;
  margin-top: 15px;
  background: white;
  border-radius: 5px;
  text-align: left;
}
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control {
  position: relative;
  display: table-cell;
}
.vx_floatingLabel:before,
.vx_floatingLabel_complex:before,
.vx_floatingLabel_active:before,
.vx_floatingLabel:after,
.vx_floatingLabel_complex:after,
.vx_floatingLabel_active:after,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  content: attr(data-label-content);
  position: absolute;
  padding: 0 15px;
  line-height: 50px;
  margin: 1px;
  transition: opacity 0.25s ease-out;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  color: #6C7378;
}
.vx_floatingLabel:after,
.vx_floatingLabel_complex:after,
.vx_floatingLabel_active:after,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  top: -10px;
  left: 0;
  font-size: 12px;
  color: #6C7378;
  font-weight: 500;
  transition: opacity 0.4s ease-in-out, top 0.3s ease-out;
}
.vx_floatingLabel.hasFocus:after,
.vx_floatingLabel_complex.hasFocus:after,
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #0070BA;
}
.vx_floatingLabel label,
.vx_floatingLabel_complex label,
.vx_floatingLabel_active label {
  position: absolute;
  left: -999em;
}
.vx_floatingLabel input,
.vx_floatingLabel_complex input,
.vx_floatingLabel_active input {
  position: relative;
  z-index: 2;
  height: 50px;
  padding: 18px 15px 0;
  background: transparent;
  color: #2C2E2F;
}
.vx_floatingLabel .vx_form-control-icon,
.vx_floatingLabel_complex .vx_form-control-icon,
.vx_floatingLabel_active .vx_form-control-icon,
.vx_floatingLabel .vx_form-control-error-icon,
.vx_floatingLabel_complex .vx_form-control-error-icon,
.vx_floatingLabel_active .vx_form-control-error-icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.vx_floatingLabel .vx_form-control-error-icon,
.vx_floatingLabel_complex .vx_form-control-error-icon,
.vx_floatingLabel_active .vx_form-control-error-icon {
  top: -3px;
}
.vx_floatingLabel .vx_form-control-error-icon:before,
.vx_floatingLabel_complex .vx_form-control-error-icon:before,
.vx_floatingLabel_active .vx_form-control-error-icon:before {
  display: none;
}
.vx_floatingLabel .vx_form-control-icon,
.vx_floatingLabel_complex .vx_form-control-icon,
.vx_floatingLabel_active .vx_form-control-icon {
  vertical-align: middle;
}
.vx_floatingLabel.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel_complex.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel_active.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control-error-icon:before,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control-error-icon:before,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control-error-icon:before {
  display: inline;
}
.vx_floatingLabel.vx_has-error,
.vx_floatingLabel_complex.vx_has-error,
.vx_floatingLabel_active.vx_has-error,
.vx_floatingLabel.vx_has-error-with-message,
.vx_floatingLabel_complex.vx_has-error-with-message,
.vx_floatingLabel_active.vx_has-error-with-message {
  border-color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control,
.vx_floatingLabel_complex.vx_has-error .vx_form-control,
.vx_floatingLabel_active.vx_has-error .vx_form-control,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control {
  border-color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control:hover,
.vx_floatingLabel_complex.vx_has-error .vx_form-control:hover,
.vx_floatingLabel_active.vx_has-error .vx_form-control:hover,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control:hover,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:hover,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control:hover {
  background: transparent;
}
.vx_floatingLabel.vx_has-error.hasFocus:after,
.vx_floatingLabel_complex.vx_has-error.hasFocus:after,
.vx_floatingLabel_active.vx_has-error.hasFocus:after,
.vx_floatingLabel.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel_complex.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel_active.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control-error-icon,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control-error-icon,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control-error-icon {
  display: table-cell;
  visibility: visible;
  width: inherit;
  min-width: 2.25em;
  color: #D20000;
  text-align: left;
}
.vx_floatingLabel.vx_has-error:before,
.vx_floatingLabel_complex.vx_has-error:before,
.vx_floatingLabel_active.vx_has-error:before,
.vx_floatingLabel.vx_has-error-with-message:before,
.vx_floatingLabel_complex.vx_has-error-with-message:before,
.vx_floatingLabel_active.vx_has-error-with-message:before,
.vx_floatingLabel.vx_has-error:after,
.vx_floatingLabel_complex.vx_has-error:after,
.vx_floatingLabel_active.vx_has-error:after,
.vx_floatingLabel.vx_has-error-with-message:after,
.vx_floatingLabel_complex.vx_has-error-with-message:after,
.vx_floatingLabel_active.vx_has-error-with-message:after {
  color: #D20000;
}
.vx_floatingLabel.vx_has-error.hasValue input,
.vx_floatingLabel_complex.vx_has-error.hasValue input,
.vx_floatingLabel_active.vx_has-error.hasValue input,
.vx_floatingLabel.vx_has-error-with-message.hasValue input,
.vx_floatingLabel_complex.vx_has-error-with-message.hasValue input,
.vx_floatingLabel_active.vx_has-error-with-message.hasValue input,
.vx_floatingLabel.vx_has-error.hasFocus input,
.vx_floatingLabel_complex.vx_has-error.hasFocus input,
.vx_floatingLabel_active.vx_has-error.hasFocus input,
.vx_floatingLabel.vx_has-error-with-message.hasFocus input,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus input,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus input {
  color: #2c2e2f;
}
.vx_floatingLabel_complex {
  display: block;
  padding: 0;
  height: auto;
  border: 1px solid #9da3a6;
  border-radius: 5px;
  text-align: left;
  transition: border-color 0.15s;
}
.vx_floatingLabel_complex .vx_form-control {
  display: table;
  table-layout: fixed;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.vx_floatingLabel_complex .vx_form-control input {
  display: block;
  width: 100%;
  border: none;
  background: none;
}
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control input,
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control:before,
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control:after {
  padding-left: 8px;
  padding-right: 8px;
}
.vx_floatingLabel_complex label {
  max-width: 1px;
}
.vx_floatingLabel_complex:before,
.vx_floatingLabel_complex:after {
  content: '';
  display: none;
}
.vx_floatingLabel_complex.vx_has-message {
  border-color: #0092d1;
}
.vx_floatingLabel_complex.vx_has-error .vx_form-control:before,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:before,
.vx_floatingLabel_complex.vx_has-error .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:after {
  color: #D20000;
}
.vx_floatingLabel_complex .vx_form-control-message {
  border-width: 0;
  border-top-width: 1px;
}
.vx_floatingLabel:before {
  color: #2C2E2F;
  opacity: 0;
}
.vx_floatingLabel input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel input:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel input::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel input:focus:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel input:focus::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel.hasFocus:before,
.vx_floatingLabel.hasValue:before {
  opacity: 0;
}
.vx_floatingLabel.hasFocus:before input,
.vx_floatingLabel.hasValue:before input {
  color: inherit;
}
.vx_floatingLabel.hasFocus:after,
.vx_floatingLabel.hasValue:after {
  opacity: 1;
  top: -10px;
}
.vx_floatingLabel.hasValue:after {
  color: #2C2E2F;
}
.vx_floatingLabel_active input {
  color: transparent;
}
.vx_floatingLabel_active input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.vx_floatingLabel_active input:-moz-placeholder {
  /* FF 4-18 */
  opacity: 0;
}
.vx_floatingLabel_active input::-moz-placeholder {
  /* FF 19+ */
  opacity: 0;
}
.vx_floatingLabel_active input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.vx_floatingLabel_active input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel_active input:focus:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel_active input:focus::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel_active input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel_active:before,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:before {
  opacity: 1;
}
.vx_floatingLabel_active:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  opacity: 0;
}
.vx_floatingLabel_active.hasFocus input,
.vx_floatingLabel_active.hasValue input {
  color: inherit;
}
.vx_floatingLabel_active.hasFocus:before,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_active.hasValue:before,
.vx_floatingLabel_active.hasValue.vx_floatingLabel_complex > .vx_form-control:before {
  opacity: 0;
}
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.hasValue:after,
.vx_floatingLabel_active.hasValue.vx_floatingLabel_complex > .vx_form-control:after {
  opacity: 1;
}
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #0070BA;
}
.vx_floatingLabel_active.vx_is-disabled {
  background: #F5F7FA;
}
.vx_floatingLabel_active.vx_is-disabled.hasFocus:after,
.vx_floatingLabel_active.vx_is-disabled.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #6C7378;
}
.vx_floatingLabel_active.vx_is-disabled input[disabled],
.vx_floatingLabel_active.vx_is-disabled input[disabled]:hover,
.vx_floatingLabel_active.vx_is-disabled input[disabled]:active,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled:hover,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled:active {
  background: transparent;
  color: #6C7378;
}
.vx_alert,
.vx_alert_inline,
.vx_alert-manageCardReissued-help {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding: 1rem;
  border: 1px solid #9DA3A6;
  border-left-width: 0;
  border-right-width: 0;
  color: #9DA3A6;
}
.vx_alert_inline {
  border: none;
}
.vx_alert-help:before,
.vx_alert-success:before,
.vx_alert-warning:before,
.vx_alert-critical:before {
  display: inline;
  width: 3em;
  padding-right: 12px;
  font-size: 1.58rem;
  line-height: 0;
  font-family: 'paypal-vx-icons';
}
.vx_alert-help,
.vx_alert-manageCardReissued-help {
  border-color: #009CDE;
  color: #009CDE;
}
.vx_alert-help:before {
  content: "\2139";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-success {
  border-color: #00CF92;
  color: #00CF92;
}
.vx_alert-success:before {
  content: "\2714";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-warning {
  border-color: #FF9600;
  color: #FF9600;
}
.vx_alert-warning:before {
  content: "\2755";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-critical {
  border-color: #D20000;
  color: #D20000;
}
.vx_alert-critical:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-icon {
  display: inline;
  width: 3em;
  padding-right: 12px;
}
.vx_alert-text {
  margin: 0 0 0 2.5em;
  color: #2c2e2f;
  display: table-cell;
  width: 100%;
}
@media (min-width: 768px) {
  .vx_alert,
  .vx_alert-manageCardReissued-help {
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
  }
}
/* Styles for checkbox widget */
.vx_checkbox,
.vx_radio {
  width: 100%;
  position: relative;
}
.vx_checkbox input,
.vx_radio input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.vx_checkbox input:focus + label:before,
.vx_radio input:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_checkbox input:checked + label:before,
.vx_radio input:checked + label:before {
  content: "\2611";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #0092d1;
  color: #FFFFFF;
  background-color: #0092d1;
}
.vx_checkbox label,
.vx_radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}
.vx_checkbox label:before,
.vx_radio label:before {
  font-family: 'paypal-vx-icons';
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  width: 1.2em;
  margin: 0 12px 0 0;
  padding: 0.4em 0.1em;
  border: 1px solid #2c2e2f;
  content: '';
  font-size: 25px;
  line-height: 0;
  border-radius: 2px;
}
.vx_checkbox.vx_has-error input:checked + label:before,
.vx_radio.vx_has-error input:checked + label:before {
  border-color: #D20000;
  background: #D20000;
}
.vx_checkbox.vx_has-error label:before,
.vx_radio.vx_has-error label:before {
  border-color: #D20000;
}
.vx_checkbox.vx_has-error:after,
.vx_radio.vx_has-error:after {
  font-family: 'paypal-vx-icons';
  display: inline-block;
  vertical-align: middle;
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75em;
  line-height: 0;
  position: relative;
  top: -3px;
  padding-left: 5px;
}
.vx_checkbox.vx_is-disabled,
.vx_radio.vx_is-disabled {
  cursor: not-allowed;
}
.vx_checkbox.vx_is-disabled input:checked + label:before,
.vx_radio.vx_is-disabled input:checked + label:before {
  border-color: #6C7378;
  background: #6C7378;
}
.vx_checkbox.vx_is-disabled label:before,
.vx_radio.vx_is-disabled label:before {
  border-color: #6C7378;
  cursor: not-allowed;
}
.vx_checkbox.vx_is-disabled label,
.vx_radio.vx_is-disabled label {
  color: #6C7378;
  cursor: not-allowed;
}
.vx_radio input:checked + label:before {
  content: '';
  border-color: #0092d1;
  background-color: #0092d1;
  box-shadow: inset 0 0 0 5px #FFFFFF;
}
.vx_radio label:before {
  border-radius: 100%;
}
/**
 * THIS ICONS COMPONENT IS BEING DEPRECATED. USE THE ICONOGRAPHY COMPONENT INSTEAD.
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
.icon {
  font-family: 'paypal-vx-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;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-slider-small:before {
  content: "\205D";
}
.icon-slider-half-small:before {
  content: "\205E";
}
.icon-close-small:before {
  content: "\274E";
}
.icon-add-small:before {
  content: "\002B";
}
.icon-arrow-down-small:before {
  content: "\2193";
}
.icon-arrow-up-small:before {
  content: "\2191";
}
.icon-arrow-left-small:before {
  content: "\2190";
}
.icon-arrow-right-small:before {
  content: "\2192";
}
.icon-arrow-down-half-small:before {
  content: "\21E3";
}
.icon-arrow-up-half-small:before {
  content: "\21E1";
}
.icon-arrow-left-half-small:before {
  content: "\21E0";
}
.icon-arrow-right-half-small:before {
  content: "\21E2";
}
.icon-arrow-back-small:before {
  content: "\21E6";
}
.icon-clear-half-small:before {
  content: "\2716";
}
.icon-checkmark-small:before {
  content: "\2705";
}
.icon-checkmark-small-bold:before {
  content: "\2611";
}
.icon-circled-checkmark-small:before {
  content: "\2714";
}
.icon-circled-checkmark-large:before {
  content: "\2713";
}
.icon-action-arrow-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-right-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.icon-tooltip-small:before {
  content: "\2753";
}
.icon-info-small:before {
  content: "\2139";
}
.icon-positive-small:before {
  content: "\002B";
}
.icon-attention-small:before {
  content: "\2755";
}
.icon-critical-small:before {
  content: "\26A0";
}
.icon-info-large:before {
  content: "\24D8";
}
.icon-positive-large:before {
  content: "\002B";
}
.icon-attention-large:before {
  content: "\2762";
}
.icon-critical-large:before {
  content: "\2757";
}
.icon-pp-logo:before {
  content: "\E498";
}
.icon-pp-logo-half:before {
  content: "\E499";
}
.icon-gear:before {
  content: "\2699";
}
.icon-magnifying-glass:before {
  content: "\1F50D";
}
.icon-bell:before {
  content: "\1F514";
}
.icon-chain-link:before {
  content: "\1F517";
}
.icon-calendar:before {
  content: "\1F4C5";
}
.icon-camera-add:before {
  content: "\1F4F7";
}
.icon-avatar:before {
  content: "\1F471";
}
.vx_addFlowTransition {
  opacity: 1;
  transition: opacity 0.25s;
}
.vx_hasFadeTransition {
  opacity: 0;
}
.vx_invisiblyRender {
  position: fixed;
  z-index: -1000;
}
.vx_steppedFlow-container {
  display: block;
  position: relative;
  transition: height 0.2s;
  overflow-x: auto;
}
.vx_prepForAnimation {
  overflow-x: hidden;
}
.vx_steppedFlow-slides {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.vx_prepToSlide {
  position: relative;
  transition: left 0.25s;
}
.vx_slide-right_start {
  left: 0;
}
.vx_slide-right_end {
  left: -100%;
}
.vx_slide-left_start {
  left: -100%;
}
.vx_slide-left_end {
  left: 0;
}
.vx_steppedFlow-slide {
  display: none;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  font-size: 16px;
}
.vx_activeSlide {
  display: inline-block;
}
/*
*	CSS for Panel with optional Action
*/
.vx_panel,
.vx_panel-tile,
.vx_panel-well {
  min-height: 1.5rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}
.vx_panel,
.vx_panel-well {
  display: table;
  width: 100%;
}
.vx_panel-tile {
  background-color: #FFFFFF;
  border: 1px solid #CBD2D6;
}
.vx_panel-well {
  background-color: #F5F7FA;
}
.vx_panel-info {
  display: table-cell;
  color: #2c2e2f;
}
.vx_panel-header,
.vx_panel-text,
.vx_panel-action {
  color: #2c2e2f;
  margin: 0;
  font-family: 'PayPal-Sans', sans-serif;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.vx_panel-action {
  display: table-cell;
  max-width: 7em;
  color: #0070BA;
  text-align: right;
}
.vx_panel-text {
  font-weight: 400;
  font-size: 0.9375rem;
}
.vx_hr {
  border: none;
  border-top: 1px solid #B7BCBF;
  margin: 0.75rem 0;
}
.vx_hr-alt {
  border: none;
  border-top: 1px dotted #CBD2D6;
  margin: 0.75rem 0;
}
@keyframes vx_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes vx_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vx_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vx_spinner-small,
.vx_has-spinner-small:after {
  height: 18px;
  opacity: 0.56;
  width: 18px;
  animation: vx_spin 620ms infinite linear;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'100%25'%20height%3D'100%25'%20viewBox%3D'0%200%2038%2038'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%0A%09%3Cdefs%3E%0A%09%09%3ClinearGradient%20id%3D'gradient'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'0'%3E%0A%09%09%09%3Cstop%20offset%3D'0'%20stop-color%3D'%23000000'%20stop-opacity%3D'0'%2F%3E%0A%09%09%09%3Cstop%20offset%3D'1'%20stop-color%3D'%23000000'%20stop-opacity%3D'1'%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%3C%2Fdefs%3E%0A%09%3Cpath%20stroke%3D'url(%23gradient)'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'1px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C1%2034%2C0'%3E%3C%2Fpath%3E%0A%09%3Cpath%20stroke%3D'%23000000'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'1px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C0%2034%2C0'%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  display: block;
}
.vx_spinner-medium,
.vx_has-spinner-medium:after {
  height: 24px;
  opacity: 0.56;
  width: 24px;
  animation: vx_spin 620ms infinite linear;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'100%25'%20height%3D'100%25'%20viewBox%3D'0%200%2038%2038'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%0A%09%3Cdefs%3E%0A%09%09%3ClinearGradient%20id%3D'gradient'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'0'%3E%0A%09%09%09%3Cstop%20offset%3D'0'%20stop-color%3D'%23000000'%20stop-opacity%3D'0'%2F%3E%0A%09%09%09%3Cstop%20offset%3D'1'%20stop-color%3D'%23000000'%20stop-opacity%3D'1'%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%3C%2Fdefs%3E%0A%09%3Cpath%20stroke%3D'url(%23gradient)'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'2px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C1%2034%2C0'%3E%3C%2Fpath%3E%0A%09%3Cpath%20stroke%3D'%23000000'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'2px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C0%2034%2C0'%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  display: block;
}
.vx_spinner-large,
.vx_has-spinner-large:after {
  height: 128px;
  opacity: 0.56;
  width: 128px;
  animation: vx_spin 620ms infinite linear;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'100%25'%20height%3D'100%25'%20viewBox%3D'0%200%2038%2038'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%0A%09%3Cdefs%3E%0A%09%09%3ClinearGradient%20id%3D'gradient'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'0'%3E%0A%09%09%09%3Cstop%20offset%3D'0'%20stop-color%3D'%2300CF92'%20stop-opacity%3D'0'%2F%3E%0A%09%09%09%3Cstop%20offset%3D'1'%20stop-color%3D'%2300CF92'%20stop-opacity%3D'1'%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%3C%2Fdefs%3E%0A%09%3Cpath%20stroke%3D'url(%23gradient)'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'2px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C1%2034%2C0'%3E%3C%2Fpath%3E%0A%09%3Cpath%20stroke%3D'%2300CF92'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'2px'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C0%2034%2C0'%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  display: block;
}
.vx_has-spinner-small,
.vx_has-spinner-medium,
.vx_has-spinner-large {
  position: relative;
}
.vx_has-spinner-small:before,
.vx_has-spinner-medium:before,
.vx_has-spinner-large:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  animation: vx_fade-in 0.3s ease-out 0s both;
}
.vx_has-spinner-small:after,
.vx_has-spinner-medium:after,
.vx_has-spinner-large:after {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.no-js .captcha-container .captcha-inputs .refresh.small.light {
  display: none;
}
.captcha-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.captcha-container {
  width: 100%;
  margin: 0;
  /** method responsible for loading the background image set in CSS **/
  /* light button for header and footer */
}
.captcha-container .container {
  width: 95%;
  background-image: none;
  background-color: transparent;
}
.captcha-container .corral {
  margin: 0 auto;
  width: 460px;
}
.captcha-container .contentContainer {
  position: relative;
  margin: 50px auto 0;
  padding: 5% 10%;
  background-color: #fff;
  border-radius: 5px;
}
.captcha-container .contentContainer .modal-overlay {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FAFAFA;
  z-index: 16;
  opacity: 1;
}
.captcha-container .contentContainer .modal-animate {
  z-index: 17;
  position: absolute;
  width: 100px;
  margin: 0 auto;
  top: 120px;
  left: 38%;
  min-height: 100px;
  overflow: hidden;
}
.captcha-container .contentContainer .rotate {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  margin: -15px auto auto -15px;
  animation: rotation .7s infinite linear;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  border-right: 8px solid rgba(0, 0, 0, 0.2);
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  border-top: 8px solid #2180c0;
  border-radius: 100%;
}
.captcha-container .contentContainer .paypal-logo {
  margin: 0 auto;
  background: transparent url("https://www.paypalobjects.com/images/shared/monogram@2x.png") top center no-repeat;
  background-size: 30px 37px;
  width: 30px;
  height: 37px;
  display: block;
  text-indent: -999em;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.captcha-container .headerText {
  text-align: center;
  margin: 0 10px 0 0;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: normal;
}
.captcha-container .headerText .notYou {
  color: #6c7378;
  font-size: 15px;
  padding-bottom: 10px;
}
.captcha-container .captcha-paypal-logo {
  margin: 0 auto 30px;
  background: transparent url("https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg") top center no-repeat;
  background-size: 129px 32px;
  width: 129px;
  height: 32px;
  display: block;
  text-indent: -999em;
}
.lower-than-ie9 .captcha-container .captcha-paypal-logo {
  background: transparent url("https://www.paypalobjects.com/images/shared/paypal-logo-129x32.png") top center no-repeat;
}
.captcha-container .captcha-image {
  height: 85px;
  width: 100%;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin: 0 0 5px 0;
}
.captcha-container .captcha-image img {
  width: 100%;
  height: 81px;
  border-radius: 4px;
}
.captcha-container .captcha-inputs {
  display: table;
  width: 100%;
  height: 50px;
}
.captcha-container .captcha-inputs .textInput {
  display: table-cell;
  min-width: 100px;
}
.captcha-container .captcha-inputs .refresh,
.captcha-container .captcha-inputs .audio {
  display: table-cell;
  vertical-align: middle;
  width: 36px;
}
.lower-than-ie9 .captcha-container .captcha-inputs .refresh,
.lower-than-ie9 .captcha-container .captcha-inputs .audio,
.lower-than-ie10 .captcha-container .captcha-inputs .refresh,
.lower-than-ie10 .captcha-container .captcha-inputs .audio {
  vertical-align: bottom;
}
.captcha-container .captcha-inputs .refresh {
  padding: 0 8px;
}
.captcha-container .captcha-inputs .captchaPlay,
.captcha-container .captcha-inputs .captchaRefresh {
  display: block;
  width: 36px;
  height: 36px;
}
.captcha-container .captcha-inputs .captchaPlay:after,
.captcha-container .captcha-inputs .captchaRefresh:after {
  width: 36px;
  height: 36px;
}
.captcha-container .captcha-inputs .captchaPlay:after {
  background-position: -32px -3489px;
}
.captcha-container .captcha-inputs .captchaRefresh:after {
  background-position: -33px -3389px;
}
.captcha-container .captcha-inputs .audio a {
  background-position: -32px -3489px;
}
.captcha-container .captcha-inputs .refresh a {
  background-position: -33px -3389px;
}
.captcha-container .captcha-inputs .buttonLight {
  border: 1px solid;
  border-color: #ddd #d9d9d9 #bdbdbd;
  background-color: #dedede;
  text-shadow: 0 1px #efefef;
  color: #333;
  border-radius: 5px;
  box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}
.captcha-container .captcha-inputs .buttonLight:hover {
  background-color: #d1d1d1;
  text-decoration: none;
  box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
}
.captcha-container .captcha-inputs .buttonLight:active {
  background-color: #c8c8c8;
  border-color: #c2c2c2 #bcbcbc #adadad;
  box-shadow: 0 2px 4px #999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}
.captcha-container .captcha-inputs .onboardingSpritePseudo:after {
  content: '';
  display: block;
  background-image: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png');
  background-repeat: no-repeat;
}
.captcha-container .light,
.captcha-container .light:link,
.captcha-container .light:visited {
  border-color: #dddddd #d9d9d9 #bdbdbd;
  background-color: #dedede;
  /* Chrome,Safari4+ */
  background: linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px #efefef;
  color: #333;
}
.captcha-container .light:hover {
  background-color: #d1d1d1;
  /* Chrome,Safari4+ */
  background: linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.captcha-container .light:active {
  background-color: #c8c8c8;
  border-color: #c2c2c2 #bcbcbc #adadad;
  /* Chrome,Safari4+ */
  background: linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  box-shadow: 0 2px 4px #999999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}
.captcha-container a.button,
.captcha-container a.button:link,
.captcha-container a.button:visited,
.captcha-container .button,
.captcha-container button {
  width: 100%;
  height: 45px;
  padding-top: 4px;
  border: 0;
  display: block;
  background: #009CDE;
  box-shadow: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background: #0070A7;
  -webkit-border-radius: 5px;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  text-decoration: none;
  transition: background-color 0.4s ease-out;
}
.captcha-container a.button:hover,
.captcha-container a.button:link:hover,
.captcha-container a.button:visited:hover,
.captcha-container .button:hover,
.captcha-container button:hover,
.captcha-container a.button:focus,
.captcha-container a.button:link:focus,
.captcha-container a.button:visited:focus,
.captcha-container .button:focus,
.captcha-container button:focus {
  background: #008ac5;
}
.captcha-container a.button.active,
.captcha-container a.button:link.active,
.captcha-container a.button:visited.active,
.captcha-container .button.active,
.captcha-container button.active,
.captcha-container a.button:active,
.captcha-container a.button:link:active,
.captcha-container a.button:visited:active,
.captcha-container .button:active,
.captcha-container button:active {
  background: #00598e;
}
.captcha-container a.button.secondary,
.captcha-container a.button:link.secondary,
.captcha-container a.button:visited.secondary,
.captcha-container .button.secondary,
.captcha-container button.secondary {
  background: #E1E7EB;
  color: #2C2E2F;
}
.captcha-container a.button.secondary:hover,
.captcha-container a.button:link.secondary:hover,
.captcha-container a.button:visited.secondary:hover,
.captcha-container .button.secondary:hover,
.captcha-container button.secondary:hover,
.captcha-container a.button.secondary:focus,
.captcha-container a.button:link.secondary:focus,
.captcha-container a.button:visited.secondary:focus,
.captcha-container .button.secondary:focus,
.captcha-container button.secondary:focus {
  background: #d2dbe1;
}
.captcha-container a.button,
.captcha-container a.button:link,
.captcha-container a.button:visited {
  padding-top: 14px;
}
.captcha-container button.asLink {
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  color: #0079c1;
  font-weight: normal;
}
.captcha-container .fieldWrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.captcha-container .errorMessage {
  position: absolute;
  top: 1px;
  opacity: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
  border-radius: 0px 0px 5px 5px;
  transition: top 0.3s ease-out;
  transition-property: max-height, opacity, top, padding-top, background;
}
.captcha-container .errorMessage.show {
  opacity: 1;
  top: 36px;
  height: auto;
  background: #fff7f7;
  border: 1px solid #e00200;
  border-top: hidden;
}
.captcha-container .errorMessage p {
  margin: 0;
  color: #2c2e2f;
}
.captcha-container .z100 {
  z-index: 100;
}
.captcha-container .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 */
}
.captcha-container .textInput .fieldWrapper:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-radius: 5px;
}
.captcha-container .textInput.hasError input {
  border: 1px solid #e00200;
  background: url("https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form.png") no-repeat top -409.9px right 10px;
  background-size: 25px;
}
@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) {
  .captcha-container .textInput.hasError input {
    background: url("https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png") no-repeat top -409.9px right 10px;
    background-size: 25px;
  }
}
.captcha-container .textInput.hasError input:-moz-placeholder {
  color: #9d2c36;
}
.captcha-container .textInput.hasError input::-moz-placeholder {
  color: #9d2c36;
}
.captcha-container .textInput.hasError input:-ms-input-placeholder {
  color: #9d2c36;
}
.captcha-container .textInput.hasError input::-webkit-input-placeholder {
  color: #9d2c36;
}
.captcha-container .textInput.hasError input:focus,
.captcha-container .textInput.hasError input:active {
  border: 1px solid #e00200;
}
.captcha-container .textInput.hasError input:focus:-moz-placeholder,
.captcha-container .textInput.hasError input:active:-moz-placeholder {
  color: #9B989B;
}
.captcha-container .textInput.hasError input:focus::-moz-placeholder,
.captcha-container .textInput.hasError input:active::-moz-placeholder {
  color: #9B989B;
}
.captcha-container .textInput.hasError input:focus:-ms-input-placeholder,
.captcha-container .textInput.hasError input:active:-ms-input-placeholder {
  color: #9B989B;
}
.captcha-container .textInput.hasError input:focus::-webkit-input-placeholder,
.captcha-container .textInput.hasError input:active::-webkit-input-placeholder {
  color: #9B989B;
}
.captcha-container .textInput .fieldLabel {
  width: 100%;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: none;
}
.captcha-container .textInput .fieldLabel .errorMessage {
  width: inherit;
  z-index: -1;
  top: 40px;
}
.captcha-container .textInput input {
  height: 44px;
  width: 100%;
  padding: 0 10px 0 10px;
  border: 1px solid #aaa;
  background: #fff;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: none;
  color: #2c2e2f;
  font-size: 1em;
}
.captcha-container .textInput input:focus {
  outline: 0;
  border: 1px solid #009CDE;
  box-shadow: none;
  background-color: #fff;
}
.captcha-container .textInput input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  background-clip: padding-box;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.captcha-container .combinedFields .textInput {
  width: 70%;
  float: left;
}
.captcha-container .combinedFields .textInput input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.captcha-container .textInput {
  position: relative;
}
.captcha-container .textInput .inputAction {
  position: absolute;
  z-index: 2;
  color: #0070ba;
  font-size: 13px;
  top: 16px;
  right: 15px;
}
.captcha-container .textInput.hasError .inputAction {
  position: absolute;
  top: 16px;
  right: 50px;
}
.captcha-container .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;
}
.captcha-container footer {
  display: none;
}
@media all and (max-width: 440px) {
  .captcha-container .corral {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .captcha-container .combinedFields .textInput {
    width: 65%;
  }
}
/* Landscape mobile */
@media all and (max-width: 767px) and (orientation: landscape) {
  .captcha-container .contentContainer {
    margin: 5px auto 0;
    padding: 0% 10% 1%;
  }
}
.vx_modal,
.vx_modal-glimpse,
.vx_modal-flow {
  display: none;
  position: fixed;
  top: 100%;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transition: top 0.35s;
}
.vx_modal-glimpse,
.vx_modal-flow {
  background: transparent;
}
.vx_modal-glimpse .vx_modal-wrapper,
.vx_modal-flow .vx_modal-wrapper {
  display: table-cell;
  width: 66.6%;
}
.vx_modal-glimpse .vx_modal-content,
.vx_modal-flow .vx_modal-content {
  padding: 90px 25% 50px;
  width: 100%;
}
.vx_modal-glimpse .vx_steppedFlow-container,
.vx_modal-flow .vx_steppedFlow-container {
  padding: 90px 0 50px;
}
.vx_modal-glimpse .vx_steppedFlow-slide,
.vx_modal-flow .vx_steppedFlow-slide {
  padding: 0 25%;
}
.vx_modal-glimpse:before,
.vx_modal-flow:before,
.vx_modal-glimpse:after,
.vx_modal-flow:after {
  display: table-cell;
  content: '';
}
.vx_modal-flow {
  background: #f4f6f9;
}
.vx_modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f4f6f9;
  opacity: 0;
  z-index: 1049;
  transition: opacity 0.15s;
}
.vx_modal-header {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.vx_modal-header > h1,
.vx_modal-header > h2,
.vx_modal-header > h3,
.vx_modal-header > h4,
.vx_modal-header > h5,
.vx_modal-header > h6 {
  margin-top: 0;
}
.vx_modal-wrapper {
  display: block;
  height: 100%;
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  background: #FFFFFF;
}
.vx_modal-content {
  padding-top: 114px;
}
.vx_modal-body {
  margin-bottom: 68px;
}
.vx_backBtn_flow,
.vx_modal-dismiss_x,
.vx_modal-dismiss_x-trigger {
  padding: 24px 4px 0;
}
.vx_backBtn_flow {
  float: left;
}
.vx_modal-dismiss_x,
.vx_modal-dismiss_x-trigger {
  float: right;
  border: none;
  background: none;
}
.vx_modal-dismiss_x:before,
.vx_modal-dismiss_x-trigger:before {
  font-family: 'paypal-vx-icons';
  font-size: 1.5em;
  content: "\274E";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2e2f;
}
.vx_modalPrepToOpen {
  display: table;
  table-layout: fixed;
}
.vx_modalPrepBg {
  display: block;
}
.vx_modalBgIsShown {
  opacity: 0.9;
}
.vx_modalIsOpening,
.vx_modalIsOpen {
  display: table;
  table-layout: fixed;
  top: 0;
}
.vx_modalIsOpen {
  position: relative;
}
.vx_hasOpenModal .vx_foreground-container {
  position: fixed;
}
.vx_modalIsClosing {
  position: fixed;
}
@media (min-width: 768px) {
  .vx_modal-header {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .vx_modal-glimpse .vx_steppedFlow-container,
  .vx_modal-flow .vx_steppedFlow-container {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0 12.5%;
  }
}
@media (max-width: 768px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    display: table;
    table-layout: fixed;
  }
  .vx_modal-glimpse:before,
  .vx_modal-flow:before,
  .vx_modal-glimpse:after,
  .vx_modal-flow:after {
    display: none;
  }
  .vx_modal-content {
    padding-top: 3em;
    min-width: 0;
  }
}
@media (max-width: 640px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    width: 100%;
  }
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding: 72px 8.33% 50px;
  }
  .vx_modal-glimpse .vx_steppedFlow-container,
  .vx_modal-flow .vx_steppedFlow-container {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0 8.33%;
  }
  .vx_modal-content {
    padding-top: 3em;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0;
  }
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * PLEASE NOTE: If you have specific icon needs, place them in your project's own Less file.
*/
/*
 * Use this for local testing
 *
@font-face {
	font-family: 'consumer-icons';

	src: url('fonts/ConsumerIcons-Regular.eot');
	src: url('fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ConsumerIcons-Regular.woff2') format('woff2'),
		url('fonts/ConsumerIcons-Regular.woff') format('woff'),
		url('fonts/ConsumerIcons-Regular.ttf')  format('truetype'),
		url('fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');

	font-style: normal;
	font-weight: 400;
} */
/*
 * Use this for production
 *
 */
@font-face {
  font-family: 'consumer-icons';
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.woff2') format('woff2'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.woff') format('woff'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.ttf') format('truetype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/4-0-1/fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
}
/*
 * Use this for containing an icon for vertical and
 * horizontal centering. Just apply the width and height
 * to a custom class applied to this same element.
 */
.cw_icon-container {
  display: inline-table;
  margin: auto;
}
.cw_icon-container .cw_icon {
  vertical-align: middle;
  display: table-cell;
  height: 1em;
}
.cw_icon-container .cw_icon:before {
  vertical-align: 0.15em;
}
.cw_icon {
  font-family: 'consumer-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;
}
.cw_icon-small:before {
  font-size: 1.58rem;
}
.cw_icon-medium:before {
  font-size: 2.6rem;
}
.cw_icon-large:before {
  font-size: 7.8rem;
}
.cw_icon-slider-small:before {
  content: "\205E";
}
.cw_icon-slider-xsmall:before,
.cw_icon-slider-half-small:before {
  content: "\205D";
}
.cw_icon-close-small:before {
  content: "\2716";
}
.cw_icon-add-small:before {
  content: "\002B";
}
.cw_icon-arrow-down-small:before {
  content: "\2193";
}
.cw_icon-arrow-up-small:before {
  content: "\2191";
}
.cw_icon-arrow-left-small:before {
  content: "\2190";
}
.cw_icon-arrow-right-small:before {
  content: "\2192";
}
.cw_icon-arrow-down-half-small:before {
  content: "\21E3";
}
.cw_icon-arrow-up-half-small:before {
  content: "\21E1";
}
.cw_icon-arrow-left-half-small:before {
  content: "\21E0";
}
.cw_icon-arrow-right-half-small:before {
  content: "\21E2";
}
.cw_icon-arrow-back-small:before {
  content: "\21E6";
}
.cw_icon-clear-half-small:before,
.cw_icon-cancel-small:before {
  content: "\274E";
}
.cw_icon-checkmark-large:before,
.cw_icon-checkmark-small:before {
  content: "\2705";
}
.cw_icon-checkmark-sm:before,
.cw_icon-checkmark-small-bold:before {
  content: "\2611";
}
.cw_icon-action-xsmall:before,
.cw_icon-action-arrow-half-small:before {
  content: "\25BA";
}
.cw_icon-open-list-small:before,
.cw_icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.cw_icon-close-list-small:before,
.cw_icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.cw_icon-help-xsmall:before,
.cw_icon-tooltip-outline-small:before,
.cw_icon-tooltip-small:before {
  content: "\FE16";
}
.cw_icon-circled-info-xsmall:before,
.cw_icon-info-small:before,
.cw_icon-info-outline-small:before {
  content: "\2139";
}
.cw_icon-positive-xsmall:before,
.cw_icon-positive-small:before,
.cw_icon-circled-checkmark-small:before {
  content: "\2714";
}
.cw_icon-attention-xsmall:before,
.cw_icon-attention-small:before,
.cw_icon-attention-outline-small:before {
  content: "\FE15";
}
.cw_icon-critical-xsmall:before,
.cw_icon-critical-small:before {
  content: "\26A0";
}
.cw_icon-info-large:before {
  content: "\24D8";
}
.cw_icon-positive-large:before,
.cw_icon-circled-checkmark-large:before {
  content: "\2713";
}
.cw_icon-attention-large:before {
  content: "\2762";
}
.cw_icon-critical-large:before {
  content: "\2757";
}
.cw_icon-settings-small:before,
.cw_icon-gear:before {
  content: "\2699";
}
.cw_icon-search-small:before,
.cw_icon-magnifying-glass:before {
  content: "\1F50D";
}
.cw_icon-notification-small:before,
.cw_icon-bell-small:before,
.cw_icon-bell:before {
  content: "\1F514";
}
.cw_icon-link-xsmall:before,
.cw_icon-chain-link-xsmall:before,
.cw_icon-chain-link:before,
.cw_icon-link-small:before {
  content: "\1F517";
}
.cw_icon-calendar-small:before {
  content: "\1F4C5";
}
.cw_icon-calendar:before {
  content: "\1F4C6";
}
.cw_icon-photo-small:before,
.cw_icon-camera:before,
.cw_icon-camera-small:before {
  content: "\1F4F7";
}
.cw_icon-photo-add-small:before,
.cw_icon-camera-add:before {
  content: "\E614";
}
.cw_icon-profile-large:before,
.cw_icon-avatar:before {
  content: "\1F468";
}
.cw_icon-profile-add-large:before {
  content: "\1F469";
}
.cw_icon-pp-logo:before,
.cw_icon-pp-logo-half:before,
.cw_icon-pp-logo-outline:before {
  content: "\E499";
}
.cw_icon-profile-small:before {
  content: "\2687";
}
.cw_icon-delete-small:before {
  content: "\E609";
}
.cw_icon-edit-small:before {
  content: "\270E";
}
.cw_icon-lock-small:before {
  content: "\1F512";
}
.cw_icon-pdf-small:before {
  content: "\1F4CE";
}
.cw_icon-contact-small:before {
  content: "\1F4AC";
}
.cw_icon-undo-small:before {
  content: "\21BA";
}
.cw_icon-simple-list-small:before {
  content: "\1D119";
}
.cw_icon-detailed-list-small:before {
  content: "\1D118";
}
.cw_icon-print-small:before {
  content: "\2399";
}
.cw_icon-us-dollar-outline-small:before {
  content: "\0024";
}
.cw_icon-visa-logo:before {
  content: "\FF36";
}
.cw_icon-mastercard-logo:before {
  content: "\FF2D";
}
.cw_icon-maestro-logo:before {
  content: "\FF4D";
}
.cw_icon-amex-logo:before {
  content: "\FF21";
}
.cw_icon-discover-logo:before {
  content: "\FF24";
}
.cw_icon-hiper-logo:before {
  content: "\FF28";
}
.cw_icon-hipercard-logo:before {
  content: "\FF48";
}
.cw_icon-elo-logo:before {
  content: "\FF25";
}
.cw_icon-jcb-logo:before {
  content: "\FF2A";
}
.cw_icon-unionpay-logo:before {
  content: "\FF23";
}
.cw_icon-card-small:before,
.cw_icon-card-half-solid:before {
  content: "\1F4B3";
}
.cw_icon-bank-small:before,
.cw_icon-bank-half-solid:before {
  content: "\1F3E6";
}
.cw_icon-add-fi-large:before {
  content: "\1F45B";
}
.cw_icon-star-small:before {
  content: "\2605";
}
.cw_icon-star-outline-small:before {
  content: "\2606";
}
.cw_icon-desktop-small:before {
  content: "\E610";
}
.cw_icon-mobile-small:before,
.cw_icon-phone-solid:before {
  content: "\1F4F1";
}
.cw_icon-laptop-small:before {
  content: "\1F4BB";
}
.cw_icon-tablet-small:before {
  content: "\E608";
}
.cw_icon-send-money:before {
  content: "\1F4B8";
}
.cw_icon-request-money:before {
  content: "\1F4B5";
}
.cw_icon-add-money:before {
  content: "\E600";
}
.cw_icon-send-check:before {
  content: "\E508";
}
.cw_icon-transfer-money-medium:before {
  content: "\E601";
}
.cw_icon-international-transfer:before {
  content: "\E604";
}
.cw_icon-photo:before {
  content: "\E611";
}
.cw_icon-gift-cards:before {
  content: "\E500";
}
.cw_icon-credit-card:before {
  content: "\E501";
}
.cw_icon-truck:before {
  content: "\1F69A";
}
.cw_icon-email:before {
  content: "\2709";
}
.cw_icon-bank-check:before {
  content: "\E502";
}
.cw_icon-holiday:before {
  content: "\E503";
}
.cw_icon-gift:before {
  content: "\1F381";
}
.cw_icon-wallet:before {
  content: "\E504";
}
.cw_icon-play-video:before {
  content: "\25B7";
}
.cw_icon-heart:before {
  content: "\2661";
}
.cw_icon-shield:before {
  content: "\1F6E1";
}
.cw_icon-tunes:before {
  content: "\266B";
}
.cw_icon-invoice:before {
  content: "\1F5CE";
}
.cw_icon-shopping-bag:before {
  content: "\1F6CD";
}
.cw_icon-phone:before {
  content: "\E505";
}
.cw_icon-tag:before {
  content: "\E506";
}
.cw_icon-delivery:before {
  content: "\E607";
}
.cw_icon-questionmark:before {
  content: "\FF1F";
}
.cw_icon-coupons-medium:before,
.cw_icon-cut-coupons:before {
  content: "\E612";
}
.cw_icon-register:before {
  content: "\E507";
}
.cw_icon-house:before {
  content: "\2302";
}
.cw_icon-gift-card:before {
  content: "\E606";
}
.cw_icon-messages:before {
  content: "\1F4AD";
}
.cw_icon-paypal-me:before {
  content: "\E509";
}
.cw_icon-money-bag:before {
  content: "\1F4B0";
}
.cw_icon-chip-pin:before {
  content: "\E605";
}
.cw_icon-boleto-ready:before {
  content: "\E602";
}
.cw_icon-boleto-topup:before {
  content: "\E603";
}
.cw_icon-clock-pay:before {
  content: "\1F557";
}
.cw_icon-speeding-cart:before {
  content: "\E613";
}
.cw_icon-store-medium:before {
  content: "\1F3EC";
}
/* App level components */
.ppvx_btn {
  position: relative;
  white-space: nowrap;
  background-color: #142c8e;
  border-radius: 1.5rem;
  border: 0.0625rem solid #142c8e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PayPal-Sans-Big', sans-serif;
  min-width: 6rem;
  padding: 0.6875rem 1.4375rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ppvx_btn:hover,
.ppvx_btn:active,
.ppvx_btn:visited {
  color: #fff;
}
.ppvx_btn:hover,
.ppvx_btn:active {
  background-color: #1040c1;
  border-color: #1040c1;
}
.ppvx_btn:hover {
  text-decoration: none;
}
.ppvx_btn:active {
  outline: none;
}
.ppvx_btn:focus {
  outline: none;
}
.ppvx_btn:focus:after {
  content: '';
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  border: 0.125rem solid #0070ba;
  box-shadow: 0 0 0 0.25rem #bfdbee;
  border-radius: 3rem;
  text-indent: -0.1875rem;
  width: calc(100% - -0.375rem);
  height: calc(100% - -0.375rem);
  pointer-events: none;
}
.ppvx_btn--state__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.1s ease-in forwards;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
  background-color: #142c8e;
}
.ppvx_loading-spinner {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  position: relative;
  animation: border-spinner 1s linear infinite;
}
.ppvx_loading-spinner:before,
.ppvx_loading-spinner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  border-top-left-radius: 100% 50%;
  border-bottom-left-radius: 100% 50%;
  border: 0.125rem solid currentColor;
  border-right-width: 0;
}
.ppvx_loading-spinner:after {
  transform-origin: center right;
  transform: rotate(-90deg);
}
@keyframes border-spinner {
  to {
    transform: rotate(360deg);
  }
}
.vx_modal-header {
  margin-bottom: 15px;
}
.ppvx_elevation--level2 {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 641px) {
  .vx_modal-flow-dd {
    background: #f7f5f0;
  }
  .vx_modal-flow .vx_modal-wrapper {
    width: 38.25rem;
  }
  .vx_modal-flow .vx_modal-content {
    padding-left: 5.375rem;
    padding-right: 5.375rem;
  }
  .interstitial-container .vx_modal-content {
    padding: 4.375rem 4.375rem 0 4.375rem;
  }
  .interstitial-container__header-img-container {
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }
  .interstitial-container__two-days-header-img-container {
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }
}
@media (max-width: 641px) {
  .eip-container {
    padding: 0 !important;
  }
  .interstitial-container__header-img-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .interstitial-container__two-days-header-img-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.vx_modal-wrapper_fullScreen {
  padding: 0 !important;
  width: 100% !important;
}
.vx_modal-flow:before,
.vx_modal-flow:after {
  background-color: #f4f6f9;
}
.vx_modal-flow:before {
  position: relative;
  z-index: 2;
}
.vx_modal-flow:after {
  position: relative;
  z-index: 2;
}
.vx_modal-flow {
  position: relative;
  z-index: 1;
}
.vx_btn-link,
.vx_form-control-message {
  font-size: 0.9375rem;
}
.disclaimer {
  margin: 18px 0 18px;
  text-align: left;
}
.fields-state_postcode .field-left {
  float: left;
  width: 48.3%;
}
.fields-state_postcode .field-right {
  float: right;
  width: 48.3%;
}
.panel-form_actions {
  margin-top: 30px;
  text-align: center;
}
.panel-actions {
  width: 80%;
  margin: 33px auto 30px;
  text-align: center;
}
.legal-text {
  padding: 10px 0;
  color: #6c7378;
}
.nocard-text {
  color: #6c7378;
}
.help_text {
  font-size: 0.8125rem;
  color: #9DA3A6;
}
.label-text {
  font-size: 14px;
  line-height: 20px;
  color: #6C7378;
}
.highlight_text {
  color: #018065;
  font-size: 0.8125rem;
  border-radius: 3px;
  border: 1px solid;
  padding: 1px;
}
.clickable {
  cursor: pointer;
}
/**
 * Address list with radio buttons
 */
.options_list {
  margin: 25px 0 30px;
  padding: 0px;
}
.options_list label {
  position: relative;
  width: 100%;
}
.options_list .row {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.options_list .vx_panel {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 80%;
}
.options_list .vx_panel-action {
  position: absolute;
  top: 0;
  right: 0;
}
.options_list-business-upgrade p {
  line-height: 1.4;
}
.options_list-business-upgrade ul {
  margin-left: 15px;
}
.options_list-business-upgrade li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.options_list-business-upgrade .row:first-child {
  border-top: 1px dotted #B7BCBF;
}
.options_list-business-upgrade .row {
  margin-bottom: 0;
  padding: 20px 0 15px;
  border-bottom: 1px dotted #B7BCBF;
}
.options_list-lost-stolen-damaged p {
  line-height: 1.4;
}
.options_list-lost-stolen-damaged .row:first-child {
  border-bottom: 1px dotted #B7BCBF;
}
.options_list-lost-stolen-damaged-line .row:first-child {
  border-bottom: 1px dotted #B7BCBF;
}
.options_list-lowbalance-amount .row:first-child {
  border-top: 1px dotted #B7BCBF;
}
.options_list-lowbalance-amount .row {
  margin-bottom: 0;
  padding: 20px 0 15px;
  border-bottom: 1px dotted #B7BCBF;
}
.options_list-address .row:first-child,
.options_list-funding .row:first-child {
  border-top: 1px dotted #B7BCBF;
}
.options_list-address .row,
.options_list-funding .row {
  margin-bottom: 0;
  padding: 20px 0 15px;
  border-bottom: 1px dotted #B7BCBF;
}
.options_list-single .vx_radio label {
  cursor: text;
}
.options_list-single .vx_radio input:checked + label:before {
  display: none;
  cursor: text;
}
#address-normalized .options_list-address .radio-header {
  font-weight: bold;
}
#address-normalized .options_list-address .radio-label:before {
  margin-right: 16px;
}
#address-normalized .options_list-address .row {
  border: 0;
  margin: 0 0 1.4em;
  padding: 0;
}
#address-normalized .options_list-address .row:first-child {
  border: 0;
}
#address-normalized .options_list-address .row .vx_radio {
  padding: 15px;
  border-top: 1px dotted #B7BCBF;
  border-bottom: 1px dotted #B7BCBF;
}
#address-normalized .options_list-address .row.row-checked .vx_radio {
  border: 1px solid #0070BA;
  border-radius: 5px;
  padding: 12px 12px 10px;
}
#address-normalized .options_list-address .row.row-checked .vx_radio .vx_panel-text {
  font-weight: bold;
}
#add-new-address {
  margin: 12px 0 40px;
}
#add-new-address p {
  margin-bottom: 0;
}
#add-new-address .help_text {
  color: #6C7378;
  margin: 0;
}
#invalid-address .vx_panel {
  padding: 22px 0 24px;
  margin: 24px 0 26px;
  border-top: 1px dotted #B7BCBF;
  border-bottom: 1px dotted #B7BCBF;
}
#invalid-address .vx_btn {
  margin-bottom: 1em;
}
#select-address .options_list-address {
  margin-bottom: 20px;
}
mark {
  color: #2C2E2F;
  background: none;
  padding-left: 0;
}
.vx_h2 {
  font-size: 1.875rem !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
  text-transform: none !important;
  font-family: 'PayPal-Sans-Big', sans-serif !important;
}
.vx_backBtn {
  padding-top: 28px !important;
  padding-left: 0px !important;
  z-index: 200;
  position: relative;
}
#page-header:focus {
  outline: none;
}
.progress_bar-flow .progress_bar-item {
  height: 6px;
  position: relative;
  border: 0px solid grey;
}
.progress_bar-flow .progress_bar-container {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #CBD2D6;
}
.progress_bar-flow .progress_bar-meter {
  background-color: #00CF92;
}
.progress_bar-flow .progress_bar-left_border {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.progress_bar-flow .progress_bar-right_border {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.progress_bar-flow .progress_bar-content {
  padding-bottom: 20px;
}
.progress_bar-flow .progress_bar-content .stepsInfo {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6C7378;
}
.input_icon {
  width: 1px;
  min-width: 1px;
  visibility: hidden;
}
.input_icon-valid {
  min-width: 2.25em;
  text-align: left;
  visibility: visible;
  color: #00CF92;
}
.server_error {
  background: #D20000;
  padding: 1rem;
}
.card_image {
  display: block;
  position: relative;
  width: 15.5rem;
  height: 9.875rem;
  border-radius: 0.5rem;
  margin: auto auto 3rem;
  background-image: var(--card-image-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .card_image {
    background-image: var(--card-image-url-2x);
  }
}
.card_image-first_name {
  position: absolute;
  bottom: 0.5rem;
  left: 1.125rem;
  color: #FFFFFF;
}
#replace-card-success h2 {
  margin-bottom: 0;
}
#replace-card-success #card_scheduled {
  padding-left: 20px;
  padding-right: 20px;
}
.checkbox-wrapper {
  width: 100%;
}
.checkbox-wrapper::before {
  float: left;
}
.checkbox-label {
  padding-left: 40px;
  line-height: 1.6;
}
.text-noWrap {
  white-space: nowrap;
}
.copy-component .vx_btn,
.copy-component .vx_btn:hover,
.copy-component .vx_btn:active,
.copy-component .vx_btn:visited,
.copy-component .vx_btn:focus {
  text-decoration: none;
}
.copy-component .copy-btn:active,
.copy-component .copy-btn:hover,
.copy-component .copy-btn:focus {
  background-color: transparent;
  border-color: #0070BA;
  color: #0070BA;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.copy-component .copy-btn {
  width: 3.4375rem;
  height: 1.7112rem;
  padding: 0.25rem 0;
  text-decoration: none;
  cursor: pointer;
}
.copy-component #copiedBtn {
  border-color: #018065;
  background-color: #018065;
  animation: bgFadeOut 0.5s ease-in 3s forwards;
  transform-origin: center;
  pointer-events: none;
}
.copy-component #checkmark {
  animation: fadeIn 0.2s ease-in forwards, fadeOut 0.1s ease-in 3s forwards;
  transform-origin: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.75, 0.75, 1);
  }
}
@keyframes bgFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.forScreenReader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.imgResponsive {
  width: 100%;
  height: auto;
}
.modal-container .vx_modal-flow {
  min-height: 100vh;
}
.prevent-scroll {
  overflow: hidden;
}
.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 100vh;
  width: 100vw;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.dialog__container {
  margin: 0 auto;
  border-radius: 0.75rem;
  height: auto;
  position: relative;
}
.dialog__body {
  padding: 1.5rem;
  overflow-y: auto;
  min-height: 50vh;
}
.dialog__header {
  padding: 0 3rem;
}
.dialog__close {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1.5rem;
}
.dialog__close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.dialog__close-btn:focus {
  border-radius: 50%;
  box-shadow: 0 0 0 0.375rem rgba(16, 115, 235, 0.16), 0 0 0 0.1875rem #0070e0 inset;
}
.dialog__close-btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #515354;
}
.dialog--shown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease-in-out 0s, opacity 0.3s;
}
.dialog--hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 0.3s, opacity 0.3s;
}
.toast-container {
  padding-right: inherit;
  padding-left: inherit;
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  top: 1.5rem;
}
.toast {
  color: #fff;
  background-color: #0c0c0d;
  padding: 1rem;
  border-radius: 4px;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  box-sizing: content-box;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16);
}
.toast--show {
  animation: fadein 0.3s cubic-bezier(0, 0.9, 0.3, 1);
  visibility: visible;
  opacity: 1;
}
.toast--hide {
  animation: fadeout 0.3s cubic-bezier(0, 0.9, 0.3, 1);
  visibility: hidden;
  opacity: 0;
}
.checkmark {
  background-color: white;
  -webkit-mask-image: url("https://www.paypalobjects.com/paypal-ui/icons/v3/svg/checkmark-background-sm.svg");
  mask-image: url("https://www.paypalobjects.com/paypal-ui/icons/v3/svg/checkmark-background-sm.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin: 0 0.75rem -0.25rem 0;
}
.critical {
  background-color: #D9360B;
  -webkit-mask-image: url("https://www.paypalobjects.com/paypal-ui/icons/svg/v2-critical-sm.svg");
  mask-image: url("https://www.paypalobjects.com/paypal-ui/icons/svg/v2-critical-sm.svg");
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .25rem;
}
.alert-message {
  padding: 1rem;
  border-radius: 0.75rem;
  color: #785504;
  background-color: #FFF1A7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.25rem auto 1.50rem;
      grid-template-columns: 1.25rem auto 1.50rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  -ms-flex-align: center;
      align-items: center;
}
.alert-message__icon {
  margin-right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}
.alert-message__close {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 100%;
  height: 1.50rem;
  width: 1.50rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.alert-message__close-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
}
.alert-message__close:hover {
  background-color: #fff;
}
.pp-button {
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #142c8e;
  border-radius: 6.25rem;
  padding: 0.75rem 2rem;
  height: 3rem;
  border: none;
}
.pp-button:hover {
  background-color: #1040c1;
  border: none;
}
.pp-button--light:focus {
  border-color: #1072eb;
  box-shadow: 0 0 0 0.375rem rgba(16, 115, 235, 0.16), 0 0 0 0.0625rem #1040c1 inset;
  text-decoration: none;
}
.summary-about a,
.pp-link {
  color: #1072eb;
}
.summary-about a:active,
.pp-link:active,
.summary-about a:hover,
.pp-link:hover,
.summary-about a:focus,
.pp-link:focus {
  color: #1040c1;
}
.summary-about a:hover,
.pp-link:hover,
.summary-about a:focus,
.pp-link:focus {
  text-decoration: underline;
}
.summary-about a:focus,
.pp-link:focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.375rem rgba(209, 241, 255, 0.9), 0 0 0 0.1875rem #1040c1 inset;
}
.close-btn-v2 {
  color: #515354;
  width: 1.5rem;
  height: 1.5rem;
}
@keyframes fadein {
  0% {
    transform: translateY(-2rem);
    opacity: 0;
  }
  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    transform: translateY(-2rem);
    opacity: 0;
  }
}
.ppvx_screenreader {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.enrolment_v2_header {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
}
@media (min-width: 1024px) {
  .enrolment_v2_header {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.no-margin {
  margin: 0;
}
.vx_panel-container {
  display: table;
  width: 100%;
}
.vx_btn_reversed:visited {
  color: #0070BA;
}
.vx_hr-alt {
  margin: 20px 0;
}
.vx_hr-alt-entry {
  border-top: 1px dotted #cbd2d6;
  margin: 32px 0;
}
.hr-top {
  margin: 24px 0;
}
.vx_modal-inner-wrapper {
  position: relative;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vx_modal-inner-wrapper {
    height: auto;
  }
}
.vx_alert-manageCardReissued-help {
  margin-bottom: 1em;
}
.vx_alert-manageCardReissued-help:before {
  display: none;
}
.alert_replacement-card-shipped {
  display: block;
  padding-bottom: 1em;
}
.alert_replacement-card-shipped-actions {
  font-size: smaller;
}
.vx_modal-no-header .vx_modal-content {
  top: 0px;
}
#page-header {
  font-size: 1.5rem;
}
#activate-link {
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}
#get-app-container {
  border: 1px solid rgba(12, 12, 13, 0.1);
  border-radius: 10px;
  text-align: left;
  margin: 32px;
  padding: 0 16px 24px 16px;
}
.show-card-header {
  font-size: 1.75rem !important;
}
#show-card-copy-btn {
  height: 48px;
  padding: 0;
}
.show-card-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.show-card-details div {
  margin-right: 2.75rem;
}
#show-card-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  height: 48px;
}
#show-card-top .show-card-top-right {
  text-align: right;
  width: 168px;
}
#show-card-top .show-card-top-left {
  margin-right: 16px;
}
#show-card-top .mastercard-logo {
  float: left;
  margin-right: 16px;
}
#manage-card .vx_panel-action {
  white-space: nowrap;
}
#show-card.vx_modal-content {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (min-width: 1024px) {
  #manage-card.vx_modal-content {
    padding-right: 22%;
    padding-left: 22%;
  }
}
@media (max-width: 479px) {
  #manage-card.vx_modal-content {
    padding-right: 6%;
    padding-left: 6%;
  }
}
.modal-pp-logo {
  background-image: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/pp-monogram.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 22px;
  margin: auto;
}
.modal-pp-feedback {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50px;
  font-size: 13px;
}
.modal-pp-feedback img {
  padding-right: 5px;
  padding-bottom: 5px;
}
.modal-pp-feedback a {
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.application-root {
  height: 100vh;
}
.application-root .address-line {
  border-top: 1px dotted #CBD2D6;
  border-bottom: 1px dotted #CBD2D6;
  padding: 20px 0;
}
.application-root .address-line .inline-label {
  display: inline-block;
}
.application-root .bundle-success-icon {
  color: #00CF92;
}
.application-root .bundle-attention-icon {
  color: #fc9a07;
}
.application-root .vx_radio address {
  display: inline-block;
}
.application-root .panel-icon {
  margin-bottom: 15px;
}
@keyframes swipeForward {
  0% {
    transform: translateX(150%);
  }
  80% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes swipeBackward {
  0% {
    transform: translateX(-150%);
  }
  80% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
.application-root .swipeForward-enter {
  animation-name: swipeForward;
  -webkit-animation-name: swipeForward;
  animation-duration: .3s;
  -webkit-animation-duration: .3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.application-root .swipeBackward-enter {
  animation-name: swipeBackward;
  -webkit-animation-name: swipeBackward;
  animation-duration: .3s;
  -webkit-animation-duration: .3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.application-root .swipeForward-leave,
.application-root .swipeBackward-leave {
  display: none;
}
.apply-errorMessage {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}
.cashback-amount {
  display: inline-block;
  vertical-align: top;
}
.cashback-desc {
  padding-bottom: 20px;
}
.faqlink {
  list-style-type: none;
  padding-bottom: 15px;
  margin: auto;
}
.deline-text {
  padding-left: 44px;
  color: #6C7378;
}
.bundle-pplogo-icon {
  color: #4795C5;
}
.cardimage {
  background-image: var(--card-image-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  max-width: 340px;
  height: 214.5px;
  border-radius: 12px;
  filter: drop-shadow(5px 5px 5px #cccccc);
  margin: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .cardimage {
    background-image: var(--card-image-url-2x);
  }
}
.vertical-padding {
  padding: 15px 0;
}
.vx_small_link::before {
  font-size: 1.21rem;
}
.gray-text {
  color: #6C7378;
}
.cashback-enrollment-summary {
  margin-bottom: 2em;
  color: #0070BA;
}
.header-entry {
  padding: 16px 0;
}
.header-lg {
  font-size: 1.75rem;
  font-weight: 400;
}
.card-number {
  white-space: nowrap;
}
.card-balance-wrap {
  position: absolute;
  margin-top: 70px;
  margin-left: 16px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 400;
}
.card-action-status {
  min-width: 4.7rem;
  position: absolute;
  background-color: #fff;
  top: 0.875rem;
  right: 0;
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 2.25rem;
  font-size: 0.875rem;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 600;
}
.account-balance {
  font-size: 2.75rem;
}
.account-balance-label {
  font-size: 0.875rem;
}
.show-card-wrap {
  position: absolute;
  margin-top: 164px;
  margin-left: 16px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  background: none;
  border: none;
}
.show-card-icon-wrap {
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  z-index: 100;
  border-radius: 50%;
  margin-right: 8px;
  padding: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.show-card-icon {
  filter: invert(32%) sepia(82%) saturate(3128%) hue-rotate(184deg) brightness(97%) contrast(101%);
}
.add-money-link {
  cursor: pointer;
}
.addmoney-label {
  font-size: 16px;
  margin-bottom: 16px;
}
.icon-padding {
  padding-bottom: 22px;
}
.notification-container {
  padding: 8px 0;
}
.dd_form {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/consumer/bundle/direct_deposit_form_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 294px;
  height: 189px;
  margin: auto;
}
.dd_form-print {
  padding-top: 20px;
  width: 400px;
  margin: auto;
}
.addmoney-panal-header {
  font-size: 16px;
  font-weight: 500;
}
.addmoney-panal-label {
  font-size: 16px;
  margin-bottom: 16px;
}
.addmoney-subheading {
  font-size: 24px;
  margin-bottom: 16px;
}
.addmoney-logos {
  width: 68px;
  height: 68px;
}
.mcc-icon {
  width: 51x;
  height: 53px;
}
#update-pin .cardimage {
  margin-bottom: 30px;
}
.bg-warning {
  background-color: #fffbf5;
}
.toast-green-bg {
  background-color: #018065;
}
.activate-add_money .vx_modal-header {
  margin-bottom: 32px;
}
.activate-add_money .activate-add_money_list {
  margin-bottom: 36px;
}
.activate-add_money .activate-add_money_card {
  margin-bottom: 12px;
}
.activate-add_money .activate-add_money_card_inner {
  display: table-row;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_image_container {
  display: table-cell;
  vertical-align: middle;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_image_container .activate-add_money_image {
  width: 60px;
  margin-right: 16px;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_description {
  display: table-cell;
  vertical-align: middle;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_description a {
  cursor: pointer;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_description .vx_h3 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.activate-add_money .activate-add_money_card_inner .activate-add_money_description .vx_text-body_secondary {
  line-height: 1.2em;
}
.activate-add_money .activate-add_money_later {
  cursor: pointer;
}
#activate-success ul,
#activate-success-lite ul {
  list-style: none;
  padding: 0;
}
#activate-success li,
#activate-success-lite li {
  padding-left: 1.3em;
}
#activate-success li a,
#activate-success-lite li a {
  cursor: pointer;
}
#activate-success li:before,
#activate-success-lite li:before {
  content: "\2705";
  font-family: paypal-vx-icons;
  font-size: 1.5em;
  padding: 10px;
  margin-left: -1.7em;
}
.profile-photo-container {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 8px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
.profile-photo {
  width: 100%;
}
.placeholder-profile-photo::before {
  font-size: 115px;
  line-height: 1;
  position: relative;
  left: -17px;
  top: -23px;
}
.profile-name {
  padding: 20px 0;
}
.ic-get-card {
  margin: 16px 0;
  padding: 8px 16px;
}
.ic-get-card > img {
  width: 100%;
}
.heading-lg,
.heading-md,
.heading-sm {
  font-family: PayPalSansBig-Regular, Helvetica Neue, Arial, sans-serif;
  color: #2d3747;
  font-weight: 500;
}
.heading-lg {
  font-size: 2rem;
  line-height: 2.5rem;
}
.heading-md {
  font-size: 1.5rem;
  line-height: 2rem;
}
.heading-sm {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-body,
.text-body-strong {
  color: #2d3747;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.text-body {
  font-family: PayPalSansBig-Regular, Helvetica Neue, Arial, sans-serif;
}
.text-body-strong {
  font-family: PayPalSansBig-Medium, Helvetica Neue, Arial, sans-serif;
}
#direct-deposit .dd_detail {
  float: left;
  letter-spacing: 0.065rem;
  margin-right: 0.5em;
  vertical-align: middle;
  word-spacing: 0.2rem;
}
#direct-deposit .taxFormImage {
  width: 100%;
  height: 239.2px;
  margin-left: 5px;
  margin-bottom: 16px;
}
#direct-deposit .accordion {
  padding: 0.5em;
}
#direct-deposit .open-accordion {
  margin-bottom: 3rem;
}
#direct-deposit .accordion-actions {
  vertical-align: middle;
  cursor: pointer;
}
.m-b-md {
  margin-bottom: 0.75em;
}
.m-b-lg {
  margin-bottom: 2em;
}
.m-t-lg {
  margin-top: 2em;
}
.m-t-md {
  margin-top: 1.5em;
}
.m-t-sm {
  margin-top: 0.75em;
}
.m-zero {
  margin: 0;
}
.m-l-zero {
  margin-left: 0;
}
.m-l-md {
  margin-left: 0.25em;
}
.m-b-zero {
  margin-bottom: 0em;
}
.inline-block {
  display: inline-block;
}
.direct-deposit-print_header {
  display: none;
  font-size: 1.875rem;
  line-height: 1.4;
}
.hideDesktopFormView {
  display: none;
}
.direct-deposit-print-view {
  padding-bottom: 24px;
}
/* Direct Deposit for tax refund */
#upgrade-direct-deposit-success .vx_unstyled-list {
  padding-right: 0px;
}
#upgrade-direct-deposit-success div.dd_label {
  font-size: 0.8125rem;
}
/* Direct Deposit Print form CSS */
@page {
  size: letter;
  margin: 40px 40px 40px 40px;
}
@media print {
  .vx_modal-dismiss_x-trigger,
  .print-button {
    display: none;
  }
  .vx_foreground-container {
    min-height: 90%;
  }
  .application-root {
    height: auto;
  }
  .vx_modal-flow:before,
  .vx_modal-flow:after {
    display: none;
  }
  .vx_modal-wrapper {
    padding: 0;
    width: 100% !important;
  }
  html,
  body {
    overflow: hidden !important;
  }
  .dd_modal-content {
    padding: 0 !important;
    width: 100% !important;
  }
  .dd_modal-content .vx_hr-alt {
    margin: 16px 0 !important;
  }
  .vx_modal-flow {
    background: #FFFFFF;
  }
  .vx_unstyled-list {
    padding-right: 0px !important;
  }
  .direct-deposit-print_header {
    display: block;
    margin: 0;
    padding: 15px 0 10px 15px;
  }
  .hidePrintFormView {
    display: none;
  }
  .vx_backBtn {
    display: none;
  }
  .hideDesktopFormView {
    display: block;
  }
  .acctNumber {
    display: table-cell;
    padding-right: 120px;
  }
  .transitNumber {
    display: table-cell;
  }
  .deposit_gray_text {
    color: #CBD2D6;
    padding-top: 5px;
  }
  .vx_checkbox {
    float: left;
  }
  .col-xs-3 {
    float: left;
  }
  .print_sign_form {
    border: 0;
    border-bottom: 1px solid #000;
    width: inherit;
  }
  .checkOptionsHeader {
    padding: 0px;
  }
  .entirePaycheckOption {
    margin-bottom: 10px;
  }
  .paycheckRow {
    display: table-row;
    height: auto;
  }
  .paycheckRow .paycheckOption {
    width: auto;
    display: table-cell;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .paycheckRow .vx_form-control {
    display: table-cell;
    width: 15%;
    margin: 5px !important;
    height: 40px !important;
  }
  .amountRow {
    display: table-row;
    vertical-align: middle;
    margin-top: 10px;
  }
  .amountRow .amountOption {
    width: auto;
    display: table-cell;
    margin-top: 10px;
    margin-right: 20px;
  }
  .amountRow .vx_form-control {
    display: table-cell;
    width: 15%;
    margin: 5px !important;
    height: 40px !important;
  }
  .vx_form-control {
    width: 115%;
    height: 45px;
  }
  .agreement_text {
    clear: both;
    padding-top: 15px;
  }
  .signature {
    float: left;
    width: 65%;
    padding-top: 15px;
  }
  .date_section {
    float: left;
    width: 35%;
    padding-top: 15px;
  }
  .date {
    width: 82%;
  }
  .formDesc {
    margin-left: 35px;
    margin-bottom: -12px;
  }
  .formDesc li {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  hr {
    border-top: 1px dotted #cbd2d6;
    clear: both;
    margin-top: 8px;
    margin-bottom: 12px;
  }
}
/**
* Intro page
*/
.bgblue {
  position: relative;
  background: linear-gradient(100deg, #0070BA, #1546A0);
  color: #FFFFFF;
  min-height: 100vh;
}
.bgblue a:not(.vx_btn) {
  color: #FFFFFF;
}
.intro-pp-logo {
  padding-left: 48px;
  padding-top: 36px;
  font-size: 1.8em;
}
.intro-container {
  margin: auto;
  max-width: 40em;
}
.intro-header {
  position: relative;
}
.intro-icon-container {
  position: relative;
  width: 108px;
  height: 108px;
  margin: auto;
}
.intro-icon {
  position: absolute;
  width: 100%;
  height: 100%;
}
.intro-line {
  position: relative;
}
.intro-line:not(:last-child) {
  margin-bottom: 1.1em;
}
.intro-line-icon {
  float: left !important;
  width: 1.3em;
  transform: translate(0.24em, 0.41em);
  font-size: 1.3em;
  color: #00CF92;
}
.intro-line-text {
  display: block;
  margin-left: 2.1em;
  overflow: auto;
}
.intro-line-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.intro-line-loading > .intro-line-icon {
  transform: translate(9px, 5px);
}
.intro-line-loading > .intro-line-icon > .vx_spinner-medium {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/spinner_24.png') no-repeat;
  background-size: 85% 85%;
  background-position: center;
}
.intro-line,
.intro-add-money {
  font-size: 1.3em;
}
.intro-add-money {
  margin: 2em 0;
}
@media (max-width: 480px) {
  .intro-container {
    padding: 1em;
  }
  .intro-add-money {
    font-size: 0.9em;
  }
  .intro-direct-deposit {
    width: 100%;
  }
  .intro-pp-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    padding: 0 !important;
  }
}
.dd_label {
  font-weight: 500;
}
/**
 * Confirm name and address page
*/
#confirm-name-address .help_text,
#confirm-address .help_text {
  color: #6C7378;
  margin: 8px 0 26px;
}
#confirm-name-address .msg_text,
#confirm-address .msg_text {
  margin-top: 6px;
  line-height: 1.6;
}
#confirm-name-address #show-selected-address,
#confirm-address #show-selected-address {
  margin-top: 25px;
}
#confirm-name-address #add-new-address,
#confirm-address #add-new-address {
  text-align: center;
}
#confirm-name-address #add-new-address .help_text,
#confirm-address #add-new-address .help_text {
  margin: 0;
}
#confirm-name-address .vx_panel-well {
  margin-top: 24px;
}
/**
 * CIP Page
*/
#cip .help_text,
#cip-info .help_text {
  color: #6C7378;
  margin: 8px 0 28px;
}
.mreview_success-perks {
  font-size: 1.2em;
  padding-bottom: 0.4em;
}
.mreview_success-perks > .intro-line-icon {
  color: #00CF92;
}
.mreview_success-header {
  margin-bottom: 40px;
}
.mreview_success-addmoney {
  font-size: 1.2em;
  margin: 1em 0;
}
.tag-success {
  display: inline-block;
  height: 0.8125rem;
  line-height: 0.625rem;
  padding: 0 0.1875rem 0.0625rem 0.1875rem;
  border-radius: 3px;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #018065;
  color: #018065;
}
.taxrefund_steps {
  margin-bottom: 1.4em;
  font-weight: 500;
  padding-left: 8px;
  line-height: 1.33;
}
.cardimage-in-bg {
  display: none;
}
/**
 * Upgrade Flow V2
*/
#confirm-name-address .vx_h2,
#select-address .vx_h2,
#confirm-address .vx_h2,
#confirm-billing-address .vx_h2 {
  text-align: center;
}
#confirm-name-address .subheader,
#select-address .subheader,
#confirm-address .subheader,
#confirm-billing-address .subheader {
  font-size: 0.9375rem;
  text-align: center;
}
#confirm-name-address .vx_panel-well,
#select-address .vx_panel-well,
#confirm-address .vx_panel-well,
#confirm-billing-address .vx_panel-well {
  background-color: transparent;
  padding: 0;
}
#confirm-name-address .vx_panel-header,
#select-address .vx_panel-header,
#confirm-address .vx_panel-header,
#confirm-billing-address .vx_panel-header {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
#confirm-name-address .vx_panel-text,
#select-address .vx_panel-text,
#confirm-address .vx_panel-text,
#confirm-billing-address .vx_panel-text {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
}
#confirm-address .important_info h5 {
  font-size: 0.8125rem;
}
#confirm-address .important_info p {
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
ol.upgrade_steps-container {
  display: inline-block;
  padding: 0.5em;
  padding-left: 58px;
  margin: 0.5em;
  text-align: left;
}
ol.upgrade_steps-container li {
  clear: left;
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 1.33;
}
ol.upgrade_steps-container li svg {
  position: absolute;
  overflow: hidden;
  margin-left: -65px;
}
ol.upgrade_steps-container li svg.upgrade_confirm {
  margin-top: -5px;
}
#upgrade-v2-success ul {
  margin-bottom: 18px;
}
#upgrade-v2-success li {
  text-align: left;
  list-style: none;
}
#upgrade-v2-success .dd_desc {
  text-align: justify;
  margin-bottom: 20px;
}
#upgrade-v2-success .dd_detail {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #2C2E2F;
  float: left;
}
#upgrade-v2-success .dd_value {
  font-weight: normal;
  color: #2C2E2F;
  float: right;
  padding-bottom: 10px;
}
#upgrade-v2-success .vx_hr-alt {
  margin: 12px 0;
  clear: both;
}
#upgrade-v2-success .vx_panel-tile {
  margin-bottom: 12px;
  margin-top: 10px;
}
#upgrade-start .cardimage,
#select-address .cardimage,
#upgrade-v2-success .cardimage,
#confirm-address .cardimage,
#confirm-name-address .cardimage,
#confirm-billing-address .cardimage,
#activate-success-lite .cardimage,
#activate-start .cardimage,
#card-expiry .cardimage,
#create-pin .cardimage,
#damaged-card-success .cardimage,
#report-lost-success .cardimage,
#update-pin .cardimage {
  color: #FFFFFF;
  font-size: 0.8125rem;
  padding-top: 178px;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 25px;
}
#upgrade-start .cardimage-in-bg,
#select-address .cardimage-in-bg,
#upgrade-v2-success .cardimage-in-bg,
#confirm-address .cardimage-in-bg,
#confirm-name-address .cardimage-in-bg,
#confirm-billing-address .cardimage-in-bg,
#activate-success-lite .cardimage-in-bg,
#activate-start .cardimage-in-bg,
#card-expiry .cardimage-in-bg,
#create-pin .cardimage-in-bg,
#damaged-card-success .cardimage-in-bg,
#report-lost-success .cardimage-in-bg,
#update-pin .cardimage-in-bg {
  display: none;
}
#upgrade-v2-success .cardimage {
  margin-bottom: 40px;
}
.heading-important {
  font-size: 13px;
  font-weight: 500;
  color: #4A4A4A;
}
/**
 * Bundle Lite flow
*/
#upgrade-start.bundle_lite #upgrade-description {
  padding-bottom: 15px;
}
#upgrade-start.bundle_lite .upgrade_steps-header {
  padding-left: 38px;
  padding-bottom: 10px;
}
#upgrade-start.bundle_lite ul.upgrade_steps-container {
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
}
#upgrade-start.bundle_lite ul.upgrade_steps-container li {
  padding-bottom: 15px;
}
#upgrade-start.bundle_lite .card-logo-container {
  padding-bottom: 35px;
  text-align: center;
}
#upgrade-lite-success .cardimage {
  color: #FFFFFF;
  font-size: 0.8125rem;
  padding-top: 120px;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 40px;
}
#upgrade-lite-success ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-left: 15px;
  width: 92%;
}
#upgrade-lite-success li {
  padding-left: 1.3em;
}
#upgrade-lite-success li:before {
  content: "\2705";
  font-family: paypal-vx-icons;
  font-size: 1.5em;
  padding-right: 10px;
  margin-left: -1em;
  float: left;
}
#upgrade-lite-success .success-description {
  display: inline-table;
  padding-bottom: 10px;
  width: 100%;
}
#upgrade-lite-success .success-description div {
  padding-top: 8px;
}
@media (max-width: 768px) {
  #upgrade-start.bundle_lite {
    padding: 50px 8.33% 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #upgrade-start.bundle_lite ul.upgrade_steps-container {
    padding-top: 0px;
    padding-left: 5px;
    margin: 0 0 0.8rem 25px;
  }
  #upgrade-start.bundle_lite ul.upgrade_steps-container li {
    padding-bottom: 10px;
  }
  #upgrade-start.bundle_lite .card-logo-container {
    padding-bottom: 15px;
  }
}
/**
 * Override small screen
*/
@media (max-width: 768px) {
  #select-address .cardimage,
  #confirm-address .cardimage {
    display: none;
  }
  #select-address .cardimage-container,
  #confirm-address .cardimage-container {
    position: relative;
    overflow: hidden;
  }
  #select-address .cardimage-container .cardimage-in-bg,
  #confirm-address .cardimage-container .cardimage-in-bg {
    display: block;
    opacity: 0.1;
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #upgrade-v2-success .dd_detail {
    float: none;
  }
  #upgrade-v2-success .dd_value {
    float: none;
    padding-bottom: 0px;
  }
  #upgrade-v2-success .vx_panel-tile {
    border-top: 1px solid #CBD2D6;
    border-bottom: 1px solid #CBD2D6;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
#similarproduct-closecard #agree-cc {
  width: 30px;
  height: 30px;
}
.lowBalanceOtherAmount_textInput {
  opacity: 1 !important;
  margin-top: 0px !important;
  position: relative !important;
  width: 100%;
  height: 50px;
  padding: 0.5em 1em !important;
}
.vx_lowBalanceOtherAmountLabel {
  margin-top: 0px !important;
}
.taxRefund-intro {
  padding-top: 0.5rem;
}
.taxRefund-panel-intro {
  background: #F5F7FA;
  padding: 1.5rem 1.5rem 1rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}
.taxRefund-panel-intro.goals {
  padding-right: 15px;
}
.taxRefund-panel-icon {
  display: table-cell;
  width: 4.625rem;
  text-align: center;
  padding-right: 1.5rem;
}
.taxRefund-panel-info {
  display: table-cell;
  vertical-align: top;
}
.taxRefund-panel-info ul {
  list-style: none;
}
.taxRefund-panel-info ul li {
  margin-bottom: 8px;
}
.taxRefund-panel-info ul li::before {
  content: "\2022";
  color: #2C2E2F;
  font-size: 1em;
  padding: 10px;
  margin-left: -1.7em;
}
.taxRefund-panel-header {
  font-weight: 500;
}
.taxRefund-disclaimer {
  text-align: left;
}
#confirm-address.tax_refund .vx_h2,
#confirm-name-address.tax_refund .vx_h2,
#confirm-address.tax_refund .subheader,
#confirm-name-address.tax_refund .subheader {
  text-align: left;
}
.signupHeader {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 99;
  background: linear-gradient(to bottom, #f5f7fa 0%, rgba(245, 247, 250, 0.92) 8%, rgba(245, 247, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fa', endColorstr='#f5f7fa00', GradientType=0);
}
.signupHeader-logo {
  display: inline-block;
  width: 124px;
  height: 33px;
  background: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom.png);
  background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom.svg), none;
  background-size: 124px 33px;
  margin: 20px 32px;
}
.signupHeader-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 32px;
}
#signup-start-page .vx_btn {
  width: 11rem;
  margin-bottom: 1rem;
}
#signup-start-page .panel-form_actions {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .vx_modal-flow.modal-taxRefundStartPage:before,
  .vx_modal-flow.modal-taxRefundStartPage:after {
    background: #FFFFFF;
  }
}
@media (max-width: 641px) {
  #signup-start-page header {
    margin-top: 2.8125rem;
  }
  .signupHeader-logo {
    display: block;
    margin-left: auto;
    margin-top: 3.75rem;
    margin-right: auto;
  }
}
#confirm-name-address.signup_upgrade .vx_h2,
#confirm-address.signup_upgrade .vx_h2 {
  text-align: left;
}
#confirm-name-address.signup_upgrade .subheader,
#confirm-address.signup_upgrade .subheader {
  margin-bottom: 0;
  text-align: left;
}
.tax_refund .msg_text {
  font-size: 0.8125rem;
}
.tax_refund .vx_text-3,
.tax_refund .vx_text-5 {
  font-weight: normal;
}
.tax_refund #address-title {
  font-weight: normal;
}
.tax_refund .hr_top {
  margin-top: 5px;
}
.upgrade_success .intro-line:nth-child(1) .intro-line-loading {
  animation: 2.5s 0s both vx_fade-in, 0.625s 2.5s forwards vx_fade-out;
}
.upgrade_success .intro-line:nth-child(1) .intro-line-completed {
  animation: 2.5s 2.5s both vx_fade-in;
}
.upgrade_success .intro-icon:nth-child(1) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_ppac.png') no-repeat;
  animation: 2.5s 0s both vx_fade-in, 2.5s 2.5s forwards vx_fade-out;
}
.upgrade_success .intro-line:nth-child(2) .intro-line-loading {
  animation: 2.5s 2.5s both vx_fade-in, 0.625s 5s forwards vx_fade-out;
}
.upgrade_success .intro-line:nth-child(2) .intro-line-completed {
  animation: 2.5s 5s both vx_fade-in;
}
.upgrade_success .intro-icon:nth-child(2) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_goals.png') no-repeat;
  animation: 2.5s 2.5s both vx_fade-in, 2.5s 5s forwards vx_fade-out;
}
.upgrade_success .intro-line:nth-child(3) .intro-line-loading {
  animation: 2.5s 5s both vx_fade-in, 0.625s 7.5s forwards vx_fade-out;
}
.upgrade_success .intro-line:nth-child(3) .intro-line-completed {
  animation: 2.5s 7.5s both vx_fade-in;
}
.upgrade_success .intro-icon:nth-child(3) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_dd.png') no-repeat;
  animation: 2.5s 5s both vx_fade-in, 2.5s 7.5s forwards vx_fade-out;
}
.upgrade_success .intro-show-when-done {
  animation: 1.25s 7.5s both vx_fade-in;
}
.upgrade_success .intro-icon:nth-child(4) {
  transform: translate(-12px, 24px);
}
.upgrade_success .intro-header > *:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: 2.5s 7.5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(1) .intro-line-loading {
  animation: 2.5s 0s both vx_fade-in, 0.625s 2.5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(1) .intro-line-completed {
  animation: 2.5s 2.5s both vx_fade-in;
}
.signup_upgrade_success .intro-icon:nth-child(1) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_ppac.png') no-repeat;
  animation: 2.5s 0s both vx_fade-in, 2.5s 2.5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(2) .intro-line-loading {
  animation: 2.5s 2.5s both vx_fade-in, 0.625s 5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(2) .intro-line-completed {
  animation: 2.5s 5s both vx_fade-in;
}
.signup_upgrade_success .intro-icon:nth-child(2) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_dd.png') no-repeat;
  animation: 2.5s 2.5s both vx_fade-in, 2.5s 5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(3) .intro-line-loading {
  animation: 2.5s 5s both vx_fade-in, 0.625s 7.5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-line:nth-child(3) .intro-line-completed {
  animation: 2.5s 7.5s both vx_fade-in;
}
.signup_upgrade_success .intro-icon:nth-child(3) {
  background: url('https://www.paypalobjects.com/digitalassets/c/consumer/bundle/icons/ic_avatar_fdic.png') no-repeat;
  animation: 2.5s 5s both vx_fade-in, 2.5s 7.5s forwards vx_fade-out;
}
.signup_upgrade_success .intro-show-when-done {
  animation: 1.25s 7.5s both vx_fade-in;
}
.signup_upgrade_success .intro-icon:nth-child(4) {
  transform: translate(-12px, 24px);
}
.signup_upgrade_success .intro-header > *:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: 2.5s 7.5s forwards vx_fade-out;
}
.taxsrefund-animation {
  display: none;
}
#confirm-name-address.onboarding .vx_h2 {
  text-align: left;
}
#onboarding-success .action-panel {
  margin-top: 1rem;
}
#onboarding-success .success-button {
  margin-bottom: 1rem;
  border-radius: .7rem;
  border: .125rem #eaeced solid;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#onboarding-success .success-button-icon {
  opacity: .7;
  height: 3rem;
  margin-left: .5rem;
}
#onboarding-success .success-button-text {
  margin-left: 1rem;
}
#onboarding-success .manage-preference {
  margin-top: 1.125rem;
}
.lock-icon {
  top: .075rem !important;
  right: .5rem;
  position: absolute;
}
.lock-icon.cw_icon-lock-small.cw_icon-medium:before {
  font-size: 2.1rem;
  color: #9da3a6;
}
.onboarding-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.onboarding-loading-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.spinner-background {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f8f7f3;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
}
.onboarding-spinner {
  margin-left: .2rem;
}
.onboarding-spinner.vx_spinner-large {
  height: 2.5rem;
  opacity: 0.56;
  width: 2.5rem;
  animation: vx_spin 620ms infinite linear;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'100%25'%20height%3D'100%25'%20viewBox%3D'0%200%2038%2038'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%0A%09%3Cdefs%3E%0A%09%09%3ClinearGradient%20id%3D'gradient'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'0'%3E%0A%09%09%09%3Cstop%20offset%3D'0'%20stop-color%3D'%23003087'%20stop-opacity%3D'0'%2F%3E%0A%09%09%09%3Cstop%20offset%3D'1'%20stop-color%3D'%23003087'%20stop-opacity%3D'1'%2F%3E%0A%09%09%3C%2FlinearGradient%3E%0A%09%3C%2Fdefs%3E%0A%09%3Cpath%20stroke%3D'url(%23gradient)'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'0.125rem'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C1%2034%2C0'%3E%3C%2Fpath%3E%0A%09%3Cpath%20stroke%3D'%23003087'%20vector-effect%3D'non-scaling-stroke'%20stroke-width%3D'0.125rem'%20fill%3D'none'%20fill-rule%3D'evenodd'%20d%3D'M2%2C19a17%2C17%200%201%2C0%2034%2C0'%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  display: block;
  opacity: 1;
}
.native-onboarding {
  padding-top: 1.5rem !important;
}
.important-info-link {
  margin-top: 1rem;
}
.disclaimer-checkbox-input + label:before {
  font-size: 1.1rem;
  margin: 0;
  border: 1px solid #9da3a6;
}
.disclaimer-checkbox-label {
  cursor: default !important;
}
.disclaimer-checkbox-label .disclaimer {
  margin: 0;
}
.disclaimer-checkbox-label .checkbox-label {
  padding-left: 2rem;
}
.onboarding-disclaimer .panel-form_actions {
  margin-top: 1rem;
}
@media (max-width: 320px) {
  #onboarding-loading h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.vx_modal-dismiss_x-trigger {
  position: relative;
  z-index: 200;
  padding: 1.25rem 0 0;
}
.enrolment_steps-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* PPCash about page css */
.ppcash_modal-content {
  width: 100%;
  padding: 45px 15% 50px;
}
.ppcashQ {
  margin-top: 25px;
}
.img_ppcash {
  width: 128px;
  padding-top: 20px;
}
.Qicon {
  font-size: 20px;
  float: right;
  padding-top: 10px;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
.vx_unstyled-list {
  padding-right: 30px;
  color: #4A4A4A;
}
#ppcash-reload-page.vx_modal-content {
  padding: 90px 22% 50px;
}
#ppcash-reload-page.vx_modal-content .vx_modal-header {
  text-align: left;
  margin-bottom: 25px;
}
#ppcash-reload-page.vx_modal-content .vx_modal-header .panel-icon {
  margin-bottom: 25px;
}
#ppcash-reload-page.vx_modal-content ul.reload_steps-container {
  margin: 0 0 0 25px;
  list-style-type: decimal;
}
#ppcash-reload-page.vx_modal-content ul.reload_steps-container li {
  text-align: left;
  padding-bottom: 20px;
}
#ppcash-reload-page.vx_modal-content ul.reload_steps-container li .fee-link {
  cursor: pointer;
}
#ppcash-reload-page.vx_modal-content .vx_panel {
  padding: 0.75rem 1.5rem 0 0;
}
#ppcash-reload-page.vx_modal-content .vx_panel .vx_panel-info .panel-icon {
  margin-right: 25px;
  margin-bottom: 10px;
}
#ppcash-reload-page.vx_modal-content .vx_panel .vx_panel-info .retailers-logos {
  width: 55px;
  height: 55px;
}
#ppcash-reload-page.vx_modal-content .vx_panel .reload-panal-label {
  font-size: 16px;
  margin-bottom: 16px;
}
#ppcash-reload-page.vx_modal-content .retailer-icon-arrow {
  display: inline-block;
  position: relative;
  left: 8px;
  top: 5px;
}
#ppcash-reload-page.vx_modal-content .retailer-icon-arrow:before {
  font-size: 28px;
  line-height: 0;
  color: #0070ba;
  text-decoration: none;
}
/* Terms Page page css */
.terms-section-links {
  padding-left: 1em;
}
.terms-section-links a {
  cursor: pointer;
}
.terms-section {
  padding-bottom: 1em;
}
.terms-back-to-top-btn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.backToTopButton-enter {
  opacity: 0.01;
}
.backToTopButton-enter.backToTopButton-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.backToTopButton-leave {
  opacity: 1;
}
.backToTopButton-leave.backToTopButton-leave-active {
  opacity: 0.01;
  transition: opacity 500ms ease-in;
}
/* Stylesheet for Fees Page */
.fees-page {
  margin-bottom: 50px;
}
.fees-page .vx_modal-header {
  padding: 0 60px;
}
.fees-page .fees-green-checkmark {
  color: #299976;
}
.fees-page .fees-subheader {
  margin-top: 36px;
  margin-bottom: 36px;
}
.fees-page .fees-image-features-container {
  display: table-row;
  margin-top: 36px;
  margin-bottom: 36px;
}
.fees-page .fees-image-features-container .fees-image-left {
  display: table-cell;
  vertical-align: middle;
  width: 38.2%;
  max-width: 200px;
}
@media (max-width: 800px) {
  .fees-page .fees-image-features-container .fees-image-left {
    margin: auto;
    display: block;
    width: 80%;
  }
}
.fees-page .fees-image-features-container .fees-image-left img {
  width: 100%;
}
.fees-page .fees-image-features-container .fees-features-right {
  display: table-cell;
  vertical-align: middle;
  width: 61.8%;
}
@media (max-width: 800px) {
  .fees-page .fees-image-features-container .fees-features-right {
    display: block;
    width: 100%;
  }
}
.fees-page .fees-image-features-container .fees-features-right .fees-features-table td {
  vertical-align: top;
  padding: 0.3em;
}
.fees-page .fees-image-features-container .fees-features-right .fees-features-table .fees-green-checkmark {
  font-size: 1.5em;
}
.fees-page .fees-table-container {
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: auto;
}
.fees-page .fees-table-container table {
  width: 100%;
}
.fees-page .fees-table-container th,
.fees-page .fees-table-container td {
  padding: 0.4em 0.8em 0.4em 0.8em;
  vertical-align: middle;
  border: 1px solid #000000;
  text-align: left;
}
.fees-page .fees-table-container th.fees-table-main-heading {
  background: #000000;
  color: #FFFFFF;
}
.fees-page .fees-table-container th.fees-table-sub-heading {
  background: #CBD2D6;
}
@media (min-width: 1024px) {
  .fees-page.vx_modal-content {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .fees-page.vx_modal-content .fees-table-container th.fees-table-main-heading:nth-child(1) {
    width: 32%;
  }
  .fees-page.vx_modal-content .fees-table-container th.fees-table-main-heading:nth-child(2) {
    width: 4%;
  }
  .fees-page.vx_modal-content .fees-table-container th.fees-table-main-heading:nth-child(3) {
    width: 64%;
  }
}
.learn-more-mobile-container {
  padding: 1em;
}
.learn-more-card-image {
  border-radius: 5px;
  width: 100%;
}
.learn-more-dd-image {
  width: 60%;
  margin: auto;
  padding-bottom: 15px;
  display: block;
}
.anchored-to-bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
}
.mobile-learnmore-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  border-color: #fff;
  background-color: #fff;
  color: #0070BA;
  margin-bottom: unset;
  border-radius: unset;
}
.mobile-learnmore-cta:hover,
.mobile-learnmore-cta:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #003087;
}
.mobile-learnmore-cta:visited {
  color: #0070BA;
}
.mobile-learnmore-cta:visited:hover {
  color: #003087;
}
#manual-topup.modal-padding,
#manual-topup-success.modal-padding {
  padding: 90px 17% 50px;
}
.tile_secondary {
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
}
.tile {
  padding: 1.2rem 2.6rem;
  background-color: transparent;
  position: relative;
  text-align: left;
  margin-bottom: 1.5rem;
}
.options_list-funding-options .row:first-child {
  border-top: 1px dotted #B7BCBF;
  border-bottom: 1px dotted #B7BCBF;
}
.fi-panel {
  padding: 12px;
}
.amount-tab a {
  display: inline-block;
  color: #0070BA;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  width: 98px;
  border: 1px solid #B7BCBF;
}
.amount-tab a.active,
.amount-tab a:hover {
  background-color: #0070BA;
  color: white;
}
.bank-icon {
  background-image: url(https://www.paypalobjects.com/ui-web/wallet-icons/bank-icons_sprite.png);
  background-repeat: no-repeat;
  display: block;
  width: 48px;
  height: 30px;
  background-position: -5px -285px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.fi-icon {
  width: 48px;
  display: inline-block;
}
.fi-content {
  font-size: 0.8375rem;
  line-height: 1.4;
  margin-left: 14px;
  display: inline-block;
}
.fi-action {
  float: right;
  font-size: 0.8375rem;
  display: inline-block;
}
.amount-panel {
  display: table-cell;
}
.vx_panel#fundingOption_panel {
  position: absolute;
  top: -40%;
}
.row.fund-row {
  padding: 30px 0 25px 0;
}
.m-l-md {
  margin-left: 0.40em;
}
.subheader {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #manual-topup .tile {
    padding: 0px;
  }
  #manual-topup .tile_secondary {
    box-shadow: none;
    border-radius: 0px;
  }
  #manual-topup .amount-tab a {
    width: 33%;
  }
}
#decline-page .icon-critical-large {
  color: #D20000;
}
#decline-page .icon-info-large {
  color: #9DA3A6;
}
#decline-page .icon-attention-large {
  color: #FF9600;
}
#decline-page .panel-form_button {
  width: 100%;
}
#decline-page .panel-form_content {
  margin-bottom: 5rem;
}
.panel-form_actions {
  margin-top: 5%;
}
.vx_modal-flow-dd:before,
.vx_modal-flow-dd:after {
  background-color: #f7f5f0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04), 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1) inset;
}
.dd-vx_modal-dismiss_x-trigger:before {
  color: #515354;
  font-size: 1rem;
  font-weight: bold;
}
.dd-dialog-close:before {
  content: '';
}
#direct-deposit {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .interstitial-container__two-days-header-img {
    width: 40%;
  }
  .interstitial-container__two-days-header-img-container {
    padding: 0;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .vx_backBtn_flow,
  .vx_modal-dismiss_x {
    padding: 0.5rem;
  }
}
.enroll-card .terms {
  line-height: 1.25rem;
  text-align: left;
}
.enroll-card .tnc {
  margin-bottom: 0.375rem;
}
#enroll-success .cardimage {
  color: #FFFFFF;
  font-size: 0.8125rem;
  padding-top: 120px;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 40px;
}
a {
  font-weight: bold;
}
