/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
/**
 * The following are just the overrides for TWBS
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  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;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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-top: 4px solid \9;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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 dashed;
  border-bottom: 4px solid \9;
  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;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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 {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
}
.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;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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;
}
fieldset {
  padding: 0;
  margin: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
}
.form-group-sm select.form-control {
  height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
}
.form-group-lg select.form-control {
  height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -1%;
  margin-right: -1%;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 1%;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.clearfix,
.modal-header,
.modal-footer,
.form-horizontal .form-group {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after,
.form-horizontal .form-group:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/**
 * 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.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/3-4-0/fonts/ConsumerIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.woff') format('woff'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.ttf') format('truetype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
}
.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;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-burger-small:before {
  content: "\e000";
}
.icon-slider-small:before {
  content: "\e001";
}
.icon-slider-half-small:before {
  content: "\e002";
}
.icon-close-small:before {
  content: "\e003";
}
.icon-add-small:before {
  content: "\e004";
}
.icon-arrow-down-small:before {
  content: "\e005";
}
.icon-arrow-up-small:before {
  content: "\e006";
}
.icon-arrow-left-small:before {
  content: "\e007";
}
.icon-arrow-right-small:before {
  content: "\e008";
}
.icon-arrow-down-half-small:before {
  content: "\e009";
}
.icon-arrow-up-half-small:before {
  content: "\e010";
}
.icon-arrow-left-half-small:before {
  content: "\e011";
}
.icon-arrow-right-half-small:before {
  content: "\e012";
}
.icon-clear-half-small:before {
  content: "\e013";
}
.icon-checkmark-small:before {
  content: "\e014";
}
.icon-checkmark-small-bold:before {
  content: "\e015";
}
.icon-action-arrow-half-small:before {
  content: "\e016";
}
.icon-tooltip-outline-small:before {
  content: "\e017";
}
.icon-tooltip-small:before {
  content: "\e018";
}
.icon-info-small:before {
  content: "\e019";
}
.icon-positive-small:before {
  content: "\e020";
}
.icon-attention-small:before {
  content: "\e021";
}
.icon-critical-small:before {
  content: "\e022";
}
.icon-info-large:before {
  content: "\e023";
}
.icon-positive-large:before {
  content: "\e024";
}
.icon-attention-large:before {
  content: "\e025";
}
.icon-critical-large:before {
  content: "\e026";
}
.icon-pp-logo:before {
  content: "\e029";
}
.icon-visa-logo:before {
  content: "\e030";
}
.icon-mastercard-logo:before {
  content: "\e031";
}
.icon-maestro-logo:before {
  content: "\e032";
}
.icon-amex-logo:before {
  content: "\e033";
}
.icon-discover-logo:before {
  content: "\e034";
}
.icon-card-half-solid:before {
  content: "\e035";
}
.icon-bank-half-solid:before {
  content: "\e036";
}
.icon-profile-large:before {
  content: "\e037";
}
.icon-profile-add-large:before {
  content: "\e038";
}
.icon-notification-small:before {
  content: "\e039";
}
.icon-settings-small:before {
  content: "\e040";
}
.icon-profile-small:before {
  content: "\e041";
}
.icon-funnel-small:before {
  content: "\e042";
}
.icon-delete-small:before {
  content: "\e043";
}
.icon-edit-small:before {
  content: "\e044";
}
.icon-lock-small:before {
  content: "\e045";
}
.icon-pdf-small:before {
  content: "\e046";
}
.icon-contact-small:before {
  content: "\e047";
}
.icon-undo-small:before {
  content: "\e048";
}
.icon-cancel-small:before {
  content: "\e049";
}
.icon-simple-list-small:before {
  content: "\e050";
}
.icon-detailed-list-small:before {
  content: "\e051";
}
.icon-print-small:before {
  content: "\e052";
}
.icon-camera-small:before {
  content: "\e053";
}
.icon-info-outline-small:before {
  content: "\e054";
}
.icon-us-dollar-outline-small:before {
  content: "\e055";
}
.icon-calendar-half-small:before {
  content: "\e056";
}
.icon-hiper-logo:before {
  content: "\e057";
}
.icon-hipercard-logo:before {
  content: "\e058";
}
.icon-elo-logo:before {
  content: "\e059";
}
.icon-star-small:before {
  content: "\e060";
}
.icon-jcb-logo:before {
  content: "\e061";
}
.icon-attention-outline-small:before {
  content: "\e062";
}
.icon-unionpay-logo:before {
  content: "\e063";
}
.icon-search-small:before {
  content: "\e064";
}
.icon-desktop-small:before {
  content: "\e065";
}
.icon-mobile-small:before {
  content: "\e066";
}
.icon-laptop-small:before {
  content: "\e067";
}
.icon-tablet-small:before {
  content: "\e068";
}
.icon-send-money:before {
  content: "\e500";
}
.icon-request-money:before {
  content: "\e501";
}
.icon-photo:before {
  content: "\e502";
}
.icon-gift-cards:before {
  content: "\e503";
}
.icon-credit-card:before {
  content: "\e504";
}
.icon-truck:before {
  content: "\e505";
}
.icon-email:before {
  content: "\e506";
}
.icon-email-solid:before {
  content: "\e507";
}
.icon-bank-check:before {
  content: "\e508";
}
.icon-calendar:before {
  content: "\e509";
}
.icon-holiday:before {
  content: "\e510";
}
.icon-gift:before {
  content: "\e511";
}
.icon-wallet:before {
  content: "\e512";
}
.icon-play-video:before {
  content: "\e513";
}
.icon-heart:before {
  content: "\e514";
}
.icon-shield:before {
  content: "\e515";
}
.icon-tunes:before {
  content: "\e516";
}
.icon-invoice:before {
  content: "\e517";
}
.icon-shopping-bag:before {
  content: "\e518";
}
.icon-phone:before {
  content: "\e519";
}
.icon-phone-solid:before {
  content: "\e520";
}
.icon-tag:before {
  content: "\e521";
}
.icon-delivery:before {
  content: "\e522";
}
.icon-questionmark:before {
  content: "\e523";
}
.icon-cut-coupons:before {
  content: "\e524";
}
.icon-register:before {
  content: "\e525";
}
.icon-house:before {
  content: "\e526";
}
.icon-gift-card:before {
  content: "\e527";
}
.icon-messages:before {
  content: "\e528";
}
.icon-add-money:before {
  content: "\e529";
}
.icon-send-check:before {
  content: "\e530";
}
.icon-paypal-me:before {
  content: "\e531";
}
.icon-pp-logo-outline:before {
  content: "\e532";
}
.icon-money-bag:before {
  content: "\e533";
}
.icon-chip-pin:before {
  content: "\e534";
}
.icon-boleto-ready:before {
  content: "\e535";
}
.icon-boleto-topup:before {
  content: "\e536";
}
.icon-clock-pay:before {
  content: "\e537";
}
.icon-speeding-cart:before {
  content: "\e538";
}
.icon-international-transfer:before {
  content: "\e539";
}
.icon-link-small:before {
  content: "\e540";
}
/**
 * @fileOverview Mixins contains mixins
 * @name Mixins
 * @author hdoan, mdaveshah
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 * Please do not modify Mixins to add IE related styles.
 */
.clearfix,
.modal-header,
.modal-footer,
.form-horizontal .form-group {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after,
.form-horizontal .form-group:after {
  clear: both;
}
.ltrInput {
  text-align: left;
  /*! @noflip */
  direction: ltr;
}
.noflip_ltr {
  /* @noflip */
  direction: ltr;
}
/* overflow auto + native mobile scrollage */
.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Temporary override of vx header to resolve conflicts */
.vx_globalNav-container {
  max-width: 1024px;
}
/* END VX header fix */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Hide search li from desktop nav */
.globalNav-listItem_mobile.globalNav-listItem_mobile {
  display: none;
}
@media (max-width: 768px) {
  .globalNav-listItem_mobile.globalNav-listItem_mobile {
    display: block;
  }
}
/**
 *  Multi-line truncation utilizing overflow:hidden and specified height of content
 *  http://www.mobify.com/blog/multiline-ellipsis-in-pure-css/
 *
 *  @height - height of content to cut off
 *  @lineheight - spacing between lines
 *  @ellipsiswidth - width of ellipsis area
 */
/**
 *	Vertical separator with radial box shadow right
 *	@width - width of vertical separator
 *	@height1 - height of first darker box shadow
 *	@height2 - height of second lighter box shadow (taller than first height)
 *	@top1 - top position of first box shadow
 *	@top2 - top position of second box shadow
 *	@right - right position of separator
 *	@z - z-index of separator
 *	@borderRadius - how radial the box shadow is
 */
/**
 *	Horizontal separator with radial box shadow down
 *	@height - height of horizontal separator
 *	@width1 - width of first darker box shadow
 *	@width2 - width of second lighter box shadow (longer than first width)
 *	@left1 - left position of first box shadow
 *	@left2 - left position of second box shadow
 *	@bottom - bottom position of separator
 *	@z - z-index of separator
 *	@borderRadius - how radial the box shadow is
 */
/* This mixin is to add a pointer to a dropdown */
/* mixin for creating a triangle */
/* Mixin for bubbles */
/* mixin for creating carets bubbles with a border */
/* mixin for the launcher style containers */
.container {
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e7e7 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e7e7 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e7e7', GradientType=0);
  background-color: #f0efef;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e8e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e8e7e7));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e7e7);
  background-image: -o-linear-gradient(top, #f5f5f5, #e8e7e7);
  background-image: linear-gradient(to bottom, #f5f5f5, #e8e7e7);
  background-repeat: repeat-x;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
/* mixins for creating caret for customSelectBtn */
/*  START SPINNER  */
/* DEFAULT USAGE: add .hasSpinner classes (in app.less) to the elements that we want to have an overlay and spinner graphic on top of */
/* Applies to Modals and other DIV elements: Apply this mixin selectively to other CSS properties to avoid duplication of CSS code */
/* Just use .spinner() to apply spinner, or along with .overlay() to add overlay behind spinner and block the user interaction on the DIV */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*  END SPINNER  */
/* mixin to create flat white button (iOS7 style) */
.flatBtn {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: #fff;
  -moz-box-shadow: 0 1px 3px #ccc;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
  background-image: -webkit-linear-gradient(top, #fffefe 0%, #f3f2f2 100%);
  background-image: -o-linear-gradient(top, #fffefe 0%, #f3f2f2 100%);
  background-image: linear-gradient(to bottom, #fffefe 0%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffefe', endColorstr='#fff3f2f2', GradientType=0);
  background-color: #faf9f9;
  background-image: -moz-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffefe), to(#f3f2f2));
  background-image: -webkit-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: -o-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: linear-gradient(to bottom, #fffefe, #f3f2f2);
  background-repeat: repeat-x;
}
.small-error {
  font-size: 13px;
  color: red;
}
/* Overrides for photoupload overlay */
@media (min-width: 641px) {
  .addingPhotoText {
    position: fixed;
    top: 15%;
  }
}
@media (min-width: 320px) and (max-width: 679px) {
  .addingPhotoText {
    position: fixed;
    top: 5%;
  }
}
/* IPAD */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .addingPhotoText {
    position: fixed;
    top: 11%;
  }
}
/* END override for photoupload */
/* BIDI Overrides for RTL email input since western characters exist */
/* END BIDI */
.buttonOpaque {
  opacity: .2;
  color: #003087;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #003087;
  box-shadow: 0 0 0 1px #003087 inset;
}
li.row.options-row.docId {
  max-width: 446px;
}
.formattedAddress {
  margin-bottom: 3em;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  max-width: 19.071429rem;
}
.formatAddressWrapper {
  cursor: pointer;
  list-style-type: none;
}
.hideCancel {
  display: none;
}
/**
 * @fileOverview Navigation style attributes
 * @name Navigation
 */
.nav {
  background-color: #0070BA;
  background-image: linear-gradient(100deg, #0070ba, #1546a0);
}
.nav ul {
  margin: 0 auto;
  max-width: 930px;
}
.nav li {
  padding: 0 1em;
  display: inline-block;
  float: none;
  line-height: 3.3em;
  font-size: 20px;
  color: #FFFFFF;
}
.nav li a {
  color: #ffffff;
}
.nav li.active a {
  font-weight: 400;
}
.nav a {
  font-family: PayPal-Sans-Big, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .85;
  color: #ffffff;
}
.nav a:focus {
  outline: thin dotted white;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 7px;
}
.nav-item {
  position: relative;
}
.nav-item.active:after {
  border-width: 1.1em;
  bottom: -34px;
  opacity: 1;
  visibility: visible;
}
.nav-item:after {
  content: '';
  height: 0.5em;
  width: 0;
  margin-left: -1.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 57%;
  bottom: -40px;
  z-index: 3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
  border-top-color: #0070ba;
  border-width: 1.1em;
}
.nav-item.account:after {
  border-top-color: #1368B2;
}
.nav-item.security:after {
  border-top-color: #1764AF;
}
.nav-item.payments:after {
  border-top-color: #1661AE;
}
.nav-item.notifications:after {
  border-top-color: #135DAB;
}
#WhiteNav {
  background-color: #ffffff;
  border-bottom: 1px solid #cbd2d6;
  background-image: none;
  height: 60px;
}
#WhiteNav .navWrapper {
  max-width: 1024px;
  margin: 0px auto;
}
#WhiteNav ul {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: flex;
  justify-content: space-between;
  width: 875px;
  height: 60px;
  margin-left: 20px;
}
#WhiteNav h2 {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #2c2e2f;
  margin-top: -3px;
  margin-bottom: 0px;
  height: 60px;
  line-height: 0;
  font-size: 24px;
  font-family: PayPal-Sans-Big, sans-serif;
  font-weight: 400;
}
#WhiteNav li {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0em;
  font-size: 20px;
  color: #6c7378;
  height: 60px;
}
#WhiteNav li.active a {
  color: #0070ba;
}
#WhiteNav a {
  font-family: PayPal-Sans-Big, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: none;
  opacity: .85;
  color: #2c2e2f;
}
#WhiteNav a:focus {
  outline: thin dotted white;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 7px;
}
#WhiteNav a.active {
  color: #0070ba;
}
#WhiteNav .nav-item {
  position: relative;
}
#WhiteNav .nav-item.account:before,
#WhiteNav .nav-item.security:before,
#WhiteNav .nav-item.payments:before,
#WhiteNav .nav-item.notifications:before {
  content: '';
}
#WhiteNav .white-nav.active {
  border-bottom: 3px solid #009cde;
}
#WhiteNav .white-nav:before {
  content: '';
}
#WhiteNav .white-nav.active:after {
  border-width: 0px;
}
@media (max-width: 679px) {
  .ellipsis {
    white-space: normal;
  }
  .nav {
    overflow-y: hidden;
  }
  .nav ul {
    width: 25.688em;
  }
  .nav-item:after {
    display: none;
  }
}
/**
 * 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 */
.vx_btn a {
  color: #0070BA;
}
.vx_checkbox label:before,
.vx_radio label:before {
  font-size: 17px !important;
}
.vx_checkbox label,
.vx_radio label {
  line-height: 1.2em !important;
}
@media (min-width: 320px) and (max-width: 679px) {
  .agreementSearch,
  .merchants-headerContent {
    margin-left: 1em;
  }
  .radioToggle {
    margin-left: 2.5%;
  }
  .activeToggle {
    width: 37%;
    float: left;
  }
}
.vx_btn {
  color: white;
}
.vx_btn a {
  color: #0070BA;
}
/* Container used for styling the custom select */
.vx_select {
  position: relative;
  display: block;
}
/* This is the native select, we're making everything but the text invisible so
* we can see the button styles in the wrapper */
.vx_select select {
  width: 100%;
  margin: 0;
}
.vx_select select:focus {
  outline: none;
}
/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
* etc. or the arrow could just baked into the bg image on the select. */
.vx_select:after {
  font-family: 'consumer-icons';
  speak: none;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  content: "\21E3";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 12.5px;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
}
@supports ( -webkit-appearance: none ) or ( appearance: none )
	/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	* @supports ( mask-type: alpha ) is Firefox 35+
	*/
	or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  /* Show custom arrow */
  .vx_select:after {
    display: block;
  }
  /* Remove select styling */
  .vx_select select {
    padding-right: 2.75rem;
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: #FFFFFF;
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid #9DA3A6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .vx_select select:focus {
    border-color: #009CDE;
  }
  .vx_has-error .vx_selectIcon_error:before {
    right: 2.2rem;
  }
  .vx_has-error select {
    padding-right: 4.5rem;
  }
  /*********************************
	*       FLOATING LABEL          *
	*********************************/
  .vx_floatingLabel select {
    position: relative;
    z-index: 1;
    height: 50px;
    padding: 18px 15px 0;
    background: transparent;
    color: #2C2E2F;
  }
  .vx_floatingLabel .vx_select:before {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    content: attr(data-label-content);
    padding: 0 15px;
    line-height: 50px;
    margin: 1px;
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    color: #6C7378;
  }
  .vx_floatingLabel.vx_has-error .vx_select:before {
    color: #D20000;
  }
  .vx_floatingLabel.hasFocus .vx_select:before,
  .vx_floatingLabel.hasFocus .vx_select:after {
    color: #0070BA;
  }
}
/**
 * Hacks to adjust alignment for Firefox and Edge
 */
@supports ( ( -moz-appearance: none ) and ( mask-type: alpha ) )
	or (-ms-ime-align: auto) {
  .vx_floatingLabel select {
    padding-left: 11px;
  }
}
.vx_floatingLabel:first-child {
  margin-top: 0px;
}
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;
  -moz-transition: left 250ms, right 250ms;
  -ms-transition: left 250ms, right 250ms;
  -webkit-transition: left 250ms, right 250ms;
  -o-transition: left 250ms, right 250ms;
  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 {
  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 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
}
.vx_text-body_secondary {
  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;
}
@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;
  }
}
/*
*	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;
}
/**
 * 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: '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;
}
.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";
}
/*
*	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%;
  -moz-transition: right 250ms ease;
  -ms-transition: right 250ms ease;
  -webkit-transition: right 250ms ease;
  -o-transition: right 250ms ease;
  transition: right 250ms ease;
  z-index: 1050;
  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;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  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;
  -ms-transform: none;
  -webkit-transform: 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
*/
@font-face {
  font-family: 'consumer-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;
}
.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;
  -ms-transform: none;
  -webkit-transform: 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: 'consumer-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: 'consumer-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;
  -moz-transition: border-color 0.15s;
  -ms-transition: border-color 0.15s;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  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: 'consumer-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: 12px;
  height: 48px;
}
.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;
  height: 48px;
}
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control input,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control input,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control input {
  height: 48px;
}
.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: 48px;
  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.vx_floatingLabel > .vx_form-control:before,
.vx_floatingLabel_complex.vx_floatingLabel > .vx_form-control:before,
.vx_floatingLabel_active.vx_floatingLabel > .vx_form-control:before {
  line-height: 50px;
}
.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;
  padding: 18px 15px 0;
  background: transparent;
  color: #2C2E2F;
}
.vx_floatingLabel input.vx_form-control,
.vx_floatingLabel_complex input.vx_form-control,
.vx_floatingLabel_active input.vx_form-control {
  height: 50px;
}
.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;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  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;
}
/* 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: 'consumer-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;
  overflow: hidden;
}
.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: 'consumer-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%;
}
.vx_alert,
.vx_alert_inline {
  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 {
  position: relative;
  display: inline;
  width: 3em;
  padding-right: 12px;
  font-size: 1.58rem;
  line-height: 0;
  font-family: 'consumer-icons';
}
.vx_alert-help:before:before,
.vx_alert-success:before:before,
.vx_alert-warning:before:before,
.vx_alert-critical:before:before {
  content: "!";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #fff;
  z-index: 1;
}
.vx_alert-help:before:after,
.vx_alert-success:before:after,
.vx_alert-warning:before:after,
.vx_alert-critical:before:after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}
.vx_alert-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 {
  position: relative;
  display: inline;
  width: 3em;
  padding-right: 12px;
}
.vx_alert-icon:before {
  content: "!";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #fff;
  z-index: 1;
}
.vx_alert-icon:after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}
.vx_alert-text {
  margin: 0 0 0 2.5em;
  color: #2c2e2f;
  display: table-cell;
  width: 100%;
}
@media (min-width: 768px) {
  .vx_alert {
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
  }
}
.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;
}
.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;
}
.vx_modal,
.vx_modal-glimpse,
.vx_modal-flow {
  display: none;
  position: fixed;
  top: 100%;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: top 0.35s;
  -moz-transition: top 0.35s;
  -ms-transition: top 0.35s;
  -o-transition: top 0.35s;
  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;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  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: 'consumer-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: 679px) {
  .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;
  }
}
.vx_addFlowTransition {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%;
  padding-right: 1%;
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 994px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1202px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%;
  padding-right: 1%;
}
.table-container {
  margin-right: -1%;
  margin-left: -1%;
}
.row,
.row-align-center,
.row-align-right {
  font-size: 0;
  margin-left: -1%;
  margin-right: -1%;
}
.row-align-center {
  text-align: center;
}
.row-align-right {
  text-align: right;
}
.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-1, .table-col-xs-1, .table-col-xs, .table-col-sm, .table-col-md, .table-col-lg, .col-xs-2, .table-col-xs-2, .col-xs-3, .table-col-xs-3, .col-xs-4, .table-col-xs-4, .col-xs-5, .table-col-xs-5, .col-xs-6, .table-col-xs-6, .col-xs-7, .table-col-xs-7, .col-xs-8, .table-col-xs-8, .col-xs-9, .table-col-xs-9, .col-xs-10, .table-col-xs-10, .col-xs-11, .table-col-xs-11, .col-xs-12, .table-col-xs-12, .col-sm-1, .table-col-sm-1, .col-sm-2, .table-col-sm-2, .col-sm-3, .table-col-sm-3, .col-sm-4, .table-col-sm-4, .col-sm-5, .table-col-sm-5, .col-sm-6, .table-col-sm-6, .col-sm-7, .table-col-sm-7, .col-sm-8, .table-col-sm-8, .col-sm-9, .table-col-sm-9, .col-sm-10, .table-col-sm-10, .col-sm-11, .table-col-sm-11, .col-sm-12, .table-col-sm-12, .col-md-1, .table-col-md-1, .col-md-2, .table-col-md-2, .col-md-3, .table-col-md-3, .col-md-4, .table-col-md-4, .col-md-5, .table-col-md-5, .col-md-6, .table-col-md-6, .col-md-7, .table-col-md-7, .col-md-8, .table-col-md-8, .col-md-9, .table-col-md-9, .col-md-10, .table-col-md-10, .col-md-11, .table-col-md-11, .col-md-12, .table-col-md-12, .col-lg-1, .table-col-lg-1, .col-lg-2, .table-col-lg-2, .col-lg-3, .table-col-lg-3, .col-lg-4, .table-col-lg-4, .col-lg-5, .table-col-lg-5, .col-lg-6, .table-col-lg-6, .col-lg-7, .table-col-lg-7, .col-lg-8, .table-col-lg-8, .col-lg-9, .table-col-lg-9, .col-lg-10, .table-col-lg-10, .col-lg-11, .table-col-lg-11, .col-lg-12, .table-col-lg-12 {
  display: block;
  min-height: 1px;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 15px;
  text-align: left;
}
.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 {
  display: inline-block;
  vertical-align: top;
}
.table-col-xs, .table-col-xs-1, .table-col-xs-2, .table-col-xs-3, .table-col-xs-4, .table-col-xs-5, .table-col-xs-6, .table-col-xs-7, .table-col-xs-8, .table-col-xs-9, .table-col-xs-10, .table-col-xs-11, .table-col-xs-12 {
  display: table-cell;
}
.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-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%;
}
.table-col-xs-12 {
  width: 100%;
}
.table-col-xs-11 {
  width: 91.66666667%;
}
.table-col-xs-10 {
  width: 83.33333333%;
}
.table-col-xs-9 {
  width: 75%;
}
.table-col-xs-8 {
  width: 66.66666667%;
}
.table-col-xs-7 {
  width: 58.33333333%;
}
.table-col-xs-6 {
  width: 50%;
}
.table-col-xs-5 {
  width: 41.66666667%;
}
.table-col-xs-4 {
  width: 33.33333333%;
}
.table-col-xs-3 {
  width: 25%;
}
.table-col-xs-2 {
  width: 16.66666667%;
}
.table-col-xs-1 {
  width: 8.33333333%;
}
@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 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-sm, .table-col-sm-1, .table-col-sm-2, .table-col-sm-3, .table-col-sm-4, .table-col-sm-5, .table-col-sm-6, .table-col-sm-7, .table-col-sm-8, .table-col-sm-9, .table-col-sm-10, .table-col-sm-11, .table-col-sm-12 {
    display: table-cell;
  }
  .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-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%;
  }
  .table-col-sm-12 {
    width: 100%;
  }
  .table-col-sm-11 {
    width: 91.66666667%;
  }
  .table-col-sm-10 {
    width: 83.33333333%;
  }
  .table-col-sm-9 {
    width: 75%;
  }
  .table-col-sm-8 {
    width: 66.66666667%;
  }
  .table-col-sm-7 {
    width: 58.33333333%;
  }
  .table-col-sm-6 {
    width: 50%;
  }
  .table-col-sm-5 {
    width: 41.66666667%;
  }
  .table-col-sm-4 {
    width: 33.33333333%;
  }
  .table-col-sm-3 {
    width: 25%;
  }
  .table-col-sm-2 {
    width: 16.66666667%;
  }
  .table-col-sm-1 {
    width: 8.33333333%;
  }
}
@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 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-md, .table-col-md-1, .table-col-md-2, .table-col-md-3, .table-col-md-4, .table-col-md-5, .table-col-md-6, .table-col-md-7, .table-col-md-8, .table-col-md-9, .table-col-md-10, .table-col-md-11, .table-col-md-12 {
    display: table-cell;
  }
  .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-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%;
  }
  .table-col-md-12 {
    width: 100%;
  }
  .table-col-md-11 {
    width: 91.66666667%;
  }
  .table-col-md-10 {
    width: 83.33333333%;
  }
  .table-col-md-9 {
    width: 75%;
  }
  .table-col-md-8 {
    width: 66.66666667%;
  }
  .table-col-md-7 {
    width: 58.33333333%;
  }
  .table-col-md-6 {
    width: 50%;
  }
  .table-col-md-5 {
    width: 41.66666667%;
  }
  .table-col-md-4 {
    width: 33.33333333%;
  }
  .table-col-md-3 {
    width: 25%;
  }
  .table-col-md-2 {
    width: 16.66666667%;
  }
  .table-col-md-1 {
    width: 8.33333333%;
  }
}
@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 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-lg, .table-col-lg-1, .table-col-lg-2, .table-col-lg-3, .table-col-lg-4, .table-col-lg-5, .table-col-lg-6, .table-col-lg-7, .table-col-lg-8, .table-col-lg-9, .table-col-lg-10, .table-col-lg-11, .table-col-lg-12 {
    display: table-cell;
  }
  .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-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%;
  }
  .table-col-lg-12 {
    width: 100%;
  }
  .table-col-lg-11 {
    width: 91.66666667%;
  }
  .table-col-lg-10 {
    width: 83.33333333%;
  }
  .table-col-lg-9 {
    width: 75%;
  }
  .table-col-lg-8 {
    width: 66.66666667%;
  }
  .table-col-lg-7 {
    width: 58.33333333%;
  }
  .table-col-lg-6 {
    width: 50%;
  }
  .table-col-lg-5 {
    width: 41.66666667%;
  }
  .table-col-lg-4 {
    width: 33.33333333%;
  }
  .table-col-lg-3 {
    width: 25%;
  }
  .table-col-lg-2 {
    width: 16.66666667%;
  }
  .table-col-lg-1 {
    width: 8.33333333%;
  }
}
.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  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;
  -webkit-animation: rotation .7s infinite linear;
  -moz-animation: rotation .7s infinite linear;
  -o-animation: rotation .7s infinite linear;
  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;
  -webkit-background-size: 30px 37px;
  -moz-background-size: 30px 37px;
  -o-background-size: 30px 37px;
  background-size: 30px 37px;
  width: 30px;
  height: 37px;
  display: block;
  text-indent: -999em;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  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;
  -webkit-box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
  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;
  -webkit-box-shadow: 0 2px 4px #999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 2px 4px #999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  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;
  background: -moz-linear-gradient(center bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #dedede), color-stop(20%, #dedede), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  background: -ms-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  background: -o-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  background: linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px #fff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  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;
  background: -moz-linear-gradient(center bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  background: -webkit-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #d1d1d1), color-stop(20%, #d1d1d1), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -ms-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  background: -o-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  background: linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #ebebeb 100%);
  -webkit-box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px #f5f5f5 inset, 0 1px rgba(255, 255, 255, 0.2);
  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;
  background: -moz-linear-gradient(center bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  background: -webkit-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #d1d1d1), color-stop(20%, #d1d1d1), color-stop(100%, #dedede));
  /* Chrome,Safari4+ */
  background: -ms-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  background: -o-linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  background: linear-gradient(bottom, #d1d1d1 0%, #d1d1d1 20%, #dedede 100%);
  -moz-box-shadow: 0 2px 4px #999999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 2px 4px #999999 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  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: #0079ad;
  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;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  -ms-transition: top 0.3s ease-out;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2c2e2f;
  font-size: 1em;
}
.captcha-container .textInput input:focus {
  outline: 0;
  border: 1px solid #009CDE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.captcha-container .textInput input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.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%;
  }
}
/**
 * @fileOverview Header contains responsive styles for header
 * @name responsive-header
 * @author mdaveshah, nnursalim
 * @tested browsers Chrome 25+, FF 19+
 */
/* -- Tablet landscape -- */
@media (max-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin: 0;
  }
}
/* Smartphones (portrait and landscape) and Tablet (Portrait) ----------- */
@media (max-width: 768px) {
  .notifications_mobile {
    display: inherit;
  }
  /* hamburger nav icon */
  .toggleMenu {
    width: 60px;
    height: 42px;
    padding-left: 20px;
    position: relative;
    text-indent: -999em;
  }
  .toggleMenu:before {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 20px;
    padding-bottom: 4px;
    border-top: 12px double #999;
    border-bottom: 4px solid #999;
  }
  .navbar-header {
    padding-left: 0;
  }
  .navBanner {
    float: none;
  }
  .header > .navbar-inner .brand {
    padding-left: 15px;
    background: url("https://www.paypalobjects.com/webstatic/i/ex_ce2/sprite/sprite_ia.png") no-repeat;
  }
  .headerActions {
    display: inline-block;
    float: right;
    padding-right: 5px;
  }
  .visible-leftnav {
    display: block;
  }
}
/**
 * @fileOverview contains responsive styles the 4 main links and secondary nav
 * @name responsive-globalNav
 * @author mdaveshah
 * @tested browsers FF, Chrome, iOS
 */
/* Smartphones (portrait and landscape) and Tablet (Portrait) ----------- */
@media (max-width: 880px) {
  .globalNav li {
    margin: 0;
    padding: 0 10px;
  }
  .navSecondary li {
    margin-left: 15px;
  }
  .logout .btn-small {
    padding: 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .navMenu {
    width: 74.46808511%;
    /* added in to make sure the menu is scrollable on landscape phones */
    min-height: 100%;
    padding-top: 62px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -74.30939227%;
    /*#grid > .fluid > .span(9);*/
    overflow-y: auto;
    background: #0a84cd;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navMenu a {
    display: block;
    padding: 5px 45px 5px 20px;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
  }
  .navMenu .navLink {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 5px 45px 5px 15px;
  }
  .navMenu a:hover,
  .navMenu a:focus,
  .navMenu a:active,
  .navMenu .active {
    /* adding in the extra background color for IE */
    background-color: #0666B3;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
  }
  .navMenu .navSecondary a {
    margin-top: 0;
    padding: 12px 45px 31px;
  }
  /* transitions to open the left menu */
  .contents,
  .navBanner,
  .navMenu {
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .overlay-open .navMenu {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 100;
    filter: alpha(opacity=10000);
  }
  .overlay-open .contents,
  .overlay-open .footer {
    -webkit-transform: translate3d(74.30939227%, 0, 0);
    -moz-transform: translate3d(74.30939227%, 0, 0);
    -ms-transform: translate3d(74.30939227%, 0, 0);
    -o-transform: translate3d(74.30939227%, 0, 0);
    transform: translate3d(74.30939227%, 0, 0);
  }
  .overlay-open .navBanner {
    -webkit-transform: translate3d(76.5%, 0, 0);
    -moz-transform: translate3d(76.5%, 0, 0);
    -ms-transform: translate3d(76.5%, 0, 0);
    -o-transform: translate3d(76.5%, 0, 0);
    transform: translate3d(76.5%, 0, 0);
  }
  /* main navigation with the 4 links for the app  */
  .globalNav {
    margin: 0;
    float: none;
  }
  .globalNav li {
    margin-right: 0;
    padding: 0;
    float: none;
    background: none;
    border-bottom: 1px solid #097abd;
  }
  .globalNav a {
    font-size: 0.9142857142857143em;
    font-size: 1rem;
    line-height: 1.875em;
  }
  .globalNav_mobile .globalNav-link_notifications_mobile {
    display: table-cell;
    width: 10%;
    padding: 0.5em 0;
  }
  .notifications_mobile.notifications_mobile {
    text-align: right;
    padding-right: 1em;
  }
  .globalNav-listItem_mobile.globalNav-listItem_mobile {
    display: block;
  }
  /* Profile image, user name and email address */
  .profile {
    margin: 0;
    padding: 10px 25px 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #097abd;
    font-size: 1.231em;
    line-height: 1.231em;
    color: #fff;
    text-shadow: none;
    /* TODO: add Font-size mixin */
  }
  .profile li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .profile .email {
    font-size: .8123em;
  }
  /* Secondary navigation which includes notification, settings, help, log out and user profile */
  .navSecondary,
  .navSecondary li {
    float: none;
  }
  .navSecondary li {
    margin-left: 0;
  }
  .navSecondary li a:not(.btn) {
    min-height: 16px;
    font-size: 0.8em;
    font-size: 0.875rem;
    line-height: 1.4285714285714286em;
  }
  /* alerts */
  .alerts {
    display: inline-block;
    text-indent: 999em;
  }
  .notifications_desktop.notifications_desktop {
    display: none;
  }
  li.logout {
    text-align: center;
  }
  /* Logout button - wondering if this passes a11y */
  a.vx_btn.logout {
    min-width: 90%;
    margin-bottom: 1em;
    line-height: 42px;
  }
  a.vx_btn.logout:hover,
  a.vx_btn.logout:focus,
  a.vx_btn.logout.active,
  a.vx_btn.logout:active {
    background-color: #0092d1;
  }
  .globalNav-icon,
  .linkSettings,
  .linkHelp {
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_nav_icons.png") no-repeat 0 0 transparent;
  }
  /* Icons for the left nav links */
  .globalNav-iconWrapper {
    display: table-cell;
    vertical-align: top;
    width: 30px;
  }
  .globalNav-icon {
    display: block;
    height: 25px;
  }
  .navText {
    display: table-cell;
    vertical-align: top;
  }
  /* percentage based background positions for ".linkSettings" and ".linkHelp"
	 * are temporary fixes until more permanent solutions can be implemented
	 */
  .linkSettings {
    height: 25px;
    width: auto;
    text-indent: 0;
  }
  .linkHelp {
    height: 25px;
    width: auto;
  }
}
/* Retina Icons for the left nav links */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .navIcons {
    background-image: url("https://www.paypalobjects.com/webstatic/sprite/sprite_nav_icons2x.png");
    background-size: 17px 473px;
  }
}
/* Activity */
/* send money */
/* data uri for notification */
/* wallet */
/* transfer landing page */
/* shop static landing page */
/* feedback icon */
/**
 * @fileOverview Common style attributes
 * @name common
 */
.contents {
  width: 100%;
  padding-bottom: 8rem;
  color: #2C2E2F;
}
.foreground-container {
  background: #F5F7FA;
}
.alertComponent {
  margin-bottom: 1.5rem;
  text-align: left;
}
.accessAid {
  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;
}
.contents > section:first-child,
.contents > div:first-child {
  height: 100%;
  margin: auto;
  padding-top: 72px;
  padding-bottom: 80px;
  float: none;
}
.contents[role="main"] {
  min-height: 99.7%;
  margin: auto;
  float: none;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
}
.container-fluid {
  padding: 0;
}
.noBottomMargin {
  margin-bottom: 0px;
}
.noTopMargin {
  margin-top: 0px;
}
.hasSpinner:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.4s infinite linear;
  -moz-animation: rotation 0.4s infinite linear;
  -ms-animation: rotation 0.4s infinite linear;
  animation: rotation 0.4s infinite linear;
  border-radius: 100%;
}
.hasSpinner:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: 5;
}
.smallSpinner {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: relative;
  top: 15%;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.4s infinite linear;
  -moz-animation: rotation 0.4s infinite linear;
  -ms-animation: rotation 0.4s infinite linear;
  animation: rotation 0.4s infinite linear;
  border-radius: 100%;
  margin-top: 10px;
}
.panelSpinner {
  content: "";
  height: 130px;
  width: 130px;
  margin: -65px auto auto -65px;
  position: relative;
  top: 8em;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.4s infinite linear;
  -moz-animation: rotation 0.4s infinite linear;
  -ms-animation: rotation 0.4s infinite linear;
  animation: rotation 0.4s infinite linear;
  border-radius: 100%;
  margin-top: 10px;
}
.spinnerWrapper {
  background: #F5F7FA;
  position: absolute;
  width: 100%;
  height: 100%;
}
.centerBtn {
  margin: 0px auto;
}
.numberCircle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0px;
  background: #fff;
  border: 1px solid #2da1f4;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.generic-container {
  text-align: center;
}
.generic-header {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.generic-message {
  margin-bottom: 1.2em;
}
.generic-icon_success {
  color: #299976;
}
.generic-icon_error {
  color: #FF9600;
}
.generic-secondaryActions {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .showForMobile {
    display: none;
  }
}
/**
 * @fileOverview Variables contains variables
 * @name Variables
 * @author hdoan, mdaveshah, ziliu
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 */
/* Font sizes */
/* Inputs */
/** old styles **/
/****************/
/* Colors */
/* button colors */
/* New color variables from Adam Dustan's Patterns sheet: https://ebay.box.com/s/apis0xukrp25jzdvjyky */
/* engagement module colors, named via http://chir.ag/projects/name-that-color */
/* info / warning icon colors */
/* generic colors for colors except text like box-border, shadow, background */
/* card colors */
/* textColor for all the colors of text */
/* font weights */
/* 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 */
/* borders */
/* Image Paths */
/* Navigation */
/**
 * @fileOverview Settings style attributes
 * @name App Style
 */
* {
  direction: ltr;
}
.left {
  float: left;
}
.modal_btn {
  margin-top: 24px;
}
.findMore {
  margin-top: 24px;
}
.alertWrapper {
  margin-top: 1em;
}
.leftAlertWrapper {
  margin-bottom: 1em;
}
.alertIcon-details {
  color: #D20000;
  width: 15px;
}
.attentionIcon-details {
  color: #FF9600;
  width: 15px;
}
.vx_alert,
.vx_alert_inline {
  width: 90%;
  background: white;
  margin: 0px auto;
}
.vx_checkbox label:before,
.vx_radio label:before {
  border: 1px solid #b7bcbf;
  background: white;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vx_foreground-container {
  background: #ffffff !important;
}
.acctPanel {
  border-bottom: 1px dotted #6c7378;
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.choicePanel {
  border-bottom: 1px dotted #6c7378;
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}
.leftRail-Header {
  margin-bottom: 13px;
  margin-top: 0px;
}
.leftRail-subHeader {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #6c7378;
}
.firstCol-hidden {
  opacity: 0;
}
.detail-leftCol {
  display: flex;
  flex-direction: column;
}
.detail-leftCol.icon-phone::before {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.detail-rightCol {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detailPanel {
  justify-content: space-between;
}
.detailPanel-title {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.detailPanel-subTitle {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #6c7378;
}
.update-linkRight {
  display: flex;
  align-items: flex-end;
  width: 100%;
  flex-direction: column;
}
.gradientLine {
  height: 2px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #003087, #009cde);
  border-image-slice: 1;
  margin-top: 72px;
  margin-bottom: 42px;
}
.addAction-btn {
  margin-top: 12px;
  display: block;
}
.section-lineWrapper {
  padding: 0rem 2rem;
  padding-right: 10px;
}
.icon-wrapper {
  display: flex;
  justify-content: left;
  width: 100%;
}
.iconColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flowDividerLine {
  padding: 0px;
}
.flowWideModalWrapper .vx_modal-wrapper .vx_modal-content {
  padding: 40px 15% 50px !important;
}
.rowControlCheckbox {
  margin-bottom: 20px;
}
.rowControl-text {
  margin-top: 35px;
}
.unsubscribe-content {
  padding: 42px 0 9rem;
}
.unsubscribe-save {
  float: right;
  margin-top: 42px;
}
.notificationsSaveWrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.saveWrapper {
  text-align: center;
}
.notificationSave {
  width: 100%;
  position: fixed;
  background: #f5f7fa;
  bottom: 0;
  border-radius: 0px;
  left: 0;
  z-index: 100;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
}
.navSave {
  width: 327px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.cancelNotificationChange {
  display: block;
  margin-top: 10px;
}
.prefLanguage {
  color: white;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.prefLanguage h2 {
  font-weight: 500;
}
.profile_checkbox label:before {
  margin-right: 0px;
}
@media (min-width: 1281px) {
  .acctPanel,
  .choicePanel {
    padding-left: 0px;
  }
  .acctPanel div,
  .choicePanel div {
    padding-left: 0px;
  }
  .detailPanel {
    padding-right: 0px;
  }
}
.emailsPanel ul {
  margin: 0;
}
.passport-label {
  padding: 0rem;
  margin: 0.5rem 0 0 0;
}
.secondary-gray {
  color: #6C7378;
}
.passport-header {
  margin-top: 1.5rem;
}
.remove-passport-confirm {
  margin: 2rem 0;
}
/**
 * @fileOverview Account panel specific styles
 * @name Account
 */
.profile-avatarRow .icon {
  overflow: hidden;
  position: absolute;
  height: 7em;
  width: 7em;
  border-radius: 50%;
  background-color: #4cbbe8;
}
.profile-avatarRow .icon:before {
  display: block;
  margin: 50px 0 0 -18px;
  font-size: 115px;
  color: #0079ad;
}
.profile-avatarPhotoContainer {
  background: #50c7f9;
}
.profile-avatarPhotoContainer .profilePhotoParent {
  position: relative;
  display: block;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  overflow: hidden;
}
.profile-avatarRow {
  width: 7em;
  height: 7em;
  margin: 0em 2em 0em 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
.profile-updatePhotoLink {
  width: 100%;
  margin: 1em 2em 0em 0;
}
.profile-avatarColumn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.profileName {
  margin-bottom: 0px;
}
.lastAddress {
  margin-bottom: 23px;
}
/**
 * @fileOverview Notifications panel specific styles
 * @name Notifications
 */
.notificationRow-header {
  text-align: center;
}
.notificationRow-emailHeader {
  text-align: right;
}
.notifications-ad_disclaimer {
  border-bottom: 0px;
}
.interestDisclaimer {
  font-size: 15px;
  line-height: 24px;
}
.flowNotificationsHeader {
  padding: 0px;
}
.vx_noAuth-footer {
  position: relative !important;
}
/**
 * @fileOverview Payments  panel specific styles
 * @name Payments
 */
.fiColumn {
  padding-left: 17px !important;
}
.choiceIcon {
  max-width: 35px;
}
#unsubscribe_mainContent {
  padding-top: 38px;
}
.unsubscribeEmail {
  font-size: 18px;
  vertical-align: top;
}
.icon-unsubscribe_phone {
  font-size: 200%;
  margin-left: 6px;
  margin-right: 12px;
  vertical-align: middle;
}
.icon-unsubscribe_email {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: .5rem;
}
.unsubscribe_headerContainer {
  padding-left: 0px;
}
.unsubscribe_emailContainer {
  margin-top: 40px;
  margin-bottom: 26px;
  padding-left: 0px;
}
.unsubscribe_emailSection {
  padding-left: 5px;
}
.unsubscribeAllLink {
  float: right;
  margin-top: 58px;
  width: 228.7px;
}
.unsubscribe_warning {
  width: 100%;
  margin-top: 30px;
}
.unsubscribe_selectAll-container {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.unsubscribe_title {
  padding-bottom: 10px;
}
#settingsUnsubscribe {
  padding-bottom: 20px;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
@media (max-width: 1023px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    transition: all 0.3s ease-in;
  }
  body.menu-open {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
  }
  body.menu-open header.pp-header {
    height: 100%;
  }
}
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: .9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .col-md-12 {
    float: left;
  }
}
.col-md-12 {
  width: 100%;
}
.mppfooter-container,
.mppheader-container,
.mppminimalheader-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.mppfooter-container::after,
.mppheader-container::after,
.mppminimalheader-container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .mppfooter-container,
  .mppheader-container,
  .mppminimalheader-container {
    max-width: 751px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 752px) {
  .mppfooter-container,
  .mppheader-container,
  .mppminimalheader-container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .mppfooter-container,
  .mppheader-container,
  .mppminimalheader-container {
    max-width: 1151px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.theme-background-color-blue {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  color: #ffffff;
}
.theme-background-color-blue a {
  color: #ffffff;
}
.theme-background-color-blue a:hover,
.theme-background-color-blue a:focus {
  color: #f5f7fa;
}
.theme-background-color-blue a:active {
  color: #f5f7fa;
}
.theme-background-color-blue .mpp-data-point {
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.no-boxshadow .theme-background-color-blue .mpp-data-point {
  border: 1px solid #ffffff;
}
.theme-background-color-dark {
  background-color: #2c2e2f;
  color: #ffffff;
}
.theme-background-color-dark a {
  color: #ffffff;
}
.theme-background-color-dark a:hover,
.theme-background-color-dark a:focus {
  color: #f5f7fa;
}
.theme-background-color-dark a:active {
  color: #f5f7fa;
}
.theme-background-color-light {
  background-color: #f5f7fa;
}
.theme-background-color-light .pypl-heading {
  color: #4a4a4a;
}
.theme-background-color-light .mpp-data-point {
  color: #0070ba;
  box-shadow: 0 0 0 1px #0070ba, 0 0 0 1px #0070ba;
}
.no-boxshadow .theme-background-color-light .mpp-data-point {
  border: 1px solid #0070ba;
}
.theme-background-color-white {
  background-color: #ffffff;
}
.theme-background-color-white .pypl-heading {
  color: #4a4a4a;
}
.theme-background-color-white .mpp-data-point {
  color: #0070ba;
  box-shadow: 0 0 0 1px #0070ba, 0 0 0 1px #0070ba;
}
.no-boxshadow .theme-background-color-white .mpp-data-point {
  border: 1px solid #0070ba;
}
.theme-background-image-white,
.theme-background-image-dark,
.theme-new-money {
  background-color: #6c7378;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.theme-background-image-white a,
.theme-background-image-dark a,
.theme-new-money a {
  color: #ffffff;
}
.theme-background-image-white a:hover,
.theme-background-image-dark a:hover,
.theme-background-image-white a:focus,
.theme-background-image-dark a:focus,
.theme-new-money a:hover,
.theme-new-money a:focus {
  color: #f5f7fa;
}
.theme-background-image-white a:active,
.theme-background-image-dark a:active,
.theme-new-money a:active {
  color: #f5f7fa;
}
.theme-background-image-white .mpp-data-point,
.theme-background-image-dark .mpp-data-point,
.theme-new-money .mpp-data-point {
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.no-boxshadow .theme-background-image-white .mpp-data-point,
.no-boxshadow .theme-background-image-dark .mpp-data-point,
.no-boxshadow .theme-new-money .mpp-data-point {
  border: 1px solid #ffffff;
}
.theme-background-image-light {
  background-color: #f5f7fa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-new-money h1 {
  font-family: 'DharmaGothicE-RegularItalic', Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 752px) {
  .theme-new-money h1 {
    font-size: 90px;
    font-size: 6rem;
    line-height: 1;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #2c2e2f;
}
body {
  margin: 0;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  background-image: linear-gradient(to right, #b7bcbf 50%, rgba(255, 255, 255, 0) 40%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  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;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
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;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 1rem;
}
p + p {
  padding-top: 20px;
}
.vertical-center-block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.legal-notes {
  font-size: 13px;
  font-size: .86666667rem;
  line-height: 1.38461538;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.phone-line {
  background: transparent url(https://www.paypalobjects.com/webstatic/en_US/mktg/wright/merchant/businesshomepage_telicon_1x.png) 2px center no-repeat;
  background-size: 11px 13px;
  padding-left: 20px;
}
.phone-line-white {
  background: url(https://www.paypalobjects.com/webstatic/icon/Phone-Icon-White_12x12_baseline.png) 0 2px no-repeat;
  background-size: 11px 13px;
  padding-left: 20px;
}
ul.bullet-list {
  padding-left: 30px;
  text-align: left;
}
ul.bullet-list li {
  list-style-type: disc;
  padding-bottom: 10px;
}
p + ul.bullet-list {
  padding-top: 30px;
}
span.checked {
  display: block;
  margin: auto;
  text-indent: -99em;
  height: 22px;
  width: 11px;
  border-right: 2px solid #009cde;
  border-bottom: 2px solid #009cde;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer .column-container:nth-child(5) {
  padding-top: 10px;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer .column-container:nth-child(5) li {
  padding-bottom: 10px;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer .column-container:nth-child(5) .enhanced-footer__link {
  color: #2c2e2f;
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.5;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer .enhanced-footer__column-headline {
  display: none;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer li:first-child {
  padding-bottom: 5px;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer li:first-child a {
  color: #2c2e2f;
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.5;
}
html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer .enhanced-footer__link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 752px) {
  html[lang="ja-JP"] section[data-building-block="organism"].image-carousel,
  html[lang="ja-JP"] section[data-building-block="organism"].comparison-table,
  html[lang="ja-JP"] section[data-building-block="organism"].selection,
  html[lang="ja-JP"] section[data-building-block="organism"].pullout,
  html[lang="ja-JP"] section[data-building-block="organism"].fees,
  html[lang="ja-JP"] section[data-building-block="organism"].features,
  html[lang="ja-JP"] section[data-building-block="organism"].generic-intent__intent,
  html[lang="ja-JP"] section[data-building-block="organism"].generic-intent__content,
  html[lang="ja-JP"] section[data-building-block="organism"].steps-intent,
  html[lang="ja-JP"] section[data-building-block="organism"].faq,
  html[lang="ja-JP"] section[data-building-block="organism"].video-thumbnail,
  html[lang="ja-JP"] section[data-building-block="organism"].editorial,
  html[lang="ja-JP"] section[data-building-block="organism"].steps,
  html[lang="ja-JP"] section[data-building-block="organism"].steps-accordion,
  html[lang="ja-JP"] section[data-building-block="organism"].statement,
  html[lang="ja-JP"] section[data-building-block="organism"].panels,
  html[lang="ja-JP"] section[data-building-block="organism"].showcase,
  html[lang="ja-JP"] section[data-building-block="organism"].enhanced-footer {
    padding: 48px 0;
  }
  html[lang="ja-JP"] section[data-building-block="organism"].social-proof {
    padding-top: 48px;
    padding-bottom: 57px;
  }
  html[lang="ja-JP"] .global-footer {
    padding: 48px 0;
  }
}
@media (min-width: 1024px) {
  html[lang="ja-JP"] section[data-building-block="organism"].panels.device-image {
    padding-top: 132px;
    border-top: 312px solid #ffffff;
  }
  html[lang="ja-JP"] section[data-building-block="organism"].panels.device-image .panels__device-image {
    top: -312px;
  }
}
html[lang="ja-JP"] * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="ru-RU"] * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="he-IL"] * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="vi-VN"] * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "pp-sans-big-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg");
}
@font-face {
  font-family: 'pp-sans-small-medium';
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg");
}
.pp-sans-big-light {
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-medium {
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-thin {
  font-family: 'pp-sans-big-thin', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-light {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-regular {
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-medium {
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
@font-face {
  font-family: "DharmaGothicE-RegularItalic";
  src: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/font/new-money/DharmaGothicE-RegularItalic.eot");
  src: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/font/new-money/DharmaGothicE-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/font/new-money/DharmaGothicE-RegularItalic.ttf") format("truetype");
}
.new-money {
  font-family: 'DharmaGothicE-RegularItalic', Helvetica Neue, Arial, sans-serif;
  font-variant: normal;
  font-weight: normal;
  text-transform: uppercase;
}
a {
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: underline;
}
a {
  color: #0070ba;
}
a:hover,
a:focus {
  color: #005ea6;
}
a:active {
  color: #005ea6;
}
a.link--white {
  color: #ffffff;
}
a.link--white:hover,
a.link--white:focus {
  color: #f5f7fa;
}
a.link--white:active {
  color: #f5f7fa;
}
a.link--gray {
  color: #2c2e2f;
}
a.link--gray:hover,
a.link--gray:focus {
  color: #000000;
}
a.link--gray:active {
  color: #000000;
}
.pypl-btn {
  display: inline-block;
  padding: 13px 24px;
  margin-bottom: 0;
  background: #0070ba;
  font-size: 15px;
  font-size: 1rem;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pypl-btn:hover {
  text-decoration: none;
  background: #005ea6;
  color: #ffffff;
}
.pypl-btn:focus,
.pypl-btn:active {
  text-decoration: underline;
  background: #005ea6;
  color: #ffffff;
}
.pypl-btn.pypl-btn--small {
  padding: 12px 18px;
  font-size: 12px;
  font-size: .8rem;
  line-height: 12px;
}
.pypl-btn.pypl-btn--outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.pypl-btn.pypl-btn--outline-white:hover,
.pypl-btn.pypl-btn--outline-white:focus {
  color: #eaeced;
}
.pypl-btn.pypl-btn--outline-white:active {
  color: #cbd2d6;
}
.pypl-btn.pypl-btn--outline-blue {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  color: #0070ba;
  border: 1px solid #0070ba;
  box-shadow: none;
}
.pypl-btn.pypl-btn--outline-blue.pypl-btn--small {
  padding-top: 11px;
  padding-bottom: 11px;
}
.pypl-btn.pypl-btn--outline-blue:hover,
.pypl-btn.pypl-btn--outline-blue:focus {
  color: #005ea6;
}
.pypl-btn.pypl-btn--gray {
  background-color: #eaeced;
  color: #2c2e2f;
}
.pypl-btn.pypl-btn--gray:hover,
.pypl-btn.pypl-btn--gray:focus {
  color: #2c2e2f;
  background-color: #cbd2d6;
}
.pypl-btn.pypl-btn--gray:active {
  color: #2c2e2f;
  background-color: #cbd2d6;
}
.pypl-btn.pypl-btn--white {
  background-color: #ffffff;
  color: #2c2e2f;
}
.pypl-btn.pypl-btn--white:hover,
.pypl-btn.pypl-btn--white:focus {
  color: #2c2e2f;
  background-color: #eaeced;
}
.pypl-btn.pypl-btn--white:active {
  color: #2c2e2f;
  background-color: #eaeced;
}
.no-borderradius .pypl-btn.pypl-btn--outline-white {
  box-shadow: none;
  border: 1px solid #ffffff;
}
.no-borderradius .pypl-btn.pypl-btn--outline-blue {
  box-shadow: none;
  border: 1px solid #0070ba;
}
h1.pypl-heading,
.h1.pypl-heading {
  font-size: 40px;
  font-size: 2.66666667rem;
  line-height: 1.2;
}
h2.pypl-heading,
.h2.pypl-heading {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2;
}
h3.pypl-heading,
.h3.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.5;
}
h4.pypl-heading,
.h4.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.5;
}
h5.pypl-heading,
.h5.pypl-heading {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
}
h6.pypl-heading,
.h6.pypl-heading {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 752px) {
  h1.pypl-heading,
  .h1.pypl-heading {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1.2;
  }
  h2.pypl-heading,
  .h2.pypl-heading {
    font-size: 40px;
    font-size: 2.66666667rem;
    line-height: 1.2;
  }
  h3.pypl-heading,
  .h3.pypl-heading {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.pypl-logo {
  width: 136px;
  height: 43px;
  display: inline-block;
  padding: 0;
  background: transparent url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg) center center no-repeat;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0 50%;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
}
.pypl-logo[class*="pypl-logo--monogram"] {
  width: 29px;
}
.pypl-logo:focus {
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 5px;
}
.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_fc_mg.svg);
}
.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_fc_vl.svg);
}
.pypl-logo--white {
  background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg);
}
.pypl-logo--white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_rv_mg.svg);
}
.pypl-logo--white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_rv_vl.svg);
}
.pypl-logo--black-white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_bw_hl.svg);
}
.pypl-logo--black-white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_bw_mg.svg);
}
.pypl-logo--black-white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_bw_vl.svg);
}
.no-svg .pypl-logo {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.png);
}
.no-svg .pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_fc_mg.png);
}
.no-svg .pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_fc_vl.png);
}
.no-svg .pypl-logo--white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_rv_hl.png);
}
.no-svg .pypl-logo--white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_rv_mg.png);
}
.no-svg .pypl-logo--white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_rv_vl.png);
}
.no-svg .pypl-logo--black-white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_bw_hl.png);
}
.no-svg .pypl-logo--black-white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_bw_mg.png);
}
.no-svg .pypl-logo--black-white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_bw_vl.png);
}
@-moz-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-webkit-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-ms-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-moz-keyframes slide-from-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: translateX(-240px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-from-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: translateX(-240px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes slide-from-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: translateX(-240px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-from-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: translateX(-240px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slide-to-left {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-240px);
  }
}
@-webkit-keyframes slide-to-left {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-240px);
  }
}
@-ms-keyframes slide-to-left {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-240px);
  }
}
@keyframes slide-to-left {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-240px);
  }
}
.main-menu {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: none;
}
@media (min-width: 1024px) {
  .main-menu {
    text-align: inherit;
    position: static;
    display: inline-block;
  }
  .main-menu li {
    display: inline-block;
  }
}
.main-menu .closer-mobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .main-menu .closer-mobile {
    display: none;
  }
}
.main-menu .closer-mobile a {
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding: 0;
  font-size: 1rem;
}
.main-menu .closer-mobile a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  opacity: .75;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: -1;
  margin-right: 10px;
}
.main-menu .closer-desktop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .main-menu .closer-desktop {
    display: inline-block;
  }
}
.main-menu .closer-desktop a {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 29px;
  height: 29px;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) {
  .main-menu .closer-desktop a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41NjQtMDg6MDAiCiAgIGRhbTpzaXplPSIyMTIiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMjYzLTA4OjAwIgogICBkYW06c2hhMT0iMDc0OWZkM2I0ZWVjYWZhOWM1OGExZDY1MzU3N2M5MGFhMTE5MDMzZSIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjMyIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9yZXZlcnNlLnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PoWTukgAAACbSURBVEjH7dM7CoAwEATQ2AlaiB9EEAQLCzsLb6Ol9z9CnEIhhZr9JJ0L0214EHaM+Ucz1tpa+b5D0q+FHNmQUQj0yI40vsVKAjlAS33AgtgAFxIDVEgN+KBgwBsUHHiA1iiAA83IgSyxgPuLJk1hyWcqLSy7B8Eg3xWpIeqZiiFuD9iQtGhk6FoUF82Bhq+lBCmUx1IimflHOieo30np52rwiAAAAABJRU5ErkJggg==") center center no-repeat;
  }
  .main-menu .closer-desktop a:active,
  .main-menu .closer-desktop a:focus {
    box-shadow: 0 0 0 1px #ccc;
  }
}
.closer-mobile a,
.main-link:focus,
.main-link:hover,
.main-link {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.7;
  letter-spacing: 1px;
}
.closer-mobile a[rel='menuitem']:after,
.main-link:focus[rel='menuitem']:after,
.main-link:hover[rel='menuitem']:after,
.main-link[rel='menuitem']:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  opacity: .75;
  position: relative;
  left: 6px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  z-index: -1;
}
@media (min-width: 1024px) {
  .closer-mobile a[rel='menuitem']:after,
  .main-link:focus[rel='menuitem']:after,
  .main-link:hover[rel='menuitem']:after,
  .main-link[rel='menuitem']:after {
    top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 1024px) {
  .closer-mobile a,
  .main-link:focus,
  .main-link:hover,
  .main-link {
    padding: 25px 15px;
    margin: 0 1px;
    letter-spacing: 0;
  }
  .closer-mobile a.pypl-header__subnav-control--is-active,
  .main-link:focus.pypl-header__subnav-control--is-active,
  .main-link:hover.pypl-header__subnav-control--is-active,
  .main-link.pypl-header__subnav-control--is-active,
  .closer-mobile a.pypl-header__subnav-control--is-highlighted,
  .main-link:focus.pypl-header__subnav-control--is-highlighted,
  .main-link:hover.pypl-header__subnav-control--is-highlighted,
  .main-link.pypl-header__subnav-control--is-highlighted,
  .closer-mobile a:hover,
  .main-link:focus:hover,
  .main-link:hover:hover,
  .main-link:hover,
  .closer-mobile a:focus,
  .main-link:focus:focus,
  .main-link:hover:focus,
  .main-link:focus {
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid #ffffff;
  }
}
@media (min-width: 1152px) {
  .closer-mobile a,
  .main-link:focus,
  .main-link:hover,
  .main-link {
    padding: 25px 25px;
    letter-spacing: 1px;
  }
}
.submenu-wrapper {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .submenu-wrapper {
    position: absolute;
    left: 0;
    top: 72px;
  }
}
.pp-header__subnav {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .pp-header__subnav {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    width: 240px;
    height: 100%;
    padding: 15px;
  }
}
.pp-header__subnav a {
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 15px;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding: 10px 0 10px 10px;
}
.pp-header__subnav a:hover,
.pp-header__subnav a:focus {
  outline: none;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .pp-header__subnav a {
    padding: 5% 1em 0 0;
    font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-weight: 300;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
.pp-header__subnav li {
  display: list-item;
  width: 100%;
}
.pp-header__subnav em {
  display: none;
  font-style: normal;
  font-size: 12px;
}
.pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.pp-header__subnav .submenu-col {
  margin: 0;
}
@media (min-width: 1024px) {
  .pp-header__subnav {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pp-header__subnav li {
    height: 72px;
  }
  .pp-header__subnav .submenu-row-3 li {
    height: 36px;
  }
  .pp-header__subnav em {
    display: block;
  }
  .pp-header__subnav .submenu-cols {
    display: flex;
    padding-top: 10px;
    justify-content: space-around;
    align-content: stretch;
  }
  .no-flexbox .pp-header__subnav .submenu-cols {
    display: inline-block;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col {
    max-width: 20%;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col a {
    padding-top: 20px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    position: relative;
    height: 144px;
    padding-left: 20px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type:before {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    content: '';
    width: 0;
    height: 90%;
    position: absolute;
    top: 5px;
    left: -10px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type a {
    font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
  }
  .pp-header__subnav .submenu-col {
    flex-grow: 1;
    max-width: 25%;
    margin: 0 0 1rem;
  }
}
.submenu-lvl2 li {
  height: 36px;
}
.submenu-lvl2.submenu-lvl2-row-4 li {
  height: 24px;
}
.main-menu__sublist {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  width: 86%;
}
.main-menu__sublist li {
  min-height: 42px;
}
.main-menu__sublist a:not(.pypl-btn) {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .main-menu__sublist {
    display: none;
  }
}
.sublist-cta-wrapper {
  position: absolute;
  min-width: 80%;
  top: 25em;
  top: 80vh;
  z-index: -1;
}
@media screen and (orientation: landscape) {
  .sublist-cta-wrapper {
    position: relative;
    top: 3em;
  }
}
.pp-header--menu-open .main-menu {
  display: inline-block;
}
@media (max-width: 1023px) {
  .pp-header--menu-open .main-menu {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    width: 240px;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px;
    position: absolute;
    min-height: 1000px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1024px) {
  .pp-header--menu-open .main-menu {
    background: none;
  }
}
.pypl-header__subnav-control--is-active[rel='menuitem']:focus:after,
.pypl-header__subnav-control--is-active[rel='menuitem']:hover:after,
.pypl-header__subnav-control--is-active[rel='menuitem']:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 2px;
}
.pypl-header__subnav-control--is-active + .submenu-wrapper {
  display: block;
  z-index: 2;
}
@media (max-width: 1023px) {
  .pypl-header__subnav-control--is-active + .submenu-wrapper .pp-header__subnav {
    -webkit-animation: slide-from-left 0.4s ease-out 1;
    -moz-animation: slide-from-left 0.4s ease-out 1;
    -ms-animation: slide-from-left 0.4s ease-out 1;
    animation: slide-from-left 0.4s ease-out 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 1023px) {
  .pypl-header__subnav-control--is-closing + .submenu-wrapper {
    display: block;
  }
  .pypl-header__subnav-control--is-closing + .submenu-wrapper .pp-header__subnav {
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: slide-to-left 0.4s ease-out 1;
    -moz-animation: slide-to-left 0.4s ease-out 1;
    -ms-animation: slide-to-left 0.4s ease-out 1;
    animation: slide-to-left 0.4s ease-out 1;
  }
}
.no-flexboxlegacy .pp-header__subnav ul,
.no-flexboxlegacy .pp-header__subnav li,
.no-flexboxlegacy .pp-header__subnav a,
.no-flexboxlegacy .pp-header__subnav div {
  display: inline-block;
  vertical-align: top;
}
.no-flexboxlegacy .pp-header__subnav li {
  text-align: left;
}
.no-borderradius .main-menu {
  display: inline-block;
  position: static;
}
body.menu-open.fixed-open {
  overflow-y: hidden;
}
.pp-header.pp-header--fixed {
  position: fixed;
  padding: 9px 0 11px;
}
.pp-header.pp-header--fixed ~ section,
.pp-header.pp-header--fixed ~ div,
.pp-header.pp-header--fixed ~ footer {
  top: 0;
}
.pp-header.pp-header--fixed .pypl-logo--white:after {
  content: '';
  display: none;
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg);
}
.pp-header.pp-header--fixed-style {
  padding: 9px 0 11px;
  background-color: #ffffff;
  border: 0 transparent;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
  transition: background, height, box-shadow 0.2s ease-out;
}
.pp-header.pp-header--fixed-style.pp-header--menu-open {
  background: transparent;
}
.pp-header.pp-header--fixed-style.pp-header--menu-open:before {
  height: 50px;
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
}
.pp-header.pp-header--fixed-style.pp-header--menu-open .main-menu__sublist .pypl-btn.pypl-btn--outline-white {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
  color: #ffffff;
}
.pp-header.pp-header--fixed-style .pypl-logo--white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg);
}
@media (min-width: 1024px) {
  html[lang="en-JP"] .pp-header.pp-header--fixed-style .pypl-logo--white,
  html[lang="ja-JP"] .pp-header.pp-header--fixed-style .pypl-logo--white {
    background-image: url('https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_jp.svg');
    background-image: url('https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_jp.png') / 9;
  }
}
.pp-header.pp-header--fixed-style .pypl-btn.pypl-btn--outline-white {
  box-shadow: 0 0 0 1px #0070ba, 0 0 0 1px #0070ba;
  color: #0070ba;
}
.pp-header.pp-header--fixed-style .header-buttons .pypl-btn.pypl-btn--white {
  background: #0070ba;
  color: #ffffff;
}
.pp-header.pp-header--fixed-style:before {
  background-image: none;
}
.pp-header.pp-header--fixed-style .menu-button-wrapper .menu-button:before,
.pp-header.pp-header--fixed-style .menu-button-wrapper .menu-button:after {
  border-color: #0070ba;
}
.pp-header.pp-header--fixed.theme-background-color-white {
  border-bottom: 1px solid #eaeced;
  box-shadow: none;
}
.pp-header.pp-header--fixed.theme-background-color-white.pp-header--submenu-open {
  border-bottom: none;
}
.pp-header.pp-header--fixed.theme-background-color-white.pp-header--sticky {
  border: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .pp-header.pp-header--fixed {
    padding: 18px 0 0;
  }
  .pp-header.pp-header--fixed .container {
    max-width: 100%;
  }
  .pp-header.pp-header--fixed .pp-header__subnav a {
    padding-top: 20px;
  }
  .pp-header.pp-header--fixed .pp-header__subnav .submenu-cols.lvl-2 .submenu-col {
    max-width: 25%;
  }
  .pp-header.pp-header--fixed.pp-header--submenu-open {
    height: 249px;
  }
  .pp-header.pp-header--fixed .submenu-lvl2.submenu-lvl2-row-4 li {
    height: 30px;
  }
  .pp-header.pp-header--fixed .submenu-cols.lvl-2 .submenu-col:last-of-type:before {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    content: '';
    width: 0;
    height: 105px;
    position: absolute;
    top: 25px;
    left: -10px;
  }
  .pp-header.pp-header--fixed-style {
    transition: height, background 0.2s ease-out;
  }
  .pp-header.pp-header--fixed-style .pypl-header__subnav-control:after {
    border: 1px solid #2c2e2f;
    border-left-color: transparent;
    border-top-color: transparent;
  }
  .pp-header.pp-header--fixed-style .closer-mobile a,
  .pp-header.pp-header--fixed-style .main-link:focus,
  .pp-header.pp-header--fixed-style .main-link:hover,
  .pp-header.pp-header--fixed-style .main-link {
    color: #2c2e2f;
  }
  .pp-header.pp-header--fixed-style .closer-mobile a.pypl-header__subnav-control--is-active,
  .pp-header.pp-header--fixed-style .main-link:focus.pypl-header__subnav-control--is-active,
  .pp-header.pp-header--fixed-style .main-link:hover.pypl-header__subnav-control--is-active,
  .pp-header.pp-header--fixed-style .main-link.pypl-header__subnav-control--is-active,
  .pp-header.pp-header--fixed-style .closer-mobile a.pypl-header__subnav-control--is-highlighted,
  .pp-header.pp-header--fixed-style .main-link:focus.pypl-header__subnav-control--is-highlighted,
  .pp-header.pp-header--fixed-style .main-link:hover.pypl-header__subnav-control--is-highlighted,
  .pp-header.pp-header--fixed-style .main-link.pypl-header__subnav-control--is-highlighted,
  .pp-header.pp-header--fixed-style .closer-mobile a:hover,
  .pp-header.pp-header--fixed-style .main-link:focus:hover,
  .pp-header.pp-header--fixed-style .main-link:hover:hover,
  .pp-header.pp-header--fixed-style .main-link:hover,
  .pp-header.pp-header--fixed-style .closer-mobile a:focus,
  .pp-header.pp-header--fixed-style .main-link:focus:focus,
  .pp-header.pp-header--fixed-style .main-link:hover:focus,
  .pp-header.pp-header--fixed-style .main-link:focus {
    border-bottom: 2px solid #2c2e2f;
  }
}
@media (min-width: 1152px) {
  .pp-header.pp-header--fixed .container {
    max-width: 1192px;
  }
  .pp-header.pp-header--fixed .pp-header__subnav .submenu-cols.lvl-2 .submenu-col {
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  html[lang="pt-BR"] .pp-header .pypl-logo-wrapper,
  html[lang="fr-CA"] .pp-header .pypl-logo-wrapper,
  html[lang="en-CA"] .pp-header .pypl-logo-wrapper,
  html[lang="de-DE"] .pp-header .pypl-logo-wrapper {
    width: auto;
  }
  html[lang="pt-BR"] .pp-header .main-menu,
  html[lang="fr-CA"] .pp-header .main-menu,
  html[lang="en-CA"] .pp-header .main-menu,
  html[lang="de-DE"] .pp-header .main-menu {
    margin: 0 auto;
  }
  html[lang="pt-BR"] .pp-header .main-menu .main-link:focus,
  html[lang="fr-CA"] .pp-header .main-menu .main-link:focus,
  html[lang="en-CA"] .pp-header .main-menu .main-link:focus,
  html[lang="de-DE"] .pp-header .main-menu .main-link:focus,
  html[lang="pt-BR"] .pp-header .main-menu .main-link:hover,
  html[lang="fr-CA"] .pp-header .main-menu .main-link:hover,
  html[lang="en-CA"] .pp-header .main-menu .main-link:hover,
  html[lang="de-DE"] .pp-header .main-menu .main-link:hover,
  html[lang="pt-BR"] .pp-header .main-menu .main-link,
  html[lang="fr-CA"] .pp-header .main-menu .main-link,
  html[lang="en-CA"] .pp-header .main-menu .main-link,
  html[lang="de-DE"] .pp-header .main-menu .main-link {
    padding: 25px 10px;
    letter-spacing: 0.25px;
  }
  html[lang="pt-BR"] .pp-header .header-buttons,
  html[lang="fr-CA"] .pp-header .header-buttons,
  html[lang="en-CA"] .pp-header .header-buttons,
  html[lang="de-DE"] .pp-header .header-buttons {
    width: auto;
  }
  html[lang="pt-BR"] .pp-header .header-buttons > div,
  html[lang="fr-CA"] .pp-header .header-buttons > div,
  html[lang="en-CA"] .pp-header .header-buttons > div,
  html[lang="de-DE"] .pp-header .header-buttons > div {
    min-width: fit-content;
    position: unset;
  }
}
@media (min-width: 1152px) {
  html[lang="pt-BR"] .pp-header .main-menu .main-link:focus,
  html[lang="fr-CA"] .pp-header .main-menu .main-link:focus,
  html[lang="en-CA"] .pp-header .main-menu .main-link:focus,
  html[lang="de-DE"] .pp-header .main-menu .main-link:focus,
  html[lang="pt-BR"] .pp-header .main-menu .main-link:hover,
  html[lang="fr-CA"] .pp-header .main-menu .main-link:hover,
  html[lang="en-CA"] .pp-header .main-menu .main-link:hover,
  html[lang="de-DE"] .pp-header .main-menu .main-link:hover,
  html[lang="pt-BR"] .pp-header .main-menu .main-link,
  html[lang="fr-CA"] .pp-header .main-menu .main-link,
  html[lang="en-CA"] .pp-header .main-menu .main-link,
  html[lang="de-DE"] .pp-header .main-menu .main-link {
    padding: 25px 15px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  html[lang="pt-BR"].no-flexboxlegacy .pp-header .main-menu,
  html[lang="fr-CA"].no-flexboxlegacy .pp-header .main-menu,
  html[lang="en-CA"].no-flexboxlegacy .pp-header .main-menu,
  html[lang="de-DE"].no-flexboxlegacy .pp-header .main-menu {
    width: 80%;
    text-align: left;
  }
}
.pp-header {
  font-size: 14px;
  font-size: .93333333rem;
  text-align: center;
  position: absolute;
  width: 100%;
  padding-top: 18px;
  z-index: 2;
}
.pp-header:before,
.pp-header:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
}
.pp-header:before {
  height: 84px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%);
  top: 0;
  z-index: -1;
}
.pp-header:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  top: 72px;
  content: initial;
  display: none;
}
@media (min-width: 1024px) {
  .pp-header:after {
    content: '';
    display: block;
  }
}
@media (min-width: 1024px) {
  .pp-header {
    overflow: hidden;
    height: 72px;
    transition: height 0.3s ease-out;
    overflow: visible;
  }
}
@media (min-width: 1024px) and (max-width: 1151px) {
  .pp-header__wrapper.container {
    min-width: 100%;
  }
}
.header-buttons {
  width: 0;
  float: right;
  position: relative;
  text-align: right;
}
.header-buttons > div {
  min-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .header-buttons > div {
    min-width: 275px;
  }
}
.header-buttons .pypl-btn.pypl-btn--small {
  min-width: 84px;
  display: inline-block;
  margin-left: 9px;
}
.header-buttons .pypl-btn.pypl-btn--small:last-of-type {
  display: none;
}
@media (min-width: 1024px) {
  .header-buttons .pypl-btn.pypl-btn--small:last-of-type {
    display: inline-block;
  }
}
.menu-button-wrapper {
  width: 0;
  float: left;
}
@media (min-width: 1024px) {
  .menu-button-wrapper {
    display: none;
  }
}
.menu-button-wrapper .menu-button {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  padding-left: 37px;
}
.pp-header--menu-open .menu-button-wrapper .menu-button:before,
.pp-header--menu-open .menu-button-wrapper .menu-button:after {
  height: 0;
  border-bottom: 0;
  top: 17px;
}
.pp-header--menu-open .menu-button-wrapper .menu-button:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pp-header--menu-open .menu-button-wrapper .menu-button:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.menu-button-wrapper .menu-button:before,
.menu-button-wrapper .menu-button:after {
  display: block;
  content: "";
  width: 13px;
  position: absolute;
  border: 1px solid #fff;
  left: 14px;
  border-left: 0;
  border-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.menu-button-wrapper .menu-button:before {
  height: 9px;
  top: 13px;
}
.menu-button-wrapper .menu-button:after {
  height: 0;
  top: 17px;
  border-bottom: 0;
}
.menu-button-wrapper .logout-button-mobile {
  min-width: 84px;
}
.pypl-logo-wrapper {
  width: auto;
  display: inline-block;
  position: relative;
  top: 3px;
}
@media (min-width: 1024px) {
  .pypl-logo-wrapper {
    width: 0;
    float: left;
    top: -6px;
  }
}
.pypl-logo:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 5px;
}
.no-boxshadow .pypl-logo:focus {
  border: 1px solid #ccc;
}
@media (max-width: 1023px) {
  .pypl-logo {
    width: 26px;
    height: 30px;
    background-size: cover;
    background-position: left;
    background-clip: content-box;
    background-origin: content-box;
  }
}
.no-svg .pypl-logo {
  width: 126px;
  height: 33px;
  background: url("https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.png") center top no-repeat;
}
html[lang="en-JP"] .no-svg .pypl-logo,
html[lang="ja-JP"] .no-svg .pypl-logo {
  background-image: url('https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_wh_jp.png');
}
.pp-header + div > section[data-building-block="organism"]:first-of-type,
.pp-header + section[data-building-block="organism"]:first-of-type {
  padding-top: 72px;
}
@media (min-width: 1024px) {
  .pp-header + div > section[data-building-block="organism"]:first-of-type,
  .pp-header + section[data-building-block="organism"]:first-of-type {
    padding-top: 112px;
  }
}
@media (max-width: 1023px) {
  #mpp-app,
  #app-element-mountpoint {
    transition: all 0.3s ease-in;
  }
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  body.menu-open #mpp-app,
  body.menu-open #app-element-mountpoint {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
  }
  body.menu-open header.pp-header {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .pp-header ~ section,
  .pp-header ~ div,
  .pp-header ~ footer {
    position: relative;
    top: 0;
    transition: all 0.3s ease-out;
  }
  .pp-header:before {
    height: 108px;
  }
  .pp-header ~ #document-body-root {
    position: relative;
    top: 0;
    transition: all 0.3s ease-out;
  }
  .pp-header--submenu-open:before {
    display: none;
  }
  .pp-header--submenu-close {
    -webkit-animation: headerclose 0.4s steps(10, end) 1;
    -moz-animation: headerclose 0.4s steps(10, end) 1;
    -ms-animation: headerclose 0.4s steps(10, end) 1;
    animation: headerclose 0.4s steps(10, end) 1;
  }
  .pp-header--submenu-open {
    height: 230px;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .pp-header--submenu-open ~ section,
  .pp-header--submenu-open ~ div,
  .pp-header--submenu-open ~ footer {
    top: 158px;
  }
}
.no-borderradius .pp-header {
  position: static;
  text-align: left;
  background: #009cde;
}
.no-borderradius .pp-header__wrapper .menu-button-wrapper,
.no-borderradius .pp-header__wrapper .main-menu__sublist {
  display: none;
}
.no-borderradius .pp-header__wrapper .main-menu-list,
.no-borderradius .pp-header__wrapper .main-menu-list li,
.no-borderradius .pp-header__wrapper .header-buttons {
  display: inline-block;
}
.no-borderradius .pp-header__wrapper .header-buttons {
  position: static;
}
.no-borderradius .pp-header__wrapper .main-menu-list li {
  margin-left: 20px;
}
.no-borderradius .pp-header .pypl-btn--outline-white {
  border: 1px solid #ffffff;
}
.dummy-jp-test {
  cursor: initial;
}
.pp-header {
  z-index: 999;
}
.pp-header li > a,
.pp-header li > a:hover,
.pp-header li > a:visited {
  color: #fff;
}
.pp-header .main-link,
.pp-header .main-menu .closer-mobile a {
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.pp-header .main-menu-list,
.pp-header .main-menu__sublist {
  margin: 0 0 1rem;
}
.pp-header .menu-button-wrapper .menu-button {
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  padding-left: 37px;
}
.pp-header .pypl-btn.pypl-btn--outline-white,
.pp-header .pypl-btn.pypl-btn--small {
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .pp-header .pypl-logo {
    width: 26px;
    height: 30px;
    background-size: cover;
  }
}
@media (max-width: 479px) {
  #MinimalHeader {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  #MinimalHeader {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cookie_headerInfo {
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #979797;
}
.cookie_headerInfo h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.cookie_headerInfo p {
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 0px;
}
.cookie_headerInfo a {
  font-size: 15px;
  font-weight: 300;
}
.cookiePanel {
  border-bottom: 0px;
}
.cookie_saveWrapper {
  text-align: center;
  margin-bottom: 25px;
}
.cookieSave {
  width: 400px;
}
.cookiesHeader_title {
  font-size: 14px;
}
.cookieInfo_link {
  display: block;
}
.disclaimer_wrapper {
  color: #6c7378;
  font-size: 13px;
}
.disclaimer_wrapper p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.disclaimer_wrapper p:last-of-type {
  margin-top: 20px;
}
.disclaimer_wrapper span {
  font-weight: 300;
  line-height: 18px;
}
/**
 * @fileOverview Styles for settings (responsive)
 * @name responsive-settings
 * @author novalina
 * @tested Chrome, FF, IE, Safari, iOS
 */
@media (max-width: 1024px) {
  .nav ul {
    padding-left: 15px;
  }
  .links a {
    display: inline-block;
  }
  .links .icon {
    display: block;
  }
  .links .text {
    /* IE6, IE7 */
    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;
  }
  .add .icon,
  .edit .icon {
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_settings_glyphs.png") no-repeat 0 0;
    width: 19px;
    height: 21px;
  }
  .delete .icon {
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_settings_glyphs.png") no-repeat 0 -69px;
    width: 17px;
    height: 22px;
  }
  .confirm .icon:before {
    content: "\e519";
    float: left;
    margin-top: -12px;
    color: #888888;
    font-size: 22px;
    font-weight: bold;
  }
}
/* tablets - portrait */
@media (max-width: 768px) {
  /* Need to set it 3 times to get the needed specificity */
  .mainContents.mainContents.mainContents {
    padding-top: 0px;
  }
  .settings .nav ul {
    padding-left: 9px;
  }
  .settings .nav li {
    padding: 0 9px;
    text-align: center;
  }
  .settings .container {
    padding: 1.5em 1.5em;
  }
  .settings .container p.modify {
    bottom: 0;
  }
  .settings .setPrimary {
    display: none;
  }
  .settings .addresses .modify .delete {
    border-right: none;
  }
  .settings .section {
    width: 100%;
    margin-left: 0;
  }
  .settings .panel {
    margin: 0;
  }
  .settings .notifications .header {
    margin-top: 20px;
  }
  .settings .emailList,
  .settings .phoneList {
    width: 100%;
  }
  .settings .emailList .icon-email {
    margin-top: 0;
    margin-left: 0;
  }
  .settings .emailList .icon-email:before {
    margin-top: 17px;
  }
  .settings .phoneList .contact {
    padding-left: 72px;
  }
  .settings .phoneList .icon-phone {
    padding-left: 14px;
  }
  .settings .phoneList .icon-phone:before {
    margin-top: 17px;
  }
  .settings .category,
  .settings .notificationList {
    width: 100%;
    margin-left: 0;
  }
  .settings .notifications .container {
    padding: 0;
  }
  .settings .notifications .section {
    padding: 1.25em 1em;
  }
  .settings h2.x-large {
    font-size: 1.3714285714285714em;
    font-size: 1.5rem;
    line-height: 0.875em;
  }
  .travelProfile .col-md-8 {
    padding-bottom: 0;
  }
  .theoverpanel p {
    margin: 1em 0;
  }
  .theoverpanel .active.confirm-email .confirm,
  .theoverpanel .active.confirm-email .send,
  .theoverpanel .active.confirm-email .done {
    left: 0px;
    top: 0px;
  }
  .theoverpanel .changeEmail {
    margin-top: 40px;
  }
  .securityKeys-row {
    padding-bottom: 4em;
  }
  .confirmAlert .icon {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #WhiteNav {
    height: 98px;
  }
  #WhiteNav ul {
    padding-left: 12px;
    margin-left: 0px;
    flex-wrap: wrap;
    height: 48px;
    width: 96%;
  }
  #WhiteNav ul h2 {
    flex-basis: 100%;
    height: 48px;
    padding-top: 10px;
  }
  #WhiteNav li {
    padding: 0 9px;
    height: 52px;
    text-align: center;
  }
  #WhiteNav li.active a {
    margin-top: 3px;
  }
  #WhiteNav .first {
    padding-left: 8px;
  }
}
.rectangleLogo_small {
  width: 3.2em;
  height: 2.1em;
  margin: 0 auto;
  border-radius: 4px;
  display: inline-block;
}
.rectangleLogo_large {
  display: block;
  width: 10.66em;
  height: 6.66em;
  border-radius: 8px;
  margin: 0 auto;
}
.circleLogo_small {
  display: inline-block;
  width: 2.66em;
  height: 2.66em;
  border-radius: 50%;
}
.circleLogo_large {
  display: block;
  margin: 0 auto;
  width: 6.66em;
  height: 6.66em;
  border-radius: 50%;
}
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.icon_table {
  display: table;
  margin: 0 auto;
}
.icon_table:before {
  display: table-cell;
  vertical-align: middle;
}
.ppLogo {
  text-align: center;
}
.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;
}
.bank-icon.generic_bank {
  background-position-y: -285px;
}
.bank-icon.bank_of_america,
.bank-icon.bank_of_america_na {
  background-position-y: -5px;
}
.bank-icon.barclays_bank {
  background-position-y: -45px;
}
.bank-icon.capital_one_fsb {
  background-position-y: -85px;
}
.bank-icon.citibank_fsb {
  background-position-y: -125px;
}
.bank-icon.clydesdale_bank {
  background-position-y: -165px;
}
.bank-icon.cooperative_bank {
  background-position-y: -205px;
}
.bank-icon.fifth_third_bank {
  background-position-y: -245px;
}
.bank-icon.hsbc_bank {
  background-position-y: -325px;
}
.bank-icon.huntington_bank {
  background-position-y: -365px;
}
.bank-icon.jpmorgan_chase_bank_na {
  background-position-y: -405px;
}
.bank-icon.lloyds_bank {
  background-position-y: -445px;
}
.bank-icon.nationwide_bank {
  background-position-y: -485px;
}
.bank-icon.natwest_bank {
  background-position-y: -525px;
}
.bank-icon.pnc_bank {
  background-position-y: -565px;
}
.bank-icon.rbs_bank {
  background-position-y: -605px;
}
.bank-icon.regions_bank {
  background-position-y: -645px;
}
.bank-icon.santander_bank {
  background-position-y: -685px;
}
.bank-icon.standard_chartered_bank {
  background-position-y: -725px;
}
.bank-icon.suntrust_bank {
  background-position-y: -765px;
}
.bank-icon.td_bank {
  background-position-y: -805px;
}
.bank-icon.us_bank_na {
  background-position-y: -845px;
}
.bank-icon.usaa_bank {
  background-position-y: -885px;
}
.bank-icon.virgin_bank {
  background-position-y: -925px;
}
.bank-icon.wells_fargo_bank_na,
.bank-icon.wells_fargo_bk_na_wisconsin {
  background-position-y: -965px;
}
.bank-icon.yorkshire_bank {
  background-position-y: -1005px;
}
.bank-icon-large {
  background-repeat: no-repeat;
  width: 156px;
  height: 96px;
  display: none;
}
.bank-icon-large.bank_of_america,
.bank-icon-large.bank_of_america_na {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/bank_of_america_na.png');
  display: block;
}
.bank-icon-large.barclays_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/barclays_bank.png');
  display: block;
}
.bank-icon-large.capital_one_fsb {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/capital_one_fsb.png');
  display: block;
}
.bank-icon-large.citibank_fsb {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/citibank_fsb.png');
  display: block;
}
.bank-icon-large.clydesdale_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/clydesdale_bank.png');
  display: block;
}
.bank-icon-large.cooperative_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/cooperative_bank.png');
  display: block;
}
.bank-icon-large.fifth_third_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/fifth_third_bank.png');
  display: block;
}
.bank-icon-large.hsbc_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/capital_one_fsb.png');
  display: block;
}
.bank-icon-large.huntington_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/huntington_bank.png');
  display: block;
}
.bank-icon-large.jpmorgan_chase_bank_na {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/jpmorgan_chase_bank_na.png');
  display: block;
}
.bank-icon-large.lloyds_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/lloyds_bank.png');
  display: block;
}
.bank-icon-large.nationwide_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/nationwide_bank.png');
  display: block;
}
.bank-icon-large.natwest_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/natwest_bank.png');
  display: block;
}
.bank-icon-large.pnc_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/pnc_bank.png');
  display: block;
}
.bank-icon-large.rbs_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/rbs_bank.png');
  display: block;
}
.bank-icon-large.regions_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/regions_bank.png');
  display: block;
}
.bank-icon-large.santander_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/santander_bank.png');
  display: block;
}
.bank-icon-large.standard_chartered_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/standard_chartered_bank.png');
  display: block;
}
.bank-icon-large.suntrust_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/suntrust_bank.png');
  display: block;
}
.bank-icon-large.td_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/td_bank.png');
  display: block;
}
.bank-icon-large.us_bank_na {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/us_bank_na.png');
  display: block;
}
.bank-icon-large.usaa_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/usaa_bank.png');
  display: block;
}
.bank-icon-large.virgin_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/virgin_bank.png');
  display: block;
}
.bank-icon-large.wells_fargo_bank_na,
.bank-icon-large.wells_fargo_bk_na_wisconsin {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/wells_fargo_bank_na.png');
  display: block;
}
.bank-icon-large.yorkshire_bank {
  background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/yorkshire_bank.png');
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bank-icon {
    background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank-icons_2x.png');
    background-size: 58px 1040px;
  }
  .bank-icon-large {
    background-size: 156px 96px;
  }
  .bank-icon-large.bank_of_america,
  .bank-icon-large.bank_of_america_na {
    background-image: url('https://www.paypalobjects.com/ui-web/wallet-icons/bank/bank_of_america_na_2x.png');
    display: block;
  }
}
.netflix {
  background-image: url('https://logo.clearbit.com/netflix.com');
  display: block;
  background-size: 39px 39px;
}
.starbucks {
  background-image: url('https://logo.clearbit.com/starbucks.com');
  display: block;
  background-size: 47px 47px;
  background-position: -3px -3px;
}
.aol {
  background-image: url('https://logo.clearbit.com/aol.com');
  display: block;
  background-size: 39px 39px;
}
.expressVPN {
  background-image: url('https://logo.clearbit.com/expressvpn.com');
  display: block;
  background-size: 39px 39px;
}
.infomedia {
  background-image: url('https://logo.clearbit.com/infomedia.com');
  display: block;
  background-size: 39px 39px;
}
.uber {
  background-image: url('https://logo.clearbit.com/uber.com');
  display: block;
  background-size: 39px 39px;
}
.ebay {
  background-image: url('https://logo.clearbit.com/ebay.com');
  display: block;
  background-size: 39px 39px;
}
.bank_of_america_hasIcon .bank-icon,
.barclays_bank_hasIcon .bank-icon,
.capital_one_fsb_hasIcon .bank-icon,
.citibank_fsb_hasIcon .bank-icon,
.clydesdale_bank_hasIcon .bank-icon,
.cooperative_bank_hasIcon .bank-icon,
.fifth_third_bank_hasIcon .bank-icon,
.hsbc_bank_hasIcon .bank-icon,
.huntington_bank_hasIcon .bank-icon,
.jpmorgan_chase_bank_na_hasIcon .bank-icon,
.lloyds_bank_hasIcon .bank-icon,
.nationwide_bank_hasIcon .bank-icon,
.natwest_bank_hasIcon .bank-icon,
.pnc_bank_hasIcon .bank-icon,
.rbs_bank_hasIcon .bank-icon,
.regions_bank_hasIcon .bank-icon,
.santander_bank_hasIcon .bank-icon,
.standard_chartered_bank_hasIcon .bank-icon,
.suntrust_bank_hasIcon .bank-icon,
.td_bank_hasIcon .bank-icon,
.us_bank_na_hasIcon .bank-icon,
.usaa_bank_hasIcon .bank-icon,
.virgin_bank_hasIcon .bank-icon,
.wells_fargo_bank_na_hasIcon .bank-icon,
.yorkshire_bank .bank-icon {
  display: none;
}
.filter-searchIcon {
  cursor: pointer;
  display: table-cell;
  width: 42px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #0070ba;
}
.pad-icon {
  max-width: 6.9333rem;
}
.online-icon {
  max-width: 3rem;
}
.instore-icon {
  max-width: 2.667rem;
}
.connectedPaymentsIcon {
  max-width: 5.6rem;
}
.noMerchantLogo {
  background-image: url("https://www.paypalobjects.com/ui-web/wallet-icons/generic/generic_merchant.png");
  display: block;
  background-size: 90px 90px;
  height: 90px;
  width: 90px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.monogram-logo {
  width: 0.915em;
  height: 1.6em;
  margin-top: 0.4em;
  text-align: center;
}
.circleLogo_small,
.circleLogo_large {
  text-align: center;
}
.circleLogo_large .monogram-logo {
  width: 1.875em;
  height: 2.2em;
  margin-top: 0.1em;
}
.product-logo {
  display: table;
  margin: 0 auto;
}
.merchantListItem-logo {
  display: table;
  margin: 0 auto;
}
.monogram-logo-group {
  display: table-cell;
  vertical-align: middle;
}
.monogram-logo-firstP_bml,
.monogram-logo-firstP_smartconnect,
.monogram-logo-firstP_extrasmastercard {
  fill: #fff;
}
.product-logo_bml {
  background: #03468e;
  background: -moz-linear-gradient(-45deg, #03468e 0, #031b41 101%);
  background: -webkit-linear-gradient(-45deg, #03468e 0, #031b41 101%);
  background: linear-gradient(135deg, #03468e 0, #031b41 101%);
}
.product-logo_bml .paypal-circularLogo {
  margin-top: 1.55em;
}
.monogram-logo-overlap_bml {
  fill: #e6ebf0;
}
.monogram-logo-lastP_bml {
  fill: #adbdcf;
}
.product-logo_balance {
  background: #f3f3f3;
  background: -moz-linear-gradient(-45deg, #fff 0, #f3f3f3 101%);
  background: -webkit-linear-gradient(-45deg, #fff 0, #f3f3f3 101%);
  background: linear-gradient(135deg, #fff 0, #f3f3f3 101%);
}
.circleLogo_small.product-logo_balance {
  background: #FFFFFF;
}
.monogram-logo-firstP_balance {
  fill: #1c3d92;
}
.monogram-logo-overlap_balance {
  fill: #1c2e7e;
}
.monogram-logo-lastP_balance {
  fill: #00a2d3;
}
.product-logo_smartconnect {
  background: #002d8b;
  background: -moz-linear-gradient(-45deg, #009ae0 0, #002d8b 101%);
  background: -webkit-linear-gradient(-45deg, #009ae0 0, #002d8b 101%);
  background: linear-gradient(135deg, #009ae0 0, #002d8b 101%);
}
.monogram-logo-overlap_smartconnect {
  fill: #e6f2f9;
}
.monogram-logo-lastP_smartconnect {
  fill: #add2eb;
}
.product-logo_extrasmastercard {
  background: #323232;
  background: -moz-linear-gradient(-45deg, #7F7F7F 0, #323232 101%);
  background: -webkit-linear-gradient(-45deg, #7F7F7F 0, #323232 101%);
  background: linear-gradient(135deg, #7F7F7F 0, #323232 101%);
}
.monogram-logo-overlap_extrasmastercard {
  fill: #e6ebf0;
}
.monogram-logo-lastP_extrasmastercard {
  fill: #adbdcf;
}
.product-logo_ebay {
  background: #f3f3f3;
  background: -moz-linear-gradient(-45deg, #fff 0, #f3f3f3 101%);
  background: -webkit-linear-gradient(-45deg, #fff 0, #f3f3f3 101%);
  background: linear-gradient(135deg, #fff 0, #f3f3f3 101%);
}
.product-logo_ebay .productName-logo-group {
  width: 4em;
  height: 4em;
}
.paypal-circularLogo {
  margin-top: 2em;
  margin-left: 1.1em;
  display: block;
  text-align: left;
}
.paypal-logo-group {
  width: 2.6em;
  height: 2.6em;
}
.productName-logo {
  display: block;
  text-align: left;
  margin-left: 0.98em;
  width: 4.4em;
  height: 1em;
  margin-top: -1.5em;
}
.productName-logo_bml {
  margin-top: -1em;
}
.paypal_credit {
  max-width: 100%;
  background-size: 100%;
  background-image: url(https://www.paypalobjects.com/webstatic/credit/img/pp_credit_big.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.generic_cardLogo {
  max-width: 100%;
  background-size: 100%;
  background-image: url(https://www.paypalobjects.com/ui-web/wallet-icons/generic/generic_card_x2.png);
  background-repeat: no-repeat;
}
.circleLogo_small .monogram-logo-group,
.productName-logo_ebay {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.etoilesLogo,
.amexLogo,
.auraLogo,
.auroraLogo,
.banamexLogo,
.bancomerLogo,
.banorteLogo,
.carte-auroreLogo,
.cbLogo,
.cetelemLogo,
.china-union-payLogo,
.cofidisLogo,
.cofinogaLogo,
.deltaLogo,
.dinersLogo,
.discoverLogo,
.ecLogo,
.eloLogo,
.hiperLogo,
.hipercardLogo,
.hsbcLogo,
.jcbLogo,
.maestroLogo,
.master_cardLogo,
.postepayLogo,
.qiwi-visaLogo,
.santanderLogo,
.soloLogo,
.starLogo,
.switchLogo,
.visa-electronLogo,
.visaLogo {
  max-width: 100%;
  background-size: 100%;
  background-image: url(https://www.paypalobjects.com/ui-web/wallet-icons/small_card_sprite.png);
}
.etoilesLogo {
  background-position: 0 0;
  background-size: 100%;
}
.amexLogo {
  background-position: 0 3.75%;
  background-size: 100%;
}
.auraLogo {
  background-position: 0 6.451613%;
  background-size: 100%;
}
.auroraLogo {
  background-position: 0 9.677419%;
  background-size: 100%;
}
.banamexLogo {
  background-position: 0 12.903226%;
  background-size: 100%;
}
.bancomerLogo {
  background-position: 0 16.129032%;
  background-size: 100%;
}
.banorteLogo {
  background-position: 0 19.354839%;
  background-size: 100%;
}
.carte-auroreLogo {
  background-position: 0 22.580645%;
  background-size: 100%;
}
.cbLogo {
  background-position: 0 25.806452%;
  background-size: 100%;
}
.cetelemLogo {
  background-position: 0 29.032258%;
  background-size: 100%;
}
.china-union-payLogo {
  background-position: 0 32.258065%;
  background-size: 100%;
}
.cofidisLogo {
  background-position: 0 35.483871%;
  background-size: 100%;
}
.cofinogaLogo {
  background-position: 0 38.709677%;
  background-size: 100%;
}
.deltaLogo {
  background-position: 0 41.935484%;
  background-size: 100%;
}
.dinersLogo {
  background-position: 0 45.16129%;
  background-size: 100%;
}
.discoverLogo {
  background-position: 0 48.387097%;
  background-size: 100%;
}
.ecLogo {
  background-position: 0 51.612903%;
  background-size: 100%;
}
.eloLogo {
  background-position: 0 54.83871%;
  background-size: 100%;
}
.hiperLogo {
  background-position: 0 58.064516%;
  background-size: 100%;
}
.hipercardLogo {
  background-position: 0 61.290323%;
  background-size: 100%;
}
.hsbcLogo {
  background-position: 0 64.516129%;
  background-size: 100%;
}
.jcbLogo {
  background-position: 0 67.741935%;
  background-size: 100%;
}
.maestroLogo {
  background-position: 0 70.967742%;
  background-size: 100%;
}
.master_cardLogo {
  background-position: 0 73.9%;
  background-size: 100%;
}
.postepayLogo {
  background-position: 0 77.419355%;
  background-size: 100%;
}
.qiwi-visaLogo {
  background-position: 0 80.645161%;
  background-size: 100%;
}
.santanderLogo {
  background-position: 0 83.870968%;
  background-size: 100%;
}
.soloLogo {
  background-position: 0 87.096774%;
  background-size: 100%;
}
.starLogo {
  background-position: 0 90.322581%;
  background-size: 100%;
}
.switchLogo {
  background-position: 0 93.548387%;
  background-size: 100%;
}
.visa-electronLogo {
  background-position: 0 96.774194%;
  background-size: 100%;
}
.visaLogo {
  background-position: 0 99.4%;
  background-size: 100%;
}
.s-99-sm,
.adobe-sm,
.ancestry-sm,
.apple-sm,
.bancorp-sm,
.blizzard-sm,
.crunchyroll-sm,
.deezer-sm,
.dominos-sm,
.dropbox-sm,
.ea-sm,
.ebay-sm,
.facebook-sm,
.fiverr-sm,
.godaddy-sm,
.google-sm,
.hsn-sm,
.hulu-sm,
.linkedin-sm,
.match-sm,
.microsoft-sm,
.netflix-sm,
.nike-sm,
.nytimes-sm,
.pandora-sm,
.parkmobile-sm,
.playstation-sm,
.postcodelottery-sm,
.roku-sm,
.samsung-sm,
.skype-sm,
.spotify-sm,
.starbucks-sm,
.steampowered-sm,
.tidal-sm,
.twitch-sm,
.uber-sm,
.valve-sm,
.vudu-sm,
.wwe-sm,
.xsolla-sm,
.zulily-sm {
  background: url(https://paypalobjects.com/ui-web/autopay-icons/small-merchant-icons.png) no-repeat;
}
.s-99-sm {
  background-position: 0 -1960px;
  width: 40px;
  height: 40px;
}
.adobe-sm {
  background-position: 0 -1913px;
  width: 40px;
  height: 40px;
}
.ancestry-sm {
  background-position: 0 -1866px;
  width: 40px;
  height: 40px;
}
.apple-sm {
  background-position: 0 -1820px;
  width: 40px;
  height: 40px;
}
.bancorp-sm {
  background-position: 0 -1771px;
  width: 40px;
  height: 40px;
}
.blizzard-sm {
  background-position: 0 -1725px;
  width: 40px;
  height: 40px;
}
.crunchyroll-sm {
  background-position: 0 -1678px;
  width: 40px;
  height: 40px;
}
.deezer-sm {
  background-position: 0 -1632px;
  width: 40px;
  height: 40px;
}
.dominos-sm {
  background-position: 0 -1577px;
  width: 40px;
  height: 40px;
}
.dropbox-sm {
  background-position: 0 -1525px;
  width: 40px;
  height: 40px;
}
.ea-sm {
  background-position: 0 -1478px;
  width: 40px;
  height: 40px;
}
.ebay-sm {
  background-position: 0 -1432px;
  width: 40px;
  height: 40px;
}
.facebook-sm {
  background-position: 0 -1386px;
  width: 40px;
  height: 40px;
}
.fiverr-sm {
  background-position: 0 -1338px;
  width: 40px;
  height: 40px;
}
.godaddy-sm {
  background-position: 0 -1293px;
  width: 40px;
  height: 40px;
}
.google-sm {
  background-position: 0 -1247px;
  width: 40px;
  height: 40px;
}
.hsn-sm {
  background-position: 0 -1194px;
  width: 40px;
  height: 40px;
}
.hulu-sm {
  background-position: 0 -1146px;
  width: 40px;
  height: 40px;
}
.linkedin-sm {
  background-position: 0 -1100px;
  width: 40px;
  height: 40px;
}
.match-sm {
  background-position: 0 -1051px;
  width: 40px;
  height: 40px;
}
.microsoft-sm {
  background-position: 0 -1002px;
  width: 40px;
  height: 40px;
}
.netflix-sm {
  background-position: 0 -954px;
  width: 40px;
  height: 40px;
}
.nike-sm {
  background-position: 0 -908px;
  width: 40px;
  height: 40px;
}
.nytimes-sm {
  background-position: 0 -858px;
  width: 40px;
  height: 40px;
}
.pandora-sm {
  background-position: 0 -801px;
  width: 40px;
  height: 40px;
}
.parkmobile-sm {
  background-position: 0 -752px;
  width: 40px;
  height: 40px;
}
.playstation-sm {
  background-position: 0 -705px;
  width: 40px;
  height: 40px;
}
.postcodelottery-sm {
  background-position: 0 -659px;
  width: 40px;
  height: 40px;
}
.roku-sm {
  background-position: 0 -612px;
  width: 40px;
  height: 40px;
}
.samsung-sm {
  background-position: 0 -565px;
  width: 40px;
  height: 40px;
}
.skype-sm {
  background-position: 0 -519px;
  width: 40px;
  height: 40px;
}
.spotify-sm {
  background-position: 0 -470px;
  width: 40px;
  height: 40px;
}
.starbucks-sm {
  background-position: 0 -427px;
  width: 40px;
  height: 40px;
}
.steampowered-sm {
  background-position: 0 -376px;
  width: 40px;
  height: 40px;
}
.tidal-sm {
  background-position: 0 -328px;
  width: 40px;
  height: 40px;
}
.twitch-sm {
  background-position: 0 -283px;
  width: 40px;
  height: 40px;
}
.uber-sm {
  background-position: 0 -234px;
  width: 40px;
  height: 40px;
}
.valve-sm {
  background-position: 0 -190px;
  width: 40px;
  height: 40px;
}
.vudu-sm {
  background-position: 0 -145px;
  width: 40px;
  height: 40px;
}
.wwe-sm {
  background-position: 0 -97px;
  width: 40px;
  height: 40px;
}
.xsolla-sm {
  background-position: 0 -46px;
  width: 40px;
  height: 40px;
}
.zulily-sm {
  background-position: 0 0;
  width: 40px;
  height: 40px;
}
.s-99,
.adobe,
.ancestry,
.apple,
.bancorp,
.blizzard,
.crunchyroll,
.deezer,
.dominos,
.dropbox,
.ea,
.ebay,
.facebook,
.fiverr,
.godaddy,
.google,
.hsn,
.hulu,
.linkedin,
.match,
.microsoft,
.netflix,
.nike,
.nytimes,
.pandora,
.parkmobile,
.playstation,
.postcodelottery,
.roku,
.samsung,
.skype,
.spotify,
.starbucks,
.steampowered,
.tidal,
.twitch,
.uber,
.valve,
.vudu,
.wwe,
.xsolla,
.zulily {
  background: url(https://paypalobjects.com/ui-web/autopay-icons/large-merchant-icons.png) no-repeat;
}
.s-99 {
  background-position: 0 -4061px;
  width: 90px;
  height: 90px;
}
.adobe {
  background-position: 0 -3966px;
  width: 90px;
  height: 90px;
}
.ancestry {
  background-position: 0 -3869px;
  width: 90px;
  height: 90px;
}
.apple {
  background-position: 0 -3768px;
  width: 90px;
  height: 90px;
}
.bancorp {
  background-position: 0 -3665px;
  width: 90px;
  height: 90px;
}
.blizzard {
  background-position: 0 -3566px;
  width: 90px;
  height: 90px;
}
.crunchyroll {
  background-position: 0 -3468px;
  width: 90px;
  height: 90px;
}
.deezer {
  background-position: 0 -3371px;
  width: 90px;
  height: 90px;
}
.dominos {
  background-position: 0 -3268px;
  width: 90px;
  height: 90px;
}
.dropbox {
  background-position: 0 -3170px;
  width: 90px;
  height: 90px;
}
.ea {
  background-position: 0 -3071px;
  width: 90px;
  height: 90px;
}
.ebay {
  background-position: 0 -2975px;
  width: 90px;
  height: 90px;
}
.facebook {
  background-position: 0 -2876px;
  width: 90px;
  height: 90px;
}
.fiverr {
  background-position: 0 -2776px;
  width: 90px;
  height: 90px;
}
.godaddy {
  background-position: 0 -2678px;
  width: 90px;
  height: 90px;
}
.google {
  background-position: 0 -2579px;
  width: 90px;
  height: 90px;
}
.hsn {
  background-position: 0 -2480px;
  width: 90px;
  height: 90px;
}
.hulu {
  background-position: 0 -2381px;
  width: 90px;
  height: 90px;
}
.linkedin {
  background-position: 0 -2282px;
  width: 90px;
  height: 90px;
}
.match {
  background-position: 0 -2183px;
  width: 90px;
  height: 90px;
}
.microsoft {
  background-position: 0 -2085px;
  width: 90px;
  height: 90px;
}
.netflix {
  background-position: 0 -1986px;
  width: 90px;
  height: 90px;
}
.nike {
  background-position: 0 -1887px;
  width: 90px;
  height: 90px;
}
.nytimes {
  background-position: 0 -1788px;
  width: 90px;
  height: 90px;
}
.pandora {
  background-position: 0 -1685px;
  width: 90px;
  height: 90px;
}
.parkmobile {
  background-position: 0 -1588px;
  width: 90px;
  height: 90px;
}
.playstation {
  background-position: 0 -1490px;
  width: 90px;
  height: 90px;
}
.postcodelottery {
  background-position: 0 -1390px;
  width: 90px;
  height: 90px;
}
.roku {
  background-position: 0 -1291px;
  width: 90px;
  height: 90px;
}
.samsung {
  background-position: 0 -1193px;
  width: 90px;
  height: 90px;
}
.skype {
  background-position: 0 -1094px;
  width: 90px;
  height: 90px;
}
.spotify {
  background-position: 0 -996px;
  width: 90px;
  height: 90px;
}
.starbucks {
  background-position: 0 -895px;
  width: 90px;
  height: 90px;
}
.steampowered {
  background-position: 0 -694px;
  width: 90px;
  height: 90px;
}
.tidal {
  background-position: 0 -796px;
  width: 90px;
  height: 90px;
}
.twitch {
  background-position: 0 -592px;
  width: 90px;
  height: 90px;
}
.uber {
  background-position: 0 -495px;
  width: 90px;
  height: 90px;
}
.valve {
  background-position: 0 -398px;
  width: 90px;
  height: 90px;
}
.vudu {
  background-position: 0 -300px;
  width: 90px;
  height: 90px;
}
.wwe {
  background-position: 0 -201px;
  width: 90px;
  height: 90px;
}
.xsolla {
  background-position: 0 -95px;
  width: 90px;
  height: 90px;
}
.zulily {
  background-position: 0 0;
  width: 90px;
  height: 90px;
}
/* Styles for checkbox widget */
.ppCheckbox {
  padding-left: 38px;
  width: 100%;
  position: relative;
}
.ppCheckbox.hide {
  display: none;
}
.ppCheckbox input {
  opacity: 0;
}
.ppCheckbox input:focus + label {
  outline: 1px dotted #999;
}
.ppCheckbox label {
  margin-top: -35px;
  margin-left: -10px;
  margin-bottom: 0;
  cursor: pointer;
}
.ppCheckbox label:hover .icon.icon-checkmark-small:before {
  border: none;
}
.ppCheckbox label:hover .icon:before {
  border: 1px solid #009cde;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ppCheckbox label .icon:before {
  padding: 1px 11px 3px 12px;
  border: 1px solid #ccc;
  content: '';
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
}
.ppCheckbox label .icon-checkmark-small:before {
  content: "\e014";
  padding: 0 5px 6px 6px;
  border: none;
  position: relative;
  background-color: #009CDE;
}
.ppCheckbox label.hideLabel .icon {
  display: none;
}
.ppCheckbox.radio .icon:before {
  padding: 0;
  border: none;
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: normal;
}
.__react_component_tooltip {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  left: -999em;
  opacity: 0;
  padding: 8px 21px;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  top: -999em;
  visibility: hidden;
  z-index: 999;
}
.__react_component_tooltip:before,
.__react_component_tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.__react_component_tooltip.show {
  opacity: 0.9;
  margin-top: 0px;
  margin-left: 0px;
  visibility: visible;
}
.__react_component_tooltip.type-dark {
  color: #fff;
  background-color: #222;
}
.__react_component_tooltip.type-dark.place-top:after {
  border-top-color: #222;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-dark.place-bottom:after {
  border-bottom-color: #222;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-dark.place-left:after {
  border-left-color: #222;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-dark.place-right:after {
  border-right-color: #222;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-dark.border {
  border: 1px solid #fff;
}
.__react_component_tooltip.type-dark.border.place-top:before {
  border-top: 8px solid #fff;
}
.__react_component_tooltip.type-dark.border.place-bottom:before {
  border-bottom: 8px solid #fff;
}
.__react_component_tooltip.type-dark.border.place-left:before {
  border-left: 8px solid #fff;
}
.__react_component_tooltip.type-dark.border.place-right:before {
  border-right: 8px solid #fff;
}
.__react_component_tooltip.type-success {
  color: #fff;
  background-color: #8DC572;
}
.__react_component_tooltip.type-success.place-top:after {
  border-top-color: #8DC572;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-success.place-bottom:after {
  border-bottom-color: #8DC572;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-success.place-left:after {
  border-left-color: #8DC572;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-success.place-right:after {
  border-right-color: #8DC572;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-success.border {
  border: 1px solid #fff;
}
.__react_component_tooltip.type-success.border.place-top:before {
  border-top: 8px solid #fff;
}
.__react_component_tooltip.type-success.border.place-bottom:before {
  border-bottom: 8px solid #fff;
}
.__react_component_tooltip.type-success.border.place-left:before {
  border-left: 8px solid #fff;
}
.__react_component_tooltip.type-success.border.place-right:before {
  border-right: 8px solid #fff;
}
.__react_component_tooltip.type-warning {
  color: #fff;
  background-color: #F0AD4E;
}
.__react_component_tooltip.type-warning.place-top:after {
  border-top-color: #F0AD4E;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-warning.place-bottom:after {
  border-bottom-color: #F0AD4E;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-warning.place-left:after {
  border-left-color: #F0AD4E;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-warning.place-right:after {
  border-right-color: #F0AD4E;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-warning.border {
  border: 1px solid #fff;
}
.__react_component_tooltip.type-warning.border.place-top:before {
  border-top: 8px solid #fff;
}
.__react_component_tooltip.type-warning.border.place-bottom:before {
  border-bottom: 8px solid #fff;
}
.__react_component_tooltip.type-warning.border.place-left:before {
  border-left: 8px solid #fff;
}
.__react_component_tooltip.type-warning.border.place-right:before {
  border-right: 8px solid #fff;
}
.__react_component_tooltip.type-error {
  color: #fff;
  background-color: #BE6464;
}
.__react_component_tooltip.type-error.place-top:after {
  border-top-color: #BE6464;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-error.place-bottom:after {
  border-bottom-color: #BE6464;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-error.place-left:after {
  border-left-color: #BE6464;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-error.place-right:after {
  border-right-color: #BE6464;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-error.border {
  border: 1px solid #fff;
}
.__react_component_tooltip.type-error.border.place-top:before {
  border-top: 8px solid #fff;
}
.__react_component_tooltip.type-error.border.place-bottom:before {
  border-bottom: 8px solid #fff;
}
.__react_component_tooltip.type-error.border.place-left:before {
  border-left: 8px solid #fff;
}
.__react_component_tooltip.type-error.border.place-right:before {
  border-right: 8px solid #fff;
}
.__react_component_tooltip.type-info {
  color: #fff;
  background-color: #337AB7;
}
.__react_component_tooltip.type-info.place-top:after {
  border-top-color: #337AB7;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-info.place-bottom:after {
  border-bottom-color: #337AB7;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-info.place-left:after {
  border-left-color: #337AB7;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-info.place-right:after {
  border-right-color: #337AB7;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-info.border {
  border: 1px solid #fff;
}
.__react_component_tooltip.type-info.border.place-top:before {
  border-top: 8px solid #fff;
}
.__react_component_tooltip.type-info.border.place-bottom:before {
  border-bottom: 8px solid #fff;
}
.__react_component_tooltip.type-info.border.place-left:before {
  border-left: 8px solid #fff;
}
.__react_component_tooltip.type-info.border.place-right:before {
  border-right: 8px solid #fff;
}
.__react_component_tooltip.type-light {
  color: #222;
  background-color: #fff;
}
.__react_component_tooltip.type-light.place-top:after {
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 6px;
}
.__react_component_tooltip.type-light.place-bottom:after {
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.__react_component_tooltip.type-light.place-left:after {
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 6px;
}
.__react_component_tooltip.type-light.place-right:after {
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 6px;
}
.__react_component_tooltip.type-light.border {
  border: 1px solid #222;
}
.__react_component_tooltip.type-light.border.place-top:before {
  border-top: 8px solid #222;
}
.__react_component_tooltip.type-light.border.place-bottom:before {
  border-bottom: 8px solid #222;
}
.__react_component_tooltip.type-light.border.place-left:before {
  border-left: 8px solid #222;
}
.__react_component_tooltip.type-light.border.place-right:before {
  border-right: 8px solid #222;
}
.__react_component_tooltip.place-top {
  margin-top: -10px;
}
.__react_component_tooltip.place-top:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.__react_component_tooltip.place-top:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}
.__react_component_tooltip.place-bottom {
  margin-top: 10px;
}
.__react_component_tooltip.place-bottom:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}
.__react_component_tooltip.place-bottom:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -6px;
  left: 50%;
  margin-left: -8px;
}
.__react_component_tooltip.place-left {
  margin-left: -10px;
}
.__react_component_tooltip.place-left:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -8px;
  top: 50%;
  margin-top: -5px;
}
.__react_component_tooltip.place-left:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -6px;
  top: 50%;
  margin-top: -4px;
}
.__react_component_tooltip.place-right {
  margin-left: 10px;
}
.__react_component_tooltip.place-right:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -8px;
  top: 50%;
  margin-top: -5px;
}
.__react_component_tooltip.place-right:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -6px;
  top: 50%;
  margin-top: -4px;
}
.__react_component_tooltip .multi-line {
  display: block;
  padding: 2px 0px;
  text-align: center;
}
/* mixin for Select element - Dropdowns
*
* We style native select element on web and it uses native element on other devices
* HTML Format to use for select element:
* <div class="selectDropdown">
* <label for="selectID" class="accessAid" id="forSelectID">Select Label</label>
* <select id="selectID" name="selectID">
* <option value="">Option 1</option>
* <option value="2">Option 2</option>
* </select>
* </div>
*
* @param width - defines the width of the selectDropdown on form
* @param rightPadding - this is so that any long selected text does not bork up the error visual styles.
* Ideally this value should be calculated for each dropdown with a different width
* than the defualt 210px so that the text entered stops showing right before
* the error icons
*/
/* red border - client side error */
.hasError .selectDropdown,
.hasError .selectDropdown:hover,
.hasError .selectDropdown:focus,
.hasError .selectDropdown.hovered {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -webkit-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -moz-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -ms-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -o-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background-color: #fff;
}
.selectDropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid #ccd0d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -webkit-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -moz-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -ms-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -o-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background-color: #fff;
  /* light blue border - value entered so the dropdown is marked completed */
  /* hover state - will work on modern browsers. We do not show this feature in other browsers */
}
.selectDropdown.completed {
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1887px;
  border: 1px solid #cee0eb;
  color: #333;
}
.selectDropdown:hover,
.selectDropdown:focus,
.selectDropdown.hovered {
  -moz-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  border: 1px solid #009cde;
}
.selectDropdown select {
  width: 135%;
  /* this value is set to more than 100% to hide native dropdown image in older browsers */
  border: 0 none;
  margin: 0;
  padding: 7px 0 10px 10px;
  height: 2.46154em;
  background: none;
  position: relative;
  /* this will hide the native dropdown image for browsers that can read appearance value */
  -webkit-appearance: none;
  -moz-appearance: window;
  color: #333;
  font: 1em Arial;
  line-height: 1.230769em;
  z-index: 1;
}
.selectDropdown option {
  background-color: #fff;
  color: #666;
  padding: 6px 10px;
}
form .nativeDropdown {
  position: relative;
  margin: 10px 0;
  /* Non-LAP Scenario - Gap between consecutive fields (10 + 5 of line-height) */
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
}
form .nativeDropdown label {
  display: block;
  margin: 0;
  line-height: 1.76923em;
  font-weight: normal;
  color: #666;
}
form .nativeDropdown.small {
  width: 33%;
}
form .nativeDropdown.medium {
  width: 50%;
}
form .nativeDropdown.large {
  width: 67%;
}
form .nativeDropdown.tall {
  /* red border - client side error */
}
form .nativeDropdown.tall .selectDropdown {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(top, #fff, #f2f2f2);
}
form .nativeDropdown.tall select {
  height: 2.94em;
}
form .nativeDropdown.tall.hasError .selectDropdown,
form .nativeDropdown.tall.hasError .selectDropdown:hover,
form .nativeDropdown.tall.hasError .selectDropdown:focus,
form .nativeDropdown.tall.hasError .selectDropdown.hovered {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -webkit-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -moz-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -ms-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -o-linear-gradient(top, #fff, #f2f2f2) 0 0;
  background-color: #fff;
}
form .nativeDropdown.btn-link .selectDropdown {
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .nativeDropdown.btn-link .selectDropdown:hover .custom-select,
form .nativeDropdown.btn-link .selectDropdown:focus .custom-select,
form .nativeDropdown.btn-link .selectDropdown.hovered .custom-select {
  text-decoration: underline;
}
form .nativeDropdown.btn-link .icon {
  position: absolute;
  top: 1.1em;
  right: 0.4em;
  font-size: 0.8em;
}
.js .nativeDropdown.lap {
  margin: 15px 0;
}
.js .nativeDropdown.lap label {
  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;
}
.js .enhanced .selectDropdown {
  position: relative;
}
.js .enhanced .selectDropdown select {
  opacity: 0;
  z-index: 10;
  padding-left: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.js .enhanced .selectDropdown .custom-select {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2.61538em;
  width: 100%;
  padding-left: 12px;
  z-index: 1;
  /**
				 * making sure that if text in the option gets very long,
				 * we truncate it using ellipses
				 */
  overflow: hidden;
  padding-right: 35px;
  /* reserving space for the dropdown arrow */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js .enhanced.tall {
  /* Override for Tall */
}
.js .enhanced.tall .custom-select {
  line-height: 3.0769em;
}
.dropDown-panel {
  border-bottom: 0px;
  padding-bottom: 0px;
}
