/*
Theme Name: Audi CPO
Author: Plow Digital
Author URI: http://plowdigital.com
Version: 1.0.0
*/

/*

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

*/
.post-stats{ display: none;	}

body ul{list-style-type:none; margin:15px 0;}
body ul li ul{margin-bottom:0;}
ul li{
	background: url('/wp-content/themes/audicpo/images/list_bullet.png') no-repeat 0px 12px;
	font-size:12px;
	padding-left:10px;
	list-style-position: outside;
	line-height: 22px;
    margin-bottom: 5px;
}
ul li:last-of-type{
	margin-bottom: 0;
}
ul li ul li{
	background:none;
	padding-left:15px;
}
ul li ul, ul li ol, ol li ol, ol li ul{
	list-style-type:none;
}
ul li ul li,ol li ul li{
	background:url('/wp-content/themes/audicpo/images/list_hyphen.png') no-repeat 0px 8px;
	padding-left:10px;
	list-style-position:outside;
	line-height:22px;
}
ul.clickPath li{
	display:inline;
	background:none;
	padding-left:0;
	padding-right:0px;
	font-family: "Audi Type W01 Bold";
    color: #444;
	margin-left:0;
}

ul.clickPath span{
	color:#666;
}
ol li{
	font-size:12px;
	line-height:22px;
}

h3.widget-title{
	border-bottom:1px solid #000;
	padding-bottom: 16px;
	margin-bottom: 14px;
	font-family: "Audi Type W01 Ext Bold";
	font-size:20px;
	color: #000;
	line-height:28px;
	font-weight:normal !important;
}
body.interior{
	max-width: 1920px;
    margin: 0 auto;
}
.vinLeft{
	float:left;
	width:285px;
}
.vinLeft img, .vinRight img{
	width:100%;
	heigth:auto;
}
.vinRight{
	float:left;
	width:285px;
	margin-left:22px;
}
.programColumn{
	display:flex !important;
	flex-direction:column !important;
}
.programColumn div{
	margin-bottom:40px;
}


.incentive-two-col div:first-child{
	display:none;
}