<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Window Sticker Page
 * *******************
 * @version 2020.06.29 sb Ticket #559565 - Reskin of Website VDP Inventory Module
 * @version 2020.09.22 sb Ticket #633468, #633455, #633457, #633444, #633449
 * @version 2020.10.12 sb Ticket #637801, #637792, #637782, #637783, #627787
 * @version 2020.10.19 sb Ticket #637789, #637797, #639317
 * @version 2020.11.04 sb Ticket #640722, #640715, #643199
 * @version 2021.10.25 dcs Ticket #69404 - added styling on video button
 */
#cx5ws_windowsticker {
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
	}

#cx5ws_ad1block {
	padding: 5px;
    text-align: center;
	}
#cx5ws_ad2block{
    text-align: center;
	padding: 5px;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
    }
#cx5ws_ad3block,
#cx5ws_ad4block {
    text-align: center;
	padding: 5px;
	display: block;
	margin-bottom: 1em;
	}
#cx5ws_ad5block {
	padding: 5px;
	margin: 1em 0;
	}
#cx5ws_ad6block {
	padding: 0 10px;
	}
	
#infosociallinks
{
	padding: 0 10px;
	display: flex;
}
#infosociallinks .twitter-share-button,
#infosociallinks .fb-share-button,
#infosociallinks #social-email{
    margin-right: 5px;
}

.cx5ws_row{
    display: flex;
    flex-direction: column;
}
#cx5ws_row_top{
    display: flex;
    flex-direction: column;
}
	
/** Photo and video section **/
#cx5ws_picvidblock {
	width: 100%;
	}
	
#photoblock {
	width: 100%;
	margin-bottom: 10px;
    display: flex;
    flex-direction: column;
	}
	
#photoblock img {
	cursor: pointer;
	}

#phototab {
	width: 100px;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 0 2px 35px;
	}

#photomain {
	padding: 10px;
/*	min-width: 300px;
	min-height: 225px;*/
	overflow: hidden;
	}
    
#photomain.photoblock_video &gt; div{
    position: relative;
    padding-bottom: 56.25%;
    height:0;
    overflow: hidden;
    max-width: 100%;
    }
    
#photomain.photoblock_video &gt; div &gt; iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
	
#photomain .noimage {
	min-width: 300px;
	min-height: 225px;
	color: #aaaaaa;
	line-height: 205px;
	vertical-align: middle;
	text-align: center;
	cursor: auto;
	}
	
#vdp-stock-photo-note {
	margin-top: -10px;
	font-size: 10px;
	text-align: center;
	}

#photoinfo {
	padding: 0 15px;
	font-size: 80%;
	}

#photothumbs {
	padding: 10px;
    display: flex;
	}

.scroll-pane {
    display: flex;
    width: 100%;
	}

.scroll-content {
	overflow: auto;
    white-space: nowrap;
	}

.scroll-content-item {
	width: 75px;
	height: 52px;
	}

.scroll-content .scroll-content-item:first-child {
	width: 70px;
	}

.scroll-content .scroll-content-item:first-child img {
	padding: 0 0 0 0;
	}

.scroll-content-item img {
	padding: 0 0 0 5px;
	}

* html .scroll-content-item {
	display: inline; /* IE6 float double margin bug */
	} 

.scroll-bar-wrap {
	clear: left;
	padding: 5px 4px 0 0;
	margin: 0 -1px -1px -1px;
	height: 18px;
	}

.scroll-bar-wrap .ui-slider {
	background: none;
	border:0;
	height: 12px;
	margin: 0 auto;
	}

.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%; 
	height: 100%;
	margin: 0 auto;
	}

.scroll-bar-wrap .ui-slider-handle {
	top:1px;
	height: 10px;
	}

.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
	}
#vidblock{
    justify-content: space-around;
    flex-wrap: wrap;
    }    
.videoblock iframe {display:block;margin:0 auto;}
#videoblock {
	padding: 10px 0;
	margin-bottom: 10px;
	}
#videoblock_right {padding: 15px 0 10px 0;}
#videoblock_bottom {padding: 5px 0;}
#open-video-button {
	display:block;
    width: 100%;
	font-size:16px;
	margin-bottom:4px;
	font-weight:bold;
    padding: 3px;
    background-color: #ebebeb;
    text-decoration: none;
	text-align: center;
    cursor: pointer;
	}
#open-video-button:hover {
    background-color: #b8b8b8;
}
    
/** Vehicle and Dealer Information **/	
#cx5ws_infodealerblock {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	}

#infoblock {
	display: flex;
    flex-direction: column;
	}

#infobase {
	min-height: 24px;
	display: block;
	margin: 10px 0;
	padding: 0 10px 5px;
	font-weight: bold;
	font-size: 1.5em;
	border-top: none;
	border-right: none;
	border-left: none;
	word-wrap:break-word;
	overflow: hidden;
	line-height: 24px;
	}
	
#infobase div {
    font-size: 16px;
	font-weight: bold;
	}
#infobase span{
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    margin-right: 5px;
    }
	
.internetspeciallabelholder {
	width: 8.8em;
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
	
.internetspeciallabel {
	color: white;
	font-weight: bold;
	background: #e00000; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00000 0%, #a90000 44%, #6d0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00000), color-stop(44%,#a90000), color-stop(100%,#6d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00000 0%,#a90000 44%,#6d0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#6d0000',GradientType=0 ); /* IE6-9 */
	padding: 2px 7px 0px;
	font-size: .7em;
	}

#infoprice {
    display: flex;
    background-color: #ebebeb;
	font-weight: bold;
	padding: 5px;
	border-top: none;
	border-bottom: none;
    margin-bottom: 5px;
	}
#infoprice .priceblock{
    flex: 1;
    text-align: center;
}
    
.uppermenuitems{
    display: block;
    text-align: center;
    width: calc(100%-14px);
    padding: 0 7px;
    min-width: 120px;
    }  
    
.lowermenuitems{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.uppermenuitems .dealerlinkbutton2{
    display: block;
    width: 100%;
    padding: 3px;
    background-color: #636363;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.uppermenuitems a:not([href]):not([tabindex]){
    color: white;
}
.lowermenuitems .dealerlinkbutton2{
    font-size: 15px;
    display: flex;
    flex-direction: column;
    float: left;
    margin: 2px;
    text-align: center;
    width: calc(50% - 14px);
    background-color: #ebebeb;
    padding: 5px;
    cursor: pointer;
}
.uppermenuitems .dealerlinkbutton2:hover,
.lowermenuitems .dealerlinkbutton2:hover{
    background-color: #b8b8b8;
}
.lowermenuitems .dealerlinkbutton2 a{
    
}	
.lowermenuitems .dealerlinkbutton2 svg{
    margin: 5px auto auto auto;
    flex:1;
    font-size: 32px;
}
.info-price-line {
	display: block;
	margin-bottom: 5px;
	}
.info-price-line.price-line-rebate {
    display:flex;
    justify-content: space-between;
    }
.info-price-line.price-line-rebate .rebatelabel {
    text-align: left;
    }
.info-price-line.price-line-rebate .rebateprice {
    margin-right: 0.5em;
    margin-top: auto;
    white-space: nowrap;
    }
.incentives_payment.pricelabel{
    text-transform: capitalize;
    }
#vdppaymentlabel{
    float:left;
    font-size: 11px;
    margin-top: -5px;
    }    
	
#infoprice .booklabel {
	font-size: .9em;
	}
	
#infoprice .afterrebateprice {
	font-size: 1.2em;
	}

#infolist {
	padding: 5px;
	border-top: none;
	border-bottom: none;
    display: flex;
    flex-direction: column;
	}
.infodiv{
    display: flex;
    flex-direction: column;
    flex: 1;
    }

#infoicon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-top: none;
	border-bottom: none;
	}
    
#view_autocheck {
	cursor: pointer;
	}

.fuel_econ {
	height: 80px;
	width: 148px;
	float: left;
	display: inline-block;
	margin-left: 30px;
	}

.fuel_city {
	height: 60px;
	width: 50px;
	float: left;
	display: inline-block;
	text-align: center;
	}

.fuel_hwy {
	height: 60px;
	width: 50px;
	float: left;
	display: inline-block;
	text-align: center;
	}

.fuel_logo {
	height: 60px;
	width: 48px;
	float: left;
	display: inline-block;
	text-align: center;
	}

.fuel_big {
	font-size: 1.8em;
	font-weight: bold;
	}
	
.fuel_disclaimer {
	display: inline-block;
	clear: both;
	padding-left: 12px;
	width: 140px;
	height: 20px;
	font-size: .75em;
	}
	
.pricelabel {
	display: inline-block;
	margin-bottom: 2px;
	width: auto;
	float: left;
	clear: left;
	}
		
.price {
	width: auto;
	float: right;
	display: inline-block;
	margin-bottom: 2px;
	}

.mainprice {
    
	}
    
#infoprice .hasincentives{
    cursor: pointer;
    border-radius: 5px;
    background-color: #b8b8b8;
    padding: 5px 10px;
    border: 1px solid #b8b8b8;
}
#infoprice .hasincentives:hover{
    background-color: #f5f5f5;
}

#infoprice &gt; div.pricelabel.rebatelabel.hasincentives.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only &gt; span {
	padding: .1em .3em;
	}
	
div.pricelabel.rebatelabel.hasincentives {
	/*height: 1.6em;*/
	}
	
div.price.rebateprice.hasincentives {
	height: 1em;
	padding-top: .3em;
	}
	
.infodiv_row{
    display:flex;
    }
.infolabel {
	margin-right: auto;
	font-weight: bold;
	}

.infoinfo {
	}
	
/** Dealer block and buttons **/
#cs5ws_dealerbuttons{
    width: 100%;
	}
	
#dealerblock {
    display:flex;
    flex-direction: column;
    flex:1;
    background-color: #ebebeb;
    margin-bottom:5px;
	}

#dealercontact {
    white-space:nowrap;
	min-height: 100px;
	margin-bottom: 6px;
    padding: 5px;
    width: 100%;
	}

#dealercontact div {
	font-size: 18px;
	margin-left: 10px;
	margin-top: 1px;
	}
    
#dealercontact #dealername,
#dealercontact #dealerphone,
#dealercontact #dealertext{
    font-weight: bold;
}

#dealercontact #dealeraddress {
    margin-left: 30px;
	font-size: 15px;
    margin-bottom: 7px;
	}
#dealercontact #dealerphone{
    margin-bottom: 7px;
    }
.dealerlinkbutton, .dealerlinkbutton2 {
	margin: 3px 0;
	}

.wsIncentives {
	}
	
.incentive_popup_title {
	font-weight: normal;
	font-style: italic;
	}
		
.wsIncentives em { font-style: italic; }
.wsIncentives strong { font-weight: bold; }

.wsIncentives .additional_selected_incentives .incentive_information_line {
	display: none;
	}

.wsIncentives .additional_selected_incentives .isActiveIncentive {
	display: block;
	}

.wsIncentives .additional_unselected_incentives .incentive_information_line {
	display: block;
	}

.wsIncentives .additional_unselected_incentives .isActiveIncentive {
	display: none;
	}
	
.wsIncentives .incentive_checkbox,
.wsIncentives .cust_reb_checkbox {
	display: inline-block;
	width: 20px;
	float: left;
	margin-right: 5px;
	}

.wsIncentives .incentive_label {
	font-weight: bold;
	float: left;
	border-bottom:1px dotted #808080;
	cursor: pointer;
	}
	
.wsIncentives .rebate_line .incentive_label{
	border-bottom: none;
	cursor: auto;
}		
	
.wsIncentives .incentive_amount {
	font-weight: bold;
	float: right;
	}
	
.wsIncentives .incentive_expires {
	display: inline-block;
	margin-left: .5em;
	}
	
.wsIncentives .retail_rebate_area .incentive_label, .wsIncentives .retail_rebate_area .incentive_amount {
	font-size: 1.2em;
	line-height: 1.4em;
	border: none;
	cursor: auto;
	height: 1.4em;
	}
	
.wsIncentives .retail_rebate_area  .incentive_expires {
	display: inline-block;
	line-height: 1.1em;
	margin-left: .5em;
	height: 1.4em;
	padding-top: .3em;
	}
	
.wsIncentives .retail_rebate_area .red {
	color: #FF0000;
	font-size: 1.2em;
	}
	
.wsIncentives .retail_rebate_area .red  .incentive_amount {
	border-top: 1px solid #000000;
	}
	
.wsIncentives .additional_incentives {
	clear: both;
	padding: .8em;
	}
	
.wsIncentives .additional_selected_incentives, .wsIncentives .incentive_holder_block {
	overflow: auto;
	min-height: 20px;
	max-height: 250px;
	max-height: 33vh;
	}
	
.wsIncentives .incentive_header {
	padding: .4em;
	margin: 0 0 .8em;
	}
	
.wsIncentives  .incentive_information_line {
	margin: .4em 0;
	min-height: 1.2em;
	list-style-type: none;
	clear: both;
	}
	
.wsIncentives .incentive_details {
	clear: both;
	padding: .25em;
	}
	
.wsIncentives .incentive_details .closeincentive {
	float: right;
	display: block;
	cursor: pointer;
	border-bottom: 1px dotted #808080;
	}
	
.wsIncentives .incentive_disclaimer {
	font-size: .8em;
	font-style: italic;
	}
	
.wsIncentives #buttonb_section, .wsIncentives #buttona_section {
	margin: 10px 5px;
	}
	
.wsIncentives #buttona, .wsIncentives #buttonb {
	display: block;
	margin: 3px;
	}
	
.wsIncentives .inc_compare_line {
	display: inline-block;
	width: 380px;
	margin: 5px;
	}
	
.wsIncentives  #incentive_retail.unselected {
	color: #808080;
	}
	
.wsIncentives  #incentive_retail.unselected .incentive_amount {
	text-decoration: line-through;
	}
	
#inc_compare_box .incentive_label {
	cursor: auto;
	border: none;
	}
    
.incentive_show{
    color: black;
    display: none;
    position: absolute;
    background-color: rgb(254, 255, 254);
    border: 2px solid lightgrey;
    z-index: 100;
    padding: 5px;
    left: 0;
    font-weight: normal;
    font-size: 8px;
}
.incentive_show .inventive_show_text{
    font-size: 8px;
}
.incentive_show .inventive_show_text b{
    font-weight: bold;
    font-size: 10px;
}
.rule_content{
    font-size: 10px;
}
		
/** Vehicle is internet special block **/
#cx5ws_specialblock {
	width: 100%;
	max-width: 560px;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	}

#specialcommentsholder {
	overflow: hidden;
	}
	
#specialscomments {
	padding: 10px;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	background: #e00000; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00000 0%, #a90000 44%, #6d0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00000), color-stop(44%,#a90000), color-stop(100%,#6d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00000 0%,#a90000 44%,#6d0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#6d0000',GradientType=0 ); /* IE6-9 */
	}
	
/** Block for vehicle comments **/
#cx5ws_commentblock {
	width: 100%;
	}

#vehiclecomments {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
	}

#commentslabel {
	font-size: 110%;
	font-weight: bold;
    display:flex;
	}
#commentslabel&gt;span{
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    background-color: white;
    padding: 5px;
    }
#commentslabel&gt;div{
    border-bottom: 1px solid #b8b8b8;
    flex: 1;
    }
#commentscomments {
	padding: 10px;
	overflow: auto;
/*	max-height: 200px;*/
    background-color: #ebebeb;
    flex: 1;
	}

/** Block for payment estimatore and ad section 1 **/
#cx5ws_estiadblock {
	width: 320px;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	}

#paymentestimator {
    display: inline-block;
	padding: 10px;
	}

#estimatorheader {
	padding: 4px;
	font-size: 120%;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	}

.sliderline {
	line-height: 25px;
	vertical-align: middle;
	}

.sliderlabel {
	margin-left: 10px;
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
	width: 160px;
	vertical-align: middle;
	}

.sliderinput {
	display: inline-block;
	width: 120px;
	vertical-align: middle;
	}

.sliderinput input {
	display: inline;
	}

.slider {
	display: block;
	width: 250px;
	margin: 5px auto;
	vertical-align: middle;
	}

#paymentreset {
	font-size: 10px;
	float: right;
	}
	
#payments {
	padding-bottom: .5em;
	}

#mainpayment {
	width: 96%;
	display: block;
	min-height: 6.1em;
	margin: 0 auto .2em;
	}

#mainpaymentlabel {
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	}

#mainpaymentpayment {
	display: block;
	width: 100%;
	margin-top: .1em;
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	}

#secondpayment, #thirdpayment {
	width: 96%;
	display: block;
	height: 2em;
	margin: 0 auto .2em;
	vertical-align: middle;
	clear: both;
	}

#secondpaymentlabel, #thirdpaymentlabel {
	width: 48%;
	font-size: .8em;
	color: #777777;
	display: block;
	float: left;
	height: 1.5em;
	vertical-align: middle;
	margin-top: .7em;
	}

#secondpaymentpayment, #thirdpaymentpayment {
	font-size: 1.5em;
	font-weight: bold;
	width: 48%;
	display: block;
	float: right;
	height: 1.5em;
	vertical-align: middle;
	}

#estimatorresults {
	margin-top: 1em;
	}

#estimatorresultheader {
	display: inline-block;
	width: 292px;
	padding: 2px;
	margin: 10px 0 0 0;
	}

.estimatorfooter {
	line-height: 1em;
	width: 292px;
	padding: 2px;
	font-size: .8em;
	margin: 0;
	}
		
#wsAdSection1,
#wsAdSection2,
#wsAdSection3,
#wsAdSection4,
#wsAdSection5 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
}

/** Block for vehicle equipment information **/
#cx5ws_equipmentblock {
	width: 100%;
	margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
	}
.equip_adblock{
    width: 100%;
    }	
#spectabs {
    flex:1;
	}
#spectabs&gt;ul{
    display: flex;
    flex-wrap: wrap;
    }
#spectabs&gt;ul li{
    flex: 1;
    padding: 7px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    }  
#spectabs&gt;ul li.active{
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    }    
#spectabs&gt;ul li:not(.active){
    background-color: #ebebeb;
    cursor: pointer;
    border-bottom: 1px solid #b8b8b8;
    } 
#spectabs&gt;ul li:not(.active):hover{
    background-color: #b8b8b8;
    }    
#spectabs&gt;div{
    max-height: 350px;
    overflow: auto;
    }    
#spectabs&gt;div:not(.active){
    display: none;
    }

.cx5-ws-disclaimer-techspecs, .cx5-ws-disclaimer-features, .cx5-ws-disclaimer-equipment, .cx5-ws-disclaimer-factequip, .cx5-ws-disclaimer-consinfo {
	font-size:80%;
	padding: 4px;
	margin: 6px;
}
.cx5-ws-disclaimer-label {
	color:#990000;
	font-weight:bold;
}
	
ul.cx5-ws-equipment, ul.cx5-ws-factopt, ul.cx5-ws-features, ul.cx5-ws-techspecs, ul.cx5-ws-factequip, ul.cx5-ws-consinfo {
	list-style: none;
	margin-top: 5px;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
ul.cx5-ws-factopt span.cx5-ws-factopt-note {
	font-size: 90%;
}
#spectabs li.specgroup {
	font-weight: bold;
	margin-top: 8px;
    margin-left: 5px;
}
#spectabs li.specgroup  span.specgroup_label {
	font-size: 105%;
}
#spectabs li.specgroup&gt;ul {
	list-style: none;
	padding-left: 8px;
}
#spectabs li.specheader {
	font-weight: bold;
	margin-top: 7px;
    margin-left: 5px;
}
#spectabs li.specheader&gt;ul {
	list-style: none;
	padding-left: 10px;
}
#spectabs li.specheader&gt;ul&gt;li {
	margin-top: 5px;
	font-weight: normal;
	font-size: 90%
}
	
/** similar vehicles block **/
#cx5ws_simvehblock {
    padding: 10px;
    background-color: #ebebeb;
	}
    
#cx5ws_simvehblock h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
	}
	
#wsSimilarVehicles {
    display: flex;
    overflow-x: auto;
	}
	
.wsSimilarVehicle {
	background-color: white;
    padding: 12px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    width: 300px;
	}
.wsSimilarVehicle .view_details_btn{
    padding: 7px;
    color: white;
    background-color: #177eb8;
    cursor: pointer;
    text-align: center;
    }
.wsSimilarVehicle .view_details_btn:hover{
    background-color: #2b688b;
    }
.cx5_ws_similarvehicleline{
    width: 100%;
    height: 100%;
    }
	
#wsSimilarVehicles .cx5_ws_similarvehicleline a {
    color: black;
	text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
	}
	
#wsSimilarVehicles .cx5_ws_sv_resultheader {
	padding: 3px;
	font-size: 1.1em;
    font-weight: bold;
	}
	
#wsSimilarVehicles .cx5_ws_sv_resultbody {
    margin-top: auto;
	border-top: none;
	clear: both;
	}
	
#wsSimilarVehicles .cx5_ws_is_photo {
    text-align: center;
	width: 100%;
	}
	
#wsSimilarVehicles .cx5_ws_sv_no_image_available {
	color: #ababab;
	text-align: center;
	padding-top: 30px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info {
	display:flex;
    flex-direction: column;
	}
    
#wsSimilarVehicles .cx5_ws_sv_info &gt; div{
    margin-bottom: 7px;
    }	
    
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultspecline {
	
	}
	
.cx5_ws_sv_label {
	float: left;
	font-weight: bold;
    text-transform: capitalize;
	}
	
.cx5_ws_sv_content {
	float: right;
	padding-right: 3px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultpriceline {
    
	}
	
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultpaymentline {

	}
	
/** block for window sticker disclaimer **/
#cx5ws_disclaimerblock {
	width: 100%;
	display: block;
	margin: 0 10px;
	font-size: 1em;
	}
	
#ws_search_disclaimer_label {
	color:#990000;
	font-weight:bold;
	}
	
#wspopup .actionform {
	margin: 0;
	width: 100%;
	}
	
#wspopup .actionform ul {
	padding: 0;
	}

#wspopup .actionform ul li {
	margin: 0;
	}
	
#wspopup .submit_line {
	display: none;
	}
	
#wsEmailForm {
	width: 500px;
	}
	
#wsEmailForm .vehiclepreview {
	background-color: #cccccc;
	padding: 3px;
	}
	
#wsEmailForm .vehiclepreview .vehiclepreviewimage {
	display: inline-block;
	width: 150px;
	margin-right: 5px;
	float: left;
	}
	
#wsEmailForm .vehiclepreview .vehiclepreviewdata {
	display: inline-block;
	width: 300px;
	float: right;
	}
	
#wsEmailForm .vehiclepreview .vehiclepreviewdata .vehiclepreviewdatainfo {
	font-size: 1.4em;
	margin-bottom: 5px;
	}
	
#wsEmailForm .wseflabel {
	display: inline-block;
	width: 140px;
	}
	
#wsEmailForm .wsefvalue {
	display: inline-block;
	width: 140px;
	}
	
#wsEmailForm ul li {
	min-height: 24px;
	margin: 4px 0;
	}
	
#wsEmailForm ul li input {
	float: right;
	width: 250px;
	}
	
#wsEmailForm ul li textarea {
	float: right;
	width: 248px;
	}
	
#wsEmailForm li.wsEmailFormSenderFirstName {
	display: none;
	}

#cx5_vehicle_tags
{
	font-size: 0.8em;
    margin: 0 10px 0 10px;
}
/* @version 2020.10.26 sb Ticket #639320 - Change Photo Viewer popup background and text colors */
#photopopup{
    background-color: white !important;
    color: black !important;
}
#photopopup #slideshow_header 
{
    background-image: none;
}
#photopopup #slideshow_holder .bx-wrapper, 
#photopopup #slideshow_holder .bx-viewport{
    background-color: white !important;
}

@media screen and (min-width: 560px){
    #cx5ws_windowsticker{
        margin: 5px auto;
    }
    .cx5ws_row{
        flex-direction: row;
        }
    .infodiv{
        padding-right: 5px;
        }
	#dealerblock {
        margin-bottom: 0;
		}
    .uppermenuitems{
        width: 40%;
        }	
	#cs5ws_dealerbuttons {
        width: calc(50% - 20px);
	}	
    #cx5ws_commentblock {
        width: calc(50% - 20px);
	}	
	.dealerlinkbutton, .dealerlinkbutton2 {
        
		}
        
    #cx5ws_row_mid{
        justify-content: space-around;
    }   
    
    .equip_adblock{
        width: 25%;
/*        max-width: 300px;*/
        }
		
	#cx5ws_estiadblock {
		width: 560px;
		}
		
	#paymentestimator {
		width: 540px;
		}
		
	.sliderline {
		width: 290px;
		}
		
	#estimatorresults {
		width: 230px;
		margin-top: -260px;
		float: right;
		}
		
	#estimatorresultheader {
		width: 224px;
		}
		
	.estimatorfooter {
		width: 224px;
		}
		
	#mainpayment,#secondpayment, #thirdpayment {
		width: 220px;
		}
		
	#mainpaymentpayment {
		font-size: 4em;
		}
		
	#secondpaymentlabel, #thirdpaymentlabel {
		width: 59%;
		}
	#secondpaymentpayment, #thirdpaymentpayment {
		width: 39%;
    }
}
	
@media print, screen and (min-width: 900px) {
    #cx5ws_row_top{
        flex-direction: row;
    }	
    #cx5ws_picvidblock {
        width: 50%;
	}
    #dealerblock{
        flex-direction: row;
    }
	#cx5ws_infodealerblock {
		width: 50%;
		}
	#infolist{
        flex-direction: row;
        }   
    .lowermenuitems{
        width: 50%;
    }
    #cx5ws_equipmentblock {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        display: flex;
	}
		
	#cx5ws_estiadblock {
		float: left;
		}
		
	#cx5_wssection_holder {
		display: inline-block;
		}	
}

@media print{
    .printhide{
        display: none !important;
    }
    .printshow{
        display: initial !important;
    }
}</pre></body></html>