@charset "utf-8";
/* 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: #cddcec;
  /*background-image:url("House.jpg");
    background-position: center center;
    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;
  height: 125px;
  border-bottom: 15px solid #003d79;
}

.wrap {
  margin: 0 auto;
  width: 85%;
  max-width: 1135px;
}

#imageWrap {
  width: 50%;
  height: 125px;
  display: block;
  position: relative;
  float: left;
  text-align: center;
}

#thirdSection {
  width: 33.33%;
  height: 125px;
  display: block;
  position: relative;
  float: right;
}

#customerlogo {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: auto;
  clear: none;
  display: block;
  position: relative;
}

#OtherHeaderPic {
  width: 90%;
  max-width: 250px;
  height: auto;
  margin: auto;
  clear: none;
  display: block;
  position: relative;
}

#contact_slice {
  float: left;
  height: 125px;
  width: 50%;
  margin-right: 0;
  text-align: center;
}

#contact_mobile {
  display: none;
}

#main {
  min-width: 100%;
}

#mainWrap {
  background-color: #ffffff;
  display: block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  float: none;
  clear: none;
  position: relative;
  /*min-height:505px; */
  margin-top: 0px;
}

#mainImage {
  position: relative;
  max-height: 400px;
  background-color: #ffffff;
  width: 100%;
  float: none;
  display: block;

  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 390px;
  background-image: url("stripe.jpg");
  background-position: right center;
  background-repeat: repeat-x;
}

#video_slice {
  float: none;
  display: inline-block;

  position: relative;
  max-height: 370px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 480px;
  text-align: center;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: 10px;

  height: 95%;
  width: auto;
}

#video_playback {
  max-height: 360px !important;
  border: 5px solid #fec323;

  width: auto;
  display: block;
  margin: auto;
  max-width: 480px;

  position: relative;
  min-width: 480px;
  background-color: #000000;
}

/*

#video_slice {
	float: none;
	display:inline-block; 
	
	position:relative;
	max-height: 370px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width:480px;
  text-align:center;
  

  margin-left: 10px;
  
 

	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #e39121;
height: 360px !important;
width:auto;
display:block;
margin:auto;

position:relative;

}

*/

.calculated-width {
  /*width: 50%;*/
  width: -moz-calc(100% - 510px);
  width: -webkit-calc(100% - 510px);
  width: calc(100% - 510px);
  float: right;

  position: relative;
  display: inline-block;

  height: 390px; /*delete if no "featured image" */
  max-width: 635px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}
​ #featuredImageArea {
  display: inline-block;
}

#innerFeatured {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform-style: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 390px;
}

#featuredImage {
  width: 95%;
  max-width: 544px !important;
  height: auto;
  max-height: 390px;
  display: block;
  /*height:400px;
	background-image:url("House_featured.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover; 
	 display:block;*/
  position: relative;
  margin: auto;
}

#carfax_slice {
  width: 103px;
  padding-top: 0px;
  height: 122px;

  display: inline-block;
  /*margin-top:278px; 
	float:right;
	margin-right: 10px;*/
  bottom: 0px;
  position: absolute;
  right: 5px;
  z-index: 50;
}

/* carfax under on desktop -- move under mainImage in php

#carfax_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:88px;
	float:none;
} */

#carfaxUnder_slice {
  display: none;
}

#linkArea {
  text-align: center;
  height: auto;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 7px;
}

#textWrap {
  padding: 0px 0;
}

#textSection {
  color: #ffffff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#Footer {
  min-width: 100%;
  padding-bottom: 25px;
}

#footerWrap {
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1135px;
}

#socialLinks {
  float: left;
  height: 50px;
  margin-left: 0.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: 33px;
  margin-left: 0.25%;
  margin-right: 0.25%;
  margin-top: 6px;
  clear: none;
  width: 24%;
  border-radius: 5px;
  /* -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 13px/33px arial, helvetica, sans-serif;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  background: #033e7a; /* Old browsers */
}

.sublink:hover {
  color: #ffffff;

  background: #ffc422; /* Old browsers */
}

#contact_slice a {
  text-decoration: none;
  color: #000000;
}

#contact_mobile a {
  text-decoration: none;
  color: #000000;
}

@media only screen and (max-width: 1250px) {
  .wrap,
  #footerWrap {
    width: 95%;
  }
}

@media only screen and (max-width: 801px) {
  html {
    height: 100%;
    min-height: 100%;
  }

  body {
    min-height: 100%;
  }

  .wrap {
    width: 100%;
  }

  #imageWrap {
    width: 49%;
  }

  #customerlogo {
    width: 96%;
    margin: 0 auto;
    float: none;
  }

  #OtherHeaderPic {
    width: 90%;
  }

  #contact_slice {
    width: 49%;
    margin-right: 0%;
  }

  #mainImage {
    float: none;
    display: block;
    max-height: none;
    height: auto;
    padding-bottom: 5px;
  }

  #video_slice,
  #video_slice_blank {
    float: none;
    display: block;
    margin: auto;
    top: 5px;
    -ms-transform: none;
    -moz-transform-style: none;
    -webkit-transform: none;
    transform: none;
  }

  #video_playback {
    top: 0px;
    -ms-transform: none;
    transform: none;
    -moz-transform-style: none;
    -webkit-transform: none;
  }

  .calculated-width {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    max-width: none;
    text-align: center;
  }
  ​ #featuredImageArea {
  }

  /* No featured under the video */

  #innerFeatured {
    display: none;
  }

  #featuredImage {
    display: none;
  }

  /* If you want the featured under the video


#innerFeatured {
	display: block;
	width:50%;
	margin:auto;

	position:relative;
	text-align:center;
	top: auto;
	-ms-transform: none;
 	 transform: none;
	 -moz-transform-style: none;
	-webkit-transform: none;
}

#featuredImage {
	width:100%;
	max-width:none;
	max-height:none;
 	
	 display:block;
	 margin:auto;


}



*/

  #carfax_slice {
    display: none;
  }

  #carfaxUnder_slice {
    display: block;
    width: 100%;
    text-align: center;
    max-height: 79px;
  }

  #linkArea {
    height: auto;
    margin: 0px;
    width: 100%;
    clear: none !important;
    /*padding:10px 0 10px 0; */
  }

  .sublink {
    width: 48%;
    margin-top: 5px;
    clear: none;
    float: none;
    margin-left: 0.1%;
  }

  #Footer {
    margin-top: 10px;
    clear: none;
  }

  #socialLinks {
    /* width: 70%; */
    margin-left: 0.5%;
  }

  #logo_slice {
    margin-right: 0.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: 100%;
    height: auto !important;
    left: -5px;
    position: relative;
  }
}

@media only screen and (max-width: 500px) {
  .wrap {
    width: 100%;
  }

  #imageWrap {
    width: 99%;
  }

  #thirdSection {
    width: 49%;
  }

  #contact_slice {
    display: none;
  }

  #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;
    min-height: 0;
  }

  #video_slice,
  #video_slice_blank {
    min-width: 0;
    top: 5px;
  }

  #video_playback {
    min-width: 0;
  }

  #linkArea {
    padding-bottom: 0px;
  }

  .sublink {
    width: 97%;
  }

  #textSection {
    margin: 0 15px;
  }

  #Footer {
    margin: 0px 0px 0px;
    clear: none;
    width: 100%;
  }

  #socialLinks {
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
  }

  #footerWrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 375px) {
  #socialLinks {
    width: 60%;
  }
}
