/*ddcandyg 08257906*/
.searchWidthFix {max-width:900px; margin: 0 auto; position: relative;right: 5px;}
.searchWidthFix .ddc-span8 {margin-left: 0; width: 100%;}

/* Start 'vlp-new-price-label-abcSub' (do not modify this line) */
/* Modified by tjbielarsk on 11/08/17 10:56 AM EST */
.vlp .inventoryList .item.inv-type-new .pricing .abcSub .label { text-decoration: none; font-weight: bold; font-size: 11.9px; color: #6c6c6c; }
/* End 'vlp-new-price-label-abcSub' (do not modify this line) */

/* Start 'vdp-new-price-label-abcSub' (do not modify this line) */
/* Modified by tjbielarsk on 11/08/17 10:57 AM EST */
.vdp .inv-type-new.pricing .abcSub .label { text-decoration: none; font-weight: bold; font-size: 15.3px; color: #6c6c6c; }
/* End 'vdp-new-price-label-abcSub' (do not modify this line) */

/* centering recommended vehicles widget on homepage - mstotts - 08440242 */
.index .hero-image-overlay .recommendations-vehicles .tile-list.responsive-content { padding-left: 0%; display: flex; justify-content: center; width: 98%; margin: 0 auto; } 
.index  .form-group .ddc-bootstrap-select{ border: 1px solid #000; }

/* ddcrandyh 06184371 */
.inventory-featured-default .yui3-g:has(.yui3-u-1-3) {
    display: grid;
    grid-template-rows: max-content auto auto auto 50px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    grid-auto-flow: row;
    & .yui3-u-1-3 {
         &:before, &:after { display: none; }    
         width: auto; grid-auto-flow: column;
         &, & > .hproduct { 
             &, & > div { 
                display: grid;
                grid-template-rows: subgrid;
                grid-row: 1 / 5;
                & .media     { grid-row: 1 }
                & .fn        { grid-row: 2 }
                & .pricing   { grid-row: 3; width: calc(100% - 30px); }
                & .view-link { grid-row: 4; }
            }
        }
    }
}

/* M-00437470 chris.diego */
@media screen and (min-width: 1600px){html.index .main :not(.container)>.recommendations-vehicles .tile-list .vehicle-list-item{flex-grow:0.1;} }
.recommendations-vehicles .tile-list .ddc-section-height-default,
.recommendations-vehicles .tile-list .media img {max-width:354px;}

/* william.thompson M-00510229 */
.navbar-default.responsive .container .navbar-nav .dropdown { width: 13%; }

.btn50 {width: 50%;}