@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.btn, #content, .cta, .cta_inner, .terms_tt, .terms_tt p, .main #img, .tooltip, .modal {
	position: relative;
	behavior:url(/js/PIE.htc);
}
#descr .ppOpt .center .btn {
    behavior: none;
}
/****************** Global Styles ******************/
body {
    color: #666;
    font: .9em "helvetica neue", helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}

#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;

}

div#no-script-messsage {
    background: #D0E0EE url(images/sprite.png) -990px 12px no-repeat;
    margin: 3px 0;
    padding: 10px 100px;
}

div#no-script-messsage h3 {
    margin-top: 0px;
    color: #7D7D7D;
}

div#no-script-messsage p {
    font-size: 1em;
}

h1 {
    font-size: 3.25em;
    font-weight: 200;
    margin-top: 14px;
    padding-bottom: 20px;
}

h1 .huge {
    font-size: 3.75em;
}

h1 sup {
    font-size: .5em;
}

h1 strong {
    font-weight: 500;
}

strong {
    font-weight: bold;
}

h2 {
    color: #666;
    font: 1.5em "helvetica neue", helvetica, sans-serif;
    font-weight: 200;
    margin-top: 60px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e5e5e5;
}

h3, h4 {
    font-size: 1.5em;
    font-weight: 200;
    margin-top: 40px;
}

h4 {
    color: #0079c1;
    margin-top: 0;
}

h5 {
    font-size: 1.3em;
    font-weight: 200;
    margin-top: 0;
}

a {
    text-decoration: none;
}

a, a:visited, fieldset.billing .smartphones a,
fieldset.billing .smartphones a:visited {
    color: #019cde;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.4;
    font-family: "helvetica nueue", helvetica, arial;
    font-weight: 200;
}

p.center {
    text-align: center;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
    font-family: "helvetica nueue", helvetica, arial;
}

li {
    margin-left: 20px;
}

ul li b {
    font-weight: bold;
}

sup {
    vertical-align: super;
    font-size: .7em;
}

.caps {
    text-transform: uppercase;
}

/*hides form labels, except for screen readers */
.acc {
    text-indent: -10000px;
    display: block;
}

.main {
    margin: 20px 0 0 0;
    margin-left: 5%;
}

.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/****************** Button styles ******************/
.btn,
input.btn,
#app_form input.btn {
    background: #019CDE;
    border: 1px solid #019CDE;
    background: -moz-linear-gradient(#019CDE, #019CDE 100%);
    background: -webkit-gradient(#019CDE, #019CDE 100%);
    background: -o-linear-gradient(#019CDE, #019CDE 100%);
    background: -ms-linear-gradient(#019CDE, #019CDE 100%);
    background: linear-gradient(#019CDE 0%, #019CDE 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: .08em;
    padding: 10px 0px;
    margin-bottom: 3px;
    width: 321px;
    font-weight: bold;
    text-align: center;
}

.btn:visited {
    color: #fff;
}

#app_form .btn.disabled, #app_form .btn.disabled:hover,
.btn.disabled, .btn.disabled:hover {
    border-color: #e7edf0;
    background: #e7edf0;
    cursor: default;
}

.gray:visited {
    color: #666;
}

.btn:hover, #app_form input.btn:hover, #update_app_form input.btn:hover {
    background: #0a8cc4;
    text-decoration: none;
    background: -moz-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: -o-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: -ms-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: linear-gradient(#0a8cc4 0%, #0a8cc4 100%);
}

.btn:active, #app_form input.btn:active, #update_app_form input.btn:active {
    background: #0a8cc4;
    background: -moz-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: -o-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: -ms-linear-gradient(#0a8cc4, #0a8cc4 100%);
    background: linear-gradient(#0a8cc4 0%, #0a8cc4 100%);
}

.btn.gray {
    border: 1px solid #e1e7eb;
    background: #e1e7eb;
    color: #333;
    text-shadow: none;
}

.btn.gray:hover {
    background: #c9ced1;
}

.btn.gray:active {
    background: #c9ced1;
}

/* hide Firefox select arrows */
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

/* hide IE select arrows */

select::-ms-expand {
    display: none;
}

/* hide select spinners in Chrome, due to pattern 0-9 added to numerical form inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/****************** Header Styles ******************/
#header {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #cbd9e2;
}

#header .logo {
    margin-left: 2%
}

.paypal-img-logo {
    display: inline-block;
    width: 126px;
    height: 33px;
    overflow: hidden;
    text-indent: -999em;
    background: transparent url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/pp_credit_logo_144x48.png) center center no-repeat;
    background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/pp_credit_logo_144x48.png) \9;
    background-size: 124px 33px;
    vertical-align: middle;
}

/****************** Displays Apply button in header for iOS devices ******************/
#header .apply, #header .bmlapply {
    display: none;
    float: right;
    margin: 15px 30px 0 0;
}

/****************** Content Styles ******************/
#subject {
    background: #fff;
    position: relative;
}

/****************** Footer Styles ******************/
.footer {
    padding-bottom: 70px;
}

.footer a, .footer a:visited {
    color: #666;
}

.footer p {
    font-size: .8em;
    margin-top: 20px;
    text-align: center;
}

.footer .mobileLinks {
    display: none;
}

/****************** Page Specific Styles ******************/
/****************** Lander Styles ******************/
.main #img {
    /*-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     border: 5px solid #e5e5e5;*/
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 40px;
}

.main #img img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    margin-bottom: -5px;
}

.lander_img_background {
    background-color: #333;
}

#descr {
    text-align: center;
    vertical-align: middle;
}

div .lander_image {
    padding-bottom: 120px;
}

div.lander_img_content {
    padding: 40px;
    color: #fff;
    max-width: 1024px;
    margin: 0 auto;
}

#descr .btn {
    padding: 12px 0;
}

#descr .btn, .lander_bottom .btn {
    width: 321px;
}

div.lander_img_content p,
div.lander_img_content ul,
div.lander_mobile_content ul {
    font-size: 1.25rem;
    list-style-type: none;
}

div.lander_img_content p {
    width: 60%;
    margin: 0 auto;
}

#descr ul {
    margin-top: 0;
}

#descr ul li p {
    font-size: .8em;
    color: #c3c3c3;
}

.lander_bottom {
    background: #f5f5f5;
    text-align: center;
    padding: 60px 0;
}

.lander_bottom h1 {
    font-size: 2.5em;
}

.main li {
    margin: 10px 0 0 20px;
}

.main h1 {
    margin: 0;
}

/************** Index navigation **************/
#mini_nav {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    clear: both;
}

#mini_nav li {
    float: left;
    background: url(images/sprite.png) 0 -585px no-repeat;
}

#mini_nav span {
    padding: 16px 40px;
    display: block;
    font-weight: bold;
    color: #019cde;
}

#mini_nav span.faqs {
    background: url(images/sprite.png), url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px, 115px -585px;
}

#mini_nav ul {
    list-style: none;
    margin: 0;
    margin-left: 5%;
}

#mini_nav li {
    margin: 0;
    position: relative;
}

#mini_nav li .indicator {
    display: none;
}

#mini_nav li.current .indicator {
    background: url(images/sprite.png) no-repeat center -22px;
    display: block;
    z-index: 100;
    height: 9px;
    width: 100%;
    position: absolute;
    left: auto;
    top: 47px;
}

#mini_nav li.current.first .indicator {
    margin-left: 0;
}

#mini_nav li.current span {
    background: #666;
    color: #fff;
}

#mini_nav li.current a:hover {
    text-decoration: none;
}

/****************** Lander page sections ******************/
#details, #terms, #faqs {
    margin-left: 5%;
    width: 990px;
}

#details .footer,
#terms .footer,
#faqs .footer,
#showTerms .footer,
#privacyStatement .footer,
#termsUse .footer {
    display: none;
}

.details_content, .terms_content, .faqs_content {
    padding-right: 180px;
}

#terms, #faqs {
    display: none;
}

#details p, #terms p, #faqs p {
    margin: 10px 0;
}

#details ul, #terms ul, #faqs ul {
    margin-left: 0px;
}

#details ul, #faqs ul {
    font-family: "helvetica nueue", helvetica, sans-serif;
    font-weight: 300;
}

#details li ul {
    list-style: none;
}

#details li ul li {
    line-height: 1.0;
}

#details li, #terms li, #faqs li {
    margin: 20px;
    line-height: 1.4;
}

#details h2 .back2top,
#terms h2 .back2top,
#faqs h2 .back2top {
    display: none;
}

#details p {
    margin-bottom: 30px;
}

.detail_terms {
    margin-top: 30px;
}

#details .detail_terms p {
    margin: 10px 0;
}

/****************** Tiered Financing table ******************/
#details table th {
    background: #e0e0e0;
    padding: 15px 25px;
    border: 1px solid #ccc;
}

#details table td {
    border: 1px solid #ccc;
    padding: 15px 25px;
}

#details .detail_terms table tr th,
#details .detail_terms table tr td {
    width: 19%;
    vertical-align: middle;
    text-align: center;
}

#details .detail_terms table tr th.wide,
#details .detail_terms table tr td.wide {
    text-align: left;
    width: 22%;
    padding-left: 10px;
}

/****************** Footer mobile content display ******************/
#privacyStatement,
#termsUse {
    display: block;
    margin: 0 20%;
}

/****************** Tooltip ******************/
.tooltip {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #999;
    position: absolute;
    top: -40px;
    left: 325px;
    z-index: 101;
    width: 245px;
    font-size: .8em;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 6px 1px #ccc; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
    display: none;
}

/**** Why SSN is required tooltip ****/
.tooltip.sm {
    width: 245px;
    left: 80px;
    top: 176px;
}

/**** Start application modal ****/
.tooltip.start_app {
    padding: 0;
}

.tooltip h3 {
    margin: 18px 0 10px 0;
}

.tooltip .closex {
    position: absolute;
    right: 9px;
    top: 9px;
    height: 24px;
    width: 24px;
    display: block;
    background: url(images/sprite.png) 3px -380px no-repeat;
}

.tooltip .indicator {
    background: url(images/sprite.png) 0 -194px no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 108px;
    left: -11px;
}

.tooltip img {
    margin: 0 0 15px 0;
}

/************** Apply modal **************/
.tooltip.med {
    top: 200px;
    left: 37%;
    width: 410px;
    -webkit-box-shadow: 2px 2px 4px 3px #666; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 2px 2px 6px 3px #666; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
    position: fixed;
}

.tooltip.med h3 {
    font-size: 2em;
    text-align: left;
    margin: 40px 30px 20px;
}

.tooltip.med p {
    padding: 0;
    margin: 20px 30px;
    line-height: 18px;
    background: none;
}

.tooltip.med p.center {
    text-align: center;
}

.tooltip.med p.center span {
    display: block;
    margin: 15px 0;
}

.tooltip.start_app a.btn {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 37px;
}

.tooltip.ppOpt {
    width: 380px;
}

.tooltip.ppOpt h3 {
    margin: 20px 30px 8px;
}

.tooltip.ppOpt p {
    margin: 0px 30px;
}

.tooltip.ppOpt p.center {
    padding-bottom: 20px;
}

.tooltip.ppOpt input.btn, .tooltip.ppOpt a.btn {
    font-size: 1.3em;
    font-weight: bold;
    width: 250px;
    margin-top: 20px;
    padding: 10px 0px;
}

#ppOpt ul {
    list-style: none;
    margin-left: 20px;
}

#ppOpt li {
    float: left;
}

#ppOpt li.line {
    width: 138px;
    border-bottom: 1px solid #999;
    margin: 10px 0 0 8px;
}

#ppOpt li.or {
    font-size: 1.2em;
    font-weight: bold;
    margin: 2px 0 0 8px;
}

.billing_address_title {
    margin-bottom: 0 !important;
}
.po_box {
    margin-bottom: 15px !important;
}

/******* update billing modal  *******/
.overlay {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    display: none;
}

/* START DOWNLOAD HTML MODAL */
.modalwrap,
    /*UNSUPPORTED BROWSER MODAL */
.modalwrap.unsupported_browser {
    display: none;
    z-index: 104;
}

.modal {
    position: absolute;
    top: 2%;
    left: 23%;
    z-index: 106;
    border: 1px solid #5c5c5c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 20px;
    margin-left: 40px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px 8px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 0 5px 8px rgba(25, 25, 25, 0.1);
    -ms-box-shadow: 0 0 5px 8px rgba(25, 25, 25, 0.1);
    -o-box-shadow: 0 0 5px 8px rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 5px 8px rgba(25, 25, 25, 0.1);
    width: 590px;
    text-align: center;
}

.modalwrap.unsupported_browser .modal {
    padding: 30px;
    text-align: center;
}

.modalwrap.unsupported_browser .modal {
    top: 15%;
    left: 23%;
}

/*IE 6 */
.modalwrap .overlay {
    _position: absolute;
}

.modalwrap.unsupported_browser .modal {
    _left: 10%;
}

.unsupported_browser .modal .closex {
    position: absolute;
    right: 9px;
    top: 9px;
    height: 24px;
    width: 24px;
    display: block;
    background: url(images/sprite.png) 3px -380px no-repeat;
}

.unsupported_browser .modal h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 200;
    color: #292929;
    border-bottom: none;
}

.unsupported_browser .modal p {
    margin: 0;
    color: #666;
    margin-top: 20px;
    text-align: left;
}

.unsupported_browser .modal p strong {
    font-weight: bolder;
}

.unsupported_browser .modal li {
    display: inline-block;
    margin-left: 8px;
    float: left;
}

.unsupported_browser .modal li a {
    width: 100px;
    padding: 20px 5px 0 0;
    text-align: center;
    display: table-cell;
    height: 95px;
    vertical-align: top;
    outline: none;
}

.unsupported_browser .modal li a span, .unsupported_browser .modal li a:hover span {
    background: transparent url(images/sprite.png) no-repeat -1010px -100px;
    border-right: 1px solid #e7e9eb;
    display: block;
    width: 80px;
    height: 60px;
    margin: 0 0 15px 0;
    padding: 0 10px 10px 35px;
    vertical-align: top;
}

.unsupported_browser .modal li.moz_banner a span,
.unsupported_browser .modal li.moz_banner a:hover span {
    background-position: -1010px -185px;
}

.unsupported_browser .modal li.chrome_banner a span,
.unsupported_browser .modal li.chrome_banner a:hover span {
    background-position: -1110px -100px;
}

.unsupported_browser .modal li.safari_banner a span,
.unsupported_browser .modal li.safari_banner a:hover span {
    background-position: -1110px -185px;
    border: none;
}

.tooltip.lrg {
    top: 12%;
    width: 570px;
    -webkit-box-shadow: 2px 2px 4px 3px #666; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 2px 2px 6px 3px #666; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}

.app .tooltip div.left {
    margin-right: 40px;
}

#app_form .tooltip input, #update_app_form .tooltip input {
    width: 240px;
}

#app_form .tooltip fieldset, #update_app_form .tooltip fieldset {
    background-image: none;
    padding-bottom: 0;
}

#update_app_form .tooltip .gray {
    margin-right: 15px;
}

.app #update_app_form .tooltip h3 {
    margin: 0 0 20px 10px;
    font-weight: bold;
}

.app #update_app_form p.submit {
    text-align: right;
    margin: 40px 20px 15px 0;
    display: inline-block;
}

.app #update_app_form p.submit .btn.gray {
    width: 140px;
    padding: 8px 0;
}

/* FIX FIREFOX TOOLTIP TAIL PLACEMENT */
@-moz-document url-prefix() {
    .tooltip {left: 330px;
    }
    .tooltip .indicator {top: 130px;
    }
}
/* END FIREFOX FIX */
/******* application and confirmation content *******/
.application #header, .message #header {
    border-bottom: 1px solid #ccc;
}

#subject.application, #subject.message {
    background: #fff;
}

/******* form styling *******/
.app {
    margin: 20px auto;
}

.app h1 {
    font-size: 2.6em;
    color: #5f5f5f;
}

#app_form {
    color: #8d8d8d;
}

#update_app_form {
    display: none;
    padding: 15px 30px;
    margin-top: 15px;
    background: #f5f5f5;
    width: 85%;
}

#app_form #editable,
#app_form #editable label {
    display: none;
}

#app_form .leftSide,
#app_form .rightSide {
    display: inline-block;
    vertical-align: top;
}

#app_form input,
#app_form .select_wrap,
#update_app_form input,
#update_app_form .select_wrap {
    background: #fff;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    outline: none;
    padding: 10px 0 11px 13px;
    width: 210px;
    margin: 5px 15px 5px 0;
    display: inline-block;
    font-family: "helvetica nueue", helvetica, arial;
}

#update_app_form input {
    width: 43%;
}

#app_form input#lastName,
#app_form input#addressLine1,
#app_form input#ssn,
#app_form input#zip,
#app_form input#email,
#update_app_form input#lastName,
#update_app_form input#addressLine1,
#update_app_form input#ssn,
#update_app_form input#zip,
#update_app_form input#email {
    margin-right: 0;
}

#app_form input#addressLine1 {
    width: 454px;
}

#update_app_form input#addressLine1 {
    width: 378px;
}

#app_form input#email {
    width: 300px;
}

#update_app_form input#email {
    width: 253px;
}

#app_form input#phone,
#app_form input#ssn,
#app_form input#lastSSN {
    width: 120px;
}

#app_form input#lastSSN {
    margin-right: 0;
}

#app_form .defaultAtPaypal {
    margin-top: 20px;
}

#app_form input[type="checkbox"], #update_app_form input[type="checkbox"] {
    padding: 0;
    width: 20px;
    float: left;
}

#app_form input.small,
#app_form select.small,
#update_app_form input.small,
#update_app_form select.small,
input#zip {
    width: 91px;
}

#update_app_form input#zip {
    width: 73px;
}

#app_form select, #update_app_form select {
    background: transparent;
    padding-bottom: 10px;
    outline: 0;
    -webkit-appearance: none;
    border: none;
    color: #a0a0a0;
    width: 115%;
}

#app_form select option, #update_app_form select option {
    outline: 0;
}

/******* styled selects *******/
#app_form .select_wrap, #update_app_form .select_wrap {
    width: 90px;
    background: #fff url(images/sprite.png) 78px -514px no-repeat;
    margin: 5px 13px 0 0;
    padding: 7px 0 0 10px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#app_form select#state {
    width: 110px;
}

#update_app_form .select_wrap, #update_app_form select#state {
    width: 80px;
}

#update_app_form .select_wrap {
    background-position: 60px -515px;
    border: 1px solid;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    margin-top: 5px;
}

#update_app_form select#state {
    border: none;
    margin-top: 1px;
}

#app_form div.right .select_wrap, #update_app_form div.right .select_wrap {
    margin-bottom: 10px;
    margin-top: 0px
}

#app_form .select_wrap.small, #update_app_form .select_wrap.small {
    float: left;
}

/*** DOB selects ***/

#app_form .select_wrap.dd, #app_form .select_wrap.mm, #app_form .select_wrap.yyyy {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#app_form .select_wrap.mm {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#app_form .select_wrap.dd {
    border-right: none;
    border-left: none;
}

#app_form .select_wrap.yyyy {
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#app_form .select_wrap.mm, #app_form .select_wrap.dd, #app_form .select_wrap.yyyy {
    background: #fff url(images/sprite.png) 90px -515px no-repeat;
    width: 105px;
    margin: 5px 0 15px 0;
}

#app_form .select_wrap.yyyy {
    margin-right: 15px
}

#app_form .select_wrap.dd {
    background-position: 60px -515px;
    width: 70px;
}

#app_form .select_wrap.dd select.dd {
    width: 88px;
    background-position: 55px 7px;
}

#app_form .npselect_wrap.dd {
    width: 84px;
    background-position: -1230px -85px;
}

/*** Annual income selects ***/

#app_form fieldset.sri .select_wrap {
    width: 180px;
    background-position: 170px -515px
}

#app_form select#sri {
    width: 200px;
    margin-right: 0;
}

/******* form sections *******/
#app_form fieldset, #update_app_form fieldset {
    position: relative;
}

#app_form fieldset.dob, #app_form fieldset.ssn {
    margin: 10px 0;
    background: none;
    padding-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

/******* form labels *******/

/* label as placeholders ALSO FIXES IE support for placeholder */

label[for="state"] {
    display: none;
}

.lap {
    display: block;
    position: relative;
}

.lap label {
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    line-height: 45px;
    margin: 0;
}

.js .lap label {
    cursor: text;
    padding: 0 10px 0 14px;
    position: absolute;
    white-space: nowrap;
    color: #9e9e9e;
    font: normal 11px verdana;
    line-height: 45px;
}

.placeholder-focus label,
.placeholder-hide label {
    bottom: auto;
    left: -9999px;
    right: auto;
    top: -9999px;
}

#app_form label[for="dob"], #update_app_form label[for="dob"],
#app_form label[for="sri"], #update_app_form label[for="sri"] {
    display: block;
}

#app_form label[for="lastSSN"], #update_app_form label[for="lastSSN"] {
    display: block;
}

#app_form label.plain, #update_app_form label.plain {
    font-weight: normal;
}

.app .tooltip div.left, .app .tooltip div.right {
    width: 45%;
}

.app h3 {
    clear: both;
    margin-bottom: 15px;
    width: 70%;
    display: inline-block;
}

#update_app_form h3 {
    margin-top: 10px;
}

/******* Scrolling Terms Section *******/

#showForm {
    width: 470px;
    margin: 40px auto 0;
}

#showTerms {
    width: 900px;
    margin: -10px auto 0 auto;
}

#showTerms,
#showTerms h1 span {
    display: none;
}

/* T&C's DOUBLE PROMPT STYLING */
#prompt {
    display:none;
    background-color: white;
    width: 500px;
    min-height:360px;
    position:relative;
    z-index:1002;
    padding: 20px;
    color: #333;
    text-align:center;
    overflow-wrap: break-word;
    margin: -475px auto 0 auto;

}

#prompt img {
    padding-bottom: 3%;
}

#prompt ul li {
    text-align: left;
    font-size: 1.3em;
    margin:	20px 30px;
}

#promptHeader {
    font-size: 2em;
    padding-bottom: 2%;
}

#appSubmit {
    margin: 0 30px;
}

#continue {
    margin-bottom: 15px !important;
}

#cancelAppFinal {
    font-size: 1.1em;
    font-weight:bold;
}

.black_overlay {
    display:none;
    position: fixed;
    top: -20%;
    left: 0%;
    width: 100%;
    height: 125%;
    background-color: black;
    z-index:999;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}


/*  ESIGN CONSENT STANDALONE TERMS AND CONDITIONS PAGE     */
.termsandconditions #showTerms {
    display: block;
    margin-top: 40px;
}

.termsandconditions #showTerms #apply,
.termsandconditions #showTerms {
    display: none;
}

#showTerms h1 {
    font-size: 2.6em;
    width: 94%;
    display: inline-block;
    margin-top: 0;
}

#privacyStatement h4 {
    color: #666;
    font-weight: bold;
    margin: 30px 0 10px 0;
    font-size: 1.2em;
}

#privacyStatement #content ul {
    margin-left: 35px;
}

#privacyStatement #content ul li {
    margin: 5px;
    list-style: disc;
}

.footer #privacyStatement p {
    margin-left: 15px;
    text-align: left;
}

.footer #privacyStatement p.center {
    text-align: center;
}

#privacyStatement .rev {
    margin: 15px 0px;
    padding: 0px;
    font-size: .7em;
}

.sub-content {
    margin-top: 30px;
}

#showTerms a.closex,
#showTerms a.closexEsign,
#update_app_form a.closex, #privacyStatement .closex,
#termsUse .closex {
    float: right;
    background: transparent url(images/sprite.png) 0 -159px no-repeat;
    width: 21px;
    height: 20px;
}

#update_app_form a.closex {
    margin: 5px -10px 0 0;
}

div.terms {
    height: 380px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

div.terms .terms_inner {
    padding: 10px 0 10px 10px;
    font-size: .8em;
}

div.terms .terms_inner p {
    margin: 0 0 10px;
}

div.terms .terms_inner ul {
    margin-bottom: 20px;
}

/******* Form submit *******/
div#continueApp, div#apply {
    text-align: center;
    margin: 20px 0;
}

div#apply {
    margin-top: 0;
}

#showPrompt {
    width: 50% !important;
}

div#continueApp p {
    text-align: left;
    font-family: arial, helvetica;
    letter-spacing: .05em;
    margin-right: 30px;
}

div#continueApp .btn, div#apply .btn, div#confirm .btn {
    width: 100%;
    margin: 20px auto;
    font-size: 1.1em;
}

/******* PAYPAL CREDIT TERMS CONTENT STYLING *******/
#terms {
    margin-top: 30px;
}

#terms .clearfix,
.terms .clearfix {
    content: ".";
    display: block;
    clear: both;
}

#terms #wrapper,
.terms #wrapper {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    font: 300 13px arial . sans serif;
    -webkit-text-size-adjust: 100%;
    width: 95%;
    word-wrap: break-word;
}

#terms #wrapper p,
.terms #wrapper p {
    font-family: Arial, sans-serif;
}

#terms #wrapper a,
.terms #wrapper a {
    font-weight: 600;
}

#terms h1, .terms h1,
#terms h2, .terms h2,
#terms h3, .terms h3,
#terms h4, .terms h4,
#terms h5, .terms h5 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #333;
}

#terms #content,
.terms #content {
    position: relative;
    line-height: 16px;
    padding: 0 0 120px 0;
}

#terms #content p,
.terms #content p {
    margin-top: 8px;
}

#terms #content p.sub-header,
.terms #content p.sub-header {
    margin-top: 18px;
}

#terms a,
#terms a:visited {
    color: #009cde;
    font-weight: bold;
    text-decoration: none;
}

#terms ul,
.terms ul {
    list-style-type: disc;
}

#terms #content ul#nav_links,
.terms #content ul#nav_links {
    list-style-type: none;
    font-size: 1.0em;
    line-height: 13px;
}

#terms #content ul#nav_links li,
.terms #content ul#nav_links li {
    margin: 10px 6px 10px 0px;
    float: left;
    border-right: 1px solid #DDD;
    padding-right: 6px;
}

#terms #content ul#nav_links li.last,
.terms #content ul#nav_links li.last {
    border-right: none;
    padding-right: 0px;
}

#terms div #e-signConsent, #terms div #accountAgreement,
.terms div #e-signConsent, .terms div #accountAgreement {
    margin-top: 25px;
}

.terms div #e-signConsent h2,
.terms div #accountAgreement h2 {
    margin-top: 20px;
}

.terms div #accountAgreement .table_outline h2 {
    margin-top: 0;
}

.terms div #disclosures h3 {
    margin: 8px 0;
}

#terms ul li ul,
.terms ul li ul {
    list-style-type: circle;
    margin-left: 10px;
}

#terms ul.lower-alpha,
.terms ul.lower-alpha {
    list-style-type: lower-alpha;
    margin-left: 10px;
}

#terms ul.lower-roman,
.terms ul.lower-roman {
    list-style-type: lower-roman;
    margin-left: 10px;
}

#terms ul.decimal,
.terms ul.decimal {
    list-style-type: decimal;
    margin-left: 10px;
}

#terms #content ul.line-break li,
.terms #content ul.line-break li {
    margin-top: 0px;
    margin-bottom: 0px;
}

#terms ul.style-none,
.terms ul.style-none {
    list-style-type: none;
}

#terms #content ul li,
.terms #content ul li {
    margin: 10px;
}

#terms .bold,
.terms .bold {
    font-weight: 600;
}

#terms .italic,
.terms .italic {
    font-style: italic;
}

#terms .underline,
.terms .underline {
    text-decoration: underline;
}

#terms .centerPara,
.terms .centerPara {
    text-align: center;
    line-height: normal;
    margin-top: 24px !important;
}

#terms .rightPara,
.terms .rightPara {
    text-align: right;
}

#terms h1,
.terms h1 {
    color: #666;
    font: 1.5em "helvetica neue", helvetica, sans-serif;
    font-weight: 200;
    margin: 60px 0 40px 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #e5e5e5;
}

#terms h2,
.terms h2 {
    color: #666;
    font-size: 1.75em;
    margin: 0;
    padding: 29px 0 19px 0;
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

#terms:first-child h2,
.terms:first-child h2 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

#terms #wrapper #content #e-signConsent h2,
#terms #wrapper #content #accountAgreement h2,
#terms #wrapper #content #privacyPolicy h2 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    border-bottom: none;
}

#terms #wrapper #content #accountAgreement .table_outline h2 {
    margin: 10px;
}

#terms h3, .app .terms h3 {
    font-size: 1.538em;
    color: #000;
    background-color: #CCC;
    padding: 8px 16px;
    margin: 13px 0 14px;
}

.app .terms h3 {
    width: 92%;
    margin: 20px 0 0;
}

#terms h4, .terms h4 {
    font-size: 1.385em;
    padding-top: 18px;
}

#terms h5, .terms h5 {
    font-size: 1.385em;
    color: #FFF;
    background-color: #009cde;
    padding: 8px;
    margin: 0;
}

#terms h6, .terms h6 {
    font-size: 1.313em;
    font-weight: 600;
}

#terms .table_outline,
.terms .table_outline {
    border: 1px solid #666;
    padding: 4px;
    margin-top: 15px;
}

#terms .table_outline h2,
.terms .table_outline h2 {
    padding: 10px;
    line-height: normal;
}

#terms .center_table,
.terms .center_table {
    border-collapse: collapse;
    width: 100%;
}

#terms .center_table td,
.terms .center_table td {
    vertical-align: middle;
    padding: 7px 15px;
    border-bottom: 1px solid #666;
}

#terms .center_table td.left,
.terms .center_table td.left {
    background-color: #efefef;
    font-weight: bold;
    border-right: 1px solid #666;
}

#terms .center_table td.left {
    width: 42%
}

#terms .center_table td ul,
.terms .center_table td ul {
    font-weight: 300;
}

#terms .center_table td.last,
.terms .center_table td.last {
    border-bottom: none
}

#terms .center_table td.pct30,
.terms .center_table td.pct30 {
    width: 32%;
    vertical-align: top;
}

#terms .center_table td.pct50,
.terms .center_table td.pct50 {
    /* [disabled]border-top: 1px solid #666; */
    vertical-align: top;
}

#terms .center_table td.single,
.terms .center_table td.single {
    padding-top: 0px !important;
}

#terms .grey_solid_line,
.terms .grey_solid_line {
    border-bottom: 1px solid #ccc;
    margin: 20px 10px;
}

#terms div.actAgmtAnswer,
.terms div.actAgmtAnswer {
    background-color: #efefef;
    padding: 10px;
    margin-top: 5px;
}

#terms ul.right,
.terms ul.right {
    margin-left: 20px;
}

.printIt {
    display: block;
    margin-bottom: 15px;
    width: 100px;
}

/***** Application Rightside Links  *****/
a.right {
    float: right;
    margin: -40px 0 0 0;
    margin-right: 10%;
    padding: 0 30px 10px 0;
    background: url(images/sprite.png) 115px -349px no-repeat;
}

/* Why SSN */
a.right.why {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 17px;
    height: 15px;
    display: inline-block;
    background: #0079c1 none;
    color: #fff;
    text-align: center;
    font: normal .9em arial;
    float: none;
    padding: 1px 0 0 0;
    margin: 0;
}

a.right.why:hover {
    text-decoration: none;
}

/* Update Billing */
a.right.billing {
    background: url(images/sprite.png) 124px -317px no-repeat;
    margin-top: 40px;
}

/* Current Billing Address content */
#app_form fieldset.billing {
    padding-bottom: 20px;
}

fieldset.billing ul {
    list-style-type: none;
    margin-bottom: 20px;
}

fieldset.billing ul li {
    margin: 0;
    line-height: 20px;
    display: inline;
}

fieldset.billing ul li.street, fieldset.billing ul li.phone {
    display: block;
}

fieldset.billing ul li.phone {
    margin-top: 20px;
}

/* Terms content */
#showTerms fieldset.last {
    background: none;
    margin: 20px 0 2px 0;
}

#showTerms fieldset.last .terms {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#app_form fieldset.last a {
    text-align: center;
}

/* Confirmation page */

#confirm {
    width: 470px;
    margin: 0 auto;
}

.message p {
    margin-bottom: 10px;
    font-family: "helvetica nueue", helvetica, arial;
}

.app #confirm p, .app #confirm li {
    font-size: 1.042em;
    font-weight: 200;
    font-family: "helvetica nueue", helvetica, arial;

}

.primary_msg {
    text-align: center;
}

.tertiary_msg {
    font-size: 0.8em;
}

.primary_msg h1 {
    font-size: 2.222em;
}

.primary_msg h3 {
    margin-top: 0px;
    width: 100%;
}

/* CONDITIONAL LANDER HEADLINES BASED ON SCREEN SIZE*/
#four80anddown, .smartphones {
    display: none;
}

/**** Top app errors ****/
div #errors ul {
    padding: 35px 0 10px;
    color: #ff0303;
    position: relative;
    list-style: none;
    margin-left: 30px;
}

div #errors ul li {
    padding-left: 25px;
    background: url(images/sprite.png) 0 -416px no-repeat;
    margin: 0 0 20px 0;
}

/**** Field level errors ****/
div.error_wrap {
    width: 215px;
    background: #c72e2e;
    padding: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    color: #fff;
    position: relative;
    margin-top: -2px;
}

#addressLine1_error.error_wrap {
    width: 459px;
}

#state_error.error_wrap {
    width: 92px;
}

#zip_error.error_wrap {
    width: 96px;
}

#email_error.error_wrap {
    width: 305px;
}

#phone_error.error_wrap,
#ssn_error.error_wrap,
#lastSSN_error.error_wrap {
    width: 125px;
}

#sri_error.error_wrap {
    width: 182px;
}

#dob_error.error_wrap,
#dob_month_error.error_wrap,
#dob_year_error.error_wrap {
    clear: left;
    width: 305px;
}

div.error_wrap p {
    padding: 7px 10px;
    line-height: 1.1;
}

.tooltip div.error_wrap p {
    font-size: 1em;
}

#app_form input.error,
#app_form .select_wrap.error,
#update_app_form input.error,
#update_app_form .select_wrap.error {
    border: 1px solid #c72e2e;
    margin-bottom: 0;
    background: url(images/sprite.png) 195px -16px no-repeat;
}

#recaptcha_div input.error {
    height: 25px;
    background-position: 275px -22px;
}

input#recaptcha_response_field.error {
    -webkit-box-shadow: 0px 0px 6px 1px #fd4545;
    -moz-box-shadow: 0px 0px 6px 1px #fd4545;
    box-shadow: 0px 0px 6px 1px #fd4545;
    -webkit-appearance: none;
}

#app_form .select_wrap.error, #update_app_form .select_wrap.error {
    background-image: none;
}

#app_form .select_wrap.dd.error,
#update_app_form .select_wrap.dd.error {
    border-left: none;
    border-right: none;
}

#app_form .select_wrap.error select,
#update_app_form .select_wrap.error select {
    background: url(images/sprite.png) 63px -25px no-repeat;
}

#app_form .select_wrap.mm.error select,
#update_app_form .select_wrap.mm.error select,
#app_form .select_wrap.yyyy.error select,
#update_app_form .select_wrap.yyyy.error select {
    background-position: 75px -25px;
}

#app_form .select_wrap.dd.error select,
#update_app_form .select_wrap.dd.error select {
    background-position: 40px -25px;
}

/* Non standard placements for form validation alerts */
#app_form input#addressLine1.error {
    background-position: 440px -16px;
}

#app_form input#zip.error {
    background-position: 77px -16px;
}

#app_form input#email.error {
    background-position: 285px -16px;
}

#app_form input#phone.error,
#app_form input#ssn.error,
#app_form input#lastSSN.error {
    background-position: 105px -16px;
}

#app_form select#sri {
    background-position: 150px -25px;
}

/* Wipe out alert icon on focus */

#app_form input.error:focus,
#app_form .select_wrap.error:focus,
#update_app_form input.error:focus,
#update_app_form .select_wrap.error:focus {
    background-image: none;
}

#app_form .select_wrap.valid, #update_app_form .select_wrap.valid, {
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    -webkit-appearance: none;
}

/* Recapthca */
.recaptchatable #recaptcha_response_field {
    border-radius: 0px;
    padding: 0px;
}

div#recaptcha_div {
    margin-top: 35px;
}

div#recaptcha_response_field_error.error_wrap {
    margin-bottom: 14px;
    width: 442px;
}

fieldset.esign p {
    color: #333;
}

/***** Submit buttons *****/
#app_form input.btn {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#update_app_form input.btn {
    width: 130px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*************** START MEDIA QUERIES ****************/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .footer .desktabLinks {
        display: none;
    }

    .footer .mobileLinks {
        display: inline;
        white-space: nowrap;
    }

    /***** Upwards collapsing panels *****/

    .panel div.content {
        font-family: arial;
        padding: 20px;
        overflow: hidden;
        background: #fff;
    }

    .application .panel div.content {
        overflow: visible;
    }

    #privacyStatement,
    #termsUse {
        width: 94%;
        padding: 25px;
        font-size: 1em;
        margin-left: 0;
        top: 5px;
    }

    #privacyStatement h2,
    #termsUse h2 {
        margin-top: 30px;
        border-bottom: none;
        font-size: 2.5em;
        padding-bottom: 0;
        width: 95%;
    }

    #privacyStatement .footer,
    #termsUse .footer {
        display: block;
        z-index: 201;
        position: relative
    }


    #privacyStatement.panel,
    #termsUse.panel {
        bottom: 0;
        left: 0%;
        z-index: 103;
        margin: 0;
        background-color: #fff;
    }

    #privacyStatement.panel div.content,
    #termsUse.panel div.content {
        font-family: arial;
        padding: 20px;
        overflow: hidden;
        background: #fff;
    }

    #privacyStatement.panel div.content ul,
    #termsUse.panel div.content ul {
        list-style-type: disc;
        font-family: "helvetica nueue", helvetica, arial;
        font-weight: 200;
        line-height: 1.5em;
        margin-top: 15px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .footer .desktabLinks {
        display: none;
    }

    .footer .mobileLinks {
        display: inline;
        white-space: nowrap;
    }

    /***** Upwards collapsing panels *****/

    .panel div.content {
        font-family: arial;
        padding: 20px;
        overflow: hidden;
        background: #fff;
    }

    .application .panel div.content {
        overflow: visible;
    }

    #privacyStatement,
    #termsUse {
        width: 94%;
        padding: 25px;
        font-size: 1em;
        margin-left: 0;
        top: 5px;
    }

    #privacyStatement h2,
    #termsUse h2 {
        margin-top: 30px;
        border-bottom: none;
        font-size: 2.5em;
        padding-bottom: 0;
        width: 95%;
    }

    #privacyStatement .footer,
    #termsUse .footer {
        display: block;
        z-index: 201;
        position: relative
    }

    /**** Back to top buttons ****/
    #privacyStatement .closex,
    #termsUse .closex {
        right: 25px;
        top: 53px;
        height: 24px;
        width: 24px;
        display: block;
        background: url(images/sprite.png) 0px -159px no-repeat;
        z-index: 105;
        position: absolute;

    }

    #privacyStatement.panel,
    #termsUse.panel {
        bottom: 0;
        left: 0%;
        z-index: 103;
        margin: 0;
        background-color: #fff;
    }

    #privacyStatement.panel div.content,
    #termsUse.panel div.content {
        font-family: arial;
        padding: 20px;
        overflow: hidden;
        background: #fff;
    }

    #privacyStatement.panel div.content ul,
    #termsUse.panel div.content ul {
        list-style-type: disc;
        font-family: "helvetica nueue", helvetica, arial;
        font-weight: 200;
        line-height: 1.5em;
        margin-top: 15px;
    }

    .tiny_mobile {
        font-size: .9em;
    }

}

/*************** 1024 includes iPad landscape ****************/
@media all
and (max-width:1024px) {
    #wrap {
        max-width: 1024px;
    }

    #subject.application {
        background: #fff;
    }

    .modalwrap,
        /*UNSUPPORTED BROWSER MODAL */
    .modalwrap.unsupported_browser {
        display: none;
    }

    p.req_message {
        display: none;
    }

    #header a.logo, #details, #terms, #faqs {
        margin-left: 3%;
    }

    #descr {
        text-align: center;
        vertical-align: middle;
    }

    h1 strong {
        font-weight: 600;
    }

    #header .apply, #header .bmlapply {
        display: none;
    }

    #header #paypalAccess {
        float: right;
        padding-bottom: 50px;
    }

    /****************** Lander page sections ******************/
    #details, #terms, #faqs {
        width: 100%;
        margin-left: 6%;
    }

    .details_content, .terms_content, .faqs_content {
        padding-right: 180px;
    }

    /* Reduce main image for smaller screens */
    .main #img {
        width: 266px;
        height: 268px;
        margin-right: 3%;
    }

    /* Billing modal */
    .tooltip.lrg {
        top: 7%;
    }

    /****************** Tiered Financing table ******************/
    #details .detail_terms table tr th,
    #details .detail_terms table tr td {
        padding: 15px 18px;
    }

    /****************** Lander Terms table  ******************/
    #details table th {
        font-size: .8em;
    }

    .detail_terms table {
        width: 680px;
    }

    #app_form fieldset:nth-child(10), #update_app_form fieldset:nth-child(10) {
        background-image: none;
    }

}

/****************** 900 screens ******************/
@media all
and (max-width:900px) {
    .modalwrap,
        /*UNSUPPORTED BROWSER MODAL */
    .modalwrap.unsupported_browser {
        display: none;
    }

    .tooltip.med {
        left: 25%;
    }
}

/****************** 768 screens, include iPad portrait ******************/
@media all
and (max-width : 768px) {
    #wrap {
        max-width: 768px;
    }

    p.req_message {
        display: none;
    }

    #header a.logo img {
        max-width: 100%
    }

    #details, #terms, #faqs {
        width: 85%;
    }

    .details_content, .terms_content, .faqs_content {
        padding-right: 30px;
    }

    #details table th {
        font-size: .8em;
    }

    div #errors ul {
        padding-right: 20px;
    }

}

/****************** 660 screens ******************/
@media all
and (max-width:660px) {

    #wrap {
        max-width: 660px;
    }

    /**** Index navigation ****/
    #mini_nav span {
        padding: 16px 30px;
    }

    #mini_nav span.faqs {
        background-position: 0 -585px, 96px -585px;
    }

    #mini_nav li.current .indicator {
        margin-left: -30px;
    }

    .tooltip.med {
        left: 2%;
        top: 2%;
        width: 550px
    }

    div.terms {
        padding: 0;
        height: 100%;
        width: 97%;
        overflow-y: visible;
        border: none;
    }

    div.terms .terms_inner {
        padding: 10px 0;
    }

    div#apply {
        position:fixed;
        bottom:0;
        left: 1.5%;
        background-color:#FFF;
        margin-bottom:0;
        margin-left:-10px;
        padding-bottom: 30px;
        width:100%;
    }

    /*prompt mobile adjustments*/
    #showPrompt {
        width: 94% !important;
    }
    #prompt {
        width: 94%;
        height:100%;
        top: 0;
        position: fixed;
        padding: 20px;
        margin: 0 0 0 -15px;
    }

    #prompt img {
        padding: 40px 0;
    }

    #prompt ul li {
        margin:	20px 30px;
    }

    #promptHeader {
        padding-bottom: 2%;
    }

    #appSubmit {
        margin: 0;
    }

    #continue {
        margin-bottom: 15px !important;
        padding: 15px !important;
    }

    /***** Upwards collapsing panels *****/

    .panel div.content {
        font-family: arial;
        padding: 0;
        overflow: hidden;
        background: #fff;
    }

    #showTerms .footer {
    	margin-bottom: 15%;
    }

    #privacyStatement,
    #termsUse {
        width: 92.3%;
        padding: 25px;
        font-size: 1em;
        margin-left: 0;
        top: 5px;
    }

    #privacyStatement h2,
    #termsUse h2 {
        margin-top: 30px;
        border-bottom: none;
        font-size: 2.5em;
        padding-bottom: 0;
        width: 92%;
    }

    #privacyStatement .footer,
    #termsUse .footer,
    #showTerms .footer {
        display: block;
        z-index: 201;
        position: relative
    }

    #privacyStatement .footer,
    #termsUse .footer {
        margin-top: -25px;
    }

    /**** Back to top buttons ****/
    #privacyStatement .closex,
    #termsUse .closex {
        right: 25px;
        top: 53px;
        height: 24px;
        width: 24px;
        display: block;
        background: url(images/sprite.png) 0px -159px no-repeat;
        z-index: 105;
        position: absolute;

    }

    #privacyStatement.panel,
    #termsUse.panel {
        bottom: 0;
        left: 0%;
        z-index: 103;
        margin: 0;
        background-color: #fff;
    }

    #privacyStatement.panel div.content,
    #termsUse.panel div.content {
        font-family: arial;
        padding: 20px 20px 40px;
        overflow: hidden;
        background: #fff;
    }

    #privacyStatement.panel div.content ul,
    #termsUse.panel div.content ul {
        list-style-type: disc;
        font-family: "helvetica nueue", helvetica, arial;
        font-weight: 200;
        line-height: 1.5em;
        margin-top: 15px;
    }

    /***** footer appended to account for dynamic heights, restyle to match original footer *****/

    #details .footer,
    #terms .footer,
    #faqs .footer {
        font-size: 1.2em;
    }

    #details .footer a,
    #terms .footer a,
    #faqs .footer a,
    #details .footer a:hover,
    #terms .footer a:hover,
    #faqs .footer a:hover {
        font-weight: 200;
        color: #666;
    }

    /***** terms content *****/
    #showTerms {
        top: 5px;
        padding: 0 0 0 15px;
        background: #fff;
        position: absolute;
        margin: 0;
        width: 98%;
    }

    .termsandconditions #showTerms {
        top: 0;
        position: relative;
        margin: 20px auto;
    }

    #showTerms h1 {
        width: 85%;
        margin-right: 20px;
        font: 2em "helvetica neue", helvetica, sans-serif;
        font-weight: 200;
    }

    #showTerms h1 span {
        display: inline;
    }

    #showTerms a.closex {
        margin: 5px 20px 0 0;
    }

    #terms .center_table td.left,
    .terms .center_table td.left {
        width: 42%
    }

    .back2top {
        width: 100%;
        text-align: center;
        display: block;
        z-index: 200;
        position: relative;
        margin-bottom: 20px;
    }

    .tooltip.ppOpt p {
        margin: 0px 30px 10px;
    }

    .tooltip.ppOpt h3 {
        margin: 10px 30px 8px;
    }

    .tooltip.ppOpt input.btn,
    .tooltip.ppOpt a.btn {
        margin-top: 0;
    }

    .tooltip.ppOpt p.center {
        padding-bottom: 10px;
    }

    #ppOpt li.line {
        width: 225px;
    }

    .footer .desktabLinks {
        display: none;
    }

    .footer .mobileLinks {
        display: inline;
        white-space: nowrap;
    }

}

/****************** 560 screens ******************/
@media all
and (max-width:560px) {
    #wrap {
        max-width: 560px;
    }

    /* Hide main img for 560 size screens */
    .main #img {
        width: 1px;
        height: 1px;
    }

    #subject {
        background: none;
        background: #fff;
    }

    /**** Index navigation ****/
    #mini_nav span {
        padding: 16px 17px;
    }

    #mini_nav li.current .indicator {
        margin-left: -17px;
    }

    #mini_nav span.faqs {
        background-position: 0 -585px, 70px -585px;
    }

    .app h3 {
        width: 90%;
    }

    .app .rightSide {
        width: 205px;
    }

    .app .rightSide.sm {
        width: 120px;
    }

    .app .rightSide .rightSide {
        width: 52%
    }

    .app .rightSide .leftSide {
        width: 38%;
    }

    #app_form input, #app_form select, #update_app_form input, #update_app_form select {
        margin-right: 7px;
        width: 188px;
    }

    #app_form input#addressLine1 {
        width: 96%;
    }

    #app_form input#zip {
        width: 100%;
    }

    #app_form input#email {
        width: 256px;
    }

    #app_form .select_wrap,
    #update_app_form .select_wrap,
    #app_form .select_wrap.yyyy,
    #update_app_form .select_wrap.yyyy {
        margin-right: 7px;
    }

    #app_form .select_wrap.mm,
    #app_form .select_wrap.yyyy {
        width: 85px;
        background-position: 75px -515px;
    }

    #app_form select.mm {
        width: 96px;
    }

    #app_form select.yyyy {
        width: 95px;
    }

    #app_form .select_wrap.dd {
        background-position: 55px -515px;
        width: 66px;
    }

    div.error_wrap {
        width: 193px;
    }

    #zip_error.error_wrap {
        width: 82px;
    }

    #email_error.error_wrap {
        width: 261px;
    }

    #addressLine1_error.error_wrap {
        width: 408px;
    }

    #dob_error.error_wrap,
    #dob_month_error.error_wrap,
    #dob_year_error.error_wrap {
        width: 261px;
    }

    #app_form input.error,
    #app_form .select_wrap.error,
    #update_app_form input.error,
    #update_app_form .select_wrap.error {
        background-position: 172px -16px;
    }

    #app_form input#addressLine1.error {
        background-position: 386px -16px;
    }

    #app_form input#zip.error {
        background-position: 62px -16px;
    }

    #app_form input#email.error {
        background-position: 240px -16px;
    }

    #app_form input#state.error {
        background-position: 172px -1px;
    }

    #app_form .select_wrap.mm.error select,
    #update_app_form .select_wrap.mm.error select,
    #app_form .select_wrap.yyyy.error select,
    #update_app_form .select_wrap.yyyy.error select {
        background-position: 55px -25px;
    }

    #app_form .select_wrap.dd select.dd {
        width: 82px;
        background-position: 40px -25px;
    }

    a.right.billing {
        margin-top: -40px;
    }

    span.tiny_mobile,
    #terms span.tiny_mobile {
        font-size: .8em;
    }

}

/************* 480 screens, includes iPhone landscape *************/
@media all
and (max-width : 479px) {

    #wrap {
        width: 465px;
    }

    #header {
        margin-top: 0;
    }

    #header a.logo {
        height: 46px;
        width: 194px;
    }

    #header a.logo img {
        max-width: 100%
    }

    h1 strong {
        font-weight: 600;
    }

    #descr .btn {
        width: 94%;
        margin-bottom: 40px;
    }

    #descr .lander_mobile_content {
        color: #FFF;
        padding: 20px 0px;
    }

    /**** Lander ****/

    #seven68andup {
        display: none;
    }

    #four80anddown {
        display: inline-block;
        width: 100%;
    }

    #four80anddown h1 {
        padding-bottom: 0;
        margin-bottom: 20px;
        line-height: 1;
    }

    #four80anddown ul {
        padding: 0;
        margin: 0;
    }

    /** Overwrite the above style for buttons in modals **/
    #descr .tooltip.ppOpt .btn {
        margin: 15px 0;
    }

    /************* 480 specific content *************/

    a.right.billing {
        margin-top: 0px;
    }

    /************* hidden content for small screens *************/
    .main #img,
    #mini_nav li.current .indicator,
    li a.terms span,
    #terms h2 span,
    #faqs h2 span,
    fieldset.verify span,
    ul.benefits,
    div#submit p,
    .req_message {
        display: none;
    }

    .small.last4,
    a.right.billing,
    div.method {
        display: inline-block;
    }

    fieldset.billing .smartphones {
        float: right;
        display: inline-block;
        margin-right: 20px;
    }

    #subject.application, #subject.message {
        background: #fff;
    }

    /**** Lander page terms content ****/
    .detail_terms {
        margin-left: 0;
    }

    .detail_terms table {
        width: 95%;
    }

    #details table th {
        background: #e0e0e0;
        padding: 15px 25px;
        border: 1px solid #ccc;
        text-align: left;
    }

    #details table td {
        border: 1px solid #ccc;
        padding: 15px 25px;
    }

    /****************** Tiered Financing table ******************/
    #details .detail_terms table tr th {
        font-weight: bold;
    }

    #details .detail_terms table tr th,
    #details .detail_terms table tr td {
        padding: 5px 3px;
        font-size: .9em;
    }

    #details .detail_terms table tr th.wide,
    #details .detail_terms table tr td.wide {
        padding-left: 5px;
    }

    /***** Current billing info *****/
    #app_form fieldset, #app_form fieldset.billing {
        background: transparent;
        padding-bottom: 0;
    }

    label.smartphones {
        display: inline-block;
        margin-top: 10px;
    }

    /***** Header styles *****/
    #header {
        border-bottom: none;
    }

    #header .apply, #header .bmlapply {
        display: inline;
        margin: 9px 20px 0 0;
    }

    #header #paypalAccess .bmlapply {
        float: none;
        margin: 0 2px 0 0;
    }

    /***** Footer style compensates for accordion slide to top in mobile *****/

    .footer {
        position: relative;
        z-index: 4;
        width: 60%;
        margin: 0 18%;
    }

    .footer p {
        width: 100%;
        margin: 0;
    }

    /***** Main content styles *****/
    #subject {
        background: none;
        background: #fff;
    }

    .main {
        border-top: none;
        background: #fff;
        margin: 0;
        padding-top: 20px;
        padding-left: 3%;
    }

    /***** Upwards collapsing panels *****/

    div.panel {
        display: none;
        bottom: 0;
        width: 70%;
        left: 0%;
        z-index: 103;
        margin: 0;
        background-color: #fff;
    }

    /***** Lander page sections *****/
    #details,
    #terms,
    #faqs,
    .lander_bottom {
        display: none;
    }

    #details .footer,
    #terms .footer,
    #faqs .footer {
        display: block;
    }

    #details,
    #terms,
    #faqs {
        width: 100%;
        font-size: .8em;
        margin-left: 0;
        position: absolute;
        top: 5px;
    }

    #privacyStatement,
    #termsUse {
        width: 100%;
        padding: 0;
        font-size: 1em;
        margin-left: 0;
        top: 5px;
    }

    #privacyStatement .closex, #termsUse .closex {
        background: url("resource:/css/images/sprite.png") no-repeat scroll 0 -159px rgba(0, 0, 0, 0);
        display: block;
        height: 24px;
        position: absolute;
        right: 25px;
        top: 53px;
        width: 24px;
        z-index: 105;
    }

    #terms {
        margin-bottom: -100px;
    }

    #details h2,
    #terms h2,
    #faqs h2,
    #privacyStatement h2,
    #termsUse h2 {
        margin-top: 30px;
        border-bottom: none;
        font-size: 2.5em;
        padding-bottom: 0;
    }

    #privacyStatement h2,
    #termsUse h2 {
        font-size: 2em;
    }

    /**** Back to top buttons ****/
    #details .closex,
    #terms .closex,
    #faqs .closex,
    #privacyStatement .closex,
    #termsUse .closex {
        right: 25px;
        top: 53px;
        height: 24px;
        width: 24px;
        display: block;
        background: url(images/sprite.png) 0px -159px no-repeat;
        z-index: 105;
        position: absolute;
    }

    #terms .closex {
        top: 20px;
    }

    #details h2 .back2top.btn,
    #terms h2 .back2top.btn,
    #faqs h2 .back2top.btn {
        display: inline;
        float: right;
        margin: 0;
        background: #383838 url(images/sprite.png) 95px -656px no-repeat;
        border: 1px solid #000;
        padding: 3px 20px 3px 10px;
        letter-spacing: 0;
        font-size: .7em;
        font-weight: bold;
        color: #d7d7d7;
    }

    #faqs h2 .back2top.btn {
        margin: 0 0 0 100px;
    }

    #details h3, #terms h3, #faqs h3 {
        margin-top: 20px;
    }

    .details_content, .terms_content, .faqs_content {
        padding-right: 15px;
    }

    #details ul, #terms ul, #faqs ul, #details ul li, #terms ul li, #faqs ul li {
        margin-left: 10px;
    }

    #header a.logo {
        margin-left: 3%;
    }

    /**** Index navigation ****/
    #mini_nav {
        background: none;
        border: none;
    }

    #mini_nav ul {
        border-radius: 0px;
        border: none;
        background: none;
        margin-left: 0px;
    }

    #mini_nav li {
        float: none;
        text-align: left;
        background: none;
        border-bottom: 1px solid #d9d9d9;
    }

    #mini_nav span {
        background: #fff;
        font-weight: normal;
        font-size: 1.5em;
    }

    #mini_nav li.current span, #mini_nav li span.faqs {
        background: #fff;
        color: #019cde;
    }

    /******** Apply modal ********/
    .tooltip.med {
        top: 2%;
        left: 2%;
        width: 90%;
    }

    .tooltip.med h3 {
        margin: 20px;
    }

    .tooltip.med p {
        margin: 0 20px 10px;
        line-height: 1.5em;
        font-size: 1em;
    }

    .tooltip.med p.center {
        margin: 10px 20px;
    }

    .tooltip.med p.center span {
        margin: 7px 0;
    }

    .tooltip.ppOpt {
        width: 90%;
        text-align: center;
    }

    .tooltip.ppOpt h3 {
        margin: 20px 15px 5px;
    }

    .tooltip.ppOpt p {
        margin: 0 15px;
        text-align: left;
    }

    .tooltip.ppOpt p.center {
        padding-bottom: 0;
    }

    .tooltip.ppOpt input.btn,
    .tooltip.ppOpt a.btn {
        font-size: 1.3em;
        font-weight: bold;
        width: 150px;
        margin: 0 auto;
        padding: 10px 0px;
    }

    #ppOpt ul {
        margin-left: 20px;
    }

    #ppOpt li.line {
        width: 40%;
    }

    .app .tooltip.lrg div.left, .app .tooltip.lrg div.right {
        width: 90%;
    }

    /******** Update billing modal ********/
    .tooltip.lrg {
        top: 30%;
        width: 54%;
    }

    .tooltip.lrg h3 {
        background: transparent;
        color: #333;
        margin: 0 0 15px 0;
        padding: 0;
    }

    #update_app_form .tooltip.lrg input {
        width: 220px;
    }

    #app_form .tooltip.lrg select, #update_app_form .tooltip.lrg select {
        width: 260px;
    }

    /***** App styles *****/
    .app h1, .app p {
        width: 94%;
    }

    .app h3 {
        width: 85%;
        margin: 10px 0 5px 0;
        padding: 0;
    }

    .app .terms h3 {
        margin: 0;
    }

    .app .rightSide,
    .app .leftSide {
        width: 220px;
    }

    .app .rightSide.lrg,
    .app .leftSide.lrg {
        width: 306px;
    }

    .app .rightSide.sm,
    .app .leftSide.sm {
        width: 140px;
        margin-right: 7px;
    }

    #app_form input,
    #app_form select,
    #update_app_form input,
    #update_app_form select,
    #app_form input#addressLine1,
    #app_form input#phone,
    div#continueApp .btn {
        width: 90%;
        display: block;
    }

    #app_form input#email {
        width: 270px;
    }

    #app_form input#ssn,
    #app_form input#lastSSN {
        width: 109px;
    }

    #app_form select#state,
    #update_app_form select#state {
        width: 100%
    }

    div#continueApp .btn {
        margin: 20px 0;
        width: 93%;
    }

    #app_form input.small,
    #app_form select.small,
    #update_app_form input.small,
    #update_app_form select.small,
    #app_form input.small.last4,
    #update_app_form input.small.last4 {
        width: 60px;
    }

    #app_form .select_wrap,
    #update_app_form .select_wrap,
    #app_form .select_wrap.yyyy,
    #update_app_form .select_wrap.yyyy {
        margin-right: 5px;
    }

    #app_form .select_wrap,
    #update_app_form .select_wrap {
        background-position: 78px -515px;
    }

    #app_form input#zip {
        width: 95%;
    }

    #app_form .select_wrap.mm {
        background-position: 95px -515px;
        width: 105px;
    }

    #app_form .select_wrap.yyyy {
        background-position: 80px -515px;
        width: 90px;
    }

    #app_form .select_wrap.dd {
        background-position: 58px -515px;
        width: 70px;
    }

    #app_form select.dd, #app_form select.mm, #app_form select.yyyy {
        width: 90px;
    }

    .app #update_app_form .tooltip.lrg p.submit {
        margin-right: 0;
        float: none;
    }

    #update_app_form .tooltip.lrg input.small {
        width: 60px;
    }

    #update_app_form .tooltip.lrg input.btn {
        width: 90px;
        margin: 0 25px 0 0;
        padding: 10px 20px;
        text-align: center;
    }

    #update_app_form .tooltip.lrg .btn {
        width: 50px;
        margin: 0 15px 0 0;
        padding: 8px 20px;
        text-align: center;
    }

    fieldset.dob p.smartphones {
        width: 96%;
        margin-bottom: 20px;
        display: block;
    }

    /******** Preferred method call to action container ********/
    .cta.method {
        background: #e3e3e3;
        background: -moz-linear-gradient(top, #e3e3e3 0%, #f3f3f3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #f3f3f3));
        background: -webkit-linear-gradient(top, #e3e3e3 0%, #f3f3f3 100%);
        background: -o-linear-gradient(top, #e3e3e3 0%, #f3f3f3 100%);
        background: -ms-linear-gradient(top, #e3e3e3 0%, #f3f3f3 100%);
        background: linear-gradient(top, #e3e3e3 0%, #f3f3f3 100%);
    }

    #app_form label {
        font-weight: normal;
        margin-top: -5px;
    }

    /***** terms content *****/
    #showTerms {
        margin: 10px 0 0 -15px;
    }

    #showTerms a.closex {
        margin: 0;
    }

    #terms #wrapper, .terms #wrapper {
        width: 100%;
    }

    #terms #wrapper #content h2,
    .terms #wrapper #content h2 {
        font-size: 2em;
        line-height: 1.2em;
        border-bottom: none;
        margin: 0;
        padding: 10px 0;
        width: 95%;
    }

    #terms #wrapper #content #e-signConsent h2,
    #terms #wrapper #content #accountAgreement h2,
    #terms #wrapper #content #privacyPolicy h2 {
        width: 100%;
        font-size: 1.5em;
        margin: 10px 0 10px 5px;
    }

    .terms #wrapper #content #e-signConsent h2,
    .terms #wrapper #content #accountAgreement h2,
    .terms #wrapper #content #privacyPolicy h2 {
        width: 100%;
        font-size: 1.5em;
        margin: 25px 0 10px 0;
    }

    #terms #content ul#nav_links li,
    .terms #content ul#nav_links li {
        padding-right: 10px;
    }

    .terms_right {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0;
    }

    span.tiny_mobile,
    #terms span.tiny_mobile {
        font-size: .65em;
    }

    /***** Submit button *****/

    div#submit .btn {
        width: 80%;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 0.05em;
    }

    /***** App validation errors *****/
    #app_form input.error,
    #app_form .select_wrap.error,
    #update_app_form input.error,
    #update_app_form .select_wrap.error {
        background-position: 162px -16px;
    }

    #app_form input#addressLine1.error {
        background-position: 364px -16px;
    }

    #app_form input#zip.error {
        background-position: 56px -16px;
    }

    #app_form input#phone.error,
    #app_form input#ssn.error,
    #app_form input#lastSSN.error {
        background-position: 94px -16px;
    }

    #app_form input#email.error {
        background-position: 234px -16px;
    }

    #app_form .select_wrap.mm.error select,
    #update_app_form .select_wrap.mm.error select {
        background-position: 65px -25px;
    }

    #app_form .select_wrap.yyyy.error select,
    #update_app_form .select_wrap.yyyy.error select {
        background-position: 42px -25px;
    }

    #app_form .select_wrap.dd select.dd {
        width: 71px;
        background-position: 32px -25px;
    }

    div.error_wrap {
        width: 183px;
    }

    #zip_error.error_wrap {
        width: 76px;
    }

    #phone_error.error_wrap {
        width: 113px;
    }

    #email_error.error_wrap {
        width: 253px;
    }

    #addressLine1_error.error_wrap {
        width: 383px;
    }

    #dob_error.error_wrap,
    #dob_month_error.error_wrap,
    #dob_year_error.error_wrap {
        width: 251px;
    }

    #ssn_error.error_wrap,
    #lastSSN_error.error_wrap {
        width: 114px;
    }

    #app_form input#recaptcha_response_field.error {
        background-position: 275px -22px;
    }

    div#recaptcha_response_field_error.error_wrap {
        margin-top: -8px;
        width: 294px;
        margin-left: 8px;
    }

    div #errors ul {
        margin: 0 15px;
    }

    .tooltip.sm {
        left: 110px;
        top: 150px;
    }

    /*** Confirmation page ***/
    .app #confirm {
        width: 96%;
    }

    div#confirm .btn {
        width: 94%;
    }

    div#confirm .primary_msg h1 {
        font-size: 2.5em;
    }
}

/************* 424 screens, newer phablets  *************/
@media all
and (max-width : 424px) {
    .app {
        width: 380px;
    }

    .app h1 {
        font-size: 1.8em;
    }

    .app h3 {
        width: 80%;
    }

    .app .rightSide,
    .app .leftSide {
        width: 182px;
    }

    .app .rightSide .rightSide {
        width: 50%;
    }

    .app .rightSide .leftSide {
        width: 44%;
    }

    .app .rightSide.lrg,
    .app .leftSide.lrg {
        width: 241px;
    }

    #app_form .select_wrap,
    #update_app_form .select_wrap {
        background-position: 70px -515px;
        width: 90px;
    }

    /* STATE SELECTION BOX */
    #app_form .rightSide .rightSide .select_wrap,
    #update_app_form .rightSide .rightSide .select_wrap {
        background-position: 66px -515px;
        width: 76px;
    }

    #app_form .select_wrap.mm {
        background-position: 70px -515px;
        width: 80px;
    }

    #app_form .select_wrap.dd,
    #app_form .select_wrap.yyyy {
        background-position: 50px -515px;
        width: 60px;
    }

    #app_form .select_wrap.dd select.dd,
    #update_app_form .select_wrap.dd select.dd,
    #app_form .select_wrap.yyyy.error select,
    #update_app_form .select_wrap.yyyy.error select {
        width: 66px;
        background-position: 32px -25px;
    }

    #app_form input#ssn,
    #app_form input#lastSSN {
        width: 106px;
    }

    #app_form input#addressLine1 {
        width: 92%;

    }

    #app_form input#zip {
        width: 86%;

    }

    #app_form input#email {
        width: 220px;

    }

    /* Error styling */
    #app_form input.error,
    #update_app_form input.error {
        background-position: 150px -16px;

    }

    #app_form .select_wrap.error select,
    #update_app_form .select_wrap.error select {
        background-position: 50px -25px;

    }

    #app_form input#addressLine1.error {
        background-position: 337px -16px;

    }

    #app_form input#email.error {
        background-position: 207px -16px;

    }

    #app_form .select_wrap.mm.error select,
    #update_app_form .select_wrap.mm.error select {
        background-position: 56px -25px;

    }

    a.right.billing {
        margin-top: 0px;
    }

    /* Error display messaging */
    div.error_wrap {
        width: 169px;

    }

    #addressLine1_error.error_wrap {
        width: 355px;

    }

    #state_error.error_wrap {
        width: 80px;

    }

    #zip_error.error_wrap {
        width: 74px;

    }

    #email_error.error_wrap {
        width: 225px;

    }

    #dob_error.error_wrap,
    #dob_month.error_wrap,
    #dob_year.error_wrap {
        width: 225px;

    }

    #phone_error.error_wrap {
        width: 113px;

    }

    #ssn_error.error_wrap {
        width: 111px;
    }

    /* Personal Info Tooltip */
    a.right.why {
        float: right;
        margin: 10px 20px 0 0
    }

    .tooltip.sm {
        left: 90px;
        top: 145px;
    }

}

/************* 415 screens, iPhone 6+ ****************/
@media all
and (max-width : 415px) {
    #wrap {
        width: 415px;
    }

    #showForm {
        width: 415px;
    }

    .app .rightSide, .app .leftSide, .app .rightSide.sm, .app .leftSide.sm {
        width: 100%;
    }

    .app .rightSide.lrg, .app .leftSide.lrg {
        width: 94%;
    }

    #app_form fieldset.dob, #app_form fieldset.ssn {
        width: 100%;
    }

    .app .rightSide .leftSide {
        width: 45%;
    }

    #app_form .rightSide .rightSide .select_wrap, #update_app_form .rightSide .rightSide .select_wrap {
        background-position: 175px -515px;
        width: 90%;
    }

    #app_form .select_wrap.mm, #app_form .select_wrap.dd, #app_form .select_wrap.yyyy {
        background-position: 110px -515px;
        width: 30%;
        display: inline-block;
    }

    #app_form .select_wrap.dd select.dd, #update_app_form .select_wrap.dd select.dd {
        background-position: 90px -25px;
        display: inline-block;
        width: 100%;
    }

    #app_form input#addressLine1 {
        width: 90%;
    }

    #app_form input#email {
        width: 90%;
    }

    #showTerms {
        margin: 15px 0 0 -15px;
    }

    #app_form .select_wrap {
        width: 70%;
    }

    #zip_error.error_wrap {
        width: 89%;
    }

    #ssn_error.error_wrap, #lastSSN_error.error_wrap {
        width: 27%;
    }

    div.error_wrap, #phone_error.error_wrap, #email_error.error_wrap, #state_error.error_wrap, #addressLine1_error.error_wrap {
        width: 91%;
    }

    #dob_error.error_wrap, #dob_month_error.error_wrap, #dob_year_error.error_wrap {
        width: 96%;
    }

    #app_form input#phone.error, #app_form input#email.error,
    #app_form input#addressLine1.error, #app_form input#firstName.error,
    #app_form input#lastName.error, #app_form input#city.error {

        background-position: 360px -16px;
    }

    #app_form select.dd, #app_form select.mm, #app_form select.yyyy {
        width: 100%;
    }

    #app_form .select_wrap.error select, #update_app_form .select_wrap.error select {
        background-position: 158px -25px;
    }

    #app_form input#zip.error {
        background-position: 148px -16px;
    }

    #app_form .select_wrap.mm.error select, #update_app_form .select_wrap.mm.error select,
    #app_form .select_wrap.dd.error select, #update_app_form .select_wrap.dd.error select,
    #app_form .select_wrap.yyyy.error select, #update_app_form .select_wrap.yyyy.error select {
        background-position: 90px -25px;
        width: 100%;
    }

    /** Reduce the width of captcha image on devices
width less than or equal to 415px**/
    .recaptchatable {
        width: 375px;
    }

    .recaptchatable #recaptcha_response_field {
        width: 155px !important;
        border-radius: 0px;
        padding: 0px;
    }

    .recaptchatable #recaptcha_image {
        width: 155px !important

    }

    .recaptchatable .recaptcha_image_cell center img {
        width: 155px;
    }

    div#recaptcha_response_field_error.error_wrap {
        margin-top: -8px;
        width: 149px;
        margin-left: 8px;
    }
}

/************* 400 screens, the weird range *************/
@media all
and (max-width : 399px) {
    .app {
        width: 310px;
    }

    .app .rightSide,
    .app .leftSide,
    .app .leftSide.sm,
    .app .leftSide.lrg {
        width: 100%;
    }

    .app .rightSide .rightSide {
        width: 40%;
    }

    .app .rightSide .leftSide {
        width: 50%;
    }

    #app_form .rightSide .rightSide .select_wrap {
        width: 121px;
        background-position: 101px -509px;
    }

    .app .rightSide.sm {
        width: 120px;
    }

    .app textarea,
    .app input[type="text"] {
        -webkit-appearance: none;
    }

    #app_form fieldset.dob {
        margin-bottom: 15px;
    }

    #app_form fieldset.ssn {
        margin-top: 0;
    }

    /* STATE SELECTION BOX */
    #app_form .rightSide .rightSide .select_wrap,
    #update_app_form .rightSide .rightSide .select_wrap {
        background-position: 96px -515px;
        width: 106px;
    }

    #app_form fieldset.sri {
        display: inline-block;
    }

    #app_form fieldset.sri label {
        margin-bottom: 5px;
    }

    #app_form select#sri {
        width: 163px;
    }

    #app_form fieldset.sri .select_wrap {
        width: 150px;
        background-position: 140px -515px;
        margin-top: 0;
    }

    #app_form input#addressLine1,
    #app_form input#email,
    #app_form input#state {
        width: 90%;
    }

    #app_form input#zip {
        width: 94%;
        margin-left: 2%;
    }

    #app_form .select_wrap.mm,
    #app_form .select_wrap.yyyy {
        width: 80px;
        background-position: 70px -515px;
    }

    #app_form .select_wrap.dd {
        width: 80px;
        background-position: 70px -515px;
    }

    #app_form .select_wrap.dd select.dd {
        width: 86px;
    }

    #app_form select.mm,
    #app_form select.yyyy {
        width: 105px;
    }

    #app_form .select_wrap.mm.error select,
    #update_app_form .select_wrap.mm.error select,
    #app_form .select_wrap.yyyy.error select,
    #update_app_form .select_wrap.yyyy.error select {
        background-position: 60px -25px;
        width: 85px;
    }

    #app_form .select_wrap.dd select.dd {
        background-position: 50px -25px;
    }

    #app_form input.error,
    #update_app_form input.error,
    #app_form input#addressLine1.error,
    #update_app_form input#addressLine1.error,
    #app_form input#phone.error,
    #update_app_form input#phone.error,
    #app_form input#email.error,
    #update_app_form input#email.error {
        background-position: 262px -16px;
    }

    #app_form .select_wrap.error select,
    #update_app_form .select_wrap.error select,
    #app_form input#ssn.error,
    #update_app_form input#ssn.error,
    #app_form input#lastSSN.error,
    #update_app_form input#lastSSN.error {
        background-position: 90px -16px;
    }

    #app_form .rightSide .rightSide .select_wrap.error select,
    #update_app_form .rightSide .rightSide .select_wrap.error select {
        background-position: 80px -25px;
    }

    #app_form input#zip.error,
    #update_app_form input#zip.error {
        background-position: 90px -25px;
    }

    #app_form .rightSide .rightSide .select_wrap.error {
        background-image: none;
    }

    #app_form input#zip.error {
        background-position: 135px -16px;
    }

    div.error_wrap,
    #addressLine1_error.error_wrap,
    #phone_error.error_wrap,
    #email_error.error_wrap,
    #dob_error.error_wrap,
    #dob_year_.error_wrap,
    #dob_month_.error_wrap {
        width: 284px;
    }

    #state_error.error_wrap,
    #ssn_error.error_wrap,
    #lastSSN_error.error_wrap {
        width: 111px;
    }

    #zip_error.error_wrap {
        width: 284px;
    }

    .tooltip.sm {
        left: 20px;
        top: 240px;
    }

    #showTerms {
        width: 360px;
    }

    a.right.billing {
        margin-top: 0px;
    }

}

/************* 320 screens, includes iPhone portrait *************/
@media all
and (max-width : 320px) {
    #wrap {
        width: 314px;
    }

    .modalwrap,
        /*UNSUPPORTED BROWSER MODAL */
    .modalwrap.unsupported_browser {
        display: none;
    }

    #descr .btn {
        width: 94%;
        margin-bottom: 40px;

    }

    #details, #terms, #faqs, .lander_bottom {
        display: none;
    }

    #details, #terms, #faqs {
        width: 320px;
    }

    /** Reduce the width of captcha image on devices
width less than or equal to 320px**/
    .recaptchatable {
        width: 280px;
    }

    .recaptchatable #recaptcha_response_field {
        width: 155px !important;
        border-radius: 0px;
        padding: 0px;
    }

    .recaptchatable #recaptcha_image {
        width: 155px !important

    }

    .recaptchatable .recaptcha_image_cell center img {
        width: 155px;
    }

    /***** Header styles *****/
    #header a.logo {
        height: 46px;
        width: 120px;
        margin: 0 0 14px 0;
        margin-left: 3%;
    }

    #header a.logo img {
        max-width: 100%
    }

    #header .apply, #header .bmlapply {
        display: inline;
        font-size: .9em;
        padding: 10px;
        margin: 7px 10px 0 0;
        letter-spacing: .07em;
    }

    #header #paypalAccess {
        float: right;
    }

    #four80anddown {
        display: inline-block;
        width: 300px;
        font-size: .9em;
    }

    #four80anddown ul {
        margin-top: 10px;
    }

    a.right.billing {
        margin-top: -25px;
    }

    /***** Index navigation *****/
    #mini_nav span {
        padding: 20px;
    }

    .details_content, .terms_content, .faqs_content {
        width: 95%;
        padding-right: 0;
        margin-left: 10px;
    }

    .app {
        width: 300px;
    }

    .app h3 {
        width: 85%;
    }

    .app .rightSide,
    .app .leftSide {
        width: 100%;
    }

    .app textarea,
    .app input[type="text"] {
        -webkit-appearance: none;
    }

    #app_form fieldset.dob {
        margin-bottom: 0;
    }

    #app_form fieldset.ssn {
        margin-top: 0;
    }

    #app_form input#addressLine1 {
        width: 90%;

    }

    #app_form input#state {
        width: 90%;

    }

    /***** Terms content *****/
    #showForm {
        width: 300px;
        margin-top: 15px;
    }

    #showTerms {
        width: 316px;
        margin-top: 30px;
    }

    #showTerms h1 {
        width: 85%;
        padding-bottom: 7px;
        margin: 0;
    }

    div.terms {
        margin-left: -10px;
        width: 300px;
    }

    div.terms .terms_inner {
        padding: 5px 10px;
    }

    #terms #wrapper, .terms #wrapper {
        width: 100%;
    }

    #terms #wrapper #content h2,
    .terms #wrapper #content h2 {
        padding: 0;
        width: 90%;
        margin-bottom: 20px;
    }

    .terms #wrapper #content .table_outline h2 {
        width: 100%;
        font-size: 1.5em;
        margin: 10px 0 10px 5px;
    }

    .terms #wrapper #content .table_outline td.pct50.last.single {
        padding: 7px;
    }

    #terms h3, .terms h3,
    #terms h4, .terms h4 {
        line-height: 1.1em;
    }

    #terms #content, .terms #content {
        padding-bottom: 40px;
    }

    #app_form input.btn {
        width: 93%;
    }

    /***** Apply modal *****/
    .tooltip.med {
        padding: 10px;
        left: 4%;
        width: 85%;
    }

    .tooltip.med h3 {
        font-size: 1.7em;
    }

    .tooltip.med p.center {
        margin-top: 20px;
    }

    .tooltip.ppOpt h3 {
        margin: 20px 5px 5px;
    }

    .tooltip.ppOpt p {
        margin: 0 5px;
    }

    /***** Update billing modal *****/
    .tooltip.lrg {
        top: 2%;
        left: 5%;
        width: 80%;
    }

    /***** Footer styles *****/
    #details .footer p,
    #terms .footer p,
    #faqs .footer p,   #faqs .footer a,
    #showTerms .footer p,
    #privacyStatement .footer p,
    #termsUse .footer p {
        text-align: center;
    }

    .footer a.backToApply{
        padding:50px;color: #019cde
    }

    .back2top {
        margin-top: 0;
    }

    /***** Shrink link in T&C table to avoid breaking smallest screen width *****/

    div#no-script-messsage {
        background: #D0E0EE url(images/sprite.png) -1040px 12px no-repeat;
        margin: 3px 0;
        padding: 10px 0 10px 50px
    }

    div#no-script-messsage h3 {
        margin-top: 0px;
        color: #7D7D7D;
    }

    div#no-script-messsage p {
        font-size: 0.8em;
    }

    span.tiny_mobile,
    #terms span.tiny_mobile {
        font-size: 7px;
        letter-spacing: .01em;
    }

}

/***** To Support Android devices for Samsung Note || ,  Samsung Note |||, Galaxy S3  *****/
@media only screen
and (min-device-width: 350px)
and (max-device-width: 380px) {
    #wrap {
        width: 100%;
    }

    .tooltip.ppOpt {
        text-align: center;
        width: 95%;
    }

    .app {
        width: 95%;
    }

    #showForm {
        width: 100%;
        margin-top: 15px;
    }

    #app_form fieldset.sri {
        margin-left: 24px;
    }

    #app_form input.error, #update_app_form input.error,
    #app_form input#addressLine1.error, #update_app_form input#addressLine1.error,
    #app_form input#phone.error, #update_app_form input#phone.error,
    #app_form input#email.error, #update_app_form input#email.error {
        background-position: 292px -18px;
    }

    #app_form .select_wrap.mm, #app_form .select_wrap.yyyy {
        width: 102px;
    }

    #app_form input#zip.error {
        background-position: 148px -16px;
    }

    #app_form select#sri {
        background-position: 128px -25px;
    }

    div.error_wrap, #addressLine1_error.error_wrap,
    #phone_error.error_wrap, #email_error.error_wrap {
        width: 92%;
    }

    #app_form .rightSide .rightSide .select_wrap,
    #update_app_form .rightSide .rightSide .select_wrap,
    #app_form fieldset.sri .select_wrap {
        padding: 4px;
    }

    #zip_error.error_wrap {
        width: 168px;
    }

    #sri_error.error_wrap {
        width: 154px;
    }

    #dob_error.error_wrap, #dob_month_error.error_wrap,
    #dob_year_error.error_wrap {
        width: 96%;
    }

    .recaptchatable {
        width: 340px;
    }

    .recaptchatable #recaptcha_image,
    .recaptchatable #recaptcha_response_field {
        width: 185px !important;
    }

    .recaptchatable .recaptcha_image_cell center img {
        width: 185px;
    }

    #terms .center_table td,
    .terms .center_table td {
        vertical-align: middle;
        padding: 7px 8px 15px;
        border-bottom: 1px solid #666;
    }

}

