/*start of additional styles for mobile*/
.header_btn.button {
    background-color: #2e2e2e; 
}

.header_btn.button:focus, .header_btn.button:hover {
    background-color: #527998;  
}

.btn--nav, .btn--nav:focus, .btn--nav:active, .btn--nav:hover {
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    color: #2e2e2e;
    background-color: transparent;
}

#navCollapse {
    background-color: white;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.btn--nav__icon {
    display: block;
    position: relative;
    width: 26px;
    height: 4px;
    background-color: #2e2e2e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn--nav__icon:before, .btn--nav__icon:after {
    display: block;
    width: 26px;
    height: 4px;
    background-color: #2e2e2e;
    content: "";
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.collapsed .btn--nav__icon {
    background-color: white;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.nav__icon_txt {
    color: white;
    font-size:9px;
    font-weight: bold;
    float:left;
    margin-top:10px;
}

.collapsed .btn--nav__icon:before, .collapsed .btn--nav__icon:after {
    background-color: white;
    top: -9px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.collapsed .btn--nav__icon:after {
    top: 9px;
}

.navigation {
    padding: 0;
    margin-bottom: 45px;
    background-color: white;
    color: white;
}

.branding-bar ul.navigation {
    text-transform: none;  
}

.navigation li {
    display: block;
    float: none;
    text-indent: 0;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 20px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.navigation li:before {
    display: none;
}

.navigation li:last-of-type {
    border-bottom: 0;
}

.navigation li.current {
    border-left: 4px solid #2e2e2e;
    background-color: #e0eff9;
}

.navigation li a {
    color: #404040;
    text-align: center;
}

/*.navigation li a:hover {*/
/*    text-decoration: none;*/
/*    background-color: #595959;*/
/*}*/

#form_disclosures .card_image {
    margin-left: -5px;
}

#form_disclosures input[type=radio], #form_disclosures input[type=checkbox]{
    transform: scale(1.5);
    color: #2e2e2e;
}

#form_disclosures .esign_wrap ul{
    margin: 10px 0px 10px 0px;   
}

@media only screen and (max-width: 768px) {
    .branding-bar {
        margin: 0px 0px 0px 0px;
    }
    
    .hide-for-small-only {
        display: none;
    }

    .show-for-small-only {
        display: block;
    }
    
    .card-display h1 {
        margin: 0;
    }
    
    .card-display img.active {
        padding: 0px;
    }
    
    #form_page2 .subinfo{
        float: left;
    }
    
    .esign_wrap P, .esign_pad {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .esign_wrap li {
        margin-left: 20px !important;
        margin-right: 0px !important;
    }    
}

@media only screen and (max-width: 640px) {

    .choose-offer-session button {
        font-size: 0.7rem;
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0 0 1rem 0 !important;
        width: 100%;
    }

    .offer-section{
        padding-top: 0;
    }

    .offer-section h3{
        font-size: 0.9rem;
        padding-left: 15%;
        padding-right: 15%;
    }

    .fix-application-box{
        padding-top: 5px !important;
    }

    .app-info p{
        font-size: 0.8rem !important;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
    }

    .choose-offer-session{
        padding-top: 0;
    }

    .your-application-box p{
        margin-bottom: 5px;
    }
    .top-info p {
        margin-bottom: 10px;
    }
    
    #two .small-2, #form_edit .small-2 {
        width: 100%;
    }

    .revvi-cardholder-rewards {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .revvi-cardholder-rewards_title{
        font-size: 2.3rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }

    .revvi-cardholder-rewards_content{
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .revvi-cardholder-rewards_buttons {
        margin-top: 0.6rem;
    }

    .revvi-cardholder-rewards_buttons div p {
        font-size: 0.8rem
    }
}

@media only screen and (max-width: 500px) {  
    .header_btn.button {
        font-size: 0.6rem;
    }
  
    .text-center.edit-btns{
        text-align: left !important;
        padding-left: 0.9375rem;
    }
  
    .edit-btns button {
        padding: 1.0rem;
    }
  
    .edit-btns button.cancel {
        margin-left: 0px;
        margin-top: 20px;
    }
  
    .pymt-reg-box-top.wrapper .content {
        padding: 30px 0 30px 5px !important; 
    }
  
    .pymt-reg-box-top .processing-summary{
        margin: 0 0 10px 15px; 
    }

    .pymt-reg-box-top .processing-payments {
        margin: 0 0 10px 15px;  
    }
  
    #card_payment_type img.card_logos { 
        margin-top: 17px;
    }
  
    .pymt-reg-box-top table.processing-payments {
        width: 210px;  
    }
  
    .pymt-reg-box-inner #div_verify_applicant p, .pymt-reg-box-inner #div_verify_applicant #prescreen_opt_out_notice {
        width: 100%;  
    }
}

@media only screen and (max-width: 400px) {
    #card_payment_type img.card_logos { 
        margin-top: 27px;
    }
    
    #decline_offer_popup {
        min-width: 90%;
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 338px) {
    .header_btn.button {
        padding: 0.75rem;
    }
}

@media only screen and (min-width: 64.063em) {
    table.processing-payments tr.show-for-small-only {
        display: none !important;  
    }
}

.swiper {
    width: 100%;
    height: 100px;
}

.swiper .swiper-wrapper .swiper-slide-active {
    transform: scale(1.0) !important;
    z-index: 2;
    margin-left: -15px;
}

.swiper .swiper-wrapper .swiper-slide-prev, .swiper .swiper-wrapper .swiper-slide-next {
    transform: scale(0.6) !important;
    margin-top: -9px
}

.swiper .swiper-wrapper .swiper-slide-prev {
    margin-left: 15px;
}
.swiper .swiper-wrapper .swiper-slide-next {
    margin-left: -15px !important;
    margin-right: 18px !important;
}

.swiper-button-prev, .swiper-button-next {
    top: 33% !important;
}

.swiper-button-prev {
    margin-left: -12px;
}

.swiper-button-next {
    margin-right: -12px;
}

.choose-card-cards .swiper {
    height: 100px;
}

.card-features .choose-card-cards .swiper {
    height: 210px;
}

.card-features .swiper-slide-prev .features-text, .card-features .swiper-slide-next .features-text {
    display:none;
}

.card-features .swiper-slide-active .features-text {
    margin-left: -35px;
    margin-right: -50px;
    text-align: center;
}

.card-features .swiper-button-prev {
    left: 30px;
}

.card-features .swiper-button-next {
    right: 30px;
}

.swiper-button-prev {
    background-image: url(../assets/cards/TCV_Icon_Arrow_L-01.png) !important;
}

/*.navigation {*/
/*    disabledClass: 'disabled_swiper_button'*/
/*}*/

/*.disabled_swiper_button {*/
/*    opacity: 0;*/
/*    cursor: auto;*/
/*    pointer-events: none;*/
/*}*/

.swiper-button-prev {
    background-image: url(../assets/cards/TCV_Icon_Arrow_L-01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next {
    background-image: url(../assets/cards/TCV_Icon_Arrow_R-01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-next::after {
    display: none;
}

.swiper-pagination{
    margin-bottom: -14px;
}

.selected_card_mobile {
    position: absolute;
    width: 40px;
    display: block !important;
}

.not_selected_card_mobile {
    display: none;
}

@media only screen and (max-width: 40em) {
    .outside-offer {
        padding-top:40px;
        margin: 50px 2rem 0 2rem;
    }

    .outside-offer-icon{
        transform: translate(-50%, -250%);
    }

    .processing_box h1 {
        color: white;
        font-size: 0.9rem;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        font-family: "RNS Sanz" !important;
        border: 1px solid #E3592E;
    }

    .processing_box .content p {
        font-size: 0.9rem;
    }

    .processing_box {
        width: 80%;
    }

    .card-features {
        margin-top: 60px;
    }

    .card-features h1 {
        font-size: 22px !important;
        line-height: 30px !important;
        max-width: 125px !important;
    }

    .features-icon img {
        max-width: 81px;
    }

    #appDuplicate {
        min-height: 25vh;
        width: 80%;
    }
    .california-disclosure{
        text-align: center;
    }

    .app-info h3{
        font-size: 1rem;
        text-align: center;
        width:100% !important;
        padding: 0 2rem 0 2rem;
    }

    .your-application-box p {
        font-size: 0.7rem !important;
    }

    .next-step-box h3 {
        font-size: 1.1rem;
        padding: 0 2rem 0 2rem;
    }

    .next-step-box p {
        font-size: 0.6rem;
    }

    .pay-container label, .payment-container label {
        font-size: 0.8rem !important;
    }

    .progress-header{
        text-align: center;
    }
}

.tab-bar {
    background-color: #EB4B26;
    height: 55px;
}

.menu-image {
    height: 50px;
    text-align: center;
}

.right-off-canvas-toggle {
    padding-top: 28px;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right .inner-wrap,
.off-canvas-wrap.move-left .inner-wrap {
    height:100%;
}

.off-canvas-wrap {
    position: absolute;
    z-index:100;
}

.header-mobile button {
    color: black;
}

.right-off-canvas-menu{
    background-color: white;
}

.earlier_residence_form_label_street_address, .earlier_residence_form_label_one_line, .earlier_residence_form_label_address_line {
    margin-top: 0.3rem !important;
}

@media only screen and (max-width: 549px) {
    .earlier_residence_form_label_street_address {
        margin-top: -0.3rem !important;
    }
}

@media only screen and (max-width: 640px) {
    .earlier_residence_form_label_address_line {
        margin-top: -0.3rem !important;
    }
}

@media only screen and (min-width: 1024px) {
    .earlier_residence_form_label_state {
        margin-left: -0.5rem !important;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 640px){
    .earlier_residence_form_label_street_address {
        margin-top: -0.3rem !important;
    }
}

@media only screen and (max-width: 1408px) {
    .earlier_residence_form_label_address_line {
        margin-top: -0.3rem !important;
    }
}

button.btn--nav {
    margin-right: -15px;padding-right: 15px;z-index: 1000;margin-left: -15px;padding-left: 15px;padding-bottom: 23px;
}

/*end of additional styles for mobile*/