@charset "utf-8";
/* CSS Document */
/* OUTLINES  
div { outline: 1px solid #ccc; }*/



span.ddsLogoProvider {
    background: url("https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 21px;
    margin-left: 5px;
    margin-right: 4%;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 71px;
}

div.ddsLogoProvider, .ddsLogoProvider a {
    color: #666;
    font-size: 1rem;
    margin: 10px;
    text-align: right;
    text-decoration: none;
}



/* SLIDES - jw-041614 */
.flex-caption {
  left: 10px !important;
  font-size: 24px !important;
  text-align: left !important;
  width: 93% !important;
  margin: 5px !important;
}

/* GLOBAL */
.html_item ul { list-style: none; margin: 0; }
body { 
	background: #ccc;
   color:#000;
	font-family:"Trebuchet MS", Arial, sans-serif;
   background:url('https://s3.amazonaws.com/dom-cms/Site/a02e1743-fe9a-4081-bf9a-3af834818429/images/bkg.jpg') no-repeat center 0 #FFF;
}
h1{
	font-size: 24px;
   font-size: 2.4rem;
   margin:15px 0;
   color:#C00;
<!--  border-bottom: 2px solid #C00; -->
  text-align: left;
}
h2{
	font-size: 20px;
   font-size: 2rem;
   margin-bottom:6px;
}
h3{
	font-size: 18px;
   font-size: 1.8rem;
   margin-bottom:4px;
}
.header h2{color:#C00; margin:0; padding-bottom:10px}
.headerspecial h1{
    font-size: 24px;
   font-size: 2.4rem;
   margin:15px 0;
   color:#C00;
  text-align: center;
   border-bottom: 0px;
  
}
p{
	font-size:16px;
	font-size:1.6rem;
}
a{color:#900;}
a:hover{color:#C00;}
p a:hover{text-decoration:underline}
.row, .clear{clear:both}
.indent{margin:0 40px}
.row{max-width:1000px}
.backpageImg{border:1px solid #666; box-shadow: 2px 2px 6px rgba(0,0,0,.5); margin-bottom: 20px}
.leftMargin{margin-left: 30px}
.rightMargin{margin-right: 30px}
.nice.button {color: white !important;}
iframe{margin:0 auto}
.testDrive{
  position: absolute;
  top: 152px;
  right: 10px;
  z-index: 101;
}
.InvSpecialVehicleBody h1 {
    border-bottom: none !important;
}
.chat{margin-top:10px;}



/* FORMS */

form ol {
	list-style: none;
	margin: 0 auto;
}
form ol input, form textarea {
	border: solid 1px #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
form ol input, form textarea {
	font-size: 13px;
	padding: 6px 3px 4px;
	outline: none !important;
	background: url(../foundation/input-bg.png) #fff;
}
form ol input:focus, form textarea:focus {
	background-color: #f9f9f9;
	outline: 2px solid #f69 !important;
}
/* Text input and textarea, disabled */
form ol input[disabled], form textarea[disabled] { background-color: #ddd; }
form fieldset {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form ol input[type=radio], form ol input[type=checkbox] {
	display: inline;
	width:auto;
	margin-bottom:0;
}

.pageContent {
	max-width: 998px;
	margin: 0 auto;
}
.container {
    padding: 0 5px;
}
.firstContent{
	margin-top: 15px;
}
/* HEADER */
.header{
   background: #eaeaea;
   background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
   background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
   background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
   background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
   background: linear-gradient(top,  #ffffff 0%,#cccccc 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
   margin-bottom:0;
}
.header .logo {
    margin: 10px 0;
}
.header .phnTitle{color:#900}
.header a.phone{color:#000 !important}
.header h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: right;
	 margin: 4px 0;
}
.header h4 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    margin: 0;
    line-height: 1.1;
    text-align: right;
}

#kiaLogo > img {
    border-right: 2px solid #aaa;
}
#dealerLogo > img {
    margin-left: 15px;
}
.hdrSocials{
	margin: 10px 0 0;
   float:right;
}
.hdrSocials li {
    float: left;
    margin-left: 5px;
    margin-bottom:5px;
}

/*** Show the text edit html item ***/
.cke_editable .edittext.hide {display: block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px;}

/* NAVIGATION */
/* ===== NAVIGATION ===== */
/* CHANGE COLORS HERE */
.nav {
   background: #333;
   background: -moz-linear-gradient(top,  #666666 0%, #151515 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#151515));
   background: -webkit-linear-gradient(top,  #666666 0%,#151515 100%);
   background: -o-linear-gradient(top,  #666666 0%,#151515 100%);
   background: -ms-linear-gradient(top,  #666666 0%,#151515 100%);
   background: linear-gradient(to bottom,  #666666 0%,#151515 100%);
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
}
#nav-container > li a {color: #FFF;}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
   background:#fff;
   color: #C00;
}
#nav-container li ul {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
#nav-container li ul li {border-bottom: 1px solid #ccc;}
#nav-container li ul li a {
   color: #242424;
   background: #eaeaea; /* Old browsers */
   background: -moz-linear-gradient(top,  #e2e2e2 0%, #cccccc 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #e2e2e2 0%,#cccccc 100%); /* W3C */
}
#nav-container li ul li a:hover {
   background:#fff;
   background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
   color: #C00;
}
/* NAV STRUCTURE AND LAYOUT */
#nav-container .flyoutNav{
  display:none;
    background: #000;
    border-radius: 8px;
    display: none;
    margin: 0 20px 6px;
    text-align: center;
}
.nav{
     clear: both;
     margin: 0 auto 10px;
     text-align: center;
     position: relative;
     z-index: 100;
}
#nav-container, #nav-container ul {
     margin: 0 auto;
     z-index: 100;
     position: relative;
     font-weight: bold;
     line-height: 2;
}
#nav-container a {
     display: block;
     padding: 0 15px;
}
#nav-container li {
     display: inline-block;
     position: relative;
     margin: 0;
     font-size:12px;
     font-size:1.2rem;
}
#nav-container > li a{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2; 
}
#nav-container li ul {
     z-index: 5;
     line-height: normal;
     position: absolute;
     width: 200px;
     display: none;
     margin: 0 0 0 -1px;
     box-shadow: 0 4px 12px rgba(0,0,0,.5);
}
#nav-container li ul li {width: 100%;}
#nav-container li ul li:last-child { border-bottom: none; }
#nav-container li ul li a {
     font-weight:normal;
     text-align: left;
     padding-left: 8px;
     font-size: 14px;
     font-size: 1.4rem;
     text-decoration: none;
     line-height:2;
}
/* Positioning for Third-level navigation */
#nav-container li ul ul {
     left: 0px;
     margin: -28px 0 0 170px;
}
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul { display:none; }
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul { display:block; }
.mobileQuickMenu { display:none}
.mobileNav{ display:none}

/* Int. Explorer 7 fixes */
.ie7 #SiteContainer .nav .columns{position:absolute}
.ie7 #nav-container{ margin-left:130px;}
.ie7 .nav{height:30px}
.ie7 #nav-container li {
     zoom: 1;
     vertical-align:top;
     display: block;
     float:left;
}
.ie7 nav .row .columns{z-index:5}


.InvContainer .button.green label{text-shadow: none;}

.invProfileCTA5.has-flyout.show-on-phones.button.green.small {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* FOOTER */
.footer {
	border-top: 4px solid #C00;
	background: #454545;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #454545 0%, #242424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#242424));
	background: -webkit-linear-gradient(top,  #454545 0%,#242424 100%);
	background: -o-linear-gradient(top,  #454545 0%,#242424 100%);
	background: -ms-linear-gradient(top,  #454545 0%,#242424 100%);
	background: linear-gradient(top,  #454545 0%,#242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#242424',GradientType=0 );
}
.footer h4, .footer a{color:#fff; font-size:14px; font-size:1.4rem; line-height:3.5}

.normalList{font-size:14px; font-size:1.4rem}
ul.normalList{margin-left:30px}
ul.normalList li{margin-left: 20px; list-style:disc; margin-bottom:0; font-size:14px; font-size:1.4rem}



/* Page Name 2 */
/*staff border*/
.department ul dl{
  border:none;}
.department ul dl dd {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight:600;
}
.department h3 {
  font-size: 2em;
}
#SiteContainer > div > div > div > div > div.staffListItem > div.department.awpstaff_OurManagementTeam > ul > li > dl > dd.staffName
{
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 900;
}
#SiteContainer > div > div > div > div > div.staffListItem > div.department.awpstaff_OurManagementTeam > ul > li > dl > dd.staffTitle
{
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 900;
}
.cke_editable .edittext.hide {display: block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px;}

/* Media Queries */

@media only screen and (max-width: 900px) {
/* anything below 900px */
	header h3{font-size:18px; font-size:1.8rem}
   header h4{font-size: 14px; font-size:1.4rem}
}
@media only screen and (max-width: 767px) {
	/* anything below 767px */
.header h3, .header h4, .logo, .kiaLogo{text-align: center}
  .row .phone-four.columns{margin-left:0}
    header .logo, header .address {
      text-align: center;
   }
  #nav-container .flyoutNav{display:block}
   .sideShowing #SiteContainer {
      left: 266px;
      position: relative;
   }
   nav{position:absolute; top: 2px; left:-268px}
   .nav{height:auto; border:none}
  #nav-container {
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 2px;
    width: 262px;
    z-index: 55;
    background:#333;
  }
  #nav-container li{display: block;  border-bottom: 1px solid #151515;}
  #nav-container > li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
  }
  #nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
    background: none;
    text-decoration: none;
    color: #fff;
  }
  #nav-container li ul {
    position: relative;
    width: 96%;
    margin: 0 auto;
    box-shadow: none;
  }
  #nav-container li ul li {border-color: #333;}
  #nav-container li ul li  a{font-size:16px; font-size:1.6rem;}
  #nav-container li ul ul{display:none}
   /* Navigation Quick Bar */
  ul.mobileQuickMenu {
        text-align:center;
      display:block;
      margin:2px auto;
   }
  .mobileQuickMenu li {
     display: inline-block;
     width: 32.66667%;
     margin:0;
     background: #ccc;
  }
  .mobileQuickMenu a {
     background: #e2e2e2; /* Old browsers */
     background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
     background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
     font-size: 1.4rem;
     line-height: 2;
     text-align: center;
     display: block;
     margin: 1px;
     color: #666;
     font-weight: bold;
     padding: 2px 4px;
  }
  .mobileQuickMenu a span {
     color: inherit;
     font-size: inherit;
  }
  .mobileQuickMenu img { float: left; }
  .mobileNav{ display:block}
  li.phoneIcon{display:none}
  .address {
    background: none repeat scroll 0 0 white;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    left: 3px;
    margin-top: 10px !important;
    padding: 2px !important;
}
   
}
@media only screen and (max-width: 480px) {
	/* anything below 480px */
  .header .phnTitle{display:block}
  #nav-container li {
display: block;
text-align: left;
}
 #nav-container li ul {
position: static;
width: auto;
}
 #nav-container li ul li a {
width: auto;
}
#SiteContainer .row .phone-one.columns.logo{width:100% !important;}
#SiteContainer .row .phone-one.columns.kiaLogo{width:70% !important; margin-left:13%}
#SiteContainer .row .phone-two.columns.address{float:none; clear:both; width: 100% !important; margin:0 0 10px;}
#SiteContainer .row .phone-two.columns.address h3{text-align:center; font-size:24px; font-size:2.4rem;}
#SiteContainer .row .phone-two.columns.address h3 span{display:block}
.address h4{display:none}
ul.hdrSocials{display:none}
.footer h4{font-size:10px; font-size:1rem;line-height:1; padding: 10px 0}
  h1{font-size:18px; font-size:1.8rem; text-align: center}
	p{font-size:18px; font-size:1.8rem; }
  
}

@media only screen and (max-width: 600px){
  li.phoneIcon{display:inline-block}
  .mobileQuickMenu li{width:24%}
  .formContainer form {box-shadow: none; margin: 0 auto 20px;  width: 100%;}
  input[type="submit"]{width:90%; margin: 10px auto 0;}
}
@media only screen and (max-width: 360px){
  .mobileQuickMenu li{width:23%}
   .mobileQuickMenu a span { display: none; }
   .mobileQuickMenu img { float: none; }

  #kiaLogo > img {
    border-right: none;
}
#dealerLogo > img {
    margin-left: 0px;
}
  


/* BASE */
div.ddsLogoProvider, .ddsLogoProvider a {
	text-align: right;
	margin: 20px 0;
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	color: #666;
}
span.ddsLogoProvider {
	float: right;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 5px;
	width: 71px;
	height: 21px;
	background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png) no-repeat 0 0;
}
/*FOR LIGHT VERSION span.ddsLogoProvider { background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }*/
