/* ddcjonathana M-00260720 */
.locations-group-nav-type-1 {background: white;}
.locations-group-nav-type-1 .franchiseList {background: transparent;}

.page-header.compact .header-default .vcard h1 {  font-size: 35px;  left: 194px;  position: relative; top: 5px;}

/*owenperks- prevent image stacking effect in DEAs*/
.wysiwyg-image {margin: 0; display: inline;}

/*owenperks- adjusted nav width to accommodate a 5th nav item*/
.navbar-nav .nav > li > a, .navbar-nav .ddc-nav-inline > li > a {min-width: 110px;}

/*owenperks- VDP removed underline on VDP button*/
.vdp .tradein a {text-decoration: none;}

/* ddcalmirc - adding line behind headings */
.js .ddc-heading-1:before, .js .showroom-details-section > h4:before { content: ""; display: block; border-top: solid 2px #000; width: 100%; height: 2px; position: absolute; top: 50%; z-index: 0; }
.js .ddc-heading-1 span, .js .promotions-listing .ddc-heading-1 a, .js .showroom-details-section > h4 span, .js .promotions-listing .showroom-details-section > h4 a { background: #FFF; margin-left: 16px; padding: 0 10px; position: relative; z-index: 1; }

/* DG Content Background
.ddc-content {background-color: #fffff;}
.myDiv {background-color: #fffff;}
{
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    padding-right: 20px;
    ; 
}

/* Clear floats after the columns */
.rowcareer:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 0px;
    background: #fffff;
    padding-left: 10px;

}

/* ddcdusting 12730768 */
.index .links-list.ddc-content .btn-default {background-color: #B3E5FC; color: #fff;}
.index .links-list.ddc-content .btn-default:hover {background-color: #0d65bf; color: #fff; border-color: #0d65bf;}

/* Start 'srp-inv-type-new-portal-price-value-portal-price' (do not modify this line) */
/* Modified by nwilliam14 on 04/24/23 12:22 PM EDT */
.srp .vehicle-card-title.inv-type-new .portal-price { text-decoration: none; font-weight: bold; font-size: 22.5px; color: #000000; }
/* End 'srp-inv-type-new-portal-price-value-portal-price' (do not modify this line) */

/* 12685176 JLC */
.locations-group-nav .franchise.selected .childList .vcard { min-height: 60px; }


/*DG 


.schedulerContainer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
margin-bottom: 40px;
}
.schedulerContainerLeft {
width: 50%;
}
.schedulerContainerRight {
width: 50%;
}
@media screen and (min-width: 300px) and (max-width: 700px) {
.schedulerContainer {
flex-direction: column-reverse;
}
.schedulerContainerLeft {
width: 100%;
}
.schedulerContainerRight {
width: 100%;
}


