@charset "UTF-8";
/*csslint empty-rules: false, important: true*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * The following are just the overrides for TWBS
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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;
  -moz-transition: opacity 0.15s linear;
  -ms-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;
  -moz-transition-property: height, visibility;
  -ms-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-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%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-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: 1%;
  padding-right: 1%;
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 994px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1202px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%;
  padding-right: 1%;
}
.table-container {
  margin-right: -1%;
  margin-left: -1%;
}
.row,
.row-align-center,
.row-align-right {
  font-size: 0;
  margin-left: -1%;
  margin-right: -1%;
}
.row-align-center {
  text-align: center;
}
.row-align-right {
  text-align: right;
}
.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-1, .table-col-xs-1, .table-col-xs, .table-col-sm, .table-col-md, .table-col-lg, .col-xs-2, .table-col-xs-2, .col-xs-3, .table-col-xs-3, .col-xs-4, .table-col-xs-4, .col-xs-5, .table-col-xs-5, .col-xs-6, .table-col-xs-6, .col-xs-7, .table-col-xs-7, .col-xs-8, .table-col-xs-8, .col-xs-9, .table-col-xs-9, .col-xs-10, .table-col-xs-10, .col-xs-11, .table-col-xs-11, .col-xs-12, .table-col-xs-12, .col-sm-1, .table-col-sm-1, .col-sm-2, .table-col-sm-2, .col-sm-3, .table-col-sm-3, .col-sm-4, .table-col-sm-4, .col-sm-5, .table-col-sm-5, .col-sm-6, .table-col-sm-6, .col-sm-7, .table-col-sm-7, .col-sm-8, .table-col-sm-8, .col-sm-9, .table-col-sm-9, .col-sm-10, .table-col-sm-10, .col-sm-11, .table-col-sm-11, .col-sm-12, .table-col-sm-12, .col-md-1, .table-col-md-1, .col-md-2, .table-col-md-2, .col-md-3, .table-col-md-3, .col-md-4, .table-col-md-4, .col-md-5, .table-col-md-5, .col-md-6, .table-col-md-6, .col-md-7, .table-col-md-7, .col-md-8, .table-col-md-8, .col-md-9, .table-col-md-9, .col-md-10, .table-col-md-10, .col-md-11, .table-col-md-11, .col-md-12, .table-col-md-12, .col-lg-1, .table-col-lg-1, .col-lg-2, .table-col-lg-2, .col-lg-3, .table-col-lg-3, .col-lg-4, .table-col-lg-4, .col-lg-5, .table-col-lg-5, .col-lg-6, .table-col-lg-6, .col-lg-7, .table-col-lg-7, .col-lg-8, .table-col-lg-8, .col-lg-9, .table-col-lg-9, .col-lg-10, .table-col-lg-10, .col-lg-11, .table-col-lg-11, .col-lg-12, .table-col-lg-12 {
  display: block;
  min-height: 1px;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 15px;
  text-align: left;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  display: inline-block;
  vertical-align: top;
}
.table-col-xs, .table-col-xs-1, .table-col-xs-2, .table-col-xs-3, .table-col-xs-4, .table-col-xs-5, .table-col-xs-6, .table-col-xs-7, .table-col-xs-8, .table-col-xs-9, .table-col-xs-10, .table-col-xs-11, .table-col-xs-12 {
  display: table-cell;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.table-col-xs-12 {
  width: 100%;
}
.table-col-xs-11 {
  width: 91.66666667%;
}
.table-col-xs-10 {
  width: 83.33333333%;
}
.table-col-xs-9 {
  width: 75%;
}
.table-col-xs-8 {
  width: 66.66666667%;
}
.table-col-xs-7 {
  width: 58.33333333%;
}
.table-col-xs-6 {
  width: 50%;
}
.table-col-xs-5 {
  width: 41.66666667%;
}
.table-col-xs-4 {
  width: 33.33333333%;
}
.table-col-xs-3 {
  width: 25%;
}
.table-col-xs-2 {
  width: 16.66666667%;
}
.table-col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-sm, .table-col-sm-1, .table-col-sm-2, .table-col-sm-3, .table-col-sm-4, .table-col-sm-5, .table-col-sm-6, .table-col-sm-7, .table-col-sm-8, .table-col-sm-9, .table-col-sm-10, .table-col-sm-11, .table-col-sm-12 {
    display: table-cell;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-sm-12 {
    width: 100%;
  }
  .table-col-sm-11 {
    width: 91.66666667%;
  }
  .table-col-sm-10 {
    width: 83.33333333%;
  }
  .table-col-sm-9 {
    width: 75%;
  }
  .table-col-sm-8 {
    width: 66.66666667%;
  }
  .table-col-sm-7 {
    width: 58.33333333%;
  }
  .table-col-sm-6 {
    width: 50%;
  }
  .table-col-sm-5 {
    width: 41.66666667%;
  }
  .table-col-sm-4 {
    width: 33.33333333%;
  }
  .table-col-sm-3 {
    width: 25%;
  }
  .table-col-sm-2 {
    width: 16.66666667%;
  }
  .table-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-md, .table-col-md-1, .table-col-md-2, .table-col-md-3, .table-col-md-4, .table-col-md-5, .table-col-md-6, .table-col-md-7, .table-col-md-8, .table-col-md-9, .table-col-md-10, .table-col-md-11, .table-col-md-12 {
    display: table-cell;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-md-12 {
    width: 100%;
  }
  .table-col-md-11 {
    width: 91.66666667%;
  }
  .table-col-md-10 {
    width: 83.33333333%;
  }
  .table-col-md-9 {
    width: 75%;
  }
  .table-col-md-8 {
    width: 66.66666667%;
  }
  .table-col-md-7 {
    width: 58.33333333%;
  }
  .table-col-md-6 {
    width: 50%;
  }
  .table-col-md-5 {
    width: 41.66666667%;
  }
  .table-col-md-4 {
    width: 33.33333333%;
  }
  .table-col-md-3 {
    width: 25%;
  }
  .table-col-md-2 {
    width: 16.66666667%;
  }
  .table-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-lg, .table-col-lg-1, .table-col-lg-2, .table-col-lg-3, .table-col-lg-4, .table-col-lg-5, .table-col-lg-6, .table-col-lg-7, .table-col-lg-8, .table-col-lg-9, .table-col-lg-10, .table-col-lg-11, .table-col-lg-12 {
    display: table-cell;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-lg-12 {
    width: 100%;
  }
  .table-col-lg-11 {
    width: 91.66666667%;
  }
  .table-col-lg-10 {
    width: 83.33333333%;
  }
  .table-col-lg-9 {
    width: 75%;
  }
  .table-col-lg-8 {
    width: 66.66666667%;
  }
  .table-col-lg-7 {
    width: 58.33333333%;
  }
  .table-col-lg-6 {
    width: 50%;
  }
  .table-col-lg-5 {
    width: 41.66666667%;
  }
  .table-col-lg-4 {
    width: 33.33333333%;
  }
  .table-col-lg-3 {
    width: 25%;
  }
  .table-col-lg-2 {
    width: 16.66666667%;
  }
  .table-col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.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;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 'consumer-icons';
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-3-0/fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
/* Icons */
/* Z-index list */
/* user for a bird's eye view of components based on z-axis */
/* for example, if you want to put a button in header, just assign z-index of that button to @zindexHeader */
/* these will overwrite the bootstrap pre defined variables */
/* TODO: check the clean the non-needed modal styles in bootstrap */
/* the same as bootstrap one, just overwrite */
/* Setting for Sidepanel */
/* This is not used by all side panels, only for the default one */
/* what about larger phones like gs3? what about phablets like the note?
/* responsive breakpoints */
/* Navigation */
/* Spinner */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Setting these elements to height of 100% ensures that
 * .vx_foreground-container fully covers the whole viewport
 */
html,
body {
  height: 100%;
}
/* This wraps the foreground or main part of the app.
 * It's purpose is to provide the "front" layer of the app and
 * allow the "back" layer to exist behind it.
 */
.vx_foreground-container {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  background: #f5f7fa;
  -webkit-transition: left 250ms, right 250ms;
  -moz-transition: left 250ms, right 250ms;
  -ms-transition: left 250ms, right 250ms;
  -o-transition: left 250ms, right 250ms;
  transition: left 250ms, right 250ms;
}
.vx_foreground-container.vx_hasNavAlert {
  padding-top: 57px;
}
.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: 200;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h1,
.vx_text-1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 200;
  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;
  letter-spacing: 0.025em;
}
.vx_text-5_lighter {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
h6,
.vx_text-6 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.vx_text-6_lighter {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.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;
  letter-spacing: 0.025em;
}
.vx_text-body_secondary {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.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;
  letter-spacing: 0.05em;
}
.vx_h1,
.vx_h2,
.vx_h3,
.vx_h4 {
  -webkit-font-smoothing: antialiased;
}
.vx_h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 200;
  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;
  letter-spacing: 0.025em;
}
.vx_h6 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.vx_h7 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.vx_base-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.vx_small-text {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans', sans-serif;
  letter-spacing: 0.025em;
}
.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;
  letter-spacing: 0.05em;
}
.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;
}
[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;
}
/**
 * @fileOverview Contains default styles for the global nav
 * @name global-nav
 * @author jlowery
 * @tested browsers Chrome 42+
 */
/***************
 * MIXINS
 */
/***************
 * VARIABLES
 */
/***************
 * STYLES
 */
/* This acts as the "state" of open and closed menu for mobile */
.vx_globalNav-toggleCheckbox {
  display: none;
}
.vx_globalNav-main,
.vx_globalNav-main_mobile {
  padding: 0;
  min-height: 72px;
  max-height: 84px;
  border-bottom: 1px solid #0070ba;
  background-color: #0070ba;
  background-image: linear-gradient(100deg, #0070ba, #1546a0);
}
.vx_globalNav-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  -webkit-transition: left 250ms, right 250ms;
  -moz-transition: left 250ms, right 250ms;
  -ms-transition: left 250ms, right 250ms;
  -o-transition: left 250ms, right 250ms;
  transition: left 250ms, right 250ms;
}
.vx_globalNav-main_mobile,
.vx_globalNav-secondaryNav_mobile {
  display: none;
}
.vx_globalNav-brand_desktop {
  margin-left: 0;
  padding: 1.25rem  0.75rem 0 0;
  display: table-cell;
  vertical-align: top;
}
.vx_globalNav-brand_desktop:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LUFzc2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNQUExvZ29UcmFuc3BhcmVudFdoaXRlMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjAwMDAwMCwgNTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iU3BlY3MiIGZpbGw9IiNERTAwNjMiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDQ4MjgsIDEuNzcwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjUxODEwNjgsMi4yNjUzNzY1OSBDMTguMjY1MDU5OCwwLjgzNzc4Njc0NyAxNi4wMDE0MjAxLDAuMjI2MTk4NjYzIDEzLjEwNTE5NTYsMC4yMjYxOTg2NjMgTDQuNjk3ODIzODcsMC4yMjYxOTg2NjMgQzQuMTA2MDE1NDMsMC4yMjYxOTg2NjMgMy42MDIwOTY2MSwwLjY1Njc4OTczMyAzLjUwOTc5ODc0LDEuMjQxMzc5NzggTDAuMDA5MDkyMDI5MDcsMjMuNDM4NDQ1OSBDLTAuMDYwMDYyNDk1LDIzLjg3NjQ3NTIgMC4yNzg1NDY3MDksMjQuMjcyMzU0NSAwLjcyMTg1MjAwNSwyNC4yNzIzNTQ1IEw1LjkxMjAyMzAyLDI0LjI3MjM1NDUgTDUuNTUzODUyMTgsMjYuNTQzNzcwNiBDNS40OTM1MTQxNywyNi45MjY5Nzc0IDUuNzg5NDE4MzksMjcuMjczNTQ0IDYuMTc3MzQ0OTYsMjcuMjczNTQ0IEwxMC41NTE5ODg1LDI3LjI3MzU0NCBDMTEuMDY5OTU4NywyNy4yNzM1NDQgMTEuNTEwNzg0MywyNi44OTY2NzM1IDExLjU5MTUxMDUsMjYuMzg1MzYzOCBMMTEuNjM0NDkxLDI2LjE2MzA0MzMgTDEyLjQ1ODU1OTUsMjAuOTM3NTQ2NSBMMTIuNTExNzM0MSwyMC42NDg4MzI4IEMxMi41OTI0NjAzLDIwLjEzNzI0NzcgMTMuMDMzMjg1OSwxOS43NjA2NTI3IDEzLjU1MDk4MDUsMTkuNzYwNjUyNyBMMTQuMjA1MzMxMSwxOS43NjA2NTI3IEMxOC40NDM1OTQyLDE5Ljc2MDY1MjcgMjEuNzYyMTg0OCwxOC4wMzg4Mzk0IDIyLjczMTcyNTgsMTMuMDU5NjMwOCBDMjMuMTM3MDA5OCwxMC45NzkxMjkzIDIyLjkyNzYxNzcsOS4yNDI0Mzk1OCAyMS44NTYxMzU4LDguMDIxNDY3MzMgQzIxLjUzMTg1MzQsNy42NTIzMTA1NiAyMS4xMjg3NzM1LDcuMzQ2NzkyMDEgMjAuNjU4NDY3Niw3LjA5Nzc0ODkzIEMyMC45ODg1MzU4LDQuOTkzODMwODIgMjAuNjU2MjYzNSwzLjU2MjEwODYyIDE5LjUxODEwNjgsMi4yNjUzNzY1OSBaIiBpZD0iRmlsbC04IiBmaWxsLW9wYWNpdHk9IjAuNjgiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw3LjIxNTc2NDg5LDE2LjAwNzQ4MTUgTDcuMTc1MjY0MDMsMTYuMjY2NzQyMSBDNy4yNjc1NjE5LDE1LjY4MjA5NyA3Ljc2NzM0Nzk4LDE1LjI1MTE5IDguMzU5MTU2NDIsMTUuMjUxMTkgTDEwLjgyNjEyNywxNS4yNTExOSBDMTUuNjcwODAwOSwxNS4yNTExOSAxOS40NjQxMDU2LDEzLjI4MjkwMzQgMjAuNTcyNTA2Niw3LjU5MDc0MjIxIEMyMC42MDUyOTMsNy40MjI0MDE5MSAyMC42MzMzOTU3LDcuMjU5MDIwOSAyMC42NTg0Njc2LDcuMDk4Mzk1MDYiIGlkPSJGaWxsLTkiIGZpbGwtb3BhY2l0eT0iMC43Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNjE2MjEyODgsNy4xMjY0OTc2OSBDOC42NzE4NjcxMiw2Ljc3NDY2MzcyIDguODk3NTE0NzUsNi40ODY3NDk0NiA5LjIwMTQwODkzLDYuMzQxMDAxNDggQzkuMzM5NzE3OTgsNi4yNzQ4Nzc2NCA5LjQ5NDAwNjk2LDYuMjM3OTU4NDkgOS42NTU3MzQ4Nyw2LjIzNzk1ODQ5IEwxNi4yNDU4MDI4LDYuMjM3OTU4NDkgQzE3LjAyNjYxNTMsNi4yMzc5NTg0OSAxNy43NTQ1Mjg2LDYuMjg5MjA0NDcgMTguNDE5ODk5OSw2LjM5NjM4MDIxIEMxOC42MTAyODE0LDYuNDI2OTYyNDkgMTguNzk1MTUyNyw2LjQ2MjIyODU0IDE4Ljk3NTA2NDcsNi41MDIxNzgzNiBDMTkuMTU0NzAxMSw2LjU0MTg1MjY3IDE5LjMyOTM3ODMsNi41ODY0ODYyNyAxOS40OTgyNjk2LDYuNjM2MDc5MTUgQzE5LjU4Mjg1Myw2LjY2MDYwMDA4IDE5LjY2NTc4MzQsNi42ODY0OTg1OSAxOS43NDc2MTE2LDYuNzEzNzc0NjggQzIwLjA3NDM3MzYsNi44MjIwNTI0OCAyMC4zNzg1NDMzLDYuOTUwMTY3NDMgMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw4LjYxNjIxMjg4LDcuMTI2NDk3NjkiIGlkPSJGaWxsLTEwIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.vx_globalNav-container {
  display: table;
  width: 100%;
  max-width: 1024px;
  padding: 0 1em;
  margin: 0 auto;
}
.vx_globalNav-navContainer {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.vx_globalNav-alertContainer {
  position: fixed;
  width: 100%;
  height: 57px;
  background-color: #ffffff;
  margin: 10px auto;
  border-bottom: 1px solid transparent;
  z-index: 1030;
}
.vx_globalNav-alertContainer div {
  max-width: 1024px;
  margin: 0 auto;
}
.vx_globalNav-alertContainer.vx_globalNav-alertHelp {
  border-bottom-color: #009cde;
}
.vx_globalNav-alertContainer.vx_globalNav-alertSuccess {
  border-bottom-color: #299976;
}
.vx_globalNav-alertContainer.vx_globalNav-alertWarning {
  border-bottom-color: #ff9600;
}
.vx_globalNav-alertContainer.vx_globalNav-alertCritical {
  border-bottom-color: #d20000;
}
.vx_globalNav-nav {
  display: table;
  width: 100%;
}
.vx_globalNav-list,
.vx_globalNav-list_secondary {
  display: table-cell;
  vertical-align: top;
  list-style: none;
}
.vx_globalNav-list li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 .925rem;
}
.vx_globalNav-list li.vx_isActive a,
.vx_globalNav-list li.vx_isActive a:active {
  border-bottom: 1px solid #ffffff;
}
.vx_globalNav-list li.vx_globalNav-link_mobileSearch {
  display: none;
}
.vx_globalNav-list_secondary li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.vx_globalNav-list a,
.vx_globalNav-list a:visited {
  display: inline-block;
  text-align: center;
  padding: 1.7em 0 0.45em;
  opacity: 1;
  font-size: 0.875rem;
  font-family: PayPal-Sans-Big, sans-serif;
  font-style: normal;
  letter-spacing: 0.025rem;
  text-decoration: none;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.vx_globalNav-list a:hover,
.vx_globalNav-list a:visited:hover,
.vx_globalNav-list a:focus,
.vx_globalNav-list a:visited:focus {
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.vx_globalNav-links {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  -moz-transition: border-bottom-color 0.3s ease-in-out;
  -ms-transition: border-bottom-color 0.3s ease-in-out;
  -o-transition: border-bottom-color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out;
  font-weight: normal;
}
.vx_globalNav-links:hover {
  border-bottom-color: #ffffff;
}
/*Secondary navigation which includes notification, settings, help, log out and user profile*/
.vx_globalNav-list_secondary {
  margin: 0;
  text-align: right;
  list-style: none;
  white-space: nowrap;
}
.vx_globalNav-listItem_logout {
  padding: 1.45rem 0 0 0.75rem;
}
.vx_globalNav-toggleTrigger_animated,
.vx_globalNav-link_logout {
  border: none;
}
.vx_globalNav-toggleTrigger_animated:hover,
.vx_globalNav-link_logout:hover {
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
a.vx_globalNav-link_logout,
a.vx_globalNav-link_logout:visited {
  font-family: PayPal-Sans-Big, sans-serif;
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 1;
  padding: 0;
  min-width: initial;
  padding-bottom: 0.45em;
  -webkit-transition: border-bottom 0.3s;
  -moz-transition: border-bottom 0.3s;
  -ms-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}
a.vx_globalNav-link_logout:hover,
a.vx_globalNav-link_logout:visited:hover,
a.vx_globalNav-link_logout:focus,
a.vx_globalNav-link_logout:visited:focus {
  font-weight: 400;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  box-shadow: none;
}
a.vx_globalNav-link_logout:focus,
a.vx_globalNav-link_logout:visited:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.vx_globalNav-list_secondary a:hover,
.vx_globalNav-list_secondary label:hover {
  text-decoration: none;
}
.vx_globalNav-link_search,
.vx_globalNav-link_settings,
.vx_globalNav-link_notifications,
.vx_globalNav-link_iconOnly {
  display: block;
  position: relative;
  padding: 2.1rem 0.7rem 0;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.vx_globalNav-link_search.vx_globalNav-svgIcon,
.vx_globalNav-link_settings.vx_globalNav-svgIcon,
.vx_globalNav-link_notifications.vx_globalNav-svgIcon,
.vx_globalNav-link_iconOnly.vx_globalNav-svgIcon {
  padding-top: 1.4rem;
}
.vx_globalNav-link_search:hover,
.vx_globalNav-link_settings:hover,
.vx_globalNav-link_notifications:hover,
.vx_globalNav-link_iconOnly:hover {
  opacity: 1;
  text-decoration: none;
}
.vx_globalNav-link_search.vx_globalNav-svgIcon {
  padding-top: 1.5rem;
}
.vx_globalNav-navIcon {
  display: block;
  height: 1.5rem;
  font-family: 'consumer-icons';
  speak: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  color: #ffffff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkNotifications:before {
  content: "\e039";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkSettings:before {
  content: "\e040";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_globalNav-navIcon_linkSearch {
  font-size: 2.5rem;
  margin-top: -0.4rem;
}
.vx_globalNav-navIcon_linkSearch:before {
  content: "\e064";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icons for the left nav links */
.vx_globalNav-iconWrapper {
  display: none;
}
.vx_globalNav-iconWrapper_secondary {
  display: block;
}
/* alerts icon on the header */
.vx_globalNav-link_notifications.vx_globalNav-svgIcon {
  padding-top: 1.4rem;
}
.vx_globalNav-link_notifications.vx_isDisabled {
  background-size: contain;
  cursor: default;
  opacity: 0.5;
}
.vx_globalNav-link_notifications .vx_notificationCount {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  padding: 3px 9px 5px;
  border-radius: 0.8572em;
  background: #009cde;
  text-indent: 0;
  text-align: center;
  line-height: 1rem;
  text-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.vx_globalNav-link_notifications.vx_isCritical .vx_notificationCount {
  background: #d20000;
}
.vx_globalNav-link_notifications.vx_isDisabled .vx_notificationCount {
  display: none;
}
/* container allows centering of menu for locales with long 'Menu' content */
.vx_globalNav-toggleTrigger-container {
  display: block;
  width: 30%;
}
.vx_globalNav-toggleTrigger {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070ba;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #0070ba;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 1.36363636;
  min-width: 3.75rem;
  padding: 0.46875rem 0.9375rem;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  margin: 1.3rem 0 0 1rem;
}
.vx_globalNav-toggleTrigger:visited,
.vx_globalNav-toggleTrigger:active,
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-toggleTrigger:focus {
  color: #ffffff;
}
.vx_globalNav-toggleTrigger:visited {
  text-decoration: none;
}
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-toggleTrigger:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_globalNav-toggleTrigger:focus {
  outline: none;
  text-decoration: underline;
}
.vx_globalNav-toggleTrigger[disabled],
.vx_globalNav-toggleTrigger[disabled]:hover,
.vx_globalNav-toggleTrigger[disabled]:active,
.vx_globalNav-toggleTrigger.vx_is-disabled,
.vx_globalNav-toggleTrigger.vx_is-disabled:hover,
.vx_globalNav-toggleTrigger.vx_is-disabled:active {
  color: #cbd2d6;
  background: #f5f6f8;
  box-shadow: none;
  border: 1px solid #cbd2d6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.vx_globalNav-toggleTrigger + .vx_globalNav-toggleTrigger {
  margin-left: 0.75rem;
}
.vx_globalNav-toggleTrigger.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_globalNav-toggleTrigger:hover,
.vx_globalNav-toggleTrigger:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff inset;
}
/* new component-header-footer animated mobile menu */
.vx_globalNav-toggleTrigger_animated {
  margin: 0;
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 30px;
  min-height: 72px;
  max-height: 84px;
  /* hamburger menu */
}
.vx_globalNav-toggleTrigger_animated span {
  display: block;
  top: 0;
  width: 28px;
  height: 1px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}
.vx_globalNav-toggleTrigger_animated span:after,
.vx_globalNav-toggleTrigger_animated span:before {
  display: block;
  content: '';
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: transform 0.2s linear 0.2s, margin 0.2s linear 0.2s;
  -moz-transition: transform 0.2s linear 0.2s, margin 0.2s linear 0.2s;
  -ms-transition: transform 0.2s linear 0.2s, margin 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s, margin 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, margin 0.2s linear 0.2s;
}
.vx_globalNav-toggleTrigger_animated span:before {
  margin-top: -8px;
}
.vx_globalNav-toggleTrigger_animated span:after {
  margin-top: 8px;
}
.vx_globalNav-toggleTrigger_animated_open,
.vx_globalNav-toggleTrigger_animated_close {
  display: block;
  margin-top: 14px;
  left: 0;
  color: #ffffff;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}
.vx_globalNav-toggleTrigger_animated_close {
  display: none;
}
/* This fixes the in-between states that cause collisions of menu items */
@media (min-width: 768px) and (max-width: 950px) {
  .vx_globalNav-list li {
    padding: 0 0.75rem;
  }
  .vx_globalNav-list a {
    font-family: PayPal-Sans, sans-serif;
  }
  .vx_globalNav-link_settings,
  .vx_globalNav-link_notifications,
  .vx_globalNav-link_iconOnly {
    padding: 2.1rem 0.7rem 0;
  }
  .vx_globalNav-link_settings.vx_globalNav-svgIcon,
  .vx_globalNav-link_notifications.vx_globalNav-svgIcon,
  .vx_globalNav-link_iconOnly.vx_globalNav-svgIcon {
    padding-top: 1.4rem;
  }
  /* alerts icon on the header */
  .vx_globalNav-link_notifications .vx_notificationCount {
    right: 0;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #0070ba;
    background-image: linear-gradient(10deg, #0070ba, #1546a0);
    background-repeat: no-repeat;
  }
  .vx_globalNav-main,
  .vx_globalNav-mobile {
    padding: 0;
    height: 0;
    min-height: 0;
  }
  .vx_globalNav-main {
    border: none;
    position: static;
  }
  .vx_globalNav-main_mobile {
    display: table;
    width: 100%;
  }
  .vx_globalNav-nav {
    display: table;
    position: static;
  }
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox {
    display: block;
    position: absolute;
    top: -1000em;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_globalNav-main {
    max-height: none;
    min-height: 100vh;
    height: auto;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    position: fixed;
    left: 50%;
    right: -50%;
    top: 0;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated span {
    background-color: transparent;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:before,
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:after {
    margin-top: 0;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated .vx_globalNav-toggleTrigger_animated_open {
    display: none;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav-toggleTrigger_animated .vx_globalNav-toggleTrigger_animated_close {
    display: block;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container .vx_globalNav_mobile {
    position: static;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 800;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    z-index: -1;
    right: -50%;
  }
  .vx_hasOpenNav .vx_globalNav-nav {
    position: static;
    max-height: none;
    min-height: 100vh;
    height: auto;
  }
  .vx_hasOpenNav .vx_foreground-container {
    position: fixed;
    left: 70%;
    right: -70%;
    top: 0;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated span {
    background-color: transparent;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:before,
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:after {
    margin-top: 0;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:before {
    -webkit-transition-delay: rotate(45deg);
    transition-delay: rotate(45deg);
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated span:after {
    -webkit-transition-delay: rotate(-45deg);
    transition-delay: rotate(-45deg);
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated .vx_globalNav-toggleTrigger_animated {
    display: none;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav-toggleTrigger_animated .vx_globalNav-toggleTrigger_animated {
    display: block;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_globalNav_mobile {
    position: static;
  }
  .vx_hasOpenNav .vx_foreground-container .vx_mainContent {
    padding-top: 0;
  }
  .vx_hasOpenNav .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .vx_hasOpenNav .vx_sidepanel {
    z-index: -1;
    right: -70%;
  }
  .vx_globalNav-main_mobile {
    display: table;
  }
  .vx_globalNav-headerSection_trigger,
  .vx_globalNav-headerSection_logo,
  .vx_globalNav-headerSection_actions {
    display: table-cell;
    vertical-align: top;
  }
  .vx_globalNav-headerSection_trigger,
  .vx_globalNav-headerSection_actions {
    width: 30%;
  }
  .vx_globalNav-headerSection_logo {
    text-align: center;
  }
  .vx_globalNav-headerSection_actions {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .vx_globalNav-headerSection_actions li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .vx_globalNav-brand_desktop {
    display: none;
  }
  .vx_globalNav-brand_mobile {
    display: inline-block;
    vertical-align: top;
    padding: 1.4rem 0 1rem;
  }
  .vx_globalNav-brand_mobile:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LUFzc2V0cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNQUExvZ29UcmFuc3BhcmVudFdoaXRlMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjAwMDAwMCwgNTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iU3BlY3MiIGZpbGw9IiNERTAwNjMiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDQ4MjgsIDEuNzcwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjUxODEwNjgsMi4yNjUzNzY1OSBDMTguMjY1MDU5OCwwLjgzNzc4Njc0NyAxNi4wMDE0MjAxLDAuMjI2MTk4NjYzIDEzLjEwNTE5NTYsMC4yMjYxOTg2NjMgTDQuNjk3ODIzODcsMC4yMjYxOTg2NjMgQzQuMTA2MDE1NDMsMC4yMjYxOTg2NjMgMy42MDIwOTY2MSwwLjY1Njc4OTczMyAzLjUwOTc5ODc0LDEuMjQxMzc5NzggTDAuMDA5MDkyMDI5MDcsMjMuNDM4NDQ1OSBDLTAuMDYwMDYyNDk1LDIzLjg3NjQ3NTIgMC4yNzg1NDY3MDksMjQuMjcyMzU0NSAwLjcyMTg1MjAwNSwyNC4yNzIzNTQ1IEw1LjkxMjAyMzAyLDI0LjI3MjM1NDUgTDUuNTUzODUyMTgsMjYuNTQzNzcwNiBDNS40OTM1MTQxNywyNi45MjY5Nzc0IDUuNzg5NDE4MzksMjcuMjczNTQ0IDYuMTc3MzQ0OTYsMjcuMjczNTQ0IEwxMC41NTE5ODg1LDI3LjI3MzU0NCBDMTEuMDY5OTU4NywyNy4yNzM1NDQgMTEuNTEwNzg0MywyNi44OTY2NzM1IDExLjU5MTUxMDUsMjYuMzg1MzYzOCBMMTEuNjM0NDkxLDI2LjE2MzA0MzMgTDEyLjQ1ODU1OTUsMjAuOTM3NTQ2NSBMMTIuNTExNzM0MSwyMC42NDg4MzI4IEMxMi41OTI0NjAzLDIwLjEzNzI0NzcgMTMuMDMzMjg1OSwxOS43NjA2NTI3IDEzLjU1MDk4MDUsMTkuNzYwNjUyNyBMMTQuMjA1MzMxMSwxOS43NjA2NTI3IEMxOC40NDM1OTQyLDE5Ljc2MDY1MjcgMjEuNzYyMTg0OCwxOC4wMzg4Mzk0IDIyLjczMTcyNTgsMTMuMDU5NjMwOCBDMjMuMTM3MDA5OCwxMC45NzkxMjkzIDIyLjkyNzYxNzcsOS4yNDI0Mzk1OCAyMS44NTYxMzU4LDguMDIxNDY3MzMgQzIxLjUzMTg1MzQsNy42NTIzMTA1NiAyMS4xMjg3NzM1LDcuMzQ2NzkyMDEgMjAuNjU4NDY3Niw3LjA5Nzc0ODkzIEMyMC45ODg1MzU4LDQuOTkzODMwODIgMjAuNjU2MjYzNSwzLjU2MjEwODYyIDE5LjUxODEwNjgsMi4yNjUzNzY1OSBaIiBpZD0iRmlsbC04IiBmaWxsLW9wYWNpdHk9IjAuNjgiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw3LjIxNTc2NDg5LDE2LjAwNzQ4MTUgTDcuMTc1MjY0MDMsMTYuMjY2NzQyMSBDNy4yNjc1NjE5LDE1LjY4MjA5NyA3Ljc2NzM0Nzk4LDE1LjI1MTE5IDguMzU5MTU2NDIsMTUuMjUxMTkgTDEwLjgyNjEyNywxNS4yNTExOSBDMTUuNjcwODAwOSwxNS4yNTExOSAxOS40NjQxMDU2LDEzLjI4MjkwMzQgMjAuNTcyNTA2Niw3LjU5MDc0MjIxIEMyMC42MDUyOTMsNy40MjI0MDE5MSAyMC42MzMzOTU3LDcuMjU5MDIwOSAyMC42NTg0Njc2LDcuMDk4Mzk1MDYiIGlkPSJGaWxsLTkiIGZpbGwtb3BhY2l0eT0iMC43Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNjE2MjEyODgsNy4xMjY0OTc2OSBDOC42NzE4NjcxMiw2Ljc3NDY2MzcyIDguODk3NTE0NzUsNi40ODY3NDk0NiA5LjIwMTQwODkzLDYuMzQxMDAxNDggQzkuMzM5NzE3OTgsNi4yNzQ4Nzc2NCA5LjQ5NDAwNjk2LDYuMjM3OTU4NDkgOS42NTU3MzQ4Nyw2LjIzNzk1ODQ5IEwxNi4yNDU4MDI4LDYuMjM3OTU4NDkgQzE3LjAyNjYxNTMsNi4yMzc5NTg0OSAxNy43NTQ1Mjg2LDYuMjg5MjA0NDcgMTguNDE5ODk5OSw2LjM5NjM4MDIxIEMxOC42MTAyODE0LDYuNDI2OTYyNDkgMTguNzk1MTUyNyw2LjQ2MjIyODU0IDE4Ljk3NTA2NDcsNi41MDIxNzgzNiBDMTkuMTU0NzAxMSw2LjU0MTg1MjY3IDE5LjMyOTM3ODMsNi41ODY0ODYyNyAxOS40OTgyNjk2LDYuNjM2MDc5MTUgQzE5LjU4Mjg1Myw2LjY2MDYwMDA4IDE5LjY2NTc4MzQsNi42ODY0OTg1OSAxOS43NDc2MTE2LDYuNzEzNzc0NjggQzIwLjA3NDM3MzYsNi44MjIwNTI0OCAyMC4zNzg1NDMzLDYuOTUwMTY3NDMgMjAuNjU4NDY3Niw3LjA5ODM5NTA2IEMyMC45ODg1MzU4LDQuOTk0Mjc5MTIgMjAuNjU2MjYzNSwzLjU2MjQyMjMgMTkuNTE4MTA2OCwyLjI2NTU2ODMzIEMxOC4yNjUwNTk4LDAuODM3ODQ0MjU0IDE2LjAwMTQyMDEsMC4yMjYxOTg2NjMgMTMuMTA1MTk1NiwwLjIyNjE5ODY2MyBMNC42OTc4MjM4NywwLjIyNjE5ODY2MyBDNC4xMDYwMTU0MywwLjIyNjE5ODY2MyAzLjYwMjA5NjYxLDAuNjU2ODMwMjIxIDMuNTA5Nzk4NzQsMS4yNDE0NzUyNCBMMC4wMDkwOTIwMjkwNywyMy40NDA2Mjg1IEMtMC4wNjAwNjI0OTUsMjMuODc4Njk5IDAuMjc4NTQ2NzA5LDI0LjI3NDYxNTUgMC43MjE4NTIwMDUsMjQuMjc0NjE1NSBMNS45MTIwMjMwMiwyNC4yNzQ2MTU1IEw4LjYxNjIxMjg4LDcuMTI2NDk3NjkiIGlkPSJGaWxsLTEwIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  }
  .vx_globalNav-container {
    display: block;
    width: 50%;
    max-width: 1024px;
    padding: 0;
    margin: 0;
  }
  .vx_globalNav-secondaryNav_mobile,
  .vx_globalNav-navContainer {
    display: block;
  }
  .vx_globalNav-listItem_mobileLogout,
  .vx_globalNav-listItem_settings {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .vx_globalNav-listItem_settings {
    text-align: right;
  }
  .vx_globalNav-listItem_settings .vx_globalNav-svgIcon {
    padding-top: 1.75rem;
  }
  .vx_globalNav-listItem_mobileLogout {
    padding: 1.75rem 0 0 2rem;
  }
  .vx_globalNav-link_settings,
  .vx_globalNav-link_iconOnly {
    text-indent: 0;
    display: inline-block;
    vertical-align: top;
  }
  .vx_globalNav-link_settings:hover,
  .vx_globalNav-link_iconOnly:hover {
    text-decoration: none;
  }
  .vx_globalNav-list {
    margin: 1.5rem 0;
    display: block;
  }
  .vx_globalNav-list li {
    display: block;
    padding: 0;
    text-align: center;
  }
  .vx_globalNav-list li.vx_globalNav-link_mobileSearch {
    display: block;
  }
  .vx_globalNav-list li:before,
  .vx_globalNav-list li:last-of-type:after {
    display: block;
    content: '';
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    -ms-transition: border-bottom-color 0.3s;
    -o-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
  }
  .vx_globalNav-list li:hover:before,
  .vx_globalNav-list li:hover:last-of-type:after,
  .vx_globalNav-list li:hover + li:before {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .vx_globalNav-list li.vx_isActive:before,
  .vx_globalNav-list li.vx_isActive:last-of-type:after,
  .vx_globalNav-list li.vx_isActive + li:before {
    border-bottom: transparent;
  }
  .vx_globalNav-list li.vx_isActive a {
    background-color: #0070ba;
    text-decoration: none;
    border: none;
  }
  .vx_globalNav-list a,
  .vx_globalNav-list a:visited {
    padding: 1rem 0;
    display: block;
    border: none;
    text-align: left;
    padding-left: 10%;
    font-size: 0.875rem;
    color: #ffffff;
    text-decoration: none;
    font-family: PayPal-Sans-Big, sans-serif;
  }
  .vx_globalNav-list a:hover,
  .vx_globalNav-list a:visited:hover,
  .vx_globalNav-list a:focus,
  .vx_globalNav-list a:visited:focus {
    border: none;
  }
  .vx_globalNav-link_mobileLogout,
  .vx_globalNav-link_mobileLogout:hover,
  .vx_globalNav-link_mobileLogout:visited {
    color: #ffffff;
    font-weight: normal;
  }
  .vx_globalNav-list_secondary {
    display: none;
  }
  .vx_globalNav-displayName {
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
  }
  .vx_globalNav-userPhotoContainer {
    display: block;
    position: relative;
    width: 69px;
    height: 69px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .vx_globalNav-userPhotoContainer ~ .vx_globalNav-displayName {
    margin-top: 6px;
  }
  .vx_globalNav-userPhoto {
    background-color: #cbd2d6;
  }
  .vx_globalNav-userPhoto.vx_globalNav-userPhoto_landscape {
    max-width: inherit;
    max-height: 69px;
    position: absolute;
  }
  .vx_globalNav-userPhoto.vx_globalNav-userPhoto_portrait {
    max-width: 69px;
    position: absolute;
  }
  .vx_globalNav-userPhoto.vx_globalNav-userPhoto_square {
    max-height: 69px;
  }
}
@media (max-width: 640px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 50%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -50%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 50%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -50%;
  }
  .vx_globalNav-container {
    width: 50%;
  }
  .vx_globalNav-toggleTrigger-container {
    width: 40%;
  }
}
@media (max-width: 479px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 78%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -78%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 78%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -78%;
  }
  .vx_globalNav-container {
    width: 78%;
  }
  .vx_globalNav-toggleTrigger-container {
    width: 60%;
  }
}
@media (max-width: 320px) {
  /* This creates the state for the opening and closing of the nav */
  .vx_globalNav-toggleCheckbox:checked ~ .vx_foreground-container {
    left: 80%;
  }
  .vx_globalNav-toggleCheckbox:checked ~ .vx_sidepanel {
    right: -80%;
  }
  .vx_hasOpenNav .vx_foreground-container {
    left: 80%;
  }
  .vx_hasOpenNav ~ .vx_sidepanel {
    right: -80%;
  }
  .vx_globalNav-container {
    width: 80%;
  }
  .vx_globalNav-list li.vx_isActive {
    background-color: #0070ba;
    text-decoration: none;
    border: none;
  }
}
/**
 * @fileOverview Contains default styles for the footer
 * @name Footer
 * @author jlowery
 * @tested browsers
 */
.vx_globalFooter {
  position: absolute;
  width: 100%;
  min-height: 8rem;
  top: 100%;
  margin-top: -8rem;
  border-top: 1px solid #ffffff;
  background: #ffffff;
  color: #9da3a6;
  text-shadow: 0 1px 1px #ffffff;
}
.vx_globalFooter a:hover,
.vx_globalFooter a:focus {
  text-shadow: none;
}
.vx_globalFooter-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
}
.vx_globalFooter-list,
.vx_globalFooter-list_secondary {
  margin: 0;
}
.vx_globalFooter-list li,
.vx_globalFooter-list_secondary li {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list a,
.vx_globalFooter-list_secondary a {
  display: block;
  padding: 1rem 0.75rem 0.75rem;
  font-weight: 400;
}
.vx_globalFooter-list a:hover,
.vx_globalFooter-list_secondary a:hover,
.vx_globalFooter-list a:focus,
.vx_globalFooter-list_secondary a:focus,
.vx_globalFooter-list a:active,
.vx_globalFooter-list_secondary a:active,
.vx_globalFooter-list .active,
.vx_globalFooter-list_secondary .active {
  color: #2c2e2f;
}
.vx_globalFooter-list li:first-child a {
  padding-left: 0;
}
.vx_globalFooter-list a {
  font-family: 'PayPal Sans Big', sans-serif;
  font-size: 15px;
  color: #6c7378;
  text-decoration: none;
  text-transform: uppercase;
}
.vx_globalFooter-list a:hover {
  text-decoration: underline;
}
.vx_globalFooter_secondary {
  width: 100%;
  border-top: 1px dotted #9da3a6;
  text-align: right;
}
.vx_globalFooter-copyright,
.vx_globalFooter-list_secondary {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list_secondary {
  margin-left: 0.75rem;
  font-size: 12px;
}
.vx_globalFooter-list_secondary li {
  display: inline-block;
  vertical-align: top;
}
.vx_globalFooter-list_secondary li:last-child {
  padding-right: 0;
}
.vx_globalFooter-list_secondary li:last-child a {
  padding-right: 0;
}
.vx_globalFooter-list_secondary a {
  font-size: 12px;
  padding: 1.1rem 0.75rem 0.75rem;
  color: #9da3a6;
}
.vx_globalFooter-copyright,
.vx_globalFooter-disclaimer {
  margin-top: 1rem;
  padding-left: 0.65rem;
  font-size: 12px;
}
.vx_globalFooter-copyright {
  color: #9da3a6;
  font-family: 'PayPal Sans Big', sans-serif;
  letter-spacing: 0.05rem;
}
.vx_globalFooter-copyright:after {
  content: "|";
  display: inline-block;
  padding-left: 1.5rem;
  vertical-align: -0.1rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1em;
}
.vx_globalFooter-disclaimer {
  padding: 0.5em 0 1em;
  font-family: 'PayPal Sans Big', sans-serif;
  letter-spacing: 0.05rem;
  font-size: 12px;
  line-height: 1.5em;
}
.vx_globalFooter-disclaimer a {
  color: #6c7378;
}
@media (min-width: 641px) and (max-width: 950px) {
  .vx_globalFooter-list_secondary li {
    padding: 0;
  }
}
@media (max-width: 641px) {
  .vx_globalFooter-list_secondary,
  .vx_globalFooter-copyright {
    padding-left: 0;
    margin-left: 0;
  }
  .vx_globalFooter-copyright {
    text-align: left;
    display: block;
    margin-top: 1.5rem;
  }
  .vx_globalFooter-copyright:after {
    content: "";
  }
  .vx_globalFooter-list_secondary {
    display: block;
    text-align: left;
  }
  .vx_globalFooter-list_secondary li:first-child a {
    padding-left: 0;
  }
}
/* 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;
  -moz-transition: border-color 0.15s;
  -ms-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.vx_form-control:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_form-control:hover,
.vx_form-control:focus,
.vx_form-control:active,
.vx_form-control.vx_is-active {
  border-color: #009cde;
}
.vx_form-control[disabled],
.vx_form-control[disabled]:hover,
.vx_form-control[disabled]:active,
.vx_form-control.vx_is-disabled,
.vx_form-control.vx_is-disabled:hover,
.vx_form-control.vx_is-disabled:active {
  border-color: #cbd2d6;
  background: #f5f7fa;
  color: #6c7378;
  cursor: default;
}
.vx_form-group,
.vx_form-group_hiddenLabel {
  padding-top: 1em;
  text-align: left;
}
.vx_form-group label,
.vx_form-group_hiddenLabel label {
  font-weight: 500;
}
.vx_form-group_hiddenLabel label,
.vx_form-group-nolabel label {
  position: absolute;
  left: -999em;
}
input.vx_has-error {
  background: #ffffff;
  border-color: #d20000;
}
.vx_has-error,
.vx_has-error input,
.vx_has-error label,
input.vx_has-error,
label.vx_has-error {
  color: #d20000;
}
.vx_has-error input,
.vx_has-error select,
.vx_has-error input:hover,
.vx_has-error input:active,
input:focus input.vx_has-error,
input.vx_has-error:hover,
input.vx_has-error:active,
input.vx_has-error:focus {
  background: #ffffff;
  border-color: #d20000;
}
.vx_has-error .vx_form-control_complex {
  border-color: #d20000;
}
.vx_has-error .vx_form-control-icon {
  color: #d20000;
}
.vx_has-error .vx_selectIcon_error {
  position: relative;
  display: block;
  text-align: right;
  height: 0;
  font-family: 'consumer-icons';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
.vx_has-error .vx_selectIcon_error:before {
  content: "\e022";
  -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_alert,
.vx_alert_inline {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding: 1rem;
  border: 1px solid #9da3a6;
  border-left-width: 0;
  border-right-width: 0;
  color: #9da3a6;
}
.vx_alert_inline {
  border: none;
}
.vx_alert-help:before,
.vx_alert-success:before,
.vx_alert-warning:before,
.vx_alert-critical:before {
  display: inline;
  width: 3em;
  padding-right: 12px;
  position: relative;
  font-size: 1.58rem;
  line-height: 0;
  font-family: 'consumer-icons';
}
.vx_alert-help:before:before,
.vx_alert-success:before:before,
.vx_alert-warning:before:before,
.vx_alert-critical:before:before {
  content: "!";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #ffffff;
  z-index: 1;
}
.vx_alert-help:before:after,
.vx_alert-success:before:after,
.vx_alert-warning:before:after,
.vx_alert-critical:before:after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}
.vx_alert-help {
  border-color: #009cde;
  color: #009cde;
}
.vx_alert-help:before {
  content: "\e019";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-success {
  border-color: #00cf92;
  color: #00cf92;
}
.vx_alert-success:before {
  content: "\e020";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-warning {
  border-color: #ff9600;
  color: #ff9600;
}
.vx_alert-warning:before {
  content: "\e021";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-critical {
  border-color: #d20000;
  color: #d20000;
}
.vx_alert-critical:before {
  content: "\e022";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-icon {
  display: inline;
  width: 3em;
  padding-right: 12px;
  position: relative;
}
.vx_alert-icon:before {
  content: "!";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #ffffff;
  z-index: 1;
}
.vx_alert-icon:after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}
.vx_alert-text {
  margin: 0 0 0 2.5em;
  color: #2c2e2f;
  display: table-cell;
  width: 100%;
}
@media (min-width: 768px) {
  .vx_alert {
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
  }
}
/**
 * THIS ICONS COMPONENT IS BEING DEPRECATED. USE THE ICONOGRAPHY COMPONENT INSTEAD.
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
.icon {
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-burger-small:before {
  content: "\e000";
}
.icon-slider-small:before {
  content: "\e001";
}
.icon-slider-half-small:before {
  content: "\e002";
}
.icon-close-small:before {
  content: "\e003";
}
.icon-add-small:before {
  content: "\e004";
}
.icon-arrow-down-small:before {
  content: "\e005";
}
.icon-arrow-up-small:before {
  content: "\e006";
}
.icon-arrow-left-small:before {
  content: "\e007";
}
.icon-arrow-right-small:before {
  content: "\e008";
}
.icon-arrow-down-half-small:before {
  content: "\e009";
}
.icon-arrow-up-half-small:before {
  content: "\e010";
}
.icon-arrow-left-half-small:before {
  content: "\e011";
}
.icon-arrow-right-half-small:before {
  content: "\e012";
}
.icon-clear-half-small:before {
  content: "\e013";
}
.icon-checkmark-small:before {
  content: "\e014";
}
.icon-checkmark-small-bold:before {
  content: "\e015";
}
.icon-action-arrow-half-small:before {
  content: "\e016";
}
.icon-tooltip-outline-small:before {
  content: "\e017";
}
.icon-tooltip-small:before {
  content: "\e018";
}
.icon-info-small:before {
  content: "\e019";
}
.icon-positive-small:before {
  content: "\e020";
}
.icon-attention-small:before {
  content: "\e021";
}
.icon-critical-small:before {
  content: "\e022";
}
.icon-info-large:before {
  content: "\e023";
}
.icon-positive-large:before {
  content: "\e024";
}
.icon-attention-large:before {
  content: "\e025";
}
.icon-critical-large:before {
  content: "\e026";
}
.icon-pp-logo:before {
  content: "\e029";
}
.icon-notification-small:before {
  content: "\e039";
}
.icon-settings-small:before {
  content: "\e040";
}
.icon-search-small:before {
  content: "\e064";
}
/*
*	CSS for Sidepanel
*/
.vx_sidepanel-toggleCheckbox {
  display: none;
}
/* This creates the state for the opening and closing of the nav */
.vx_sidepanel-toggleCheckbox {
  display: block;
  position: absolute;
  top: -1000em;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_sidepanel {
  position: absolute;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_foreground-container {
  position: fixed;
  right: 320px;
  left: -320px;
  top: 0;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_foreground-container > .vx_sidepanel-toggleTrigger_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 800;
}
.vx_sidepanel-toggleCheckbox:checked ~ .vx_globalNav-main {
  left: -320px;
  right: 320px;
}
.vx_hasOpenSidepanel .vx_sidepanel {
  position: absolute;
}
.vx_hasOpenSidepanel .vx_foreground-container {
  position: fixed;
  right: 320px;
  left: -320px;
  top: 0;
}
.vx_hasOpenSidepanel .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.vx_hasOpenSidepanel .vx_globalNav-main {
  left: -320px;
  right: 320px;
}
.vx_sidepanel {
  width: 320px;
  background: linear-gradient(10deg, #00415c, #02225b);
  min-height: 100%;
  -webkit-transition: right 250ms ease;
  -moz-transition: right 250ms ease;
  -ms-transition: right 250ms ease;
  -o-transition: right 250ms ease;
  transition: right 250ms ease;
  z-index: 0;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 5em;
}
.vx_sidepanel .cellDivider {
  border-left: 1px solid #111111;
  padding: 0;
}
.vx_sidepanel-headerContainer {
  border-bottom: 1px solid #344F7B;
  color: #ffffff;
  min-height: 4em;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vx_sidepanel-header {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 1.5rem;
  font-family: 'PayPal-Sans-Big', sans-serif;
  font-weight: 300;
  width: 80%;
  line-height: 2.5em;
}
.vx_sidepanel-headerIcon_left,
.vx_sidepanel-headerIcon_right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
.vx_sidepanel-headerIcon_left button,
.vx_sidepanel-headerIcon_right button {
  background: none;
  border: none;
  padding: 1rem;
}
.vx_sidepanel-body {
  height: 85%;
}
.vx_sidepanel-footer {
  position: absolute;
  width: 100%;
  top: 100%;
  min-height: 5em;
  margin-top: -5em;
  padding: 1.5rem;
  background-color: inherit;
  color: white;
  border-top: 1px solid #344F7B;
}
/**
 * Sidepanel Item List Styles
 */
.vx_sidepanel-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vx_sidepanel-item,
.vx_sidepanel-item:visited {
  display: table;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #344F7B;
  background-color: transparent;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.vx_sidepanel-item,
.vx_sidepanel-item:visited,
.vx_sidepanel-item:hover,
.vx_sidepanel-item:visited:hover,
.vx_sidepanel-item:focus,
.vx_sidepanel-item:visited:focus,
.vx_sidepanel-item:active,
.vx_sidepanel-item:visited:active {
  text-decoration: none;
}
.vx_sidepanel-item:hover,
.vx_sidepanel-item:visited:hover,
.vx_sidepanel-item:focus,
.vx_sidepanel-item:visited:focus,
.vx_sidepanel-item:active,
.vx_sidepanel-item:visited:active {
  background-color: #0070ba;
  color: #ffffff;
}
.vx_sidepanel-item:visited,
.vx_sidepanel-item:visited:visited {
  color: #ffffff;
}
.vx_sidepanel-itemIcon,
.vx_sidepanel-itemIcon_middle {
  display: table-cell;
  vertical-align: top;
  width: 1rem;
  border: none;
  padding: 0;
}
.vx_sidepanel-itemIcon:before,
.vx_sidepanel-itemIcon_middle:before {
  margin-left: -5px;
}
.vx_sidepanel-itemIcon_middle {
  vertical-align: middle;
}
.vx_sidepanel-itemAction {
  display: table-cell;
  padding: 1rem 1rem 0 0;
}
.vx_sidepanel-itemActionMessage {
  vertical-align: text-bottom;
  font-weight: 500;
}
.vx_sidepanel-itemActionMessage:after {
  padding-left: 5px;
  font-family: paypal-vx-icons;
  font-weight: 800;
  content: "\e008";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_sidepanel-itemDismiss {
  display: table-cell;
  vertical-align: top;
  width: 2.75em;
  padding: 2.25rem 0;
  text-align: right;
}
.vx_sidepanel-message {
  display: table-cell;
  vertical-align: top;
}
.vx_sidepanel-messageButton {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070ba;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: 'PayPal-Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #0070ba;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  min-width: 4.5rem;
  padding: 0.5625rem 1.125rem;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vx_sidepanel-messageButton:visited,
.vx_sidepanel-messageButton:active,
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  color: #ffffff;
}
.vx_sidepanel-messageButton:visited {
  text-decoration: none;
}
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_sidepanel-messageButton:focus {
  outline: none;
  text-decoration: underline;
}
.vx_sidepanel-messageButton[disabled],
.vx_sidepanel-messageButton[disabled]:hover,
.vx_sidepanel-messageButton[disabled]:active,
.vx_sidepanel-messageButton.vx_is-disabled,
.vx_sidepanel-messageButton.vx_is-disabled:hover,
.vx_sidepanel-messageButton.vx_is-disabled:active {
  color: #cbd2d6;
  background: #f5f6f8;
  box-shadow: none;
  border: 1px solid #cbd2d6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.vx_sidepanel-messageButton + .vx_sidepanel-messageButton {
  margin-left: 0.75rem;
}
.vx_sidepanel-messageButton.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_sidepanel-messageButton:hover,
.vx_sidepanel-messageButton:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff inset;
}
@media (max-width: 768px) {
  .vx_sidepanel-toggleCheckbox:checked ~ .vx_globalNav_main {
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_foreground-container {
    right: 80%;
    left: -80%;
  }
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -80%;
    right: 80%;
  }
  .vx_hasOpenSidepanel .vx_foreground-container {
    right: 80%;
    left: -80%;
  }
  .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -80%;
    right: 80%;
  }
}
@media (max-width: 320px) {
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_foreground-container {
    right: 85%;
    left: -85%;
  }
  .vx_sidepanel-toggleCheckbox:checked .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -85%;
    right: 85%;
  }
  .vx_hasOpenSidepanel .vx_foreground-container {
    right: 85%;
    left: -85%;
  }
  .vx_hasOpenSidepanel .vx_globalNav-main {
    left: -85%;
    right: 85%;
  }
}
/* Core Components */
/* Core Component textInput*/
form .textInput {
  position: relative;
  margin: 10px 0;
  padding: 0;
  /*width: 100%;  IE7 Fix: Default Width.  Update: Bootstrap 3 and this component are fighting. Removing default */
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
}
form .textInput label {
  display: block;
  margin: 0;
  line-height: 1.76923em;
  font-weight: normal;
  color: #666;
}
form .textInput input {
  outline: 0;
  height: 2.61539em;
  padding: 0 24px 0 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #bec0c2 #bec0c2 #dbdfe2;
  background-color: #fafafa;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  color: #333333;
  font-size: 1em;
  font-weight: normal;
}
form .textInput input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form .textInput input.userText,
form .textInput input.completed {
  border-color: #cee0eb;
  background-color: #fff;
  box-shadow: none;
  color: #333;
}
form .textInput input:hover,
form .textInput input.hovered {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #009cde;
}
form .textInput input:focus {
  -moz-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #009cde;
  background-color: #fff;
}
form .textInput.tall input {
  height: 3.0769em;
}
form .textInput.small {
  width: 33%;
}
form .textInput.medium {
  width: 50%;
}
form .textInput.large {
  width: 67%;
}
form .textInput.hasError input,
form .textInput.hasError input:hover,
form .textInput.hasError input:focus {
  padding-right: 32px;
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') #ffffff right -2188px no-repeat;
}
form .textInput.hasError input:focus {
  padding-right: 48px;
}
/******  
 * Styles for the three different field help messages:
 * Information, notification, Error
 * Information is similar to a tooltip on a form (blue)
 * Notification is an error caught on client side validation (yellow)
 * Error is a backend caught error (red)
 ******
 * Page level error is same in style as an Error but no carret
 * and it sits below the form's main header
*/
/* TODO: add display:none to errors so that screenreaders do not read it by default */
/* Default state is closed, we add class "open" to a message when we want to open it */
.help-information,
.help-error,
.help-error:before,
.help-error:after,
.help-information:before,
.help-information:after,
.page-error,
.no-js .error-submit {
  border: 0 none;
  padding: 0;
  margin: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.help-information,
.help-error {
  display: none;
}
/* information bubble (blue) */
.help-information.open,
.no-js .help-information {
  width: 95%;
  margin: 7px 0 0;
  padding: 8px 2.3% 8px 2.3%;
  position: absolute;
  border: 1px solid #cee0eb;
  background: #f4f8fb;
  font: 0.923em/1.417em "Arial";
  color: #444;
  text-shadow: 0 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-height: 20em;
  display: block;
}
.help-information.open:before,
.no-js .help-information:before {
  position: absolute;
  left: 10px;
  top: -14px;
  z-index: 1;
  border-color: transparent transparent #cee0eb;
  border-style: solid;
  border-width: 7px;
  font-size: 20px;
  content: "";
}
.help-information.open:after,
.no-js .help-information:after {
  position: absolute;
  left: 10px;
  top: -12px;
  z-index: 2;
  border-color: transparent transparent #f4f8fb;
  border-style: solid;
  border-width: 7px;
  content: "";
}
/* notification bubble (yellow) */
.hasError .help-error.open,
.passwordSection .hasError .help-information.open {
  width: 95%;
  margin: 7px 0 0;
  padding: 8px 2.3% 8px 2.3%;
  position: absolute;
  border: 1px solid #efcaca;
  background: #f7ebeb;
  font: 0.923em/1.417em "Arial";
  color: #444;
  text-shadow: 0 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-height: 20em;
  display: block;
}
.hasError .help-error.open:before,
.passwordSection .hasError .help-information.open:before {
  position: absolute;
  left: 10px;
  top: -14px;
  z-index: 1;
  border-color: transparent transparent #efcaca;
  border-style: solid;
  border-width: 7px;
  font-size: 20px;
  content: "";
}
.hasError .help-error.open:after,
.passwordSection .hasError .help-information.open:after {
  position: absolute;
  left: 10px;
  top: -12px;
  z-index: 2;
  border-color: transparent transparent #f7ebeb;
  border-style: solid;
  border-width: 7px;
  content: "";
}
/* multi field error messages */
.multiFields .help-error.open,
.multiFields .help-information.open,
.multiFields .submitted .help-error.open,
.multiFields .submitted .help-information.open {
  margin: 7px 0 10px;
}
/* password bubble interaction  */
.help-information > ul,
.help-error > ul {
  margin: 0;
}
.help-information > ul li,
.help-error > ul li {
  margin: 5px 0;
  list-style: none;
}
/* page error styles*/
.page-error.open {
  margin: 7px 0 0;
  padding: 8px 2.3% 8px 2.3%;
  position: absolute;
  border: 1px solid #efcaca;
  background: #f7ebeb;
  font: 0.923em/1.417em "Arial";
  color: #444;
  text-shadow: 0 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  margin: 0 0 10px;
  max-height: 500px;
}
.multiFields {
  position: relative;
  margin: 10px 0;
  /* Non-Lap Condition - Vertical Gap Betwenn Consecutive Fields is margin 10px + label line-height 5px */
  width: 100%;
}
.multiFields .clearfix,
.multiFields .modal-header,
.multiFields .modal-footer {
  display: block;
}
.multiFields .clearfix:after,
.multiFields .modal-header:after,
.multiFields .modal-footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.multiFields html[xmlns] .clearfix,
.multiFields html[xmlns] .modal-header,
.multiFields html[xmlns] .modal-footer {
  display: block;
}
.multiFields * html .clearfix,
.multiFields * html .modal-header,
.multiFields * html .modal-footer {
  height: 1%;
}
.multiFields.small {
  width: 33%;
}
.multiFields.medium {
  width: 50%;
}
.multiFields.large {
  width: 67%;
}
.multiFields.tall {
  height: 3.076923em;
}
.multiFields.lap {
  margin: 15px 0;
  /* Lap Override - Vertical Gap Betwenn Consecutive Fields is margin 15px */
}
.multiFields .textInput.large,
.multiFields .textArea.large,
.multiFields .nativeDropdown.large {
  width: 66%;
}
.multiFields .textInput.medium,
.multiFields .textArea.medium,
.multiFields .nativeDropdown.medium {
  width: 49%;
}
.multiFields .textInput.small,
.multiFields .textArea.small,
.multiFields .nativeDropdown.small {
  width: 32%;
}
.js .multiFields .textInput,
.no-js .multiFields .textInput,
.js .multiFields .textArea,
.no-js .multiFields .textArea,
.js .multiFields .nativeDropdown,
.no-js .multiFields .nativeDropdown {
  float: left;
  margin: 0 2% 0 0;
}
.js .multiFields .textInput.last,
.no-js .multiFields .textInput.last,
.js .multiFields .textArea.last,
.no-js .multiFields .textArea.last,
.js .multiFields .nativeDropdown.last,
.no-js .multiFields .nativeDropdown.last {
  margin-right: 0;
  float: right;
}
/* mixin for Select element - Dropdowns
*
* We style native select element on web and it uses native element on other devices
* HTML Format to use for select element:
* <div class="selectDropdown">
* <label for="selectID" class="accessAid" id="forSelectID">Select Label</label>
* <select id="selectID" name="selectID">
* <option value="">Option 1</option>
* <option value="2">Option 2</option>
* </select>
* </div>
*
* @param width - defines the width of the selectDropdown on form
* @param rightPadding - this is so that any long selected text does not bork up the error visual styles.
* Ideally this value should be calculated for each dropdown with a different width
* than the defualt 210px so that the text entered stops showing right before
* the error icons
*/
/* red border - client side error */
.hasError .selectDropdown,
.hasError .selectDropdown:hover,
.hasError .selectDropdown:focus,
.hasError .selectDropdown.hovered {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -webkit-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -moz-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -ms-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right 20px top -2191px, url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat right -1687px, -o-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background-color: #ffffff;
}
.selectDropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid #ccd0d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -webkit-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -moz-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -ms-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1687px, -o-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background-color: #ffffff;
  /* light blue border - value entered so the dropdown is marked completed */
  /* hover state - will work on modern browsers. We do not show this feature in other browsers */
}
.selectDropdown.completed {
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') no-repeat scroll right -1887px;
  border: 1px solid #cee0eb;
  color: #333;
}
.selectDropdown:hover,
.selectDropdown:focus,
.selectDropdown.hovered {
  -moz-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  box-shadow: 0 0 5px rgba(58, 144, 194, 0.6);
  border: 1px solid #009cde;
}
.selectDropdown select {
  width: 135%;
  /* this value is set to more than 100% to hide native dropdown image in older browsers */
  border: 0 none;
  margin: 0;
  padding: 7px 0 10px 10px;
  height: 2.46154em;
  background: none;
  position: relative;
  /* this will hide the native dropdown image for browsers that can read appearance value */
  -webkit-appearance: none;
  -moz-appearance: window;
  color: #333333;
  font: 1em Arial;
  line-height: 1.230769em;
  z-index: 1;
}
.selectDropdown option {
  background-color: #fff;
  color: #666;
  padding: 6px 10px;
}
form .nativeDropdown {
  position: relative;
  margin: 10px 0;
  /* Non-LAP Scenario - Gap between consecutive fields (10 + 5 of line-height) */
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
}
form .nativeDropdown label {
  display: block;
  margin: 0;
  line-height: 1.76923em;
  font-weight: normal;
  color: #666;
}
form .nativeDropdown.small {
  width: 33%;
}
form .nativeDropdown.medium {
  width: 50%;
}
form .nativeDropdown.large {
  width: 67%;
}
form .nativeDropdown.tall {
  /* red border - client side error */
}
form .nativeDropdown.tall .selectDropdown {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(top, #ffffff, #f2f2f2);
}
form .nativeDropdown.tall select {
  height: 2.94em;
}
form .nativeDropdown.tall.hasError .selectDropdown,
form .nativeDropdown.tall.hasError .selectDropdown:hover,
form .nativeDropdown.tall.hasError .selectDropdown:focus,
form .nativeDropdown.tall.hasError .selectDropdown.hovered {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6);
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -webkit-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -moz-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -ms-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background: url('https://www.paypalobjects.com/webstatic/mktg/consumer/onboarding/ui-sprite.png') no-repeat scroll 94% -2188px, -o-linear-gradient(top, #ffffff, #f2f2f2) 0 0;
  background-color: #ffffff;
}
form .nativeDropdown.btn-link .selectDropdown {
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .nativeDropdown.btn-link .selectDropdown:hover .custom-select,
form .nativeDropdown.btn-link .selectDropdown:focus .custom-select,
form .nativeDropdown.btn-link .selectDropdown.hovered .custom-select {
  text-decoration: underline;
}
form .nativeDropdown.btn-link .icon {
  position: absolute;
  top: 1.1em;
  right: 0.4em;
  font-size: 0.8em;
}
.js .nativeDropdown.lap {
  margin: 15px 0;
}
.js .nativeDropdown.lap label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.js .enhanced .selectDropdown {
  position: relative;
}
.js .enhanced .selectDropdown select {
  opacity: 0;
  z-index: 10;
  padding-left: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.js .enhanced .selectDropdown .custom-select {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2.61538em;
  width: 100%;
  padding-left: 12px;
  z-index: 1;
  /**
				 * making sure that if text in the option gets very long,
				 * we truncate it using ellipses
				 */
  overflow: hidden;
  padding-right: 35px;
  /* reserving space for the dropdown arrow */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js .enhanced.tall {
  /* Override for Tall */
}
.js .enhanced.tall .custom-select {
  line-height: 3.0769em;
}
form .textArea {
  position: relative;
  /*  */
  margin: 10px 0;
  padding: 0;
  width: 100%;
  /* IE7 Fix: Default Width */
}
form .textArea label {
  display: block;
  margin: 0;
  line-height: 1.76923em;
  font-weight: normal;
  color: #666;
}
form .textArea textarea {
  outline: 0;
  height: 6.924em;
  overflow: auto;
  padding: 7px 7px 7px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #bec0c2 #bec0c2 #dbdfe2;
  background-color: #fafafa;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  color: #333333;
  font-size: 1em;
  font-weight: normal;
}
form .textArea textarea.userText,
form .textArea textarea.completed {
  border-color: #cee0eb;
  background-color: #fff;
  box-shadow: none;
  color: #333;
}
form .textArea textarea:hover,
form .textArea textarea.hovered {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #009cde;
}
form .textArea textarea:focus {
  -moz-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(58, 144, 194, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #009cde;
  background-color: #fff;
}
form .textArea.small {
  width: 33%;
}
form .textArea.medium {
  width: 50%;
}
form .textArea.large {
  width: 67%;
}
form .textArea.hasError textarea,
form .textArea.hasError textarea:hover,
form .textArea.hasError textarea:focus {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  /* TextArea can be expanded. Error Icon should be single image not sprite. */
}
form .lap.textArea {
  margin: 15px 0;
}
form .lap.textArea label {
  position: absolute;
  left: 16px;
  color: #666;
  z-index: 1;
  cursor: text;
  text-shadow: 0 1px 0 #fff;
  line-height: 2.61539em;
}
form .lap.textArea label.focus {
  color: #888;
}
form .lap.textArea.medium label {
  left: 14px;
}
/* Lib */
.clearfix,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/**
 * @fileOverview Global CSS settings/reset
 * @name paypal.css
 * @author dlembree, hdoan
 * @tested IE7, IE8, IE9, FF12, Chrome18, Opera11
 */
nav,
header,
footer,
section,
aside,
hgroup {
  display: block;
}
.headline {
  /* only for text over 14px */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.no-js body {
  display: block !important;
}
.clear {
  clear: both;
}
.accessAid {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.hide {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
/**
 * @fileOverview Variables contains variables
 * @name Variables
 * @author hdoan, mdaveshah, ziliu
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 */
/* Font sizes */
/* Inputs */
/** old styles **/
/****************/
/* Colors */
/* button colors */
/* New color variables from Adam Dustan's Patterns sheet: https://ebay.box.com/s/apis0xukrp25jzdvjyky */
/* engagement module colors, named via http://chir.ag/projects/name-that-color */
/* info / warning icon colors */
/* generic colors for colors except text like box-border, shadow, background */
/* card colors */
/* textColor for all the colors of text */
/* font weights */
/* Z-index list */
/* user for a bird's eye view of components based on z-axis */
/* for example, if you want to put a button in header, just assign z-index of that button to @zindexHeader */
/* these will overwrite the bootstrap pre defined variables */
/* TODO: check the clean the non-needed modal styles in bootstrap */
/* the same as bootstrap one, just overwrite */
/* Setting for Sidepanel */
/* This is not used by all side panels, only for the default one */
/* what about larger phones like gs3? what about phablets like the note?
/* responsive breakpoints */
/* borders */
/* Image Paths */
/* Image URIs */
/* Navigation */
/* Activity */
/* send money */
/* data uri for notification */
/* wallet */
/* shop static landing page */
/* feedback icon */
/**
 * @fileOverview Mixins contains mixins
 * @name Mixins
 * @author hdoan, mdaveshah
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 * Please do not modify Mixins to add IE related styles.
 */
.ltrInput {
  text-align: left;
  /*! @noflip */
  direction: ltr;
}
.ltrInputGroup {
  /*! @noflip */
  text-align: left;
  /*! @noflip */
  direction: ltr;
}
.enforceLtr {
  /*! @noflip */
  direction: ltr;
  unicode-bidi: embed;
}
.overflow-auto {
  overflow: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Multi-line truncation utilizing overflow:hidden and specified height of content
 *  http://www.mobify.com/blog/multiline-ellipsis-in-pure-css/
 *
 *  @height - height of content to cut off
 *  @lineheight - spacing between lines
 *  @ellipsiswidth - width of ellipsis area
 */
/**
 *	Vertical separator with radial box shadow right
 *	@width - width of vertical separator
 *	@height1 - height of first darker box shadow
 *	@height2 - height of second lighter box shadow (taller than first height)
 *	@top1 - top position of first box shadow
 *	@top2 - top position of second box shadow
 *	@right - right position of separator
 *	@z - z-index of separator
 *	@borderRadius - how radial the box shadow is
 */
/**
 *	Horizontal separator with radial box shadow down
 *	@height - height of horizontal separator
 *	@width1 - width of first darker box shadow
 *	@width2 - width of second lighter box shadow (longer than first width)
 *	@left1 - left position of first box shadow
 *	@left2 - left position of second box shadow
 *	@bottom - bottom position of separator
 *	@z - z-index of separator
 *	@borderRadius - how radial the box shadow is
 */
/* This mixin is to add a pointer to a dropdown */
/* mixin for creating a triangle */
/* Mixin for bubbles */
/* mixin for creating carets bubbles with a border */
/* mixins for creating caret for customSelectBtn */
/*  START SPINNER  */
/* DEFAULT USAGE: add .hasSpinner classes (in app.less) to the elements that we want to have an overlay and spinner graphic on top of */
/* Applies to Modals and other DIV elements: Apply this mixin selectively to other CSS properties to avoid duplication of CSS code */
/* Just use .spinner() to apply spinner, or along with .overlay() to add overlay behind spinner and block the user interaction on the DIV */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes revrotation {
  from {
    -webkit-transform: rotate(0deg) scaleX(-1);
    transform: rotate(0deg) scaleX(-1);
  }
  to {
    -webkit-transform: rotate(359deg) scaleX(-1);
    transform: rotate(359deg) scaleX(-1);
  }
}
@-moz-keyframes revrotation {
  from {
    -moz-transform: rotate(0deg) scaleX(-1);
    transform: rotate(0deg) scaleX(-1);
  }
  to {
    -moz-transform: rotate(359deg) scaleX(-1);
    transform: rotate(359deg) scaleX(-1);
  }
}
@-o-keyframes revrotation {
  from {
    -o-transform: rotate(0deg) scaleX(-1);
    transform: rotate(0deg) scaleX(-1);
  }
  to {
    -o-transform: rotate(359deg) scaleX(-1);
    transform: rotate(359deg) scaleX(-1);
  }
}
@keyframes revrotation {
  from {
    transform: rotate(0deg) scaleX(-1);
  }
  to {
    transform: rotate(359deg) scaleX(-1);
  }
}
/*  END SPINNER  */
/* mixin to create flat white button (iOS7 style) */
.flatBtn {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: #ffffff;
  -moz-box-shadow: 0 1px 3px #cccccc;
  -webkit-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc;
  background-image: -webkit-linear-gradient(top, #fffefe 0%, #f3f2f2 100%);
  background-image: -o-linear-gradient(top, #fffefe 0%, #f3f2f2 100%);
  background-image: linear-gradient(to bottom, #fffefe 0%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffefe', endColorstr='#fff3f2f2', GradientType=0);
  background-color: #faf9f9;
  background-image: -moz-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffefe), to(#f3f2f2));
  background-image: -webkit-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: -o-linear-gradient(top, #fffefe, #f3f2f2);
  background-image: linear-gradient(to bottom, #fffefe, #f3f2f2);
  background-repeat: repeat-x;
}
form .textInput.lap label {
  color: #6c7378;
  text-shadow: none;
  font-weight: bolder;
}
form .textInput.lap label.focus {
  color: #6c7378;
}
form .textInput.lap.medium label {
  left: 0;
}
form .textInput.disabled label {
  color: #cbd2d6;
  cursor: not-allowed;
  pointer-events: auto;
}
form .textInput.hasError {
  /* Better Font Rendering =========== */
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c72e2e;
}
form .textInput.hasError:before {
  content: "\e022";
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 1.2000000000000002em;
  font-size: 1.3125rem;
  line-height: 1.4285714285714286em;
}
form .textInput.hasError label {
  padding-right: 32px;
  font-family: 'PayPal-Sans', sans-serif;
  color: #c72e2e;
}
form .textInput.hasError label.focus {
  color: #6c7378;
}
form .textInput.hasError input {
  color: #c72e2e;
  border-color: #c72e2e;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
form .textInput.hasError input::-moz-placeholder {
  color: #c72e2e;
  opacity: 1;
}
form .textInput.hasError input:-ms-input-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input::-webkit-input-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input:-moz-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input::-moz-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input:-ms-input-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input::-webkit-input-placeholder {
  color: #c72e2e;
}
form .textInput.hasError input:hover,
form .textInput.hasError input.hovered,
form .textInput.hasError input:focus {
  border-color: #c72e2e;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
form .textInput.hasError input:focus {
  color: #2c2e2f;
}
form .textInput label {
  color: #6c7378;
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
form .textInput input {
  height: 44px;
  padding-top: 0;
  margin-bottom: 9px;
  color: #2c2e2f;
  border-color: #9da3a6;
  background-color: #ffffff;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
form .textInput input::-moz-placeholder {
  color: #6c7378;
  opacity: 1;
}
form .textInput input:-ms-input-placeholder {
  color: #6c7378;
}
form .textInput input::-webkit-input-placeholder {
  color: #6c7378;
}
form .textInput input:-moz-placeholder {
  color: #6c7378;
}
form .textInput input::-moz-placeholder {
  color: #6c7378;
}
form .textInput input:-ms-input-placeholder {
  color: #6c7378;
}
form .textInput input::-webkit-input-placeholder {
  color: #6c7378;
}
form .textInput input:hover,
form .textInput input.hovered,
form .textInput input:focus {
  border: 1px solid #009cde;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .textInput input:disabled {
  border-color: #cbd2d6;
  background-color: #ffffff;
}
form .textInput input:disabled::-moz-placeholder {
  color: #cbd2d6;
  opacity: 1;
}
form .textInput input:disabled:-ms-input-placeholder {
  color: #cbd2d6;
}
form .textInput input:disabled::-webkit-input-placeholder {
  color: #cbd2d6;
}
form .textInput input:disabled:-moz-placeholder {
  color: #cbd2d6;
}
form .textInput input:disabled::-moz-placeholder {
  color: #cbd2d6;
}
form .textInput input:disabled:-ms-input-placeholder {
  color: #cbd2d6;
}
form .textInput input:disabled::-webkit-input-placeholder {
  color: #cbd2d6;
}
form .textInput input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
form .textInput input.labelFloated {
  padding-top: 10px;
}
form .textArea.lap label {
  color: #6c7378;
  text-shadow: none;
  line-height: 36px;
}
form .textArea.lap label.focus {
  color: #6c7378;
}
form .textArea.disabled label {
  color: #cbd2d6;
  cursor: not-allowed;
  pointer-events: auto;
}
form .textArea.hasError textarea,
form .textArea.hasError textarea:hover,
form .textArea.hasError textarea:focus {
  border-color: #c72e2e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .textArea label {
  color: #6c7378;
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
form .textArea textarea {
  color: #2c2e2f;
  border-color: #9da3a6;
  background-color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
form .textArea textarea::-moz-placeholder {
  color: #6c7378;
  opacity: 1;
}
form .textArea textarea:-ms-input-placeholder {
  color: #6c7378;
}
form .textArea textarea::-webkit-input-placeholder {
  color: #6c7378;
}
form .textArea textarea:-moz-placeholder {
  color: #6c7378;
}
form .textArea textarea::-moz-placeholder {
  color: #6c7378;
}
form .textArea textarea:-ms-input-placeholder {
  color: #6c7378;
}
form .textArea textarea::-webkit-input-placeholder {
  color: #6c7378;
}
form .textArea textarea:hover,
form .textArea textarea.hovered,
form .textArea textarea:focus {
  border: 1px solid #009cde;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .textArea textarea:disabled {
  border-color: #cbd2d6;
  background-color: #ffffff;
}
form .textArea textarea:disabled::-moz-placeholder {
  color: #cbd2d6;
  opacity: 1;
}
form .textArea textarea:disabled:-ms-input-placeholder {
  color: #cbd2d6;
}
form .textArea textarea:disabled::-webkit-input-placeholder {
  color: #cbd2d6;
}
form .textArea textarea:disabled:-moz-placeholder {
  color: #cbd2d6;
}
form .textArea textarea:disabled::-moz-placeholder {
  color: #cbd2d6;
}
form .textArea textarea:disabled:-ms-input-placeholder {
  color: #cbd2d6;
}
form .textArea textarea:disabled::-webkit-input-placeholder {
  color: #cbd2d6;
}
form .nativeDropdown {
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
}
.selectDropdown {
  height: 44px;
  position: relative;
  border-color: #9da3a6;
  background: #ffffff;
  /* Better Font Rendering =========== */
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selectDropdown:before {
  position: absolute;
  right: 9px;
  top: 10px;
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.3125em;
}
.selectDropdown:hover,
.selectDropdown:focus,
.selectDropdown.hovered {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectDropdown select {
  height: 44px;
}
.selectDropdown.disabled {
  color: #777777;
  border-color: #eeeeee;
}
.selectDropdown.disabled:before {
  content: '';
}
.hasError {
  /* Better Font Rendering =========== */
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hasError:before {
  content: "\e022";
  position: absolute;
  right: 30px;
  bottom: 12px;
  color: #c72e2e;
  font-size: 1.2000000000000002em;
  font-size: 1.3125rem;
  line-height: 1.4285714285714286em;
}
.hasError .selectDropdown,
.hasError .selectDropdown:hover,
.hasError .selectDropdown:focus,
.hasError .selectDropdown.hovered {
  color: #c72e2e;
  border-color: #c72e2e;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.js .enhanced .selectDropdown .custom-select {
  height: 44px;
  line-height: 44px;
  font-family: 'PayPal-Sans', sans-serif;
}
.help-information.open,
.no-js .help-information,
.hasError .help-error.open,
.passwordSection .hasError .help-information.open {
  width: 100%;
  min-height: 44px;
  padding: 20px 12px 8px;
  margin: 0;
  left: 0;
  top: 30px;
  z-index: -1;
  color: #2c2e2f;
  font-size: 0.8571428571428572em;
  font-size: 0.9375rem;
  line-height: 1.4em;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-information.open:before,
.no-js .help-information:before,
.hasError .help-error.open:before,
.passwordSection .hasError .help-information.open:before,
.help-information.open:after,
.no-js .help-information:after,
.hasError .help-error.open:after,
.passwordSection .hasError .help-information.open:after {
  content: none;
}
.help-information.open,
.no-js .help-information {
  background: #f7fdff;
  border-color: #009cde;
}
.hasError .help-error.open,
.passwordSection .hasError .help-information.open {
  background: #fff7f7;
  border-color: #c72e2e;
}
.multiFields .help-error.open,
.multiFields .help-information.open,
.multiFields .submitted .help-error.open,
.multiFields .submitted .help-information.open {
  margin-top: 0;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/*
React CSSTransitionGroup transitions
*/
.foldY-enter {
  opacity: 0.01;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform-origin: left top center;
  -moz-transform-origin: left top center;
  -ms-transform-origin: left top center;
  -o-transform-origin: left top center;
  transform-origin: left top center;
}
.foldY-enter.foldY-enter-active {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
}
.foldY-leave {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform-origin: right top center;
  -moz-transform-origin: right top center;
  -ms-transform-origin: right top center;
  -o-transform-origin: right top center;
  transform-origin: right top center;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1);
}
.foldY-leave.foldY-leave-active {
  opacity: 0.01;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.floatLabel-enter {
  position: absolute;
  opacity: 0.1;
  -webkit-transform: translate(0, 12px) scale(1.36);
  -moz-transform: translate(0, 12px) scale(1.36);
  -ms-transform: translate(0, 12px) scale(1.36);
  -o-transform: translate(0, 12px) scale(1.36);
  transform: translate(0, 12px) scale(1.36);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform-origin: left top center;
  -moz-transform-origin: left top center;
  -ms-transform-origin: left top center;
  -o-transform-origin: left top center;
  transform-origin: left top center;
}
.floatLabel-enter.floatLabel-enter-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.floatLabel-leave {
  position: absolute;
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform-origin: left top center;
  -moz-transform-origin: left top center;
  -ms-transform-origin: left top center;
  -o-transform-origin: left top center;
  transform-origin: left top center;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.floatLabel-leave.floatLabel-leave-active {
  opacity: 0.1;
  -webkit-transform: translate(0, 12px) scale(1.36);
  -moz-transform: translate(0, 12px) scale(1.36);
  -ms-transform: translate(0, 12px) scale(1.36);
  -o-transform: translate(0, 12px) scale(1.36);
  transform: translate(0, 12px) scale(1.36);
}
/*
Animations
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/**
 * @fileOverview Toggle open styles for the eventual toggle component
 * @name Toggle Open
 * @author jlowery
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 */
.toggle--closeX {
  position: absolute;
  top: 21.5em;
  right: 1em;
  height: 25px;
  width: 25px;
}
.toggle--speakable-text {
  text-indent: 100%;
  padding-left: 1em;
  opacity: 0;
}
.toggle--close-icon {
  position: absolute;
  top: -16em;
  line-height: 1em;
  font-size: 1.25em;
}
.toggle--container {
  position: relative;
}
.toggle--collapse {
  height: 0;
}
.toggle--autoHeight {
  height: auto;
}
.toggle--animate {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.toggle--hidden {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.visible-phone-portrait {
  display: none !important;
}
@media (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .visible-phone-portrait {
    display: none !important;
  }
}
@media (max-width: 641px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-phone-portrait {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 479px) {
  .visible-phone-portrait {
    display: inherit !important;
  }
  .hidden-phone-portrait {
    display: none !important;
  }
}
/* glyph font */
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * PLEASE NOTE: If you have specific icon needs, place them in your project's own Less file.
*/
/*
 * Use this for local testing
 *
@font-face {
	font-family: 'consumer-icons';

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

	font-style: normal;
	font-weight: 400;
} */
/*
 * Use this for production
 *
 */
@font-face {
  font-family: 'consumer-icons';
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.woff') format('woff'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.ttf') format('truetype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
}
.icon {
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-burger-small:before {
  content: "\e000";
}
.icon-slider-small:before {
  content: "\e001";
}
.icon-slider-half-small:before {
  content: "\e002";
}
.icon-close-small:before {
  content: "\e003";
}
.icon-add-small:before {
  content: "\e004";
}
.icon-arrow-down-small:before {
  content: "\e005";
}
.icon-arrow-up-small:before {
  content: "\e006";
}
.icon-arrow-left-small:before {
  content: "\e007";
}
.icon-arrow-right-small:before {
  content: "\e008";
}
.icon-arrow-down-half-small:before {
  content: "\e009";
}
.icon-arrow-up-half-small:before {
  content: "\e010";
}
.icon-arrow-left-half-small:before {
  content: "\e011";
}
.icon-arrow-right-half-small:before {
  content: "\e012";
}
.icon-clear-half-small:before {
  content: "\e013";
}
.icon-checkmark-small:before {
  content: "\e014";
}
.icon-checkmark-small-bold:before {
  content: "\e015";
}
.icon-action-arrow-half-small:before {
  content: "\e016";
}
.icon-tooltip-outline-small:before {
  content: "\e017";
}
.icon-tooltip-small:before {
  content: "\e018";
}
.icon-info-small:before {
  content: "\e019";
}
.icon-positive-small:before {
  content: "\e020";
}
.icon-attention-small:before {
  content: "\e021";
}
.icon-critical-small:before {
  content: "\e022";
}
.icon-info-large:before {
  content: "\e023";
}
.icon-positive-large:before {
  content: "\e024";
}
.icon-attention-large:before {
  content: "\e025";
}
.icon-critical-large:before {
  content: "\e026";
}
.icon-pp-logo:before {
  content: "\e029";
}
.icon-visa-logo:before {
  content: "\e030";
}
.icon-mastercard-logo:before {
  content: "\e031";
}
.icon-maestro-logo:before {
  content: "\e032";
}
.icon-amex-logo:before {
  content: "\e033";
}
.icon-discover-logo:before {
  content: "\e034";
}
.icon-card-half-solid:before {
  content: "\e035";
}
.icon-bank-half-solid:before {
  content: "\e036";
}
.icon-profile-large:before {
  content: "\e037";
}
.icon-profile-add-large:before {
  content: "\e038";
}
.icon-notification-small:before {
  content: "\e039";
}
.icon-settings-small:before {
  content: "\e040";
}
.icon-profile-small:before {
  content: "\e041";
}
.icon-funnel-small:before {
  content: "\e042";
}
.icon-delete-small:before {
  content: "\e043";
}
.icon-edit-small:before {
  content: "\e044";
}
.icon-lock-small:before {
  content: "\e045";
}
.icon-pdf-small:before {
  content: "\e046";
}
.icon-contact-small:before {
  content: "\e047";
}
.icon-undo-small:before {
  content: "\e048";
}
.icon-cancel-small:before {
  content: "\e049";
}
.icon-simple-list-small:before {
  content: "\e050";
}
.icon-detailed-list-small:before {
  content: "\e051";
}
.icon-print-small:before {
  content: "\e052";
}
.icon-camera-small:before {
  content: "\e053";
}
.icon-info-outline-small:before {
  content: "\e054";
}
.icon-us-dollar-outline-small:before {
  content: "\e055";
}
.icon-calendar-half-small:before {
  content: "\e056";
}
.icon-hiper-logo:before {
  content: "\e057";
}
.icon-hipercard-logo:before {
  content: "\e058";
}
.icon-elo-logo:before {
  content: "\e059";
}
.icon-star-small:before {
  content: "\e060";
}
.icon-jcb-logo:before {
  content: "\e061";
}
.icon-attention-outline-small:before {
  content: "\e062";
}
.icon-unionpay-logo:before {
  content: "\e063";
}
.icon-search-small:before {
  content: "\e064";
}
.icon-desktop-small:before {
  content: "\e065";
}
.icon-mobile-small:before {
  content: "\e066";
}
.icon-laptop-small:before {
  content: "\e067";
}
.icon-tablet-small:before {
  content: "\e068";
}
.icon-send-money:before {
  content: "\e500";
}
.icon-request-money:before {
  content: "\e501";
}
.icon-photo:before {
  content: "\e502";
}
.icon-gift-cards:before {
  content: "\e503";
}
.icon-credit-card:before {
  content: "\e504";
}
.icon-truck:before {
  content: "\e505";
}
.icon-email:before {
  content: "\e506";
}
.icon-email-solid:before {
  content: "\e507";
}
.icon-bank-check:before {
  content: "\e508";
}
.icon-calendar:before {
  content: "\e509";
}
.icon-holiday:before {
  content: "\e510";
}
.icon-gift:before {
  content: "\e511";
}
.icon-wallet:before {
  content: "\e512";
}
.icon-play-video:before {
  content: "\e513";
}
.icon-heart:before {
  content: "\e514";
}
.icon-shield:before {
  content: "\e515";
}
.icon-tunes:before {
  content: "\e516";
}
.icon-invoice:before {
  content: "\e517";
}
.icon-shopping-bag:before {
  content: "\e518";
}
.icon-phone:before {
  content: "\e519";
}
.icon-phone-solid:before {
  content: "\e520";
}
.icon-tag:before {
  content: "\e521";
}
.icon-delivery:before {
  content: "\e522";
}
.icon-questionmark:before {
  content: "\e523";
}
.icon-cut-coupons:before {
  content: "\e524";
}
.icon-register:before {
  content: "\e525";
}
.icon-house:before {
  content: "\e526";
}
.icon-gift-card:before {
  content: "\e527";
}
.icon-messages:before {
  content: "\e528";
}
.icon-add-money:before {
  content: "\e529";
}
.icon-send-check:before {
  content: "\e530";
}
.icon-paypal-me:before {
  content: "\e531";
}
.icon-pp-logo-outline:before {
  content: "\e532";
}
.icon-money-bag:before {
  content: "\e533";
}
.icon-chip-pin:before {
  content: "\e534";
}
.icon-boleto-ready:before {
  content: "\e535";
}
.icon-boleto-topup:before {
  content: "\e536";
}
.icon-clock-pay:before {
  content: "\e537";
}
.icon-speeding-cart:before {
  content: "\e538";
}
.icon-international-transfer:before {
  content: "\e539";
}
.icon-link-small:before {
  content: "\e540";
}
/* Global Handles for Responsive CSS */
/* This helper class enables a newline experience for desktop, but jumps to inline on lower sizes*/
.mobile-inline {
  display: block;
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 640px) {
  .mobile-inline {
    display: inline;
  }
  .btn {
    min-width: 100%;
  }
}
/* Tablet Landscape */
@media (max-width: 1024px) {
  .loadError {
    width: 50%;
  }
}
/* App level components */
/**
 * @fileOverview Header contains styles for template
 * @name template
 * @author mdaveshah, swesthafer
 * @tested browsers Chrome 25+, FF 19+
 */
.contents[role="main"] {
  min-height: 99.7%;
  float: none;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
}
.contents > section:first-child,
.contents > div:first-child {
  height: 100%;
  margin: auto;
  float: none;
}
/**
 * @fileOverview Header contains default styles for header
 * @name Header
 * @author mdaveshah
 * @tested browsers Chrome 25+, FF 19+
 */
.globalNav_main {
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.foreground-container {
  background: #f5f7fa;
  min-height: 100%;
}
.navbar-header {
  padding: 9px 10px 9px 20px;
  min-height: 3em;
  border-bottom: 1px solid #ffffff;
  background: #f5f5f5;
  line-height: 3em;
  -webkit-box-shadow: 0 2px #d7d7d7;
  box-shadow: 0 2px #d7d7d7;
}
.navbar-header .brand {
  min-width: 126px;
  margin-left: 0;
  padding: 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-header .brand img {
  width: 106px;
}
.navbar-header .navbar-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.wallet-page .navbar-header .navbar-inner {
  max-width: none;
}
.notifications_mobile {
  display: none;
}
.navBanner {
  float: left;
}
/* hides links from header on desktops and landscape tablet views */
.visible-leftnav {
  display: none;
}
.vx_globalNav-link_iconOnly {
  text-decoration: none;
}
/**
 * @fileOverview Header contains responsive styles for header
 * @name responsive-header
 * @author mdaveshah, nnursalim
 * @tested browsers Chrome 25+, FF 19+
 */
/* -- Tablet landscape -- */
@media (max-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin: 0;
  }
}
/* Smartphones (portrait and landscape) and Tablet (Portrait) ----------- */
@media (max-width: 768px) {
  .notifications_mobile {
    display: inherit;
  }
  /* hamburger nav icon */
  .toggleMenu {
    width: 60px;
    height: 42px;
    padding-left: 20px;
    position: relative;
    text-indent: -999em;
  }
  .toggleMenu:before {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 20px;
    padding-bottom: 4px;
    border-top: 12px double #999;
    border-bottom: 4px solid #999;
  }
  .navbar-header {
    padding-left: 0;
  }
  .navBanner {
    float: none;
  }
  .header > .navbar-inner .brand {
    padding-left: 15px;
    background: url("https://www.paypalobjects.com/webstatic/i/ex_ce2/sprite/sprite_ia.png") no-repeat;
    background-position: -3px -15px;
  }
  .headerActions {
    display: inline-block;
    float: right;
    padding-right: 5px;
  }
  .visible-leftnav {
    display: block;
  }
}
/**
 * @fileOverview contains default styles the 4 main links and secondary nav
 * @name globalNav
 * @author mdaveshah
 * @tested browsers FF, Chrome, iOS
 */
/* main navigation with the 4 links for the app  */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
}
.globalNav_main {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.globalNav {
  margin: 0.1em 0 0;
  list-style: none;
  float: left;
}
.globalNav li {
  position: relative;
  margin-right: 13px;
  padding-left: 20px;
  float: left;
  line-height: 40px;
}
.globalNav li:before {
  content: '';
  position: absolute;
  left: 2px;
  height: 45px;
  width: 1px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
}
.globalNav a {
  padding-top: 0.2em;
  display: block;
  color: #666666;
  font-size: 1.077em;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
}
.globalNav a:hover,
.globalNav a:focus,
.globalNav a:active,
.globalNav .active {
  color: #0092d1;
  text-decoration: none;
}
.globalNav-listItem_mobile.globalNav-listItem_mobile {
  display: none;
}
.globalNav-link_notifications_mobile.vx_alert .alerts {
  width: 35px;
  overflow: hidden;
}
/*Secondary navigation which includes notification, settings, help, log out and user profile*/
.navSecondary {
  margin: 0;
  float: right;
  list-style: none;
}
.navSecondary li {
  margin-left: 20px;
  float: left;
  text-align: left;
  line-height: 3em;
}
/* alerts icon on the header */
.globalNav_notificationItem .notificationLength-0 {
  display: none;
}
.globalNav_notificationItem.critical .notificationCount {
  background: #d20000;
}
.globalNav_notificationItem.disable .notificationCount {
  display: none;
}
.linkSettings {
  display: block;
  width: 24px;
  height: 25px;
  margin-top: 10px;
  text-indent: -999em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAQAAACww5AHAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAANhSURBVFjD7ZddSBRRFMd/s7bZRpQhaGlZZEVS4fZBD/sgJT0U9RLaQx/Yti8hfdAnfVIYRJH2ZVhQYBKEsKgEEQSSEhQYREHUZrhRSIRmUG3l7urW9jDO7szsnb0jJkT0f5o595z//54z9557R/EjRQZ1bGGcwRbhBjv5KQ92yF3wsc1ED+OoxGsj1pbAIgv7kj8lMCL8F5AiY73umTy+mcazOIqX8cLYWUwiwPeUKcfFGUwlyHseUKAbLeMVx8i2mFw2R+jiOJm66dTwmQBTRQI1zARKeMoaAJxcpokpkgpMoIonuAEHPl6xj4kUUZ10UIZ2soeHKEO2OGeppZES24Xu5xTluv0Sx0OHXsDBY5YaQgZx2qYX4QnL1G+hlqjCRM8I6WEpFckMJvJaWuvho4c5fFczODwK9DCFo2oGhbzULbT0iPCRnJTOaoUoRbx1cMYWfZhzuHExAxduzhG2EZPJGVD8XcyWuraxlW6DpYAblErjvjDZQTUDErdbrDLRQzeruCUVqAcH15hPi7F/GNCOj0GBfRAf7WnIA6xmn7qKgpQld54J/XgtMxzAS79FafZQzD1I9qIOC4mrKcUxFuqqwBpkDheJqS/JZhfX98AEZHUWjY/lU/JF0V1boow1uUZxpfk66gTDKVExfaNJZuBKcYQ+CT384mOKbQwukYDoEpWTaOHWGeQIrBGRwABfBNV0SwSKBXmH9HnrD/03AoJNEgHR+DtjihpWCpOtNJzRZhRQKbDmss4s4KGNVqYLnMfTICiCVsAG4X0jlxbaWagJFHKHR6ywnOUK6oXnm5P6NFHLeUodWaD4AxQhg6ibNqSh13CXtQ79mrVEKZ2cT6woN+fptEEPc0Hx76TWhquKKL3k2j7/YAd1in8Mz1hgO2Q4eMEiYg5i7B0VethNTF2mrdweBfrb3AdtHxwg+ofpo+xXH1SBIBdMDj+GSWhulRe0xqO1itP0JAa72Ug+zcOgbyafE7qrTA+ntUdNIMRBAMJUMY9GvlLOZnptkPdRQTm9nGQejUN99BAhbVh/onmZxk3Djp3ALraTZ0n+gStcMvzjeKjkOTXJhq1I//SddLBYONLEBu1ot4b8J3DQ4moCfXL6f+E39q8QCFnYIzZibQlUC/dDkOt2BOTLdIT4Df7EyYyIwFLFAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTAxLTAzVDExOjA5OjUzLTA4OjAwDps0VwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wMS0wM1QxMTowOTo1My0wODowMH/GjOsAAABNdEVYdHNvZnR3YXJlAEltYWdlTWFnaWNrIDYuNS40LTcgMjAxMi0wNS0wNyBRMTYgT3Blbk1QIGh0dHA6Ly93d3cuaW1hZ2VtYWdpY2sub3Jnwm89vgAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABd0RVh0VGh1bWI6OkltYWdlOjpoZWlnaHQANTASUbz9AAAAFnRFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADQ4f89HoAAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL21wcpLQvVkAAAAOdEVYdFRodW1iOjpTaXplADBi8gE4JQAAABx0RVh0VGh1bWI6OlVSSQBmaWxlOi8vL21wcjppbWFnZSDiFssAAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}
/**
 * @fileOverview contains responsive styles the 4 main links and secondary nav
 * @name responsive-globalNav
 * @author mdaveshah
 * @tested browsers FF, Chrome, iOS
 */
/* Smartphones (portrait and landscape) and Tablet (Portrait) ----------- */
@media (max-width: 880px) {
  .globalNav li {
    margin: 0;
    padding: 0 10px;
  }
  .navSecondary li {
    margin-left: 15px;
  }
  .logout .btn-small {
    padding: 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .globalNav_main {
    position: static;
    z-index: auto;
  }
  .navMenu {
    width: 74.46808511%;
    /* added in to make sure the menu is scrollable on landscape phones */
    min-height: 100%;
    padding-top: 62px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -74.30939227%;
    /*#grid > .fluid > .span(9);*/
    overflow-y: auto;
    background: #0a84cd;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navMenu a {
    display: block;
    padding: 5px 45px 5px 20px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
  }
  .navMenu .navLink {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 5px 45px 5px 15px;
  }
  .navMenu a:hover,
  .navMenu a:focus,
  .navMenu a:active,
  .navMenu .active {
    /* adding in the extra background color for IE */
    background-color: #0666b3;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-decoration: none;
  }
  .navMenu .navSecondary a {
    margin-top: 0;
    padding: 12px 45px 31px;
  }
  /* transitions to open the left menu */
  .contents,
  .navBanner,
  .navMenu {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .overlay-open .navMenu {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 100;
    filter: alpha(opacity=10000);
  }
  .overlay-open .contents,
  .overlay-open .footer {
    -webkit-transform: translate3d(74.30939227%, 0, 0);
    -moz-transform: translate3d(74.30939227%, 0, 0);
    -ms-transform: translate3d(74.30939227%, 0, 0);
    -o-transform: translate3d(74.30939227%, 0, 0);
    transform: translate3d(74.30939227%, 0, 0);
  }
  .overlay-open .navBanner {
    -webkit-transform: translate3d(76.5%, 0, 0);
    -moz-transform: translate3d(76.5%, 0, 0);
    -ms-transform: translate3d(76.5%, 0, 0);
    -o-transform: translate3d(76.5%, 0, 0);
    transform: translate3d(76.5%, 0, 0);
  }
  /* main navigation with the 4 links for the app  */
  .globalNav {
    margin: 0;
    float: none;
  }
  .globalNav li {
    margin-right: 0;
    padding: 0;
    float: none;
    background: none;
    border-bottom: 1px solid #097abd;
  }
  .globalNav a {
    font-size: 0.9142857142857143em;
    font-size: 1rem;
    line-height: 1.875em;
  }
  .globalNav_mobile .globalNav-link_notifications_mobile {
    display: table-cell;
    width: 10%;
    padding: 0.5em 0;
  }
  .notifications_mobile.notifications_mobile {
    text-align: right;
    padding-right: 1em;
  }
  .globalNav-listItem_mobile.globalNav-listItem_mobile {
    display: block;
  }
  /* Profile image, user name and email address */
  .profile {
    margin: 0;
    padding: 10px 25px 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #097abd;
    font-size: 1.231em;
    line-height: 1.231em;
    color: #ffffff;
    text-shadow: none;
    /* TODO: add Font-size mixin */
  }
  .profile li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .profile .email {
    font-size: .8123em;
  }
  /* Secondary navigation which includes notification, settings, help, log out and user profile */
  .navSecondary,
  .navSecondary li {
    float: none;
  }
  .navSecondary li {
    margin-left: 0;
  }
  .navSecondary li a:not(.vx_btn) {
    min-height: 16px;
    font-size: 0.8em;
    font-size: 0.875rem;
    line-height: 1.4285714285714286em;
  }
  /* alerts */
  .alerts {
    display: inline-block;
    text-indent: 999em;
  }
  .notifications_desktop.notifications_desktop {
    display: none;
  }
  li.logout {
    text-align: center;
  }
  /* Logout button - wondering if this passes a11y */
  a.vx_btn.logout {
    max-width: 90%;
    margin: 1em auto;
    padding: 0;
    line-height: 42px;
    color: #2c2e2f;
    font-weight: bold;
  }
  a.vx_btn.logout:hover,
  a.vx_btn.logout:focus,
  a.vx_btn.logout.active,
  a.vx_btn.logout:active {
    background-color: #cbd2d6;
  }
  .globalNav-icon,
  .linkSettings,
  .linkHelp {
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_nav_icons.png") no-repeat 0 0 transparent;
  }
  /* Icons for the left nav links */
  .globalNav-iconWrapper {
    display: table-cell;
    vertical-align: top;
    width: 30px;
  }
  .globalNav-icon {
    display: block;
    height: 25px;
  }
  .navText {
    display: table-cell;
    vertical-align: top;
  }
  .globalNav-icon_linkSummary {
    background-position: 0 5px;
  }
  .globalNav-icon_linkActivity {
    background-position: 0 -62px;
  }
  .globalNav-icon_linkWallet {
    background-position: 0 -191px;
  }
  .globalNav-icon_linkTransfer {
    background-position: 0 -126px;
  }
  .globalNav-icon_linkShop {
    background-position: 0 -261px;
  }
  /* percentage based background positions for ".linkSettings" and ".linkHelp"
	 * are temporary fixes until more permanent solutions can be implemented
	 */
  .linkSettings {
    height: 25px;
    width: auto;
    text-indent: 0;
    background-position: 15px -376px;
  }
  .linkHelp {
    height: 25px;
    width: auto;
    background-position: 15px -442px;
  }
}
@media (max-width: 640px) {
  .overlay-open .navBanner {
    -webkit-transform: translate3d(77%, 0, 0);
    -moz-transform: translate3d(77%, 0, 0);
    -ms-transform: translate3d(77%, 0, 0);
    -o-transform: translate3d(77%, 0, 0);
    transform: translate3d(77%, 0, 0);
  }
}
@media (max-width: 479px) {
  .overlay-open .navBanner {
    -webkit-transform: translate3d(78%, 0, 0);
    -moz-transform: translate3d(78%, 0, 0);
    -ms-transform: translate3d(78%, 0, 0);
    -o-transform: translate3d(78%, 0, 0);
    transform: translate3d(78%, 0, 0);
  }
}
@media (max-width: 320px) {
  .overlay-open .navBanner {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
/* Retina Icons for the left nav links */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .navIcons {
    background-image: url("https://www.paypalobjects.com/webstatic/sprite/sprite_nav_icons2x.png");
    background-size: 17px 473px;
  }
}
/**
 * @fileOverview Footer contains default styles for the footer
 * @name Footer
 * @author mdaveshah
 * @tested browsers
 */
.footerCopyright,
.footerLink-guideAndDisclosure,
.footerList-links_secondary {
  display: inline-block;
  vertical-align: top;
}
.footerCopyright,
.footerLink-guideAndDisclosure {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 12px;
}
.footerLink-guideAndDisclosure a {
  color: #666666;
}
.footerCopyright {
  color: #999999;
}
.footerCopyright:after {
  margin-left: 20px;
  content: "\7c";
  font-weight: bold;
}
.footerDisclaimer {
  padding: 0.5em 10px 1em;
  font-size: 12px;
  line-height: 1.5em;
}
.switchToClassic.modal {
  height: 240px;
  width: 360px;
  margin-left: -180px;
  text-align: center;
}
.switchToClassic.modal .inline:last-child {
  margin-bottom: 10px;
  color: #999999;
  font-size: 12px;
}
.switchToClassic.modal .inline:last-child a {
  color: #999999;
}
@media (max-width: 641px) {
  .footerCopyright,
  .footerLink-guideAndDisclosure {
    margin-top: 0;
  }
  .footerLink-guideAndDisclosure_fdic {
    padding-left: 0;
    margin-top: 1.5em;
  }
}
@media (max-width: 320px) {
  .footerLink-guideAndDisclosure_fdic {
    padding-left: 0;
    margin-top: 3em;
  }
}
@media (max-width: 641px) {
  .footer .navbar-inner {
    padding: 0 5px;
  }
  .footer .navbar-inner .footerList-links {
    padding: 0;
    margin: 0;
  }
  .footer .navbar-inner .footerList-links li {
    margin-right: 0;
  }
  .footer .navbar-inner .footerCopyright {
    display: block;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .footer .navbar-inner .footerCopyright:after {
    content: "";
  }
  .footer .navbar-inner .footerList-links a {
    padding: 10px;
  }
  .footer .navbar-inner .footerList-links_secondary {
    margin-bottom: 10px;
  }
  .globalFooter-container {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
  }
  .globalFooter-container:before {
    display: none;
  }
}
/* Print Responsive, must go after layout */
/*
 * print css
 */
@page {
  margin: 16mm 10mm;
}
/* Have a header that just shows the logo but is hidden, along with other
 * things that have the noPrint class */
.navbar-print {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  background-color: white;
}
/* These can be accessed with jQuery to flip display state for simple
 * print-preview.
 * See showTransactionDetails in public/js/routes/transaction.js */
.onlyPrint,
.onlyPrintInline {
  display: none;
}
@media print {
  html > body {
    background-color: white;
    height: 90%;
  }
  .globalNav_mobile,
  .foreground-container {
    background-color: white;
  }
  /* overrides an ID selector in public/css/_layout/header.less
	 * :( */
  #header {
    position: relative;
    border-bottom: none;
    box-shadow: none;
  }
  .contents {
    padding-top: 0;
  }
  .noPrint {
    /* reproduces the hidden-print utility from twbs:
		 * https://github.com/twbs/bootstrap/blob/master/less/responsive-utilities.less#L190
		 * https://github.com/twbs/bootstrap/blob/master/less/mixins/responsive-visibility.less#L13
		 * fortunately we're able to leave out the `!important` (for now) */
    display: none;
  }
  .onlyPrint {
    display: block;
  }
  .onlyPrintInline {
    display: inline;
  }
}
/* App level components */
/*
*	CSS for Sidepanel
*/
.whiteOverlayMask.open-side-panel {
  left: -320px;
  right: 320px;
}
.whiteOverlayMask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #ffffff;
  opacity: 0;
  z-index: 1049;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.whiteOverlayMask.isShown {
  opacity: 0.4;
}
.vx_hasOpenSidepanel .vx_foreground-container > .vx_globalNav-toggleTrigger_overlay {
  display: none;
}
.customPopover {
  position: absolute;
  width: 360px;
  padding: 20px 0 0;
  z-index: 200;
  display: none;
}
.popoverContent {
  padding: 5px;
  border: 1px solid #000;
  position: relative;
  border-radius: 11px;
  background: #656c78;
  background: -moz-linear-gradient(top, #656c78 0%, #273143 7%, #131e32 11%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656c78), color-stop(7%, #273143), color-stop(11%, #131e32), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #656c78 0%, #273143 7%, #131e32 11%, #000000 100%);
  background: -o-linear-gradient(top, #656c78 0%, #273143 7%, #131e32 11%, #000000 100%);
  background: -ms-linear-gradient(top, #656c78 0%, #273143 7%, #131e32 11%, #000000 100%);
  background: linear-gradient(to bottom, #656c78 0%, #273143 7%, #131e32 11%, #000000 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.popoverContent:before {
  content: '';
  display: inline-block;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 18px solid #273143;
  position: absolute;
  top: -18px;
  right: 20px;
}
.popoverContent:after {
  content: '';
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 17px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -17px;
  right: 21px;
}
.popoverContent .popover-header .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 9px;
}
.popoverContent .popover-header .filterBack,
.popoverContent .popover-header .clearall {
  background: #5a6377;
  background: -moz-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6377), color-stop(49%, #23314a), color-stop(50%, #000d2a), color-stop(100%, #212327));
  background: -webkit-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -o-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -ms-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: linear-gradient(to bottom, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  border: 1px solid #212327;
  border-bottom: 1px solid #565e6b;
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000000;
  color: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  text-decoration: none;
}
.popoverContent .popover-header .clearall {
  padding: 6px 12px;
  border-radius: 7px;
  right: 2%;
}
.popoverContent .popover-header .filterBack {
  display: none;
}
.popoverContent .popover-header h3 {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  margin: 5px auto 7px;
  width: 70%;
  font-weight: bold;
  line-height: 2.1em;
}
.popoverContent .popover-body {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 2px 4px 0 rgba(0, 0, 0, 0.66);
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 2px 4px 0 rgba(0, 0, 0, 0.66);
  height: 200px;
  overflow: hidden;
  margin-top: 12px;
}
.popoverContent .popover-body .filterBack,
.popoverContent .popover-body .clearall {
  background: #5a6377;
  background: -moz-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6377), color-stop(49%, #23314a), color-stop(50%, #000d2a), color-stop(100%, #212327));
  background: -webkit-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -o-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: -ms-linear-gradient(top, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  background: linear-gradient(to bottom, #5a6377 0%, #23314a 49%, #000d2a 50%, #212327 100%);
  border: 1px solid #212327;
  border-bottom: 1px solid #565e6b;
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000000;
  color: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  text-decoration: none;
}
.popoverContent .popover-body .clearall {
  padding: 6px 12px;
  border-radius: 7px;
  right: 2%;
}
.popoverContent .popover-body .filterBack {
  display: none;
}
.popoverContent .popover-body h3 {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  margin: 5px auto 7px;
  width: 70%;
  font-weight: bold;
  line-height: 2.1em;
}
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes pp {
  5% {
    -webkit-transform: rotate(-360deg);
  }
  10% {
    -webkit-transform: scale(2) translate(2em, 2em);
  }
  20% {
    -webkit-transform: scale(3) translate(15em, 5em);
  }
  30% {
    -webkit-transform: scale(4) translate(0, 10em);
  }
  40% {
    -webkit-transform: scale(2) translate(10em, 10em);
  }
  60% {
    -webkit-transform: scale(4) translate(25em, -5em);
  }
  80% {
    -webkit-transform: scale(2) translate(10em, 10em);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  10% {
    -webkit-transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.5) rotate(90deg);
  }
  30% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.3) rotate(-180deg);
  }
  60% {
    -webkit-transform: scale(2);
  }
  70% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.4);
  }
  90% {
    -webkit-transform: scale(1.2) rotate(60deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movin {
  0% {
    -webkit-transform: translate(5em, 0);
  }
  10% {
    -webkit-transform: rotate(-60deg);
  }
  20% {
    -webkit-transform: scale(1.5) rotate(90deg);
  }
  30% {
    -webkit-transform: translate(-5em, 0);
  }
  40% {
    -webkit-transform: translate(0, 5em);
  }
  50% {
    -webkit-transform: scale(1.5) skew(30deg, 30deg);
  }
  60% {
    -webkit-transform: translate(5em, -5em);
  }
  70% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.4);
  }
  90% {
    -webkit-transform: scale(2) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes groovin {
  0% {
    -webkit-transform: scale(2) skew(20deg, 20deg);
  }
  10% {
    -webkit-transform: scale(1) skew(-10deg, -10deg);
  }
  20% {
    -webkit-transform: scale(0.5) skew(10deg, 10deg);
  }
  30% {
    -webkit-transform: scale(1) skew(0deg, 0deg);
  }
  40% {
    -webkit-transform: scale(0.5) skew(-20deg, -20deg);
  }
  50% {
    -webkit-transform: scale(1) skew(10deg, 10deg);
  }
  60% {
    -webkit-transform: scale(2) skew(-10deg, -10deg);
  }
  70% {
    -webkit-transform: scale(1) rotate(90deg);
  }
  80% {
    -webkit-transform: scale(1.5) rotate(-90deg);
  }
  90% {
    -webkit-transform: scale(2) skew(20deg, 20deg);
  }
  100% {
    -webkit-transform: scale(1) skew(0deg, 0deg);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@-webkit-keyframes ooo {
  0% {
    -webkit-transform: scale(1);
  }
  20% {
    -webkit-transform: scale(2);
  }
  40% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
body.shake .brand img,
body.shake2 .brand img {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake .brand img {
  -webkit-animation-name: 'shaking';
  -webkit-animation-duration: 0.8s;
}
body.shake2 .brand img {
  -webkit-animation-name: 'pp';
  -webkit-animation-duration: 5s;
}
body.shake2 * {
  -webkit-animation-name: 'shaking';
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake2 img {
  -webkit-animation-name: 'pulsate';
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake2 .btn-toolbar {
  -webkit-animation-name: 'dance';
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake2 .navbar-static-top {
  -webkit-animation-name: 'ooo';
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake2 a {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.shake2 a:nth-of-type(odd) {
  -webkit-animation-duration: 3s;
  -webkit-animation-name: 'movin';
}
body.shake2 a:nth-of-type(even) {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: 'groovin';
}
body.shake2 p {
  -webkit-animation-name: 'ooo';
  -webkit-animation-duration: 1.5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.snow {
  height: 7px;
  width: 7px;
  position: absolute;
  top: -50px;
  z-index: 2013;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 100%;
  -webkit-animation-name: 'falling';
  -webkit-animation-duration: 8s;
  -webkit-transform-origin: -8px 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 1024px, 0) rotate(360deg);
  }
}
.hugeSnow {
  height: 20px;
  width: 20px;
}
.bigSnow {
  height: 15px;
  width: 15px;
}
.mediumSnow {
  height: 10px;
  width: 10px;
}
.smallSnow {
  height: 5px;
  width: 5px;
}
.lighterSnow {
  opacity: 0.2;
}
.lightSnow {
  opacity: 0.5;
}
.darkSnow {
  opacity: 0.7;
}
/* default loading error styles */
.loadError {
  width: 40%;
  margin: 10% auto;
  padding: 100px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABGCAYAAABfa8MWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzFBRkQ0MzlCMjE2ODExODIyQTg0MjRBQkJDRjg2MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMkM0NjM3MEM0MkYxMUUyODAzMUEzMzdDNkEwQUM3QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMkM0NjM2RkM0MkYxMUUyODAzMUEzMzdDNkEwQUM3QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDk4MDExNzQwNzIwNjgxMTgwODM4NkI3REY5RjQ5QzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTMxQUZENDM5QjIxNjgxMTgyMkE4NDI0QUJCQ0Y4NjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5mb3+6AAAEfklEQVR42uycW0gUURjHv5kVb3nJkrx0EcJMKhLTUogCXypR6AKBSSr0YGhk9tBDPohiGJQWlRZFBVmQQSSKRfXQSwVRlhkUdtMsWy9YaRdXpc2+4x5LqdnrmZkzs/OHjyPs2Zkzf/77/fbM4gjAmW5HLBZwyMDKw0rFmkdf6sZ6gFWH1byu7+U4T+sWODMxnhq10sHUR1i5aGa7YeS/Jq7G4QZWiJNv+UqSi2beM4z8a2IMDk+xZrr41kGsRDTzndrXIHISyLNumAj0PeeMRNrSmIXDZQ8Psw1TWe+1RqKJwTgQYER7eCgzVjya+c1bP9qlDEwEeoxSr0wkpnEJDm1YPowO+RMrAVP5wtsSWcPQRKDHqvGqRDICDFfgEVQw0S5gTDMCwXdWmN1jjH3+AtYfw1yBx0eFQNoFTETmelh67KDdAzzfsx/MVxocgWefbnskBUyxAqcqpufSLWxqFPoUKA4eUcE0EsCkKXhtafSc+jGSAqZahX5cTc+tm0Sy2sG4s+Mp14WRCgJGSkW4hmV6SKRSgJGSCauW/oShTSNVAIyU1mJla9JIFQEjpSpcU4gWE6kWYKQUiVWmKSM5AIzi4BFlMJE09VMqA0Zx8MiRyGza3HmVLOARGaeRNPMq4F/MwcM6kWW0qfMu5uARGaaRNPEi0I6YgkdkZCJp3rW0mWtFTMHDKpG8A0Z28IgM0qgVwMgKHhaJ1ApgZAWP6GEatQYY2cAjemCiFgEjG3g8SaRWASMLeEQ306h1wDAHj7uJ1Dpg7IGnQhEjdQQYKe3Ca0yQ1UidAYYpeFxNpN4AIyXyHxY5shipY8BI6TBec6gciSzXKWCkNMcV8IhOppE0393gfSp0FjyCEyaSOXdp35BdoYnLIXJLpt05vdeaYaj1mVJm3sda4+h/H50xMheHC+DdykMj69w2kjbbV7RfeLP6seLQzCF3e2SFYaJz4BEcAOaxzr98uyIrVhKmss1pI5UGjIYkCR6pj3aOYaJrOx7BAAwb8IgGYNiAR+AZMKKfHwQssD0bxPK+G36NjnILHoFHwPiGz4bYkr0QuTkTTAH+tpVbRqC3oRneVB6FsYFP3IFH4G0HEzB/LiQ3XgL/6Kj/vj5i7oGWjdvB8uEjVzsegSvACAKsul4PoSvs3ycYetIGDzOyAMZVf/TPH/CIPAEmLDXZoYkTNzZwDpnLCXgOTPRzTGMsjoU8rMoVczgxkqiAeEgSWcALpU3BQbLMlXvZJIjEyHReVmTp7JJlrgJKJ0bGcbNluHXHqe+KZA6Zy5EWicDR3Z2x/gF4e+iEw3lkDpnLkUymnKDwfPwjmJcVDba02mCSkgSCOH0HO261QseRk9B5/DRv20azgMSpAxd/w1VCgQtjIGrrJgia+FIB8L39NfRcbYThji7gUBeJkSlge8ClIfeVOrmzIZ+VfMMPt3QGdzY7J5sQ+c26yfDEZTVR76bdtCD0LqHlb3hkVyNYlaQwjdZpRk4xNAKHHVgbsMjGN9TwzXavBGwPxbuJdR4N7Jv64m8BBgCJZ0rksgar6wAAAABJRU5ErkJggg==") no-repeat center 25px;
  text-align: center;
}
.loadError .message {
  margin: 1.5em 1em 1em;
  font-size: 1.53846153846154em;
  line-height: 1.3636363636em;
  color: #999;
}
.loadError.pageNotFound {
  width: 80%;
  background: none;
  padding: 0;
}
/* wallet loading errors */
.fundingSources .loadError {
  width: 75%;
}
.loadErrorHeader {
  margin: -9px 0 0 -20px;
}
.loadErrorHeaderContainer {
  height: 0;
  width: 100%;
  margin: 0 0 9px 0;
  overflow: hidden;
  background-color: #c72e2e;
  color: #ffffff;
}
.loadErrorHeaderTable {
  display: table;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.loadErrorHeaderTable .icon {
  display: table-cell;
  width: 3em;
}
.loadErrorHeaderContent {
  display: table-cell;
  line-height: 1.5em;
}
.loadErrorHeaderTransition {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.autoHeight {
  height: auto;
}
.loadErrorNavTreatment .globalNav_errorDisplay {
  margin-bottom: 0;
  max-height: 115px;
}
.loadErrorNavTreatment .engagementMainBar-container {
  padding-top: 60px;
}
.loadErrorNavTreatment div.summaryContainer {
  padding-top: 0;
}
.loadError-FIModule,
.loadError-balanceModule {
  padding: 1.5em 3% 2em 3%;
}
.loadError-activity {
  padding: 8em 21%;
}
.loadErrorModuleContainer {
  height: 100%;
}
.loadErrorLoadBar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #f5f5f5;
}
.loadErrorLoadBar:before {
  width: 0;
  height: 10px;
  content: '';
  position: absolute;
  background-color: #9da3a6;
}
.loadErrorFinal {
  display: table;
  margin: 0 auto;
}
.loadErrorFinal .icon {
  display: table-cell;
  color: #c72e2e;
}
.loadErrorFinal .moduleContent {
  display: table-cell;
  padding-left: .5em;
}
.loadBarWidth:before {
  width: 100%;
}
.loadBarTransition1:before {
  -webkit-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-FIModule .loadBarTransition1:before {
  -webkit-transition: width 18s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 18s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 18s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 18s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 18s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-balanceModule .loadBarTransition1:before {
  -webkit-transition: width 12s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 12s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 12s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 12s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 12s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-activity .loadBarTransition1:before {
  -webkit-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadBarTransition2:before {
  -webkit-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 15s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-FIModule .loadBarTransition2:before {
  -webkit-transition: width 7s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 7s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 7s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 7s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 7s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-balanceModule .loadBarTransition2:before {
  -webkit-transition: width 13s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 13s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 13s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 13s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 13s cubic-bezier(0.01, 0.36, 1, 0.62);
}
.loadError-activity .loadBarTransition2:before {
  -webkit-transition: width 10s cubic-bezier(0.01, 0.36, 1, 0.62);
  -moz-transition: width 10s cubic-bezier(0.01, 0.36, 1, 0.62);
  -ms-transition: width 10s cubic-bezier(0.01, 0.36, 1, 0.62);
  -o-transition: width 10s cubic-bezier(0.01, 0.36, 1, 0.62);
  transition: width 10s cubic-bezier(0.01, 0.36, 1, 0.62);
}
@media (max-width: 768px) {
  .loadErrorHeader {
    margin-left: 0;
  }
  .loadErrorHeaderTable {
    padding-left: 1.2em;
  }
  .loadError-FIModule,
  .loadError-balanceModule,
  .loadError-activity {
    padding: 1.5em 0 2em 0;
  }
}
/**
 * @fileOverview contains default styles for notification
 * @name notification
 * @author jlowery
 * @tested browsers FF, Chrome, iOS
 */
.globalNotifs-default-item {
  padding: 20px;
}
.globalNotifs-listItem {
  border-bottom: 1px solid #344F7B;
  color: #ffffff;
}
.globalNotifs-dismiss-item {
  padding: 5px 0 20px 20px;
}
.globalNotifs-close.globalNotifs-close {
  color: #ffffff;
}
.globalNotifs-close.globalNotifs-close:hover {
  text-decoration: none;
}
.globalNotif-message_noClickIndicator {
  padding-right: 40px;
}
.globalNotifs-itemDismissContainer {
  margin-right: 20px;
  text-align: right;
}
.globalNotifs-click-item {
  padding: 5px 20px 20px;
  border-bottom: none;
}
.globalNotifs-click-item:hover .vx_alert-help,
.globalNotifs-click-item:focus .vx_alert-help,
.globalNotifs-click-item:active .vx_alert-help {
  color: #ffffff;
}
@media (max-width: 479px) {
  .sidepanel {
    padding-left: 20px;
  }
}
/**
 * @fileOverview contains responsive styles for notification
 * @name responsive-notification
 * @author zizuo
 * @tested browsers FF, Chrome, iOS
 */
/* phone screens */
@media (max-width: 640px) {
  .notifications .modal.slideDown,
  .notifications .modal.show {
    top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .notifications .modal .alertItem {
    margin: 8px;
    padding: 8px 4px 8px 8px;
  }
  .notifications .modal .alertItem.criticalAlert .alertDesc.clickable {
    background-size: 9px 18px;
  }
  .notifications .modal .alertItem .close {
    width: 30px;
    height: 70%;
    top: 15%;
    left: -2px;
    background-size: 20px;
  }
  .notifications .modal .alertItem .alertDesc {
    margin: 0 0 0 20px;
    padding: 0 10px 0 8px;
    font-size: 0.85em;
    line-height: 16px;
  }
  .notifications .modal .alertItem .alertDesc.clickable {
    background-size: 9px 18px;
  }
  .notifications .modal .alertItem .alertDesc:after {
    bottom: -18px;
  }
}
/**
 * @fileOverview AlertDialog contains default styles for dialog boxes
 * @name alertDialog
 * @author elaine, mdaveshah
 * @tested browsers Chrome 25+, FF 19+
 */
.alertDialogs {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.alertDialogs.isFadingIn {
  width: 100%;
  height: 100%;
  z-index: 1060;
  opacity: 1;
}
.alertDialogs.isFadingOut {
  opacity: 0;
}
.alert {
  width: 366px;
  padding: 13px 10px;
  margin-left: -183px;
  margin-top: -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  outline: 0 none;
  border-radius: 5px;
  /* inner container for Dialog box */
}
.alert:after {
  content: '';
  width: 326px;
  height: 5px;
  margin-left: -163px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: -1;
  -webkit-box-shadow: 0 8px 30px #000000;
  box-shadow: 0 8px 30px #000000;
  border-radius: 25px;
}
.alert .alertDialog {
  padding: 86px 10px 8px;
}
.alert p {
  margin: 0 10px;
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.3125em;
}
.alert form {
  margin: 0;
}
.alert .btn {
  width: 100%;
}
.alert .clearfix .btn,
.alert .modal-header .btn,
.alert .modal-footer .btn {
  width: 48%;
  min-width: 47%;
}
.alert .clearfix .btn + .btn,
.alert .modal-header .btn + .btn,
.alert .modal-footer .btn + .btn {
  margin-left: 12px;
}
.alert .clearfix,
.alert .btn,
.alert .modal-header,
.alert .modal-footer {
  margin-top: 13px;
}
.alert.alert .close {
  right: -10px;
}
.alertDialog-icon {
  width: 100%;
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 4em;
  font-size: 4.375rem;
  line-height: 0.3em;
}
.alertDialog-icon.icon-attention-large {
  color: #8a6d3b;
}
.alertDialog-icon.icon-critical-large {
  color: #a94442;
}
.alertDialog-icon.icon-positive-large {
  color: #3c763d;
}
.alertDialog-icon.icon-info-large {
  color: #31708f;
}
.alertMsg {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 16px;
  position: relative;
  display: table;
  border: 1px solid #ecbebf;
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
}
.alertMsg .icon-critical-small {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
  color: #c72e2e;
}
.alertMsg .icon-critical-small:before {
  vertical-align: text-top;
}
.alertMsg .msg {
  display: table-cell;
}
.alertMsg a {
  text-decoration: underline;
}
.alertInfo {
  padding: 10px 7px 10px 49px;
  border: 1px solid #009cde;
}
.alertInfo:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODMzNDY0Mjc2MkUxMUUzOUFFNkZGRTgyRTc2RTdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODMzNDY0Mzc2MkUxMUUzOUFFNkZGRTgyRTc2RTdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4MzM0NjQwNzYyRTExRTM5QUU2RkZFODJFNzZFN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE4MzM0NjQxNzYyRTExRTM5QUU2RkZFODJFNzZFN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GIEQ6wAAAa9JREFUeNqUlT1LA0EQhi8hRoIi+IGVELBQsbERsTCFaONHY6eFgvgfLDSCmLT6B0TSWAT87ARbLUUURFEJKChamEaUkCNwvqPvhWW53TsHHtjdmX0z2dmbjTmbF47FWsAI6AGNwAX34Bx8mjYlDOv9YA3MUEy3KjgCOXCrO+PaPAZWwRWYNQg6XBf/NchyX6CoOLZBHjQ40SzBbHdUYVV0BSyFiByAZfChrS9yP7P7K1Q3uANJi+AD6AMes8tqfpe1KPmZrocIirWBVtAMxgL8Ser8nkmKVQ4zqfgps0kZYkQnJZlm+OsmewNToAsMgmNLbJPoiWjaEvTOs5vXMrZZWkTbLQGPYAuccC5XbTJEtENEy5aADKu9x/kE6AwRLYvoc0jQLqhwvBChoE8iega+LEEF5UpNg31L7LfoxZmFqaKv4JLjYbDBCptMmkxFvfxuQNCLMr4BozzXIHP9y++Llvjp6TYEiuCQfXTckmWOOvVv3+9SO2wO/7UCm5GndymPDmnOtYhiNcbXBYOatMd+OsC/XbX0gSLj8qqg7TmRJ2JOeaN62e2rUd6oHwEGAOFXWezVEIKkAAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
@media (max-width: 768px) {
  .alertMsg {
    border-left-width: 0;
    border-right-width: 0;
  }
}
@media (max-width: 640px) {
  .alertMsg .msg {
    padding-left: 10px;
  }
}
/**
 * @fileOverview AlertDialog contains responsive styles for dialog boxes
 * @name responsive-alertDialog
 * @author dquock, mdaveshah
 * @tested browsers ios6 iPhone Simulator
 */
/* phone portrait */
@media (max-width: 640px) {
  .alert {
    width: 300px;
    margin-left: -150px;
    margin-top: -160px;
  }
  .alert .clearfix .btn,
  .alert .modal-header .btn,
  .alert .modal-footer .btn {
    width: 47%;
  }
}
.confirmSessionMessage.modal.fade,
.ajaxErrorMessage.modal.fade {
  margin-top: 0;
  background: transparent;
  border: 0 none;
  top: 0;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1080;
}
.confirmSessionMessage .alert,
.ajaxErrorMessage .alert {
  width: auto;
  position: static;
  margin: 0;
}
/**
 * iPhone/Smartphones landscape
 * http://stephen.io/mediaqueries/
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .confirmSessionMessage.modal.fade,
  .ajaxErrorMessage.modal.fade {
    top: 0;
  }
}
/**
 * iPhone/Smartphones portrait
 * http://stephen.io/mediaqueries/
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .confirmSessionMessage.modal.fade,
  .ajaxErrorMessage.modal.fade {
    top: 5%;
  }
}
/**
 * @fileOverview modal contains default styles for customized modal
 * @name modal
 * @author Zizuo Liu
 * @tested browsers Chrome 25+, FF 19+
 */
/**
 *	we have three type modals: lightbox, modal-top and modal-bottom
 *	the default modal is lightbox
 *	use modal-large modal-medium modal-small to control size
 *	use modal-top modal-center modal-bottom to control position
 */
.modal {
  -webkit-overflow-scrolling: auto;
}
/* default modal style lightbox */
.modal-content {
  width: 600px;
  height: auto;
  margin: -300px auto 0 -300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5 #d9d9d9 #cccccc;
  -webkit-box-shadow: 0 3px 15px rgba(148, 148, 148, 0.8);
  box-shadow: 0 3px 15px rgba(148, 148, 148, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0 none;
}
.modal-content .dismiss {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  text-decoration: none;
  opacity: 1.0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_ia.png") 2px -756px no-repeat;
}
.modal-content .dismiss:hover:before {
  text-shadow: 1px 1px 1px #cccccc;
}
.modal-content .detailsHeader {
  margin: 0;
  display: inline-block;
  font-weight: normal;
  color: #333333;
}
.modal-content .modal-header {
  padding-top: 0;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: none;
  color: #4d4d4d;
}
.modal-content .modal-body {
  width: 90%;
  max-height: 450px;
  margin: auto;
  padding: 0 5%;
  list-style: none;
  overflow: auto;
}
.modal-content .modal-body.body-default {
  width: 90%;
}
/* class to control modal size */
.modal-large {
  width: 66%;
  margin: -250px auto 0 -33%;
  min-height: 450px;
  max-height: 550px;
}
.modal-medium {
  width: 50%;
  margin: -200px auto 0 -25%;
  min-height: 350px;
  max-height: 450px;
}
.modal-small {
  width: 33%;
  margin: -150px auto 0 -16.5%;
  min-height: 250px;
  max-height: 350px;
}
/* class to control modal position */
.modal-center {
  top: 50%;
  left: 50%;
}
.modal-bottom {
  height: 100%;
  max-height: inherit;
  margin-top: 0;
  top: 40px;
  left: 50%;
}
.modal-top {
  height: auto;
  margin-top: 0;
  top: -10px;
  left: 50%;
}
.modal-long.modal {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  border: 0 none;
  border-radius: 0;
}
.modal-long.modal.informationalOverlay {
  background: #000;
}
.modal-long.modal.informationalOverlay .modalContent {
  background: #000;
  text-align: left;
}
.modal-long.modal.informationalOverlay .modal-body {
  color: #ffffff;
}
.modal-long.modal.informationalOverlay .modal-header h2 {
  color: #ffffff;
}
.modal-long .modalContent {
  height: 100%;
  padding: 6% 16%;
  background: #ffffff;
}
.modal-long .modal-body {
  width: 100%;
  height: 80%;
  max-height: 100%;
  /* over-riding bootsrap modal body style max-height: 400px */
  padding: 0 0 70px;
  /* overriding bootstrap modal body style padding: 15px */
  color: #333333;
}
.modal-backdrop.modalCard {
  display: none;
}
body.modal-open {
  /* below two lines fix the footer moving up issue, becuase <body> is moving up by browser for some unknown reason. only occurs in webkit browers */
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.globalAlert .modal-backdrop {
  z-index: 1070;
}
.spinner.loading {
  padding-top: 5em;
  margin-top: 8em;
  position: relative;
  text-align: center;
  font-size: 1.5em;
}
.spinner.loading:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -ms-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border-radius: 100%;
}
/**
 * @fileOverview modal contains responsive styles for customized modal
 * @name responsive-modal
 * @author Zizuo Liu
 * @tested browsers ios6 iPhone Simulator
 */
/** 	
 * we consolidate the three types of modal into one to give consistent experience for tiny web
 */
@media (max-height: 600px) {
  .modal {
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .modal-long .modalContent {
    padding: 0;
  }
}
/* Smartphones ----------- */
@media (max-width: 640px) {
  .modal,
  .modal-long.modal,
  .notifications .modal {
    width: 100%;
    height: 100%;
    max-height: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: visible;
    background: #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal .modalContent,
  .modal-long.modal .modalContent,
  .notifications .modal .modalContent {
    height: auto;
    padding: 0;
    border: 0;
    background: #f8f8f8;
    border-radius: 0;
  }
  .modal .dismiss,
  .modal-long.modal .dismiss,
  .notifications .modal .dismiss {
    top: 10px;
    right: 10px;
    padding: 0;
  }
  .modal .detailsHeader,
  .modal-long.modal .detailsHeader,
  .notifications .modal .detailsHeader {
    font-size: 1.3em;
  }
  .modal .modal-header,
  .modal-long.modal .modal-header,
  .notifications .modal .modal-header {
    padding: 0.8em 3.5em 0;
    border-bottom: 1px solid #fff;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px #d7d7d7;
    box-shadow: 0 2px #d7d7d7;
  }
  .modal .modal-body,
  .modal-long.modal .modal-body,
  .notifications .modal .modal-body {
    width: 100%;
    height: auto;
    padding: 3%;
  }
  .modal .modal-body.body-default,
  .modal-long.modal .modal-body.body-default,
  .notifications .modal .modal-body.body-default {
    width: 100%;
  }
  .modal-long.modal .modal-body {
    height: 100%;
    padding-bottom: 100px;
    position: absolute;
  }
  .notifications .modal .modal-body {
    max-height: inherit;
  }
  .notification-open .container-fluid {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modal .dismiss {
    background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_ia.png") -155px -378px no-repeat;
    -webkit-background-size: 175px 398px;
    -moz-background-size: 175px 398px;
    -o-background-size: 175px 398px;
    background-size: 175px 398px;
  }
}
/* Overpanel */
.theoverpanel {
  width: 100%;
  min-height: 100%;
  top: 0;
  position: fixed;
  z-index: 1050;
  background: #ffffff;
}
.theoverpanel .overpanel-header,
.theoverpanel h2 {
  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;
}
.overpanel-wrapper {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}
.overpanelOpen .theoverpanel {
  position: static;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.overpanelOpen .globalNav-main,
.overpanelOpen .globalNav_main,
.overpanelOpen .foreground-container,
.overpanelOpen .sidepanel {
  display: none;
}
.overpanelPrepForClose .globalNav-main,
.overpanelPrepForClose .globalNav_main,
.overpanelPrepForClose .foreground-container,
.overpanelPrepForClose .sidepanel {
  display: none;
}
/* Mobile First, aka Desktop Later */
@media (min-width: 768px) {
  .theoverpanel .overpanel-header,
  .theoverpanel h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
  }
}
/**
 * Overqualifying this for now since it clashes with
 * styles declared in overpanel.less
 *
 * Once we move to a single overpanel solution, we can
 * remove .theoverpanel from this rule
 */
.theoverpanel .dismiss {
  margin-left: 512px;
  top: 0;
  padding: 15px;
  left: 50%;
  z-index: 2;
}
.theoverpanel .dismiss .icon-close-small {
  color: #666666;
}
@media (max-width: 1024px) {
  .theoverpanel .dismiss {
    margin-left: 0;
    left: auto;
    right: 0;
  }
}
.overpanel-content {
  /* Top space in overpanel should be 114px for desktop by Adam Dustan */
  padding-top: 114px;
  font-size: 15px;
  background: #ffffff;
  position: relative;
  overflow: auto;
  min-width: 400px;
}
.maxOverpanelWidth {
  max-width: 696px;
  margin: 0 auto;
}
.menu {
  padding-right: 2em;
  z-index: 1;
  background: #ffffff;
}
.menu .image,
.menu .btn,
.menu a,
.menu .toggle {
  width: 100%;
  margin-bottom: 0.588em;
}
.menu .image {
  max-width: 24em;
  height: 13.5em;
  padding: 0.5em;
  margin: 0 auto 1em;
  position: relative;
  background-size: contain;
  background-position: center;
}
.overpanel-body {
  height: 100%;
  margin-bottom: 68px;
  z-index: 0;
  background: #ffffff;
}
.overpanel-body dl {
  margin: 0 0 1em;
  position: relative;
}
.overpanel-body dt {
  width: 100%;
  margin: 0;
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.875em;
  font-weight: 600;
  color: #333333;
}
.overpanel-body dd,
.overpanel-body .overpanel-description {
  margin: 0 0 8px;
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.3125em;
  font-weight: 300;
  word-wrap: break-word;
}
.overpanel-body dd span,
.overpanel-body .overpanel-description span {
  color: #666666;
  margin-right: 10px;
}
.overpanel-logo {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /**
	 * not using the v2 sprite image here because the moneypak logo pushes the width of the
	 * image and is not the same size as the others. This makes centering the image difficult
	 */
  background: url("https://www.paypalobjects.com/webstatic/sprite/sprite_logos_wallet_2x.png") no-repeat center 5px;
  background-size: 35px;
}
.overpanel-subheader {
  width: 100%;
  margin: 0;
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.875em;
  font-weight: 600;
  color: #333333;
  margin-bottom: -12px;
  font-family: 'PayPal-Sans', sans-serif;
}
@media (max-width: 768px) {
  .overpanel-content {
    padding-top: 3em;
    min-width: 0;
  }
  .overpanel-header {
    padding: 3em 0 0;
  }
}
@media (max-width: 640px) {
  .overpanel-content {
    /* Top space should be 64px on mobile by Adam Dustan */
    padding-top: 64px;
  }
  .theoverpanel h2 {
    font-size: 1.4285714285714288em;
    font-size: 1.5625rem;
    line-height: 0.84em;
    line-height: 1.2em;
    margin-top: 0;
  }
  .overpanel-header {
    padding: 0 15px;
  }
  .overpanel-body {
    padding: 0 15px;
    margin-bottom: 2em;
  }
  .overpanel-logo {
    display: none;
  }
  .overpanel-body.row-fluid > div:not(.btn-block) {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menu .image {
    width: 20em;
    height: 12em;
  }
}
/**
 * Temporary fixes for modals that should be styled as overpanels
 * This should be removed once these get converted and make use
 * of the actual overpanel module
 */
.paypalBalance .detailsHeader,
.addFundsModal .detailsHeader,
.withdrawFundsModal .detailsHeader,
.paypalCredit .detailsHeader {
  font-size: 1.8285714285714285em;
  font-size: 2rem;
  line-height: 1.09375em;
  margin-bottom: 0.7em;
  font-weight: 300;
}
.paypalBalance .modalContent,
.addFundsModal .modalContent,
.withdrawFundsModal .modalContent,
.paypalCredit .modalContent {
  margin: 0 auto;
  width: 100%;
  max-width: 696px;
  padding: 5em 0;
}
.paypalBalance .modalContent .modal-header,
.addFundsModal .modalContent .modal-header,
.withdrawFundsModal .modalContent .modal-header,
.paypalCredit .modalContent .modal-header {
  margin: 0;
  padding: 0;
}
.paypalBalance.modal .modal-body.body-default,
.addFundsModal.modal .modal-body.body-default,
.withdrawFundsModal.modal .modal-body.body-default,
.paypalCredit.modal .modal-body.body-default {
  width: 100%;
}
@media (max-width: 640px) {
  #paypalBalance .detailsHeader,
  #addFunds .detailsHeader,
  #withdrawFunds .detailsHeader {
    margin-bottom: 0.7em;
    font-size: 1.8285714285714285em;
    font-size: 2rem;
    line-height: 1.09375em;
  }
  #paypalBalance .modalContent,
  #addFunds .modalContent,
  #withdrawFunds .modalContent {
    margin-top: 0;
  }
  #paypalBalance .modalContent .modal-header,
  #addFunds .modalContent .modal-header,
  #withdrawFunds .modalContent .modal-header {
    margin: 0;
    padding: 8px 8px 0;
    background-color: transparent;
    text-align: left;
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #paypalBalance .modalContent .row-fluid .menu,
  #addFunds .modalContent .row-fluid .menu,
  #withdrawFunds .modalContent .row-fluid .menu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
/* Partial Overpanel */
.partialOverpanel-mask {
  background: #2c2e2f;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.partialOverpanel-mask.is-visible {
  opacity: 0.2;
}
.partialOverpanel-panel {
  background: #ffffff;
  padding: 3em 1em 2em 1em;
  border-bottom: 1px solid #2c2e2f;
  z-index: 10000;
}
.partialOverpanel-close {
  position: absolute;
  top: 0.4em;
  right: -0.2em;
  padding: .1em 1em;
}
/**
 * @fileOverview fullscreenTooltip contains default and responsive styles for fullscreenTooltip
 * @name fullscreenTooltip
 * @author sperumal
 * @tested browsers Chrome 25, FF 19
 */
.fullScreenTooltip {
  margin-left: 10px;
}
.fullScreenTooltip .icon-tooltip-outline-small {
  text-align: center;
}
.fullScreenTooltip .icon-tooltip-outline-small:before {
  font-size: 1.58rem;
}
.fullScreenTooltip .questionMark {
  text-decoration: none;
}
.modal.fullScreenTooltipModal {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.modal.fullScreenTooltipModal h2,
.modal.fullScreenTooltipModal h3,
.modal.fullScreenTooltipModal h4,
.modal.fullScreenTooltipModal h5 {
  color: #ffffff;
}
.modal.fullScreenTooltipModal h2.title,
.modal.fullScreenTooltipModal h3.title,
.modal.fullScreenTooltipModal h4.title,
.modal.fullScreenTooltipModal h5.title {
  font-weight: normal;
}
.modal.fullScreenTooltipModal a:not(.vx_btn) {
  color: #50c7f9;
}
.modal.fullScreenTooltipModal a:not(.vx_btn).bold {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal.fullScreenTooltipModal .secondaryText {
  color: #9da3a6;
}
.modal.fullScreenTooltipModal .title {
  margin-bottom: 22px;
  color: #ffffff;
  padding: 0;
}
.modal.fullScreenTooltipModal .tooltipClose.tooltipClose {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 30px;
  text-align: right;
  color: #ffffff;
  font-size: 1.142857142857143em;
  font-size: 1.25rem;
  line-height: 1.05em;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1.0;
}
.modal.fullScreenTooltipModal .modal-header {
  padding: 0.8em;
  border: none;
  text-align: center;
}
.modal.fullScreenTooltipModal .tooltipContent {
  /* Top space in overpanel should be 114px on desktop by Adam Dustan
		   64px + 30px height for div.row-floid + 20px padding for .modal */
  margin: 64px auto;
  width: 50%;
  float: none;
  display: block;
}
.modal.fullScreenTooltipModal .tooltipContent .header {
  margin: 0 0 30px 0;
}
.modal.fullScreenTooltipModal .tooltipContent .body {
  font-size: 0.9375rem;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .modal.fullScreenTooltipModal {
    line-height: 1.4em;
  }
  .modal.fullScreenTooltipModal .title {
    line-height: 1.23em;
    margin-top: 0;
  }
  .modal.fullScreenTooltipModal .modalContent {
    background: transparent;
  }
  .modal.fullScreenTooltipModal .tooltipClose {
    right: 5px;
  }
  .modal.fullScreenTooltipModal .tooltipContent {
    margin-top: 0;
    width: 100%;
    /* Top space in overpanel should be 64px on mobile by Adam Dustan
		       34px padding + 30px height for div.row-floid */
    padding: 34px 15px;
    top: 44px;
    left: 0;
  }
  .modal.fullScreenTooltipModal .tooltipContent .header {
    margin: -20px 0 0 0;
    padding: 0;
  }
  .modal.fullScreenTooltipModal .tooltipContent .body {
    padding: 0;
  }
  .modal.fullScreenTooltipModal .tooltipContent h2 {
    font-size: 1.4285714285714288em;
    font-size: 1.5625rem;
    line-height: 0.84em;
    line-height: 1.2em;
    margin-top: 0;
  }
}
/* phone portrait */
@media (max-width: 479px) {
  .topLeftLabel {
    position: relative;
    top: 15px;
    left: 10px;
  }
}
/**
 * @file public/css/_widgets/fullScreenDialog.less
 * @fileOverview Full screen message usually with a big glyph, a header and
 * paragrah, and a button to continue / retry; all content is center-aligned.
 * @author Tim Sullivan <tsullivan@paypal.com>
 *
 * Examples: Ajax Error, Confirm Session, Error loading Transaction Details
 */
.fullScreenDialog {
  text-align: center;
}
.fullScreenDialog .icon {
  margin-top: 38px;
  min-height: 100px;
  display: inline-block;
}
.fullScreenDialog .icon:before {
  position: relative;
  top: 6px;
}
.fullScreenDialog .icon-attention-large {
  color: #f8981f;
}
.fullScreenDialog .icon-critical-large {
  color: #c72e2e;
}
.fullScreenDialog h2 {
  padding: 0.4em 0.4em 0 0.4em;
  font-size: 1.7142857142857144em;
  font-size: 1.875rem;
  line-height: 1.1666666666666667em;
}
.fullScreenDialog .fullBodyText {
  font-size: 0.9142857142857143em;
  font-size: 1rem;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media (max-width: 640px) {
  .fullScreenDialog h2 {
    padding-bottom: 1em;
  }
  .fullScreenDialog .fullBodyText {
    display: none;
  }
  .fullScreenDialog button {
    width: 100%;
  }
}
.noFullBodyText .btn {
  margin-top: 20px;
}
input[type="password"].hide {
  display: none;
}
/* Core Component Text Input help text */
.help-error,
.help-information {
  left: 2px;
  direction: ltr;
}
/* Core Component Dropdown */
.js .enhanced .selectDropdown .custom-select {
  padding-right: 23px;
}
/* Clear input field */
.clearInput {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: 10;
  color: #2c2e2f;
  cursor: pointer;
  /* Better Font Rendering =========== */
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearInput:before {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 0.5714285714285715em;
  font-size: 0.625rem;
  line-height: 2.1em;
}
.hasError .clearInput {
  right: 18px;
  color: #2c2e2f;
}
/* numbered ordered list */
.numberedList {
  margin: 0 0 22px;
  text-align: left;
  list-style: none;
  counter-reset: list;
}
.numberedList li {
  padding-left: 22px;
  margin-bottom: 12px;
  position: relative;
}
.numberedList li:before {
  content: counter(list) ')';
  counter-increment: list;
  position: absolute;
  left: 0;
}
.bulletedList {
  margin-left: 10px;
  text-align: left;
  color: #666666;
  font-weight: 600;
  list-style: none;
}
.bulletedList li {
  position: relative;
}
.bulletedList li:before {
  content: "• ";
  padding: 0 6px;
  position: relative;
  left: 0;
  color: #258cca;
  font-size: 25px;
}
.unstyled {
  list-style: none;
}
.addressEntry .nativeDropdown.lap {
  margin: 0;
  text-align: left;
}
.addressEntry .textInput:first-child {
  z-index: 4;
}
.addressEntry .textInput:nth-child(2) {
  z-index: 3;
}
.addressEntry .textInput:nth-child(3) {
  z-index: 2;
}
.addressEntry .multiFields {
  z-index: 1;
}
.addNewAddress .btn {
  display: block;
  margin: 1em 0;
}
.dob > label {
  display: block;
  font-weight: 600;
}
.dob .nativeDropdown.lap {
  width: 33.333%;
  margin-top: 0;
}
.dob .nativeDropdown.lap.day .selectDropdown {
  border-right-width: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dob .nativeDropdown.lap.month .selectDropdown {
  border-right-width: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dob .nativeDropdown.lap.year .selectDropdown {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.link {
  padding: 0;
  color: #0070ba;
  background: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.link:hover {
  text-decoration: underline;
}
.betweenLines {
  margin: 15px 0;
  position: relative;
  text-align: center;
}
.betweenLines span:before,
.betweenLines span:after {
  width: 42%;
  position: absolute;
  left: 0;
  top: 10px;
  border-top: 1px solid #d4d4d4;
  content: '';
}
.betweenLines span:after {
  right: 0;
  left: auto;
}
.infoMsg {
  width: 100%;
  padding: 8px 10px;
  margin: 0 auto 1em;
  border: 2px solid #009cde;
  display: table;
  font-size: 0.8em;
  font-size: 0.875rem;
  line-height: 1.4285714285714286em;
}
.infoMsg span {
  display: table-cell;
  vertical-align: middle;
}
.infoMsg .icon {
  color: #009cde;
}
.infoMsg .icon:before {
  vertical-align: text-top;
}
@media (max-width: 640px) {
  .infoMsg {
    padding: 7px;
  }
}
/* component-* components */
.photoUploadContainer,
.photoUploadHeadings,
.addingPhotoText {
  text-align: center;
}
.photoPreview {
  width: 150px;
  height: 150px;
  margin: 2.15em auto 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.landscape .photoUploadImage {
  max-width: 300px;
  max-height: 150px;
  position: absolute;
}
.portrait .photoUploadImage {
  max-width: 150px;
  position: absolute;
}
.square .photoUploadImage {
  max-height: 150px;
}
.invisible {
  visibility: hidden;
}
.userIconContainer {
  margin: 0 auto;
}
.userIconContainer .icon-profile-add-large {
  font-size: 10.5em;
  color: #cfdae5;
  margin: 0.49em 0 0 -0.11em;
}
.userIconContainer .icon-profile-add-large:before {
  background: #ebf0f5;
}
.photoUploadButtons {
  margin: 1.35em 0;
  padding: 0.75em 2.2em;
}
input.mobileUploadButton {
  line-height: normal;
  width: auto;
  display: inline-block;
  height: 4em;
  padding-top: 2em;
}
label.mobileUploadLabel {
  color: #07467a;
}
.photoUploadInfoText {
  margin: 1.45em 0;
}
.photoWarning {
  margin: 0 0 2.3em;
}
.smallWarningCircle {
  display: inline-block;
  margin: 0 0.71em;
}
.smallWarningCircle:before {
  color: #e7ad02;
}
.photoUploadBodyText {
  font-size: 0.6857142857142857em;
  font-size: 0.75rem;
  line-height: 1.75em;
}
.selectAnotherPhotoLink {
  display: block;
  margin: 1.45em auto;
}
.confirmPhoto {
  margin: 0 auto;
}
.addingPhotoText {
  width: 100%;
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 800;
}
.serverErrorHeader {
  margin-top: -0.7em;
}
html,
body {
  height: 100%;
  /* this is required to make height: x% work on any element inside body */
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 16px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.contents.flexify {
  display: flex;
}
@media screen {
  html {
    background: #f8f8f8;
  }
}
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.link {
  background: none;
  border: none;
  color: #0070ba;
  font-weight: 500;
  padding: 0;
}
.link:hover {
  color: #005ea6;
  text-decoration: underline;
}
/* TODO: these generic/global styles can be in its own file */
/* These are global styles that can be applied to text indicating a negative or positive amount/value */
.isNegative {
  color: #b32317;
}
.isPositive {
  color: #3ea134;
}
/* This is a global style that can be applied to any container to make it has spinner */
.hasSpinner:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -ms-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border-radius: 100%;
}
.hasSpinner:after {
  content: "";
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: 5;
}
/* This is a global style that can be applied to any container to make it has spinner */
.linkedBlock:hover,
.linkedBlock:active {
  cursor: pointer;
}
.twoUp {
  margin-top: 0.5em;
  text-align: center;
}
.twoUp > * {
  width: 48%;
  min-width: 150px;
}
@media (max-width: 768px) {
  .twoUp > * {
    width: 100%;
  }
}
/* fix issue where the X for closing was not clearly visible */
.close {
  opacity: 80;
  filter: alpha(opacity=8000);
}
.close:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.maxWidth {
  width: 1024px;
  margin: auto;
}
@media (max-width: 1024px) {
  .maxWidth {
    width: 100%;
  }
}
.twbs_alert {
  padding: 15px;
  margin-bottom: 20px;
}
.twbs_alert h4 {
  margin-top: 0;
}
.twbs_alert > p,
.twbs_alert > ul {
  margin-bottom: 0;
}
.twbs_alert > p + p {
  margin-top: 5px;
}
/* TODO: find better alternative to hard coding unicode chars */
.twbs_alert-dismissable,
.twbs_alert-dismissible {
  padding-right: 35px;
}
.twbs_alert-dismissable .close,
.twbs_alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
}
html[dir="rtl"] .vx_small-text {
  font-size: 14px;
}
html[dir="rtl"] .vx_h5 {
  font-size: 17px;
}
html[dir="rtl"] .vx_h7 {
  font-size: 12px;
}
