.Dare-to-Compare {
	/*font-family: 'FordFont-Light', sans-serif;*/
	color: #d8a016;
}

.Dare-to-Compare:after,
.heading-border:after {
	background-color: #d8a016;
}

.Quick-Stat-Icon-Container {
	background-color: #d8a016;
}

.Divider {
	/*font-family: 'FordFont-Light', sans-serif;*/
	
}

.Quick-Stat-Title {
	/*font-family: 'FordFont-Bold', sans-serif;*/
}

.Stats-Color {
	/*font-family: 'FordFont-Bold', sans-serif;*/
}

.Stats-Models-Color {
	/*font-family: 'FordFont-Regular', sans-serif;*/
}

/* Style the buttons inside the tab */
.tab button {
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


/* Change background color of buttons on hover */
.tab button:hover {
	/*font-family: 'FordFont-Bold', sans-serif;*/
}


/* Create an active/current tablink class */
.tab button.active {
	/*font-family: 'FordFont-Bold', sans-serif;*/
}

.CTA-BTN-Large-Full {
	background-color: #d8a016;
	color: #ffffff !important;
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


.CTA-BTN-Large-Full:hover {
	color: #ffffff !important;
}

.CTA-BTN-Small {
	background-color: #d8a016;
	color: #ffffff !important;
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


.CTA-BTN-Small:hover {
	color: #ffffff !important;
}

.custom-h1 {
	/*font-family: 'FordFont-Regular', sans-serif;*/
	color: #111111;
}

.custom-h2 {
	/*font-family: 'FordFont-Bold', sans-serif;*/
	color: #111111;
}

.custom-h3 {
	/*font-family: 'FordFont-Regular', sans-serif;*/
	color: #111111;
}

.custom-h4 {
	/*font-family: 'FordFont-Bold', sans-serif;*/
	color: #111111;
}

.custom-h5,
.FullImage-BG .Image-Text .p-text {
	/*font-family: 'FordFont-Regular', sans-serif;*/
	color: #111111;
}

.p-text {
	/*font-family: 'FordFont-Regular', sans-serif;*/
	color: inherit !important;
}

.Disclaimer-Text {
	color: #111111;
	/*font-family: 'FordFont-Regular', sans-serif;*/
}

.text-bold {
	/*font-family: 'FordFont-Bold', sans-serif;*/
}

.Table-Model-Title-Dark {
	/*font-family: 'FordFont-Bold', sans-serif;*/
	color: #111111;
}


.Table-Model-Title-Light {
	/*font-family: 'FordFont-Bold', sans-serif;*/
	color: #ffffff;
}


.Table-BlankBlock-BG {
	background-color: #d8a016;
}


.Table-ModelImage-BG {
	background-color: #d8a016;
	color: #111111;
}

.Table-Category-Block {
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


.Table-White-Cell {
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


.Table-Grey-Cell {
	/*font-family: 'FordFont-Regular', sans-serif;*/
}


/***** TABLET CSS *****/
@media screen and (max-width: 1025px) {
	
}


/***** MOBILE CSS *****/
@media screen and (max-width: 619px) {
	
}