/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #eeeeee;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    font-weight: bold;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6;
    font-weight: bold;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce;
    font-weight: bold;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff;
    font-weight: bold;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

/************* /resources/css/min/base_ar.css ************/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
html,
body {
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
 a:focus {
  outline: none;
 }
a.btn:focus, .btn:focus {
  outline: 1px dotted #ddd;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * @fileOverview Scaffolding
 *
 * @author mdaveshah
 * @tested none yet
 */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  color: #767676;
}
/* Links */
a {
   font-size: inherit;
   line-height: inherit;
   font-weight: bold;
   color: #0079ad;
   text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #0c8dc4;
  text-decoration: underline;
}
a.secondaryLink,
.secondaryLink a:not(.btn) {
    color: #666;
}
a.secondaryLink:hover,
a.secondaryLink:focus,
a.secondaryLink:active,
.secondaryLink a:hover:not(.btn),
.secondaryLink a:focus:not(.btn),
.secondaryLink a:active:not(.btn) {
    color: #444;
    text-decoration: underline;
}
a.reverseLink,
.reverseLink a {
    color: #fff;
}
/*a.reverseLink:hover,
a.reverseLink:focus,
a.reverseLink:active,
.reverseLink a:hover,
.reverseLink a:focus,
.reverseLink a:active {
    color: #e4e4e4;
}*/

/*button styling starts*/
.btn {
  display: inline-block;
  padding: 9px 15px 10px;
  margin-bottom: 0;
  background: #009cde;
  font-size: 15px;
  font-size: 1.07142857142857rem;
  font-weight: bold;
  line-height: 1.4545em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #0285d2;
}
.btn:focus {
  color: #FFF;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  background: #e5e5e5;
  cursor: auto;
}
.btn-large {
  padding: 9px 14px;
  font-size: 17.234px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 7px 8px;
  font-size: 14px;
  min-width: 66px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 4px 8px;
  font-size: 11.8454px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-secondary {
  background: #ddd;
  color: #333;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  background: #dddddd;
}

body {
  font-size: 14px;
  line-height: 1.5em;
}
/**
* @fileOverview PayPal Default Grid
* without any media queries. This is for browsers that dont
* understand media queries
* @name grid
* @author mdaveshah
* @tested none yet
*/
.input-block-level {
  display: block;
  width: 100%;
  min-height: 3.14285714285714em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
/**
 * @fileOverview Adaptive responsive styles for
 *  mobile, portable and dedicated channels
 * @name adaptive-responsive
 * @author mdaveshah
 * @tested
 */
/****
  * @fileOverview Adaptive responsive styles for dedicated channels
  * @name adaptive-dedicated
  * Will be a fixed grid center aligned above 960px with max width of 1170px
  * 12 columns grid
  * Also acts as the default grid for the webapp
  * @author mdaveshah
  * @tested
****/
.row-fluid {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"] {
    float: left;
    margin-left: 2%;
    min-height: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.5%;
  }
  .row-fluid .span10 {
    width: 83%;
  }
  .row-fluid .span9 {
    width: 74.5%;
  }
  .row-fluid .span8 {
    width: 66%;
  }
  .row-fluid .span7 {
    width: 57.5%;
  }
  .row-fluid .span6 {
    width: 49%;
  }
  .row-fluid .span5 {
    width: 40.5%;
  }
  .row-fluid .span4 {
    width: 32%;
  }
  .row-fluid .span3 {
    width: 23.5%;
  }
  .row-fluid .span2 {
    width: 15%;
  }
  .row-fluid .span1 {
    width: 6.5%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102%;
  }
  .row-fluid .offset11 {
    margin-left: 95.5%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.5%;
  }
  .row-fluid .offset10 {
    margin-left: 87%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85%;
  }
  .row-fluid .offset9 {
    margin-left: 78.5%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.5%;
  }
  .row-fluid .offset8 {
    margin-left: 70%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68%;
  }
  .row-fluid .offset7 {
    margin-left: 61.5%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.5%;
  }
  .row-fluid .offset6 {
    margin-left: 53%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51%;
  }
  .row-fluid .offset5 {
    margin-left: 44.5%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.5%;
  }
  .row-fluid .offset4 {
    margin-left: 36%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34%;
  }
  .row-fluid .offset3 {
    margin-left: 27.5%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.5%;
  }
  .row-fluid .offset2 {
    margin-left: 19%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17%;
  }
  .row-fluid .offset1 {
    margin-left: 10.5%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5%;
  }
/**
 * @fileOverview Adaptive responsive styles for portable channels
 * @name adaptive-portable
 * @author mdaveshah
 * @tested
 */
html[data-device-type="portable"] {
  /* mini Tablet portrait mode
   * max 767px in portable channel
   * 6 columns grid
  */

  /* Large Tablet portrait mode
   * min 768px in portable channel
   * 6 columns grid
  */

  /* mini Tablet landscape mode
   * max 1023px in portable channel
   * 6 columns grid
  */

  /* Large Tablet landscape mode
   * 1024px+ in portable channel
   * 12 columns grid
  */

}
@media (orientation: portrait) and (max-width: 768px) {
  html[data-device-type="portable"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 3.5%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span12,
  html[data-device-type="portable"] .row-fluid .span11 {
    width: 100%;
  }
  html[data-device-type="portable"] .row-fluid .span10,
  html[data-device-type="portable"] .row-fluid .span9 {
    width: 82.75%;
  }
  html[data-device-type="portable"] .row-fluid .span8,
  html[data-device-type="portable"] .row-fluid .span7 {
    width: 65.5%;
  }
  html[data-device-type="portable"] .row-fluid .span6,
  html[data-device-type="portable"] .row-fluid .span5 {
    width: 48.25%;
  }
  html[data-device-type="portable"] .row-fluid .span4,
  html[data-device-type="portable"] .row-fluid .span3 {
    width: 31%;
  }
  html[data-device-type="portable"] .row-fluid .span2,
  html[data-device-type="portable"] .row-fluid .span1 {
    width: 13.75%;
  }
  html[data-device-type="portable"] .row-fluid .offset12:first-child,
  html[data-device-type="portable"] .row-fluid .offset11:first-child {
    margin-left: 103.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset10:first-child,
  html[data-device-type="portable"] .row-fluid .offset9:first-child {
    margin-left: 86.25%;
  }
  html[data-device-type="portable"] .row-fluid .offset8:first-child,
  html[data-device-type="portable"] .row-fluid .offset7:first-child {
    margin-left: 69%;
  }
  html[data-device-type="portable"] .row-fluid .offset6:first-child,
  html[data-device-type="portable"] .row-fluid .offset5:first-child {
    margin-left: 51.75%;
  }
  html[data-device-type="portable"] .row-fluid .offset4,
  html[data-device-type="portable"] .row-fluid .offset3 {
    margin-left: 38%;
  }
  html[data-device-type="portable"] .row-fluid .offset4:first-child,
  html[data-device-type="portable"] .row-fluid .offset3:first-child {
    margin-left: 34.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset2,
  html[data-device-type="portable"] .row-fluid .offset1 {
    margin-left: 20.75%;
  }
  html[data-device-type="portable"] .row-fluid .offset2:first-child,
  html[data-device-type="portable"] .row-fluid .offset1:first-child {
    margin-left: 17.25%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-6 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-5 {
    width: 82.75%;
    margin-left: 3.5%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-5:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-4 {
    width: 65.5%;
    margin-left: 3.5%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-4:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-3 {
    width: 48.25%;
    margin-left: 3.5%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-3:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-2 {
    width: 31%;
    margin-left: 3.5%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-2:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-1 {
    width: 13.75%;
    margin-left: 3.5%;
  }
  html[data-device-type="portable"] .row-fluid .span-pp-1:first-child {
    margin-left: 0;
  }
}
@media (orientation: portrait) and (min-width: 769px) {
  html[data-device-type="portable"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 3%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span12,
  html[data-device-type="portable"] .row-fluid .span11 {
    width: 100%;
  }
  html[data-device-type="portable"] .row-fluid .span10,
  html[data-device-type="portable"] .row-fluid .span9 {
    width: 82.83333333333334%;
  }
  html[data-device-type="portable"] .row-fluid .span8,
  html[data-device-type="portable"] .row-fluid .span7 {
    width: 65.66666666666667%;
  }
  html[data-device-type="portable"] .row-fluid .span6,
  html[data-device-type="portable"] .row-fluid .span5 {
    width: 48.5%;
  }
  html[data-device-type="portable"] .row-fluid .span4,
  html[data-device-type="portable"] .row-fluid .span3 {
    width: 31.333333333333332%;
  }
  html[data-device-type="portable"] .row-fluid .span2,
  html[data-device-type="portable"] .row-fluid .span1 {
    width: 14.166666666666666%;
  }
  html[data-device-type="portable"] .row-fluid .offset12:first-child,
  html[data-device-type="portable"] .row-fluid .offset11:first-child {
    margin-left: 103%;
  }
  html[data-device-type="portable"] .row-fluid .offset10:first-child,
  html[data-device-type="portable"] .row-fluid .offset9:first-child {
    margin-left: 85.83333333333334%;
  }
  html[data-device-type="portable"] .row-fluid .offset8:first-child,
  html[data-device-type="portable"] .row-fluid .offset7:first-child {
    margin-left: 68.66666666666667%;
  }
  html[data-device-type="portable"] .row-fluid .offset6:first-child,
  html[data-device-type="portable"] .row-fluid .offset5:first-child {
    margin-left: 51.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset4,
  html[data-device-type="portable"] .row-fluid .offset3 {
    margin-left: 37.33333333333333%;
  }
  html[data-device-type="portable"] .row-fluid .offset4:first-child,
  html[data-device-type="portable"] .row-fluid .offset3:first-child {
    margin-left: 34.33333333333333%;
  }
  html[data-device-type="portable"] .row-fluid .offset2,
  html[data-device-type="portable"] .row-fluid .offset1 {
    margin-left: 20.166666666666664%;
  }
  html[data-device-type="portable"] .row-fluid .offset2:first-child,
  html[data-device-type="portable"] .row-fluid .offset1:first-child {
    margin-left: 17.166666666666664%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-6 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-5 {
    width: 82.83333333333333%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-5:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-4 {
    width: 65.66666666666666%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-4:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-3 {
    width: 48.5%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-3:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-2 {
    width: 31.333333333333332%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-2:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-1 {
    width: 14.166666666666666%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-1:first-child {
    margin-left: 0;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  html[data-device-type="portable"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 3%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span12,
  html[data-device-type="portable"] .row-fluid .span11 {
    width: 100%;
  }
  html[data-device-type="portable"] .row-fluid .span10,
  html[data-device-type="portable"] .row-fluid .span9 {
    width: 82.83333333333334%;
  }
  html[data-device-type="portable"] .row-fluid .span8,
  html[data-device-type="portable"] .row-fluid .span7 {
    width: 65.66666666666667%;
  }
  html[data-device-type="portable"] .row-fluid .span6,
  html[data-device-type="portable"] .row-fluid .span5 {
    width: 48.5%;
  }
  html[data-device-type="portable"] .row-fluid .span4,
  html[data-device-type="portable"] .row-fluid .span3 {
    width: 31.333333333333332%;
  }
  html[data-device-type="portable"] .row-fluid .span2,
  html[data-device-type="portable"] .row-fluid .span1 {
    width: 14.166666666666666%;
  }
  html[data-device-type="portable"] .row-fluid .offset12:first-child,
  html[data-device-type="portable"] .row-fluid .offset11:first-child {
    margin-left: 103%;
  }
  html[data-device-type="portable"] .row-fluid .offset10:first-child,
  html[data-device-type="portable"] .row-fluid .offset9:first-child {
    margin-left: 85.83333333333334%;
  }
  html[data-device-type="portable"] .row-fluid .offset8:first-child,
  html[data-device-type="portable"] .row-fluid .offset7:first-child {
    margin-left: 68.66666666666667%;
  }
  html[data-device-type="portable"] .row-fluid .offset6:first-child,
  html[data-device-type="portable"] .row-fluid .offset5:first-child {
    margin-left: 51.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset4,
  html[data-device-type="portable"] .row-fluid .offset3 {
    margin-left: 37.33333333333333%;
  }
  html[data-device-type="portable"] .row-fluid .offset4:first-child,
  html[data-device-type="portable"] .row-fluid .offset3:first-child {
    margin-left: 34.33333333333333%;
  }
  html[data-device-type="portable"] .row-fluid .offset2,
  html[data-device-type="portable"] .row-fluid .offset1 {
    margin-left: 20.166666666666664%;
  }
  html[data-device-type="portable"] .row-fluid .offset2:first-child,
  html[data-device-type="portable"] .row-fluid .offset1:first-child {
    margin-left: 17.166666666666664%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-6 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-5 {
    width: 82.83333333333333%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-5:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-4 {
    width: 65.66666666666666%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-4:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-3 {
    width: 48.5%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-3:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-2 {
    width: 31.333333333333332%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-2:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-1 {
    width: 14.166666666666666%;
    margin-left: 3%;
  }
  html[data-device-type="portable"] .row-fluid .span-pl-1:first-child {
    margin-left: 0;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  html[data-device-type="portable"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 2%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="portable"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .span12 {
    width: 100%;
  }
  html[data-device-type="portable"] .row-fluid .span11 {
    width: 91.5%;
  }
  html[data-device-type="portable"] .row-fluid .span10 {
    width: 83%;
  }
  html[data-device-type="portable"] .row-fluid .span9 {
    width: 74.5%;
  }
  html[data-device-type="portable"] .row-fluid .span8 {
    width: 66%;
  }
  html[data-device-type="portable"] .row-fluid .span7 {
    width: 57.5%;
  }
  html[data-device-type="portable"] .row-fluid .span6 {
    width: 49%;
  }
  html[data-device-type="portable"] .row-fluid .span5 {
    width: 40.5%;
  }
  html[data-device-type="portable"] .row-fluid .span4 {
    width: 32%;
  }
  html[data-device-type="portable"] .row-fluid .span3 {
    width: 23.5%;
  }
  html[data-device-type="portable"] .row-fluid .span2 {
    width: 15%;
  }
  html[data-device-type="portable"] .row-fluid .span1 {
    width: 6.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset12:first-child {
    margin-left: 102%;
  }
  html[data-device-type="portable"] .row-fluid .offset11 {
    margin-left: 95.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset11:first-child {
    margin-left: 93.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset10 {
    margin-left: 87%;
  }
  html[data-device-type="portable"] .row-fluid .offset10:first-child {
    margin-left: 85%;
  }
  html[data-device-type="portable"] .row-fluid .offset9 {
    margin-left: 78.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset9:first-child {
    margin-left: 76.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset8 {
    margin-left: 70%;
  }
  html[data-device-type="portable"] .row-fluid .offset8:first-child {
    margin-left: 68%;
  }
  html[data-device-type="portable"] .row-fluid .offset7 {
    margin-left: 61.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset7:first-child {
    margin-left: 59.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset6 {
    margin-left: 53%;
  }
  html[data-device-type="portable"] .row-fluid .offset6:first-child {
    margin-left: 51%;
  }
  html[data-device-type="portable"] .row-fluid .offset5 {
    margin-left: 44.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset5:first-child {
    margin-left: 42.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset4 {
    margin-left: 36%;
  }
  html[data-device-type="portable"] .row-fluid .offset4:first-child {
    margin-left: 34%;
  }
  html[data-device-type="portable"] .row-fluid .offset3 {
    margin-left: 27.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset3:first-child {
    margin-left: 25.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset2 {
    margin-left: 19%;
  }
  html[data-device-type="portable"] .row-fluid .offset2:first-child {
    margin-left: 17%;
  }
  html[data-device-type="portable"] .row-fluid .offset1 {
    margin-left: 10.5%;
  }
  html[data-device-type="portable"] .row-fluid .offset1:first-child {
    margin-left: 8.5%;
  }
}
/**
 * @fileOverview Adaptive responsive styles for mobile channels
 * @name adaptive-mobile
 * @author mdaveshah
 * @tested
 */
html[data-device-type="mobile"] {
  /* Phone Landscape mode
   * upto 479px in mobile channel
   * 4 columns grid
  **/

  /* Phone Landscape mode
   * 480px to  channel
   * 6 columns grid
  **/

}
@media (max-width: 479px) {
  html[data-device-type="mobile"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="mobile"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 3.5%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="mobile"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span12,
  html[data-device-type="mobile"] .row-fluid .span11,
  html[data-device-type="mobile"] .row-fluid .span10 {
    width: 100%;
  }
  html[data-device-type="mobile"] .row-fluid .span9,
  html[data-device-type="mobile"] .row-fluid .span8,
  html[data-device-type="mobile"] .row-fluid .span7 {
    width: 74.125%;
  }
  html[data-device-type="mobile"] .row-fluid .span6,
  html[data-device-type="mobile"] .row-fluid .span5,
  html[data-device-type="mobile"] .row-fluid .span4 {
    width: 48.25%;
  }
  html[data-device-type="mobile"] .row-fluid .span3,
  html[data-device-type="mobile"] .row-fluid .span2,
  html[data-device-type="mobile"] .row-fluid .span1 {
    width: 22.375%;
  }
  html[data-device-type="mobile"] .row-fluid .offset12:first-child,
  html[data-device-type="mobile"] .row-fluid .offset11:first-child,
  html[data-device-type="mobile"] .row-fluid .offset10:first-child {
    margin-left: 103.5%;
  }
  html[data-device-type="mobile"] .row-fluid .offset9:first-child,
  html[data-device-type="mobile"] .row-fluid .offset8:first-child,
  html[data-device-type="mobile"] .row-fluid .offset7:first-child {
    margin-left: 77.625%;
  }
  html[data-device-type="mobile"] .row-fluid .offset6:first-child,
  html[data-device-type="mobile"] .row-fluid .offset5:first-child,
  html[data-device-type="mobile"] .row-fluid .offset4:first-child {
    margin-left: 51.75%;
  }
  html[data-device-type="mobile"] .row-fluid .offset3,
  html[data-device-type="mobile"] .row-fluid .offset2,
  html[data-device-type="mobile"] .row-fluid .offset1 {
    margin-left: 29.375%;
  }
  html[data-device-type="mobile"] .row-fluid .offset3:first-child,
  html[data-device-type="mobile"] .row-fluid .offset2:first-child,
  html[data-device-type="mobile"] .row-fluid .offset1:first-child {
    margin-left: 25.875%;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-4 {
    width: 100%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-4:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-3 {
    width: 74.125%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-3:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-2 {
    width: 48.25%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-2:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-1 {
    width: 22.375%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-mp-1:first-child {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  html[data-device-type="mobile"] .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  html[data-device-type="mobile"] .row-fluid [class*="span"] {
    float: left;
    margin-left: 3.5%;
    min-height: 1px;
    box-sizing: border-box;
  }
  html[data-device-type="mobile"] .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span12,
  html[data-device-type="mobile"] .row-fluid .span11 {
    width: 100%;
  }
  html[data-device-type="mobile"] .row-fluid .span10,
  html[data-device-type="mobile"] .row-fluid .span9 {
    width: 82.75%;
  }
  html[data-device-type="mobile"] .row-fluid .span8,
  html[data-device-type="mobile"] .row-fluid .span7 {
    width: 65.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span6,
  html[data-device-type="mobile"] .row-fluid .span5 {
    width: 48.25%;
  }
  html[data-device-type="mobile"] .row-fluid .span4,
  html[data-device-type="mobile"] .row-fluid .span3 {
    width: 31%;
  }
  html[data-device-type="mobile"] .row-fluid .span2,
  html[data-device-type="mobile"] .row-fluid .span1 {
    width: 13.75%;
  }
  html[data-device-type="mobile"] .row-fluid .offset12:first-child,
  html[data-device-type="mobile"] .row-fluid .offset11:first-child {
    margin-left: 103.5%;
  }
  html[data-device-type="mobile"] .row-fluid .offset10:first-child,
  html[data-device-type="mobile"] .row-fluid .offset9:first-child {
    margin-left: 86.25%;
  }
  html[data-device-type="mobile"] .row-fluid .offset8:first-child,
  html[data-device-type="mobile"] .row-fluid .offset7:first-child {
    margin-left: 69%;
  }
  html[data-device-type="mobile"] .row-fluid .offset6:first-child,
  html[data-device-type="mobile"] .row-fluid .offset5:first-child {
    margin-left: 51.75%;
  }
  html[data-device-type="mobile"] .row-fluid .offset4,
  html[data-device-type="mobile"] .row-fluid .offset3 {
    margin-left: 38%;
  }
  html[data-device-type="mobile"] .row-fluid .offset4:first-child,
  html[data-device-type="mobile"] .row-fluid .offset3:first-child {
    margin-left: 34.5%;
  }
  html[data-device-type="mobile"] .row-fluid .offset2,
  html[data-device-type="mobile"] .row-fluid .offset1 {
    margin-left: 20.75%;
  }
  html[data-device-type="mobile"] .row-fluid .offset2:first-child,
  html[data-device-type="mobile"] .row-fluid .offset1:first-child {
    margin-left: 17.25%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-6 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-5 {
    width: 82.75%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-5:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-4 {
    width: 65.5%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-4:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-3 {
    width: 48.25%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-3:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-2 {
    width: 31%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-2:first-child {
    margin-left: 0;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-1 {
    width: 13.75%;
    margin-left: 3.5%;
  }
  html[data-device-type="mobile"] .row-fluid .span-ml-1:first-child {
    margin-left: 0;
  }
}

/**
 * @fileOverview Contains Utility styles
 *
 * @name utilities
 * @author mdaveshah
 * @tested none yet
 */
html[data-device-type] .pull-right,
html[data-device-type] .row-fluid [class*="span"].pull-right {
  float: right;
}
html[data-device-type] .pull-left,
html[data-device-type] .row-fluid [class*="span"].pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.accessAid {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/**
 * @fileOverview Adaptive responsive utilities to show or hide on channels
 * @name ar-utilities
 * @author mdaveshah
 * @tested
 */
@-ms-viewport {
  width: device-width;
}
html[data-device-type="dedicated"] .ui-visible-dedicated {
  display: inherit;
}
html[data-device-type="dedicated"] .ui-hidden-dedicated {
  display: none;
}
html[data-device-type="portable"] .ui-visible-portable {
  display: inherit;
}
html[data-device-type="portable"] .ui-hidden-portable {
  display: none;
}
html[data-device-type="mobile"] .ui-visible-mobile {
  display: inherit;
}
html[data-device-type="mobile"] .ui-hidden-mobile,
html[data-device-type="mobile"] .containerMobileFullWidth .row-fluid .ui-hidden-mobile {
  display: none;
}
/**
* @fileOverview Common layouts on top of the base grid
* @name layouts
* @author mdaveshah
* @tested none yet
*/
.container {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.containerCentered {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 940px;
  max-width: 1150px;
}
.containerCentered:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1004px) {
  html[data-device-type="dedicated"] .containerCentered {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1005px) {
  html[data-device-type="dedicated"] .containerCentered {
      padding-left: 3%;
      padding-right: 3%;

  }
}
html[data-device-type="portable"] .containerCentered {
  min-width: 0;
  max-width: 100%;
}
@media (orientation: portrait) and (max-width: 768px) {
  html[data-device-type="portable"] .containerCentered {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media (orientation: portrait) and (min-width: 769px) {
  html[data-device-type="portable"] .containerCentered {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  html[data-device-type="portable"] .containerCentered {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  html[data-device-type="portable"] .containerCentered {
    padding-left: 3%;
    padding-right: 3%;
  }
}
html[data-device-type="mobile"] .containerCentered {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 479px) {
  html[data-device-type="mobile"] .containerCentered {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media (min-width: 480px) {
  html[data-device-type="mobile"] .containerCentered {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
html[data-device-type="mobile"] .span4Mobile {
  width: 100%;
  margin-left: 0;
  float: none;
}
/** Creates a bootstrap like layout that is 100% full width on mobile channel devices
 * ----------------------------------------
 *  <div class="containerMobileFullWidth">
 *    <div class ="row-fluid">
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *    </div>
 *  <div>
 */
html[data-device-type="mobile"] .containerMobileFullWidth {
  overflow: auto;
}
html[data-device-type="mobile"] .containerMobileFullWidth .row-fluid [class*="span"],
html[data-device-type="mobile"] .row-fluid .containerMobileFullWidth [class*="span"] {
  width: 100%;
  margin-left: 0;
  float: none;
}
/** Creates equal height columns
 * ----------------------------------------
 *  <div class="containerEqualHeights">
 *    <div class ="row-fluid">
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span4">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *    </div>
 *  <div>
 */
.containerEqualHeights {
  overflow: hidden;
}
.containerEqualHeights [class*="span"] {
  margin-bottom: -99em;
  padding-bottom: 99em;
}
/**  Layout for 4 containers and a common way of laying them on 12, 6 and 4 column grids
 * ----------------------------------------
 * 4 containers in a row on desktop (12 column grid) -> 4d
 * switches to 2 containers in a row on tablet and mobile (6 column grid) ->2p
 * switches to full width on a mobile portrait (4 column grid) -> 1m
 * ----------------------------------------
 *  <div class="container4d2p1m">
 *    <div class ="row-fluid">
 *      <section class="span3">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span3">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span3">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *      <section class="span3">
 *        <header> Headline </header>
 *        <div> Container body content </div>
 *        <footer> Footer link if any for the container </footer>
 *      </section>
 *    </div>
 *  <div>
 */
@media (orientation: portrait) and (max-width: 768px) {
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"] {
    width: 48.5%;
    margin-left: 3%;
    padding-top: 25px;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m .clearfix + [class*="span"] {
    margin-left: 0;
  }
}
@media (orientation: portrait) and (min-width: 769px) {
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"] {
    width: 48.5%;
    margin-left: 3%;
    padding-top: 25px;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m .clearfix + [class*="span"] {
    margin-left: 0;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"] {
    width: 48.5%;
    margin-left: 3%;
    padding-top: 25px;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m [class*="span"]:first-child {
    margin-left: 0;
  }
  html[data-device-type="portable"] .row-fluid .container4d2p1m .clearfix + [class*="span"] {
    margin-left: 0;
  }
}
html[data-device-type="mobile"] .row-fluid .container4d2p1m [class*="span"] {
  width: 100%;
  margin-left: 0;
  float: none;
}

html {
  font-size: 87.5%;
}
html[lang="zh-C2"] body,
html[lang="zh-CN"] body {
  font-family: "微软雅黑体", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="zh-HK"] body,
html[lang="zh-TW"] body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[data-device-type="dedicated"] {
  min-width: 1028px;
}
html.focus-off a:focus,
html.focus-off button:focus,
html.focus-off input:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  font-weight: 300;
  color: #2c2e2f;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
h1,
h2,
.x-large {
  letter-spacing: 0.02em;
}
h3,
h4,
h5,
h6,
.large,
.medium,
.small {
  letter-spacing: 0.01em;
}
h1,
.huge {
  font-size: 60px;
  font-size: 4.28571429rem;
  line-height: 1.66666667em;
}
h2,
.x-large {
  font-size: 40px;
  font-size: 2.857rem;
  line-height: 1.25em;
}
h3,
.large,
html[data-device-type="mobile"] h2,
html[data-device-type="mobile"] .x-large {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.25em;
}
h4,
.medium {
  font-size: 20px;
  font-size: 1.4287rem;
  line-height: 1.25em;
}
h5,
.small {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1em;
}
html[data-device-type="mobile"] h1 {
  line-height: 1.1em;
}
html[data-device-type="mobile"] h2 {
  font-size: 30px;
  font-size: 2.14285714rem;
}
html[data-device-type="mobile"] .fancy-down-arrow:before,
html[data-device-type="mobile"] .fancy-down-arrow:after {
  left: 25px;
}
p {
  padding-top: 4px;
  padding-bottom: 14px;
  margin: 0;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.5em;
  color: #2c2e2f;
}
html[data-device-type="mobile"] p {
  padding-top: 14px;
  padding-bottom: 20px;
}
ul,
ol {
  list-style-type: none;
  padding-left: 0;
}
.legal-notes {
  font-size: 13px;
  font-size: .929rem;
  margin: 20px 0;
}
.legal-notes a {
  font-size: inherit;
}
.btn-small {
  padding: 8px 12px;
  min-width: 66px;
  font-size: 11px;
  font-size: .786rem;
  line-height: 1.36em;
}
html[data-device-type="dedicated"] .btn:hover {
  background: #0c8dc4;
}
html[data-device-type="dedicated"] .btn-secondary:hover {
  background: #ebebeb;
}
html[data-device-type="dedicated"] .btn:active {
  background: #0c8dc4;
}
html[data-device-type="dedicated"] .btn-secondary:active {
  background: #d1d1d1;
}
html[data-device-type="dedicated"] .btn:focus,
html[data-device-type="dedicated"] .btn.btn-small:focus,
html[data-device-type="dedicated"] .btn-secondary:focus,
html[data-device-type="dedicated"] .btn-secondary.btn-small:focus {
  outline: 0;
  text-decoration: underline;
}
html[data-device-type="dedicated"].focus-off .btn:focus,
html[data-device-type="dedicated"].focus-off .btn.btn-small:focus,
html[data-device-type="dedicated"].focus-off .btn-secondary:focus,
html[data-device-type="dedicated"].focus-off .btn-secondary.btn-small:focus {
  box-shadow: none;
}
html[data-device-type="dedicated"] .btn.disabled,
html[data-device-type="dedicated"] .btn[disabled],
html[data-device-type="dedicated"] .btn.disabled:hover,
html[data-device-type="dedicated"] .btn[disabled]:hover,
html[data-device-type="dedicated"] .btn.disabled:active,
html[data-device-type="dedicated"] .btn[disabled]:active {
  background: #e5e5e5;
  cursor: auto;
}
a[href^=tel] {
  color: #0079ad;
}
.dark a[href^=tel] {
  color: #ffffff;
}
.control-group {
  padding: 5px 6px;
}
.control-group.separated {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 14px;
}
.help-block {
  padding: 16px 4px;
}
.help-block a {
  font-weight: bold;
}
.form-inline .controls {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"],
textarea,
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"] {
  margin: 0 0 0 10px;
  height: 38px;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  background: #fff;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.25em;
  line-height: 34px;
  padding: 0;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
textarea {
  height: 76px;
}
.form-inline input[type="text"],
.form-inline input[type="number"],
.form-inline input[type="email"],
.form-inline input[type="password"] {
  height: 40px;
}
.form-inline textarea {
  height: 80px;
}
.form-inline input[type="text"].small,
.form-inline input[type="number"].small,
.form-inline input[type="email"].small,
.form-inline input[type="password"].small {
  height: 30px;
}
.form-inline textarea.small {
  height: 60px;
}
input[type="text"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus {
  outline: none;
  border-color: #009cde;
}
input.small {
  width: 182px;
  height: 30px;
  padding: 0;
  line-height: 14px;
  line-height: 24px\9;
  font-size: 11px;
  font-size: .786rem;
  font-weight: normal;
}
.with-helper {
  padding-right: 26px;
}
input.large {
  width: 100%;
  margin-left: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"],
input.amount-currency {
  width: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
select.no-arrow {
  margin: 0 0 0 10px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  background: #fff;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.25em;
  padding: 0;
  padding-left: 5px\9;
  font-family: Arial, sans-serif;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  min-width: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-inline select.no-arrow {
  height: 40px;
}
select.no-arrow:focus {
  border-color: #009cde;
  outline: none;
}
html[data-device-type="dedicated"] select.no-arrow {
  text-indent: 0;
  padding: 8px;
}
select.no-arrow::-ms-expand {
  display: none;
}
label.select-arrow {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -3px;
  left: -12px;
  margin-left: -10px;
  text-indent: -999em;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #444;
  margin-top: 10px;
  overflow: hidden;
  vertical-align: middle;
  pointer-events: none;
}
.form-inline label.select-arrow {
  top: -1px;
}
.no-csstransforms3d label.select-arrow {
  display: none\9;
}
label.select-arrow + input {
  margin-left: 0;
  margin-left: 8px\9;
}
select.wide-select {
  width: 282px;
}
input[type="number"] + select,
input.amount-currency + select {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  position: relative;
  top: 0;
  left: -1px;
}
input[type="number"]:focus + select,
input.amount-currency:focus + select {
  border-left-color: #009cde;
}
input[type="submit"],
button {
  margin-left: 10px;
  border: none;
  min-width: 140px;
}
.input-wrapper {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.input-wrapper * {
  white-space: normal;
}
html[data-device-type="mobile"] .input-wrapper {
  width: 100%;
}
html[data-device-type="mobile"] .input-wrapper.caboose {
  white-space: nowrap;
}
span.placeholder {
  left: 0;
  color: #aaaaaa;
}
.input-wrapper.error input[type="text"],
.input-wrapper.error textarea,
.input-wrapper.error input[type="number"],
.input-wrapper.error input[type="email"],
.input-wrapper.error input[type="password"],
.input-wrapper.error input[type="url"] {
  border-color: #9c2b36;
}
.input-wrapper.error:after {
  content: '!';
  color: #fff;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  top: 12px\9;
  z-index: 2;
  width: 10px;
}
.input-wrapper.error:before {
  content: '';
  display: block;
  position: absolute;
  right: 7px;
  bottom: 12px;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 16px solid transparent;
  border-width: 16px 9px;
  border-bottom-color: rgba(156, 43, 54, 0.9);
}
.form-inline .input-wrapper.error:after {
  top: 10px;
}
.input-wrapper.caboose.error:after {
  right: 78px;
}
.input-wrapper.caboose.error:before {
  right: 77px;
}
.input-wrapper.small.error:after {
  right: 11px;
  top: 4px;
}
.input-wrapper.small.error:before {
  right: 4px;
  bottom: 8px;
}
.error-overlay {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  background: #9c2b36;
  background: rgba(156, 43, 54, 0.9);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  z-index: 3;
}
.input-wrapper.error-highlighted,
.input-wrapper.error-highlighted a {
  color: #9c2b36;
}
.input-wrapper.error-highlighted:before,
.input-wrapper.error-highlighted:after {
  display: none;
}
.mpp-modal {
  display: none;
}
.ui-widget,
.ui-widget button {
  font-family: inherit;
  font-size: inherit;
}
.ui-dialog {
  position: fixed;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity 0.2s linear;
}
.ui-dialog.start {
  opacity: 0;
}
.ui-dialog .btn {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}
.ui-dialog .btn + .btn {
  margin-left: 10px;
}
.ui-dialog .ui-dialog-titlebar {
  min-height: 20px;
  font-size: 18px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: .01em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: transparent;
  border: none;
}
.ui-dialog .ui-dialog-title {
  line-height: 22px;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.8;
}
.ui-button {
  min-width: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: .4em;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
}
.ui-dialog .ui-button,
.ui-dialog-content .btn {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ui-dialog .ui-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: transparent url(https://www.paypalobjects.com/webstatic/mktg/2014design/close_default.png) center center no-repeat;
}
.ui-dialog .ui-dialog-content {
  padding: .5em 1.5em;
  -webkit-overflow-scrolling: touch;
}
.ui-dialog .content {
  padding: 0;
}
.mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  display: none;
  z-index: 9999;
  background: #fff;
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate(0, 1000px);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.mobile-modal .content {
  padding: 0 1.2em;
  overflow: auto;
  max-height: 90%;
  -webkit-overflow-scrolling: touch;
}
.mobile-modal .titlebar {
  background: #fff;
  display: block;
  height: 44px;
  line-height: 2.03em;
  position: relative;
  padding: 0 50px 0 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}
.mobile-modal .titlebar .closer {
  position: absolute;
  top: 50%;
  right: .8em;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  overflow: hidden;
  margin-top: -13px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-modal .titlebar .closer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url(https://www.paypalobjects.com/webstatic/mktg/2014design/close_default.png) center center no-repeat;
}
.mobile-modal.on {
  display: block;
  height: 100%;
}
.mobile-modal.on.inplace {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
}
.mobile-modal .btn {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}
#externalTracking {
  overflow: hidden;
  height: 0;
}
.fancy-down-arrow-grey {
  background: transparent url(https://www.paypalobjects.com/webstatic/mktg/2014design/fancy-down-arrow2x.png) center center no-repeat;
  background-size: 22px 13px;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
  border-radius: 21px;
}
.payblue {
  color: #0c8dc4;
}
.palblue {
  color: #009cde;
}
.white {
  color: #ffffff;
}
.leaf {
  color: #6db33f;
}
.lime {
  color: #c2cd23;
}
.tomato {
  color: #b32317;
}
.tangerine {
  color: #f8981d;
}
.sea {
  color: #007c85;
}
.aqua {
  color: #0098a3;
}
.plum {
  color: #7a003c;
}
.berry {
  color: #f15f7c;
}
.sand {
  color: #959484;
}
.palesand {
  color: #e7e6d3;
}
.slate {
  color: #717074;
}
.paleslate {
  color: #e6e7e8;
}
.black {
  color: #000000;
}
hr {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.row-fluid {
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
}
html[lang="ja-JP"] body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
html[lang="ja-JP"] header #main-menu li:first-child {
  margin-right: 10px;
}
html[lang="ja-JP"] .hero-bg p,
html[lang="ja-JP"] .hero-bg ul li {
  padding-top: 4px;
  padding-bottom: 14px;
}
html[lang="ja-JP"] .editorial p,
html[lang="ja-JP"] .contentPara {
  padding-top: 20px;
  padding-bottom: 20px;
}
html[lang="ja-JP"] .headLineOnly {
  padding: 40px 0;
}
html[lang="ja-JP"] .headLineOnly .quoteHeadline {
  padding-bottom: 0;
}

/* resources/css/base.footer.css */
.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #ffffff;
}
/* For mobile - shorter height and width */
.global-footer {
  position: relative;
  padding: 40px 0;
  z-index: 2;
  background: #fff;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
  /* footer-notes */
}
.global-footer iframe {
  display: none;
}
.global-footer ul {
  display: block;
  clear: both;
  margin: 0;
  padding-left: 0;
}
.global-footer ul li {
  display: inline-block;
  list-style-type: none;
  line-height: 26px;
  vertical-align: middle;
  margin: 0 18px 0 0;
}
.global-footer ul li a {
  display: block;
  padding: 9px 0;
  font-weight: bold;
  text-decoration: none;
}
.global-footer .footer-search .search-icon {
  background-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAFR2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpwcmlzbT0iaHR0cDovL3ByaXNtc3RhbmRhcmQub3JnL25hbWVzcGFjZXMvYmFzaWMvMi4xLyIKICAgIHhtbG5zOlBheVBhbD0id3d3LnBheXBhbC5jb20vYmFzZS92MSIKICAgZGM6Zm9ybWF0PSJpbWFnZS9wbmciCiAgIGRjOm1vZGlmaWVkPSIyMDEzLTEwLTI4VDEyOjEwOjUyLjgyLTA3OjAwIgogICBkYW06c2l6ZT0iNDYzIgogICBkYW06UGh5c2ljYWx3aWR0aGluaW5jaGVzPSItMS4wIgogICBkYW06ZXh0cmFjdGVkPSIyMDEzLTEwLTI4VDEyOjEwOjUxLjk3Ny0wNzowMCIKICAgZGFtOnNoYTE9IjgxYjdmMWM5MWU2MDNiNDhkZWRhNjFhNmVkNGIwOWI0Mzg1M2IxZGIiCiAgIGRhbTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMCIKICAgZGFtOkZpbGVmb3JtYXQ9IlBORyIKICAgZGFtOlByb2dyZXNzaXZlPSJubyIKICAgZGFtOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBkYW06TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgZGFtOk51bWJlcm9maW1hZ2VzPSIxIgogICBkYW06Qml0c3BlcnBpeGVsPSIzMiIKICAgZGFtOlBoeXNpY2FsaGVpZ2h0aW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5kcGk9Ii0xIgogICB0aWZmOkltYWdlTGVuZ3RoPSIyOCIKICAgdGlmZjpJbWFnZVdpZHRoPSIyOCIKICAgcHJpc206ZXhwaXJhdGlvbkRhdGU9IjIwMTgtMTEtMTJUMDE6MzAtMDg6MDAiCiAgIFBheVBhbDpzdGF0dXM9IlNvdXJjZUFwcHJvdmVkIgogICBQYXlQYWw6c291cmNlTm9kZVBhdGg9Ii9jb250ZW50L2RhbS9QYXlQYWxEaWdpdGFsQXNzZXRzL3NwYXJ0YUltYWdlcy9HbG9iYWxJbWFnZXMvbWt0Zy8yMDE0ZGVzaWduL3NlYXJjaF9nbGFzc19sYXJnZTJ4LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+1D5OBAAAAZZJREFUeNq11L8rhHEAx/GH5+RHiEkiAwbluM2/QCgRi8WiG00Gi8GvVUo2DKKblPWy+BEpZfDrZLhSUgy67kJxebyHG/QZvs/3eeoZXsv5fr7v+8lJJpN+XDQjUdIAJyzTH4dwgDw8cYVFNIUJqgTO4FkoYAEVYYPj+IIX0AkagwaHUYQHlUEap8jBg7pApW2wBe9yQRHraJNRDCO4g0bXbIM7MvxAv8+4BvvQJ9ntF2zGjwwn4ViowqVst/yC0zI4ghNAn+xzcE3BPRlMwQkoI3f0moLHcrgzRHBb7hg1Ba/lcGOI4Kp+B0zBczkcDxFMyR0DpuCmHJ4JGCvHq9zRbgpOyOFHxAIEx2X/5PezqEdBRiuWsRY8y3bJ5j/Nsox+MY8yw7gDt/BECq5fsBYP0PE5xlD3b9SDZXlX1J5EJQh0481wSR7f+rh9VINAHFkdq6BRDaoGbFi+mnu82EY1qFoxh0Nk8YkcbrCFQZSjyyK6C1eC4QWJyjDy6KyMIo2mUS2DiKKlmHyGEUQlJsFIojsoxYA/UaC7EdMjt6gAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: left 9px;
  background-size: 14px 14px;
  margin: 5px 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  width: 30px;
  height: 36px;
  padding: 0;
  vertical-align: middle;
  min-width: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.global-footer .footer-search .search-icon:focus {
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 5px;
  outline: 0;
}
.global-footer .footer-tertiary {
  clear: none;
}
.global-footer .footer-tertiary li:last-child {
  margin-right: 0;
}
.global-footer .search-form {
  display: inline-block;
}
.global-footer .search-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: none;
  background: transparent;
  border: none;
  font-size: 16px;
  font-size: 1.14285714rem;
  border-radius: 0;
  vertical-align: middle;
}
.global-footer .footer-notes {
  font-size: 12px;
  font-size: 0.85714286rem;
  clear: both;
  padding-top: 20px;
}
.global-footer .footer-notes a {
  font-size: 11px;
  font-size: 0.78571429rem;
}
.footer-main li a {
  margin: 0 26px 0 0;
}
ul.footer-main li {
  margin: 0;
}
.global-footer .footer-secondary li a,
.global-footer .footer-tertiary li a,
.global-footer .footer-copyright {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.85714286rem;
  padding: 0;
}
/* Desktop version */
html[data-device-type="dedicated"] .global-footer .footer-secondary {
  float: left;
}
html[data-device-type="dedicated"] .global-footer .footer-secondary,
html[data-device-type="dedicated"] .global-footer .footer-tertiary {
  padding-top: 8px;
}
html[data-device-type="dedicated"] .global-footer .footer-search {
  float: left;
}
html[data-device-type="dedicated"] .global-footer .footer-main li.country-selector {
  margin-top: 8px;
}
html[data-device-type="dedicated"] .global-footer .footer-tertiary {
  float: right;
}
/* Tablet version */
html[data-device-type="portable"] {
  /* Fat.global-footer */
}
html[data-device-type="portable"] .global-footer {
  padding: 40px;
}
html[data-device-type="portable"] .global-footer .secondaryLink {
  padding: 5px;
}
html[data-device-type="portable"] .footer-tertiary {
  float: none;
  clear: both;
}
html[data-device-type="portable"] #fatfooter-container .span3 {
  width: 22%;
}
html[data-device-type="portable"] .footer-main li a {
  padding: 0px 10px;
  margin: 0;
}
/* Mobile version */
html[data-device-type="mobile"] .global-footer {
  padding: 15px 20px 25px;
}
html[data-device-type="mobile"] .global-footer ul.footer-main li {
  padding: 0 10px;
}
html[data-device-type="mobile"] .global-footer ul.footer-main li a {
  margin: 0;
  padding: 0;
}
html[data-device-type="mobile"] .global-footer .secondaryLink {
  padding: 10px;
}
html[data-device-type="mobile"] .footer-notes {
  padding-left: 3.75%;
  padding-right: 3.75%;
}
html[data-device-type="mobile"] #fatfooter-container .sideKickHeadline {
  padding: 30px 0 0;
}
html[data-device-type="portable"] .global-footer,
html[data-device-type="mobile"] .global-footer {
  text-align: center;
}
html[data-device-type="portable"] .global-footer ul li,
html[data-device-type="mobile"] .global-footer ul li {
  line-height: 20px;
}
html[data-device-type="portable"] .global-footer .country-selector,
html[data-device-type="mobile"] .global-footer .country-selector {
  float: none;
}
html[data-device-type="portable"] .global-footer .search-icon,
html[data-device-type="mobile"] .global-footer .search-icon {
  width: 18px;
  height: 24px;
  background-position: left 5px;
}
html[data-device-type="portable"] .global-footer .footer-tertiary li,
html[data-device-type="mobile"] .global-footer .footer-tertiary li {
  margin: 0 6px 0 6px;
}
html[data-device-type="portable"] .global-footer .copyright-section,
html[data-device-type="mobile"] .global-footer .copyright-section {
  padding-top: 0px;
}
html[data-device-type="portable"] .global-footer .footer-corplinks li a,
html[data-device-type="mobile"] .global-footer .footer-corplinks li a {
  font-size: 14px;
  font-size: 1rem;
}
/* Country selector */
.country-selector {
  float: right;
  text-align: right;
  margin-top: 8px;
}
.country-selector .language {
  font-size: 13px;
  font-size: 0.92857143rem;
  font-weight: normal;
  line-height: 13px;
  padding: 1px 6px 2px 0;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  margin: 0 4px 0 2px;
  display: inline-block;
}
.country-selector .country {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 24px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-indent: -999em;
  text-align: left;
  background: transparent url("https://www.paypalobjects.com/webstatic/mktg/icons/sprite_countries_flag4.png") 5px 100px no-repeat;
}
.country-selector .country:focus {
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 5px;
}
.country-selector .zambia,
.country-selector .ZM {
  background-position: 5px 1px;
}
.country-selector .southafrica,
.country-selector .ZA {
  background-position: 5px -34px;
}
.country-selector .yemen,
.country-selector .YE {
  background-position: 5px -69px;
}
.country-selector .samoa,
.country-selector .WS {
  background-position: 5px -104px;
}
.country-selector .vanuatu,
.country-selector .VU {
  background-position: 5px -139px;
}
.country-selector .unitedstates,
.country-selector .US {
  background-position: 5px -383px;
}
.country-selector .taiwan,
.country-selector .TW {
  background-position: 5px -524px;
}
.country-selector .turkey,
.country-selector .TR {
  background-position: 5px -629px;
}
.country-selector .thailand,
.country-selector .TH {
  background-position: 5px -804px;
}
.country-selector .switzerland,
.country-selector .CH {
  background-position: 5px -944px;
}
.country-selector .argentina,
.country-selector .AR {
  background-position: 5px -6055px;
}
.country-selector .slovakia,
.country-selector .SK {
  background-position: 5px -1224px;
}
.country-selector .singapore,
.country-selector .SG {
  background-position: 5px -1294px;
}
.country-selector .sweden,
.country-selector .SE {
  background-position: 5px -1329px;
}
.country-selector .portugal,
.country-selector .PT {
  background-position: 5px -1679px;
}
.country-selector .poland,
.country-selector .PL {
  background-position: 5px -1714px;
}
.country-selector .philippines,
.country-selector .PH {
  background-position: 5px -1749px;
}
.country-selector .newzealand,
.country-selector .NZ {
  background-position: 5px -1959px;
}
.country-selector .norway,
.country-selector .NO {
  background-position: 5px -2099px;
}
.country-selector .netherlands,
.country-selector .NL {
  background-position: 5px -2134px;
}
.country-selector .malaysia,
.country-selector .MY {
  background-position: 5px -2379px;
}
.country-selector .mexico,
.country-selector .MX {
  background-position: 5px -2414px;
}
.country-selector .martinique,
.country-selector .MQ {
  background-position: 5px -2659px;
}
.country-selector .luxembourg,
.country-selector .LU {
  background-position: 5px -2904px;
}
.country-selector .southkorea,
.country-selector .KR {
  background-position: 5px -3254px;
}
.country-selector .japan,
.country-selector .JP {
  background-position: 5px -3499px;
}
.country-selector .jamaica,
.country-selector .JM {
  background-position: 5px -3569px;
}
.country-selector .italy,
.country-selector .IT {
  background-position: 5px -3604px;
}
.country-selector .israel,
.country-selector .IL {
  background-position: 5px -3709px;
}
.country-selector .ireland,
.country-selector .IE {
  background-position: 5px -3744px;
}
.country-selector .indonesia,
.country-selector .ID {
  background-position: 5px -3779px;
}
.country-selector .hungary,
.country-selector .HU {
  background-position: 5px -3814px;
}
.country-selector .hongkong,
.country-selector .HK {
  background-position: 5px -3919px;
}
.country-selector .greece,
.country-selector .GR {
  background-position: 5px -4059px;
}
.country-selector .unitedkingdom,
.country-selector .GB {
  background-position: 5px -4304px;
}
.country-selector .france,
.country-selector .reunion,
.country-selector .guadeloupe,
.country-selector .FR,
.country-selector .RE,
.country-selector .GP {
  background-position: 5px -4374px;
}
.country-selector .frenchguiana,
.country-selector .GF {
  background-position: 5px -4374px;
}
.country-selector .finland,
.country-selector .FI {
  background-position: 5px -4549px;
}
.country-selector .spain,
.country-selector .ES {
  background-position: 5px -4618px;
}
.country-selector .ecuador,
.country-selector .EC {
  background-position: 5px -4724px;
}
.country-selector .algeria,
.country-selector .DZ {
  background-position: 5px -4759px;
}
.country-selector .denmark,
.country-selector .DK {
  background-position: 5px -4864px;
}
.country-selector .germany,
.country-selector .DE {
  background-position: 5px -4934px;
}
.country-selector .egypt,
.country-selector .EG {
  background-position: 5px -69px;
}
.country-selector .czechrepublic,
.country-selector .CZ {
  background-position: 5px -4969px;
}
.country-selector .china,
.country-selector .CN,
.country-selector .C2 {
  background-position: 5px -5144px;
}
.country-selector .canada,
.country-selector .CA {
  background-position: 5px -5319px;
}
.country-selector .botswana,
.country-selector .BW {
  background-position: 5px -5389px;
}
.country-selector .belize,
.country-selector .BZ {
  background-position: 5px -5354px;
}
.country-selector .bahamas,
.country-selector .BS {
  background-position: 5px -5459px;
}
.country-selector .brazil,
.country-selector .BR {
  background-position: 5px -5494px;
}
.country-selector .bermuda,
.country-selector .BM {
  background-position: 5px -5599px;
}
.country-selector .bahrain,
.country-selector .BH {
  background-position: 5px -5704px;
}
.country-selector .belgium,
.country-selector .BE {
  background-position: 5px -5809px;
}
.country-selector .barbados,
.country-selector .BB {
  background-position: 5px -5844px;
}
.country-selector .bosniaandherzegovina,
.country-selector .BA {
  background-position: 5px -5879px;
}
.country-selector .burkinafaso,
.country-selector .BF {
  background-position: 5px -5773px;
}
.country-selector .australia,
.country-selector .AU {
  background-position: 5px -5984px;
}
.country-selector .austria,
.country-selector .AT {
  background-position: 5px -6019px;
}
.country-selector .albania,
.country-selector .AL {
  background-position: 5px -6194px;
}
.country-selector .antiguaandbarbuda,
.country-selector .AG {
  background-position: 5px -6264px;
}
.country-selector .andorra,
.country-selector .AD {
  background-position: 5px -6334px;
}
.country-selector .bulgaria,
.country-selector .BG {
  background-position: 5px -5739px;
}
.country-selector .cambodia,
.country-selector .KH {
  background-position: 5px -3397px;
}
.country-selector .caymanislands,
.country-selector .KY {
  background-position: 5px -4479px;
}
.country-selector .colombia,
.country-selector .CO {
  background-position: 5px -5109px;
}
.country-selector .croatia,
.country-selector .HR {
  background-position: 5px -3849px;
}
.country-selector .cyprus,
.country-selector .CY {
  background-position: 5px -5004px;
}
.country-selector .dominica,
.country-selector .DM {
  background-position: 5px -4829px;
}
.country-selector .dominicanrepublic,
.country-selector .DO {
  background-position: 5px -4794px;
}
.country-selector .elsalvador,
.country-selector .SV {
  background-position: 5px -979px;
}
.country-selector .eritrea,
.country-selector .ER {
  background-position: 5px -4655px;
}
.country-selector .estonia,
.country-selector .EE {
  background-position: 5px -4689px;
}
.country-selector .ethiopia,
.country-selector .ET {
  background-position: 5px -4587px;
}
.country-selector .faroeislands,
.country-selector .FO {
  background-position: 5px -4409px;
}
.country-selector .fiji,
.country-selector .FJ {
  background-position: 5px -4514px;
}
.country-selector .frenchpolynesia,
.country-selector .PF {
  background-position: 5px -1819px;
}
.country-selector .gibraltar,
.country-selector .GI {
  background-position: 5px -4199px;
}
.country-selector .greenland,
.country-selector .GL {
  background-position: 5px -4164px;
}
.country-selector .grenada,
.country-selector .GD {
  background-position: 5px -4269px;
}
.country-selector .guatemala,
.country-selector .GT {
  background-position: 5px -4024px;
}
.country-selector .honduras,
.country-selector .HN {
  background-position: 5px -3884px;
}
.country-selector .iceland,
.country-selector .IS {
  background-position: 5px -3639px;
}
.country-selector .jordan,
.country-selector .JO {
  background-position: 5px -3534px;
}
.country-selector .kenya,
.country-selector .KE {
  background-position: 5px -3464px;
}
.country-selector .kuwait,
.country-selector .KW {
  background-position: 5px -3219px;
}
.country-selector .latvia,
.country-selector .LV {
  background-position: 5px -2869px;
}
.country-selector .lesotho,
.country-selector .LS {
  background-position: 5px -2974px;
}
.country-selector .liechtenstein,
.country-selector .LI {
  background-position: 5px -3044px;
}
.country-selector .lithuania,
.country-selector .LT {
  background-position: 5px -2939px;
}
.country-selector .malawi,
.country-selector .MW {
  background-position: 5px -2449px;
}
.country-selector .malta,
.country-selector .MT {
  background-position: 5px -2554px;
}
.country-selector .mongolia,
.country-selector .MN {
  background-position: 5px -6369px;
}
.country-selector .morocco,
.country-selector .MA {
  background-position: 5px -2834px;
}
.country-selector .mozambique,
.country-selector .MZ {
  background-position: 5px -2344px;
}
.country-selector .newcaledonia,
.country-selector .NC {
  background-position: 5px -2274px;
}
.country-selector .oman,
.country-selector .OM {
  background-position: 5px -1924px;
}
.country-selector .palau,
.country-selector .PW {
  background-position: 5px -1644px;
}
.country-selector .panama,
.country-selector .PA {
  background-position: 5px -1889px;
}
.country-selector .philippines,
.country-selector .PH {
  background-position: 5px -1749px;
}
.country-selector .pitcairnislands,
.country-selector .PN {
  background-position: 5px -6229px;
}
.country-selector .qatar,
.country-selector .QA {
  background-position: 5px -5704px;
}
.country-selector .romania,
.country-selector .RO {
  background-position: 5px -1539px;
}
.country-selector .russia,
.country-selector .RU {
  background-position: 5px -1503px;
}
.country-selector .rwanda,
.country-selector .RW {
  background-position: 5px -6439px;
}
.country-selector .saotomeandprincipe,
.country-selector .ST {
  background-position: 5px -1014px;
}
.country-selector .saintkittsandnevis,
.country-selector .KN {
  background-position: 5px -3289px;
}
.country-selector .sainthelena,
.country-selector .SH {
  background-position: 5px -909px;
}
.country-selector .saintvincentandthegrenadines,
.country-selector .VC {
  background-position: 5px -278px;
}
.country-selector .saintlucia,
.country-selector .LC {
  background-position: 5px -3079px;
}
.country-selector .saintpierreandmiquelon,
.country-selector .PM {
  background-position: 5px -6824px;
}
.country-selector .sanmarino,
.country-selector .SM {
  background-position: 5px -1154px;
}
.country-selector .saudiarabia,
.country-selector .SA {
  background-position: 5px -1434px;
}
.country-selector .seychelles,
.country-selector .SC {
  background-position: 5px -1364px;
}
.country-selector .slovenia,
.country-selector .SI {
  background-position: 5px -1259px;
}
.country-selector .tajikistan,
.country-selector .TJ {
  background-position: 5px -769px;
}
.country-selector .trinidadandtobago,
.country-selector .TT {
  background-position: 5px -594px;
}
.country-selector .unitedarabemirates,
.country-selector .AE {
  background-position: 5px -6299px;
}
.country-selector .uruguay,
.country-selector .UY {
  background-position: 5px -351px;
}
.country-selector .venezuela,
.country-selector .VE {
  background-position: 5px -244px;
}
.country-selector .india,
.country-selector .IN {
  background-position: 5px -3674px;
}
.country-selector .vietnam,
.country-selector .VN {
  background-position: 5px -174px;
}
.country-selector .angola,
.country-selector .AO {
  background-position: 5px -6089px;
}
.country-selector .anguilla,
.country-selector .AI {
  background-position: 5px -6229px;
}
.country-selector .armenia,
.country-selector .AM {
  background-position: 5px -6159px;
}
.country-selector .aruba,
.country-selector .AW {
  background-position: 5px -5949px;
}
.country-selector .azerbaijanrepublic,
.country-selector .AZ {
  background-position: 5px -5914px;
}
.country-selector .benin,
.country-selector .BJ {
  background-position: 5px -5634px;
}
.country-selector .bhutan,
.country-selector .BT {
  background-position: 5px -5424px;
}
.country-selector .bolivia,
.country-selector .BO {
  background-position: 5px -5529px;
}
.country-selector .brunei,
.country-selector .BN {
  background-position: 5px -5564px;
}
.country-selector .burundi,
.country-selector .BI {
  background-position: 5px -5669px;
}
.country-selector .capeverde,
.country-selector .CV {
  background-position: 5px -5039px;
}
.country-selector .chad,
.country-selector .TD {
  background-position: 5px -1539px;
}
.country-selector .chile,
.country-selector .CL {
  background-position: 5px -5179px;
}
.country-selector .comoros,
.country-selector .KM {
  background-position: 5px -3324px;
}
.country-selector .cookislands,
.country-selector .CK {
  background-position: 5px -5214px;
}
.country-selector .costarica,
.country-selector .CR {
  background-position: 5px -5074px;
}
.country-selector .democraticrepublicofthecongo,
.country-selector .CD {
  background-position: 5px -5284px;
}
.country-selector .djibouti,
.country-selector .DJ {
  background-position: 5px -4899px;
}
.country-selector .falklandislands,
.country-selector .FK {
  background-position: 5px -6229px;
}
.country-selector .gabonrepublic,
.country-selector .GA {
  background-position: 5px -4339px;
}
.country-selector .gambia,
.country-selector .GM {
  background-position: 5px -4129px;
}
.country-selector .georgia,
.country-selector .GE {
  background-position: 5px -6652px;
}
.country-selector .guinea,
.country-selector .guineabissau,
.country-selector .GN,
.country-selector .GW {
  background-position: 5px -3989px;
}
.country-selector .guyana,
.country-selector .GY {
  background-position: 5px -3954px;
}
.country-selector .kazakhstan,
.country-selector .KZ {
  background-position: 5px -3149px;
}
.country-selector .kiribati,
.country-selector .KI {
  background-position: 5px -3359px;
}
.country-selector .kyrgyzstan,
.country-selector .KG {
  background-position: 5px -3429px;
}
.country-selector .laos,
.country-selector .LA {
  background-position: 5px -3114px;
}
.country-selector .madagascar,
.country-selector .MG {
  background-position: 5px -2799px;
}
.country-selector .maldives,
.country-selector .MV {
  background-position: 5px -2484px;
}
.country-selector .mali,
.country-selector .ML {
  background-position: 5px -2729px;
}
.country-selector .marshallislands,
.country-selector .MH {
  background-position: 5px -2764px;
}
.country-selector .mauritania,
.country-selector .MR {
  background-position: 5px -2624px;
}
.country-selector .mauritius,
.country-selector .MU {
  background-position: 5px -2519px;
}
.country-selector .micronesia,
.country-selector .FM {
  background-position: 5px -4444px;
}
.country-selector .montserrat,
.country-selector .MS {
  background-position: 5px -2589px;
}
.country-selector .mayotte,
.country-selector .YT {
  background-position: 5px -6544px;
}
.country-selector .namibia,
.country-selector .NA {
  background-position: 5px -2309px;
}
.country-selector .nauru,
.country-selector .NR {
  background-position: 5px -2029px;
}
.country-selector .nepal,
.country-selector .NP {
  background-position: 5px -2064px;
}
.country-selector .netherlandsantilles,
.country-selector .AN {
  background-position: 5px -6124px;
}
.country-selector .nicaragua,
.country-selector .NI {
  background-position: 5px -2169px;
}
.country-selector .niger,
.country-selector .NE {
  background-position: 5px -2239px;
}
.country-selector .niue,
.country-selector .NU {
  background-position: 5px -1994px;
}
.country-selector .norfolkisland,
.country-selector .NF {
  background-position: 5px -2204px;
}
.country-selector .papuanewguinea,
.country-selector .PG {
  background-position: 5px -1784px;
}
.country-selector .peru,
.country-selector .PE {
  background-position: 5px -1854px;
}
.country-selector .republicofcongo,
.country-selector .CG {
  background-position: 5px -5252px;
}
.country-selector .senegal,
.country-selector .SN {
  background-position: 5px -1119px;
}
.country-selector .serbia,
.country-selector .RS {
  background-position: 5px -6718px;
}
.country-selector .sierraleone,
.country-selector .SL {
  background-position: 5px -1189px;
}
.country-selector .solomonislands,
.country-selector .SB {
  background-position: 5px -1399px;
}
.country-selector .somalia,
.country-selector .SO {
  background-position: 5px -1084px;
}
.country-selector .srilanka,
.country-selector .LK {
  background-position: 5px -3009px;
}
.country-selector .sthelena,
.country-selector .SH {
  background-position: 5px -909px;
}
.country-selector .suriname,
.country-selector .SR {
  background-position: 5px -1049px;
}
.country-selector .swaziland,
.country-selector .SZ {
  background-position: 5px -6509px;
}
.country-selector .svalbardandjanmayen,
.country-selector .SJ {
  background-position: 5px -2099px;
}
.country-selector .tanzania,
.country-selector .TZ {
  background-position: 5px -489px;
}
.country-selector .togo,
.country-selector .TG {
  background-position: 5px -839px;
}
.country-selector .tonga,
.country-selector .TO {
  background-position: 5px -664px;
}
.country-selector .tunisia,
.country-selector .TN {
  background-position: 5px -699px;
}
.country-selector .turkmenistan,
.country-selector .TM {
  background-position: 5px -734px;
}
.country-selector .turksandcaicos,
.country-selector .TC {
  background-position: 5px -909px;
}
.country-selector .tuvalu,
.country-selector .TV {
  background-position: 5px -559px;
}
.country-selector .uganda,
.country-selector .UG {
  background-position: 5px -419px;
}
.country-selector .ukraine,
.country-selector .UA {
  background-position: 5px -454px;
}
.country-selector .vaticancity,
.country-selector .VA {
  background-position: 5px -314px;
}
.country-selector .virginislands,
.country-selector .VG {
  background-position: 5px -209px;
}
.country-selector .wallisandfutuna,
.country-selector .WF {
  background-position: 5px -6792px;
}
.country-selector .montenegro,
.country-selector .ME {
  background-position: 5px -6859px;
}
.country-selector .macedonia,
.country-selector .MK {
  background-position: 5px -6894px;
}
.country-selector .moldova,
.country-selector .MD {
  background-position: 5px -6929px;
}
.country-selector .kosovo,
.country-selector .XK {
  background-position: 5px -6964px;
}
.country-selector .belarus,
.country-selector .BY {
  background-position: 5px -6999px;
}
.country-selector .monaco,
.country-selector .MC {
  background-position: 5px -7034px;
}
.country-selector .nigeria,
.country-selector .NG {
  background-position: 5px -7069px;
}
.country-selector .ghana,
.country-selector .GH {
  background-position: 5px -7104px;
}
.country-selector .cotedivoire,
.country-selector .CI {
  background-position: 5px -7139px;
}
.country-selector .cameroon,
.country-selector .CM {
  background-position: 5px -7174px;
}
.country-selector .zimbabwe,
.country-selector .ZW {
  background-position: 5px -7209px;
}
.country-selector .paraguay,
.country-selector .PY {
  background-position: 5px -7244px;
}

/*/resources/css/moving.background.css*/
.moving-background-container {
  background-color: #000;
}
.moving-background {
  position: relative;
  overflow: hidden;
  z-index: 0;

  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.moving-background video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.5;

  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.moving-background.playing video {
  opacity: 0.9;
}
.moving-background .mb-button {
  display: block;
  position: absolute;
  right: 100px;
  bottom: 100px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 22px;
  color: #fff;
  text-indent: -999em;
}
.moving-background .mb-button.pause {
  display: none;
}
.moving-background .mb-button.play:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 12px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-width: 7px 14px;
  border-left-color: #fff;
  overflow: hidden;
}
.moving-background .mb-button.pause:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 13px;
  width: 4px;
  height: 14px;
  border: 3px solid #fff;
  border-top: none;
  border-bottom: none;
}
.moving-background.playing .mb-button.play {
  display: none;
}
.moving-background.playing .mb-button.pause {
  display: block;
}

/* /resources/css/fixed.top.css */
html[data-device-type="dedicated"], html[data-device-type="portable"],
html[data-device-type="dedicated"] body, html[data-device-type="portable"] body, 
html[data-device-type="dedicated"] #body, html[data-device-type="portable"] #body,
.hero, .hero-bg, .hero-bg, .container-fixed .filler, .hero .containerMobileFullWidth, .hero .span12 {
  height: 100%;
}
.container-fixed {
/*  height: 100%;
*/  width: 100%;
  display: table;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Fix firefox incorrectly layering header */
.container-fixed > header > div {
  z-index: 1;
}
.container-fixed > .table-row {
  display: table-row;
}
.container-fixed > .table-row > * {
  display: table-cell;
  vertical-align: bottom;
}

.row-fluid {
  background: #fff;
  position: relative;
  z-index: 2;
  
  /* Fix for iOS rendering bug */
  -webkit-transform: translate3d(0,0,0);
  transform: translate(0,0);
}
html[data-device-type="mobile"] .container-fixed + #main > section:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
}
html[data-device-type="mobile"] .container-fixed {
  height: auto;
  min-height: 291px;
}

/* COMMON STYLES FOR PARTIALS */


/* Link focus on header and buttons */

header #main-menu > ul > li > a:focus {
    outline: 1px solid #777;
}

.pageHeadline {
    color: #009cde;
}

.hero-bg .mb-button:focus,
.hero-hugger a:focus,
.hero-hugger .icon:focus,
header #main-menu .closer:focus {
    outline: 0;
}

.hero-bg .mb-button:focus {
    box-shadow: 0 0 0 2px #fff;
}


/* HERO background */

.hero-bg,
.hero-bg .parallax-bg {
    background-position: 60% center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-bg .editorial-container:nth-child(2) {
    text-align: center;
}

html[data-device-type="dedicated"] .hero.dark {
    background-color: transparent;
}

.hero-bg p,
.hero-bg ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.28571428571429rem;
    line-height: 1.333em;
}

.hero-bg.hero-pop-out {
    overflow: visible;
    z-index: 4;
}

.hero-bg.hero-pop-out > div {
    position: relative;
}

.hero-bg.hero-pop-out img {
    position: absolute;
    top: 80px;
    right: 0;
}

.hero-notification {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-sizing: border-box;
    transition: height 0.3s ease;
}

.hero-notification:focus {
    outline: 0;
}

.hero-notification.open {
    height: 100%;
}

.hero-notification.open .expander,
.hero-notification .expanded-content,
.hero-notification .closer {
    display: none;
}

.hero-notification.open .expanded-content,
.hero-notification.open .closer {
    display: block;
}

.hero-notification.open .closer {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -999em;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
}

.hero-notification.open .closer:after {
    position: absolute;
    top: 0;
    right: 1px;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41NjQtMDg6MDAiCiAgIGRhbTpzaXplPSIyMTIiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMjYzLTA4OjAwIgogICBkYW06c2hhMT0iMDc0OWZkM2I0ZWVjYWZhOWM1OGExZDY1MzU3N2M5MGFhMTE5MDMzZSIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjMyIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9yZXZlcnNlLnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PoWTukgAAACbSURBVEjH7dM7CoAwEATQ2AlaiB9EEAQLCzsLb6Ol9z9CnEIhhZr9JJ0L0214EHaM+Ucz1tpa+b5D0q+FHNmQUQj0yI40vsVKAjlAS33AgtgAFxIDVEgN+KBgwBsUHHiA1iiAA83IgSyxgPuLJk1hyWcqLSy7B8Eg3xWpIeqZiiFuD9iQtGhk6FoUF82Bhq+lBCmUx1IimflHOieo30np52rwiAAAAABJRU5ErkJggg==') center center no-repeat;
    outline: inherit;
}

.hero-notification.open .closer:focus {
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 5px;
}

.hero-notification .expander {
    font-weight: normal;
    line-height: 80px;
    display: inline-block;
}

.hero-notification .expander:hover,
.hero-notification .expander:focus,
.hero-notification .expander:active {
    text-decoration: none;
}

.hero-notification .ppf {
    font-size: 50px;
    vertical-align: middle;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hero-notification a.expander:after {
        line-height: 1em;
    }
}

.hero-notification.open .pullout {
    /* auto shows the scrollbar only when needed, scroll shows it at all times */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 0;
}

.hero-notification .notification-t {
    display: table;
    height: 100%;
    width: 100%;
}

.hero-notification .notification-tc {
    display: table-cell;
    vertical-align: middle;
}

.row-fluid .heroBtn,
.row-fluid form {
    margin-top: 30px;
    margin-left: 0;
}

.row-fluid .hero-hugger form {
    margin-top: 0;
}


/*hatch text*/

.hero-bg .hatch {
    display: block;
    padding-top: 20px;
    clear: left;
    font-size: 15px;
    font-size: 1.07142857142857rem;
    line-height: 1.5em;
}

.hero-bg p {
    font-weight: normal;
}

.hero-bg p a {
    /*font-size: inherit;*/
}

.hero-bg a {
    font-weight: bold;
}

.hero-bg .hatch strong {
    color: #444;
}

html[data-device-type="dedicated"] .hero-bg img,
html[data-device-type="portable"] .hero-bg img {
    vertical-align: bottom;
}

html[data-device-type="dedicated"] .hero-bg.dark .editorial-container,
html[data-device-type="portable"] .hero-bg.dark .editorial-container {
    height: 25.71428571428571em;
    /* 360px/14 */
    line-height: 25.71428571428571em;
    /* 360px/14 */
}

html[data-device-type="portable"] .hero-bg .editorial {
    min-height: 530px;
}

html[data-device-type="portable"] .hero-bg .editorial-container {
    height: 530px;
    line-height: 530px;
}

html[data-device-type="mobile"] .hero-bg.hero-pop-out .editorial-container:nth-child(2) img {
    top: 20px;
    left: 3.5%;
}

html[data-device-type="mobile"] .hero-bg.hero-pop-out .editorial-container:nth-child(2) {
    /* since this EL has position: absolute the width 100% is wider than its container,
     * creating an undesireable scrolling effect. This rule fix the extra scrolling */
    width: 96%;
}


/* ----- panel ------ */

.panel {
    padding: 90px 0;
}

.panel header {
    padding-bottom: 50px;
}

.panel footer {
    padding-top: 50px;
}

.panel .center-text p {
    font-size: 16px;
    font-size: 1.14285714285714rem;
    line-height: 1.5em;
}

.kickerPara {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.607em;
}

.panel-background {
    background: #f5f5f5;
    padding: 30px 0;
    border: 1px solid;
    border-color: #e5e5e5 #d9d9d9 #ccc;
}


/*-------------------flexible panels--------------------------*/

.four-panel h3 {
    font-size: 1.4287rem;
}


/* remove this when moving to bootstrap grid */

@media (min-width: 1024px) and (orientation: landscape) {
    html[data-device-type="portable"] .four-panel .clearfix {
        display: none;
    }
}


/* -------css added by eClerx for panel videos and background images------ */

.panel .panel-img {
    margin-bottom: 60px;
    display: block;
}

.panel .legal-notes {
    margin-bottom: 0;
    padding-bottom: 0;
}

html[data-device-type="mobile"] .panel .panel-img {
    margin-bottom: 30px;
}


/* -------css added by eClerx for panel videos and background images ends------ */


/* --------single line callout (stats) ------------ */

.callout {
    border-top: 1px solid #f2f2f2;
}

.callout p {
    color: #009cde;
    padding: 0;
}

.callout b {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 0.333em;
    padding: 29px;
    border: 1px solid #009cde;
    border-radius: 50%;
    font-size: 48px;
    font-size: 3.42857142857143rem;
    line-height: 1.25em;
    font-weight: 100;
    color: #009cde;
    letter-spacing: -0.02em;
}

.callout.blue b,
.callout.dark b {
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.callout b.small {
    width: 80px;
    padding: 29px 19px;
    font-size: 42px;
    font-size: 3rem;
}

.callout b.large {
    font-size: 60px;
    font-size: 4.28571428571429rem;
    line-height: 1em;
}

.callout sup,
.callout sub {
    font-size: 60%;
    padding: 0 2px;
}


/* second line in the stat circle */

.callout span {
    display: block;
    margin: -1.4em auto 0;
    font-size: 37.5%;
    font-weight: 200;
    letter-spacing: 0;
}

.callout b.small span {
    font-size: 43%
}

.callout b.large span {
    font-size: 30%
}


/* ---------- pullout --------- */

.pullout {
    padding: 90px 0;
}

.pulloutPara {
    font-size: 16px;
    font-size: 1.14285714285714rem;
    line-height: 1.5em;
    padding-top: 25px;
    padding-bottom: 35px;
}

.pullout .pulloutPara a {
    display: inline;
}

.pullout a {
    font-size: 16px;
    font-size: 1.14285714285714rem;
    line-height: 1.5em;
    font-weight: bold;
}


/* -------- editorials ------------- */

.editorial-bg,
.editorial-bg .parallax-bg {
    background-size: cover;
    background-position: 60% center;
    background-repeat: no-repeat;
}

.editorial-img {
    background-clip: padding-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
}

.editorial-left .editorial-img {
    background-position: 30% bottom;
}

.editorial-right .editorial-img {
    background-position: 83% bottom;
}

.editorial-container {
    padding-right: 2%;
}

.editorial-left .containerCentered .editorial-container:first-child {
    float: right;
}


/* centers text vertically in a row */

.editorial-cell {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 100%\9;
    width: 100%;
}

.editorial p {
    padding-top: 6px;
    padding-bottom: 9px;
}

html[data-device-type="dedicated"] .editorial {
    min-height: 37.85714285714286em;
}

html[data-device-type="dedicated"] .editorial-container {
    height: 37.85714285714286em;
    line-height: 37.85714285714286em;
}


/* 6 column grid */

@media (max-width: 1023px) {
    html[data-device-type="portable"] .editorial-left .editorial-img {
        background-position: 7% bottom;
    }
    html[data-device-type="portable"] .editorial-right .editorial-img {
        background-position: 95% bottom;
    }
}

html[data-device-type="portable"] .editorial {
    min-height: 400px;
}

html[data-device-type="portable"] .editorial-container {
    height: 400px;
    line-height: 400px;
}

html[data-device-type="portable"] .editorial-bg {
    max-height: 400px;
}

html[data-device-type="portable"] .editorial-img {
    background-size: auto 380px;
}


/* ----  Parallax ------- */

.parallax-bg {
    display: block;
}

html[data-device-type="portable"] .parallax-bg,
html[data-device-type="mobile"] .parallax-bg,
.no-parallax .parallax-bg,
.dark .parallax-bg {
    display: none;
}

.hero-bg,
.editorial-bg {
    overflow: hidden;
}

.hero-bg.parallax,
.editorial-bg.parallax {
    background-image: none;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
    margin-top: -40px;
    z-index: -1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.hero-bg .parallax-bg {
    -webkit-transform: translate3d(0, 21px, 0);
    transform: translate3d(0, 21px, 0);
}


/* --------- Closing CTA -------------- */

.closing-section.blue .closing-cta {
    background: #ebebeb;
    color: #009cde;
}

.closing-section.blue .closing-cta:hover {
    background: #ddd;
}

.closing-section.blue .closing-cta:active {
    background: #d1d1d1;
}


/*---sign-up panel---*/

.signup-panel {
    background: #f5f5f5;
    padding: 60px 0;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.signup-panel-headline {
    text-align: center;
}

.signup-panel-form {
    text-align: center;
    padding-top: 20px;
}

.signup-panel-form .signupBtn {
    min-width: 300px
}


/* --- quote ---- */

.pullout blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

.quoteHeadline {
    padding-bottom: 20px;
}

.blue p.quoteHeadline {
    color: #fff;
}


/* --- steps ---- */

.steps {
    padding: 35px 0;
}

html p.circle {
    border: 1px solid #c0c0c0;
    padding: 4px 11px;
    border-radius: 50%;
    width: 8px;
    float: left;
    margin-right: 20px;
}

html p.step-text {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding: 0;
}


/* XXX: Can we update this to a less generic class? What exactly is .active for? */

.active {
    border-bottom: 1px solid #009cde;
}

.cirle-highlighed {
    border: 1px solid #009cde;
    color: #009cde;
}


/* ---organized list-----*/

.organized {
    padding: 50px 0;
}

.organizedList a {
    padding: 10px 0;
}


/* COMMON styles */


/* Special style for marketing to add more space on the grid */

html[data-device-type="dedicated"] .four-panel .span3 {
    padding-right: 2%;
}

html[data-device-type="dedicated"] .hero-bg,
html[data-device-type="dedicated"] .editorial {
    min-width: 71.71428571428571em;
}

.box {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}


/* Use this to center any container on the page */

.center-block,
html[data-device-type="dedicated"] .row-fluid [class*="span"].center-block,
html[data-device-type="dedicated"] .row-fluid [class*="span"]:first-child.center-block,
html[data-device-type="portable"] .row-fluid [class*="span"].center-block,
html[data-device-type="portable"] .row-fluid [class*="span"]:first-child.center-block,
html[data-device-type="mobile"] .row-fluid [class*="span"].center-block,
html[data-device-type="mobile"] .row-fluid [class*="span"]:first-child.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.center-text {
    text-align: center;
}


/* Links */

.contentLink {
    font-size: 15px;
    font-size: 1.07142857142857rem;
    line-height: 1.5em;
    display: inline-block;
    margin: 0 6px 0 0;
    padding-left: 10px;
}

.contentLink:first-of-type {
    border-left: none;
    padding-left: 0;
}


/* Video module */

.video-module {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 356px;
}

.video-module > .containerCentered > .editorial-container {
    height: 356px;
    line-height: 356px;
}

.video-module .play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-module .play-button > span {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    text-indent: -999em;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 36px;
}

.video-module .play-button > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -10px;
    overflow: hidden;
    border: 24px solid transparent;
    border-width: 12px 24px;
    border-left-color: #fff;
}

html[data-device-type="mobile"] .video-module .play-button > span {
    top: 75%;
}


/* Video Thumnail Module added by eClerx*/

.videos-thumbnails {
    margin-top: 0;
    margin-bottom: 0;
}

.videos-thumbnails .txtOverVideo {
    text-align: center;
}

.videos-thumbnails .play {
    display: block;
    /*padding-top: 56.20567%;*/
    position: relative;
}

.videos-thumbnails .txtOverVideo .play {
    margin-bottom: 60px;
}

.videos-thumbnails .txtOverVideo > a > div {
    height: 100%;
    position: absolute;
    top: 0;
}

.videos-thumbnails .txtOverVideo > a > div > h3 {
    padding: 0 2%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.videos-thumbnails .play > span {
    content: '';
    position: absolute;
    left: 52%;
    top: 57%;
    width: 40px;
    height: 40px;
    margin-left: -30px;
    margin-top: -30px;
    text-indent: -999em;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 36px;
}

.videos-thumbnails .play > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 57%;
    left: 60%;
    margin-top: -12px;
    margin-left: -10px;
    overflow: hidden;
    border: 24px solid transparent;
    border-width: 9px 18px;
    border-left-color: #fff;
}

html[data-device-type="mobile"] .videos-thumbnails .play > span {
    top: 84%;
    left: 93%;
}

html[data-device-type="mobile"] .videos-thumbnails .txtOverVideo .play {
    margin-bottom: 30px;
}

html[data-device-type="dedicated"] .four-panel .videos-thumbnails .play > span:after {
    border-width: 7px 14px;
    left: 67%;
    top: 65%;
}

html[data-device-type="dedicated"] .four-panel .videos-thumbnails .play > span {
    height: 30px;
    width: 30px;
}

html[data-device-type="portable"] .four-panel .videos-thumbnails .txtOverVideo > a > div.span12 {
    width: 100%;
}

html[data-device-type="portable"] .four-panel .videos-thumbnails .play > span {
    top: 89%;
}

html[data-device-type="portable"] .span4 .videos-thumbnails .play > span {
    left: 93%;
    top: 87%;
}


/*LAYOUTS COLORS*/


/* ================== */


/* creates a blue background with white text */

.blue {
    background-color: #009cde;
    color: #fff;
}


/* Creates a dark gray background with light text */

.dark {
    background-color: #333;
    color: #fff;
}


/* creates a white background if needed */

.reverse {
    background-color: #fff;
    color: #777;
}


/* Creates a light gray background with gray text */

.light {
    background-color: #f7f9fa;
    color: #666;
}


/* LightContent is usually for hero with darker images
 * to make it easier to read content, not needed on mobile with current designs
 */

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark a {
    color: #fff;
}

.dark a:hover {
    color: #e6e6e6;
}

.blue p {
    color: #fff;
}

.dark p {
    color: #e6e6e6;
}


/* fat-footer */

.panel-three {
    padding-top: 60px;
}

.panel-three a {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
}

.panel-three .sideKickHeadline {
    padding-bottom: 25px;
}

html[data-device-type="mobile"] #fatfooter-container .row-fluid:last-child {
    padding-bottom: 20px;
}


/* search */

#pnf-search {
    display: inline-block;
    margin: 0;
}

#pnf-search button {
    background-color: rgba(0, 0, 0, 0);
    min-width: 50px;
    margin: 0;
    padding: 0;
    color: #0079ad;
    font-size: 16px;
    font-size: 1.14285714285714rem;
    font-weight: bold;
}

#pnf-search button:hover,
#pnf-search button:focus {
    color: #0C8DC4;
    text-decoration: underline;
}


/* new partials */

.faq-list {
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
}

.faq h2 {
    padding-bottom: 30px;
}

html[data-device-type="mobile"] .faq .span4 {
    margin-top: 30px;
}

.answers,
html[data-device-type="mobile"] .answers {
    padding: 20px 30px 20px;
}


/* expander */

.expander {
    padding-top: 14px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none !important;
}

.expand {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
    border-radius: 50%;
    float: right;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.expand:after {
    content: '+';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    color: #444;
    top: 0;
    left: 0;
    text-indent: 0;
}

.expand.open:after {
    content: '–';
}

.expand-rows h4 {
    padding: 20px 0;
}

.expanding {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: height 0.3s ease;
    border-bottom: 1px solid #F5F5F5;
    font-size: 15px;
    font-size: 1.071rem;
}

.expanding.open {
    padding-bottom: 10px;
    height: auto;
}

.light .expand {
    border-color: #0079ad;
}

.light .expand:after {
    color: #0079ad;
}

.light .expanding {
    border-color: #e6e6e6;
}

html[data-device-type="mobile"] .expanding {
    padding: 0;
}

html[data-device-type="mobile"] .expanding.open {
    padding-bottom: 10px;
}


/* expaner ends */

.pricing-list {
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    overflow: auto;
}


/* sticky nav */

.sticky-nav-panel {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    line-height: 60px;
    padding: 10px;
    background: #F5F5F5;
}

.sticky-nav-panel.on {
    margin-top: 0;
    position: fixed;
    z-index: 99;
}

.sticky-nav-panel .btn {
    min-width: 300px;
    visibility: hidden;
}

.sticky-nav-panel p {
    display: inline-block;
}

.sticky-nav-links {
    font-size: 15px;
    font-size: 1.07142857142857rem;
    line-height: 1.5em;
    margin-left: 20px;
    color: #444;
    font-weight: normal;
}

.sticky-nav-links.current {
    color: #009cde;
}

.sticky-nav-panel,
.floating-bar-spacer {
    position: relative;
    z-index: 2;
}

.sticky-nav-panel form {
    margin-top: 0;
}

.floating-bar.on .btn {
    visibility: visible;
}

html[data-device-type="portable"] .sticky-nav-panel .btn {
    transition: all 0 ease 0;
}

html[data-device-type="portable"] .sticky-nav-panel,
html[data-device-type="mobile"] .sticky-nav-panel {
    padding: 8px 0;
}

html[data-device-type="mobile"] .sticky-nav-panel,
html[data-device-type="mobile"] .floating-bar-spacer {
    margin-top: 0;
}

html[data-device-type="portable"] .sticky-nav-panel #jump-bar-select {
    height: 46px;
}


/* nav-bar */

.nav-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    line-height: 60px;
    background: #F5F5F5;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.nav-bar p {
    padding-top: 4px;
    padding-bottom: 14px;
    margin: 0;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.5em;
    color: #777;
}


/* android  smart banner */

.smart-banner {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
    background-color: #F5F5F5;
    color: #666;
}

.smart-banner .span12 {
    height: 50px;
}

.sprite {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/icons/android_app_sprite_2x.png");
    background-size: 180px 51px;
}

.close {
    background-position: -16px -16px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: 15px;
}

.logo {
    background-position: -47px 0;
    width: 55px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
}

.app-text {
    position: relative;
    bottom: 26px;
    font-size: 22px;
}

.rating {
    background-position: -106px -19px;
    position: relative;
    left: -118px;
    bottom: 2px;
    padding-left: 45px;
}

.reviews {
    display: inline;
    font-size: 9px;
    position: relative;
    left: -115px;
    bottom: 6px;
}

.install {
    background-position: -155px -6px;
    position: relative;
    bottom: 43px;
    left: 235px;
    padding: 10px 13px 10px 40px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #666;
}

@media (orientation: landscape) {
    .install {
        bottom: 20px;
        left: 171px;
    }
}


/* notification bar above the header */

.row-notification .containerCentered {
    border-bottom: 1px solid #e6e6e6;
}

.row-notification:last-of-type .containerCentered {
    border-bottom: 0 none;
}

.row-notification p {
    position: relative;
    padding: 10px 35px 10px 0;
    font-size: 13px;
    font-size: 0.9285rem;
}

.row-notification a {
    font-size: 13px;
    font-size: 0.9285rem;
}

.notification-close {
    position: absolute;
    top: 10px;
    right: 0;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=') center center no-repeat;
    width: 25px;
    height: 25px;
}

.notification-close:hover {
    cursor: pointer;
}

.notification-close:focus {
    border-radius: 5px;
    outline: 0;
    box-shadow: 0 0 0 1px #CCC;
}

.row-notification {
    display: none;
}


/* make sure the notification shows on top when the menu is open */

body.open .row-notification {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate(-240px, 0);
    transform: translate(-240px, 0)
}


/* adding more gutter space around two, three, four column layouts */

.panel.row-fluid [class*="span"] {
    padding-right: 2%;
}

.panel.row-fluid [class*="span"]:last-child {
    padding-right: 0;
}


/*===========Main containers=============*/

.main-containers .subContainer {
    display: block;
    position: relative;
    width: 25%;
    height: 250px;
    text-align: center;
    /*background-color: #fff;*/
    color: #000;
    padding: 30px;
    margin: 1%;
    float: left;
    /*perspective: 1000;*/
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.main-containers .container-side {}

.main-containers .container-content {
    min-width: 98%;
}

.main-containers .subContainer p {
    color: #444444;
    min-height: 50px;
}

.main-containers .subContainer .back p {
    padding-top: 30%;
    font-weight: bold;
}

.main-containers .subContainer a {
    color: #0079ad;
}

.main-containers .subContainer .img {
    height: 125px;
    min-height: 125px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.main-containers .subContainer .img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-containers .container4d2p1m {
    padding: 40px 0;
}

.main-containers .subContainer .back {
    display: none;
}

.main-containers .subContainer.flip .back {
    display: block;
}

html[data-device-type="portable"] .main-containers .subContainer {
    width: 20%;
    margin: 2%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    html[data-device-type="portable"] .main-containers .subContainer.rotated {
        left: 2.5%;
        position: relative;
    }
}

html[data-device-type="mobile"] .main-containers .subContainer .img {
    height: 120px;
    min-height: 120px;
}

html[data-device-type="mobile"] .main-containers .subContainer p {
    padding-top: 0;
}

html[data-device-type="mobile"] .main-containers .subContainer {
    width: 70%;
}


/* vertically centering any content in a container */

html[data-device-type="dedicated"] .vertical-centered,
html[data-device-type="portable"] .vertical-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html[data-device-type="dedicated"].no-csstransforms .vertical-centered,
html[data-device-type="portable"].no-csstransforms .vertical-centered {
    position: static;
}


/*-------- HERO BAR MSG------------*/

.hero-bar-msg {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}

html[data-device-type] .hero-bar-msg p {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1rem;
}

.hero-bg .editorial{min-height:530px}.hero-bg .editorial-container{height:530px;line-height:530px}.hero-bg.hero-pop-out{height:42.85714285714286em;line-height:42.85714285714286em}.hero-bg.hero-pop-out .editorial-container{height:42.85714285714286em;line-height:42.85714285714286em}.hero-bg.dark .editorial-container{height:25.71428571428571em;line-height:25.71428571428571em}.hero-bg img{vertical-align:bottom}.editorial{min-height:37.85714285714286em}.editorial-container{height:37.85714285714286em;line-height:37.85714285714286em}.four-panel .span3{padding-right:2%}.hero-bg,.editorial{min-width:71.71428571428571em}.lightContent{background-color:#333}.lightContent,.lightContent h1,.lightContent h3,.lightContent h2,.lightContent h3,.lightContent h4,.lightContent p,.lightContent a{color:#fff}.closing-cta{width:30%;margin-top:28px}

/*
    This file is specifically for US pages, it includes the new brand font and styles (pill buttons, dashed separate lines, and
    blue gradient). 
*/
/*
Author: Rupin Khandelwal
Paypal sans font will be applied to all regions except few asian countries like China and Japan.
NOTE:This file should be included in the base.dust and before base.css because fonts for other asian countries will fall back to the layout in the base.css.
*/
/*Paypal Sans Big*/
@font-face {
  font-family: "pp-sans-big-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg");
}
/*Paypal Sans Small-------------------------------------*/
@font-face {
  font-family: "pp-sans-small-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.svg") format("svg");
}
/*------------------------*/
.pp-sans-big-bold {
  font-family: "pp-sans-big-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-light {
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-medium {
  font-family: "pp-sans-big-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-regular {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/*SMALL-------*/
.pp-sans-small-bold {
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-light {
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-medium {
  font-family: "pp-sans-small-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-regular {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-thin {
  font-family: "pp-sans-small-thin", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/* Dharma Gothic Fonts */
/**
 * @license
 * MyFonts Webfont Build ID 3112442, 2015-10-22T13:07:46-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
*/
@font-face {
  font-family: 'DharmaGothicE-Regular';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Heavy';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Thin';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ThinItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Bold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-RegularItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLight';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-LightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Light';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-BoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-HeavyItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype');
}
.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #ffffff;
}
/* For mobile - shorter height and width */
body {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.25;
}
.hero-bg p {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
input,
textarea,
select.no-arrow {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.sticky-nav-global,
.sticky-nav-panel,
.floating-bar {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps-section .circle {
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding: 11px 18px;
}
.steps-section .step-text {
  height: 46px;
}
/*---Layout changes*/
.legal-notes {
  font-size: 13px;
  font-size: 0.92857143rem;
}
/*--- Global Footer -- footer-notes ---*/
.global-footer .footer-notes {
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
hr {
  background-image: linear-gradient(to right, #c0c0c0 50%, rgba(255, 255, 255, 0) 40%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  border-top: 0px;
  border-bottom: 0px;
}
.sticky-nav-links.current {
  color: #0070ba;
}
.btn {
  border-radius: 25px;
  font-size: 15px;
  font-size: 1.07142857rem;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  background: #0070ba;
}
.btn.btn-white {
  padding-top: 12px;
  padding-bottom: 14px;
}
.btn.btn-white-border,
html[data-device-type="dedicated"].focus-off .btn.btn-white-border:focus {
  color: #ffffff;
  background-color: transparent;
  position: relative;
  border: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.btn.btn-blue-border,
html[data-device-type="dedicated"].focus-off .btn.btn-blue-border:focus {
  color: #0070ba;
  background-color: transparent;
  position: relative;
  border: 0;
  box-shadow: 0 0 0 1px #0070ba, 0 0 0 1px #0070ba;
}
.btn:hover,
.btn:focus {
  background: #005ea6;
}
html[data-device-type] .btn:active {
  background: #005ea6;
  color: #ffffff;
}
html[data-device-type] .btn.btn-white-border:focus,
html[data-device-type] .btn.btn-blue-border:focus,
html[data-device-type] .btn.btn-white-border:hover,
html[data-device-type] .btn.btn-blue-border:hover,
html[data-device-type] .btn.btn-white-border:active,
html[data-device-type] .btn.btn-blue-border:active {
  background-color: transparent;
}
.btn .icon-play-media {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
}
.btn .icon-play-media:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 12px;
}
.btn .icon-play-media:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-radius: 50%;
}
.btn.btn-white-border .icon-play-media:after {
  border-left: 7px solid #9da3a6;
}
.btn.btn-blue-border .icon-play-media:after {
  border-left: 7px solid #ffffff;
}
.btn.btn-white-border .icon-play-media:before {
  border: 15px solid #ffffff;
}
.btn.btn-blue-border .icon-play-media:before {
  border: 15px solid #0070ba;
}
html[data-device-type="dedicated"] .btn:hover,
html[data-device-type="portable"] .btn:hover,
html[data-device-type="mobile"] .btn:hover,
html[data-device-type="dedicated"] .btn:focus,
html[data-device-type="portable"] .btn:focus,
html[data-device-type="mobile"] .btn:focus {
  background: #005ea6;
}
html[data-device-type="dedicated"] .btn.btn-white,
html[data-device-type="portable"] .btn.btn-white,
html[data-device-type="mobile"] .btn.btn-white {
  border: 1px solid #0070ba;
  color: #0070ba;
  background-color: #ffffff;
}
html[data-device-type="dedicated"] .btn-white:hover,
html[data-device-type="portable"] .btn-white:hover,
html[data-device-type="mobile"] .btn-white:hover,
html[data-device-type="dedicated"] .btn-white:focus,
html[data-device-type="portable"] .btn-white:focus,
html[data-device-type="mobile"] .btn-white:focus {
  border: 1px solid #005ea6;
  color: #005ea6;
  background-color: #ffffff;
}
html[data-device-type="dedicated"] .btn-white .svg.i-blue,
html[data-device-type="portable"] .btn-white .svg.i-blue,
html[data-device-type="mobile"] .btn-white .svg.i-blue {
  fill: #0070ba;
}
.btn-secondary {
  background: #ddd;
}
html[data-device-type="dedicated"] .btn-secondary:hover,
html[data-device-type="portable"] .btn-secondary:hover,
html[data-device-type="mobile"] .btn-secondary:hover,
html[data-device-type="dedicated"] .btn-secondary:focus,
html[data-device-type="portable"] .btn-secondary:focus,
html[data-device-type="mobile"] .btn-secondary:focus {
  background: #ebebeb;
}
header {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
header .btn {
  padding: 8px 8px 10px 8px;
  min-width: 84px;
  font-size: 12px;
  font-size: 0.85714286rem;
}
header .main-menu .menu-wrapper {
  background: #0070ba;
}
header .form-inline label.select-arrow {
  top: -4px;
}
header .form-inline .btn.continue {
  padding-top: 8px;
  padding-bottom: 10px;
}
header .header-buttons {
  position: relative;
  top: -3px;
}
header .error-overlay {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
label.select-arrow {
  top: -4px;
}
html[data-device-type="dedicated"] header .main-menu > ul > li > a.selected,
html[data-device-type="dedicated"] header .main-menu > ul > li > a.selected:after {
  color: #0070ba;
  border-top-color: #0070ba;
}
html[data-device-type="dedicated"] header .main-menu > ul > li > a:hover,
html[data-device-type="dedicated"] header .main-menu > ul > li > a:focus,
html[data-device-type="dedicated"] header .main-menu > ul > li > a:hover:after,
html[data-device-type="dedicated"] header .main-menu > ul > li > a:focus:after {
  color: #005ea6;
  border-top-color: #005ea6;
}
html[data-device-type="dedicated"] header .main-menu > ul > li > a.highlight {
  color: #0070ba;
}
html[data-device-type="dedicated"] header .main-menu > ul > li > a.highlight:after {
  color: #0070ba;
  border-top-color: #0070ba;
}
html[data-device-type="mobile"] header .main-menu {
  background: #0070ba;
}
.blue {
  color: #ffffff;
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
a {
  color: #0070ba;
}
a:hover {
  color: #005ea6;
}
.blue a,
.dark a {
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #ffffff;
}
.form-inline .input-wrapper.error:after {
  top: 10px;
}
.form-inline .controls label.error-msg {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  background: #9C2B36;
  background: rgba(156, 43, 54, 0.9);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  z-index: 3;
}
.form-inline input[type="number"] ~ select,
.form-inline input.amount-currency ~ select {
  /* style the currency dropdown */
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  position: relative;
  top: 0;
  left: -1px;
}

/*

 navigation-main-sb.less

 This file is specifically for the new brand font and styles.

*/
.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #fff;
}
/* For mobile - shorter height and width */
/*
Author: Rupin Khandelwal
Paypal sans font will be applied to all regions except few asian countries like China and Japan.
NOTE:This file should be included in the base.dust and before base.css because fonts for other asian countries will fall back to the layout in the base.css.
*/
/*Paypal Sans Big*/
@font-face {
  font-family: "pp-sans-big-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg");
}
/*Paypal Sans Small-------------------------------------*/
@font-face {
  font-family: "pp-sans-small-bold";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.svg") format("svg");
}
/*------------------------*/
.pp-sans-big-bold {
  font-family: "pp-sans-big-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-light {
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-medium {
  font-family: "pp-sans-big-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-regular {
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/*SMALL-------*/
.pp-sans-small-bold {
  font-family: "pp-sans-small-bold", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-light {
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-medium {
  font-family: "pp-sans-small-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-regular {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-thin {
  font-family: "pp-sans-small-thin", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/* Dharma Gothic Fonts */
/**
 * @license
 * MyFonts Webfont Build ID 3112442, 2015-10-22T13:07:46-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
*/
@font-face {
  font-family: 'DharmaGothicE-Regular';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Heavy';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Thin';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ThinItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Bold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-RegularItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExLight';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-LightItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-Light';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-BoldItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-HeavyItalic';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DharmaGothicE-ExBold';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype');
}
/*
* Helper mixins
*/
@-moz-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-webkit-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
/*
* Namespace for whole header
*/
.pp-header {
  font-family: "pp-sans-big-medium", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  position: absolute;
  z-index: 10;
  width: 100%;
  /*
    Send Money Form
    */
}
html[data-device-type="dedicated"] .pp-header {
  min-width: 1168px;
}
html[lang="en-US"][data-device-type="dedicated"] .pp-header {
  min-width: 1028px;
}
div.menu-open .pp-header {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
html[data-device-type="mobile"] div.menu-open .pp-header {
  background: none;
}
html[data-device-type="portable"] .pp-header:before,
html[data-device-type="dedicated"] .pp-header:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 71px;
}
.pp-header:after {
  content: "";
  display: block;
  height: 300px;
  width: 120%;
  background-color: transparent;
  z-index: -1;
  position: absolute;
  top: -300px;
  box-shadow: 0px 0px 230px 55px rgba(0, 0, 0, 0.48);
  left: -20%;
}
html[data-device-type="portable"] .menu-open .pp-header:after,
html[data-device-type="dedicated"] .menu-open .pp-header:after {
  display: none;
}
.no-rgba .pp-header {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#4cFFFFFF);
}
.pp-header .paypal-img-logo {
  display: inline-block;
  width: 136px;
  height: 43px;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url("https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg") center center no-repeat;
  background-size: 124px 33px;
  vertical-align: middle;
  padding-top: 5px;
  margin-top: -10px;
  position: absolute;
  top: 21px;
  left: 0;
}
@media (min-width: 1235px) {
  html[data-device-type="dedicated"] .pp-header .paypal-img-logo {
    left: 0%;
  }
}
@media (max-width: 1234px) {
  html[data-device-type="dedicated"] .pp-header .paypal-img-logo {
    left: 30px;
  }
}
@media (min-width: 1024px) {
  html[data-device-type="portable"] .pp-header .paypal-img-logo {
    left: 3%;
  }
}
@media (max-width: 1005px) {
  html[data-device-type="portable"] .pp-header .paypal-img-logo {
    left: 3.75%;
  }
}
.no-svg .pp-header .paypal-img-logo {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/marketing/global/logos/ppcom-white.png);
}
.pp-header .paypal-img-logo:focus {
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 5px;
}
html[data-device-type="mobile"] .pp-header .paypal-img-logo {
  position: static;
  margin-top: 0;
  width: 29px;
  height: 34px;
  padding: 0;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0% 50%;
  background-size: cover;
}
.pp-header .header-buttons {
  /* Fix for MS Surface issues */
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  right: 0;
  top: 17px;
}
html[data-device-type="mobile"] .pp-header .header-buttons {
  position: absolute;
  top: 14px;
  right: 3.75%;
}
html[data-device-type="mobile"] .pp-header .header-buttons #logout-button {
  display: none;
}
@media (min-width: 1235px) {
  html[data-device-type="dedicated"] .pp-header .header-buttons {
    right: 0%;
  }
}
@media (max-width: 1234px) {
  html[data-device-type="dedicated"] .pp-header .header-buttons {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  html[data-device-type="portable"] .pp-header .header-buttons {
    right: 3%;
  }
}
@media (max-width: 1005px) {
  html[data-device-type="portable"] .pp-header .header-buttons {
    right: 3.75%;
  }
}
.pp-header .header-buttons .btn.btn-small {
  padding-top: 5px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 84px;
  height: 36px;
  line-height: 2;
  box-sizing: border-box;
  color: #222;
  background-color: #fff;
}
.pp-header .header-buttons .btn.btn-small.closed {
  display: none;
}
.pp-header .header-buttons .btn.btn-small.btn-secondary,
.pp-header .header-buttons .btn.btn-small.btn-secondary:focus,
.pp-header .header-buttons .btn.btn-small.btn-secondary:hover,
.pp-header .header-buttons .btn.btn-small.btn-secondary:active {
  margin-right: 4px;
  color: #fff;
  background-color: transparent;
  position: relative;
  border: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
}
html[data-device-type="mobile"] .pp-header .header-buttons .btn.btn-small {
  display: none;
}
html[data-device-type="mobile"] .pp-header .header-buttons .btn.btn-small.btn-secondary {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 12px;
  margin: 0;
}
.pp-header #menu-button {
  display: none;
}
html[data-device-type="mobile"] .pp-header #menu-button {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
  color: #FFF;
  border-radius: 18px;
  top: 14px;
  left: 3.75%;
  height: 36px;
  width: 84px;
  padding-left: 26px;
  line-height: 33px;
  font-size: 12px;
  box-sizing: border-box;
}
html[data-device-type="mobile"] .pp-header #menu-button:before {
  display: block;
  content: "";
  width: 13px;
  height: 9px;
  position: absolute;
  border: 1px solid #fff;
  top: 12px;
  left: 14px;
  border-left: 0;
  border-right: 0;
}
html[data-device-type="mobile"] .pp-header #menu-button:after {
  display: block;
  content: "";
  width: 13px;
  height: 0px;
  position: absolute;
  border: 1px solid #fff;
  top: 17px;
  left: 14px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.pp-header > div {
  background: none;
}
html[data-device-type="portable"] .menu-close .pp-header > div,
html[data-device-type="dedicated"] .menu-close .pp-header > div {
  -webkit-animation: headerclose 0.2s steps(10, end) 1 300ms 0 ease;
  -moz-animation: headerclose 0.2s steps(10, end) 1 300ms 0 ease;
  -ms-animation: headerclose 0.2s steps(10, end) 1 300ms 0 ease;
  -webkit-animation: headerclose 0.2s steps(10, end) 1;
  -moz-animation: headerclose 0.2s steps(10, end) 1;
  animation: headerclose 0.2s steps(10, end) 1;
}
.pp-header div.containerCentered {
  position: relative;
  height: 30px;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
html[data-device-type="portable"] .pp-header div.containerCentered {
  padding-top: 21px;
  padding-bottom: 21px;
}
html[data-device-type="dedicated"] .pp-header div.containerCentered {
  padding: 21px 0;
}
div.menu-open .pp-header div.containerCentered {
  height: 189px;
}
html[data-device-type="mobile"] div.menu-open .pp-header div.containerCentered {
  height: 30px;
}
html[data-device-type="mobile"] .pp-header div.containerCentered {
  text-align: center;
  padding-top: 15px;
}
.pp-header .main-menu {
  padding: 0;
  text-align: center;
  height: 50px;
  margin: 0;
}
html[data-device-type="mobile"] .pp-header .main-menu {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "pp-sans-big-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translate(0, 0);
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-touch-action: none;
  touch-action: none;
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  width: 240px;
  z-index: -1;
}
html[data-device-type="mobile"] .pp-header .main-menu ul,
html[data-device-type="mobile"] .pp-header .main-menu li {
  display: block;
}
html[data-device-type="portable"] .pp-header .main-menu ul,
html[data-device-type="dedicated"] .pp-header .main-menu ul,
html[data-device-type="portable"] .pp-header .main-menu > ul > li,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li {
  height: 100%;
}
.pp-header .main-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pp-header .main-menu li {
  display: inline-block;
  list-style-type: none;
  padding: 0 3px;
}
.pp-header .main-menu > ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  color: #FFF;
  box-sizing: border-box;
  font-size: 1rem;
}
.pp-header .main-menu > ul > li > a.logout-mobile,
.pp-header .main-menu > ul > li > a.signup-mobile {
  text-transform: none;
  position: absolute;
  width: 68%;
  margin: 22px 19px;
}
.pp-header .main-menu > ul > li > a:focus {
  outline: none;
}
html[data-device-type="mobile"] .pp-header .main-menu > ul > li > a:not(.btn) {
  color: #fff;
  display: block;
  line-height: 50px;
  font-size: 16px;
}
html[data-device-type="portable"] .pp-header .main-menu > ul > li > a,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a {
  padding: 3px 30px;
  height: 100%;
}
html[data-device-type="portable"] .pp-header .main-menu > ul > li > a:hover,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a:hover,
html[data-device-type="portable"] .pp-header .main-menu > ul > li > a:focus,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a:focus,
html[data-device-type="portable"] .pp-header .main-menu > ul > li > a.selected,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a.selected,
html[data-device-type="portable"] .pp-header .main-menu > ul > li > a.highlight,
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a.highlight {
  color: #FFF;
  border-bottom: 2px solid;
}
@media (orientation: portrait) {
  html[data-device-type="portable"] .pp-header .main-menu > ul > li > a {
    padding: 3px 10px 3px 0px;
    font-size: 0.8rem;
  }
}
.pp-header a.highlight:not(.no-drop):after,
.pp-header a[rel="menuitem"]:after {
  opacity: 0.75;
  content: "";
  display: inline-block;
  position: relative;
  left: 6px;
  top: -4px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}
html[data-device-type="mobile"] .pp-header a[rel="menuitem"].desktop-only:after {
  display: none;
}
.pp-header #main-menu > ul > li > a:focus {
  outline: none;
}
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a[rel="menuitem"].selected {
  color: #FFF;
}
html[data-device-type="dedicated"] .pp-header .main-menu > ul > li > a[rel="menuitem"]:after {
  color: #FFF;
  border-top-color: transparent;
}
.pp-header .main-menu .menu-wrapper {
  background: none;
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.pp-header .main-menu .menu-wrapper.on {
  display: block;
}
.pp-header .main-menu .menu-wrapper.on.open {
  max-height: 160px;
}
.pp-header .main-menu .menu-wrapper:focus {
  outline: none;
}
html[data-device-type="mobile"] .pp-header .main-menu .menu-wrapper {
  position: static;
  width: auto;
}
html[data-device-type="mobile"] .pp-header .main-menu .menu-wrapper.open {
  max-height: 300px;
}
html[data-device-type="mobile"] .pp-header .main-menu .menu-wrapper.on.open.done {
  height: initial!important;
}
.pp-header .main-menu .menu-wrapper > div {
  height: 100%;
}
.pp-header .closer {
  position: absolute;
  top: 18px;
  right: 18px;
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  line-height: 12px;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
html[data-device-type="mobile"] .pp-header .closer {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
html[data-device-type="portable"] .pp-header .closer:after,
html[data-device-type="dedicated"] .pp-header .closer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41NjQtMDg6MDAiCiAgIGRhbTpzaXplPSIyMTIiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMjYzLTA4OjAwIgogICBkYW06c2hhMT0iMDc0OWZkM2I0ZWVjYWZhOWM1OGExZDY1MzU3N2M5MGFhMTE5MDMzZSIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjMyIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9yZXZlcnNlLnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PoWTukgAAACbSURBVEjH7dM7CoAwEATQ2AlaiB9EEAQLCzsLb6Ol9z9CnEIhhZr9JJ0L0214EHaM+Ucz1tpa+b5D0q+FHNmQUQj0yI40vsVKAjlAS33AgtgAFxIDVEgN+KBgwBsUHHiA1iiAA83IgSyxgPuLJk1hyWcqLSy7B8Eg3xWpIeqZiiFuD9iQtGhk6FoUF82Bhq+lBCmUx1IimflHOieo30np52rwiAAAAABJRU5ErkJggg==") center center no-repeat;
}
html[data-device-type="portable"] .pp-header .closer:active,
html[data-device-type="dedicated"] .pp-header .closer:active,
html[data-device-type="portable"] .pp-header .closer:focus,
html[data-device-type="dedicated"] .pp-header .closer:focus {
  box-shadow: 0 0 0 1px #ccc;
}
.pp-header .light {
  margin-top: 12px;
  background: none;
}
.pp-header .light strong,
.pp-header .light a {
  color: #FFF;
}
.pp-header .step > div > strong.headline {
  margin-right: 194px;
}
html[data-device-type="portable"] .pp-header .step > div > strong.headline {
  margin-right: 192px;
}
.pp-header .headline {
  display: inline-block;
  margin-bottom: 20px;
}
.pp-header p {
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  color: #FFF;
  padding: 12px 0;
}
.pp-header .learn-more-link {
  display: inline-block;
  margin: 0 0 0 8px;
  padding-left: 10px;
  font-weight: normal;
}
.pp-header .form-inline .btn,
.pp-header .form-inline .btn.continue,
.pp-header .form-inline .btn:hover,
.pp-header .form-inline .btn.continue:hover,
.pp-header .form-inline .btn:focus,
.pp-header .form-inline .btn.continue:focus,
.pp-header .form-inline .btn:active,
.pp-header .form-inline .btn.continue:active {
  width: 100px;
  background-color: #fff;
  color: #222222;
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 12px;
}
.pp-header .form-inline .placeholder {
  text-align: left;
}
.pp-header .form-inline .input-wrapper {
  margin-left: 10px;
}
.pp-header .form-inline .input-wrapper input {
  margin-left: 0;
}
.pp-header .form-inline .btn {
  vertical-align: middle;
}
.pp-header .form-inline input.emailf {
  width: 300px;
  width: 250px;
  margin-left: 0;
}
.pp-header .form-inline input[type="button"] {
  border: none;
  margin-left: 10px;
}
.pp-header .learn-more h3 {
  margin-top: 0;
}
.pp-header .step {
  display: none;
}
.pp-header .step.final h3 {
  margin-top: 6px;
  margin-bottom: 0;
}
.pp-header .step.final .btn {
  min-width: 180px;
}
.pp-header .step.shown {
  display: block;
}
.pp-header .button-choices {
  margin-top: -8px;
}
.pp-header .button-choices .choice:last-child {
  border-right: none;
  padding: 4px 0 4px 20px;
}
.pp-header .choice {
  width: 45%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 20px 4px 0;
  vertical-align: top;
}
.pp-header .choice a {
  font-size: inherit;
}
.pp-header .button-choices .headline {
  margin-bottom: 0;
}
.pp-header .button-choices .choice p {
  padding: 3px 0 10px;
}
.pp-header .choice .btn {
  min-width: 234px;
}
.pp-header #submenu-send.open {
  overflow: visible;
}
.pp-header .subnav {
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-header .subnav li {
  padding: 0;
}
html[data-device-type="portable"] .pp-header .subnav li,
html[data-device-type="dedicated"] .pp-header .subnav li {
  height: 46px;
  width: 32%;
  padding-top: 15px;
}
.pp-header .subnav li > a {
  font-weight: 300;
  color: #fff;
  display: block;
  width: 242px;
  text-decoration: none;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-align: left;
  overflow: visible;
}
html[data-device-type="mobile"] .pp-header .subnav li > a {
  padding: 10px 0 10px 10px;
  width: 210px;
  font-family: "pp-sans-small-light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
}
html[data-device-type="dedicated"] .pp-header .subnav li > a,
html[data-device-type="portable"] .pp-header .subnav li > a {
  line-height: 1.1em;
  font-size: 15px;
  margin: 8px auto 0;
}
html[data-device-type="portable"] .pp-header .sublist,
html[data-device-type="dedicated"] .pp-header .sublist {
  display: none;
}
.pp-header .subnav {
  margin: 0;
  min-width: 0;
}
.pp-header .subnav a {
  font-size: 15px;
  text-decoration: underline;
}
.pp-header .subnav a:hover,
.pp-header .subnav a:focus {
  text-decoration: underline;
}
.pp-header .subnav a em {
  font-style: normal;
  font-size: 12px;
  position: relative;
  top: 4px;
  display: block;
  color: #eee;
}
html[data-device-type="mobile"] .pp-header .subnav a em {
  display: none;
}
html[data-device-type="mobile"] .pp-header .subnav li {
  height: initial;
}
html[data-device-type="portable"] .pp-header .subnav {
  padding-top: 15px;
}
html[data-device-type="portable"] .pp-header .subnav:not(.light) {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
html[data-device-type="portable"] .pp-header .subnav:not(.light).two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 3;
  height: 108px;
}
html[data-device-type="portable"] .pp-header .subnav:not(.light) > li {
  display: list-item;
  padding-top: 0;
}
html[data-device-type="dedicated"]:not(.no-csscolumns) .pp-header .subnav:not(.light) {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
html[data-device-type="dedicated"]:not(.no-csscolumns) .pp-header .subnav:not(.light).two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 3;
  height: 150px;
}
html[data-device-type="dedicated"]:not(.no-csscolumns) .pp-header .subnav:not(.light) > li {
  display: list-item;
}
html[data-device-type="mobile"] body #body {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
html[data-device-type="mobile"] body #body.moving {
  -webkit-transition: all 0 ease 0;
  transition: all 0 ease 0;
}
html[data-device-type="mobile"] body.on #body {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
}
html[data-device-type="mobile"] body.open #body {
  left: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transform: translate3d(240px, 0, 0);
  transform: translate(240px, 0);
}
/**************************************
**
**  Global Fixes
**
**************************************/
html[data-device-type="mobile"] body.samsung #body {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
html[data-device-type="mobile"] body.samsung.open #body {
  left: 240px;
  -webkit-transform: none;
  transform: none;
}
html[data-device-type="mobile"] body.samsung header.pp-header .main-menu {
  -webkit-transform: none;
  transform: none;
  left: -240px;
}
html[data-device-type="mobile"] body.samsung.on header.pp-header .main-menu {
  position: absolute;
}
html[data-device-type="portable"] header[role="banner"].pp-header + #main > section:not(.hero-pop-out):first-of-type,
html[data-device-type="dedicated"] header[role="banner"].pp-header + #main > section:not(.hero-pop-out):first-of-type {
  padding-top: 72px;
  margin-top: 0;
}
html[data-device-type="portable"] header[role="banner"].pp-header + #main > section.clickthru-fixed:first-of-type,
html[data-device-type="dedicated"] header[role="banner"].pp-header + #main > section.clickthru-fixed:first-of-type {
  padding-top: 144px;
}
html[data-device-type="portable"] div#body #main,
html[data-device-type="dedicated"] div#body #main {
  padding-top: 0;
  transition: padding-top 0.2s ease-out;
}
html[data-device-type="portable"] div#body.menu-open #main,
html[data-device-type="dedicated"] div#body.menu-open #main {
  padding-top: 160px;
}
html[data-device-type="mobile"] header[role="banner"].pp-header + #main > section:first-of-type {
  padding-top: 72px;
}
html[data-device-type="mobile"] header[role="banner"].pp-header + #main > section.clickthru-fixed:first-of-type {
  padding-top: 100px;
}

.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}@font-face{font-family:"pp-sans-big-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.svg") format("svg")}@font-face{font-family:"pp-sans-big-light";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg")}@font-face{font-family:"pp-sans-big-medium";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg")}@font-face{font-family:"pp-sans-big-regular";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg") format("svg")}@font-face{font-family:"pp-sans-big-thin";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg")}@font-face{font-family:"pp-sans-small-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.svg") format("svg")}@font-face{font-family:"pp-sans-small-light";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg")}@font-face{font-family:"pp-sans-small-medium";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg")}@font-face{font-family:"pp-sans-small-regular";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg")}@font-face{font-family:"pp-sans-small-thin";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.svg") format("svg")}.pp-sans-big-bold{font-family:"pp-sans-big-bold",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-light{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-medium{font-family:"pp-sans-big-medium",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-regular{font-family:"pp-sans-big-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-bold{font-family:"pp-sans-small-bold",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-light{font-family:"pp-sans-small-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-medium{font-family:"pp-sans-small-medium",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-regular{font-family:"pp-sans-small-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-thin{font-family:"pp-sans-small-thin",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}@font-face{font-family:'DharmaGothicE-Regular';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Heavy';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Thin';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ThinItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Bold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-RegularItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLight';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-LightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Light';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-BoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-HeavyItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype')}h1{font-size:90px;font-size:6.42857143rem;line-height:1;text-shadow:0 0 100px rgba(0,0,0,0.5);font-family:"DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;text-transform:uppercase}.hero-home{overflow:hidden;background-color:#000;height:calc(100vh - 197px);min-height:600px}.hero-home h1+a.btn{margin-top:30px}.hero-home .subheadline{margin-top:0;margin-bottom:20px;font-size:24px;font-size:1.71428571rem;font-family:"pp-sans-big-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal;line-height:1.225;color:#FFF}.hero-home .subheadline a{font-size:13px;font-size:.92857143rem;font-weight:normal;color:#FFF}.hero-home .containerCentered{height:100%}.no-borderradius .hero-home .vertical-centered{padding-top:100px}.hero-home .shard-right{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(355.1px) calc(38.16px);border-color:transparent transparent #de0063 transparent;bottom:0;right:0;z-index:-1}.hero-home.hero-cookied{background-size:cover}.hero-home.hero-cookied p{margin-bottom:30px;font-size:18px;font-size:1.28571429rem}.hero-home.hero-prospect{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/hero-cookied-oneTouch.jpg") #333 no-repeat right bottom;background-size:cover}.hero-home.fanatics{background-image:url("https://www.paypalobjects.com/webstatic/mktg/us_sb/bg/hero_fanatics.jpg");background-position-y:bottom}.hero-home.wayfair{background-image:url("https://www.paypalobjects.com/webstatic/mktg/wright/home/offer-wayfair-desktop.jpg");background-position:right bottom}.hero-home.playstation{background-image:url("https://www.paypalobjects.com/webstatic/mktg/wright/home/hero-offer-ps.jpg")}.hero-home.cookied-default{background:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/videos/Child_Snowflakes_B_V2_Still.jpg") #333 no-repeat right bottom;background-size:cover}.hero-home.cookied-oneTouch{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/hero-cookied-oneTouch.jpg") #333 no-repeat right bottom;background-size:cover}.hero-home.cookied-oneTouch h1{font-size:80px;font-size:5.71428571rem}.hero-home.cookied-credit{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/hero-cookied-credit.jpg") #333 no-repeat right bottom;background-size:cover}.no-borderradius .hero-home{height:600px;background-position:center top}.hero-home video{display:block;height:100%;width:100%;top:0;position:absolute;left:0;z-index:-1;object-fit:cover;opacity:.9;transition:opacity .3s ease}.video.no-cssgradients .hero-home video{display:none}.no-objectfit .hero-home video{height:auto}.hero-home.curtain video{opacity:.5}.hero-home .btn{min-width:320px}.hero-home .sb-media{padding-top:40px;padding-bottom:20px}.hero-home .signup-subline{font-size:13px;font-size:.92857143rem;line-height:1.5;padding-top:10px}.mobile-only.br{display:none}.offer-logo img{position:absolute;bottom:30px;right:65px;width:140px;height:auto}html[data-device-type="dedicated"] .hero-cookied .vertical-centered{transform:translateY(-80%)}html[data-device-type="dedicated"] .hero-cookied .line-break{display:block}html[data-device-type="dedicated"] .hero-prospect{background-attachment:fixed}html[data-device-type="portable"] .hero-prospect{background-position:right bottom}html[data-device-type="portable"] .hero-prospect.playstation{background-position:55% bottom}html[data-device-type="portable"] .hero-prospect.wayfair{background-position:70% bottom}html[data-device-type="portable"] .hero-prospect.fanatics{background-position:15% bottom}html[data-device-type="portable"] .hero-prospect h1.span8{width:initial;font-size:80px;font-size:5.71428571rem}html[data-device-type="mobile"] .hero-home{min-height:400px;height:100%}html[data-device-type="mobile"] .hero-home.hero-prospect{background-position:70% 65%}html[data-device-type="mobile"] .hero-home.playstation{background-image:url("https://www.paypalobjects.com/webstatic/mktg/wright/home/offer-ps-fade-mobile.jpg");background-position:55% 20%}html[data-device-type="mobile"] .hero-home.wayfair{background-image:url("https://www.paypalobjects.com/webstatic/mktg/wright/home/offer-wayfair-fade-mobile.jpg");background-position:75% 75%}html[data-device-type="mobile"] .hero-home.fanatics{background-position:24% 70%}html[data-device-type="mobile"] .hero-home h1{font-size:56px;font-size:4rem;text-align:left;padding-left:16px}html[data-device-type="mobile"] .hero-home .btn{display:block;width:auto}html[data-device-type="mobile"] p.subheadline{font-size:20px;font-size:1.42857143rem;text-align:left;padding-left:16px;padding-top:4px}html[data-device-type="mobile"] .offer-logo{position:absolute;bottom:30px;left:50%}html[data-device-type="mobile"] .offer-logo img{position:static;width:100px;height:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}html[data-device-type="mobile"] .hero-cookied h1{margin-bottom:20px}@media (max-width:480px){html[data-device-type="mobile"] .hero-home{min-height:550px;height:calc(100vh - 200px)}html[data-device-type="mobile"] .hero-home .vertical-centered{padding-top:40px}html[data-device-type="mobile"] .hero-home.hero-cookied .vertical-centered{padding-top:35px}html[data-device-type="mobile"] .mobile-modal br{display:none}html[data-device-type="mobile"] br.mobile-only.br{display:initial}}@media (min-width:481px){html[data-device-type="mobile"] .hero-home .vertical-centered{height:220px}html[data-device-type="mobile"] h1{padding-top:50px;text-shadow:0 0 20px rgba(0,0,0,0.5)}html[data-device-type="mobile"] .hero-home .btn{max-width:321px;margin-left:auto;margin-right:auto}html[data-device-type="mobile"] .mobile-modal form{padding-top:10px}html[data-device-type="mobile"] .mobile-modal .signup-subline,html[data-device-type="mobile"] .mobile-modal .btn{margin-top:10px}html[data-device-type="mobile"] .hero-home h1{padding-top:14px}}.signup-on .ui-widget-overlay{opacity:.5}.signup-on #body{overflow:hidden}html[lang=en-US] .signup-on header[role="banner"]{z-index:101}html[lang=en-US] .signup-on header[role="banner"]:before{display:none}html[lang=en-US] .signup-on header[role="banner"] #main-menu,html[lang=en-US] .signup-on header[role="banner"] .btn-signup{display:none}html[lang=en-US] .signup-on header[role="banner"]>div{box-shadow:none}.signup-on h1,.signup-on .hero-home a,.signup-on .hero-home .subheadline,.signup-on .hero-home .offer-logo,.signup-on .signup-subline{opacity:0}.signup-on .hero-home{height:100vh}html[data-device-type="mobile"] .signup-on #body{overflow:hidden;position:fixed}.hero-home{transition:opacity .2s linear,height .2s cubic-bezier(.08, 1, 1, .94)}.ui-dialog[aria-describedby="signup-modal"],.ui-dialog[aria-describedby]{padding:40px;border-radius:10px}.ui-dialog[aria-describedby="signup-modal"] .ui-dialog-title,.ui-dialog[aria-describedby] .ui-dialog-title{display:none}.ui-dialog[aria-describedby="signup-modal"] .ui-dialog-content,.ui-dialog[aria-describedby] .ui-dialog-content,.ui-dialog[aria-describedby="signup-modal"] .ui-dialog-titlebar,.ui-dialog[aria-describedby] .ui-dialog-titlebar{padding:0}.ui-dialog[aria-describedby="signup-modal"] .ui-dialog-titlebar,.ui-dialog[aria-describedby] .ui-dialog-titlebar{min-height:0}.ui-dialog[aria-describedby="signup-modal"] .ui-dialog-titlebar-close,.ui-dialog[aria-describedby] .ui-dialog-titlebar-close{right:-30px;top:-30px;margin-top:0}.ui-dialog[aria-describedby="signup-modal"] h2,.ui-dialog[aria-describedby] h2{font-size:28px;font-size:2rem}.ui-dialog[aria-describedby*="ytModal"] .ui-dialog-titlebar-close{right:-24px;top:-24px}.ui-dialog[aria-describedby="signup-modal"],.mobile-modal{box-sizing:border-box}.ui-dialog[aria-describedby="signup-modal"] .stepProgress,.mobile-modal .stepProgress{max-height:30px;text-align:center}.ui-dialog[aria-describedby="signup-modal"] .stepProgress .indicator,.mobile-modal .stepProgress .indicator{position:relative;display:inline-block;margin-right:12px;width:10px;height:10px;border-radius:10px;border:1px solid #cbd2b6;background:#fff}.ui-dialog[aria-describedby="signup-modal"] .stepProgress .indicator.on,.mobile-modal .stepProgress .indicator.on{border:1px solid #90a3a6;background:#90a3a6}.ui-dialog[aria-describedby="signup-modal"] h2,.mobile-modal h2{margin-top:20px;text-align:center}.ui-dialog[aria-describedby="signup-modal"] form,.mobile-modal form{padding-top:30px}.ui-dialog[aria-describedby="signup-modal"] .input-wrapper,.mobile-modal .input-wrapper{margin-top:10px;text-align:center}.ui-dialog[aria-describedby="signup-modal"] .input-wrapper.input-block,.mobile-modal .input-wrapper.input-block{display:block}.ui-dialog[aria-describedby="signup-modal"] .input-wrapper input,.mobile-modal .input-wrapper input{width:100%;margin:0;height:44px}.ui-dialog[aria-describedby="signup-modal"] .input-wrapper .btn,.mobile-modal .input-wrapper .btn{margin-top:40px;width:100%;max-width:140px}.ui-dialog[aria-describedby="signup-modal"] .signup-subline,.mobile-modal .signup-subline{margin-top:30px;padding:0;font-size:14px;font-size:1rem;text-align:center}.ui-dialog[aria-describedby="signup-modal"] .hasError.textInput input,.mobile-modal .hasError.textInput input,.ui-dialog[aria-describedby="signup-modal"] .hasError.selectDropdown select,.mobile-modal .hasError.selectDropdown select{border:1px solid #c72f38;background-image:url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form_2x.png);background-position:top -411px right 5px;background-size:25px;background-repeat:no-repeat}.ui-dialog[aria-describedby="signup-modal"] .help-error,.mobile-modal .help-error{display:none}.ui-dialog[aria-describedby="signup-modal"] .hasError input:focus+.help-error,.mobile-modal .hasError input:focus+.help-error{text-align:left;display:block;z-index:3;position:absolute;margin-top:-4px;width:100%;padding:10px;line-height:1.1;background:#FFF7F7;border:1px solid #c72e2e;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;color:#2C2E2F;box-sizing:border-box}.mobile-modal{padding:0 3.5%}html[data-device-type] .mobile-modal h2{font-size:20px;font-size:1.42857143rem}.mobile-modal .titlebar .closer{right:0}@media (max-width:480px){html[data-device-type="mobile"] br{display:none}html[data-device-type="mobile"] .input-wrapper .btn{width:25%;min-width:initial;padding:10px 15px;font-family:"pp-sans-small-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}}@media (min-width:481px){.mobile-modal form{padding-top:10px}.mobile-modal .signup-subline,.mobile-modal .btn{margin-top:10px}}html[data-device-type="mobile"] .mobile-modal{overflow-y:scroll}html[data-device-type="mobile"] .mobile-modal .logo{display:block;position:absolute;top:11px;left:0;background:url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom_monogram.svg);background-repeat:no-repeat;background-size:50px 29px;height:29px;width:50px}.hero-home .sup-script{top:-1em;font-size:50%}.hpw{padding-top:60px;padding-bottom:60px}.hpw h2{margin-bottom:40px}html[data-device-type="mobile"] .hpw{padding-top:30px;padding-bottom:30px}html[data-device-type="mobile"] .hpw h2{font-size:20px;font-size:1.42857143rem}html[data-device-type="mobile"] .hpw br,html[data-device-type="mobile"] .hero-home br{display:none}.hpw .btn,.hero-home .btn,.steps-interaction .btn,.closing-section .btn{min-width:320px}.hpw html[data-device-type="portable"] .btn,.hero-home html[data-device-type="portable"] .btn,.steps-interaction html[data-device-type="portable"] .btn,.closing-section html[data-device-type="portable"] .btn{min-width:320px}html[data-device-type="mobile"] .hpw .btn,html[data-device-type="mobile"] .hero-home .btn,html[data-device-type="mobile"] .steps-interaction .btn,html[data-device-type="mobile"] .closing-section .btn{width:100%;min-width:initial;max-width:320px;margin:auto}.editorial-bg.parallax{position:relative;background-color:transparent}.sign-up-form{padding:30px 0}.c1 .containerCentered{position:relative}.c1 h3{font-family:"pp-sans-big-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}html[data-device-type="dedicated"] .c1{border-top:380px solid #f7f9fa;padding-top:160px}html[data-device-type="dedicated"] .c1 header{padding-bottom:40px}html[data-device-type="dedicated"] .c1 .pulloutHeadline{position:relative}html[data-device-type="dedicated"] .c1 .pulloutHeadline:before{content:"";position:absolute;top:-562px;left:0;width:100%;height:562px;background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/paypal-on-devices.png") center center no-repeat;background-size:contain}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){html[data-device-type="dedicated"] .c1 .pulloutHeadline:before{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/paypal-on-devices-2x.png")}}html[data-device-type="dedicated"].no-backgroundsize .c1{border-top:0}html[data-device-type="dedicated"].no-backgroundsize .c1 .pulloutHeadline:before{display:none}.steps-interaction p.dd-text{display:inline-block;font-size:18px;font-size:1.28571429rem}.steps-interaction a:hover{text-decoration:none}.steps-interaction .steps-dd-container{display:inline-block;position:relative}.steps-interaction .steps-dd-container .steps-dd-header{box-shadow:0 2px 10px rgba(0,0,0,0.1);position:relative;padding:14px 36px 15px 16px;background-color:#fff;color:#de0063;display:inline-block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-header:after{content:"";position:absolute;right:15px;top:23px;border:4px solid rgba(0,0,0,0);border-width:5px 5px;border-top-color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list{margin:0;max-height:0;background-color:#fff;color:#de0063;-webkit-transition:max-height .2s ease-out;-moz-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .2s ease-out;overflow-y:hidden;position:absolute;top:0;left:0;width:100%;z-index:120}.steps-interaction .steps-dd-container .steps-dd-list.slide-down{max-height:800px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.steps-interaction .steps-dd-container .steps-dd-list .list{padding:9px 0;color:#6c7378;display:block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-list .list:hover,.steps-interaction .steps-dd-container .steps-dd-list .list:focus{color:#0c8dc4}.steps-interaction .steps-dd-container .steps-dd-list .list.selected{color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list li:first-child a{padding-top:20px}.steps-interaction .steps-dd-container .steps-dd-list li:last-child a{padding-bottom:20px}.steps-interaction .svg-icon{pointer-events:none;text-align:center}.steps-interaction .svg-icon,.steps-interaction .three-steps{transition:opacity 1s ease-in-out;opacity:1}.steps-interaction .animate-steps{opacity:0}.steps-interaction .hatch-link{display:block;margin-top:10px}html.no-js .steps-interaction .three-steps .three-steps-container{display:none}html.no-js .steps-interaction .three-steps .three-steps-container:first-child{display:block}html.no-js .steps-interaction .cta-container{display:none}html.no-js .steps-interaction .cta-container:first-child{display:block}html[data-device-type="dedicated"] .steps-interaction .dd-text,html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:15px}html[data-device-type="dedicated"] .steps-interaction .svg-icon,html[data-device-type="portable"] .steps-interaction .svg-icon{height:0;width:100%;padding-top:22.3%;position:relative}html[data-device-type="dedicated"] .steps-interaction .svg-icon svg,html[data-device-type="portable"] .steps-interaction .svg-icon svg{position:absolute;top:0;left:0}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container,html[data-device-type="portable"] .steps-interaction .steps-dd-container{width:auto;text-align:left}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-header,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-header{font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-list{overflow:hidden;width:auto;font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .list{white-space:pre;padding:9px 15px}html[data-device-type="dedicated"] .steps-interaction .steps,html[data-device-type="portable"] .steps-interaction .steps{padding:0 0 50px}html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:10px}html[data-device-type="mobile"] .steps-interaction{overflow:hidden}html[data-device-type="mobile"] .steps-interaction .span12{padding-right:0}html[data-device-type="mobile"] .steps{padding:0;border:none;overflow:hidden}html[data-device-type="mobile"] .slide-control{position:absolute;background-repeat:no-repeat;background-size:30px 30px;width:30px;height:30px;text-indent:9999px;top:54%}html[data-device-type="mobile"] .slide-control.left{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-left.svg")}html[data-device-type="mobile"] .slide-control.right{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-right.svg");right:16px}html[data-device-type="mobile"] .indicator-container{text-align:center;padding-top:15px}html[data-device-type="mobile"] .indicator-container .indicator{position:relative;display:inline-block;margin-left:5px;width:12px;height:12px;border-radius:12px;border:1px solid #9da3a6;background:#fff}html[data-device-type="mobile"] .indicator-container .indicator.on{background:#9da3a6}.closing-section.offer .closingHeadline{width:280px;height:80px;background-size:cover;margin:auto;text-indent:-9999px;background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/sb_logos_1x.png");background-repeat:no-repeat}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.closing-section.offer .closingHeadline{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/home/sb_logos_2x.png")}}.closing-section.offer .pulloutPara{font-size:24px;color:#2C2E2F;padding-right:0}.closing-section.offer .closing-cta{min-width:auto;margin-top:0}.closing-section.offer .PSB .closingHeadline{display:none}.closing-section.offer .fantastics .closingHeadline{background-position:0 10px}.closing-section.offer .wayfair .closingHeadline{background-position:0 -60px}.closing-section.offer .playstation .closingHeadline{background-position:0 -136px}.closing-section.offer .terms-container{position:relative}.closing-section.offer .terms-container .terms-tooltip{display:none;position:absolute;background:#FFF;z-index:10;bottom:30px;left:46%;width:400px;border-radius:5px;padding:30px 30px 10px 30px;box-sizing:border-box;box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);text-align:left}.closing-section.offer .terms-container .terms-tooltip p{font-size:12px}.closing-section.offer .terms-container .terms-tooltip:after{top:100%;left:14%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#FFF;border-width:10px;margin-left:-30px;-webkit-filter:drop-shadow(rgba(0,0,0,0.3) 0 2px 1px);filter:drop-shadow(rgba(0,0,0,0.3) 0 2px 1px)}.closing-section.offer .terms-container .terms-tooltip .terms-close{position:absolute;min-width:25px;width:25px;background-color:#FFF;height:25px;top:10px;right:10px;border-radius:50%;text-align:center;color:#2C2E2F}.closing-section.offer .terms-container .terms-tooltip .terms-close .terms-close-text{position:absolute;text-indent:-99999px}.closing-section.offer .terms-container .terms-tooltip .terms-close:after{content:"";position:absolute;right:0;top:0;width:25px;height:25px;background:transparent url(https://www.paypalobjects.com/webstatic/mktg/2014design/close_default.png) center center no-repeat}.closing-section.offer .terms-container .terms-link-container{margin-top:15px}.closing-section.offer .terms-container .terms-link-container .terms-link{color:#6C7378}.offers-modal{overflow-y:scroll}html[data-device-type="mobile"] .closing-section.offer .closingHeadline{padding:0}html[data-device-type="mobile"] .closing-section.offer .pulloutPara{font-size:20px}html[data-device-type="mobile"] .closing-section.offer .pulloutPara br{display:none}.youtube-player{width:480px;height:360px;position:relative}html[data-device-type="mobile"] .youtube-player{width:100%}.youtube-thumb{width:100%}.play-button{cursor:pointer;content:'';position:absolute;left:50%;top:50%;width:60px;height:60px;margin-left:-30px;margin-top:-30px;text-indent:-999em;overflow:hidden;border:2px solid #fff;border-radius:36px}.play-button:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;margin-top:-12px;margin-left:-10px;overflow:hidden;border:24px solid rgba(0,0,0,0);border-width:12px 24px;border-left-color:#fff}.youtube-iframe{width:100%;height:100%}

