<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&amp;display=swap');
/* CSS Document */

/*CSS RESET*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*vertical-align: baseline; */
}



body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

table, tr, td {
	width:100%
	
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*End RESET - Begin Full Width CSS*/


body {
    background-color: #ffffff;
    /*background-image:url("BG.jpg");
    background-position: 50% 51%;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 background-attachment:fixed;  */
	 height:100%;
}


#header {
	min-width:100%;
	background-color:#ffffff;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.wrap {
	margin:0 auto;
	width: 85%;
	max-width:1250px;
}


.contact-information {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-items: flex-start;
	font-family: 'Oswald', sans-serif;
	color: #000;
}

.contact-information a {
	color: #000;
	display: inline-flex;
	text-decoration: none;
}

.logo a {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin-right: 20px;

}

.details span, .details a {
	font-weight: 300;
	font-size: 23px;
	line-height: 1.2;
	margin-left: 10px;
}

.details-tablet {
	display: none;
}






#contact_mobile {
	display: none;
}


#main {
	min-width:100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-content: center;
	flex-direction: column;
	padding: 30px 0 15px;

}




#video_slice {
margin:auto;
	display:block; 
	position:relative;
  	text-align:center;;
	
	
}

#video_playback {
	max-height: 450px !important;
	border: 0px solid #fff;
	height: 450px !important;
	width:auto;
	display:block;
	margin:auto;
	max-width:800px;

}


#linkArea {
    text-align: center;
    height: 20%;
    margin: 0 auto;
    width: 95%;
	position: relative;

	max-width:1250px;
	padding-top: 0px;
}


#textWrap {
	padding:0px 0;
	display: block;
	margin: auto;
	text-align: center;
}

#textSection {
	color:#000000;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:25px;
	line-height: 28px;
	font-weight: 100;
	display: block;
	margin: auto;
	text-align: center;
	width: 95%;
}

#Footer {
    min-width:100%;
	padding-bottom:25px;
}

#footerWrap {
	width: 85%;
	max-width:1250px;
	
}

#socialLinks {
    float: left;
    height: 50px;
    margin-left: .25%;
    margin-top: 0px;
    clear: none;
    width: 82%;
}

.socialIcon {
	margin-right:10px;
	margin-top:10px;
	float:none;
	display:inline-block;
	width:33px;
}

#logo_slice {
    float: right;
    height: 55px;
    margin-left: 0px;
    margin-top: 5px;
    clear: none;
    width: 100px;
   /* margin-right: 1%;  covideo powered by */
	margin-right: -5px; /* EasyCare powered by */
	
}

.sublink {
    float: none;
    height: 40px;
    margin-left: .05%;
	margin-right:.05%;
    margin-top: 6px;
    clear: none;
    width: 24%;
	border-radius: 6px;
   /* -webkit-box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px;
    box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px; */
    min-width: 160px;
    text-align:center;
	font: bold 15px/40px arial, helvetica, sans-serif;
	display:inline-block;
	color:#000;
overflow:auto;
	background: #fff; /* Old browsers */
	border: 1px solid #000000;


}

.sublink:hover {
	color:#fff;
	
	background: #333; /* Old browsers */


}

#contact_slice a
 { text-decoration:none; color: #000000; }
 
 #contact_mobile a
{ text-decoration:none; color: #000000; }

@media only screen and (max-height: 800px) {

	#video_playback {

		
	}
	
}


@media only screen and (max-width: 1250px) {
	
.wrap, #footerWrap {
	width: 95%;
}
	
}



@media only screen and (max-width: 925px) {
	
		html{
 height:100%;
 min-height:100%;
 }
	
	body {

	  min-height:100%;
}

.wrap {
	width: 100%;
}


.contact-information {
	flex-direction: column;
}
.logo {
	margin-bottom: 15px;
}
.details {
	display: none;
}

.details-tablet {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.details-tablet span, .details-tablet a {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
}



#imageWrap {
	width:50%;
}
	
#customerlogo {
    width: 90%; 
	margin: 0 auto;
    float: none;
}

#contact_slice {
	padding: 25px 0;

}

#main {
	min-width:100%;
	/*height: 70vh; */
	height: auto;

	
	
	}

#mainImage {
padding: 0 0 5px 0;
height:auto;
}

#carfax_slice {
	display:none;

}

#carfaxUnder_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:79px;

	
}


#video_slice, #video_slice_blank {

	left: auto;
	margin: 0 auto;
	display:block;
	top: 5px;
	transform: none;
	-ms-transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
	float: none;


}

#linkArea {
	height: 25%;
	margin:0px;
	width:100%;
	clear: none !important;
	/*padding:10px 0 10px 0; */

}


	
.sublink {
	width: 48%;
	margin-top:5px;
	clear:none;
	float:none;
	margin-left: .1%;

}
#Footer {
	margin-top: 10px;	
	clear: none;
}

#socialLinks {
	width: 70%;
	margin-left: .5%;
}

#logo_slice {
    margin-right: .5%; /* covideo powered by */
    
}
	

}

@media only screen and (max-width: 900px) {
	
#footerWrap {
	width: 95%;
	
}

}



@media only screen and (max-width: 660px) {
	
#video_slice_blank, #video_slice  {

	width:95%;
	max-width:480px;
	/*background-color:#000000;*/
  

} 


	
#video_playback {

width: 98%;
height: auto !important;
position:relative;



}

}

@media only screen and (max-width: 500px) {
	
	html, body {
	overflow: auto;
}

body {
   
    /*background-image:url("mobile.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:contain;
	 -webkit-background-size: contain;
	 -moz-background-size:contain;
	 -o-background-size:contain;
	 background-attachment:fixed; */ 
	
}
	
	.wrap {
	width: 100%;	
	}
	
#imageWrap {
	width:100%;
}
	
#thirdSection {
	width:50%;

}
	
#contact_slice {
height: 7%;
}

/* #contact_mobile {
	display: block;
	padding: 20px 0px 20px;
	clear: both;
	width: 100%;
	position:relative;
	text-align:center;
} */

#main {
	min-height:0;
	
}



#mainWrap {
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
	
	

#video_slice, #video_slice_blank {

	 min-width: 0;
	 padding: 0;
	
}

#main {
	padding: 15px 0;
}
#linkArea {

	padding-bottom:0px;
	height: auto;
  padding-top: 0;
}

.sublink {
	width: 97%;
}

#footerBar {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 550px;
	border-bottom: 5px solid #000000;
	border-top: 5px solid #000000;
}
	
	
#textSection {
	

	
}
	
#Footer {
	margin: 0px 0px 0px;
	clear: none;
	width: 100%;
}

#socialLinks {
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	
}
	

	
}

@media only screen and (max-width: 375px) {
	
#socialLinks {
	width: 60%;
}
	
}</pre></body></html>