* {
    filter: inherit;
    -webkit-box-sizing: border-box;
    -mos-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
iframe {
    display: none
}
h1,
h2 {
    margin: 0
}
p {
    margin: 0 0 1.538em
}
a {
    color: #009BE1;
    line-height: 1.7144;
    text-decoration: none;
    cursor: pointer
}
a:hover {
    text-decoration: underline
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.bulleted {
    margin: 0 0 0 1.5em
}
ul.bulleted li {
    list-style-type: disc;
    list-style-position: outside
}
fieldset {
    margin: 0;
    padding: 0;
    border: none
}
button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type=email],
input[type=password],
input[type=text] {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    color: #999
}
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=text]:-moz-placeholder {
    color: #999;
    opacity: 1
}
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder {
    color: #999;
    opacity: 1
}
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
    color: #999
}
label {
    font-weight: 700;
    font-size: 12px;
    font-size: .9rem;
    color: #979797
}
html {
    font-size: 13px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}
.framed.touch {
    height: 102%
}
body {
    color: #444;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff
}
.u-hidden-visually {
    display: none
}
.u-clearfix:after,
.u-clearfix:before {
    content: " ";
    display: table
}
.u-clearfix:after {
    clear: both
}
.u-float-left {
    float: left
}
.u-float-right {
    float: right
}
.u-text-center {
    text-align: center
}
.u-text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    overflow: hidden
}
.u-prevent-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.wrapper {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden
}
.icon {
    font-size: 13px;
    font-size: 1rem;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat
}
.icon--logo {
    height: 4.333em;
    width: 8.923em;
    background-image: url(../images/paypal.svg);
    background-position: left center;
    background-size: 8.923em 2.307em
}
.no-svg .icon--logo {
    background-image: url(../images/paypal.png)
}
.icon--logo-alt {
    height: 4.333em;
    width: 8.923em;
    background-image: url(../images/paypal-alt.svg);
    background-position: left center;
    background-size: 8.923em 2.307em
}
.no-svg .icon--logo-alt {
    background-image: url(../images/paypal-alt.png)
}
.icon--close {
    height: 4.333em;
    width: 3.076em;
    background-image: url(../images/close.svg);
    background-position: right center;
    background-size: 1.4em 1.4em
}
.no-svg .icon--close {
    background-image: url(../images/close.png)
}
.lock-icon {
    display: inline-block;
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 9px auto;
    height: 12px;
    width: 9px
}
.svg .lock-icon {
    background-image: url(../images/lock.svg)
}
.button {
    width: 100%;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -ms-transition: background-color .25s linear;
    transition: background-color .25s linear
}
.button--jumbo {
    font-size: 16px;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 1.375em;
    padding-bottom: 1.375em;
    margin-bottom: 1.5em
}
.button--primary {
    color: #fff;
    background-color: #009be1
}
.button--primary:hover {
    background-color: #0c8dc4
}
.text-input {
    color: #4a4a4a;
    margin-bottom: 24px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CFCFCF;
    background-color: #fff;
    -webkit-transition: border-bottom-color .15s linear;
    -moz-transition: border-bottom-color .15s linear;
    -ms-transition: border-bottom-color .15s linear;
    transition: border-bottom-color .15s linear
}
.text-input.is-invalid {
    color: #d0021b;
    border-bottom-color: #d0021b
}
.text-input-field {
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 1.6rem;
    font-weight: 300;
    vertical-align: middle;
    display: block;
    height: 1.714em;
    padding-top: .285em;
    padding-bottom: .285em
}
.is-invalid .text-input-field::-webkit-input-placeholder {
    color: #d0021b
}
.is-invalid .text-input-field:-moz-placeholder {
    color: #d0021b
}
.is-invalid .text-input-field::-moz-placeholder {
    color: #d0021b
}
.is-invalid .text-input-field:-ms-input-placeholder {
    color: #d0021b
}
.loginForm {
    margin-bottom: 1.33em
}
.loginButton {
    margin-top: 3.333em;
    margin-bottom: 0
}
.header {
    position: absolute;
    z-index: 1;
    height: 4.333em;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf
}
.close-button {
    cursor: pointer
}
.no-framed .close-button {
    display: none;
    visibility: hidden
}
.footer {
    color: #666;
    padding-top: 2em
}
.footer-menu {
    font-family: Arial;
    font-size: 12px;
    font-size: .9rem;
    line-height: 1.7144
}
.footer-menu-item {
    display: inline-block;
    margin-right: 1em
}
.footer-menu-link {
    color: #666;
    display: block;
    text-decoration: none
}
.no-touch .footer-menu-link:visited {
    color: #666
}
.no-touch .footer-menu-link:active,
.no-touch .footer-menu-link:focus,
.no-touch .footer-menu-link:hover {
    color: #444;
    text-decoration: underline
}
@media only screen and (max-width: 350px) {
    .footer-menu-item {
        display: block
    }
}
.hgroup {
    margin-bottom: 2.4em
}
.title {
    color: #444;
    font-size: 25px;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 0
}
.title strong {
    font-weight: 300
}
.subtitle {
    color: #444;
    font-size: 15px;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.6
}
.app {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    height: 100%;
    position: relative
}
.app.aries {
    max-width: 100%
}
.content {
    position: relative;
    padding-top: 4.3333em;
    height: 100%
}
.view {
    padding-top: 1.5em;
    width: 100%;
    max-height: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.view.is-closed {
    display: none;
    visibility: hidden
}
.view.is-opening {
    position: absolute;
    left: 10%;
    opacity: 0;
    height: 0
}
.view.is-closing {
    position: absolute;
    left: 0;
    opacity: 1
}
.view.is-opened {
    position: relative;
    opacity: 1;
    height: auto
}
.panel-opened .view>* {
    display: none
}
.panel-opened .view .panel {
    display: block
}
.aries-view.view.is-opened {
    height: 100%
}
.home-view {
    min-height: 30.769em
}
.aries-view .dismiss-error,
.home-view .dismiss-error {
    display: none
}
.consent-list-items {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin: 1em 0;
    padding: 1em 0
}
.aries .header {
    display: none
}
.aries .content {
    padding-top: 0
}
.aries .view {
    padding-top: 0;
    height: 100%
}
.aries .aries-sandbox-view {
    padding-top: 1em
}
.aries .title {
    margin-bottom: .5em
}
.aries .button {
    margin-top: 1em
}
.aries .figure {
    position: relative
}
.aries .figure img {
    margin-left: auto;
    margin-right: auto;
    display: block
}
.aries .watermark {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -.5em;
    font-size: 3.5em;
    font-weight: 700;
    color: #CFCFCF;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg)
}
.panel {
    padding-top: 1.5em;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%
}
.panel.is-opened {
    opacity: 1;
    top: 0;
    padding-top: 0;
    position: static
}
.panel.is-closed {
    opacity: 0;
    display: none;
    visibility: hidden
}
.panel.is-opening {
    top: 100%;
    opacity: 0
}
.panel.is-closing {
    top: 0;
    opacity: 1
}
.actions {
    padding: 0 1em;
    margin-top: -.5em;
    margin-bottom: 1em
}
.dismiss-action {
    font-size: 19px;
    font-size: 1.5em
}
.overlay {
    display: none;
    position: fixed;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    z-index: 3;
    background-image: -webkit-linear-gradient(bottom, #FFF, #FFF 20%, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, #FFF, #FFF 20%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, #FFF, #FFF 20%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #FFF, #FFF 20%, rgba(255, 255, 255, 0))
}
.panel-closing .overlay,
.panel-opened .overlay {
    display: block
}
.error {
    color: #dc3022;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    background-color: #FFF;
    border-top: 1px solid #dc3022;
    font-size: 0;
    z-index: 1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.error.is-hidden {
    display: none
}
.error:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.2em
}
.error-message {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.3rem;
    text-align: center;
    padding: .833em 1.5em
}
.error-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px;
    background-image: url(../images/error-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
    height: 16px;
    width: 16px
}
.svg .error-icon {
    background-image: url(../images/error-icon.svg)
}
.dismiss-error {
    font-weight: 700;
    white-space: nowrap
}
.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    width: 100%;
    opacity: 0
}
.loader--frosted {
    background-color: #FFF
}
.progress {
    position: absolute;
    width: 100%;
    height: 100%
}
.csstransition .progress,
.svg .progress {
    display: none
}
.no-csstransition .progress,
.no-svg .progress {
    display: table
}
.progress-message {
    display: table-cell;
    vertical-align: middle
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    height: 72px;
    width: 72px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 50%
}
.csstransition .spinner,
.svg .spinner {
    display: block
}
.no-csstransition .spinner,
.no-svg .spinner {
    display: none
}
.spinner:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-top-color: #414141;
    border-radius: 50%;
    -webkit-animation: cw 512ms infinite cubic-bezier(.645, .045, .355, 1);
    -moz-animation: cw 512ms infinite cubic-bezier(.645, .045, .355, 1);
    -o-animation: cw 512ms infinite cubic-bezier(.645, .045, .355, 1);
    animation: cw 512ms infinite cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    transition: all 512ms cubic-bezier(.645, .045, .355, 1)
}
.spinner svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -7px
}
.spinner svg * {
    fill: rgba(0, 0, 0, .7);
    -moz-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all 512ms cubic-bezier(.645, .045, .355, 1);
    transition: all 512ms cubic-bezier(.645, .045, .355, 1)
}
@-webkit-keyframes cw {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes cw {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes cw {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}
@keyframes cw {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
.paypal-loader {
    height: 100%;
    width: 100%;
    background-color: #EFEFEF
}
.paypal-loader-logo {
    position: absolute;
    left: 50%;
    top: 32%;
    margin-left: -39px;
    margin-top: 1px
}
.paypal-loader-logo .icon--logo-alt {
    width: 98px;
    background-size: contain
}
.csstransition .paypal-loader-spinner,
.no-csstransition .paypal-loader-fallback-text {
    display: block
}
.csstransition .paypal-loader-fallback-text,
.no-csstransition .paypal-loader-spinner {
    display: none
}
.paypal-loader-fallback-text {
    display: block;
    position: absolute;
    margin-left: .5em;
    top: 41%;
    text-align: center;
    width: 100%;
    height: 1em
}
.paypal-loader-spinner {
    position: absolute;
    border-color: rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 8px;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -16px
}
.paypal-loader-spinner:before {
    content: "";
    position: absolute;
    display: block;
    top: -8px;
    left: -8px;
    width: 30px;
    height: 30px;
    border: 8px solid transparent;
    border-top-color: #2180c0;
    border-radius: 50%;
    -webkit-animation: cw 700ms infinite linear;
    -moz-animation: cw 700ms infinite linear;
    -o-animation: cw 700ms infinite linear;
    animation: cw 700ms infinite linear
}
.selections {
    margin-top: 1em;
    margin-bottom: 3.5em;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF
}
.options {
    margin-bottom: 6em
}
.option {
    position: relative;
    display: block;
    background-color: #FFF;
    font-size: 18px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #444;
    padding: .8em .8em 1.1em;
    width: 100%;
    -webkit-transition: background-color .15s linear, opacity .2s ease-in;
    -moz-transition: background-color .15s linear, opacity .2s ease-in;
    -ms-transition: background-color .15s linear, opacity .2s ease-in;
    transition: background-color .15s linear, opacity .2s ease-in
}
.option:hover {
    background-color: #F2F2F2;
    text-decoration: none
}
.option.is-disabled {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.option.is-disabled:hover {
    background-color: #FFF;
    cursor: default
}
.option.is-selected:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: .7em;
    margin-top: -.5em;
    height: 1em;
    width: 1em;
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/checkmark.png)
}
.svg .option.is-selected:after {
    background-image: url(../images/checkmark.svg)
}
.option--arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: .7em;
    margin-top: -.5em;
    height: 1em;
    width: 1.1em;
    background-size: 1.1em auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/caret.png)
}
.svg .option--arrow:after {
    background-image: url(../images/caret.svg)
}
.address {
    font-size: 0
}
.address-decoration {
    font-size: 13px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    width: 3em
}
.address-icon {
    display: block;
    height: 2.5em;
    width: 1.8em;
    background-size: 1.8em auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/shipping-icon.png)
}
.svg .address-icon:after {
    background-image: url(../images/shipping-icon.svg)
}
.address-data {
    font-size: 13px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle
}
.recipient {
    font-size: 15px;
    font-size: 1.15rem
}
.location,
.street {
    line-height: 1.3;
    color: #777
}