.flexslider{background:none; border:none;}
.flexslider .slides img{margin: 0 auto;}
/* .flexslider .slides > li{text-align:center} */

.modelList li{
  float:left;
  width: 25%;
  text-align:center;
  margin-bottom:2px;
}
/* Homepage Search */
#InvSearchBoxDropDownBox {
height: 32px;
margin-top: 0px;
}

#searchContainer {
background: none repeat scroll 0% 0% #D7D7D7;
width: 100%;
margin: -25px auto 10px;
  
}

form#InvSearchBoxHP {margin:0;}

.invSrchHeader {
    width: 175px;
    float: left;
    margin: 0px 4% 0px 5%;
    font-size: 17px;
    line-height: 1.6em;
}
#InvSearchBoxTypeBox {margin: 0 2% 0 0;}
#InvSearchBoxSubmit .StartOver, #InvSearchBoxSubmit .invIcon, #InvSearchBoxYear, #InvSearchBoxColor {display: none;}
#InvSearchBoxDropDownBox > span, #InvSearchBoxTypeBox {float: left; margin: 1px 3% 0 0;}
#InvSearchBoxTypeBox > li {
    background: none;
    clear: none;
    float: left;
    border:none;
    margin: 0;
    width: auto;
    padding-top: 2px;
}
li#SubmitSearchbuttonWrapper {width: auto; margin-top: 3px;}
#InvSearchBoxTypeBox > li label {color: #000;}
#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton {
    background: #00A6FC;
    border-radius: 0;
}
#InvSearchBoxHP select {max-width: 100px;}
#InvSearchBoxSubmit{width: 120px; margin: 0}
#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton a{color:#FFF}
#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton:hover{background: #0192DD}
#InvSearchBoxHP input {float: none;}

.BannerBox #InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton {
	background:#dc1c20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-radius:5px;
	line-height:26px;
}

form {
box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);

margin: 0 0 20px 20px;
max-width: 100% !important;
 width: 100% !important; 
}
/* BUTTONS */

#SiteContainer div.row > div:nth-child(2){margin-left:4%}
#SiteContainer div.row > div:nth-child(3){float:left;}
.btns li {
  background: #666; /* Old browsers */
  background: -moz-linear-gradient(top,  #4e4e4e 0%, #dbdbdb 25%, #eaeaea 40%, #7a7a7a 45%, #333333 55%, #4e4e4e 70%, #c4c4c4 90%, #333333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(25%,#dbdbdb), color-stop(40%,#eaeaea), color-stop(45%,#7a7a7a), color-stop(55%,#333333), color-stop(70%,#4e4e4e), color-stop(90%,#c4c4c4), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 2px 2px rgba(0,0,0,.75);
  margin-bottom: 6px;
  overflow: hidden;
}
.btns a {
    display: block;
    background: #666;
    box-shadow: inset 0 0 5px rgba(0,0,0,.75);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 4px;
    text-shadow: 0 2px 1px #000;
}
.btns a:hover {
    background: #ddd;
    box-shadow: inset 0 0 10px rgba(255,255,255,1);
    color: #C71444;
    text-shadow: none;
    opacity: .9;
}
.btns a.oneToOne {background: #fff !important;}
.oneToOne img {margin: 4px 0;}
.videoBox{background:#000}

@media only screen and (max-width: 940px){
  a.credit{font-size:15px; font-size:1.5rem}
}
 #searchContainer {width:100%;}
  .invSrchHeader {
    width: 175px;
    float: left;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.99em;
}
  #InvSearchBoxHP ul#InvSearchBoxTypeBox li label {
    font-size: 1.2rem;
    font-weight: bold;
}
  #InvSearchBoxHP select {
    max-width: 66px;
}
  #InvSearchBoxDropDownBox > span, #InvSearchBoxTypeBox {
float: left;
margin: 1px 2% 0 0;
}
}

@media only screen and (max-width: 860px){
  a.credit{font-size:14px; font-size:1.4rem}
}
@media only screen and (max-width: 810px){
  .btns a{line-height:26px;}
  a.credit{font-size:12px; font-size:1.2rem}
}
@media only screen and (max-width: 768px){
  .slideshow{margin:0 10px}
  .row .phone-four.videoBox{margin:10px 0}
  .btns a, a.credit{line-height:2.2; font-size:2rem}
  h1{text-align:center}
  .modelList li {width: 33%;}
  .row .phone-four{margin:0; width:100%; left:0}
  .incentives{text-align:center}
.incentives.columns {
    width: 46% !important;
    text-align: right;
}
.incentives img {
    width: 92%;
}
.btns.columns {
    margin-top: 0 !important;
    width: 54% !important;
}
}
@media only screen and (max-width: 767px){
  .slideshow{display:none}
}
@media only screen and (max-width: 600px){
.incentives img {
    width: 100%;
}
  .btns.columns, .incentives.columns {
    width: 100% !important;
}
}
@media only screen and (max-width: 380px){
  .btns .oneToOne img{margin:0}
  .btns a{line-height:1; padding: 12px 0}
  .modelList li {width: 50%;}
}
#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton:hover a{
color:#000;
}