body {
    font-weight: 400;
    position: relative
}

a {
    color: #262626;
    text-decoration: none;
    font-weight: 400
}

    a:hover {
        color: #0083ae
    }

.btn {
    letter-spacing: .04em;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .btn:hover {
        color: #fff
    }

.btn-default, .btn-default:focus {
    background-color: #2f3542;
    color: #fff;
    border-color: #2f3542
}

    .btn-default.active, .btn-default:active, .btn-default:hover {
        background-color: #85868c;
        color: #fff;
        border-color: #85868c
    }

    .btn-default.disabled, .btn-default:disabled {
        background-color: #e6e6e6
    }

    .btn-default:before {
        background: #85868c
    }

.btn-primary, .btn-primary:focus {
    background-color: #0083ae;
    color: #fff;
    border-color: #0083ae
}

    .btn-primary.active, .btn-primary:active, .btn-primary:hover {
        background-color: #01516b;
        color: #fff;
        border-color: #01516b;
        background-image: none
    }

    .btn-primary:before {
        background: #01516b
    }

.btn-link, .btn-link:focus {
    color: #0083ae;
    text-decoration: none;
    border-bottom: 1px solid #0083ae
}

    .btn-link.active, .btn-link:active, .btn-link:hover {
        color: #2f3542;
        text-decoration: none;
        border-bottom-color: #2f3542
    }

.modal-header, .modal-heading {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    border-bottom: 1px solid #ddd
}

.modal-success, .modal-success .modal-header, .modal-success .modal-heading {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.modal-success {
    color: #fff;
    border-bottom: 0
}

    .modal-success h4 {
        font-weight: 400;
        text-transform: none
    }

.h-inventory-carousel-m1 {
    padding: 50px 0
}

.locations-m1 {
    padding: 10px 0
}

@media (max-width:767px) {
    .h-inventory-carousel-m1 {
        padding: 30px 0
    }
}

.section-heading {
    padding-bottom: 30px
}

.section-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em
}

    .locations-section h2, .modal-title, .page-title-headings h2, .section-title, .section-title h1, .section-title h2 {
        letter-spacing: .04em;
        font-weight: 700
    }

.section-subheading {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin-top: 10px;
    color: #fff
}

.section-heading .section-title-line {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fff;
    margin-top: 10px
}

.special {
    text-decoration: line-through;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .page-title-headings h1, .page-title-headings h2 {
        /*padding: 15px 15px*/
    }

    #privacypolicy, #termsandconditions {
        padding-top: 120px
    }
}

.about-m1 {
    padding: 20px 0 60px
}

    .about-m1 p {
        line-height: 1.6
    }

    .about-m1 .paragraph {
        font-size: 16px;
        margin-top: -8px;
        line-height: 35px;
        font-weight: 300
    }

    .about-m1 .about-padd {
        padding: 0 25px
    }

    .about-m1 .about-info-padd {
        padding: 15px 30px 0
    }

    .about-m1 .about-text {
        white-space: pre-line
    }

@media(max-width:820px) {
    .about-m1 .c-tablecell, .about-m1 .c-tablecell-top {
        display: block
    }

    .about-m1 img {
        width: 100%
    }
}

.contact-form {
    padding: 20px 0 60px;
    overflow: hidden
}

.contact-m1 .dealership-photo {
    width: 100%;
    margin-bottom: 25px
}

.contact-m1 .contact-card {
    padding: 15px;
    margin-bottom: 25px
}

.contact-m1 .radio-block-label {
    display: block
}

.contact-m1 .checkbox-inline, .radio-inline {
    padding-left: 25px;
    margin-bottom: 10px
}

.contact-m1 .dealer-info-card {
    padding: 0 30px
}

@media screen and (max-width:991px) {
    .contact-m1 .contact-form {
        margin-top: 25px
    }

    .contact-m1 .subhead-title {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .contact-m1 .wedge {
        display: none
    }
}

.contact-m1 .inventory-info {
    padding: 15px 0 5px 0
}

    .contact-m1 .inventory-info .c-table {
        margin-bottom: 8px
    }

    .contact-m1 .inventory-info .c-tablecell {
        text-align: right;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px
    }

        .contact-m1 .inventory-info .c-tablecell:first-of-type {
            font-weight: 700;
            text-align: left
        }

.contact-m1 label.control-label {
    font-weight: 600;
    font-size: 13px
}

.contact-m1 .form-group label.required:after {
    content: "*";
    margin-left: 5px
}

.contact-m1 .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid;
    border-radius: 0;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s
}

    .contact-m1 .form-control:focus {
        border: 1px solid;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .contact-m1 .form-control::-moz-placeholder {
        opacity: 1
    }

.contact-m1 select.form-control {
    position: relative;
    padding-right: 25px
}

.contact-m1 select::-ms-expand {
    display: none
}

.contact-m1 .has-error .form-control {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
}

    .contact-m1 .has-error .form-control:focus {
        border-color: #cb3a6c;
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
        box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
    }

.contact-m1 .form-control-feedback {
    top: 31px
}

.contact-m1 .feedback-ok:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #97a339
}

.contact-m1 .feedback-error:after {
    font-family: FontAwesome;
    content: "\f0e7"
}

.contact-m1 .help-block {
    display: block;
    margin-top: 0;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 13px
}

.contact-m1 .has-success .checkbox, .contact-m1 .has-success .checkbox-inline, .contact-m1 .has-success .form-control-feedback, .contact-m1 .has-success .help-block, .contact-m1 .has-success .radio, .contact-m1 .has-success .radio-inline, .contact-m1 .has-success.checkbox label, .contact-m1 .has-success.checkbox-inline label, .contact-m1 .has-success.radio label, .contact-m1 .has-success.radio-inline label {
    color: #97a339
}

.contact-m1 .has-success .form-control, .contact-m1 .has-success .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 0 0 transparent,0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent,0 0 0 transparent
}

.contact-m1 .form-group label.error {
    width: 100%;
    display: block;
    background-color: #cb3a6c;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px 8px
}

.footer-m1 {
    padding: 0
}

    .footer-m1 .footer-links {
        padding: 20px 0 0;
        text-align: center
    }

        .footer-m1 .footer-links li {
            padding-right: 10px;
            padding-left: 10px
        }

        .footer-m1 .footer-links p, .footer-m1 .footer-links ul > li > a {
            text-transform: uppercase;
            letter-spacing: .04em
        }

            .footer-m1 .footer-links ul > li > a:hover {
                text-decoration: none
            }

.footer-links-block .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px
}

@media(max-width:500px) {
    .footer-m1 .footer-links-block li {
        display: block;
        margin-bottom: 10px
    }
}

.footer-m1 .social-links a {
    font-size: 23px
}

.footer-m1 .social-links {
    margin-top: 5px;
    margin-bottom: 20px
}

.footer-m1 .copyright-section {
    padding: 15px 0;
    font-size: 10px;
    letter-spacing: .7px
}

    .footer-m1 .copyright-section p {
        font-size: 11px
    }

    .footer-m1 .copyright-section hr {
        margin-top: 0;
        margin-bottom: 20px;
        border-width: 1px 0 0;
        border-style: solid none none;
        border-color: #d9d9d9 -moz-use-text-color -moz-use-text-color;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        opacity: .2
    }

.footer-m1 ul.footer-nav {
    text-align: right
}

    .footer-m1 ul.footer-nav li {
        margin-left: 15px
    }

        .footer-m1 ul.footer-nav li:first-child {
            margin-left: 0
        }

        .footer-m1 ul.footer-nav li a {
            display: inline-block;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out
        }

@media (max-width:991px) {
    .footer-m1 .copyright-section {
        text-align: center
    }

    .footer-m1 ul.footer-nav {
        display: block;
        text-align: center;
        margin-top: 10px;
        padding-left: 0
    }
}

.h-about-m1 .section-heading {
    padding-bottom: 10px
}

.h-about-m1 .spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

    .h-about-m1 .spotlight .image {
        -moz-order: 1;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        border-radius: 0;
        width: 50%;
        border-right: 4px solid #0083ae
    }

        .h-about-m1 .spotlight .image img {
            border-radius: 0;
            width: 100%
        }

    .h-about-m1 .spotlight .content {
        padding: 20px 4em 20px 4em;
        -moz-order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        width: 50%;
        line-height: 1.7em
    }

        .h-about-m1 .spotlight .content .about-text {
            line-height: 1.8em;
            font-size: 13px;
            margin-bottom: 25px;
            height: 134px;
            display: -webkit-box;
            max-width: 4400px;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #c3c3c3
        }

@media screen and (max-width:1280px) {
    .h-about-m1 .spotlight .image {
        width: 45%
    }

    .h-about-m1 .spotlight .content {
        width: 55%
    }
}

@media screen and (max-width:980px) {
    .h-about-m1 .spotlight {
        display: block
    }

        .h-about-m1 .spotlight .image {
            width: 100%;
            border-right: 0;
            border-bottom: 4px solid #0083ae
        }

        .h-about-m1 .spotlight .content {
            padding: 3em;
            max-width: none;
            text-align: left;
            width: 100%
        }
}

@media screen and (max-width:736px) {
    .h-about-m1 .spotlight .content {
        padding: 1.7em 2em 3.5em 2em
    }
}

.h-find-m1 .tighter-form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.h-find-m1 {
    position: relative;
    z-index: 4;
    padding: 20px 0 30px 0
}

    .h-find-m1 .section-title {
        display: none
    }

    .h-find-m1 .form-group {
        position: relative
    }

    .h-find-m1 label {
        position: absolute;
        top: 5px;
        left: 14px;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .08em;
        z-index: 55001 !important
    }

        .h-find-m1 label.control-label {
            font-weight: 600;
            font-size: 13px;
            color: #595959
        }

    .h-find-m1 .form-group label.required:after {
        content: "*";
        margin-left: 5px;
        color: #b6b6b6
    }

    .h-find-m1 .form-control:focus {
        border: 1px solid #c3c3c3;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .h-find-m1 .form-control::-moz-placeholder {
        color: #444;
        opacity: 1
    }

    .h-find-m1 .form-control:-ms-input-placeholder {
        color: #444
    }

    .h-find-m1 .form-control::-webkit-input-placeholder {
        color: #444
    }

    .h-find-m1 select.form-control {
        position: relative;
        color: #444;
        padding-right: 25px
    }

    .h-find-m1 select::-ms-expand {
        display: none
    }

    .h-find-m1 .has-error .form-control {
        border-color: #cb3a6c;
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
        box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
    }

        .h-find-m1 .has-error .form-control:focus {
            border-color: #cb3a6c;
            -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
            box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
        }

    .h-find-m1 .form-control-feedback {
        top: 31px
    }

    .h-find-m1 .feedback-ok:after {
        font-family: FontAwesome;
        content: "\f00c";
        color: #97a339
    }

    .h-find-m1 .feedback-error:after {
        font-family: FontAwesome;
        content: "\f0e7"
    }

    .h-find-m1 .help-block {
        display: block;
        margin-top: 0;
        padding: 4px 8px;
        margin-bottom: 10px;
        font-size: 13px
    }

    .h-find-m1 .has-success .checkbox, .h-find-m1 .has-success .checkbox-inline, .h-find-m1 .has-success .form-control-feedback, .h-find-m1 .has-success .help-block, .h-find-m1 .has-success .radio, .h-find-m1 .has-success .radio-inline, .h-find-m1 .has-success.checkbox label, .h-find-m1 .has-success.checkbox-inline label, .h-find-m1 .has-success.radio label, .h-find-m1 .has-success.radio-inline label {
        color: #97a339
    }

    .h-find-m1 .has-success .form-control, .h-find-m1 .has-success .form-control:focus {
        border-color: #c3c3c3;
        -webkit-box-shadow: inset 0 0 0 transparent,0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent,0 0 0 transparent
    }

    .h-find-m1 .form-group label.error {
        width: 100%;
        display: block;
        background-color: #cb3a6c;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 4px 8px
    }

@media (max-width:767px) {
    .h-find-m1 .section-title {
        margin-top: -7px;
        display: block;
        text-align: center
    }

    .h-find-m1 .section-heading {
        padding-bottom: 10px
    }

    .h-find-m1 {
        padding: 20px 0 40px 0
    }

        .h-find-m1 > .section-heading > h2 {
            padding: 15px 15px
        }
}

.h-inventory-carousel-m1 .section-title {
    text-align: center
}

.h-inventory-carousel-m1 .data-carouselshowmanymoveone {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .h-inventory-carousel-m1 .data-carouselshowmanymoveone {
        margin-bottom: 0
    }
}

.h-inventory-carousel-m1 .carousel-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    clear: both
}

.h-inventory-carousel-m1 .carousel-control {
    width: 4%;
    opacity: 1;
    text-shadow: 0 0 0 transparent
}

    .h-inventory-carousel-m1 .carousel-control.left, .h-inventory-carousel-m1 .carousel-control.right {
        margin-left: 0;
        margin-right: 0;
        background-image: none
    }

    .h-inventory-carousel-m1 .carousel-control .glyphicon-chevron-left, .h-inventory-carousel-m1 .carousel-control .glyphicon-chevron-right, .h-inventory-carousel-m1 .carousel-control .icon-next, .h-inventory-carousel-m1 .carousel-control .icon-prev {
        width: 60px;
        height: 60px;
        margin-top: -15px;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
        line-height: 58px;
        background-color: rgba(255,255,255,.5);
        z-index: 48000
    }

@media(max-width:768px) {
    .h-inventory-carousel-m1 .carousel-control .glyphicon-chevron-left, .h-inventory-carousel-m1 .carousel-control .glyphicon-chevron-right, .h-inventory-carousel-m1 .carousel-control .icon-next, .h-inventory-carousel-m1 .carousel-control .icon-prev {
        top: 81px;
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 45px
    }
}

.h-inventory-carousel-m1 .extra1, .h-inventory-carousel-m1 .extra2, .h-inventory-carousel-m1 .extra3 {
    display: none
}

@media (max-width:1492px) and (min-width:992px) {
    .h-inventory-carousel-m1 .vehicle-link {
        padding: 8px 5px
    }

    .h-inventory-carousel-m1 .vehicle-title {
        font-size: 17px
    }

    .h-inventory-carousel-m1 .vehicle-price {
        font-size: 16px;
        margin-bottom: 10px
    }

    .h-inventory-carousel-m1 .vehicle-description {
        display: none
    }

    .h-inventory-carousel-m1 .vehicle-miles {
        padding-top: 0;
        text-align: left
    }

    .h-inventory-carousel-m1 .vehicle-price-miles [class*=col-] {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .h-inventory-carousel-m1 .active.left {
        left: -50%
    }

    .h-inventory-carousel-m1 .active.right {
        left: 50%
    }

    .h-inventory-carousel-m1 .next {
        left: 50%
    }

    .h-inventory-carousel-m1 .prev {
        left: -50%
    }

    .h-inventory-carousel-m1 .extra1 {
        display: block
    }
}

@media only screen and (min-width:768px) and (-webkit-transform-3d) {
    .h-inventory-carousel-m1 .item.active.left, .h-inventory-carousel-m1 .item.prev {
        transform: translate3d(-50%,0,0);
        left: 0
    }

    .h-inventory-carousel-m1 .item.active.right, .h-inventory-carousel-m1 .item.next {
        transform: translate3d(50%,0,0);
        left: 0
    }
}

@media only screen and (min-width:992px) {
    .h-inventory-carousel-m1 .active.left {
        left: -25%
    }

    .h-inventory-carousel-m1 .active.right {
        left: 25%
    }

    .h-inventory-carousel-m1 .next {
        left: 25%
    }

    .h-inventory-carousel-m1 .prev {
        left: -25%
    }

    .h-inventory-carousel-m1 .extra2, .h-inventory-carousel-m1 .extra3 {
        display: block
    }
}

@media only screen and (min-width:992px) and (-webkit-transform-3d) {
    .h-inventory-carousel-m1 .item.active.left, .h-inventory-carousel-m1 .item.prev {
        transform: translate3d(-25%,0,0);
        left: 0
    }

    .h-inventory-carousel-m1 .item.active.right, .h-inventory-carousel-m1 .item.next {
        transform: translate3d(25%,0,0);
        left: 0
    }
}

.h-inventory-carousel-m1 .vehicle-card {
    position: relative;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .h-inventory-carousel-m1 .vehicle-card {
        margin-bottom: 15px
    }
}

.h-inventory-carousel-m1 .vehicle-card .vehicle-photo {
    position: relative;
    height: 190px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.h-inventory-carousel-m1 .vehicle-card .vehicle-price {
    bottom: 12px;
    right: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

    .h-inventory-carousel-m1 .vehicle-card .vehicle-price span.special {
        top: 100%;
        right: 0;
        font-size: 13px;
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0
    }

    .h-inventory-carousel-m1 .vehicle-card .vehicle-price span.data-email-for-price {
        cursor: pointer
    }

.h-inventory-carousel-m1 .vehicle-card .vehicle-info {
    padding: 15px;
    border-top: 3px solid;
    border-left: 0;
    border-right: 0
}

    .h-inventory-carousel-m1 .vehicle-card .vehicle-info .vehicle-phone {
        font-size: 16px;
        font-weight: 200
    }

.h-inventory-carousel-m1 .vehicle-card .vehicle-photo img {
    width: 100%;
    border-bottom: 0 solid
}

.h-inventory-carousel-m1 .vehicle-card .vehicle-title {
    font-size: 18px;
    margin-top: 10px
}

.h-inventory-carousel-m1 .vehicle-card .vehicle-miles {
    font-size: 15px;
    text-align: left;
    margin-top: 0;
    padding-top: 0
}

.h-inventory-carousel-m1 .no-vehicles-found {
    width: 500px;
    max-width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-align: center;
    border-radius: 3px
}

.inventory-m1 .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 0 0 10px 0
}

.inventory-m1 label.control-label {
    font-weight: 600;
    font-size: 13px
}

.inventory-m1 .form-group label.required:after {
    content: "*";
    margin-left: 5px
}

.inventory-m1 .form-control:focus {
    border: 1px solid;
    -webkit-box-shadow: none;
    box-shadow: none
}

.inventory-m1 .form-control::-moz-placeholder {
    opacity: 1
}

.inventory-m1 select.form-control {
    position: relative;
    padding-right: 25px
}

.inventory-m1 select::-ms-expand {
    display: none
}

.inventory-m1 .has-error .form-control {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
}

    .inventory-m1 .has-error .form-control:focus {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e;
        box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 0 0 #ff615e
    }

.inventory-m1 .form-control-feedback {
    top: 31px
}

.inventory-m1 .feedback-ok:after {
    font-family: FontAwesome;
    content: "\f00c"
}

.inventory-m1 .feedback-error:after {
    font-family: FontAwesome;
    content: "\f0e7"
}

.inventory-m1 .help-block {
    display: block;
    margin-top: 0;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 13px
}

.inventory-m1 .has-success .form-control, .inventory-m1 .has-success .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 transparent,0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent,0 0 0 transparent
}

.inventory-m1 .form-group label.error {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px 8px
}

.inventory-m1 .to {
    display: inline-block;
    float: left;
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
    width: 6%
}

.map-m1 {
    padding: 0;
    overflow: hidden;
    color: #333
}

    .map-m1 .scrolloff {
        pointer-events: none
    }

    .map-m1 .map-popup .section-title {
        font-size: 18px
    }

    .map-m1 .map-popup .section-subheading {
        font-size: 14px;
        color: #595959
    }

    .map-m1 .map-popup .section-title::after {
        display: none
    }

.mapOverlay {
    background: 0 0;
    position: absolute;
    width: 100%
}

.locations-m1 .c-table {
    table-layout: fixed
}

.locations-m1 .locations-section {
    text-align: center;
    padding: 20px;
    line-height: 26px;
    table-layout: fixed
}

    .locations-m1 .locations-section .dealer-header {
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 15px;
        cursor: pointer
    }

    .locations-m1 .locations-section address p {
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 3px;
        color: #fff
    }

.locations-m1 .title-line {
    display: none
}

.locations-m1 .locations-section i.fa-phone:before {
    content: "\f10b"
}

.locations-m1 .locations-section i {
    font-size: 18px;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    opacity: .5
}

@media(max-width:992px) {
    .locations-m1 .c-tablecell {
        display: block;
        width: 100%
    }
}

.nav-m1 .menu {
    padding: 0
}

.nav-m1 .main-menu.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 49000
}

.nav-m1 .navbar {
    border: 0;
    min-height: 60px;
    z-index: 5000
}

.nav-m1 .navbar-nav > li a {
    display: inline-block;
    letter-spacing: .04em;
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.nav-m1 .navbar li a, .nav-m1 .navbar li a.active, .nav-m1 .navbar li a:active, .nav-m1 .navbar li a:focus, .nav-m1 .navbar li a:hover {
    font-weight: 400
}

.nav-m1 .navbar-collapse {
    padding: 0
}

.nav-m1 .site-logo h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    padding-left: 15px;
    text-transform: uppercase
}

.nav-m1 .site-logo a:hover {
    text-decoration: none
}

.nav-m1 .site-logo img {
    height: 50px;
    padding-left: 1rem
}

.nav-m1 .call-xs i {
    font-size: 1.5em
}

@media (min-width:768px) {
    .nav-m1 .container-fluid > .navbar-collapse, .nav-m1 .container-fluid > .navbar-header, .nav-m1 .container > .navbar-collapse, .nav-m1 .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px
    }

    .nav-m1 .navbar-nav {
        float: none;
        margin: 0 auto;
        text-align: center
    }

        .nav-m1 .navbar-nav > li {
            float: none;
            display: inline-block;
            margin-right: -4px
        }
}

@media screen and (max-width:767px) {
    .nav-m1 #menu {
        padding: 15px
    }

    .nav-m1 .main-menu {
        border-bottom: 2px solid rgba(0,0,0,.1)
    }

    .nav-m1 .navbar-header ul {
        margin-bottom: 0
    }

    .nav-m1 .navbar-collapse {
        padding: 15px
    }

    .nav-m1 .navbar-nav {
        margin: 0
    }

        .nav-m1 .navbar-nav > li a {
            padding: 15px 10px;
            display: block;
            border-radius: 4px
        }

    .nav-m1 .menu-list li a, .nav-m1 .menu-list li:first-child a {
        border: 0
    }
}

.nav-m1 .navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 18px 13px 18px;
    margin: 0;
    border: none;
    border-radius: 0
}

    .nav-m1 .navbar-toggle:focus {
        border: 0;
        outline: 0
    }

    .nav-m1 .navbar-toggle .icon-bar {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .nav-m1 .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-m1 .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.nav-m1 .main-menu .dropdown-menu {
    border: 0
}

.nav-m1 .navbar-nav .dropdown-menu a.dropdown-item {
    display: block;
    padding: 10px;
    margin: 5px
}

.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.staff-m1 {
    padding: 20px 0 60px
}

    .staff-m1 .staff-member {
        position: relative;
        margin-bottom: 30px
    }

        .staff-m1 .staff-member .staff-photo {
            position: relative;
            vertical-align: bottom;
            max-width: 100%;
            overflow: hidden;
            min-height: 350px
        }

            .staff-m1 .staff-member .staff-photo .staff-name {
                position: absolute;
                bottom: 22px;
                right: 0;
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                padding: 5px 14px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
                background-color: #0083ae;
                z-index: 400;
                text-align: right
            }

            .staff-m1 .staff-member .staff-photo .staff-title {
                position: absolute;
                bottom: 0;
                right: 0;
                color: #262626;
                background-color: #e5e5e5;
                font-size: 13px;
                font-weight: 600;
                padding: 2px 10px;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0
            }

        .staff-m1 .staff-member .staff-info {
            padding: 15px;
            border-bottom: 3px solid #0083ae;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            background-color: #fff
        }

            .staff-m1 .staff-member .staff-info .staff-phone {
                font-size: 16px;
                font-weight: 200
            }

                .staff-m1 .staff-member .staff-info .staff-phone i {
                    color: #0083ae
                }

            .staff-m1 .staff-member .staff-info p {
                color: #595959
            }

        .staff-m1 .staff-member .staff-photo img {
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

    .staff-m1 .staff-row {
        margin-bottom: 25px
    }

    .staff-m1 .staff-info a {
        margin-top: 10px;
        word-wrap: break-word
    }

.testimonials-m1 {
    padding: 20px 0 60px
}

    .testimonials-m1 img {
        max-width: 300px;
        border-bottom: 3px solid #1a1a1a
    }

    .testimonials-m1 .testimonials-info {
        padding: 0 20px;
        width: 100%
    }

        .testimonials-m1 .testimonials-info h4 {
            font-weight: 700;
            font-size: 20px
        }

        .testimonials-m1 .testimonials-info .testimonial {
            line-height: 24px
        }

        .testimonials-m1 .testimonials-info .testimonials-customer {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0
        }

        .testimonials-m1 .testimonials-info .testimonials-location {
            font-style: italic;
            margin-top: 0
        }

    .testimonials-m1 .testimonial-spacer {
        margin: 0 0 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e5e5e5
    }

    .testimonials-m1 .customer-location-border {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 20px;
        color: #fff
    }

@media screen and (max-width:991px) {
    .testimonials-m1 img {
        margin-left: 0
    }

    .testimonials-m1 .testimonial-spacer {
        padding-top: 15px
    }
}

@media(max-width:767px) {
    .testimonials-m1 .c-tablecell, .testimonials-m1 .c-tablecell-top {
        display: block
    }

        .testimonials-m1 .c-tablecell:first-of-type {
            padding-right: 0;
            text-align: center;
            margin-bottom: auto;
            width: auto
        }

        .testimonials-m1 .c-tablecell:nth-of-type(2) {
            padding-left: 15px;
            padding-top: 20px
        }

    .testimonials-m1 img {
        width: 100%;
        max-width: none
    }
}

.testimonials-m1 .fileinput-filename {
    margin-left: 10px
}

.testimonials-m1 .fileinput .close {
    margin-top: 13px;
    margin-left: 6px;
    font-size: 15px
}

.price {
    padding: 4em 0 5em 0
}

    .price .section-heading {
        padding-bottom: 20px
    }

    .price .column ul li {
        list-style: none;
        margin-bottom: 14px;
        font-size: 16px;
        cursor: pointer
    }

    .price .count {
        font-size: 12px
    }

    .price .column {
        -webkit-column-width: 220px;
        -moz-column-width: 220px;
        column-width: 220px
    }

@media screen and (max-width:767px) {
    .price {
        padding-left: 1em;
        padding-right: 1em
    }
}

.price {
    background-color: #fff;
    color: #2f3542
}

    .price .section-title {
        color: #2f3542
    }

        .price .section-title:after {
            background: #2f3542
        }

    .price a {
        color: #2f3542
    }

        .price a:hover {
            color: #0083ae
        }

    .price .count {
        color: inherit
    }

.seonamedlinks-standard {
    padding: 4em 0 5em 0
}

    .seonamedlinks-standard .section-heading {
        padding-bottom: 20px
    }

    .seonamedlinks-standard .column ul li {
        list-style: none;
        margin-bottom: 14px;
        font-size: 16px;
        cursor: pointer
    }

    .seonamedlinks-standard .count {
        font-size: 12px
    }

    .seonamedlinks-standard .column {
        -webkit-column-width: 220px;
        -moz-column-width: 220px;
        column-width: 220px
    }

@media screen and (max-width:767px) {
    .seonamedlinks-standard {
        padding-left: 1em;
        padding-right: 1em
    }
}

.seonamedlinks-standard {
    background-color: #fff;
    color: #2f3542
}

    .seonamedlinks-standard .section-title {
        color: #2f3542
    }

        .seonamedlinks-standard .section-title:after {
            background: #2f3542
        }

    .seonamedlinks-standard a {
        color: #2f3542
    }

        .seonamedlinks-standard a:hover {
            color: #0083ae
        }

    .seonamedlinks-standard .count {
        color: inherit
    }

.header-m1 {
    padding: 120px 15px 80px 15px;
    text-align: center;
    position: relative;
    z-index: 4
}

.header-phone {
    display: block
}

.header-m1 .header-logo {
    font-size: 45px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700
}

    .header-m1 .header-logo span {
        display: none
    }

    .header a, .header a:hover, .header-m1 .header-logo a:hover {
        text-decoration: none
    }

.header-m1 .header-phone {
    font-weight: 400;
    font-size: 22px
}

.header-m1 .welcome-inventory-link {
    display: none
}

.header-m1 .img-logo {
    display: block;
    max-width: 600px;
    max-height: 150px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.header-m1 .header-table {
    margin: 0 auto;
    float: none;
    display: initial;
    display: table;
    width: 100%
}

.header-m1 .header-item {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.header-m1 address {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.header-m1 .header-phone i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 2px;
    opacity: .7
}

.header-m1 .header-name {
    font-size: 18px
}

@media(max-width:991px) and (min-width:768px) {
    .header-m1 .header-table {
        display: block
    }

    .header-m1 .header-item {
        display: block;
        width: 100%
    }
}

@media(max-width:767px) {
    .header {
        display: none
    }
}

body.font-Cabin .font-primary {
    font-family: Cabin,sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Cabin .page-title-headings h1, body.font-Cabin .page-title-headings h2 {
    letter-spacing: .05em
}

body.font-Cabin .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Cinzel .font-primary {
    font-family: Cinzel,serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Cinzel .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Cinzel .btn {
    font-size: 15px
}

body.font-Cinzel .btn-xl {
    font-size: 16px
}

body.font-Cinzel .btn-xlg {
    font-size: 18px
}

body.font-Cinzel .btn-super {
    font-size: 17px
}

body.font-Cinzel .btn-sm {
    font-size: 15px
}

body.font-Cinzel .staff-member .staff-photo .staff-name {
    font-size: 16px
}

    body.font-Cinzel .dealer-name, body.font-Cinzel .header-logo a, body.font-Cinzel .hero-overlay h2, body.font-Cinzel .locations-section .dealer-header, body.font-Cinzel .modal-title, body.font-Cinzel .page-title-headings h1, body.font-Cinzel .page-title-headings h2, body.font-Cinzel .section-title, body.font-Cinzel .section-title h1, body.font-Cinzel .section-title h2, body.font-Cinzel .site-logo h2, body.font-Cinzel .staff-member .staff-photo .staff-name, body.font-Cinzel .staff-member .staff-photo .staff-name span, body.font-Cinzel .vehicle-card .vehicle-title, body.font-Cinzel .vehicle-title {
        text-transform: none;
        letter-spacing: .05em;
        font-weight: 400 !important
    }

body.font-Fjalla .font-primary {
    font-family: 'Fjalla One',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .03em
}

body.font-Fjalla .vehicle-link .font-primary {
    letter-spacing: .03em
}

body.font-Fjalla .btn {
    font-size: 16px
}

body.font-Fjalla .btn-xl {
    font-size: 16px
}

body.font-Fjalla .btn-xlg {
    font-size: 18px
}

body.font-Fjalla .btn-super {
    font-size: 17px
}

body.font-Fjalla .btn-sm {
    font-size: 15px
}

body.font-Fjalla .staff-member .staff-photo .staff-name {
    font-size: 16px
}

    body.font-Fjalla .dealer-name, body.font-Fjalla .header-logo a, body.font-Fjalla .hero-overlay h2, body.font-Fjalla .locations-section .dealer-header, body.font-Fjalla .modal-title, body.font-Fjalla .page-title-headings h1, body.font-Fjalla .page-title-headings h2, body.font-Fjalla .section-title, body.font-Fjalla .section-title h2, body.font-Fjalla .site-logo h2, body.font-Fjalla .staff-member .staff-photo .staff-name, body.font-Fjalla .staff-member .staff-photo .staff-name span, body.font-Fjalla .vehicle-card .vehicle-title, body.font-Fjalla .vehicle-title {
        text-transform: uppercase;
        letter-spacing: .03em;
        font-weight: 400 !important
    }

body.font-Fjalla .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
    line-height: 1em
}

body.font-Fjalla .carousel-featured .specs {
    margin-top: 10px
}

@media (max-width:768px) {
    body.font-Fjalla .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
        line-height: 1.1em
    }
}

body.font-Josefin .font-primary {
    font-family: 'Josefin Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700
}

body.font-Josefin .page-title-headings h1, body.font-Josefin .page-title-headings h2 {
    letter-spacing: .05em
}

body.font-Josefin .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Josefin .site-logo {
    margin-top: 16px
}

body.font-Josefin .staff-member .staff-photo .staff-name, body.font-Josefin .staff-member .staff-photo .staff-name span {
    font-weight: 400
}

body.font-Josefin .header-logo a, body.font-Josefin .locations-section .dealer-header {
    font-weight: 700
}

body.font-Josefin .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
    line-height: normal
}

body.font-Josefin .carousel-featured .specs {
    margin-top: 15px
}

@media (max-width:768px) {
    body.font-Josefin .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
        line-height: 1.1em
    }
}

body.font-Khand .font-primary {
    font-family: Khand,sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Khand .page-title-headings h1, body.font-Khand .page-title-headings h2 {
    letter-spacing: .05em
}

body.font-Khand .vehicle-link .font-primary {
    letter-spacing: .02em;
    line-height: 1.1em;
    margin-top: 0
}

body.font-Khand .btn {
    font-size: 18px
}

body.font-Khand .btn-xl {
    font-size: 18px
}

body.font-Khand .btn-xlg {
    font-size: 23px
}

body.font-Khand .btn-super {
    font-size: 17px
}

body.font-Khand .btn-sm {
    font-size: 15px
}

body.font-Khand .vehicle-title {
    font-size: 28px
}

body.font-Khand .vehicle-price {
    font-size: 20px
}

body.font-Khand .modal-title {
    font-size: 20px
}

body.font-Khand .site-logo h2 {
    margin-top: 13px;
    font-size: 22px;
    font-weight: 400
}

body.font-Khand .staff-member .staff-photo .staff-name {
    font-size: 18px
}

    body.font-Khand .staff-member .staff-photo .staff-name span {
        font-size: 14px
    }

    body.font-Khand .dealer-name, body.font-Khand .page-title-headings h1, body.font-Khand .page-title-headings h2, body.font-Khand .section-box-title, body.font-Khand .section-title, body.font-Khand .section-title h1, body.font-Khand .section-title h2, body.font-Khand .staff-member .staff-photo .staff-name, body.font-Khand .staff-member .staff-photo .staff-name span, body.font-Khand .vehicle-price, body.font-Khand .vehicle-title {
        font-weight: 400
    }

body.font-Montserrat .font-primary {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .07em
}

body.font-Montserrat .header-logo a, body.font-Montserrat .locations-section .dealer-header, body.font-Montserrat .modal-title, body.font-Montserrat .page-title-headings h1, body.font-Montserrat .page-title-headings h2, body.font-Montserrat .section-title, body.font-Montserrat .section-title h1, body.font-Montserrat .section-title h2 {
    letter-spacing: .04em;
    font-weight: 700
}

body.font-Playfair .font-primary {
    font-family: 'Playfair Display SC',serif;
    text-transform: none;
    font-weight: 400
}

body.font-Playfair .btn {
    font-size: 15px
}

body.font-Playfair .btn-xl {
    font-size: 16px
}

body.font-Playfair .btn-xlg {
    font-size: 18px
}

body.font-Playfair .btn-super {
    font-size: 17px
}

body.font-Playfair .btn-sm {
    font-size: 15px
}

body.font-Playfair .staff-member .staff-photo .staff-name {
    font-size: 16px
}

    body.font-Playfair .dealer-name, body.font-Playfair .header-logo a, body.font-Playfair .hero-overlay h2, body.font-Playfair .locations-section .dealer-header, body.font-Playfair .modal-title, body.font-Playfair .page-title-headings h1, body.font-Playfair .page-title-headings h2, body.font-Playfair .section-title, body.font-Playfair .section-title h1, body.font-Playfair .section-title h2, body.font-Playfair .site-logo h2, body.font-Playfair .staff-member .staff-photo .staff-name, body.font-Playfair .staff-member .staff-photo .staff-name span, body.font-Playfair .vehicle-card .vehicle-title, body.font-Playfair .vehicle-title {
        text-transform: none;
        letter-spacing: .05em;
        font-weight: 400 !important
    }

body.font-Poppins .font-primary {
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Poppins .page-title-headings h1, body.font-Poppins .page-title-headings h2 {
    letter-spacing: .05em
}

body.font-Poppins .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Poppins .site-logo h2 {
    margin-top: 16px
}

body.font-Poppins .page-title-headings h1, body.font-Poppins .page-title-headings h2, body.font-Poppins .section-title, body.font-Poppins .section-title h1, body.font-Poppins .section-title h2 {
    font-size: 26px
}

    body.font-Poppins .locations-section .dealer-header, body.font-Poppins .modal-title, body.font-Poppins .page-title-headings h1, body.font-Poppins .page-title-headings h2, body.font-Poppins .section-title, body.font-Poppins .section-title h1, body.font-Poppins .section-title h2 {
        font-weight: 400
    }

body.font-Poppins .staff-member .staff-photo .staff-name, body.font-Poppins .staff-member .staff-photo .staff-name span {
    font-weight: 400
}

body.font-Roboto .font-primary {
    font-family: 'Roboto Slab',serif;
    text-transform: none;
    letter-spacing: .06em;
    font-weight: 400
}

body.font-Roboto .page-title-headings h1, body.font-Roboto .page-title-headings h2 {
    letter-spacing: .06em
}

body.font-Roboto .btn {
    text-transform: none
}

body.font-Syncopate .font-primary {
    font-family: Syncopate,sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Syncopate .header-logo h2 {
    font-size: 35px
}

body.font-Syncopate .header-logo {
    font-size: 35px
}

body.font-Syncopate .btn {
    line-height: 1.2em
}

body.font-Syncopate .btn-xlg {
    line-height: 1.4em
}

body.font-Syncopate .page-title-headings h1, body.font-Syncopate .page-title-headings h2 {
    letter-spacing: .04em
}

body.font-Syncopate .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Syncopate .site-logo h2 {
    font-size: 16px
}

body.font-Syncopate .vehicle-card .vehicle-title {
    font-size: 15px
}

body.font-Syncopate .vehicle-title {
    font-size: 20px;
    margin-top: 0
}

body.font-Syncopate .vehicle-price {
    font-size: 16px
}

body.font-Syncopate .staff-member .staff-photo .staff-name {
    font-size: 13px
}

    body.font-Syncopate .staff-member .staff-photo .staff-name span {
        font-size: 11px
    }

body.font-Syncopate .btn-go {
    font-size: 13px
}

body.font-Syncopate .special {
    font-size: 13px
}

body.font-Syncopate .dealer-name {
    font-size: 18px
}

body.font-Syncopate .locations-section .dealer-header {
    font-size: 16px
}

body.font-Syncopate .modal-title {
    font-size: 16px
}

body.font-Syncopate .page-title-headings h1, body.font-Syncopate .page-title-headings h2, body.font-Syncopate .section-title, body.font-Syncopate .section-title h1, body.font-Syncopate .section-title h2 {
    font-size: 24px
}

body.font-Syncopate .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
    font-size: 44px
}

@media(max-width:1200px) {
    body.font-Syncopate .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
        font-size: 32px
    }
}

@media(max-width:900px) {
    body.font-Syncopate .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
        font-size: 26px
    }
}

@media screen and (max-width:768px) {
    body.font-Syncopate .h-inventory-singlecarousel-m1 .vehicle-card .vehicle-title {
        font-size: 23px
    }
}

body.font-Ubuntu .font-primary {
    font-family: Ubuntu,sans-serif;
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 400
}

body.font-Ubuntu .vehicle-link .font-primary {
    letter-spacing: .02em
}

body.font-Ubuntu .dealer-name, body.font-Ubuntu .header-logo a, body.font-Ubuntu .hero-overlay h2, body.font-Ubuntu .locations-section .dealer-header, body.font-Ubuntu .modal-title, body.font-Ubuntu .page-title-headings h1, body.font-Ubuntu .page-title-headings h2, body.font-Ubuntu .section-title, body.font-Ubuntu .section-title h1, body.font-Ubuntu .section-title h2, body.font-Ubuntu .site-logo h2, body.font-Ubuntu .staff-member .staff-photo .staff-name, body.font-Ubuntu .staff-member .staff-photo .staff-name span, body.font-Ubuntu .vehicle-card .vehicle-title, body.font-Ubuntu .vehicle-title {
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 400 !important
}

body.font-Volkhov .font-primary {
    font-family: Volkhov,serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .06em
}

body.font-Volkhov .btn {
    font-size: 15px
}

body.font-Volkhov .btn-xl {
    font-size: 16px
}

body.font-Volkhov .btn-xlg {
    font-size: 18px
}

body.font-Volkhov .btn-super {
    font-size: 17px
}

body.font-Volkhov .btn-sm {
    font-size: 15px
}

body.font-Volkhov .staff-member .staff-photo .staff-name {
    font-size: 16px
}

    body.font-Volkhov .dealer-name, body.font-Volkhov .header-logo a, body.font-Volkhov .hero-overlay h2, body.font-Volkhov .locations-section .dealer-header, body.font-Volkhov .modal-title, body.font-Volkhov .page-title-headings h1, body.font-Volkhov .page-title-headings h2, body.font-Volkhov .section-title, body.font-Volkhov .section-title h1, body.font-Volkhov .section-title h2, body.font-Volkhov .site-logo h2, body.font-Volkhov .staff-member .staff-photo .staff-name, body.font-Volkhov .staff-member .staff-photo .staff-name span, body.font-Volkhov .vehicle-card .vehicle-title, body.font-Volkhov .vehicle-title {
        text-transform: none;
        letter-spacing: .05em;
        font-weight: 400 !important
    }
/*# sourceMappingURL=../../maps/wwwroot/bundles/themes/rushmore-d485e59d9e.css.map */
