/**
 * https://paypal.slack.com/archives/C18SKLRM4/p1477680170000473
 */
/*! 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;
}
* {
  -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;
  -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: #ffffff;
  border: 1px solid #cccccc;
  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: #ffffff;
  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;
  -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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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%);
  -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);
  -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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.table-container {
  margin-right: -15px;
  margin-left: -15px;
}
.row,
.row-align-center,
.row-align-right {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
  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%;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'paypal-vx-icons';
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.eot');
  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');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
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;
  -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;
}
/*
* @name buttons
* @description All defined button styles and states belong here, including any helper class button style options, like `vx_btn-secondary` or `vx_btn-medium` etc.
*
* @group elements
*/
.vx_btn,
.vx_btn-small,
.vx_btn-medium {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070ba;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  background-color: #ffffff;
  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: #ffffff;
  border-color: #ffffff;
}
.vx_btn-secondary_reversed:hover,
.vx_btn-secondary_reversed:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff 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: #ffffff;
}
.vx_btn-icon .svg-fill {
  fill: #ffffff;
}
.vx_btn-secondary .vx_btn-icon .svg-stroke {
  stroke: #0070ba;
}
.vx_btn-secondary .vx_btn-icon .svg-fill {
  fill: #0070ba;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-stroke,
.vx_btn-secondary:focus .vx_btn-icon .svg-stroke {
  stroke: #003087;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-fill,
.vx_btn-secondary:focus .vx_btn-icon .svg-fill {
  fill: #003087;
}
[disabled] .vx_btn-icon .svg-stroke,
[disabled]:hover .vx_btn-icon .svg-stroke,
[disabled]:active .vx_btn-icon .svg-stroke,
.vx_is-disabled .vx_btn-icon .svg-stroke,
.vx_is-disabled:hover .vx_btn-icon .svg-stroke,
.vx_is-disabled:active .vx_btn-icon .svg-stroke {
  stroke: #cbd2d6;
}
[disabled] .vx_btn-icon .svg-fill,
[disabled]:hover .vx_btn-icon .svg-fill,
[disabled]:active .vx_btn-icon .svg-fill,
.vx_is-disabled .vx_btn-icon .svg-fill,
.vx_is-disabled:hover .vx_btn-icon .svg-fill,
.vx_is-disabled:active .vx_btn-icon .svg-fill {
  fill: #cbd2d6;
}
.vx_btn-medium .vx_btn-icon {
  width: 1.125rem;
  margin-right: 0.5rem;
}
.vx_btn-medium .vx_btn-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.8125rem;
}
.vx_btn-small .vx_btn-icon {
  width: 1.10795454rem;
  margin-right: 0.375rem;
}
.vx_btn-small .vx_btn-icon svg {
  width: 1.10795454rem;
  height: 1.10795454rem;
  top: -0.75rem;
}
.vx_btn-group,
.vx_btn-group_stacked {
  text-align: center;
}
.vx_btn-group_stacked .vx_btn,
.vx_btn-group_stacked .vx_btn-small,
.vx_btn-group_stacked .vx_btn-medium {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.vx_addBtn-primary,
.vx_addBtn-secondary {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  background: none;
  border: none;
  color: #0070ba;
  padding-left: 0.125rem;
}
.vx_addBtn-primary:before,
.vx_addBtn-secondary:before {
  content: "\002B";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'paypal-vx-icons';
  line-height: 0;
  font-size: 1.25rem;
}
.vx_addBtn-primary:hover,
.vx_addBtn-secondary:hover {
  color: #005ea6;
  text-decoration: none;
}
.vx_addBtn-primary:before {
  color: #ffffff;
  background: #0070ba;
  border-radius: 100%;
  padding: 0 5px 3px;
  box-shadow: 0 1px 2px #2c2e2f;
  margin-right: 12px;
}
.vx_addBtn-secondary:before {
  margin-right: 5px;
}
.vx_backBtn {
  background: none;
  border: none;
  color: #0070ba;
  font-weight: normal;
  padding: 0;
}
.vx_backBtn:focus,
.vx_backBtn:active,
.vx_backBtn:hover {
  color: #005ea6;
  text-decoration: none;
}
.vx_backBtn:focus span,
.vx_backBtn:active span,
.vx_backBtn:hover span {
  text-decoration: underline;
}
.vx_backBtn:before {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2190';
  display: inline;
  font-size: 1.5em;
  vertical-align: -0.1em;
  padding-right: 0.1em;
}
.vx_btn-twoUp .vx_btn {
  display: inline-block;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}
.vx_btn-twoUp .vx_btn:first-of-type {
  margin-right: 1.5%;
}
.vx_btn-twoUp .vx_btn:last-of-type {
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  .vx_blocks-for-mobile .vx_btn {
    display: block;
    width: 100%;
  }
  .vx_blocks-for-mobile .vx_btn + .vx_btn {
    margin: 5px 0 0;
  }
}
.vx_btn-link {
  background: none;
  border: none;
  color: #0070ba;
  font-weight: 500;
  padding: 0;
}
.vx_btn-link:hover {
  color: #005ea6;
  text-decoration: underline;
}
/* Mixin for placeholder */
.vx_form-control {
  width: 100%;
  height: 50px;
  padding: 12.5px;
  border: 1px solid #9da3a6;
  border-radius: 5px;
  background: #ffffff;
  -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: 'paypal-vx-icons';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
.vx_has-error .vx_selectIcon_error:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.58rem;
  position: absolute;
  right: 1.25em;
  top: -1.25em;
}
.vx_selectIcon_error {
  display: none;
}
.vx_form-control_complex {
  padding: 0;
  display: table;
  table-layout: fixed;
  height: auto;
}
.vx_form-control_complex input {
  background: none;
  border: none;
  display: table-cell;
  width: 100%;
  padding: 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;
}
.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;
}
/* Styles for checkbox widget */
.vx_checkbox,
.vx_radio {
  width: 100%;
  position: relative;
}
.vx_checkbox input,
.vx_radio input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.vx_checkbox input:focus + label:before,
.vx_radio input:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_checkbox input:checked + label:before,
.vx_radio input:checked + label:before {
  content: "\2611";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #0092d1;
  color: #ffffff;
  background-color: #0092d1;
}
.vx_checkbox label,
.vx_radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}
.vx_checkbox label:before,
.vx_radio label:before {
  font-family: 'paypal-vx-icons';
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  width: 1.2em;
  margin: 0 12px 0 0;
  padding: 0.4em 0.1em;
  border: 1px solid #2c2e2f;
  content: '';
  font-size: 25px;
  line-height: 0;
  border-radius: 2px;
  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: 'paypal-vx-icons';
  display: inline-block;
  vertical-align: middle;
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75em;
  line-height: 0;
  position: relative;
  top: -3px;
  padding-left: 5px;
}
.vx_checkbox.vx_is-disabled,
.vx_radio.vx_is-disabled {
  cursor: not-allowed;
}
.vx_checkbox.vx_is-disabled input:checked + label:before,
.vx_radio.vx_is-disabled input:checked + label:before {
  border-color: #6c7378;
  background: #6c7378;
}
.vx_checkbox.vx_is-disabled label:before,
.vx_radio.vx_is-disabled label:before {
  border-color: #6c7378;
  cursor: not-allowed;
}
.vx_checkbox.vx_is-disabled label,
.vx_radio.vx_is-disabled label {
  color: #6c7378;
  cursor: not-allowed;
}
.vx_radio input:checked + label:before {
  content: '';
  border-color: #0092d1;
  background-color: #0092d1;
  box-shadow: inset 0 0 0 5px #ffffff;
}
.vx_radio label:before {
  border-radius: 100%;
}
/**
 * THIS ICONS COMPONENT IS BEING DEPRECATED. USE THE ICONOGRAPHY COMPONENT INSTEAD.
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
.icon {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-slider-small:before {
  content: "\205D";
}
.icon-slider-half-small:before {
  content: "\205E";
}
.icon-close-small:before {
  content: "\274E";
}
.icon-add-small:before {
  content: "\002B";
}
.icon-arrow-down-small:before {
  content: "\2193";
}
.icon-arrow-up-small:before {
  content: "\2191";
}
.icon-arrow-left-small:before {
  content: "\2190";
}
.icon-arrow-right-small:before {
  content: "\2192";
}
.icon-arrow-down-half-small:before {
  content: "\21E3";
}
.icon-arrow-up-half-small:before {
  content: "\21E1";
}
.icon-arrow-left-half-small:before {
  content: "\21E0";
}
.icon-arrow-right-half-small:before {
  content: "\21E2";
}
.icon-arrow-back-small:before {
  content: "\21E6";
}
.icon-clear-half-small:before {
  content: "\2716";
}
.icon-checkmark-small:before {
  content: "\2705";
}
.icon-checkmark-small-bold:before {
  content: "\2611";
}
.icon-circled-checkmark-small:before {
  content: "\2714";
}
.icon-circled-checkmark-large:before {
  content: "\2713";
}
.icon-action-arrow-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-right-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.icon-tooltip-small:before {
  content: "\2753";
}
.icon-info-small:before {
  content: "\2139";
}
.icon-positive-small:before {
  content: "\002B";
}
.icon-attention-small:before {
  content: "\2755";
}
.icon-critical-small:before {
  content: "\26A0";
}
.icon-info-large:before {
  content: "\24D8";
}
.icon-positive-large:before {
  content: "\002B";
}
.icon-attention-large:before {
  content: "\2762";
}
.icon-critical-large:before {
  content: "\2757";
}
.icon-pp-logo:before {
  content: "\E498";
}
.icon-pp-logo-half:before {
  content: "\E499";
}
.icon-gear:before {
  content: "\2699";
}
.icon-magnifying-glass:before {
  content: "\1F50D";
}
.icon-bell:before {
  content: "\1F514";
}
.icon-chain-link:before {
  content: "\1F517";
}
.icon-calendar:before {
  content: "\1F4C5";
}
.icon-camera-add:before {
  content: "\1F4F7";
}
.icon-avatar:before {
  content: "\1F471";
}
/**
 * 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
*/
.vx_icon {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_icon-small:before {
  font-size: 1.58rem;
}
.vx_icon-medium:before {
  font-size: 2.6rem;
}
.vx_icon-large:before {
  font-size: 7.8rem;
}
.vx_icon-slider-small:before {
  content: "\205D";
}
.vx_icon-slider-half-small:before {
  content: "\205E";
}
.vx_icon-close-small:before {
  content: "\274E";
}
.vx_icon-add-small:before {
  content: "\002B";
}
.vx_icon-arrow-down-small:before {
  content: "\2193";
}
.vx_icon-arrow-up-small:before {
  content: "\2191";
}
.vx_icon-arrow-left-small:before {
  content: "\2190";
}
.vx_icon-arrow-right-small:before {
  content: "\2192";
}
.vx_icon-arrow-down-half-small:before {
  content: "\21E3";
}
.vx_icon-arrow-up-half-small:before {
  content: "\21E1";
}
.vx_icon-arrow-left-half-small:before {
  content: "\21E0";
}
.vx_icon-arrow-right-half-small:before {
  content: "\21E2";
}
.vx_icon-arrow-back-small:before {
  content: "\21E6";
}
.vx_icon-clear-half-small:before {
  content: "\2716";
}
.vx_icon-checkmark-small:before {
  content: "\2705";
}
.vx_icon-checkmark-small-bold:before {
  content: "\2611";
}
.vx_icon-circled-checkmark-small:before {
  content: "\2714";
}
.vx_icon-circled-checkmark-large:before {
  content: "\2713";
}
.vx_icon-action-arrow-half-small:before {
  content: "\25BA";
}
.vx_icon-action-arrow-right-half-small:before {
  content: "\25BA";
}
.vx_icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.vx_icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.vx_icon-tooltip-small:before {
  content: "\2753";
}
.vx_icon-info-small:before {
  content: "\2139";
}
.vx_icon-positive-small:before {
  content: "\002B";
}
.vx_icon-attention-small:before {
  content: "\2755";
}
.vx_icon-critical-small:before {
  content: "\26A0";
}
.vx_icon-info-large:before {
  content: "\24D8";
}
.vx_icon-positive-large:before {
  content: "\002B";
}
.vx_icon-attention-large:before {
  content: "\2762";
}
.vx_icon-critical-large:before {
  content: "\2757";
}
.vx_icon-pp-logo:before {
  content: "\E498";
}
.vx_icon-pp-logo-half:before {
  content: "\E499";
}
.vx_icon-gear:before {
  content: "\2699";
}
.vx_icon-magnifying-glass:before {
  content: "\1F50D";
}
.vx_icon-bell:before {
  content: "\1F514";
}
.vx_icon-chain-link:before {
  content: "\1F517";
}
.vx_icon-calendar:before {
  content: "\1F4C5";
}
.vx_icon-camera-add:before {
  content: "\1F4F7";
}
.vx_icon-avatar:before {
  content: "\1F471";
}
.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: 'paypal-vx-icons';
  font-size: 1.5em;
  content: "\274E";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2e2f;
}
.vx_modalPrepToOpen {
  display: table;
  table-layout: fixed;
}
.vx_modalPrepBg {
  display: block;
}
.vx_modalBgIsShown {
  opacity: 0.9;
}
.vx_modalIsOpening,
.vx_modalIsOpen {
  display: table;
  table-layout: fixed;
  top: 0;
}
.vx_modalIsOpen {
  position: relative;
}
.vx_hasOpenModal .vx_foreground-container {
  position: fixed;
}
.vx_modalIsClosing {
  position: fixed;
}
@media (min-width: 768px) {
  .vx_modal-header {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .vx_modal-glimpse .vx_steppedFlow-container,
  .vx_modal-flow .vx_steppedFlow-container {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0 12.5%;
  }
}
@media (max-width: 768px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    display: table;
    table-layout: fixed;
  }
  .vx_modal-glimpse:before,
  .vx_modal-flow:before,
  .vx_modal-glimpse:after,
  .vx_modal-flow:after {
    display: none;
  }
  .vx_modal-content {
    padding-top: 3em;
    min-width: 0;
  }
}
@media (max-width: 640px) {
  .vx_modal-glimpse .vx_modal-wrapper,
  .vx_modal-flow .vx_modal-wrapper {
    width: 100%;
  }
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding: 72px 8.33% 50px;
  }
  .vx_modal-glimpse .vx_steppedFlow-container,
  .vx_modal-flow .vx_steppedFlow-container {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0 8.33%;
  }
  .vx_modal-content {
    padding-top: 3em;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .vx_modal-glimpse .vx_modal-content,
  .vx_modal-flow .vx_modal-content {
    padding-left: 0;
    padding-right: 0;
  }
  .vx_modal-glimpse .vx_steppedFlow-slide,
  .vx_modal-flow .vx_steppedFlow-slide {
    padding: 0;
  }
}
@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;
  }
}
.full-page-spinner {
  display: none;
}
.full-page-spinner.show {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 5000;
}
.full-page-spinner.show .spinner-container {
  position: fixed;
  top: 45%;
  top: calc(50vh - 64px);
  left: 45%;
  left: calc(50vw - 64px);
}
.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;
}
.button-factory-wizard {
  border: solid 1px #cbd2d6;
  border-top: 0;
  border-radius: 6px;
  padding: 0;
  position: relative;
  background-color: white;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .button-factory-wizard {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
}
.button-factory-wizard .content .back-button-container {
  position: absolute;
  left: 33px;
  top: 94px;
  cursor: pointer;
  width: 80px;
}
.button-factory-wizard .content .back-button-container a {
  overflow-wrap: break-word;
}
.button-factory-wizard .content .back-button-container .vx_icon-arrow-left-small {
  padding-right: 5px;
  color: #0070ba;
}
@media only screen and (max-width: 1024px) {
  .button-factory-wizard .content .back-button-container {
    display: none;
  }
  .button-factory-wizard .content .back-button-container .vx_icon {
    display: none;
  }
}
.button-factory-wizard .content .button-factory-body {
  margin-left: 112px;
  margin-right: 112px;
}
@media only screen and (max-width: 1024px) {
  .button-factory-wizard .content .button-factory-body {
    margin: 0px;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .button-factory-wizard .content .button-factory-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.button-factory-wizard .content .wizard-step-container .wizard-form {
  width: 100%;
}
.button-factory-wizard .content .wizard-step-container .vx_select select {
  border: 1px solid #b7bcbf;
  border-radius: 5px;
  max-width: 290px;
}
.button-factory-wizard .content .wizard-step-container .vx_radio label {
  margin-bottom: 10px;
}
.button-factory-wizard .content .wizard-step-container .vx_input_field {
  width: 290px;
}
.button-factory-wizard .content .wizard-step-container .wizard-step-title {
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #2c2e2f;
  margin-bottom: 20px;
}
.button-factory-wizard .content .wizard-step-container .fields-margin-left {
  margin-left: 43px;
}
@media only screen and (max-width: 576px) {
  .button-factory-wizard .content .wizard-step-container .fields-margin-left .vx_input_field {
    width: 276px;
  }
}
.button-factory-wizard .content .wizard-step-container .wizard-footer-button {
  display: flex;
  justify-content: flex-start;
  padding-top: 44px;
  padding-bottom: 64px;
}
.button-factory-wizard .content .wizard-step-container .wizard-footer-button .vx_btn {
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .button-factory-wizard .content .wizard-step-container .wizard-footer-button .vx_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .button-factory-wizard .content .wizard-step-container .wizard-footer-button {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.button-factory-wizard .radio-top-label {
  margin-bottom: 14px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progressMeterContainer {
  background-color: #000000;
  padding: 15px 20px 15px 20px;
  margin-left: -1px;
  margin-right: -1px;
}
.progressMeter {
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
  margin-bottom: 6px;
  background-color: rgba(255, 255, 255, 0.4);
}
.progressMeterIndicator {
  height: 6px;
  background-color: #00cf92;
  transition: width .9s ease;
}
.steps {
  line-height: 18px;
}
.stepProgress {
  display: inline-block;
  color: #F5F7FA;
  font-size: 13px;
  font-weight: bold;
  padding-right: 7px;
}
.stepTitle {
  display: inline-block;
  color: #F5F7FA;
  font-size: 13px;
}
.divider {
  border: 1px solid #CBD2D6;
}
.collapsible-container {
  display: flex;
}
.collapsible-container .collapsible-header {
  display: flex;
  flex: 1;
  padding: 30px 0;
  cursor: pointer;
}
.collapsible-container .collapsible-header .header-icon {
  flex: 0 0 30px;
  padding-top: 8px;
}
.collapsible-container .collapsible-header .header-icon .icon {
  width: 16px;
  height: 8px;
  transition: 0.5s;
}
.collapsible-container .collapsible-header .header-icon .icon-close {
  transform: rotate(0deg);
  position: absolute;
}
.collapsible-container .collapsible-header .header-icon .icon-open {
  transform: rotate(180deg);
  position: absolute;
}
.collapsible-container .collapsible-header .header-title {
  flex: 1;
}
.collapsible-container .vx_text-3 {
  margin: 0;
}
.nav-header-container {
  width: 100%;
  position: relative;
  padding: 20px 0 5px 0;
}
.nav-header-container h1 {
  margin: 0;
}
.nav-header-container .inline {
  display: inline-block;
}
.nav-header-container .new-button-container {
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .nav-header-container .new-button-container {
    float: none;
    margin-top: 15px;
    cursor: pointer;
    display: block;
  }
  .nav-header-container .nav-header-hr {
    margin-left: -23px;
  }
}
@media only screen and (max-width: 576px) {
  .nav-header-container .new-button-container {
    float: none;
    margin-top: 15px;
    cursor: pointer;
    display: block;
  }
  .nav-header-container .nav-header-hr {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wizard-step-1-container {
    padding-right: 23px;
  }
}
.wizard-step-1-container .wizard-body {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  border: solid 1px #cbd2d6;
}
@media only screen and (max-width: 576px) {
  .wizard-step-1-container .wizard-body {
    flex-direction: column-reverse;
    border: none;
  }
}
.wizard-step-1-container .wizard-body .wizard-body-left {
  flex: 0 0 50%;
  padding: 28px;
  border-right: solid 1px #cbd2d6;
}
@media only screen and (max-width: 576px) {
  .wizard-step-1-container .wizard-body .wizard-body-left {
    border: none;
    padding: 28px 27px 0px 0px;
  }
}
.wizard-step-1-container .wizard-body .wizard-body-right {
  flex: 1 0;
  padding-top: 13px;
  padding-top: calc(13px);
}
.wizard-step-1-container .button-preview-container .header {
  font-family: PayPal-Sans-Small;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
}
@media only screen and (max-width: 576px) {
  .wizard-step-1-container .button-preview-container .header {
    margin-bottom: 28px;
  }
}
.wizard-step-1-container .button-preview-container .header .vx_text-3 {
  font-size: 15px;
  font-weight: 500;
  font-family: PayPal-Sans;
}
.wizard-step-1-container .button-preview-container .button-preview {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  .wizard-step-1-container .button-preview-container .button-preview {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.wizard-step-1-container .button-preview-container .button-preview .buttons {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 85%;
}
@media only screen and (max-width: 576px) {
  .wizard-step-1-container .button-preview-container .button-preview .buttons {
    height: 100px;
    width: 100%;
  }
}
.wizard-step-1-container .button-preview-container .button-preview .buttons img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wizard-step-1-container .button-preview-container .button-preview .img-container {
  border: dotted 1px #979797;
  background-color: #f1f1f1;
  display: table;
}
.wizard-step-1-container .button-preview-container .button-preview .img-container p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #c5c5c5;
}
.wizard-step-1-container .wizard-form .vx_radio {
  margin-top: 1em;
}
.wizard-step-1-container .wizard-form .button-style-elements .show-accepted-card-logos {
  margin: 10px 0 28px 0;
}
.wizard-step-1-container .wizard-form .button-style-elements .show-accepted-card-logos.hide-visibility {
  visibility: hidden;
}
.wizard-step-1-container .wizard-form .button-style-elements .vx_form-group {
  padding-top: 0px;
}
.wizard-step-1-container .wizard-form .button-style-elements .vx_form-group label {
  font-size: 13px;
  color: #666e73;
  line-height: 45px;
  margin-bottom: 16px;
}
.wizard-step-title {
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.wizard-step-2-container .wizard-form .logo-container {
  display: flex;
}
.wizard-step-2-container .wizard-form .logo-container .logo {
  width: 180px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #EEE;
}
.wizard-step-2-container .wizard-form .logo-container .logo img {
  max-width: 100%;
  max-height: 100%;
}
.wizard-step-2-container .wizard-form .logo-container .logo .logo-preview {
  word-break: break-all;
  border: dotted 1px #979797;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #c5c5c5;
}
.wizard-step-2-container .wizard-form .logo-container .logo .logo-preview .logo-note {
  margin-bottom: 16px;
}
.wizard-step-2-container .wizard-form .logo-container .logo .logo-preview p {
  font-size: 0.9rem;
}
.wizard-step-2-container .wizard-form .logo-container .edit-message {
  padding-left: 8px;
}
.wizard-step-2-container .wizard-form .settings-logo .logo-container {
  margin-bottom: 12px;
}
.wizard-step-2-container .wizard-form .margin-top-1 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 15px;
}
.wizard-step-2-container .wizard-form .vx_radio {
  margin-bottom: 10px;
}
.wizard-step-2-container .wizard-form .wizard-2-hr {
  margin: 23px 0;
}
.wizard-step-2-container .wizard-form .intention-note {
  margin-top: 20px;
}
.wizard-step-2-container .wizard-form #organizationName {
  cursor: default;
}
.wizard-step-2-container .wizard-form .programs-container .help-text {
  margin-top: 24px;
  margin-bottom: 12px;
}
.wizard-step-2-container .wizard-form .programs-container .vx_floatingLabel_active {
  margin-top: 0;
}
.wizard-step-2-container .wizard-form .programs-container .text-muted {
  color: #6c7378;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-size: 12px;
}
.wizard-step-2-container .wizard-form .programs-container .programs-added {
  margin: 4px 0 0 15px;
}
.wizard-step-2-container .wizard-form .programs-container .program-row {
  display: flex;
  align-item: center;
}
.wizard-step-2-container .wizard-form .programs-container .program-row .program-name-text {
  width: 275px;
  font-size: 15px;
  word-break: break-all;
}
.wizard-step-2-container .wizard-form .programs-container .program-row .action-button {
  display: flex;
  align-items: center;
  margin-left: 16px;
  font-size: 15px;
}
.wizard-step-3-container .custom-margin-top-1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.wizard-step-3-container .custom-margin-top-2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.wizard-step-3-container .fixed-amount .vx_input_field {
  margin-top: 0px;
  margin-bottom: 15px;
}
.wizard-step-3-container .vx_select {
  max-width: 290px;
}
.wizard-step-3-container .vx_select .vx_selectIcon_error:before {
  top: -1.5em;
}
.wizard-step-3-container .preset-amount {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount {
    flex-direction: column;
  }
}
.wizard-step-3-container .preset-amount .amount-option {
  display: flex;
  flex-direction: row;
  margin-left: 14px;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount .amount-option {
    margin-bottom: 7px;
  }
}
.wizard-step-3-container .preset-amount .amount-option .help-note-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount .amount-option .help-note-mobile {
    display: inline;
    margin-right: 15px;
    line-height: 3;
    vertical-align: middle;
  }
}
.wizard-step-3-container .preset-amount .amount-option .help-note-desktop {
  display: block;
  max-width: 130px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount .amount-option .help-note-desktop {
    display: none;
  }
}
.wizard-step-3-container .preset-amount .amount-option .vx_input_field {
  margin-right: 13px;
  margin-top: 0px;
  width: 130px !important;
}
.wizard-step-3-container .preset-amount .amount-option .vx_input_field .vx_form-control {
  margin-bottom: 5px;
}
.wizard-step-3-container .preset-amount .amount-option .vx_input_field .vx_form-control-message {
  padding: 5px;
  line-height: 1.2;
  font-size: 15px;
}
.wizard-step-3-container .preset-amount .other {
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount .other {
    flex-direction: row;
  }
}
.wizard-step-3-container .preset-amount .other .other-amount {
  height: 50px;
  width: 130px;
  border-radius: 6px;
  border: solid 1px #cbd2d6;
  background-color: #eeeeee;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  vertical-align: middle;
  line-height: 4;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .wizard-step-3-container .preset-amount .other .other-amount {
    margin-left: 75.5px;
  }
}
.wizard-step-4-container .optional-body {
  margin-bottom: 45px;
  margin-left: 30px;
}
.wizard-step-4-container .optional-body .margin-top-1 {
  margin-top: -10px;
  margin-bottom: 15px;
}
.wizard-step-4-container .optional-body .margin-top-2 {
  margin-top: 27px;
}
.wizard-step-4-container .optional-body.margin-top-3 {
  margin-top: -25px;
}
.wizard-step-4-container .optional-body .note {
  margin: -10px 0 9px 43px;
  line-height: 1.6;
  color: #2c2e2f;
  letter-spacing: normal;
  font-stretch: normal;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .wizard-step-4-container .optional-body .note {
    max-width: 418px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .wizard-step-4-container .optional-body .note {
    max-width: 418px;
  }
}
@media only screen and (max-width: 576px) {
  .wizard-step-4-container .optional-body .note {
    margin-right: 14px;
  }
}
.wizard-step-4-container .optional-body .optional-note {
  margin-top: 2px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  color: #666e73;
}
.wizard-step-4-container .optional-body #cancelReturn,
.wizard-step-4-container .optional-body #return,
.wizard-step-4-container .optional-body #help-text {
  width: 477px;
}
@media only screen and (max-width: 576px) {
  .wizard-step-4-container .optional-body #cancelReturn,
  .wizard-step-4-container .optional-body #return,
  .wizard-step-4-container .optional-body #help-text {
    width: 295px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .wizard-step-4-container .optional-body #cancelReturn,
  .wizard-step-4-container .optional-body #return,
  .wizard-step-4-container .optional-body #help-text {
    width: 295px;
  }
}
.wizard-step-4-container .optional-body .vx_form-group {
  display: flex;
  flex-direction: column;
}
.wizard-step-4-container .optional-body .vx_form-group label {
  margin-bottom: 5px;
}
.wizard-step-4-container .extra-variables-container {
  margin-top: -15px;
}
.wizard-step-4-container .extra-variables-container .code-textarea .extra-variables-text-area textarea {
  padding-left: 4px;
  line-height: 26px;
  font-size: 18px;
  white-space: pre-wrap;
  width: 100%;
  min-height: 200px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-top: 7px;
}
.wizard-step-4-container .extra-variables-container .code-textarea .extra-variables-text-area.has-error textarea {
  border: solid 1px #d20000;
}
.wizard-step-4-container .extra-variables-container .error-block {
  display: flex;
  border-radius: 5px;
}
.wizard-step-4-container .extra-variables-container .error-block .error-icon .vx_selectIcon_error {
  display: block;
  font-family: 'paypal-vx-icons';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0;
  color: #d20000;
  padding-top: 8px;
}
.wizard-step-4-container .extra-variables-container .error-block .error-icon .vx_selectIcon_error:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.58rem;
}
.wizard-step-4-container .extra-variables-container .error-block .error-message {
  color: #d20000;
  display: flex;
  flex-direction: column;
}
.wizard-step-4-container .extra-variables-container .error-block .error-message .line-2 {
  margin-top: 8px;
}
.wizard-step-4-container .extra-variables-container .error-block ul {
  margin: 0;
}
.wizard-step-4-container .extra-variables-container .error-block ul li {
  margin-left: 8px;
}
.wizard-step-4-container .extra-variables-container .unsupported-variables-container {
  margin-top: 30px;
}
.wizard-step-4-container .extra-variables-container .unsupported-variables-container .unsupported-fields {
  padding: 8px 4px;
  background: #EEE;
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .wizard-step-4-container .wizard-footer-button {
    text-align: center;
    width: 100%;
  }
  .wizard-step-4-container .wizard-footer-button .vx_btn {
    width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .wizard-step-4-container .wizard-footer-button {
    text-align: center;
    width: 100%;
  }
  .wizard-step-4-container .wizard-footer-button .vx_btn {
    width: 290px;
  }
}
.button-detail-container {
  border: solid 1px #ebebeb;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.button-detail-container .button-detail-wrapper .button-detail-header {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
  margin-top: 56px;
  margin-right: 113px;
  margin-left: 112px;
}
@media only screen and (max-width: 576px) {
  .button-detail-container .button-detail-wrapper .button-detail-header {
    font-size: 24px;
    margin-top: 36px;
    margin-right: 13px;
    margin-left: 15px;
  }
}
.button-detail-container .button-detail-wrapper .nav-tab-header {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  padding-left: 144px;
  padding-right: 144px;
  margin-top: 36px;
}
@media only screen and (max-width: 576px) {
  .button-detail-container .button-detail-wrapper .nav-tab-header {
    padding: 0px;
  }
}
.button-detail-container .button-detail-wrapper .nav-tab-header .nav-tab {
  text-align: center;
  width: 100%;
  padding: 18px 5px;
  cursor: pointer;
}
.button-detail-container .button-detail-wrapper .nav-tab-header .nav-tab span {
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-detail-container .button-detail-wrapper .nav-tab-header .nav-tab.active {
  border-bottom: 3px solid #0070ba;
}
.button-detail-container .button-detail-wrapper .nav-tab-header .nav-tab.active span {
  color: #0070ba;
}
.button-detail-container .button-detail-hr {
  border-top: 1px solid #ebebeb;
  margin: 0px;
}
.button-detail-container .button-detail-hr-alt {
  border-color: #9da3a6;
  border-width: 1px;
  margin: 52px 35px 0px 35px;
}
.button-detail-container .options {
  margin: 34px 0px 46px;
  display: flex;
}
.button-detail-container .options a {
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  width: 33.33%;
  font-weight: bold;
  text-align: center;
}
.button-detail-container .options .unhosted {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .button-detail-container .options .unhosted {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .button-detail-container .options {
    margin: 0px 0px 36px 0px;
    flex-direction: column;
  }
  .button-detail-container .options a {
    width: 100%;
    text-align: center;
  }
  .button-detail-container .options .edit-button,
  .button-detail-container .options .duplicate-button {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 576px) {
  .button-detail-container .button-detail-wrapper .vx_hr-alt {
    margin: 39px 17px 36px 18px;
  }
}
.button-html {
  margin-left: 37px;
  margin-right: 85px;
}
@media only screen and (max-width: 576px) {
  .button-html {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.button-html .button-detail-step {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .button-html .button-detail-step {
    margin-top: 28px;
  }
}
.button-html .button-detail-step .step-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  resize: none;
  border: solid 1px #9da3a6;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.8;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e2f;
}
.button-html .button-detail-step .step-content {
  margin-left: 17px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  object-fit: contain;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c2e2f;
}
.button-html .vx_panel {
  margin: 24px 8px 68px 59px;
}
@media only screen and (max-width: 576px) {
  .button-html .vx_panel {
    margin: 21px 0px 39px 0px;
  }
}
.button-html .vx_panel .vx_panel-info {
  border: solid 1px #b7bcbf;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
  color: #6c7378;
  font-family: Monaco;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  white-space: pre-wrap;
  width: 100%;
  min-height: 300px;
  resize: none;
  cursor: default;
}
.button-html .vx_panel .clip-board {
  margin-top: 6px;
  float: right;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .button-html .vx_panel .clip-board {
    margin-top: 2px;
  }
}
.button-html .vx_panel .clip-board a {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #0070ba;
  cursor: pointer;
}
.button-html .vx_panel .clip-board img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-top: auto;
  margin-bottom: auto;
}
.shareable-url {
  margin-left: 95px;
  margin-right: 95px;
  min-height: 360px;
}
@media only screen and (max-width: 576px) {
  .shareable-url {
    margin-left: 35px;
    margin-right: 35px;
    min-height: 268px;
  }
}
.shareable-url p {
  margin: 38px 0px 19px 0px;
}
@media only screen and (max-width: 576px) {
  .shareable-url p {
    margin-top: 33px;
  }
}
.shareable-url input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: solid 1px #b7bcbf;
  font-size: 15px;
  color: #2c2e2f;
}
.shareable-url .clip-board {
  margin-top: 12px;
  float: right;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .shareable-url .clip-board {
    margin-top: 8px;
  }
}
.shareable-url .clip-board a {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #0070ba;
  cursor: pointer;
}
.shareable-url .clip-board img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-top: auto;
  margin-bottom: auto;
}
.QR-code {
  margin-left: 95px;
  margin-right: 95px;
  min-height: 360px;
}
@media only screen and (max-width: 576px) {
  .QR-code {
    margin-left: 35px;
    margin-right: 35px;
    min-height: 268px;
  }
}
.QR-code p {
  margin: 38px 0px 22px 0px;
}
@media only screen and (max-width: 576px) {
  .QR-code p {
    margin: 33px 0px 22px 0px;
  }
}
.QR-code .QR-code-container {
  margin-left: auto;
  margin-right: auto;
  width: 159px;
}
.QR-code .QR-code-container .download {
  margin-top: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.QR-code .QR-code-container .download img {
  width: 13px;
}
.QR-code .QR-code-container .download a {
  font-size: 13px;
  font-weight: bold;
  color: #0070ba;
  margin-left: 5px;
  cursor: pointer;
}
.login_modal,
.leave_modal {
  position: fixed !important;
  z-index: 2000;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.login_modal .vx_modal-content,
.leave_modal .vx_modal-content {
  background-color: white;
  width: 612px !important;
  margin-top: 185px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px !important;
}
@media only screen and (max-width: 576px) {
  .login_modal .vx_modal-content,
  .leave_modal .vx_modal-content {
    width: 100% !important;
    margin-top: 100px;
  }
}
.login_modal .vx_modal-content .vx_modal-dismiss_x-trigger,
.leave_modal .vx_modal-content .vx_modal-dismiss_x-trigger {
  padding: 0;
  width: 30px;
  height: 30px;
}
.login_modal .vx_modal-content .vx_modal-header,
.leave_modal .vx_modal-content .vx_modal-header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
}
@media only screen and (max-width: 576px) {
  .login_modal .vx_modal-content .vx_modal-header,
  .leave_modal .vx_modal-content .vx_modal-header {
    margin-top: 40px;
  }
}
.login_modal .vx_modal-content .vx_modal-header p,
.leave_modal .vx_modal-content .vx_modal-header p {
  font-size: 21px;
  text-align: center;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 300;
  line-height: 1.43;
  color: #2c2e2f;
}
.login_modal .vx_modal-content .vx_modal-body,
.leave_modal .vx_modal-content .vx_modal-body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.login_modal .vx_modal-content .vx_modal-body p,
.leave_modal .vx_modal-content .vx_modal-body p {
  padding: 0px 82px 0px 91px;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 59px;
  color: #6c7378;
}
@media only screen and (max-width: 576px) {
  .login_modal .vx_modal-content .vx_modal-body p,
  .leave_modal .vx_modal-content .vx_modal-body p {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
.login_modal .vx_modal-content .vx_modal-body .vx_btn,
.leave_modal .vx_modal-content .vx_modal-body .vx_btn {
  text-align: center;
  width: 330px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .login_modal .vx_modal-content .vx_modal-body .vx_btn,
  .leave_modal .vx_modal-content .vx_modal-body .vx_btn {
    width: 290px;
  }
}
.vx_modalIsOpen {
  visibility: visible;
  opacity: 1;
}
.vx_modal-glimpse:before,
.vx_modal-glimpse:after {
  display: none !important;
}
.error_modal {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(108, 115, 120, 0.85) !important;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.error_modal .vx_modal-content {
  background-color: white;
  width: 612px !important;
  margin-top: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px !important;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content {
    width: 100% !important;
    margin-top: 25% !important;
    padding-bottom: 0px !important;
  }
}
.error_modal .vx_modal-content .vx_modal-dismiss_x-trigger {
  padding: 0;
  width: 30px;
  height: 30px;
}
.error_modal .vx_modal-content .attention {
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .attention {
    margin-top: 30px;
  }
}
.error_modal .vx_modal-content .attention .vx_icon-attention-large {
  font-size: 110px;
  color: orange;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .attention .vx_icon-attention-large {
    font-size: 75px;
  }
}
.error_modal .vx_modal-content .vx_modal-header {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .vx_modal-header {
    margin-top: -30px;
  }
}
.error_modal .vx_modal-content .vx_modal-header p {
  font-size: 30px;
  text-align: center;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #2c2e2f;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .vx_modal-header p {
    font-size: 20px;
  }
}
.error_modal .vx_modal-content .vx_modal-body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0px;
}
.error_modal .vx_modal-content .vx_modal-body p {
  margin: 0px 59px 0px 64px;
  font-size: 15px;
  font-family: inherit;
  color: #2c2e2f;
  line-height: 1.6;
  padding: 0;
  text-align: justify;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .vx_modal-body p {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 7px;
  }
}
.error_modal .vx_modal-content .vx_modal-body .center-text {
  text-align: center;
}
.error_modal .vx_modal-content .vx_modal-body .vx_btn {
  text-align: center;
  min-width: 330px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .vx_modal-body .vx_btn {
    min-width: 290px;
  }
}
.error_modal .vx_modal-content .vx_modal-body .vx_btn-primary {
  margin-top: 49px;
}
@media only screen and (max-width: 576px) {
  .error_modal .vx_modal-content .vx_modal-body .vx_btn-primary {
    margin-top: 20px;
  }
}
.error_modal .vx_modal-content .vx_modal-body .vx_btn-secondary {
  margin-top: -23px;
  border-color: white;
}
.vx_modalIsOpen {
  visibility: visible;
  opacity: 1;
  position: fixed !important;
}
.actionable {
  z-index: 3000;
}
.unactionable {
  z-index: 2500;
}
html,
body {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
html {
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  html {
    overflow: visible;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  html {
    overflow: visible;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: #e4e4e4;
  overflow: auto;
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  body {
    background-color: white !important;
  }
}
.main-container {
  min-height: 100%;
  position: relative;
  background-color: #f5f7fa;
}
@media only screen and (max-width: 576px) {
  .main-container {
    background-color: white;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .main-container {
    background-color: white;
  }
}
.pp-header {
  position: sticky !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pp-header {
    /* Safari-Opera specific declarations here */
    position: -webkit-sticky !important;
  }
}
@media only screen and (max-width: 576px) {
  .pp-header {
    height: 65px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: black;
    margin-bottom: 0px;
  }
  .pp-header #main-menu {
    min-height: 1200px !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .pp-header {
    height: 65px !important;
    background-color: black;
    margin-bottom: 0px;
  }
  .pp-header #main-menu {
    min-height: 1200px !important;
  }
  .pp-header .container {
    padding-right: 45px !important;
  }
}
.vx_globalNav-main {
  position: sticky !important;
  z-index: 800 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vx_globalNav-main {
    /* Safari-Opera specific declarations here */
    position: -webkit-sticky !important;
  }
}
@media only screen and (max-width: 576px) {
  .vx_globalNav-main {
    position: static !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .vx_globalNav-main {
    position: static !important;
  }
}
.merchant-header {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .merchant-header {
    background-color: black;
  }
}
#merchant-header-main-wrapper-internal {
  position: sticky !important;
}
@media only screen and (max-width: 1024px) {
  #merchant-header-main-wrapper-internal {
    position: fixed !important;
  }
}
.merchant-footer {
  position: relative !important;
}
.app-container {
  margin: 67px auto 0px;
  max-width: 1170px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .app-container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .app-container {
    width: 100%;
    margin: 0;
    background-color: white;
  }
}
@media only screen and (max-width: 576px) {
  .app-container {
    width: 100%;
    margin: 0;
    background-color: white;
  }
}
.merchant-footer {
  bottom: 0;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .merchant-footer {
    height: 100px;
  }
}
.vx_globalFooter {
  margin-top: 0 !important;
  min-height: 100px !important;
}
.vx_hr,
.vx_hr_alt {
  background-image: none !important;
  border-color: #979797 !important;
}
.vx_form-group label {
  font-weight: 400;
}
.tooltip {
  background-color: #f5fbfe;
  border: 1px solid #50c7f9;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  padding: 5px;
  max-width: 260px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #2c2e2f;
  z-index: 10;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-color: #f5fbfe transparent transparent transparent;
  bottom: -5px;
  left: calc(5%);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f5fbfe transparent;
  top: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-color: transparent #f5fbfe transparent transparent;
  left: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #f5fbfe;
  right: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}
