/* ddcgeoffb */
.index .links-list.links-list-extension-1.ddc-box-3 .nav-stacked.nav a:hover{margin-left: 10px; text-decoration:none;}
.index .links-list.links-list-extension-1.ddc-box-3 .nav-stacked.nav a { padding-left: 10px; }

/* ddcmhampton 05673761 */
.ddc-wrapper {background:#fff;}

/* 09894670 ddcjareds + ddcdaniele - 10723451 */
.index .inventory-search-form .btn { border-radius: none; position: relative; right: 21px; height: 40px; top: 15px; }

/* ddcsamp 09901923 */
.index .kbbindex {background-color: #e3f2ff;}

/*  JLC */
.index-0018 .button-block-responsive .buttonblock-button a { height: 130px; }

/* fdbarfety 12892814 */
.header-contact .links-list {display: none;}

/* FOOTER */
.ddc-footer {padding-bottom:50px;}
.ddc-footer a.credit {background-image:url(/sites/a/asburyprofile/themes/v2/assets/ddc-logo-black.png);width:170px;height:23px;top:33px;}
.ddc-footer .ddc-content.navigation-default {width: 30%;height: auto;float: left;display: block;}
.ddc-content.contact-info.custom-contact-foot {display: block;width: 30%;float: left;}
.ddc-footer .ddc-content.content-default.pull-left.credit {width: 30%;}
.ddc-footer .navigation-default {margin-top:16px;}
.ddc-footer .navigation-default li > a {padding:5px;margin: 0;height: auto;}
.ddc-footer .navigation-default li > a .ddc-icon {float:left;}
.ddc-footer .navigation-default li > a:after {clear:both;}
.ddc-footer .navigation-default li {float: none;list-style:outside none none}
.ddc-footer .ddc-content.navigation-default {float:right;}
.ddc-content.contact-info.custom-contact-foot {text-align:center;}
.ddc-footer .navigation-default ul li > a {display:block;padding:8px;height:30px;min-width:150px;font-size:14px;}
.index .push {background: #FFF;}

/* --------------------------------------- Start of Prototype 2026 Ram 1500 CSS --------------------------------------- */
/* Section 2 */
.section-2-whole-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #0D65BF;
	width: 100%;
}

.section-2-item-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.section-2-item-text {
	text-align: start;
	/* Change Line Width , Line Type and Color (I recommend leaving solid alone) */
	border-bottom: 5px solid #FFFFFF;
	/* Change Title Text Color */
	color: #FFFFFF;
	/* Change Title Text Font Size */
	font-size: 24px;
	/* Change Title Text Boldness */
	font-weight: 700;
	margin-bottom: .75em;
	margin-top: 0.75em;
}

/* Section 4 */
.section-4-whole-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.section-4-info-container-left {
	display: flex;
	justify-items: start;
	flex-direction: column;
	margin-bottom: 3em;
}

.section-4-info-container-right {
	display: flex;
	align-items: end;
	flex-direction: column;
	margin-bottom: 3em;
}

.section-4-dash-and-title-left {
	display: flex;
	grid-column: 2 / 3;
}

.section-4-dash-and-title-right {
	display: flex;
	grid-column: 2 / 3;
}

.section-4-dash {
	background-color: #0D65BF;
	width: 5em;
	height: 0.2em; 
	justify-self: center;
	align-self: center;

}

.section-4-title {
	font-size: 24px;
	font-weight: 700;
	margin-left: 1em;
	margin-right: 1em;
	align-self: center;
	justify-self: center;
}

.section-4-info-blurb-container {

}

.section-4-blurb-text-left {
	justify-self: start;
	max-width: 100%;
	text-align: start;
}

.section-4-blurb-text-right {
	justify-self: start;
	max-width: 100%;
	text-align: start;
}

.section-4-blurb-image {
	max-width: 100%;
	margin-top: 3em;
}

.section-4-title-text-grid-container {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.section-4-info-blurb-container-left {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}

.section-4-info-blurb-container-right {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}

/* ddcdaniele - 06152984 */
.nav-tabs {border:none;}