html[data-device-type] body {
    height: auto;
    min-height: 100%
}
.PP__MobileBanner__Logo_Container .PP__MobileBanner__Img_Logo{
	width: 38px !important;
	height: 38px !important;
}

#signup-button {
    display: none
}

#main h2 {
    color: #000
}

#main h1 {
	color: #000;
}

.panel {
    padding-top: 90px;
    padding-bottom: 10px
}

html[data-device-type=mobile] .panel {
    padding: 0
}

html[data-device-type=mobile] .panel h2 {
    font-size: 28px;
    line-height: 1.8em
}

html[data-device-type=portable] .social-img+h2.span12 {
    font-size: 2.6em;
    margin-bottom: .5em
}

html[data-device-type=mobile] .social-img+h2.span12 {
    font-size: 20px;
    line-height: 1.8em
}

html[data-device-type="portable"] .social-img + h1.span12 {
	font-size: 2.6em;
	margin-bottom: 0.5em;
}

html[data-device-type=mobile] .social-img + h1.span12 {
	font-size: 20px;
	line-height: 1.8em;
}

.social-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 2em;
    max-width: 650px
}

html[data-device-type=dedicated] .social-img {
    margin-top: 2em
}

html[data-device-type=mobile] .social-img {
    display: none
}

html[data-device-type=portable] .row-fluid .span5, html[data-device-type=portable] .row-fluid .span7 {
    width: 100%
}

html[data-device-type=portable] .row-fluid .span11 {
    width: 90%
}

.form-container {
    color: #000;
    font-size: 1.2em;
    min-height: 300px
}

html[data-device-type=dedicated] .form-container {
    padding-left: 25px;
    border-left: 1px solid #D3D3D3
}

html[data-device-type=mobile] .form-container, html[data-device-type=portable] .form-container {
    padding-top: 10px;
    border-top: 1px solid #D3D3D3
}

.form-container h3.medium {
    font-weight: 400;
    margin-bottom: .6em;
    font-size: 120%;
    margin-top: 1%;
    color: #000
}

.panel.row-fluid [class*=span]:last-child {
    padding-right: 2%
}

.row-fluid form {
    margin-top: 4px
}

.row-fluid form p {
    margin-top: .6em;
    margin-left: 2.65em;
    font-size: 100%;
    color: #000
}

.row-fluid form p.medium {
    font-size: 108%
}

p.medium {
    color: #000;
    font-size: 100%
}

label {
    font-weight: 700;
    cursor: pointer
}

.radio {
    cursor: pointer;
    position: relative;
    margin-right: 1em;
    opacity: 0;
    z-index: 2;
    transform: scale(2)
}

html.no-js .radio {
    opacity: 1
}

html.no-borderradius .radio-over {
    display: none
}

html.no-borderradius .radio {
    opacity: 1;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #333;
    clip: rect(0 0 0 0);
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px
}

.radio-over {
    z-index: 1;
    position: relative;
    top: -.67em;
    left: -2em;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0
}

.radio-over:after, .radio-over:before {
    content: "";
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: 0 1px rgba(255, 255, 255, .5);
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.radio-over:before {
    left: -.2em;
    top: -.2em;
    width: 1.5em;
    height: 1.5em;
    z-index: 2;
    background: #fff;
    border: 1px solid #9da3a6
}

.radio:focus+.radio-over:before {
    border: 2px solid #9da3a6
}

.radio:focus+.radio-over:after {
    left: .13em;
    top: .13em
}

.radio:checked+.radio-over:after {
    width: .85em;
    height: .85em;
    left: .125em;
    top: .125em;
    background: #009cde;
    z-index: 3
}

html.no-js .radio-over {
    display: none
}

footer {
    font-size: 87.5%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 2em
}

.footer .footerNav {
    padding-top: 6px;
    border-top: 1px solid #fff
}

.footer .footerNav :focus {
    outline: -webkit-focus-ring-color auto 5px
}

.footer .footerNav .legal {
    margin-top: 6px;
    overflow: auto
}

.footer .footerNav .copyright {
    color: #333;
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .92857143em;
    text-shadow: none;
    line-height: 2em
}

.footer .footerNav .legal ul {
    width: auto;
    float: left;
    margin: 0
}

.footer .footerNav .legal ul li {
    margin: 0 0 0 7px;
    padding-left: 9px;
    display: inline-block
}

.footer .footerNav .legal ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0
}

.footer .footerNav .legal ul li a {
    line-height: 1.5em;
    color: #666;
    text-decoration: none;
    font-size: .92857143em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: none
}

html[data-device-type=mobile] footer {
    border-top: none
}

html[data-device-type=mobile] .footer {
    background: #EFEFEF;
    width: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #CDCDCD
}

html[data-device-type=mobile] .footer {
    background: #EFEFEF;
    width: auto;
    margin: 3em auto 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #CDCDCD
}

html[data-device-type=mobile] .footer .footerNav {
    border-top: none;
    padding-top: 0
}

html[data-device-type=mobile] .footer .footerNav .copyright, html[data-device-type=mobile] .footer .footerNav .legal ul {
    float: none;
    display: inline-block;
    text-align: center
}

html[data-device-type=mobile] .footer .footerNav ul {
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px
}

html[data-device-type=mobile] .flag {
    display: none
}

html.no-js #cta-btn {
    display: none
}

#radio-personal:checked~noscript #btn-business {
    display: none
}

#radio-business:checked~noscript #btn-personal {
    display: none
}

#flagPanel {
    padding-top: 7em;
    padding-bottom: 5em;
    background-color: #FFF;
    position: fixed;
    width: 100%;
    height: 85%;
    top: 100%;
    overflow-y: scroll;
    z-index: 4;
    transition: top ease-in .33s 0s;
    display: none;

}

#flagPanel.open {
    top: 0;
    display: block;
}

#flagPanel.open .toggler {
    position: fixed
}

#flagPanel .toggler {
    display: block;
    position: absolute;
    top: 6em;
    right: 4.5em;
    background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/onboarding_form.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: .25em;
    background-position: 90% 76%;
    height: 20px;
    width: 20px;
    z-index: 5
}

#flagPanel .toggler:focus {
    outline: -webkit-focus-ring-color auto 5px
}

#flagPanel .country-selector li {
    width: 20%;
    float: left;
    padding-bottom: 1em;
    text-align: left
}

html[data-device-type=portable] #flagPanel .country-selector li {
    width: 33%
}

html[data-device-type=mobile] #flagPanel .country-selector li {
    width: 47%
}

#flagPanel .country-selector .country {
    overflow: visible;
    width: 75%;
    height: 24px;
    vertical-align: middle;
    background-image: url(https://www.paypalobjects.com/digitalassets/c/website/marketing/global/shared/global/country-worldwide/sprite_countries_flag5.png);
    text-indent: 0;
    text-align: left;
    padding-left: 3em;
    color: #777
}

#flagPanel .footer-logo {
    background-image: url(https://www.paypalobjects.com/webstatic/i/consumer/onboarding/icon_PP_monogram.png);
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 21px;
    height: 25px;
    text-align: center
}

