/* CUSTOM */
.partner-tcpa-links a{
  color: #000 !important;
  text-decoration: underline;
  
}

#appHold {
    background: #4cc3e6;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 90px;}

#appWrap {
    display: block;
    width: 80%;
    margin: auto;}

.tooltip {
    background: #000029;
    border-radius: 10px;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 20px !important;
    width: 300px;
    max-width: 100%;
    display: none;
    z-index: 9999;
    position: absolute;
    top: 40px;
    left: 0;}

.tooltip b {
    color: #91E2FE;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;}

.tooltip:after {
    border-color: transparent transparent #000029;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    width: 0;}

.tooltip.on {
    display: block;}


.adcontainer { display:none; }

/*
#applyByPhone { 
    background:none repeat scroll 0 0 #629a36;
    border-radius:5px;
    box-shadow:0 -5px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding:30px;
    position:relative;
    text-align:center;
    width:100%;
    height:245px; margin-bottom:30px;
     }

#applyByPhone_textcontent1 {
    color:#fff;
    font-size:28px;
    line-height:28px;
    font-weight:300;
    margin:0 0 5px; }

#applyByPhone_textcontent2 {
    color:#faf7ef;
    font-size:14px;
    line-height:15px;
    margin:15px 0 0;
    display:block; font-weight:bold; }

#applyByPhone_formattedphone {
    background:none repeat scroll 0 0 #00669a;
    border-radius:5px;
    box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset;
    height:60px;
    line-height:60px;
    margin-top:15px;
    position:relative;
    display:block;
    text-align:center;
    width:100%; 
    color:#fff;
    font-size:24px;
    font-weight:bold;
    }
*/

/* GLOBAL */

.hide {display: none;}

.empty {background: none;}

#titleAndDesc {
    display: block;
    padding: 20px;
    background: #FAF7EF;
    font-family: Arial;
    border-radius: 10px;
    border-bottom: 4px solid #E1DED7;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}

#guaAppTitle {
    color: #4CC3E6;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;}

#guaAppDescription {
    color: grey;
    font-size: 14px;}

#creativePlatform {
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
    display: block;
    margin: auto;
    max-width: 645px;
    min-height: 300px; 
}

#errors {
    padding-top: 20px;
    margin-bottom: 10px;}

#errors ul li {
    color: red;
    font-style: italic;
    font-size: 12px;
    margin: 5px 0;
    list-style: none;}

#errors ul li:before {
    content: '\002d  '}


/* DEFAULT APP */

form * {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-weight: normal;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}

form {
    display: block;
    margin: 0 auto !important;
    width: 100%;}

form a {
    color: #4cc3e7;}

form a:hover { background-color:none; }

/*
form fieldset {
    background: none repeat scroll 0 0 #faf7ef;
    border-radius:5px;
    box-shadow:0 -5px 0 0 rgba(0, 0, 0, 0.1) inset;
    display:block;
    margin-bottom:5px;
    padding:15px 10px 20px;}
    
form fieldset legend {
    color:#629a36;
    display:block;
    font-size:16px;
    font-weight:bold;
    line-height:18px;
    padding:5px 0 10px;}

form #PersonalInfo { float:left;
    margin-right:10px;
    min-height:175px;
    width:49%; }
    
form #ResidentialInfo { 
    float:left;
    min-height:175px;
    width:49%}
    
form #EmploymentInfo {
    clear:both;
    width:100%;}
*/

form fieldset {
    display: block;
    width: 100%;
    padding: 35px 20px 15px;
    background: #FAF7EF;
    border-radius: 5px;
    box-shadow:0 -5px 0 0 rgba(0, 0, 0, 0.1) inset;}

form fieldset ~ fieldset {
    margin-top: 10px;}

form legend {
    font-size: 16px;
    font-weight: bold;
    color: #629a36;
    display: inline;
    top: 11px;
    position: absolute;}

form label {
    font-size: 11px;
    color: grey;
    vertical-align: middle;
    display: inline-block;
    width: 110px;
    z-index: 99;}

form label ~ div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -110px;
    padding-left: 110px;}

form input,
form select {
    border: 1px solid #CCC;
    height: auto;
    margin: 3px 0;
    width: 99%;
    padding: 1px 1px;
    /*border-radius: 3px;*/
    background-color: #FFF;}

form input[type='text'],
form input[type='email'],
form select {
    appearance: none;
    -moz-appearance: none !important;
    -webkit-appearance: none;
    /*-webkit-border-radius: 0;*/
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {  
 form select {
    background-image: url("data:image/gif;base64,R0lGODlhKAAUAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAAoABQAAAIzlI+py+0PD5i0Whrb3TU7znkf2IkaOZkPCqgj6K5wfG60fN04pr9pvwPihJAf8YhMKg0FADs=");
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
}

form option {
    padding: 0 3px;}
    
form #dobInputs select { font-size:11px; padding:4px 0 2px 0; }

form .two {
    width: 49%;
    margin: 3px 1% 3px 0;}

form .three {
    width: 32.3%;
    margin: 3px 1% 3px 0;}

form #SSN input:last-child {
  background-image: url("data:image/gif;base64,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");
    background-position: 94% center;
    background-repeat: no-repeat;}

form #HousingPayment input,
form #EmploymentIncome input,
form #otherIncome input {
    padding-left: 15px;
    background-color: #fff;
    background-image: url("data:image/gif;base64,R0lGODlhDAAMAMQAAAAAAP///2aCtIK05ZvN/2abzZvN5Zu0tOX/////5eXNm82bZuW0gv/Nm7SCZoJmZmZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABEALAAAAAAMAAwAAAUtYCCOZGmeCwQVZyMohkOYTdHMZ5AKSB40hweORmAMTAwbYXEsJRwqVu7my4UAADs="), url("data:image/gif;base64,R0lGODlhDwAMAMQAAAAAAP///5tmgptmm4Jmm4KCtJvN/2abzbTl/83//+X/////zf//5f/ltM2bZv/Nm7SCgmZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABIALAAAAAAPAAwAAAU/YCCOZGme5hNFhqiy5CIgDZHItD02hcJAtN4PMXocRA6DEdlyHQPJJbQZ4PmA1uEIV7vNuotBIvBqllHoNCkEADs=");
    background-position: 1px center, 99% center;
    background-repeat: no-repeat;}

form #skipCoBuyerFieldSet {
    color: #666;
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;}

form #skipCoBuyerFieldSet span {
    display: inline-block;
    width: 70%;
    float: left;}

form #skipCoBuyerFieldSet input {
    float: right;
    display: inline-block;
    width: auto;
    color: #666;
    vertical-align: top;
    line-height: 1;
    font-weight: bold;
    padding: 5px 20px;
    /*border-radius: 3px;*/
    }

form #skipCoBuyerFieldSet input:hover {
    background: #CCC;
    cursor: pointer;}

form #Privacy {
    margin-top: 5px;}

form #Privacy label,
form #CoBuyer label,
form #newsLetterOptInField label,
form #EnglishSpeakingDealer label{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-top: 1px;
    line-height: 16px;
}

form #Privacy div,
form #CoBuyer div,
form #newsLetterOptInField div,
form #EnglishSpeakingDealer div{
    width: auto;
    position: absolute;
    left: 0;
    top: -2px;}

form #Privacy div input,
form #CoBuyer div input,
form #newsLetterOptInField div input,
form #EnglishSpeakingDealer div input {
    display: inline-block;
    width: auto; background: transparent;}

form #submitButtonFieldSet {
    padding: 10px 20px;}

form #submitButtonFieldSet legend {
    display: none;}

form #TCPA p {
    margin-top: 10px;
    font-size: 11px;
    color: grey;
    font-family: Arial;
    line-height: 1.5;}

form #TCPA input {
    display: inline;
    width: auto;
    background: none;
    border-radius: 0;
    border: none;
    font-size: 11px !important;
    font-family: Arial;
    color: #4cc3e7;
    padding: 0;
    margin: 0;
    text-decoration: underline;}

form #TCPA input:hover {
    color: #666;
    cursor: pointer;}

form #Disclaimer p {
    font-size: 11px;
    color: #666;
    line-height: 1.5;}

/*form #SubmitApplication {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #4cc3e7 !important;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    width: 250px;
    margin: auto;
    display: block;
    border: none;
    border-bottom: 4px solid #2aa7cd;}

form #SubmitApplication:hover {
    background: #2aa7cd !important;
    cursor: pointer;
    border-color: #178fb4;}
*/

form #SubmitApplication {
    display: block; width: 45%; height: 41px; margin: 0 auto; font-size: 18px; line-height: 35px; color: #FFF; font-weight: bold;
    border-radius: 5px; text-align: center; overflow: hidden; cursor: pointer; font-family: 'Lato'; background: #ffb200;
    background: -moz-linear-gradient(top, #ffb200 0%, #ff8a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb200), color-stop(100%,#ff8a00));
    background: -webkit-linear-gradient(top, #ffb200 0%,#ff8a00 100%);
    background: -o-linear-gradient(top, #ffb200 0%,#ff8a00 100%);
    background: -ms-linear-gradient(top, #ffb200 0%,#ff8a00 100%);
    background: linear-gradient(to bottom, #ffb200 0%,#ff8a00 100%);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .1); position: relative; border: 0; outline: 0; }

form #SubmitApplication:hover {
    background: #629a36; }

form #State {
    display: inline-block;
    width: 50%;}

form #Zip {
    display: inline-block;
    w idth: 49.7%;}

form #Zip label {
    text-align: left;
    r ight: 10px;
    width: 100px;}

form #Zip div {
    width: 100%;
    margin-left: -100px;
    p adding-left: 100px;}
    
form #Zip input { width:50%; }

form #PersonalInfo,
form #ResidentialInfo {
    width: calc(50% - 5px);
    vertical-align: top;
    min-height: 232px;
    display: inline-block;}

form #ResidentialInfo {
    margin-left: 10px;}

form #EmploymentInfo {
    height: 150px;}

form #EmployerName,
form #Occupation,
form #EmployerPhone,
form #EmployerZip {
    width: 47%;}

form #EmploymentType,
form #TimeWithEmployer,
form #EmploymentIncome,
form #otherIncome {
    width: 47%;
    left: 52%;
    bottom: 100%;}

form #CertAndAuth {
    background:none;
    box-shadow:none;
    border:none;
    padding:35px 0 0 0;
}

form #Privacy { line-height:16px; }
form #CoBuyer { line-height:16px; }
form #newsLetterOptInField { line-height:16px; }

form #submitButtonFieldSet {
    background:none;
    box-shadow:none;
    border:none;
    padding:15px 0 0 0;
}

@-moz-document url-prefix() {

form #EmploymentType,
form #TimeWithEmployer,
form #EmploymentIncome,
form #otherIncome {
    bottom: 83px;}}



/* MEDIA QUERIES */

@media screen and (max-width:1070px) {

    #appWrap {
        width: 750px;}
                
form #SubmitApplication { width:45%; }
}


@media screen and (max-width: 850px) {

    #appHold {
        padding-top: 40px;}}

form #SubmitApplication { width:45%; }

@media screen and (max-width: 800px) {

    .responsive {
        width: 100%;}

    .responsive .hide {
        display: none !important;}

    .responsive fieldset {
        display: block !important;
        width: 100% !important;}

    .responsive #ResidentialInfo {
        margin-left: 0;}

    .responsive #PersonalInfo,
    .responsive #ResidentialInfo {
        min-height: 0 !important;
        margin-bottom: 10px;}

    .responsive #EmployerName,
    .responsive #Occupation,
    .responsive #EmployerPhone,
    .responsive #EmployerZip,
    .responsive #EmploymentType,
    .responsive #TimeWithEmployer,
    .responsive #EmploymentIncome,
    .responsive #otherIncome {
        width: 100%;}
form #CertAndAuth {
    background: none;
    box-shadow: none;
    border: none;
    padding: 30px;
}

form #submitButtonFieldSet {
    max-width:90%;
    margin:0 auto;
}

    .responsive #EmploymentType,
    .responsive #TimeWithEmployer,
    .responsive #EmploymentIncome,
    .responsive #otherIncome {
        left: 0;
        top: 0 !important;}

    .responsive #EmploymentInfo {
        height: auto !important;}

    #appWrap {
        width: 100%;}

form #SubmitApplication { width:100%; }

}

@media screen and (max-width: 770px) {
    form input,
    form select {
        height: 40px;
    }
    
    #tcpaSubmit { height:auto; }
    
}


@media screen and (max-width: 550px) {

    #guaAppDescription br {
        display: none;}
    
}



@media screen and (max-width: 420px) {

    #applyByPhone {
        background-position: 95% center;}

    .tooltip {
        top: 55px;}

    #guaAppTitle {
        font-size: 16px;}

    #guaAppDescription {
        font-size: 11px;}

    #titleAndDesc {
        line-height: 1;}

    #applyByPhone span {
        font-size: 16px;}

    #applyByPhone span:last-of-type {
        margin-top: 5px;}

    #appHold {
        padding-top: 20px;}

    .responsive #SubmitApplication {
        width: 100%;
        font-size: 14px;}

    .responsive label {
        display: block;}

    .responsive label ~ div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
        padding: 0;}

    .responsive #Zip label {
        text-align: left;
        right: 0;}

    .responsive #Zip div {
        width: 100%;
        margin-left: 0;
        padding: 0;}

    .responsive #CertAndAuth label {
        display: inline-block !important;}

    .responsive #CertAndAuth label ~ div {
        display: inline-block !important;}

    .responsive #skipCoBuyerFieldSet span {
        width: 100%;}

    .responsive #skipCoBuyerFieldSet input {
        float: none;
        display: block;
        margin-top: 10px;}

form #SubmitApplication { width:100%; }

}



form input {font-size: 13px; }
#lvi_lienamount{line-height: 40px;}

form select {font-size: 13px}

/*BK Fields show/hide*/
#BankruptcyDischarged, #BankruptcyChapter, #BankruptcyDischargedRecently {
    visibility: hidden;
    display: none;
}

#BankruptcyDischarged.showdis, #BankruptcyChapter.showdis, #BankruptcyDischargedRecently.showdis{
    visibility: visible;
    display: block;
}


#lfi_otherincomesource,#otherIncome  {
  display:none;
}

.no-hide {
  display:block !important;
}


.val {
  border: #7d7d7d solid 1px !important;
}

/* Spanish App styles */

#lfi_validdriverslicense-no,  #lfi_validdriverslicense-yes, #lfi_have_ssn_itin-yes, #lfi_have_ssn_itin-no{
opacity: 0;
  position: fixed;
  width: 0;
    
}

#DoYouHaveaDriverLicenseInputs label, #DoYouHaveASSNorITINInputs label{
   display: inline-block;
    background-color: #d9f4fc;
    padding: 8px 10px 10px 10px;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 10px;
    width: 25%;
    height: 40px;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: .1s;
    cursor: pointer;
}

#DoYouHaveaDriverLicenseInputs label:first-of-type, #DoYouHaveASSNorITINInputs label:first-of-type{
    margin-right: 10px;
}

#lfi_validdriverslicense-no:checked + label, #lfi_validdriverslicense-yes:checked + label, 
#lfi_have_ssn_itin-yes:checked + label, 
#lfi_have_ssn_itin-no:checked + label{
    background-color:#4cc3e7;
    color: #fff;
}

#lfi_validdriverslicense-no:focus + label, #lfi_validdriverslicense-yes:focus + label,
#lfi_have_ssn_itin-yes:focus + label, 
#lfi_have_ssn_itin-no:focus + label{
    border-color: #1e2289;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

#DoYouHaveaDriverLicense, #DoYouHaveASSNorITIN, #SSNorITIN, #DownPayment, #SSN, #DoYouHaveaMatricula {
    visibility: hidden;
    display: none;
}

#DoYouHaveaDriverLicense.showdis, #DoYouHaveASSNorITIN.showdis, #SSNorITIN.showdis, #DownPayment.showdis, #SSN.showdis, #DoYouHaveaMatricula.showdis {
    visibility: visible;
    display: block;
}