.hero .card-img img {
    max-width: 340px;
    width: 100%;
}

.hero .card-img .btn-compare {
    font-size: 18px !important;
    font-weight: initial !important;
    margin-top: 30px !important;
    height: auto !important;
    max-width: 151px !important;
    width: 145px;
    padding: 17px;
    border: 1px solid #d8dbdd !important;
}

.btn-compare:before {
    margin-left: -5px!important;
    /*margin-top: 0px !important;*/
}

section#product-details div {
    text-indent: 0px !important;
}
section#product-optional-extras .bullet-list li {
    float: none;
    width: initial;
}

section#start-your-application .callout-img {
    background-color: #f3f4f5;
}

section#start-your-application .callout-img img {
    max-width: 300px; 
    margin-top: 0px !important;
}

@media (min-width: 1200px) {
    .hero .card-welcome-box h1.h2 {
        font-size: 36px;
    }    
}

@media (min-width: 879px) {
    .hero .card-welcome-box {
        padding-top: 25px;
    }
}

@media (min-width: 640px) and (max-width: 878px) {
    .hero .card-welcome-box {
        padding-top: 0px;
    }
}



@media screen and (max-width: 800px) and (min-width: 640px) {
    section#product-details div ul {
        margin-left: 0px;
    }
    section#product-details div p {
        margin-left: 0px;
    }
}


@media (min-width: 640px) and (max-width: 768px){
    .hero .card-welcome-box h1{
        font-size: 3.7vw;
        line-height: 4vw;
    }
    #still-not-sure .col-wpr>[class*=col-] {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* show when stickynav shows */
.sticky-wrapper.is-sticky .cta-in-stickynav {
    display: block !important;
    margin-right: 20px;
}
