@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Work+Sans:wght@100;200;300;400;500&display=swap');
/* 
font-family: 'Barlow', sans-serif;
font-family: 'Work Sans', sans-serif; 
*/

body {
    background-color: #f6f6f6;
}

.title {
    color: #282828;
    /* change color to theme color*/
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0 22px 0;
    font-family: 'Barlow', sans-serif;
}

.content-wrap {
    overflow: hidden;
}


.banner-text {
    color: rgb(36, 162, 184);
    /* change color to theme color*/
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}

.phone {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: black;
    padding-top: 10px;
    /* change color to theme color*/
}

.phone-sub {
    text-align: center;
    color: black;
    /* change color to theme color*/
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.phone-sub-small {
    color: black;
    /* change color to theme color*/
    font-weight: 600;
    text-decoration: underline;
}

.master-nav {
    background: rgb(36, 162, 184);
    /* change color to theme color*/
}

    .master-nav ul {
        margin-bottom: 0;
    }

.btn-custom, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom, .btn-custom:active:hover, .btn-custom.active:hover, .open > .dropdown-toggle.btn-custom:hover, .btn-custom:active:focus, .btn-custom.active:focus, .open > .dropdown-toggle.btn-custom:focus, .btn-custom:active.focus, .btn-custom.active.focus, .open > .dropdown-toggle.btn-custom.focus, .btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    background-color: rgb(241, 101, 87);
    /* change color to theme color*/
    border-color: rgb(241, 101, 87);
    /* change color to theme color*/
}

.jumbotron {
    background: #efefef url("/sites/cars/jfsla/uploads/carbg.jpg") center center;
    background-repeat: no-repeat;
}

.banner-inner {
    text-align: center;
    width: 100%;
}

.master-header {
    padding: 0;
    margin: 0;
}

.banner-sub {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.master-nav ul li {
    display: inline-block;
    padding: 5px 0;
}

    .master-nav ul li a {
        color: #fff;
        line-height: 1.5;
        font-weight: 700;
    }

    .master-nav ul li::after {
        content: "|";
        color: #fff;
        padding: 0 10px;
    }

    .master-nav ul li:last-child:after {
        font-weight: 100;
        content: "";
        display: none;
    }

.preheader {
    background-color: #fff;
    color: black;
    top: 0;
    display: inline-block;
    width: 100%;
    ;
}

.prehead-l {
    float: left;
}

.prehead-r {
    float: right;
}

.preheader h5 {
    padding-bottom: 1em;
}

.donate-today {
    margin: 0;
}

    .donate-today a {
        padding: 25px 35px;
        color: white;
        background-color: #f16557;
        text-decoration: none;
        margin: 1em 0 0;
        line-height: 0;
        display: inline-block;
        letter-spacing: .1em;
        font-size: 15px !important;
        float: right;
    }

.top-logo {
    width: 375px;
}

iframe {
    width: 100%;
    border: none;
    height: 900px;
    height: 100vh;
    background-color: white;
}

.master-footer {
    text-align: center;
    background-color: #f9f9f9;
    padding: 8em 0;
}

#footer-logo {
    width: 240px;
    margin: auto;
}

.master-footer .container * {
    display: inline-block;
}

.inside-buttons > div {
    display: inline-block;
}

.inside-left {
    width: 255px;
}

.video {
    width: 400px;
    height: 250px;
}

article p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    color: #0e0e0e !important;
    font-family: 'Work Sans', sans-serif;
}

#freezone p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.tel-alias {
    font-weight: 700;
    color: #666;
}

.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background-image: none;
}


.left-pink {
    background-color: white;
    padding: 10px 20px 3em;
    border-top: 10px solid #c15fa0;
}

.right-blue {
    background-color: white;
    border-top: 10px solid #6697c5;
    padding: .5em 0px .5em;
}

.vehicle-strip {
    margin: 20px auto 20px;
    width: 50%;
}

    .vehicle-strip img {
        /* border: 1px solid black; */
        width: 14.66%;
        margin: 3px;
        transition: 1s;
    }

/*------------------------------- ZD ADDED THIS BELOW---------------------- */

#compass-list li {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #0e0e0e !important;
}


.boxes {
    background-color: #c15fa0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    height: 320px;
    -webkit-box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    text-align: center;
    padding: 3em 0;
}

    .boxes h4 {
        color: white;
        padding: 1em 0 .5em;
        font-weight: 700;
    }

    .boxes p {
        color: white;
    }

.boxes2 {
    background-color: #6697c5;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    height: 320px;
    -webkit-box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    text-align: center;
    padding: 3em 0;
}

    .boxes2 h4 {
        color: white;
        padding: 1em 0 .5em;
        font-weight: 700;
    }

    .boxes2 p {
        color: white;
    }

.boxes3 {
    background-color: #869a2d;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    height: 320px;
    -webkit-box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    box-shadow: 6px 6px 15px rgba(0,0,0,.2);
    text-align: center;
    padding: 3em 0;
}

    .boxes3 h4 {
        color: white;
        padding: 1em 0 .5em;
        font-weight: 700;
    }

    .boxes3 p {
        color: white;
    }

.btn-now {
    background-color: #f16557;
    color: #fff;
    padding: 8px 65px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
}

    .btn-now:hover {
        background-color: #f16557;
        text-decoration: none;
        ;
    }


#form-iframe {
    background-image: url(https://thecompasscenter.org/img/bg/home-plant2.svg);
    background-size: cover;
}

.EAZY {
    background-color: #f5f5f5;
    padding: 4em 0;
    margin: 2em 0;
    text-align: center;
}

.hero {
    background-image: linear-gradient(146deg,rgba(0,0,0,.1),transparent), url(/sites/cars/jfsla/uploads/carbg.jpg);
    background-size: cover;
    display: inline-block;
    width: 100%;
    color: white;
    background-position: bottom left;
    background-color: rgba(0,0,0,.1);
    background-blend-mode: darken;
}

.hero-text {
    padding: 10% 0;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.38);
}

    .hero-text h1 {
        font-size: 24px;
        letter-spacing: .1em;
        margin-bottom: 0;
        font-weight: 600;
    }

    .hero-text h2 {
        margin-top: 10px;
        font-size: 3.7em;
        letter-spacing: .05em;
        font-weight: bold;
        line-height: 1.3;
    }

    .hero-text h4 {
        letter-spacing: .1em;
        font-weight: 600;
        font-size: 15px;
    }

    .hero-text a {
        color: white;
        padding: 16px 60px;
        text-decoration: none;
        letter-spacing: .1em;
        background-color: #f16557;
    }

.underline {
    width: 425px;
    padding-top: 1em;
    border-top: 1px solid hsla(0,0%,100%,.25);
}

.btn-custom {
    background-color: #f16557 !important;
    color: white !important;
    border-radius: 0;
    width: 40px;
}




    .btn-custom:hover {
        background-color: #f16557;
        text-decoration: none;
        transition: 2s;
        border: 1px solid white;
        -webkit-box-shadow: 0 0px 8px #fff;
        -moz-box-shadow: 0 0px 8px #fff;
        box-shadow: 0 0px 8px #fff;
    }

#footer-text {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.5;
}

#padtop {
    padding-top: 5em;
}



.title b {
    font-weight: 400;
}

.inner-box {
    width: 100%;
    height: auto;
    margin: 8px;
    padding: 15px;
    /* -webkit-box-shadow: 0 0px 8px #b6b6b6;
      -moz-box-shadow: 0 0px 8px #b6b6b6;
      box-shadow: 0 0px 8px #b6b6b6; */
    background-color: white;
}



.site-content {
    padding-top: 66px;
}




.header {
    left: 0;
    right: 0;
    height: auto;
    /* line-height: 066px; */
    background-color: white;
    z-index: 9;
    padding: 2em 0;
}

.main-header {
    /* padding-bottom: 25px; */
}

.small .main-header {
    padding: 5px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.small .top-logo {
    width: 180px;
    padding-top: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.menu {
    padding-top: 2em;
}

    .menu a {
        color: #282828;
        padding: 25px 45px 19px 0;
        font-size: 20px;
        font-weight: 600;
    }

        .menu a:hover {
            text-decoration: none;
            color: #666;
            transition: 1s;
        }

.small .menu {
    padding-top: .5em;
    -webkit-transition: all 1s;
    transition: all 1s;
}


.top-test {
    padding-top: 5%;
}

.car-test {
    padding: 4% 0;
    text-align: center;
    background-color: #f4f4f4 !important;
    display: inline-block;
}

    .car-test h1 {
        font-size: 2em;
    }

    .car-test h2 {
        font-size: 3em;
        color: #0073bc;
        font-weight: 700;
    }

video {
    padding: 10px;
    box-shadow: 1px 7px 5px -1px #b6b6b6;
    -webkit-box-shadow: 1px 7px 5px -1px #b6b6b6;
    -moz-box-shadow: 1px 7px 5px -1px #b6b6b6;
}

.car-test p {
    font-size: 1.1em;
    font-weight: 600;
    color: rgb(100, 98, 98);
}


.faq {
    padding: 3em 0;
}

.contact {
    padding: 8em 0 4em;
}

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

    .main-header {
        padding-bottom: 0;
    }

    .top-logo {
        width: 180px;
        padding-top: 1em;
    }

    .faq, .contact {
        padding: 4em 0 4em;
    }

    .chat-button {
        display: none;
    }

    .chat-mobile {
        display: inline;
    }


    .car-test h2 {
        font-size: 2em;
    }

    .title {
        font-size: 24px;
    }


    #padtop {
        padding-top: 1em;
    }

    .top-logo img {
        position: relative;
    }


    .site-pusher {
        height: 100%;
    }


    .site-pusher {
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-content {
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
    }

    .header__icon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

        .header__icon:after {
            content: '';
            position: absolute;
            display: block;
            width: 2rem;
            height: 1.2px;
            top: 10px;
            left: 15px;
            box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666;
        }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 250px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

        .menu a {
            display: block;
            height: 40px;
            text-align: center;
            line-height: 40px;
        }

    .with--sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
}


/*------------------------------- ZD ADDED THIS BELOW Ends---------------------- */



@media screen and (max-width: 992px) {
    .top-logo {
        width: 300px;
    }

    .video {
        padding-top: 10px;
        width: 100%;
        height: auto;
    }

    .inside-buttons {
        margin: 0 auto;
    }

    .inside-left {
        width: 70%;
    }

    .inside-right {
        width: auto;
    }

    .menu a {
        padding: 25px 22px 19px 0;
    }
}

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

    .vehicle-strip {
        width: 80%;
    }
}

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


    .hero {
        background-image: linear-gradient(146deg,rgba(0,0,0,.3),transparent), url(/sites/cars/jfsla/uploads/mobile-jfsla.jpg);
        background-size: cover;
        display: inline-block;
        width: 100%;
        color: white;
        background-position: bottom left;
        background-color: rgba(0,0,0,.3);
        background-blend-mode: darken;
    }

    .underline {
        width: 100%;
        margin: auto;
    }

    .hero-text h4 {
        line-height: 1.4;
        letter-spacing: .04em;
    }

    .hero-text {
        text-align: center;
    }



    .header {
        padding: 1em 0;
    }

    .prehead-r {
        display: none;
    }

    .banner-sub {
        font-size: 20px;
    }

    .banner-text {
        font-size: 25px;
    }

    .jumbotron {
        background: #efefef url("/sites/cars/jfsla/uploads/carbg.jpg") no-repeat center center;
        background-size: contain;
    }
}


@media only screen and (max-width: 605px) {
    .vehicle-strip {
        width: 90%;
    }
}


@media only screen and (max-width: 541px) {
    .vehicle-strip img {
        width: 13%;
    }


    .hero-text h1 {
        font-size: 18px;
    }

    .hero-text h2 {
        font-size: 2.4em;
    }

    .hero-text h4 {
        font-size: 13px;
    }
}



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


    .header {
        padding: 1em 0 .25em;
    }

    .hero-text h1,
    .hero-text h4 {
        letter-spacing: 0;
    }

    .hero-text h2 {
        font-size: 2em;
    }

    .hero-text a {
        padding: 14px 40px;
    }


    .top-logo {
        width: 200px;
    }

    .master-nav ul li a {
        color: #fff;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 700;
    }
}