﻿@media (min-width: 768px) {

    .dealershipLogo {
        height: 150px;
        width: 240px;
    }

    .customerQuoteContainer {
        width: 1000px;
        padding-bottom: 100px;
    }

    .customerQuoteDetailItem {
        min-height: 280px;
        width: 100%;
        margin: 0px;
        background-color: white;
        border: solid;
        border-color: rgb(208, 208, 208);
        border-width: 1px;
    }

    .quoteDetailItemImage {
        flex: 0 0 220px;
        overflow: hidden;
        padding-left: 15px;
        padding-top: 15px;
    }

    .quoteDetailItemProperties {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .subpage-section {
        display: flex;
        flex-wrap: wrap;
        margin-left: 38px;
        margin-right: 38px;
        justify-content: center;
        max-width: 1250px;
    }


    .location-title {
        font-family: 'raleway-variablefont_wght-bold';
        font-size: 7rem;
        font-weight: bold;
        display: flex;
        justify-content: center;
        text-align: center;
        line-height: 8rem;
    }

    .featuredInventoryItem {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .meet-team {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        top: -65px;
    }

    .locationsHeader {
        width: 100%;
        font-family: 'raleway-variablefont_wght-bold';
        font-size: 7rem;
        line-height: 8rem;
    }

    .login-btn {
        font-family: 'proxima-nova';
        font-size: large !important;
        border-radius: 1.5rem !important;
        border: 1px solid white;
        color: white !important;
        height: 35px !important;
    }

    .inventory-header {
        display: flex;
        justify-content: center;
        width: 100%;
        font-family: 'raleway-variablefont_wght-bold';
        font-size: 7em;
        font-weight: bold;
    }

    .inventory-scrawl {
        font-family: 'raleway-variablefont_wght-bold';
        font-size: xx-large;
        font-weight: bold;
        text-align: center;
        margin-top: 70px;
    }

    .mobile {
        display: none;
    }

    .not-mobile {
        display: block;
    }
    /*.main-company-link-image {
        max-width: 250px;
        margin: 10px;
    }*/

    .publicLocationItem {
        display: flex;
        background-color: white;
        width: 350px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 2px solid #707070 !important;
    }

        .publicLocationItem .Image {
            width: 100%;
            border: solid;
            border-width: 1px;
            border-color: #D0D0D0;
            /*height: 200px;*/
            width: 346px;
        }

        .publicLocationItem .Detail {
            /*height: 250px;*/
            width: 100%;
        }

        .publicLocationItem .Swoop {
            width: 346px;
            top: -25px;
            position: relative;
            height: 25px;
        }


    .siteFooter .locationContainer {
        width: 215px;
        /*margin-left: 10px;
        margin-right: 10px;*/
        margin-top: 5px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .featuredInventoryEntry {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

        .featuredInventoryEntry .featuredInventoryTitle {
            font-family: 'raleway-variablefont_wght-bold';
            font-size: 12px;
            color: #0078C3 !important;
        }

        .featuredInventoryEntry .featuredInventoryDescription {
            font-family: 'raleway-variablefont_wght';
            font-size: 12px;
        }

        .featuredInventoryEntry .featuredInventoryDetailsBtn {
            font-family: 'raleway-variablefont_wght';
            font-size: 12px;
            background-color: rgb(227, 25, 55) !important;
            border-radius: 1.25rem;
            text-transform: none !important;
            font-weight: bold;
        }

        .featuredInventoryEntry .featuredInventoryContainer {
            height: 100%;
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border: 3px solid #0078C3;
        }

    .footer-notifications {
        width: 300px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        height: 100%;
    }


    .footer-content {
        width: 35%;
        min-width: 300px;
        margin-top: 10px;
        flex-direction: column;
        height: 100%;
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 48px;
    }

    .footer-content-30 {
        width: 25%;
        min-width: 300px;
        margin-top: 10px;
    }


    .dealershipCompanyLogo {
        position: absolute;
        left: 0;
        top: 10px;
        height: 150px;
        right: auto;
    }

    .service-parts-body {
        background-image: url('/images/utility-service-parts-bg.jpg');
        top: 65px;
        height: 425px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
    }

    .service-parts-body-scrawl {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'raleway-variablefont_wght';
        font-size: 25px;
        color: white;
        font-weight: bold;
        padding: 50px;
    }

    .service-parts-body-button {
        margin-right: 10px;
        font-family: 'raleway-variablefont_wght';
        font-size: 25px;
        font-weight: bold;
        color: #0078C3 !important;
        border-radius: 1.25rem;
        text-transform: none !important;
        font-weight: bold;
        background-color: white !important;
    }


    .trailer-header-scrawl {
        display: flex;
        justify-content: center;
        width: 100%;
        font-family: 'raleway-variablefont_wght-bold';
        font-size: xx-large;
        color: #0078C3 !important;
    }

    .finance-scrawl-header-section {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 48px;
    }

    .finance-scrawl-header {
        font-family: 'raleway-variablefont_wght-bold';
        font-size: xx-large;
        color: #0078C3 !important;
        line-height: 3.5rem;
        text-align: start;
    }


    /*.widget-section-header-left {
        background-image: url('/images/widget-section-header-01.png');
        background-size: 500px 140px;
        width: 500px;
        height: 140px;
        z-index: 2;
        position: relative;
        top: 0;
    }

    .widget-section-header-right {
        background-image: url('/images/widget-section-header-02.png');
        background-size: 500px 140px;
        width: 500px;
        height: 140px;
        z-index: 2;
        position: relative;
        position: absolute;
        right: 0;
        top: 0;
    }

    .widget-section-header-text {
        font-family: 'proxima-nova';
        font-size: 50px;
        color: white !important;
        font-weight: bold;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }*/

    .contentBody {
        width: calc(100vw);
        display: flex;
        justify-content: center;
        align-content: center;
        min-width: 350px;
    }

    .siteContent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        /*max-width: calc(100vw - 260px);*/
        max-width: calc(100vw - 170px);
        flex-direction: column;
    }

    .siteContentContainer {
        max-width: calc(100vw - 180px);
        display: flex;
        flex-wrap: nowrap;
    }

    .main {
        padding-right: 0px;
        padding-left: 220px;
    }

    .signInContainer {
        width: 500px;
    }

    .sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        width: 220px;
        font-family: 'raleway-variablefont_wght';
        font-size: 14px;
    }

    .userProfileSidebarMenuItems {
        display: none;
    }

    .userProfileContainer {
        width: 500px;
    }

    .dealershipCoverImageContainer {
        /*width: 100%;*/
        /*height: 225px;*/
        top: 0px;
        position: relative;
    }

    .dealershipCoverImage {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border: none;
    }
}
