/*==Import color palette */
/*==Import all base sass */
/*
 *== DDC Base Template Sass Builder
 ------------------------------------------------------------------------------*/
/*  Map ddc class names to bootstrap 3.0 */
/* YUI Grid to Bootstrap mapping */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend, fieldset h2 {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td, .table th {
    background-color: #fff !important; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; }
 }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.571;
  color: #000;
  background-color: #e8e8e8; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0d65bf;
  text-decoration: none; }
  a:hover, a:focus {
    color: #083f77;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.571;
  background-color: #e8e8e8;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

p {
  margin: 0 0 10.5px; }

.ddc-lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .ddc-lead {
      font-size: 21px; } }

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #787777; }

.text-primary {
  color: #0d65bf; }

a.text-primary:hover {
  color: #0a4c8f; }

.text-warning {
  color: #d20f10; }

a.text-warning:hover {
  color: #a20c0c; }

.text-danger {
  color: #d20f10; }

a.text-danger:hover {
  color: #a20c0c; }

.text-success {
  color: #2bb300; }

a.text-success:hover {
  color: #1f8000; }

.text-info {
  color: #2bb300; }

a.text-info:hover {
  color: #1f8000; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .contentHeading, .showroom-details-section > h4, .inventory-detail-mini h3, .incentives-search-default .facet-group h3, .incentives-search-detail .facet-group h3, .model-specific-landing-incentives h3, .reviews-auto-detail .hreview h1, .ui-dialog-title {
  font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small, .contentHeading small, .showroom-details-section > h4 small, .contentHeading .small, .showroom-details-section > h4 .small, .inventory-detail-mini h3 small, .incentives-search-default .facet-group h3 small, .incentives-search-detail .facet-group h3 small, .model-specific-landing-incentives h3 small, .reviews-auto-detail .hreview h1 small, .inventory-detail-mini h3 .small, .incentives-search-default .facet-group h3 .small, .incentives-search-detail .facet-group h3 .small, .model-specific-landing-incentives h3 .small, .reviews-auto-detail .hreview h1 .small, .ui-dialog-title small, .ui-dialog-title .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, h2, h3, .contentHeading, .showroom-details-section > h4, .inventory-detail-mini h3, .incentives-search-default .facet-group h3, .incentives-search-detail .facet-group h3, .model-specific-landing-incentives h3, .reviews-auto-detail .hreview h1, .ui-dialog-title {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, .contentHeading small, .showroom-details-section > h4 small, .contentHeading .small, .showroom-details-section > h4 .small, .inventory-detail-mini h3 small, .incentives-search-default .facet-group h3 small, .incentives-search-detail .facet-group h3 small, .model-specific-landing-incentives h3 small, .reviews-auto-detail .hreview h1 small, .inventory-detail-mini h3 .small, .incentives-search-default .facet-group h3 .small, .incentives-search-detail .facet-group h3 .small, .model-specific-landing-incentives h3 .small, .reviews-auto-detail .hreview h1 .small, .ui-dialog-title small, .ui-dialog-title .small {
    font-size: 65%; }

h4, h5, h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
    font-size: 75%; }

.ddc-page-title, .ddc-font-size-jumbo, .showroom-detail .fuel-efficiency .align-center em {
  font-size: 32px; }

h1, .h1, .contentHeading, .showroom-details-section > h4, .ddc-font-size-xxlarge {
  font-size: 28px; }

h2, .h2, .inventory-detail-mini h3, .incentives-search-default .facet-group h3, .incentives-search-detail .facet-group h3, .model-specific-landing-incentives h3, .reviews-auto-detail .hreview h1, .ddc-font-size-xlarge, .showroom .hproduct .model, .showroom-detail .fuel-efficiency .align-center em {
  font-size: 22px; }

h3, .h3, .ui-dialog-title, .ddc-font-size-large, .ui-state .ui-icon, .ui-state .ddc-icon, .ddc-dropdown-menu h4, .showroom .hproduct .bodyStyle, .showroom-detail-links a, .inventory-detail-pricing, .locations-proximity .fn {
  font-size: 18px; }

h4, .h4, .ddc-font-size-base {
  font-size: 14px; }

h5, .h5, .ddc-font-size-small, .popover, .showroom .hproduct .year, .showroom .hproduct .make, .showroom-detail .fuel-efficiency .align-center strong, .showroom-detail .overview p, .links-share.share-with-labels span {
  font-size: 12px; }

h6, .h6, .ddc-font-size-xsmall {
  font-size: 10px; }

.ddc-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

.ddc-list-unstyled, .ddc-list-inline, .ddc-list-items, .nav-links, .nav-fragment, .offersShowroomOffers, .ddc-toolbar .mycars-list, .ddc-toolbar .mycars-list ul, .content-summary .dynamicSummary ul, .locations-proximity ol, .staff-listing > ul {
  padding-left: 0;
  list-style: none; }

.ddc-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .ddc-list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 21px; }

dt, dd {
  line-height: 1.571; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .ddc-dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ddc-dl-horizontal dd {
    margin-left: 180px; }
    .ddc-dl-horizontal dd:before, .ddc-dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .ddc-dl-horizontal dd:after {
      clear: both; }
 }

.ie8 .ddc-dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ie8 .ddc-dl-horizontal dd {
  margin-left: 180px; }
  .ie8 .ddc-dl-horizontal dd:before, .ie8 .ddc-dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ie8 .ddc-dl-horizontal dd:after {
    clear: both; }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.571;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.ddc-pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.ddc-pull-right p, blockquote.ddc-pull-right small, blockquote.ddc-pull-right .small {
      text-align: right; }
    blockquote.ddc-pull-right small:before, blockquote.ddc-pull-right .small:before {
      content: ''; }
    blockquote.ddc-pull-right small:after, blockquote.ddc-pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.571; }

.ddc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .ddc-container:before, .ddc-container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-container:after {
    clear: both; }

.ddc-row, .yui3-g {
  margin-left: -10px;
  margin-right: -10px; }
  .ddc-row:before, .yui3-g:before, .ddc-row:after, .yui3-g:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-row:after, .yui3-g:after {
    clear: both; }

.ddc-span12, .yui3-u-1, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .ddc-span11, .yui3-u-11-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .ddc-span10, .yui3-u-5-6, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .ddc-span9, .yui3-u-3-4, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .ddc-span8, .yui3-u-2-3, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .ddc-span7, .yui3-u-7-12, .ddc-list-columns > li .value, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .ddc-span6, .yui3-u-1-2, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .ddc-span5, .yui3-u-5-12, .ddc-list-columns > li .key, .ddc-list-columns > li .type, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .ddc-span4, .yui3-u-1-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .ddc-span3, .yui3-u-1-4, .yui3-u-1-5, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .ddc-span2, .yui3-u-1-6, .inventory-featured-default-extension-1 .yui3-u-1-8, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .ddc-span1, .yui3-u-1-12, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.ddc-span12, .yui3-u-1, .col-xs-12, .ddc-span11, .yui3-u-11-12, .col-xs-11, .ddc-span10, .yui3-u-5-6, .col-xs-10, .ddc-span9, .yui3-u-3-4, .col-xs-9, .ddc-span8, .yui3-u-2-3, .col-xs-8, .ddc-span7, .yui3-u-7-12, .ddc-list-columns > li .value, .col-xs-7, .ddc-span6, .yui3-u-1-2, .col-xs-6, .ddc-span5, .yui3-u-5-12, .ddc-list-columns > li .key, .ddc-list-columns > li .type, .col-xs-5, .ddc-span4, .yui3-u-1-3, .col-xs-4, .ddc-span3, .yui3-u-1-4, .yui3-u-1-5, .col-xs-3, .ddc-span2, .yui3-u-1-6, .inventory-featured-default-extension-1 .yui3-u-1-8, .col-xs-2, .ddc-span1, .yui3-u-1-12, .col-xs-1 {
  float: left; }

.ddc-span1, .yui3-u-1-12, .col-xs-1 {
  width: 8.33333%; }

.ddc-span2, .yui3-u-1-6, .inventory-featured-default-extension-1 .yui3-u-1-8, .col-xs-2 {
  width: 16.66667%; }

.ddc-span3, .yui3-u-1-4, .yui3-u-1-5, .col-xs-3 {
  width: 25%; }

.ddc-span4, .yui3-u-1-3, .col-xs-4 {
  width: 33.33333%; }

.ddc-span5, .yui3-u-5-12, .ddc-list-columns > li .key, .ddc-list-columns > li .type, .col-xs-5 {
  width: 41.66667%; }

.ddc-span6, .yui3-u-1-2, .col-xs-6 {
  width: 50%; }

.ddc-span7, .yui3-u-7-12, .ddc-list-columns > li .value, .col-xs-7 {
  width: 58.33333%; }

.ddc-span8, .yui3-u-2-3, .col-xs-8 {
  width: 66.66667%; }

.ddc-span9, .yui3-u-3-4, .col-xs-9 {
  width: 75%; }

.ddc-span10, .yui3-u-5-6, .col-xs-10 {
  width: 83.33333%; }

.ddc-span11, .yui3-u-11-12, .col-xs-11 {
  width: 91.66667%; }

.ddc-span12, .yui3-u-1, .col-xs-12 {
  width: 100%; }

.ddc-pull0, .col-xs-pull-0 {
  right: 0%; }

.ddc-pull1, .col-xs-pull-1 {
  right: 8.33333%; }

.ddc-pull2, .col-xs-pull-2 {
  right: 16.66667%; }

.ddc-pull3, .col-xs-pull-3 {
  right: 25%; }

.ddc-pull4, .col-xs-pull-4 {
  right: 33.33333%; }

.ddc-pull5, .col-xs-pull-5 {
  right: 41.66667%; }

.ddc-pull6, .col-xs-pull-6 {
  right: 50%; }

.ddc-pull7, .col-xs-pull-7 {
  right: 58.33333%; }

.ddc-pull8, .col-xs-pull-8 {
  right: 66.66667%; }

.ddc-pull9, .col-xs-pull-9 {
  right: 75%; }

.ddc-pull10, .col-xs-pull-10 {
  right: 83.33333%; }

.ddc-pull11, .col-xs-pull-11 {
  right: 91.66667%; }

.ddc-pull12, .col-xs-pull-12 {
  right: 100%; }

.ddc-push0, .col-xs-push-0 {
  left: 0%; }

.ddc-push1, .col-xs-push-1 {
  left: 8.33333%; }

.ddc-push2, .col-xs-push-2 {
  left: 16.66667%; }

.ddc-push3, .col-xs-push-3 {
  left: 25%; }

.ddc-push4, .col-xs-push-4 {
  left: 33.33333%; }

.ddc-push5, .col-xs-push-5 {
  left: 41.66667%; }

.ddc-push6, .col-xs-push-6 {
  left: 50%; }

.ddc-push7, .col-xs-push-7 {
  left: 58.33333%; }

.ddc-push8, .col-xs-push-8 {
  left: 66.66667%; }

.ddc-push9, .col-xs-push-9 {
  left: 75%; }

.ddc-push10, .col-xs-push-10 {
  left: 83.33333%; }

.ddc-push11, .col-xs-push-11 {
  left: 91.66667%; }

.ddc-push12, .col-xs-push-12 {
  left: 100%; }

.ddc-offset0, .col-xs-offset-0 {
  margin-left: 0%; }

.ddc-offset1, .col-xs-offset-1 {
  margin-left: 8.33333%; }

.ddc-offset2, .col-xs-offset-2 {
  margin-left: 16.66667%; }

.ddc-offset3, .col-xs-offset-3 {
  margin-left: 25%; }

.ddc-offset4, .col-xs-offset-4 {
  margin-left: 33.33333%; }

.ddc-offset5, .col-xs-offset-5 {
  margin-left: 41.66667%; }

.ddc-offset6, .col-xs-offset-6 {
  margin-left: 50%; }

.ddc-offset7, .col-xs-offset-7 {
  margin-left: 58.33333%; }

.ddc-offset8, .col-xs-offset-8 {
  margin-left: 66.66667%; }

.ddc-offset9, .col-xs-offset-9 {
  margin-left: 75%; }

.ddc-offset10, .col-xs-offset-10 {
  margin-left: 83.33333%; }

.ddc-offset11, .col-xs-offset-11 {
  margin-left: 91.66667%; }

.ddc-offset12, .col-xs-offset-12 {
  margin-left: 100%; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.571;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #e8e8e8; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > td.currentPage, .table > thead > tr > th.active, .table > thead > tr > th.currentPage, .table > thead > tr.active > td, .table > thead > tr.currentPage > td, .table > thead > tr.active > th, .table > thead > tr.currentPage > th, .table > tbody > tr > td.active, .table > tbody > tr > td.currentPage, .table > tbody > tr > th.active, .table > tbody > tr > th.currentPage, .table > tbody > tr.active > td, .table > tbody > tr.currentPage > td, .table > tbody > tr.active > th, .table > tbody > tr.currentPage > th, .table > tfoot > tr > td.active, .table > tfoot > tr > td.currentPage, .table > tfoot > tr > th.active, .table > tfoot > tr > th.currentPage, .table > tfoot > tr.active > td, .table > tfoot > tr.currentPage > td, .table > tfoot > tr.active > th, .table > tfoot > tr.currentPage > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend, fieldset h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple], select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.571;
  color: #000;
  vertical-align: middle; }

.ddc-form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.571;
  color: #000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bebebe;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .ddc-form-control:focus {
    border-color: #bebebe;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 190, 190, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 190, 190, 0.6); }
  .ddc-form-control:-moz-placeholder {
    color: #abaaaa; }
  .ddc-form-control::-moz-placeholder {
    color: #abaaaa; }
  .ddc-form-control:-ms-input-placeholder {
    color: #abaaaa; }
  .ddc-form-control::-webkit-input-placeholder {
    color: #abaaaa; }
  .ddc-form-control[disabled], .ddc-form-control[readonly], fieldset[disabled] .ddc-form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.ddc-form-control {
  height: auto; }

.ddc-form-group {
  margin-bottom: 15px; }

.ddc-radio, .ddc-checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .ddc-radio label, .ddc-checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.ddc-radio input[type="radio"], .ddc-radio-inline input[type="radio"], .ddc-checkbox input[type="checkbox"], .ddc-checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.ddc-radio + .ddc-radio, .ddc-checkbox + .ddc-checkbox {
  margin-top: -5px; }

.ddc-radio-inline, .ddc-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.ddc-radio-inline + .ddc-radio-inline, .ddc-checkbox-inline + .ddc-checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .ddc-radio[disabled], fieldset[disabled] .ddc-radio, .ddc-radio-inline[disabled], fieldset[disabled] .ddc-radio-inline, .ddc-checkbox[disabled], fieldset[disabled] .ddc-checkbox, .ddc-checkbox-inline[disabled], fieldset[disabled] .ddc-checkbox-inline {
  cursor: not-allowed; }

.ddc-input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.ddc-input-small {
  height: 30px;
  line-height: 30px; }

textarea.ddc-input-small {
  height: auto; }

.ddc-input-large {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

select.ddc-input-large {
  height: 45px;
  line-height: 45px; }

textarea.ddc-input-large {
  height: auto; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #d20f10; }
.has-warning .form-control, .has-warning .ddc-form-control {
  border-color: #d20f10;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .ddc-form-control:focus {
    border-color: #a20c0c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f35455;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f35455; }
.has-warning .input-group-addon {
  color: #d20f10;
  border-color: #d20f10;
  background-color: #fff; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #d20f10; }
.has-error .form-control, .has-error .ddc-form-control {
  border-color: #d20f10;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .ddc-form-control:focus {
    border-color: #a20c0c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f35455;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f35455; }
.has-error .input-group-addon {
  color: #d20f10;
  border-color: #d20f10;
  background-color: #fff; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #2bb300; }
.has-success .form-control, .has-success .ddc-form-control {
  border-color: #2bb300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .ddc-form-control:focus {
    border-color: #1f8000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #51ff1a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #51ff1a; }
.has-success .input-group-addon {
  color: #2bb300;
  border-color: #2bb300;
  background-color: #fff; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .ddc-form-inline .ddc-form-group, .ddc-navbar-form .ddc-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .ddc-form-inline .ddc-form-control, .ddc-navbar-form .ddc-form-control {
    display: inline-block; }

  .ddc-form-inline .ddc-radio, .ddc-navbar-form .ddc-radio, .ddc-form-inline .ddc-checkbox, .ddc-navbar-form .ddc-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .ddc-form-inline .ddc-radio input[type="radio"], .ddc-navbar-form .ddc-radio input[type="radio"], .ddc-form-inline .ddc-checkbox input[type="checkbox"], .ddc-navbar-form .ddc-checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
 }

.ddc-form-horizontal .ddc-control-label, .ddc-form-horizontal .ddc-radio, .ddc-form-horizontal .ddc-checkbox, .ddc-form-horizontal .ddc-radio-inline, .ddc-form-horizontal .ddc-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.ddc-form-horizontal .ddc-form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .ddc-form-horizontal .ddc-form-group:before, .ddc-form-horizontal .ddc-form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-form-horizontal .ddc-form-group:after {
    clear: both; }
.ddc-form-horizontal .ddc-form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .ddc-form-horizontal .ddc-control-label {
    text-align: right; }
 }

.ddc-btn, .ui-dialog-buttonset button, .mycars-favorites .hproduct .pricing .make-an-offer, .ddc-pagination > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.571;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .ddc-btn:focus, .ui-dialog-buttonset button:focus, .mycars-favorites .hproduct .pricing .make-an-offer:focus, .ddc-pagination > li > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .ddc-btn:hover, .ddc-btn:focus, .ui-dialog-buttonset button:hover, .mycars-favorites .hproduct .pricing .make-an-offer:hover, .ddc-pagination > li > a:hover, .ui-dialog-buttonset button:focus, .mycars-favorites .hproduct .pricing .make-an-offer:focus, .ddc-pagination > li > a:focus {
    color: #ffffff;
    text-decoration: none; }
  .ddc-btn:active, .ddc-btn.active, .ddc-btn.currentPage, .ui-dialog-buttonset button:active, .mycars-favorites .hproduct .pricing .make-an-offer:active, .ddc-pagination > li > a:active, .ui-dialog-buttonset button.currentPage, .mycars-favorites .hproduct .pricing .currentPage.make-an-offer, .ddc-pagination > li > a.currentPage, .ui-dialog-buttonset button.active, .mycars-favorites .hproduct .pricing .active.make-an-offer, .ddc-pagination > li > a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .ddc-btn.disabled, .ddc-btn[disabled], fieldset[disabled] .ddc-btn, .ui-dialog-buttonset button.disabled, .mycars-favorites .hproduct .pricing .disabled.make-an-offer, .ddc-pagination > li > a.disabled, .ui-dialog-buttonset button[disabled], .mycars-favorites .hproduct .pricing [disabled].make-an-offer, .ddc-pagination > li > a[disabled], fieldset[disabled] .ui-dialog-buttonset button, .ui-dialog-buttonset fieldset[disabled] button, fieldset[disabled] .mycars-favorites .hproduct .pricing .make-an-offer, .mycars-favorites .hproduct .pricing fieldset[disabled] .make-an-offer, fieldset[disabled] .ddc-pagination > li > a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.ddc-btn-default, .ui-dialog-buttonset button, .ddc-pagination > li > a {
  color: #ffffff;
  background-color: #787777;
  border-color: #787777; }
  .ddc-btn-default:hover, .ddc-btn-default:focus, .ddc-btn-default:active, .ddc-btn-default.active, .ddc-btn-default.currentPage, .ui-dialog-buttonset button:hover, .ddc-pagination > li > a:hover, .ui-dialog-buttonset button:focus, .ddc-pagination > li > a:focus, .ui-dialog-buttonset button:active, .ddc-pagination > li > a:active, .ui-dialog-buttonset button.currentPage, .ddc-pagination > li > a.currentPage, .ui-dialog-buttonset button.active, .ddc-pagination > li > a.active {
    color: #ffffff;
    background-color: #646363;
    border-color: #595959; }
  .open .ddc-btn-default.dropdown-toggle, .open .ui-dialog-buttonset button.dropdown-toggle, .ui-dialog-buttonset .open button.dropdown-toggle, .open .ddc-pagination > li > a.dropdown-toggle {
    color: #ffffff;
    background-color: #646363;
    border-color: #595959; }
  .ddc-btn-default:active, .ddc-btn-default.active, .ddc-btn-default.currentPage, .ui-dialog-buttonset button:active, .ddc-pagination > li > a:active, .ui-dialog-buttonset button.currentPage, .ddc-pagination > li > a.currentPage, .ui-dialog-buttonset button.active, .ddc-pagination > li > a.active {
    background-image: none; }
  .open .ddc-btn-default.dropdown-toggle, .open .ui-dialog-buttonset button.dropdown-toggle, .ui-dialog-buttonset .open button.dropdown-toggle, .open .ddc-pagination > li > a.dropdown-toggle {
    background-image: none; }
  .ddc-btn-default.disabled, .ddc-btn-default.disabled:hover, .ddc-btn-default.disabled:focus, .ddc-btn-default.disabled:active, .ddc-btn-default.disabled.active, .ddc-btn-default.disabled.currentPage, .ddc-btn-default[disabled], .ddc-btn-default[disabled]:hover, .ddc-btn-default[disabled]:focus, .ddc-btn-default[disabled]:active, .ddc-btn-default[disabled].active, .ddc-btn-default[disabled].currentPage, fieldset[disabled] .ddc-btn-default, fieldset[disabled] .ddc-btn-default:hover, fieldset[disabled] .ddc-btn-default:focus, fieldset[disabled] .ddc-btn-default:active, fieldset[disabled] .ddc-btn-default.active, fieldset[disabled] .ddc-btn-default.currentPage, .ui-dialog-buttonset button.disabled, .ddc-pagination > li > a.disabled, .ui-dialog-buttonset button.disabled:hover, .ddc-pagination > li > a.disabled:hover, .ui-dialog-buttonset button.disabled:focus, .ddc-pagination > li > a.disabled:focus, .ui-dialog-buttonset button.disabled:active, .ddc-pagination > li > a.disabled:active, .ui-dialog-buttonset button.disabled.currentPage, .ddc-pagination > li > a.disabled.currentPage, .ui-dialog-buttonset button.disabled.active, .ddc-pagination > li > a.disabled.active, .ui-dialog-buttonset button[disabled], .ddc-pagination > li > a[disabled], .ui-dialog-buttonset button[disabled]:hover, .ddc-pagination > li > a[disabled]:hover, .ui-dialog-buttonset button[disabled]:focus, .ddc-pagination > li > a[disabled]:focus, .ui-dialog-buttonset button[disabled]:active, .ddc-pagination > li > a[disabled]:active, .ui-dialog-buttonset button[disabled].currentPage, .ddc-pagination > li > a[disabled].currentPage, .ui-dialog-buttonset button[disabled].active, .ddc-pagination > li > a[disabled].active, fieldset[disabled] .ui-dialog-buttonset button, .ui-dialog-buttonset fieldset[disabled] button, fieldset[disabled] .ddc-pagination > li > a, fieldset[disabled] .ui-dialog-buttonset button:hover, .ui-dialog-buttonset fieldset[disabled] button:hover, fieldset[disabled] .ddc-pagination > li > a:hover, fieldset[disabled] .ui-dialog-buttonset button:focus, .ui-dialog-buttonset fieldset[disabled] button:focus, fieldset[disabled] .ddc-pagination > li > a:focus, fieldset[disabled] .ui-dialog-buttonset button:active, .ui-dialog-buttonset fieldset[disabled] button:active, fieldset[disabled] .ddc-pagination > li > a:active, fieldset[disabled] .ui-dialog-buttonset button.currentPage, .ui-dialog-buttonset fieldset[disabled] button.currentPage, fieldset[disabled] .ddc-pagination > li > a.currentPage, fieldset[disabled] .ui-dialog-buttonset button.active, .ui-dialog-buttonset fieldset[disabled] button.active, fieldset[disabled] .ddc-pagination > li > a.active {
    background-color: #787777;
    border-color: #787777; }

.ddc-btn-primary, .showroom-detail .hproduct .view-link, .showroom-detail .callout .callout-button, .pricing .ePrice .ddc-btn, .pricing .eprice-button, .pricing [data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .make-an-offer, .locations-proximity [type="submit"] {
  color: #ffffff;
  background-color: #0d65bf;
  border-color: #0d65bf; }
  .ddc-btn-primary:hover, .ddc-btn-primary:focus, .ddc-btn-primary:active, .ddc-btn-primary.active, .ddc-btn-primary.currentPage, .showroom-detail .hproduct .view-link:hover, .showroom-detail .callout .callout-button:hover, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.currentPage, .pricing .ePrice .ddc-btn:hover, .pricing .eprice-button:hover, .pricing [data-eprice].ddc-btn:hover, .mycars-favorites .hproduct .pricing .make-an-offer:hover, .locations-proximity [type="submit"]:hover, .showroom-detail .hproduct .view-link:focus, .showroom-detail .callout .callout-button:focus, .pricing .ePrice .ddc-btn:focus, .pricing .eprice-button:focus, .pricing [data-eprice].ddc-btn:focus, .mycars-favorites .hproduct .pricing .make-an-offer:focus, .locations-proximity [type="submit"]:focus, .showroom-detail .hproduct .view-link:active, .showroom-detail .callout .callout-button:active, .pricing .ePrice .ddc-btn:active, .pricing .eprice-button:active, .pricing [data-eprice].ddc-btn:active, .mycars-favorites .hproduct .pricing .make-an-offer:active, .locations-proximity [type="submit"]:active, .showroom-detail .hproduct .currentPage.view-link, .showroom-detail .callout .currentPage.callout-button, .pricing .ePrice .currentPage.ddc-btn, .pricing .currentPage.eprice-button, .pricing .currentPage[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .currentPage.make-an-offer, .locations-proximity .currentPage[type="submit"], .showroom-detail .hproduct .active.view-link, .showroom-detail .callout .active.callout-button, .pricing .ePrice .active.ddc-btn, .pricing .active.eprice-button, .pricing .active[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .active.make-an-offer, .locations-proximity .active[type="submit"] {
    color: #ffffff;
    background-color: #0a5199;
    border-color: #094786; }
  .open .ddc-btn-primary.dropdown-toggle, .open .showroom-detail .hproduct .dropdown-toggle.view-link, .showroom-detail .hproduct .open .dropdown-toggle.view-link, .open .showroom-detail .callout .dropdown-toggle.callout-button, .showroom-detail .callout .open .dropdown-toggle.callout-button, .open .pricing .ePrice .dropdown-toggle.ddc-btn, .pricing .ePrice .open .dropdown-toggle.ddc-btn, .open .pricing .dropdown-toggle.eprice-button, .pricing .open .dropdown-toggle.eprice-button, .open .pricing .dropdown-toggle[data-eprice].ddc-btn, .pricing .open .dropdown-toggle[data-eprice].ddc-btn, .open .mycars-favorites .hproduct .pricing .dropdown-toggle.make-an-offer, .mycars-favorites .hproduct .pricing .open .dropdown-toggle.make-an-offer, .open .locations-proximity .dropdown-toggle[type="submit"], .locations-proximity .open .dropdown-toggle[type="submit"] {
    color: #ffffff;
    background-color: #0a5199;
    border-color: #094786; }
  .ddc-btn-primary:active, .ddc-btn-primary.active, .ddc-btn-primary.currentPage, .showroom-detail .hproduct .view-link:active, .showroom-detail .callout .callout-button:active, .pricing .ePrice .ddc-btn:active, .pricing .eprice-button:active, .pricing [data-eprice].ddc-btn:active, .mycars-favorites .hproduct .pricing .make-an-offer:active, .locations-proximity [type="submit"]:active, .showroom-detail .hproduct .currentPage.view-link, .showroom-detail .callout .currentPage.callout-button, .pricing .ePrice .currentPage.ddc-btn, .pricing .currentPage.eprice-button, .pricing .currentPage[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .currentPage.make-an-offer, .locations-proximity .currentPage[type="submit"], .showroom-detail .hproduct .active.view-link, .showroom-detail .callout .active.callout-button, .pricing .ePrice .active.ddc-btn, .pricing .active.eprice-button, .pricing .active[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .active.make-an-offer, .locations-proximity .active[type="submit"] {
    background-image: none; }
  .open .ddc-btn-primary.dropdown-toggle, .open .showroom-detail .hproduct .dropdown-toggle.view-link, .showroom-detail .hproduct .open .dropdown-toggle.view-link, .open .showroom-detail .callout .dropdown-toggle.callout-button, .showroom-detail .callout .open .dropdown-toggle.callout-button, .open .pricing .ePrice .dropdown-toggle.ddc-btn, .pricing .ePrice .open .dropdown-toggle.ddc-btn, .open .pricing .dropdown-toggle.eprice-button, .pricing .open .dropdown-toggle.eprice-button, .open .pricing .dropdown-toggle[data-eprice].ddc-btn, .pricing .open .dropdown-toggle[data-eprice].ddc-btn, .open .mycars-favorites .hproduct .pricing .dropdown-toggle.make-an-offer, .mycars-favorites .hproduct .pricing .open .dropdown-toggle.make-an-offer, .open .locations-proximity .dropdown-toggle[type="submit"], .locations-proximity .open .dropdown-toggle[type="submit"] {
    background-image: none; }
  .ddc-btn-primary.disabled, .ddc-btn-primary.disabled:hover, .ddc-btn-primary.disabled:focus, .ddc-btn-primary.disabled:active, .ddc-btn-primary.disabled.active, .ddc-btn-primary.disabled.currentPage, .ddc-btn-primary[disabled], .ddc-btn-primary[disabled]:hover, .ddc-btn-primary[disabled]:focus, .ddc-btn-primary[disabled]:active, .ddc-btn-primary[disabled].active, .ddc-btn-primary[disabled].currentPage, fieldset[disabled] .ddc-btn-primary, fieldset[disabled] .ddc-btn-primary:hover, fieldset[disabled] .ddc-btn-primary:focus, fieldset[disabled] .ddc-btn-primary:active, fieldset[disabled] .ddc-btn-primary.active, fieldset[disabled] .ddc-btn-primary.currentPage, .showroom-detail .hproduct .disabled.view-link, .showroom-detail .callout .disabled.callout-button, .pricing .ePrice .disabled.ddc-btn, .pricing .disabled.eprice-button, .pricing .disabled[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .disabled.make-an-offer, .locations-proximity .disabled[type="submit"], .showroom-detail .hproduct .disabled.view-link:hover, .showroom-detail .callout .disabled.callout-button:hover, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.disabled.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.disabled.currentPage, .pricing .ePrice .disabled.ddc-btn:hover, .pricing .disabled.eprice-button:hover, .pricing .disabled[data-eprice].ddc-btn:hover, .mycars-favorites .hproduct .pricing .disabled.make-an-offer:hover, .locations-proximity .disabled[type="submit"]:hover, .showroom-detail .hproduct .disabled.view-link:focus, .showroom-detail .callout .disabled.callout-button:focus, .pricing .ePrice .disabled.ddc-btn:focus, .pricing .disabled.eprice-button:focus, .pricing .disabled[data-eprice].ddc-btn:focus, .mycars-favorites .hproduct .pricing .disabled.make-an-offer:focus, .locations-proximity .disabled[type="submit"]:focus, .showroom-detail .hproduct .disabled.view-link:active, .showroom-detail .callout .disabled.callout-button:active, .pricing .ePrice .disabled.ddc-btn:active, .pricing .disabled.eprice-button:active, .pricing .disabled[data-eprice].ddc-btn:active, .mycars-favorites .hproduct .pricing .disabled.make-an-offer:active, .locations-proximity .disabled[type="submit"]:active, .showroom-detail .hproduct .disabled.currentPage.view-link, .showroom-detail .callout .disabled.currentPage.callout-button, .pricing .ePrice .disabled.currentPage.ddc-btn, .pricing .disabled.currentPage.eprice-button, .pricing .disabled.currentPage[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .disabled.currentPage.make-an-offer, .locations-proximity .disabled.currentPage[type="submit"], .showroom-detail .hproduct .disabled.active.view-link, .showroom-detail .callout .disabled.active.callout-button, .pricing .ePrice .disabled.active.ddc-btn, .pricing .disabled.active.eprice-button, .pricing .disabled.active[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .disabled.active.make-an-offer, .locations-proximity .disabled.active[type="submit"], .showroom-detail .hproduct [disabled].view-link, .showroom-detail .callout [disabled].callout-button, .pricing .ePrice [disabled].ddc-btn, .pricing [disabled].eprice-button, .pricing [disabled][data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing [disabled].make-an-offer, .locations-proximity [disabled][type="submit"], .showroom-detail .hproduct [disabled].view-link:hover, .showroom-detail .callout [disabled].callout-button:hover, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span[disabled].active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span[disabled].currentPage, .pricing .ePrice [disabled].ddc-btn:hover, .pricing [disabled].eprice-button:hover, .pricing [disabled][data-eprice].ddc-btn:hover, .mycars-favorites .hproduct .pricing [disabled].make-an-offer:hover, .locations-proximity [disabled][type="submit"]:hover, .showroom-detail .hproduct [disabled].view-link:focus, .showroom-detail .callout [disabled].callout-button:focus, .pricing .ePrice [disabled].ddc-btn:focus, .pricing [disabled].eprice-button:focus, .pricing [disabled][data-eprice].ddc-btn:focus, .mycars-favorites .hproduct .pricing [disabled].make-an-offer:focus, .locations-proximity [disabled][type="submit"]:focus, .showroom-detail .hproduct [disabled].view-link:active, .showroom-detail .callout [disabled].callout-button:active, .pricing .ePrice [disabled].ddc-btn:active, .pricing [disabled].eprice-button:active, .pricing [disabled][data-eprice].ddc-btn:active, .mycars-favorites .hproduct .pricing [disabled].make-an-offer:active, .locations-proximity [disabled][type="submit"]:active, .showroom-detail .hproduct [disabled].currentPage.view-link, .showroom-detail .callout [disabled].currentPage.callout-button, .pricing .ePrice [disabled].currentPage.ddc-btn, .pricing [disabled].currentPage.eprice-button, .pricing [disabled].currentPage[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing [disabled].currentPage.make-an-offer, .locations-proximity [disabled].currentPage[type="submit"], .showroom-detail .hproduct [disabled].active.view-link, .showroom-detail .callout [disabled].active.callout-button, .pricing .ePrice [disabled].active.ddc-btn, .pricing [disabled].active.eprice-button, .pricing [disabled].active[data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing [disabled].active.make-an-offer, .locations-proximity [disabled].active[type="submit"], fieldset[disabled] .showroom-detail .hproduct .view-link, .showroom-detail .hproduct fieldset[disabled] .view-link, fieldset[disabled] .showroom-detail .callout .callout-button, .showroom-detail .callout fieldset[disabled] .callout-button, fieldset[disabled] .pricing .ePrice .ddc-btn, .pricing .ePrice fieldset[disabled] .ddc-btn, fieldset[disabled] .pricing .eprice-button, .pricing fieldset[disabled] .eprice-button, fieldset[disabled] .pricing [data-eprice].ddc-btn, .pricing fieldset[disabled] [data-eprice].ddc-btn, fieldset[disabled] .mycars-favorites .hproduct .pricing .make-an-offer, .mycars-favorites .hproduct .pricing fieldset[disabled] .make-an-offer, fieldset[disabled] .locations-proximity [type="submit"], .locations-proximity fieldset[disabled] [type="submit"], fieldset[disabled] .showroom-detail .hproduct .view-link:hover, .showroom-detail .hproduct fieldset[disabled] .view-link:hover, fieldset[disabled] .showroom-detail .callout .callout-button:hover, .showroom-detail .callout fieldset[disabled] .callout-button:hover, fieldset[disabled] .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner fieldset[disabled] span.active, fieldset[disabled] .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.currentPage, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner fieldset[disabled] span.currentPage, fieldset[disabled] .pricing .ePrice .ddc-btn:hover, .pricing .ePrice fieldset[disabled] .ddc-btn:hover, fieldset[disabled] .pricing .eprice-button:hover, .pricing fieldset[disabled] .eprice-button:hover, fieldset[disabled] .pricing [data-eprice].ddc-btn:hover, .pricing fieldset[disabled] [data-eprice].ddc-btn:hover, fieldset[disabled] .mycars-favorites .hproduct .pricing .make-an-offer:hover, .mycars-favorites .hproduct .pricing fieldset[disabled] .make-an-offer:hover, fieldset[disabled] .locations-proximity [type="submit"]:hover, .locations-proximity fieldset[disabled] [type="submit"]:hover, fieldset[disabled] .showroom-detail .hproduct .view-link:focus, .showroom-detail .hproduct fieldset[disabled] .view-link:focus, fieldset[disabled] .showroom-detail .callout .callout-button:focus, .showroom-detail .callout fieldset[disabled] .callout-button:focus, fieldset[disabled] .pricing .ePrice .ddc-btn:focus, .pricing .ePrice fieldset[disabled] .ddc-btn:focus, fieldset[disabled] .pricing .eprice-button:focus, .pricing fieldset[disabled] .eprice-button:focus, fieldset[disabled] .pricing [data-eprice].ddc-btn:focus, .pricing fieldset[disabled] [data-eprice].ddc-btn:focus, fieldset[disabled] .mycars-favorites .hproduct .pricing .make-an-offer:focus, .mycars-favorites .hproduct .pricing fieldset[disabled] .make-an-offer:focus, fieldset[disabled] .locations-proximity [type="submit"]:focus, .locations-proximity fieldset[disabled] [type="submit"]:focus, fieldset[disabled] .showroom-detail .hproduct .view-link:active, .showroom-detail .hproduct fieldset[disabled] .view-link:active, fieldset[disabled] .showroom-detail .callout .callout-button:active, .showroom-detail .callout fieldset[disabled] .callout-button:active, fieldset[disabled] .pricing .ePrice .ddc-btn:active, .pricing .ePrice fieldset[disabled] .ddc-btn:active, fieldset[disabled] .pricing .eprice-button:active, .pricing fieldset[disabled] .eprice-button:active, fieldset[disabled] .pricing [data-eprice].ddc-btn:active, .pricing fieldset[disabled] [data-eprice].ddc-btn:active, fieldset[disabled] .mycars-favorites .hproduct .pricing .make-an-offer:active, .mycars-favorites .hproduct .pricing fieldset[disabled] .make-an-offer:active, fieldset[disabled] .locations-proximity [type="submit"]:active, .locations-proximity fieldset[disabled] [type="submit"]:active, fieldset[disabled] .showroom-detail .hproduct .currentPage.view-link, .showroom-detail .hproduct fieldset[disabled] .currentPage.view-link, fieldset[disabled] .showroom-detail .callout .currentPage.callout-button, .showroom-detail .callout fieldset[disabled] .currentPage.callout-button, fieldset[disabled] .pricing .ePrice .currentPage.ddc-btn, .pricing .ePrice fieldset[disabled] .currentPage.ddc-btn, fieldset[disabled] .pricing .currentPage.eprice-button, .pricing fieldset[disabled] .currentPage.eprice-button, fieldset[disabled] .pricing .currentPage[data-eprice].ddc-btn, .pricing fieldset[disabled] .currentPage[data-eprice].ddc-btn, fieldset[disabled] .mycars-favorites .hproduct .pricing .currentPage.make-an-offer, .mycars-favorites .hproduct .pricing fieldset[disabled] .currentPage.make-an-offer, fieldset[disabled] .locations-proximity .currentPage[type="submit"], .locations-proximity fieldset[disabled] .currentPage[type="submit"], fieldset[disabled] .showroom-detail .hproduct .active.view-link, .showroom-detail .hproduct fieldset[disabled] .active.view-link, fieldset[disabled] .showroom-detail .callout .active.callout-button, .showroom-detail .callout fieldset[disabled] .active.callout-button, fieldset[disabled] .pricing .ePrice .active.ddc-btn, .pricing .ePrice fieldset[disabled] .active.ddc-btn, fieldset[disabled] .pricing .active.eprice-button, .pricing fieldset[disabled] .active.eprice-button, fieldset[disabled] .pricing .active[data-eprice].ddc-btn, .pricing fieldset[disabled] .active[data-eprice].ddc-btn, fieldset[disabled] .mycars-favorites .hproduct .pricing .active.make-an-offer, .mycars-favorites .hproduct .pricing fieldset[disabled] .active.make-an-offer, fieldset[disabled] .locations-proximity .active[type="submit"], .locations-proximity fieldset[disabled] .active[type="submit"] {
    background-color: #0d65bf;
    border-color: #0d65bf; }

.ddc-btn-warn {
  color: #fff;
  background-color: #d20f10;
  border-color: #ba0d0e; }
  .ddc-btn-warn:hover, .ddc-btn-warn:focus, .ddc-btn-warn:active, .ddc-btn-warn.active, .ddc-btn-warn.currentPage {
    color: #fff;
    background-color: #ac0c0d;
    border-color: #81090a; }
  .open .ddc-btn-warn.dropdown-toggle {
    color: #fff;
    background-color: #ac0c0d;
    border-color: #81090a; }
  .ddc-btn-warn:active, .ddc-btn-warn.active, .ddc-btn-warn.currentPage {
    background-image: none; }
  .open .ddc-btn-warn.dropdown-toggle {
    background-image: none; }
  .ddc-btn-warn.disabled, .ddc-btn-warn.disabled:hover, .ddc-btn-warn.disabled:focus, .ddc-btn-warn.disabled:active, .ddc-btn-warn.disabled.active, .ddc-btn-warn.disabled.currentPage, .ddc-btn-warn[disabled], .ddc-btn-warn[disabled]:hover, .ddc-btn-warn[disabled]:focus, .ddc-btn-warn[disabled]:active, .ddc-btn-warn[disabled].active, .ddc-btn-warn[disabled].currentPage, fieldset[disabled] .ddc-btn-warn, fieldset[disabled] .ddc-btn-warn:hover, fieldset[disabled] .ddc-btn-warn:focus, fieldset[disabled] .ddc-btn-warn:active, fieldset[disabled] .ddc-btn-warn.active, fieldset[disabled] .ddc-btn-warn.currentPage {
    background-color: #d20f10;
    border-color: #ba0d0e; }

.ddc-btn-error {
  color: #fff;
  background-color: #d20f10;
  border-color: #ba0d0e; }
  .ddc-btn-error:hover, .ddc-btn-error:focus, .ddc-btn-error:active, .ddc-btn-error.active, .ddc-btn-error.currentPage {
    color: #fff;
    background-color: #ac0c0d;
    border-color: #81090a; }
  .open .ddc-btn-error.dropdown-toggle {
    color: #fff;
    background-color: #ac0c0d;
    border-color: #81090a; }
  .ddc-btn-error:active, .ddc-btn-error.active, .ddc-btn-error.currentPage {
    background-image: none; }
  .open .ddc-btn-error.dropdown-toggle {
    background-image: none; }
  .ddc-btn-error.disabled, .ddc-btn-error.disabled:hover, .ddc-btn-error.disabled:focus, .ddc-btn-error.disabled:active, .ddc-btn-error.disabled.active, .ddc-btn-error.disabled.currentPage, .ddc-btn-error[disabled], .ddc-btn-error[disabled]:hover, .ddc-btn-error[disabled]:focus, .ddc-btn-error[disabled]:active, .ddc-btn-error[disabled].active, .ddc-btn-error[disabled].currentPage, fieldset[disabled] .ddc-btn-error, fieldset[disabled] .ddc-btn-error:hover, fieldset[disabled] .ddc-btn-error:focus, fieldset[disabled] .ddc-btn-error:active, fieldset[disabled] .ddc-btn-error.active, fieldset[disabled] .ddc-btn-error.currentPage {
    background-color: #d20f10;
    border-color: #ba0d0e; }

.ddc-btn-success {
  color: #fff;
  background-color: #2bb300;
  border-color: #259a00; }
  .ddc-btn-success:hover, .ddc-btn-success:focus, .ddc-btn-success:active, .ddc-btn-success.active, .ddc-btn-success.currentPage {
    color: #fff;
    background-color: #218a00;
    border-color: #165c00; }
  .open .ddc-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #218a00;
    border-color: #165c00; }
  .ddc-btn-success:active, .ddc-btn-success.active, .ddc-btn-success.currentPage {
    background-image: none; }
  .open .ddc-btn-success.dropdown-toggle {
    background-image: none; }
  .ddc-btn-success.disabled, .ddc-btn-success.disabled:hover, .ddc-btn-success.disabled:focus, .ddc-btn-success.disabled:active, .ddc-btn-success.disabled.active, .ddc-btn-success.disabled.currentPage, .ddc-btn-success[disabled], .ddc-btn-success[disabled]:hover, .ddc-btn-success[disabled]:focus, .ddc-btn-success[disabled]:active, .ddc-btn-success[disabled].active, .ddc-btn-success[disabled].currentPage, fieldset[disabled] .ddc-btn-success, fieldset[disabled] .ddc-btn-success:hover, fieldset[disabled] .ddc-btn-success:focus, fieldset[disabled] .ddc-btn-success:active, fieldset[disabled] .ddc-btn-success.active, fieldset[disabled] .ddc-btn-success.currentPage {
    background-color: #2bb300;
    border-color: #259a00; }

.ddc-btn-info {
  color: #fff;
  background-color: #2bb300;
  border-color: #259a00; }
  .ddc-btn-info:hover, .ddc-btn-info:focus, .ddc-btn-info:active, .ddc-btn-info.active, .ddc-btn-info.currentPage {
    color: #fff;
    background-color: #218a00;
    border-color: #165c00; }
  .open .ddc-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #218a00;
    border-color: #165c00; }
  .ddc-btn-info:active, .ddc-btn-info.active, .ddc-btn-info.currentPage {
    background-image: none; }
  .open .ddc-btn-info.dropdown-toggle {
    background-image: none; }
  .ddc-btn-info.disabled, .ddc-btn-info.disabled:hover, .ddc-btn-info.disabled:focus, .ddc-btn-info.disabled:active, .ddc-btn-info.disabled.active, .ddc-btn-info.disabled.currentPage, .ddc-btn-info[disabled], .ddc-btn-info[disabled]:hover, .ddc-btn-info[disabled]:focus, .ddc-btn-info[disabled]:active, .ddc-btn-info[disabled].active, .ddc-btn-info[disabled].currentPage, fieldset[disabled] .ddc-btn-info, fieldset[disabled] .ddc-btn-info:hover, fieldset[disabled] .ddc-btn-info:focus, fieldset[disabled] .ddc-btn-info:active, fieldset[disabled] .ddc-btn-info.active, fieldset[disabled] .ddc-btn-info.currentPage {
    background-color: #2bb300;
    border-color: #259a00; }

.ddc-btn-link {
  color: #0d65bf;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .ddc-btn-link, .ddc-btn-link:active, .ddc-btn-link[disabled], fieldset[disabled] .ddc-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ddc-btn-link, .ddc-btn-link:hover, .ddc-btn-link:focus, .ddc-btn-link:active {
    border-color: transparent; }
  .ddc-btn-link:hover, .ddc-btn-link:focus {
    color: #083f77;
    text-decoration: underline;
    background-color: transparent; }
  .ddc-btn-link[disabled]:hover, .ddc-btn-link[disabled]:focus, fieldset[disabled] .ddc-btn-link:hover, fieldset[disabled] .ddc-btn-link:focus {
    color: #999999;
    text-decoration: none; }

.ddc-btn-xlarge {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0px; }

.ddc-btn-large, .pricing .eprice, .pricing .ePrice a, .pricing [data-eprice], .inventory-detail-pricing .on-deposit-link {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

.ddc-btn-small, .ddc-btn-xsmall {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.ddc-btn-xsmall {
  padding: 1px 5px; }

.ddc-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.ddc-btn-block + .ddc-btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.ddc-dropdown {
  position: relative; }

.ddc-dropdown-toggle:focus {
  outline: 0; }

.ddc-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #2f3b88;
  border: 1px solid transparent;
  border: 1px solid none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .ddc-dropdown-menu.ddc-pull-right {
    right: 0;
    left: auto; }
  .ddc-dropdown-menu .ddc-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .ddc-dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.571;
    color: #ffffff;
    white-space: nowrap; }

.ddc-dropdown-menu > li > a:hover, .ddc-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #222b62; }

.ddc-dropdown-menu > .active > a, .ddc-dropdown-menu > .currentPage > a, .ddc-dropdown-menu > .active > a:hover, .ddc-dropdown-menu > .currentPage > a:hover, .ddc-dropdown-menu > .active > a:focus, .ddc-dropdown-menu > .currentPage > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #222b62; }

.ddc-dropdown-menu > .disabled > a, .ddc-dropdown-menu > .disabled > a:hover, .ddc-dropdown-menu > .disabled > a:focus {
  color: #999999; }

.ddc-dropdown-menu > .disabled > a:hover, .ddc-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .ddc-dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.ddc-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.571;
  color: #ffffff; }

.ddc-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.ddc-pull-right > .ddc-dropdown-menu {
  right: 0;
  left: auto; }

.ddc-dropup .caret, .ddc-navbar-fixed-bottom .ddc-dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid transparent;
  content: ""; }
.ddc-dropup .ddc-dropdown-menu, .ddc-navbar-fixed-bottom .ddc-dropdown .ddc-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .ddc-navbar-right .ddc-dropdown-menu {
    right: 0;
    left: auto; }
 }

.ddc-nav, .ddc-nav-inline {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .ddc-nav:before, .ddc-nav-inline:before, .ddc-nav:after, .ddc-nav-inline:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-nav:after, .ddc-nav-inline:after {
    clear: both; }
  .ddc-nav > li, .ddc-nav-inline > li {
    position: relative;
    display: block; }
    .ddc-nav > li > a, .ddc-nav-inline > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .ddc-nav > li > a:hover, .ddc-nav-inline > li > a:hover, .ddc-nav > li > a:focus, .ddc-nav-inline > li > a:focus {
        text-decoration: none;
        background-color: #dfdfdf; }
    .ddc-nav > li.disabled > a, .ddc-nav-inline > li.disabled > a {
      color: #999999; }
      .ddc-nav > li.disabled > a:hover, .ddc-nav-inline > li.disabled > a:hover, .ddc-nav > li.disabled > a:focus, .ddc-nav-inline > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .ddc-nav .open > a, .ddc-nav-inline .open > a, .ddc-nav .open > a:hover, .ddc-nav-inline .open > a:hover, .ddc-nav .open > a:focus, .ddc-nav-inline .open > a:focus {
    background-color: #dfdfdf;
    border-color: #0d65bf; }
    .ddc-nav .open > a .caret, .ddc-nav-inline .open > a .caret, .ddc-nav .open > a:hover .caret, .ddc-nav-inline .open > a:hover .caret, .ddc-nav .open > a:focus .caret, .ddc-nav-inline .open > a:focus .caret {
      border-top-color: #083f77;
      border-bottom-color: #083f77; }
  .ddc-nav .ddc-nav-divider, .ddc-nav-inline .ddc-nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .ddc-nav > li > a > img, .ddc-nav-inline > li > a > img {
    max-width: none; }

.ddc-nav-tabs {
  border-bottom: 1px solid #ddd; }
  .ddc-nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .ddc-nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.571;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .ddc-nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .ddc-nav-tabs > li.active > a, .ddc-nav-tabs > li.currentPage > a, .ddc-nav-tabs > li.active > a:hover, .ddc-nav-tabs > li.currentPage > a:hover, .ddc-nav-tabs > li.active > a:focus, .ddc-nav-tabs > li.currentPage > a:focus {
      color: #555555;
      background-color: #e8e8e8;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.ddc-nav-pills > li {
  float: left; }
  .ddc-nav-pills > li > a {
    border-radius: 0px; }
  .ddc-nav-pills > li + li {
    margin-left: 2px; }
  .ddc-nav-pills > li.active > a, .ddc-nav-pills > li.currentPage > a, .ddc-nav-pills > li.active > a:hover, .ddc-nav-pills > li.currentPage > a:hover, .ddc-nav-pills > li.active > a:focus, .ddc-nav-pills > li.currentPage > a:focus {
    color: #fff;
    background-color: #000; }
    .ddc-nav-pills > li.active > a .caret, .ddc-nav-pills > li.currentPage > a .caret, .ddc-nav-pills > li.active > a:hover .caret, .ddc-nav-pills > li.currentPage > a:hover .caret, .ddc-nav-pills > li.active > a:focus .caret, .ddc-nav-pills > li.currentPage > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.ddc-nav-stacked > li {
  float: none; }
  .ddc-nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.ddc-nav-justified, .ddc-nav-tabs.ddc-nav-justified {
  width: 100%; }
  .ddc-nav-justified > li, .ddc-nav-tabs.ddc-nav-justified > li {
    float: none; }
    .ddc-nav-justified > li > a, .ddc-nav-tabs.ddc-nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .ddc-nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .ddc-nav-justified > li, .ddc-nav-tabs.ddc-nav-justified > li {
      display: table-cell;
      width: 1%; }
      .ddc-nav-justified > li > a, .ddc-nav-tabs.ddc-nav-justified > li > a {
        margin-bottom: 0; }
 }

.ddc-nav-tabs-justified, .ddc-nav-tabs.ddc-nav-justified {
  border-bottom: 0; }
  .ddc-nav-tabs-justified > li > a, .ddc-nav-tabs.ddc-nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .ddc-nav-tabs-justified > .active > a, .ddc-nav-tabs.ddc-nav-justified > .active > a, .ddc-nav-tabs-justified > .currentPage > a, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a, .ddc-nav-tabs-justified > .active > a:hover, .ddc-nav-tabs.ddc-nav-justified > .active > a:hover, .ddc-nav-tabs-justified > .currentPage > a:hover, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a:hover, .ddc-nav-tabs-justified > .active > a:focus, .ddc-nav-tabs.ddc-nav-justified > .active > a:focus, .ddc-nav-tabs-justified > .currentPage > a:focus, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .ddc-nav-tabs-justified > li > a, .ddc-nav-tabs.ddc-nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }

    .ddc-nav-tabs-justified > .active > a, .ddc-nav-tabs.ddc-nav-justified > .active > a, .ddc-nav-tabs-justified > .currentPage > a, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a, .ddc-nav-tabs-justified > .active > a:hover, .ddc-nav-tabs.ddc-nav-justified > .active > a:hover, .ddc-nav-tabs-justified > .currentPage > a:hover, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a:hover, .ddc-nav-tabs-justified > .active > a:focus, .ddc-nav-tabs.ddc-nav-justified > .active > a:focus, .ddc-nav-tabs-justified > .currentPage > a:focus, .ddc-nav-tabs.ddc-nav-justified > .currentPage > a:focus {
      border-bottom-color: #e8e8e8; }
 }

.ddc-tab-content > .tab-pane {
  display: none; }
.ddc-tab-content > .active, .ddc-tab-content > .currentPage {
  display: block; }

.ddc-nav .caret, .ddc-nav-inline .caret {
  border-top-color: #0d65bf;
  border-bottom-color: #0d65bf; }

.ddc-nav a:hover .caret, .ddc-nav-inline a:hover .caret {
  border-top-color: #083f77;
  border-bottom-color: #083f77; }

.ddc-nav-tabs .ddc-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ddc-navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .ddc-navbar:before, .ddc-navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .ddc-navbar {
      border-radius: 0px; } }

.ddc-navbar-header:before, .ddc-navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.ddc-navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .ddc-navbar-header {
    float: left; } }

.ddc-navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .ddc-navbar-collapse:before, .ddc-navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-navbar-collapse:after {
    clear: both; }
  .ddc-navbar-collapse.in {
    overflow-y: auto; }

.ddc-container > .ddc-navbar-header, .ddc-container > .ddc-navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .ddc-container > .ddc-navbar-header, .ddc-container > .ddc-navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.ddc-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .ddc-navbar-static-top {
      border-radius: 0; } }

.ddc-navbar-fixed-top, .ddc-navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .ddc-navbar-fixed-top, .ddc-navbar-fixed-bottom {
      border-radius: 0; } }

.ddc-navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.ddc-navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.ddc-navbar-brand {
  float: left;
  padding: 19.5px 10px;
  font-size: 18px;
  line-height: 21px; }
  .ddc-navbar-brand:hover, .ddc-navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .ddc-navbar > .ddc-container .ddc-navbar-brand {
      margin-left: -10px; }
 }

.ddc-navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }
  .ddc-navbar-toggle .ddc-icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .ddc-navbar-toggle .ddc-icon-bar + .ddc-icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .ddc-navbar-toggle {
      display: none; } }

.ddc-navbar-nav {
  margin: 9.75px -10px; }
  .ddc-navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (min-width: 768px) {
    .ddc-navbar-nav {
      float: left;
      margin: 0; }
      .ddc-navbar-nav > li {
        float: left; }
        .ddc-navbar-nav > li > a {
          padding-top: 19.5px;
          padding-bottom: 19.5px; } }

@media (min-width: 768px) {
  .ddc-navbar-left {
    float: left !important; }

  .ddc-navbar-right {
    float: right !important; }
 }

.ddc-navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  @media (max-width: 767px) {
    .ddc-navbar-form .ddc-form-group {
      margin-bottom: 5px; } }

.ddc-navbar-nav > li > .ddc-dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ddc-navbar-fixed-bottom .ddc-navbar-nav > li > .ddc-dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ddc-navbar-nav.ddc-pull-right > li > .ddc-dropdown-menu, .ddc-navbar-nav > li > .ddc-dropdown-menu.ddc-pull-right {
  left: auto;
  right: 0; }

.ddc-navbar-btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }

.ddc-navbar-text {
  float: left;
  margin-top: 19.5px;
  margin-bottom: 19.5px; }
  @media (min-width: 768px) {
    .ddc-navbar-text {
      margin-left: 10px;
      margin-right: 10px; } }

.ddc-navbar-default {
  background-color: #0d65bf;
  border-color: #222b62; }
  .ddc-navbar-default .ddc-navbar-brand {
    color: #ffffff; }
    .ddc-navbar-default .ddc-navbar-brand:hover, .ddc-navbar-default .ddc-navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .ddc-navbar-default .ddc-navbar-text {
    color: #ffffff; }
  .ddc-navbar-default .ddc-navbar-nav > li > a {
    color: #ffffff; }
    .ddc-navbar-default .ddc-navbar-nav > li > a:hover, .ddc-navbar-default .ddc-navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: #222b62; }
  .ddc-navbar-default .ddc-navbar-nav > .active > a, .ddc-navbar-default .ddc-navbar-nav > .currentPage > a, .ddc-navbar-default .ddc-navbar-nav > .active > a:hover, .ddc-navbar-default .ddc-navbar-nav > .currentPage > a:hover, .ddc-navbar-default .ddc-navbar-nav > .active > a:focus, .ddc-navbar-default .ddc-navbar-nav > .currentPage > a:focus {
    color: #ffffff;
    background-color: #222b62; }
  .ddc-navbar-default .ddc-navbar-nav > .disabled > a, .ddc-navbar-default .ddc-navbar-nav > .disabled > a:hover, .ddc-navbar-default .ddc-navbar-nav > .disabled > a:focus {
    color: #000;
    background-color: transparent; }
  .ddc-navbar-default .ddc-navbar-toggle {
    border-color: #ddd; }
    .ddc-navbar-default .ddc-navbar-toggle:hover, .ddc-navbar-default .ddc-navbar-toggle:focus {
      background-color: #ddd; }
    .ddc-navbar-default .ddc-navbar-toggle .ddc-icon-bar {
      background-color: #ccc; }
  .ddc-navbar-default .ddc-navbar-collapse, .ddc-navbar-default .ddc-navbar-form {
    border-color: #222b62; }
  .ddc-navbar-default .ddc-navbar-nav > .ddc-dropdown > a:hover .caret, .ddc-navbar-default .ddc-navbar-nav > .ddc-dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }
  .ddc-navbar-default .ddc-navbar-nav > .open > a, .ddc-navbar-default .ddc-navbar-nav > .open > a:hover, .ddc-navbar-default .ddc-navbar-nav > .open > a:focus {
    background-color: #222b62;
    color: #ffffff; }
    .ddc-navbar-default .ddc-navbar-nav > .open > a .caret, .ddc-navbar-default .ddc-navbar-nav > .open > a:hover .caret, .ddc-navbar-default .ddc-navbar-nav > .open > a:focus .caret {
      border-top-color: #ffffff;
      border-bottom-color: #ffffff; }
  .ddc-navbar-default .ddc-navbar-nav > .ddc-dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }
  @media (max-width: 767px) {
    .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > li > a {
      color: #ffffff; }
      .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > li > a:hover, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #222b62; }
    .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .active > a, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .currentPage > a, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .active > a:hover, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .currentPage > a:hover, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .active > a:focus, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .currentPage > a:focus {
      color: #ffffff;
      background-color: #222b62; }
    .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .disabled > a, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .disabled > a:hover, .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > .disabled > a:focus {
      color: #000;
      background-color: transparent; }
 }
  .ddc-navbar-default .ddc-navbar-link {
    color: #ffffff; }
    .ddc-navbar-default .ddc-navbar-link:hover {
      color: #ffffff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active, .breadcrumb > .currentPage {
    color: #999999; }

.ddc-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px; }
  .ddc-pagination > li {
    display: inline; }
    .ddc-pagination > li > a, .ddc-pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.571;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .ddc-pagination > li:first-child > a, .ddc-pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .ddc-pagination > li:last-child > a, .ddc-pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .ddc-pagination > li > a:hover, .ddc-pagination > li > a:focus, .ddc-pagination > li > span:hover, .ddc-pagination > li > span:focus {
    background-color: #eeeeee; }
  .ddc-pagination > .active > a, .ddc-pagination > .currentPage > a, .ddc-pagination > .active > a:hover, .ddc-pagination > .currentPage > a:hover, .ddc-pagination > .active > a:focus, .ddc-pagination > .currentPage > a:focus, .ddc-pagination > .active > span, .ddc-pagination > .currentPage > span, .ddc-pagination > .active > span:hover, .ddc-pagination > .currentPage > span:hover, .ddc-pagination > .active > span:focus, .ddc-pagination > .currentPage > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0d65bf;
    border-color: #0d65bf;
    cursor: default; }
  .ddc-pagination > .disabled > span, .ddc-pagination > .disabled > span:hover, .ddc-pagination > .disabled > span:focus, .ddc-pagination > .disabled > a, .ddc-pagination > .disabled > a:hover, .ddc-pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.ddc-pagination-lg > li > a, .ddc-pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.ddc-pagination-lg > li:first-child > a, .ddc-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.ddc-pagination-lg > li:last-child > a, .ddc-pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.ddc-pagination-sm > li > a, .ddc-pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.ddc-pagination-sm > li:first-child > a, .ddc-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.ddc-pagination-sm > li:last-child > a, .ddc-pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.label, .ddc-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #343235;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }
  .label[href]:hover, .label[href]:focus, .ddc-label[href]:hover, .ddc-label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty, .ddc-label:empty {
    display: none; }

.ddc-label-default {
  background-color: #999999; }
  .ddc-label-default[href]:hover, .ddc-label-default[href]:focus {
    background-color: gray; }

.ddc-label-primary {
  background-color: #0d65bf; }
  .ddc-label-primary[href]:hover, .ddc-label-primary[href]:focus {
    background-color: #0a4c8f; }

.ddc-label-success {
  background-color: #2bb300; }
  .ddc-label-success[href]:hover, .ddc-label-success[href]:focus {
    background-color: #1f8000; }

.ddc-label-info {
  background-color: #2bb300; }
  .ddc-label-info[href]:hover, .ddc-label-info[href]:focus {
    background-color: #1f8000; }

.ddc-label-warning {
  background-color: #d20f10; }
  .ddc-label-warning[href]:hover, .ddc-label-warning[href]:focus {
    background-color: #a20c0c; }

.ddc-label-danger {
  background-color: #d20f10; }
  .ddc-label-danger[href]:hover, .ddc-label-danger[href]:focus {
    background-color: #a20c0c; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  max-width: 465px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #e6e6e6;
  border-top-color: #e6e6e6;
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #e6e6e6;
  border-right-color: #e6e6e6; }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e6e6e6;
  border-left-color: #e6e6e6; }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px; }

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

.ddc-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.ddc-pull-right, .calculator-payment-dealertrack-lead .errors, .slideControls .next, .showroom-detail .hproduct .pricing, .incentives-search-detail .ui-button, .mycars-favorites .hproduct .alert-set .checkbox input, .mycars-favorites .hproduct .item-compare .checkbox input, .service-listing .view-link {
  float: right !important; }

.ddc-pull-left, .slideControls .prev, .showroom-detail .hproduct .description, .inventoryList .incentive-list {
  float: left !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.popover {
  max-width: 400px; }

.popover-content {
  padding: 0.8em; }

.popover-content p {
  margin-bottom: 0.5em;
  line-height: normal; }

.popover-content p:last-child {
  margin-bottom: 0; }

.popover-content p strong {
  font-weight: bold; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.google-map img {
  max-width: none; }

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* ddcjonahs: display:none in rule below added in WA-750 to resolve issue with date pickers and footer whitespace. */
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
  display: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  font-size: 22px;
  padding: 0; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 0; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em 0.3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.2em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 18px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0.4em 0.5em 0;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  /* top: 1px; */
  margin: 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  /* padding-bottom: 1px; */ }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 0;
  background: none;
  color: inherit; }

.ui-widget-content a {
  color: #0d65bf; }

.ui-widget-header {
  border: 0;
  background: none;
  color: inherit;
  font-weight: bold; }

.ui-widget-header a {
  color: inherit; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #eee;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #0d65bf;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #ffffff;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #2bb300; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.85;
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.75;
  background-image: none; }

/* Icons
----------------------------------*/
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0; }

.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-corner-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-corner-right {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-corner-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3; }

.ie8 .ui-widget-overlay {
  background: none; }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: 0.3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
.ddc-container {
  max-width: none !important;
  width: 960px; }

.ddc-container .ddc-navbar-header, .ddc-container .ddc-navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

/* Always float the navbar header */
.ddc-navbar-header {
  float: left; }

/* Undo the collapsing navbar */
.ddc-navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important; }

.ddc-navbar-toggle {
  display: none; }

.ddc-navbar-brand {
  margin-left: -15px; }

/* Always apply the floated nav */
.ddc-navbar-nav {
  float: left;
  margin: 0; }

.ddc-navbar-nav > li {
  float: left; }

.ddc-navbar-nav > li > a {
  padding: 15px; }

.ddc-list-items > li {
  padding: 5px 0;
  line-height: 21px; }

.ddc-nav-pills > li > a {
  border-radius: 0; }

.ddc-nav-stacked > li.active > a, .ddc-nav-stacked > li.currentPage > a, .ddc-nav-stacked > li.active > a:hover, .ddc-nav-stacked > li.currentPage > a:hover, .ddc-nav-stacked > li.active > a:focus, .ddc-nav-stacked > li.currentPage > a:focus {
  color: #333;
  background-color: #eee; }

.ddc-nav-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.ddc-nav-labeled__label {
  padding: 10px 15px; }

.ddc-nav-labeled__label, .ddc-nav-labeled .ddc-nav, .ddc-nav-labeled .ddc-nav-inline {
  display: inline-block;
  vertical-align: middle; }

/*
 *== icons
 ------------------------------------------------------------------------------*/
.ddc-icon-size-xsmall {
  font-size: 0.5em; }

.ddc-icon-size-small {
  font-size: 0.75em; }

.ddc-icon-size-large {
  font-size: 1.4em; }

.ddc-icon-size-xlarge, .slideControls a, .inventory-similar-default .similar-vehicles-details i, .inventory-featured-default-extension-1 .description i, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:before, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:after, .mycars .recent-cars .count, .mycars .saved-cars .count, .mycars .price-alerts .count, .mycars .login > a:before {
  font-size: 1.6em; }

.ddc-icon-size-xxlarge, .imageViewerScrollWrap .imageScrollPrev, .imageViewerScrollWrap .imageScrollNext, .links-share .ddc-icon, .special .ddc-nav .ddc-icon, .special .ddc-nav-inline .ddc-icon, .ie8 .tabs-tabbed-widgets-extension-1 .ui-tabs-nav a:before, .ie8 .tabs-tabbed-widgets-extension-1 .ui-tabs-nav a:after {
  font-size: 2.4em; }

.ddc-icon-size-jumbo, .jcarousel-prev, .jcarousel-prev-horizontal, .jcarousel-prev-disabled-horizontal, .jcarousel-next, .jcarousel-next-horizontal, .jcarousel-next-disabled-horizontal {
  font-size: 3.2em; }

.ddc-form-group .ddc-input-inline label {
  text-align: left;
  padding-right: 12px; }
.ddc-form-group .ddc-input-inline input {
  display: inline-block;
  max-width: 60%;
  margin-right: 12px; }

@media print {
  form {
    display: initial; }

  a[href]:after {
    content: ""; }

  a[href^="http"]:after {
    content: " (" attr(href) ")"; }

  a[href$='.jpg']:after, a[href$='.png']:after, a.badge:after {
    content: ""; }

  #mycars-toolbar, .nav-list, .ddc-navbar, .ddc-footer, .push, .links-locale, .links-share, .item-compare, .facetmulti, .facet-breadcrumb-field, .facet-breadcrumb-close-icon, .facet-breadcrumb-reset.facet-breadcrumb-item, .imageViewerScrollWrap, .carousel-prev, .carousel-next, .previousNext, .ddc-btn, .btn-link, .dialog, .close, .payment-calc-close {
    display: none; }

  .ddc-content {
    position: relative !important; }

  .sticky-header-nav {
    position: static !important;
    top: auto !important;
    height: auto !important; }
 }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important; }
 }

.aside-left .aside {
  float: left;
  width: 300px; }
.aside-left .main {
  margin-left: 320px; }

.aside-right .aside {
  width: 300px;
  float: right; }
.aside-right .main {
  float: left;
  width: 100%;
  padding-right: 320px;
  margin-right: -320px; }

.spacing-reset {
  margin: 0 !important;
  padding: 0 !important; }

.spacing-top-reset {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.spacing-bottom-reset {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/*
 * =Imports
 ------------------------------------------------------------------------------*/
/**/
/*
 * =Header
 ------------------------------------------------------------------------------*/
.groupSite .cycle, .groupSite .adr, .groupSite .tels {
  display: none; }

/* ==preowned */
.single-franchise.preowned .franchises {
  display: none; }

/* =hide */
.hide, .ui-tabs-hide {
  display: none; }

/* -- reusable styles */
.visibility-hidden {
  visibility: hidden; }

/* =cursors */
.pointer {
  cursor: pointer; }

/* =lazy images */
.lazy-image {
  display: block;
  padding: 1px; }

/* =jivelive dealerchat port */
.jiveLiveChat {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }

.jiveLiveOffline {
  display: none; }

/* -- inventory-detail-media-tabs -- */
.imageViewer .dialog {
  position: relative;
  display: block; }

.imageViewer .ui-state {
  position: absolute;
  right: 5%;
  bottom: 3%;
  height: 31px;
  width: 31px;
  padding: 0;
  text-indent: -9999em; }

.imageViewer .ui-icon-zoomin {
  height: 31px;
  width: 31px;
  background: transparent url("/v9/media/images/image-viewer/v1/zoom-icon.png") no-repeat 50% 50%; }

/* =jcarousel */
.jcarousel {
  visibility: hidden; }

/* -- hide globalVehicleTrimId facet -- */
label.globalVehicleTrimId {
  display: none; }

/* -- highlight class added to style the current day by default -- */
.hours-default .today {
  font-weight: bold; }

/* -- JIRA-13401: fix page jump bug when rendering gplus -- */
.links-share .g-plusone {
  height: 20px;
  overflow: hidden; }

/* -- JIRA-13489: Scroll next/prev buttons for image viewer dialogs -- */
.ui-dialog .imageViewerScrollWrap {
  position: absolute;
  z-index: 2000; }

.ui-dialog .imageViewerScrollWrap > a {
  cursor: pointer;
  font-weight: bold;
  color: black; }

.ui-dialog .imageViewerScrollWrap > a.imageScrollPrev:hover {
  background-position: 5% 50%; }

.ui-dialog .imageViewerScrollWrap > a.imageScrollNext:hover {
  background-position: 95% 50%; }

.ui-dialog .imageViewerScrollWrap .imageScrollPrev {
  background: url('/v9/media/images/image-viewer/v1/img-viewer-scroll-prev.png') 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

.ui-dialog .imageViewerScrollWrap .imageScrollNext {
  background: url('/v9/media/images/image-viewer/v1/img-viewer-scroll-next.png') 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

/* -- JIRA-12346 : Set max-width for HTML5 video tag elements -- */
.ddcPlayer-holder video {
  max-width: 100%; }

/* JIRA-17019 */
.hproduct .pricing-area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.inventoryList.grid .pricing-area .view-link {
  display: none; }

/* =404 */
.four-o-four .first {
  background: transparent url("/v9/media/images/404/v1/404-bg.png") repeat-x 0 0; }

.four-o-four .first .image-default img {
  display: block;
  margin: 0 auto; }

.four-o-four .first .hd, .four-o-four .first .hd2 {
  margin: 0;
  padding: 0;
  background: none; }

.four-o-four .first .hd h1 {
  display: block;
  margin: 28px 0 10px;
  padding: 0;
  font-size: 182%;
  line-height: 80px;
  text-shadow: 1px 1px #fff;
  background: none; }

.four-o-four .first .bd, .four-o-four .first .bd2 {
  margin: 0;
  padding: 0; }

.four-o-four .navigation-sitemap ul {
  margin: 0 0 10px; }

.four-o-four .navigation-sitemap ul li {
  float: left;
  width: 10%;
  margin: 0;
  padding: 0 2% 0 0;
  list-style: none; }

.four-o-four .navigation-sitemap ul li a {
  display: block;
  font-weight: bold;
  padding-bottom: 5px; }

.four-o-four .navigation-sitemap ul li li {
  float: none;
  width: 100%;
  margin: 0; }

.four-o-four .navigation-sitemap ul li li a {
  font-weight: normal;
  padding: 0 0 5px; }

/*
 * =JQuery UI
 ------------------------------------------------------------------------------*/
/* ==ui-dialog */
.ui-dialog .ui-dialog-content {
  overflow: visible; }

/* ==jcarousel */
.jcarousel-container {
  width: 94%;
  padding: 0% 3%;
  overflow: hidden; }

.jcarousel-clip-horizontal, .jcarousel-clip-vertical, .jcarousel-clip {
  overflow: hidden; }

.jcarousel-prev, .jcarousel-next {
  position: absolute;
  top: 40%;
  height: 21px;
  width: 11px;
  cursor: pointer;
  background: url("/v9/media/images/widget-images/v1/prev-next-sprite.png") no-repeat scroll 0 50% transparent; }

.jcarousel-prev {
  left: 0; }

.jcarousel-next {
  right: 0;
  background-position: -11px 50%; }

.jcarousel-prev-disabled, .jcarousel-next-disabled {
  cursor: default; }

.jcarousel-prev:hover {
  background-position: -22px 50%; }

.jcarousel-next:hover {
  background-position: -33px 50%; }

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover {
  background-position: -44px 50%; }

.jcarousel-next-disabled, .jcarousel-next-disabled:hover {
  background-position: -55px 50%; }

/*
 * =VLP
 ------------------------------------------------------------------------------*/
.inventoryList.grid .calloutDetails, .inventoryList.list .calloutDetails {
  display: none; }

/* ==inventory-featured-default */
.inventory-featured-default .hproduct .description .calloutDetails {
  display: none; }

/* -- dealertrack payment calculator */
.inventory-detail-pricing .pricing .calculate-dealertrack-button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden; }

.inventory-detail-pricing .pricing .calculate-dealertrack-button .ui-icon-calculator {
  float: left; }

.inventory-detail-pricing .pricing .calculate-dealertrack-button p {
  float: left; }

.inventory-detail-pricing .pricing .calculate-dealertrack.dialog {
  clear: none; }

/* Third Party Social Header Integration */
.ddc-header.shrink-header-nav .ddc-integrations {
  display: none; }

.third-party-service-footer {
  position: relative; }

/*
 *== Overrides
 ------------------------------------------------------------------------------*/
/* WARNING: THIS FILE IS AUTO-GENERATED. ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN! */
@font-face {
  font-family: 'ddc-icons';
  src: url('/dist/v9/variations/global/0011/v1/fonts/merged/font.eot?4c925bfb7a809d7ae598a7670601c1f8#iefix') format('embedded-opentype'), url('/dist/v9/variations/global/0011/v1/fonts/merged/font.woff?4c925bfb7a809d7ae598a7670601c1f8') format('woff'), url('/dist/v9/variations/global/0011/v1/fonts/merged/font.ttf?4c925bfb7a809d7ae598a7670601c1f8') format('truetype'), url('/dist/v9/variations/global/0011/v1/fonts/merged/font.svg?4c925bfb7a809d7ae598a7670601c1f8#ddc-icons') format('svg');
  font-weight: normal;
  font-style: normal; }

.ddc-icon, .ui-accordion .ui-icon, .ui-dialog span.ui-icon-closethick:before, .jcarousel-prev, .jcarousel-prev-horizontal, .jcarousel-prev-disabled-horizontal, .jcarousel-next, .jcarousel-next-horizontal, .jcarousel-next-disabled-horizontal, .ddc-header.sticky-header-nav.shrink-header-nav .vcard .tels .tel.phone1:after, .ddc-navbar-nav .caret, .slideControls a, .imageViewerScrollWrap .imageScrollPrev, .imageViewerScrollWrap .imageScrollNext, .buttonblock-default.mid-block .more-vehicles h4:before, .buttonblock-default.mid-block .specs-gear2 h4:before, .buttonblock-default.mid-block .dr-prequal h4:before, .buttonblock-default.mid-block .email h4:before, .facet-breadcrumb-close-icon:before, .showroom-detail-links a, .showroom-details-section .ui-tabs .ui-widget-header li a, .model-selector-parallax .carousel-prev, .model-selector-parallax .carousel-next, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:before, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:after, .mycars .recent-cars .count, .mycars .saved-cars .count, .mycars .price-alerts .count, .mycars .login > a:before, .mycars-favorites .hproduct .remove, .ddc-pagination a[rel="prev"]:before, .ddc-pagination a[rel="next"]:after, .ddc-pagination a[rel="next"]:before, .repdriver .star, .repdriver .star-none {
  font-family: 'ddc-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.ddc-icon-animate-spin {
  display: inline-block;
  -moz-animation: spin 3s infinite linear;
  -o-animation: spin 3s infinite linear;
  -webkit-animation: spin 3s infinite linear;
  animation: spin 3s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.ddc-icon-3rd-row-seats:before {
  content: "\e600"; }

.ddc-icon-air-conditioning:before {
  content: "\e601"; }

.ddc-icon-airbags:before {
  content: "\e602"; }

.ddc-icon-alert:before {
  content: "\e603"; }

.ddc-icon-arrow1-down:before {
  content: "\e604"; }

.ddc-icon-arrow1-left:before {
  content: "\e605"; }

.ddc-icon-arrow1-right:before {
  content: "\e606"; }

.ddc-icon-arrow1-up:before {
  content: "\e607"; }

.ddc-icon-arrow2-down:before, .ui-accordion .ui-icon-triangle-1-s:before, .ddc-navbar-nav .caret:before, .model-specific-landing-incentives .ui-accordion-header.ui-state-active .ddc-icon:before {
  content: "\e608"; }

.ddc-icon-arrow2-left:before, .jcarousel-prev-horizontal:before, .slideControls .prev:before, .model-selector-parallax .carousel-prev:before, .ddc-pagination a[rel="prev"]:before, .imageViewerScrollWrap .imageScrollPrev:before {
  content: "\e609"; }

.ddc-icon-arrow2-right:before, .ui-accordion .ui-icon-triangle-1-e:before, .jcarousel-next-horizontal:before, .slideControls .next:before, .showroom-detail-links a:before, .showroom-details-section .ui-tabs .ui-widget-header li a:before, .model-selector-parallax .carousel-next:before, .ddc-pagination a[rel="next"]:before, .ddc-dropdown-menu .ddc-icon-chevron-right:before, .ddc-dropdown-menu .ddc-icon-angle-right:before, .imageViewerScrollWrap .imageScrollNext:before {
  content: "\e60a"; }

.ddc-icon-arrow2-up:before {
  content: "\e60b"; }

.ddc-icon-arrow3-down:before {
  content: "\e60c"; }

.ddc-icon-arrow3-up:before {
  content: "\e60d"; }

.ddc-icon-auto-dimming-rear-view-mirror:before {
  content: "\e60e"; }

.ddc-icon-automatic-temperature-control:before {
  content: "\e60f"; }

.ddc-icon-banknote:before {
  content: "\e610"; }

.ddc-icon-battery:before {
  content: "\e611"; }

.ddc-icon-bedlength:before {
  content: "\e612"; }

.ddc-icon-blind-spot-sensor:before {
  content: "\e613"; }

.ddc-icon-bodystyle-cargo-van:before {
  content: "\e614"; }

.ddc-icon-bodystyle-convertible:before {
  content: "\e615"; }

.ddc-icon-bodystyle-coupe:before {
  content: "\e616"; }

.ddc-icon-bodystyle-crossover:before {
  content: "\e617"; }

.ddc-icon-bodystyle-hatchback:before {
  content: "\e618"; }

.ddc-icon-bodystyle-luxury:before {
  content: "\e619"; }

.ddc-icon-bodystyle-sedan:before {
  content: "\e61a"; }

.ddc-icon-bodystyle-suv:before {
  content: "\e61b"; }

.ddc-icon-bodystyle-truck:before {
  content: "\e61c"; }

.ddc-icon-bodystyle-van:before {
  content: "\e61d"; }

.ddc-icon-bodystyle-wagon:before {
  content: "\e61e"; }

.ddc-icon-brakes:before {
  content: "\e61f"; }

.ddc-icon-bubble:before {
  content: "\e620"; }

.ddc-icon-calculator:before {
  content: "\e621"; }

.ddc-icon-call:before {
  content: "\e622"; }

.ddc-icon-cancel-circle:before, .facet-breadcrumb-close-icon:before {
  content: "\e623"; }

.ddc-icon-cd-player:before {
  content: "\e624"; }

.ddc-icon-checkmark:before {
  content: "\e625"; }

.ddc-icon-checkmark-circle:before {
  content: "\e626"; }

.ddc-icon-checkmark-empty:before {
  content: "\e627"; }

.ddc-icon-chevron-down:before {
  content: "\e628"; }

.ddc-icon-chevron-left:before {
  content: "\e629"; }

.ddc-icon-chevron-right:before {
  content: "\e62a"; }

.ddc-icon-chevron-right-after:before {
  content: "\e62b"; }

.ddc-icon-circle-check:before {
  content: "\e62c"; }

.ddc-icon-clock:before {
  content: "\e62d"; }

.ddc-icon-close:before, .ui-dialog span.ui-icon-closethick:before, .mycars-favorites .hproduct .remove:before {
  content: "\e62e"; }

.ddc-icon-collapse-circle:before {
  content: "\e62f"; }

.ddc-icon-dimensions:before {
  content: "\e630"; }

.ddc-icon-dimensions-exterior:before {
  content: "\e631"; }

.ddc-icon-dimensions-interior:before {
  content: "\e632"; }

.ddc-icon-distance-pacing-cruise-control:before {
  content: "\e633"; }

.ddc-icon-dr-finance:before {
  content: "\e634"; }

.ddc-icon-dr-payment:before {
  content: "\e635"; }

.ddc-icon-dr-prequal:before, .buttonblock-default.mid-block .dr-prequal h4:before {
  content: "\e636"; }

.ddc-icon-dr-protect:before {
  content: "\e637"; }

.ddc-icon-dr-reserve:before {
  content: "\e638"; }

.ddc-icon-dr-trade:before {
  content: "\e639"; }

.ddc-icon-driveline:before {
  content: "\e63a"; }

.ddc-icon-drivetrain-4x2:before {
  content: "\e63b"; }

.ddc-icon-drivetrain-4x4:before {
  content: "\e63c"; }

.ddc-icon-drivetrain-awd:before {
  content: "\e63d"; }

.ddc-icon-drivetrain-fwd:before {
  content: "\e63e"; }

.ddc-icon-drivetrain-rwd:before {
  content: "\e63f"; }

.ddc-icon-email:before, .buttonblock-default.mid-block .email h4:before {
  content: "\e640"; }

.ddc-icon-engine:before {
  content: "\e641"; }

.ddc-icon-entertainment-system:before {
  content: "\e642"; }

.ddc-icon-expand-circle:before {
  content: "\e643"; }

.ddc-icon-exterior-mirror:before {
  content: "\e644"; }

.ddc-icon-exteriorcolor:before {
  content: "\e645"; }

.ddc-icon-facebook:before {
  content: "\e646"; }

.ddc-icon-googleplus:before {
  content: "\e647"; }

.ddc-icon-headlight:before {
  content: "\e648"; }

.ddc-icon-headphones:before {
  content: "\e649"; }

.ddc-icon-heated-seats:before {
  content: "\e64a"; }

.ddc-icon-heated-steering-wheel:before {
  content: "\e64b"; }

.ddc-icon-help:before {
  content: "\e64c"; }

.ddc-icon-help-circle:before {
  content: "\e64d"; }

.ddc-icon-home:before {
  content: "\e64e"; }

.ddc-icon-hybrid:before {
  content: "\e64f"; }

.ddc-icon-hybrid-plugin:before {
  content: "\e650"; }

.ddc-icon-info:before {
  content: "\e651"; }

.ddc-icon-interiorcolor:before {
  content: "\e652"; }

.ddc-icon-lane-departure:before {
  content: "\e653"; }

.ddc-icon-leather-upholstery:before {
  content: "\e654"; }

.ddc-icon-loading:before {
  content: "\e655"; }

.ddc-icon-lock:before {
  content: "\e656"; }

.ddc-icon-low-tire-pressure-warning:before {
  content: "\e657"; }

.ddc-icon-map:before {
  content: "\e658"; }

.ddc-icon-menu:before {
  content: "\e659"; }

.ddc-icon-minus:before {
  content: "\e65a"; }

.ddc-icon-mopar-dlr-24hr-service-icon:before {
  content: "\e65b"; }

.ddc-icon-mopar-dlr-cert-tech-icon:before {
  content: "\e65c"; }

.ddc-icon-mopar-dlr-comp-prices-icon:before {
  content: "\e65d"; }

.ddc-icon-mopar-dlr-early-bird-icon:before {
  content: "\e65e"; }

.ddc-icon-mopar-dlr-free-est-icon:before {
  content: "\e65f"; }

.ddc-icon-mopar-dlr-free-wifi-icon:before {
  content: "\e660"; }

.ddc-icon-mopar-dlr-gy-tires-icon:before {
  content: "\e661"; }

.ddc-icon-mopar-dlr-mich-tires-icon:before {
  content: "\e662"; }

.ddc-icon-mopar-dlr-mopar-acc-icon:before {
  content: "\e663"; }

.ddc-icon-mopar-dlr-mopar-perf-parts-icon:before {
  content: "\e664"; }

.ddc-icon-mopar-dlr-mopar-speedshop-icon:before {
  content: "\e665"; }

.ddc-icon-mopar-dlr-play-area-icon:before {
  content: "\e666"; }

.ddc-icon-mopar-dlr-rental-icon:before {
  content: "\e667"; }

.ddc-icon-mopar-dlr-sat-svc-icon:before {
  content: "\e668"; }

.ddc-icon-mopar-dlr-sc-rec-icon:before {
  content: "\e669"; }

.ddc-icon-mopar-dlr-shuttle-icon:before {
  content: "\e66a"; }

.ddc-icon-mopar-dlr-spanish-icon:before {
  content: "\e66b"; }

.ddc-icon-mopar-dlr-state-insp-icon:before {
  content: "\e66c"; }

.ddc-icon-mopar-dlr-sunday-service-icon:before {
  content: "\e66d"; }

.ddc-icon-mopar-dlr-xpr-lube-icon:before {
  content: "\e66e"; }

.ddc-icon-more-vehicles:before, .buttonblock-default.mid-block .more-vehicles h4:before, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li:first-child a:before {
  content: "\e66f"; }

.ddc-icon-mycars-alerts:before, .mycars .price-alerts .count:before {
  content: "\e670"; }

.ddc-icon-mycars-login:before, .mycars .menu.login > a:before {
  content: "\e671"; }

.ddc-icon-mycars-saved:before, .mycars .saved-cars .count:before {
  content: "\e672"; }

.ddc-icon-mycars-viewed:before, .mycars .recent-cars .count:before {
  content: "\e673"; }

.ddc-icon-navigation-system:before {
  content: "\e674"; }

.ddc-icon-new-oil:before {
  content: "\e675"; }

.ddc-icon-odometer:before {
  content: "\e676"; }

.ddc-icon-options_clipboard:before, .quick-specs li.exteriorColor + li:not(.interiorColor) .ddc-icon:before, .quick-specs li.interiorColor + li .ddc-icon:before {
  content: "\e677"; }

.ddc-icon-paint:before, .quick-specs .exteriorColor .ddc-icon:before {
  content: "\e678"; }

.ddc-icon-parking-sensors:before {
  content: "\e679"; }

.ddc-icon-pause:before, .slideControls .play {
  content: "\e67a"; }

.ddc-icon-photo:before {
  content: "\e67b"; }

.ddc-icon-play:before, .slideControls .play.paused {
  content: "\e67c"; }

.ddc-icon-plus:before {
  content: "\e67d"; }

.ddc-icon-plus-sm:before, .ddc-header.sticky-header-nav.shrink-header-nav .vcard .tels .tel.phone1:after {
  content: "\e67e"; }

.ddc-icon-power-moonroof:before {
  content: "\e67f"; }

.ddc-icon-premium-audio-system:before {
  content: "\e680"; }

.ddc-icon-print:before {
  content: "\e681"; }

.ddc-icon-rain-sensing-wipers:before {
  content: "\e682"; }

.ddc-icon-remote-keyless-entry:before {
  content: "\e683"; }

.ddc-icon-reset:before {
  content: "\e684"; }

.ddc-icon-search:before {
  content: "\e685"; }

.ddc-icon-seatbelt:before {
  content: "\e686"; }

.ddc-icon-seats-cooled:before {
  content: "\e687"; }

.ddc-icon-select-arrows:before {
  content: "\e688"; }

.ddc-icon-single-vehicle:before {
  content: "\e689"; }

.ddc-icon-skinny-arrow-large-left:before {
  content: "\e68a"; }

.ddc-icon-skinny-arrow-large-right:before {
  content: "\e68b"; }

.ddc-icon-skinny-arrow-left:before {
  content: "\e68c"; }

.ddc-icon-skinny-arrow-right:before {
  content: "\e68d"; }

.ddc-icon-social-blog:before {
  content: "\e68e"; }

.ddc-icon-social-facebook:before {
  content: "\e68f"; }

.ddc-icon-social-ratings:before {
  content: "\e690"; }

.ddc-icon-social-twitter:before {
  content: "\e691"; }

.ddc-icon-social-youtube:before {
  content: "\e692"; }

.ddc-icon-speaker:before {
  content: "\e693"; }

.ddc-icon-specs-abs:before {
  content: "\e694"; }

.ddc-icon-specs-bluetooth:before {
  content: "\e695"; }

.ddc-icon-specs-gaspump:before {
  content: "\e696"; }

.ddc-icon-specs-gear1:before {
  content: "\e697"; }

.ddc-icon-specs-gear2:before, .buttonblock-default.mid-block .specs-gear2 h4:before, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li a:after {
  content: "\e698"; }

.ddc-icon-specs-transmission:before {
  content: "\e699"; }

.ddc-icon-specs-wheel:before {
  content: "\e69a"; }

.ddc-icon-specs_gaspump:before {
  content: "\e69b"; }

.ddc-icon-speed-sensitive-wipers:before {
  content: "\e69c"; }

.ddc-icon-speedometer:before {
  content: "\e69d"; }

.ddc-icon-star:before {
  content: "\e69e"; }

.ddc-icon-star-empty:before {
  content: "\e69f"; }

.ddc-icon-star-full:before {
  content: "\e6a0"; }

.ddc-icon-steeringwheel:before {
  content: "\e6a1"; }

.ddc-icon-stocknumber:before {
  content: "\e6a2"; }

.ddc-icon-supercharger2:before {
  content: "\e6a3"; }

.ddc-icon-suspension:before {
  content: "\e6a4"; }

.ddc-icon-tachometer:before {
  content: "\e6a5"; }

.ddc-icon-tag-money:before {
  content: "\e6a6"; }

.ddc-icon-torque:before {
  content: "\e6a7"; }

.ddc-icon-traction-control:before {
  content: "\e6a8"; }

.ddc-icon-transmission:before {
  content: "\e6a9"; }

.ddc-icon-trip-computer:before {
  content: "\e6aa"; }

.ddc-icon-turbocharger:before {
  content: "\e6ab"; }

.ddc-icon-twitter:before {
  content: "\e6ac"; }

.ddc-icon-video:before {
  content: "\e6ad"; }

.ddc-icon-wheels:before {
  content: "\e6ae"; }

.ddc-icon-zoom:before, .vdp .ddc-wrapper .imageViewer .ui-state .ddc-icon-zoomin:before, .showroom-detail .imageViewer .ui-state .ddc-icon-zoomin:before {
  content: "\e6af"; }

/*
 *== jQuery UI Overrides
 ------------------------------------------------------------------------------*/
/* ==autocomplete */
.ui-autocomplete {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  padding: 0;
  border: 2px solid #787777;
  background-color: #ffffff;
  width: 1px;
  min-width: 25%; }
  .ui-autocomplete li {
    padding: 5px 10px;
    list-style: none;
    cursor: pointer; }
  .ui-autocomplete a {
    display: block; }

.ui-widget-content a.ddc-btn {
  color: #ffffff; }

.ui-widget-content a.ddc-btn.ddc-btn-link {
  color: #0d65bf; }

/* ==accordian */
.ui-accordion {
  margin-bottom: 2em;
  /* ==header */
  /* ==content */
  /* ==icons */ }
  .ui-accordion h2 {
    font-weight: 800;
    border: 0;
    color: #000; }
    .ui-accordion h2 a:link, .ui-accordion h2 a:visited, .ui-accordion h2 a:hover, .ui-accordion h2 a:active, .ui-accordion h2 a {
      color: #000; }
    .ui-accordion h2.ui-accordion-header {
      margin: 0;
      padding: 0.1em 0; }
  .ui-accordion .ui-accordion-content {
    padding: 0 2em;
    background-color: transparent;
    background-image: none; }
  .ui-accordion .ui-state-default {
    border: none; }
  .ui-accordion .ui-state-active, .ui-accordion .ui-state-focus, .ui-accordion .ui-state-hover {
    background-color: transparent;
    background-image: none;
    border: none;
    color: #787777; }
    .ui-accordion .ui-state-active a:link, .ui-accordion .ui-state-active a:visited, .ui-accordion .ui-state-active a:hover, .ui-accordion .ui-state-active a:active, .ui-accordion .ui-state-focus a:link, .ui-accordion .ui-state-focus a:visited, .ui-accordion .ui-state-focus a:hover, .ui-accordion .ui-state-focus a:active, .ui-accordion .ui-state-hover a:link, .ui-accordion .ui-state-hover a:visited, .ui-accordion .ui-state-hover a:hover, .ui-accordion .ui-state-hover a:active {
      color: #787777; }
  .ui-accordion .ui-icon {
    display: inline;
    width: 100%;
    height: 100%;
    background-image: none;
    text-indent: 0;
    font-size: 1.3em; }
  .ui-accordion .error li {
    list-style: none; }

/* ==sliders */
.ui-slider-horizontal.ui-widget-content {
  height: 24px;
  top: -1px;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: none;
  border: solid 1px #343235; }
.ui-slider-horizontal .ui-slider-range.ui-widget-header {
  height: 22px;
  border: solid 1px #3e3e3e;
  border-radius: 10px;
  background-color: #e8e8e8;
  background-image: none; }
.ui-slider-horizontal .ui-slider-handle {
  top: 4px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 8px;
  background-color: #3e3e3e;
  background-image: none; }
  .ui-slider-horizontal .ui-slider-handle.ui-min {
    margin-left: 5px; }
  .ui-slider-horizontal .ui-slider-handle.ui-max {
    margin-left: -19px; }

textarea.ui-widget-content {
  background-color: #ffffff;
  color: #000; }

/* ==highlight (alert) boxes */
.ui-state {
  margin: 20px 0;
  padding: 15px;
  background-color: #ffffff;
  background-image: none; }
  .ui-state .ui-icon, .ui-state .ddc-icon {
    float: left;
    margin-right: 0.3em; }
  .ui-state.ui-state-error {
    border: solid 4px #d20f10;
    color: #d20f10; }
  .ui-state.ui-state-highlight {
    border: solid 4px #2bb300;
    color: #2bb300; }

.ddc-checkbox .errors {
  display: inline-block;
  margin-top: 0; }

/* ==datepicker */
.ui-datepicker.ui-helper-hidden-accessible {
  overflow: visible;
  clip: auto; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-header {
    background-color: #0d65bf; }
    .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-header a.ui-state-hover {
      border: 0;
      background: none; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-month {
    margin-right: 10px;
    width: 40%; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-year {
    width: 50%; }
  .ui-datepicker.ui-helper-hidden-accessible th {
    color: #343235; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-calendar {
    background-color: #e8e8e8;
    border: 1px solid #000; }
    .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-calendar .ui-state-default {
      background-color: #ffffff; }
    .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-calendar .ui-state-hover {
      color: inherit; }

/*
*== Dialogs
------------------------------------------------------------------------------*/
.ui-dialog {
  background-color: #ffffff;
  border: 2px solid #787777;
  height: 100%;
  overflow-y: auto; }

.ui-dialog span.ui-icon-closethick {
  background: transparent;
  display: block;
  margin: 0;
  width: 18px;
  height: 18px;
  border: none;
  color: #787777;
  text-indent: -9999em;
  line-height: 1; }
  .ui-dialog span.ui-icon-closethick:before {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0; }
  .ui-dialog span.ui-icon-closethick:hover {
    background: transparent;
    border: none;
    color: #083f77; }

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none; }
  .ui-dialog .ui-dialog-titlebar-close:active .ui-icon-closethick, .ui-dialog .ui-dialog-titlebar-close.ui-state-hover:active .ui-icon-closethick {
    color: #343235; }

/*
*== Media Tabs
------------------------------------------------------------------------------*/
.vdp .ddc-wrapper .ui-tabs, .showroom-detail .ui-tabs {
  padding: 0; }
  .vdp .ddc-wrapper .ui-tabs .ui-widget-header, .showroom-detail .ui-tabs .ui-widget-header {
    padding: 0;
    background-image: none;
    border-bottom: solid 1px #dfdfdf;
    background-color: #ffffff; }
    .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default {
      margin: 0;
      border: none;
      background-color: #ffffff;
      background-image: none;
      font-weight: 800; }
      .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default > a:link, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default > a:link {
        padding: 0.5em 1.1em;
        color: #787777;
        font-weight: normal;
        font-size: 0.85714em; }
      .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default a:hover, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default a:hover {
        background-color: #787777;
        color: #ffffff; }
      .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected {
        background-color: #000;
        background-image: none; }
        .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected a:link, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected a:link {
          color: #ffffff; }
        .vdp .ddc-wrapper .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected a:hover, .showroom-detail .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected a:hover {
          background-color: #787777;
          color: #ffffff; }
.vdp .ddc-wrapper .imageViewer .ui-state, .showroom-detail .imageViewer .ui-state {
  display: none;
  background: transparent;
  left: 10px;
  right: auto;
  bottom: 10px;
  margin-bottom: 0; }
  .vdp .ddc-wrapper .imageViewer .ui-state .ddc-icon-zoomin, .showroom-detail .imageViewer .ui-state .ddc-icon-zoomin {
    border: none;
    color: #ffffff;
    margin: 0;
    height: 21px;
    text-indent: 0;
    font-size: 22px; }
    .vdp .ddc-wrapper .imageViewer .ui-state .ddc-icon-zoomin:hover, .showroom-detail .imageViewer .ui-state .ddc-icon-zoomin:hover {
      color: #0d65bf; }

.ui-dialog.privacyNotification .ui-dialog-content {
  padding: 0.5em 0 0.1em 1em; }

/*
 *== Typography
 ------------------------------------------------------------------------------*/
.xsmall {
  font-size: 12px; }

.ddc-page-title {
  margin: 0 0 40px; }

.ddc-heading-1, .showroom-details-section > h4 {
  position: relative;
  margin: 0 0 20px; }

.ddc-heading-3, .ui-dialog-title, .tech-specs h4, .inventory-detail-packages-options h4 {
  color: #2bb300; }

.ddc-heading-4 {
  color: #2bb300; }

.ddc-heading-5 {
  color: #d20f10; }

/* == Pre 9.2 support */
h3, .h3 {
  font-size: 14px; }

.h4, .h5 {
  color: #787777; }

.h2, .h3, .h4, .h5, .h6 {
  letter-spacing: normal; }

a:hover {
  text-decoration: underline; }

.ddc-lead {
  font-size: 18px;
  font-weight: 400; }

.text-muted a {
  color: #121111; }

.ddc-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0; }

h1, .ddc-page-title, .ddc-heading-1, .showroom-details-section > h4, .ddc-heading-2, .contentHeading, .model-specific-landing-incentives h3 {
  font-weight: 300; }

/* == Heading Style 1: Line behind */
.ddc-heading-1, .showroom-details-section > h4 {
  color: #000; }
  .js .ddc-heading-1:before, .js .showroom-details-section > h4:before {
    content: "";
    display: block;
    border-top: solid 2px #bebebe;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0; }
  .js .ddc-heading-1 span, .js .showroom-details-section > h4 span {
    background: #e8e8e8;
    margin-left: 16px;
    padding: 0 10px;
    position: relative;
    z-index: 1; }
  @media print {
    .js .ddc-heading-1:before, .js .showroom-details-section > h4:before {
      display: none; }

    .js .ddc-heading-1 span, .js .showroom-details-section > h4 span {
      margin-left: 0;
      padding: 0; }
 }

.ddc-heading-2, .contentHeading, .model-specific-landing-incentives h3, .ddc-heading-3, .ui-dialog-title, .tech-specs h4, .inventory-detail-packages-options h4 {
  color: #000; }

/*
 *== icons
 ------------------------------------------------------------------------------*/
.video.ddc-icon-video {
  font-size: 22px; }

.media .ddc-icon-video {
  vertical-align: 0.1em; }

.ddc-icon-info {
  color: #2bb300; }

.ddc-icon-expand-circle, .ddc-icon-collapse-circle {
  border-radius: 50%;
  background-color: #e8e8e8;
  float: right;
  height: 1em;
  width: 1em;
  line-height: 0.8;
  color: #000; }
  a:hover .ddc-icon-expand-circle, a:hover .ddc-icon-collapse-circle {
    background-color: #000;
    color: #ffffff; }

/*
 *== Buttons
 ------------------------------------------------------------------------------*/
.ddc-btn, .ui-dialog-buttonset button, .mycars-favorites .hproduct .pricing .make-an-offer, .ddc-pagination > li > a {
  border: none; }
  .ddc-btn.xlarge, .ui-dialog-buttonset button.xlarge, .mycars-favorites .hproduct .pricing .xlarge.make-an-offer, .ddc-pagination > li > a.xlarge {
    font-size: 22px; }

[lang='es-US'] .ddc-btn-default, [lang='fr-CA'] .ddc-btn-default, [lang='es-US'] .ddc-btn-primary, [lang='fr-CA'] .ddc-btn-primary, [lang='es-US'] .ddc-btn-secondary, [lang='fr-CA'] .ddc-btn-secondary {
  white-space: normal; }

.ddc-btn-secondary, .on-deposit-link, .mycars .menu a.mycars-reserve-it-now-btn {
  background-color: #2bb300;
  color: #ffffff; }

.ddc-btn-link {
  color: #787777;
  font-weight: 700;
  text-decoration: underline; }
  .ddc-btn-link:hover, .ddc-btn-link:focus {
    text-decoration: none;
    color: #787777; }
  .ddc-btn-link:active {
    color: #000; }

.ddc-btn-default, .ui-dialog-buttonset button, .ddc-pagination > li > a, .ddc-btn-primary, .showroom-detail .hproduct .view-link, .showroom-detail .callout .callout-button, .pricing .ePrice .ddc-btn, .pricing .eprice-button, .pricing [data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .make-an-offer, .locations-proximity [type="submit"], .ddc-btn-secondary, .on-deposit-link, .mycars .menu a.mycars-reserve-it-now-btn {
  text-shadow: rgba(0, 0, 0, 0.75) 1px -1px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.1em; }
  .ucasecompliance .ddc-btn-default, .ucasecompliance .ui-dialog-buttonset button, .ui-dialog-buttonset .ucasecompliance button, .ucasecompliance .ddc-pagination > li > a, .ucasecompliance .ddc-btn-primary, .ucasecompliance .showroom-detail .hproduct .view-link, .showroom-detail .hproduct .ucasecompliance .view-link, .ucasecompliance .showroom-detail .callout .callout-button, .showroom-detail .callout .ucasecompliance .callout-button, .ucasecompliance .pricing .ePrice .ddc-btn, .pricing .ePrice .ucasecompliance .ddc-btn, .ucasecompliance .pricing .eprice-button, .pricing .ucasecompliance .eprice-button, .ucasecompliance .pricing [data-eprice].ddc-btn, .pricing .ucasecompliance [data-eprice].ddc-btn, .ucasecompliance .mycars-favorites .hproduct .pricing .make-an-offer, .mycars-favorites .hproduct .pricing .ucasecompliance .make-an-offer, .ucasecompliance .locations-proximity [type="submit"], .locations-proximity .ucasecompliance [type="submit"], .ucasecompliance .ddc-btn-secondary, .ucasecompliance .on-deposit-link, .ucasecompliance .mycars .menu a.mycars-reserve-it-now-btn, .mycars .menu .ucasecompliance a.mycars-reserve-it-now-btn {
    text-transform: none; }
  .ddc-btn-default:hover, .ui-dialog-buttonset button:hover, .ddc-pagination > li > a:hover, .ddc-btn-primary:hover, .showroom-detail .hproduct .view-link:hover, .showroom-detail .callout .callout-button:hover, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner span.currentPage, .pricing .ePrice .ddc-btn:hover, .pricing .eprice-button:hover, .pricing [data-eprice].ddc-btn:hover, .mycars-favorites .hproduct .pricing .make-an-offer:hover, .locations-proximity [type="submit"]:hover, .ddc-btn-secondary:hover, .on-deposit-link:hover, .mycars .menu a.mycars-reserve-it-now-btn:hover, .ddc-btn-default:focus, .ui-dialog-buttonset button:focus, .ddc-pagination > li > a:focus, .ddc-btn-primary:focus, .showroom-detail .hproduct .view-link:focus, .showroom-detail .callout .callout-button:focus, .pricing .ePrice .ddc-btn:focus, .pricing .eprice-button:focus, .pricing [data-eprice].ddc-btn:focus, .mycars-favorites .hproduct .pricing .make-an-offer:focus, .locations-proximity [type="submit"]:focus, .ddc-btn-secondary:focus, .on-deposit-link:focus, .mycars .menu a.mycars-reserve-it-now-btn:focus, .ddc-nav > li > .ddc-btn-default:hover, .ddc-nav-inline > li > .ddc-btn-default:hover, .ui-dialog-buttonset .ddc-nav > li > button:hover, .ui-dialog-buttonset .ddc-nav-inline > li > button:hover, .ddc-pagination.ddc-nav > li > a:hover, .ddc-pagination.ddc-nav-inline > li > a:hover, .ddc-nav > li > .ddc-btn-primary:hover, .ddc-nav-inline > li > .ddc-btn-primary:hover, .showroom-detail .hproduct .ddc-nav > li > .view-link:hover, .showroom-detail .hproduct .ddc-nav-inline > li > .view-link:hover, .showroom-detail .callout .ddc-nav > li > .callout-button:hover, .showroom-detail .callout .ddc-nav-inline > li > .callout-button:hover, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner .ddc-nav > li > span.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner .ddc-nav-inline > li > span.active, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner .ddc-nav > li > span.currentPage, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner .ddc-nav-inline > li > span.currentPage, .pricing .ePrice .ddc-nav > li > .ddc-btn:hover, .pricing .ePrice .ddc-nav-inline > li > .ddc-btn:hover, .pricing .ddc-nav > li > .eprice-button:hover, .pricing .ddc-nav-inline > li > .eprice-button:hover, .pricing .ddc-nav > li > [data-eprice].ddc-btn:hover, .pricing .ddc-nav-inline > li > [data-eprice].ddc-btn:hover, .mycars-favorites .hproduct .pricing .ddc-nav > li > .make-an-offer:hover, .mycars-favorites .hproduct .pricing .ddc-nav-inline > li > .make-an-offer:hover, .locations-proximity .ddc-nav > li > [type="submit"]:hover, .locations-proximity .ddc-nav-inline > li > [type="submit"]:hover, .ddc-nav > li > .ddc-btn-secondary:hover, .ddc-nav-inline > li > .ddc-btn-secondary:hover, .ddc-nav > li > .on-deposit-link:hover, .ddc-nav-inline > li > .on-deposit-link:hover, .mycars .menu .ddc-nav > li > a.mycars-reserve-it-now-btn:hover, .mycars .menu .ddc-nav-inline > li > a.mycars-reserve-it-now-btn:hover, .ddc-nav > li > .ddc-btn-default:focus, .ddc-nav-inline > li > .ddc-btn-default:focus, .ui-dialog-buttonset .ddc-nav > li > button:focus, .ui-dialog-buttonset .ddc-nav-inline > li > button:focus, .ddc-pagination.ddc-nav > li > a:focus, .ddc-pagination.ddc-nav-inline > li > a:focus, .ddc-nav > li > .ddc-btn-primary:focus, .ddc-nav-inline > li > .ddc-btn-primary:focus, .showroom-detail .hproduct .ddc-nav > li > .view-link:focus, .showroom-detail .hproduct .ddc-nav-inline > li > .view-link:focus, .showroom-detail .callout .ddc-nav > li > .callout-button:focus, .showroom-detail .callout .ddc-nav-inline > li > .callout-button:focus, .pricing .ePrice .ddc-nav > li > .ddc-btn:focus, .pricing .ePrice .ddc-nav-inline > li > .ddc-btn:focus, .pricing .ddc-nav > li > .eprice-button:focus, .pricing .ddc-nav-inline > li > .eprice-button:focus, .pricing .ddc-nav > li > [data-eprice].ddc-btn:focus, .pricing .ddc-nav-inline > li > [data-eprice].ddc-btn:focus, .mycars-favorites .hproduct .pricing .ddc-nav > li > .make-an-offer:focus, .mycars-favorites .hproduct .pricing .ddc-nav-inline > li > .make-an-offer:focus, .locations-proximity .ddc-nav > li > [type="submit"]:focus, .locations-proximity .ddc-nav-inline > li > [type="submit"]:focus, .ddc-nav > li > .ddc-btn-secondary:focus, .ddc-nav-inline > li > .ddc-btn-secondary:focus, .ddc-nav > li > .on-deposit-link:focus, .ddc-nav-inline > li > .on-deposit-link:focus, .mycars .menu .ddc-nav > li > a.mycars-reserve-it-now-btn:focus, .mycars .menu .ddc-nav-inline > li > a.mycars-reserve-it-now-btn:focus {
    background: #000; }
  .ddc-btn-default:active, .ui-dialog-buttonset button:active, .ddc-pagination > li > a:active, .ddc-btn-primary:active, .showroom-detail .hproduct .view-link:active, .showroom-detail .callout .callout-button:active, .pricing .ePrice .ddc-btn:active, .pricing .eprice-button:active, .pricing [data-eprice].ddc-btn:active, .mycars-favorites .hproduct .pricing .make-an-offer:active, .locations-proximity [type="submit"]:active, .ddc-btn-secondary:active, .on-deposit-link:active, .mycars .menu a.mycars-reserve-it-now-btn:active {
    background: #3e3e3e; }

.ddc-btn-primary, .showroom-detail .hproduct .view-link, .showroom-detail .callout .callout-button, .pricing .ePrice .ddc-btn, .pricing .eprice-button, .pricing [data-eprice].ddc-btn, .mycars-favorites .hproduct .pricing .make-an-offer, .locations-proximity [type="submit"] {
  background: #0d65bf;
  background: -webkit-linear-gradient(#0d65bf, #094481);
  background: -moz-linear-gradient(#0d65bf, #094481);
  background: -o-linear-gradient(#0d65bf, #094481);
  background: linear-gradient(#0d65bf, #094481); }

.ddc-btn-secondary, .on-deposit-link, .mycars .menu a.mycars-reserve-it-now-btn {
  background: #2bb300;
  background: -webkit-linear-gradient(#2bb300, #1b7100);
  background: -moz-linear-gradient(#2bb300, #1b7100);
  background: -o-linear-gradient(#2bb300, #1b7100);
  background: linear-gradient(#2bb300, #1b7100); }

.errors {
  display: block;
  margin: 10px;
  text-align: center; }
  .errors small.ui-state.ui-state-error {
    padding: 2.5px 5px;
    border-radius: 15px; }
    .finance-driver-application .errors small.ui-state.ui-state-error {
      white-space: nowrap; }
  .errors.hide {
    display: none; }
  .errors .ddc-icon {
    display: none; }

.calculator-payment-dealertrack-lead .errors {
  clear: both;
  margin-bottom: 1em; }

.finance-driver-application .ddc-form-group .ddc-input-inline input {
  margin-right: 6px; }

.marital-status-disclaimer {
  display: inline-block;
  padding-top: 5px; }

.financedriver-prequalification-error .ddc-icon-call, .financedriver-prequalification-confirm-error-intro .ddc-icon-call, .financedriver-application-error .ddc-icon-call {
  vertical-align: sub; }

.ddc-input-group .ddc-input-group-addon {
  font-weight: 700; }

.panel-heading {
  cursor: pointer;
  color: #000; }
  .panel-heading a {
    color: inherit;
    text-decoration: inherit; }
  .panel-heading:hover {
    color: #0d65bf; }

.popover {
  font-weight: 400; }

.vdp .paymentInformation .popover.bottom .arrow {
  margin-left: 38px; }

.groupSite .cycle {
  display: block;
  width: auto !important;
  height: auto !important; }

.groupSite .cycle li {
  display: none;
  width: auto !important;
  height: auto !important; }
  .groupSite .cycle li img {
    width: 98% !important;
    height: 98%; }

.groupSite .cycle, .groupSite .adr, .groupSite .tels {
  display: block; }

/* jwplayer from default v1/v2
-------------------------------------------------------------- */
/* html5 jwplayer video reset - without this the position of video within the player can shift and crop */
.jwplayer video {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0; }

.ddc-video-wrapper, .ddc-video-wrapper .jwplayer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

/* internal jwplayer display: table items shouldn't get global table reset */
.jwdisplayIcon {
  border-collapse: separate; }

/* have to force this override, since the jw error message is in a table which doesn't respect max-width */
.ddc-video-wrapper .jwplayer-error {
  width: 100% !important; }

.yui3-g .jwplayer {
  letter-spacing: normal;
  word-spacing: normal; }

#media .imageViewer .jwplayer img {
  height: auto;
  width: auto; }

/* have to force this override, need menu bgs to cover area */
.jwback {
  background-size: cover !important; }

.jwplayer div.jwoption {
  padding-right: 10px; }

/* prevent jquery-ui dialogs from cropping fullscreen video */
.fullscreen-video .ui-dialog, .fullscreen-video .ui-dialog .ui-dialog-content {
  overflow: visible; }

/* getting rid of a grey rectangle background image on 404 page */
.four-o-four .first {
  background-image: none; }

/*
 *== jcarousel overrides
 ------------------------------------------------------------------------------*/
.jcarousel.ddc-nav, .jcarousel.ddc-nav-inline {
  max-height: 102px; }

.jcarousel-container {
  margin-top: 4px;
  width: 100%;
  height: 102px;
  background-color: transparent; }
  .jcarousel-container .jcarousel-item {
    width: 110px; }
  .jcarousel-container .jcarousel-item a {
    padding: 0 1px; }
    .jcarousel-container .jcarousel-item a img {
      max-height: 100px;
      width: 100%; }

.jcarousel-clip-horizontal {
  overflow: hidden;
  max-width: 100%;
  margin: 0 32px; }

.jcarousel-prev, .jcarousel-prev-horizontal, .jcarousel-prev-disabled-horizontal, .jcarousel-next, .jcarousel-next-horizontal, .jcarousel-next-disabled-horizontal {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 100%;
  background-color: transparent;
  background-image: none;
  line-height: 1;
  user-select: none; }

.jcarousel-prev.jcarousel-prev-disabled-horizontal, .jcarousel-next.jcarousel-next-disabled-horizontal {
  color: #bebebe; }

.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
  color: #0d65bf; }

.jcarousel-prev, .jcarousel-prev-horizontal, .jcarousel-prev-disabled-horizontal, .jcarousel-next, .jcarousel-next-horizontal, .jcarousel-next-disabled-horizontal {
  text-indent: -8px; }

#vColors .jcarousel-prev, #vColors .jcarousel-next {
  top: 4px; }

#vColors .color {
  padding: 12px 0 0; }

.imageViewer img {
  margin: 0 auto; }

.media-viewer .jcarousel-prev, .media-viewer .jcarousel-next {
  top: 10px; }
.media-viewer #vSpins .jcarousel-container {
  width: 100%; }
.media-viewer #vSpins .jcarousel-clip {
  width: 240px;
  margin: 0 auto; }

.mslp-gallery .jcarousel-container .jcarousel-clip-horizontal {
  max-width: 350px; }

/*
 *== Variation-wide Sass
 ------------------------------------------------------------------------------*/
.inventory-similar-default .similar-vehicle > div, .inventory-featured-default-extension-1 .hproduct > div, .ddc-mega-menu-nav .inventory-featured-default .hproduct > div, .inventory-featured-financedriver .hproduct > div {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  top: 0; }

.calculator-payment-dealertrack-lead .errors > .dropdown-menu, .slideControls .next > .dropdown-menu, .showroom-detail .hproduct .pricing > .dropdown-menu, .incentives-search-detail .ui-button > .dropdown-menu, .mycars-favorites .hproduct .alert-set .checkbox input > .dropdown-menu, .mycars-favorites .hproduct .item-compare .checkbox input > .dropdown-menu, .service-listing .view-link > .dropdown-menu {
  right: 0;
  left: auto; }

.slideControls .prev > .dropdown-menu, .showroom-detail .hproduct .description > .dropdown-menu, .inventoryList .incentive-list > .dropdown-menu {
  left: 0;
  right: auto; }

.ddc-navbar-nav > li > a.sublabelled span {
  display: block;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  text-transform: none; }

/*
*== GENERAL
------------------------------------------------------------------------------*/
html, body {
  height: 100%; }

body {
  min-width: 960px; }

.show-inline {
  display: inline-block !important; }

.ie9.gradient {
  filter: none; }

/*
 *== GRIDS
 ------------------------------------------------------------------------------*/
/*
 *== Links
 ------------------------------------------------------------------------------*/
.content a {
  text-decoration: underline; }

a .ddc-icon {
  display: inline-block;
  text-decoration: none; }

.links-list.links-list-extension-1 .ddc-nav-stacked a {
  text-align: left;
  text-decoration: none;
  padding-left: 0;
  color: #000; }
  .links-list.links-list-extension-1 .ddc-nav-stacked a:hover {
    text-decoration: underline;
    color: #0d65bf; }

/*
 *== Boxes
 ------------------------------------------------------------------------------*/
.ddc-box-1, .showroom-detail .callout + .type-1, .showroom-details-section .ui-tabs, .ddc-box-2, .ddc-box-3 {
  padding: 10px 16px; }
  .ddc-box-1:before, .showroom-detail .callout + .type-1:before, .showroom-details-section .ui-tabs:before, .ddc-box-2:before, .ddc-box-3:before, .ddc-box-1:after, .showroom-detail .callout + .type-1:after, .showroom-details-section .ui-tabs:after, .ddc-box-2:after, .ddc-box-3:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ddc-box-1:after, .showroom-detail .callout + .type-1:after, .showroom-details-section .ui-tabs:after, .ddc-box-2:after, .ddc-box-3:after {
    clear: both; }
  .ddc-box-1 > h3, .showroom-detail .callout + .type-1 > h3, .showroom-details-section .ui-tabs > h3, .ddc-box-2 > h3, .ddc-box-3 > h3, .ddc-box-1 > .h4, .showroom-detail .callout + .type-1 > .h4, .showroom-details-section .ui-tabs > .h4, .ddc-box-2 > .h4, .ddc-box-3 > .h4 {
    margin-top: 5px; }

.ddc-box-1, .showroom-detail .callout + .type-1, .showroom-details-section .ui-tabs {
  background-color: #ffffff; }
  .ddc-box-1 > h3, .ddc-box-1 > .h4, .showroom-detail .callout + .type-1 > h3, .showroom-details-section .ui-tabs > h3, .showroom-detail .callout + .type-1 > .h4, .showroom-details-section .ui-tabs > .h4 {
    font-size: 18px; }

.ddc-box-2 {
  background-color: transparent; }
  .ddc-box-2 > h3, .ddc-box-2 > .h4 {
    font-size: 18px; }

.ddc-box-3 {
  min-height: 285px; }
  .ddc-box-3.ddc-content {
    margin-bottom: 0; }
  .ddc-box-3 > h3 {
    margin-top: -65px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100; }
    .ddc-box-3 > h3 i {
      display: block;
      text-align: center;
      width: 80px;
      margin: 0 auto 10px;
      color: #787777;
      padding: 9px;
      border-radius: 3em;
      font-size: 50px;
      background: #e8e8e8; }

.position-boxes {
  margin-right: -25px;
  margin-left: -25px; }

.position-boxes > [class^="ddc-span"] {
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 1px solid rgba(190, 190, 190, 0.66); }
  .position-boxes > [class^="ddc-span"]:first-child {
    border-left: none; }

/*
 *== page containers
 ------------------------------------------------------------------------------*/
.ddc-container.main {
  min-height: 76%;
  height: auto !important;
  height: 76%; }

/*
 *== Internal Pages
 ------------------------------------------------------------------------------*/
.content-page-title {
  position: relative;
  background-color: #ffffff; }
  .content-page-title.ddc-content {
    margin-bottom: 0; }
  .content-page-title h1 {
    width: 960px;
    margin: 0 auto 3px;
    padding: 20px 0 10px; }

.ddc-banner {
  background-color: #ffffff; }

/*
 *== Lists
 ------------------------------------------------------------------------------*/
/* ==dictionary list */
.ddc-list-columns > li .separator {
  display: none; }

.calloutDetails li {
  display: inline-block;
  margin-right: 5px; }
  .calloutDetails li img {
    margin-right: 10px;
    max-height: 50px; }

.links-breadcrumbs {
  font-weight: 700; }

/*
 *== Forms
 ------------------------------------------------------------------------------*/
/* ==generic forms styling */
fieldset {
  margin-bottom: 6px; }
  fieldset legend, fieldset h2 {
    font-size: 14px;
    font-weight: 700; }

.ddc-form-control {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  font-weight: 700; }
  .ddc-form-control.textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #bebebe; }

.ddc-form-group label, .ddc-form-group-container label {
  padding-right: 48px;
  color: #787777;
  font-weight: 700;
  text-align: right; }

select.ddc-form-control:focus, textarea.ddc-form-control:focus, input.ddc-form-control:focus {
  -webkit-box-shadow: 0px 0px 8px rgba(120, 119, 119, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(120, 119, 119, 0.5);
  box-shadow: 0px 0px 8px rgba(120, 119, 119, 0.5); }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.ddc-form-control:focus, textarea.ddc-form-control:focus, input.ddc-form-control:focus {
      outline: #787777 solid 2px; } }

select, select.ddc-form-control {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  border-color: #bebebe;
  -webkit-appearance: none;
  padding: 4px 2px 4px 6px; }

/* Add arrow only for webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-info select, select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path fill='#787777' d='M14.5,9.667h-9L10,5.5L14.5,9.667z M5.5,11.334h9L10,15.5L5.5,11.334z'/></svg>") no-repeat center right #ffffff !important;
    padding: 4px 32px 4px 10px; }

  .btn-info select.disabled, select.disabled {
    background-image: none !important;
    background-color: #eeeeee !important; }
 }

input.invalid, select.invalid {
  -webkit-box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
  box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
  border-color: #fc6464; }

.ddc-form-inline fieldset, .ddc-navbar-form fieldset {
  display: inline-block; }

/*
*== HEADER
------------------------------------------------------------------------------*/
.ddc-header {
  min-height: 138px;
  background-color: #ffffff;
  color: #787777; }
  .ddc-header.compact {
    min-height: 90px; }
    .ddc-header.compact .header-default {
      height: 90px;
      overflow: hidden; }
      .ddc-header.compact .header-default .franchises {
        margin-bottom: 0; }
      .ddc-header.compact .header-default .home-logolink {
        position: absolute;
        padding-top: 0; }
      .ddc-header.compact .header-default .vcard {
        margin-top: 10px;
        margin-left: 130px; }
        .ddc-header.compact .header-default .vcard h1 {
          width: 45%;
          margin: 0;
          padding-top: 10px;
          font-weight: normal;
          font-size: 28px;
          line-height: 28px;
          letter-spacing: normal; }
        .ddc-header.compact .header-default .vcard .adr {
          top: 30px;
          text-align: right;
          text-transform: none; }
          .ddc-header.compact .header-default .vcard .adr a {
            font-size: 12px; }
        .ddc-header.compact .header-default .vcard .tels {
          position: absolute;
          top: 10px;
          right: 0;
          width: auto;
          margin-top: 0;
          margin-bottom: 0;
          font-size: 12px;
          text-transform: none; }
          .ddc-header.compact .header-default .vcard .tels .tel {
            padding: 0 0 0 10px; }
          .ddc-header.compact .header-default .vcard .tels .tel.phone1 {
            font-size: 12px; }
            .ie8 .ddc-header.compact .header-default .vcard .tels .tel.phone1 {
              font-size: 12px; }
    .ddc-header.compact .value-statement {
      position: static;
      width: 50%;
      clear: left;
      margin-left: 130px;
      margin-bottom: 0;
      padding-top: 5px;
      font-weight: normal;
      font-size: 10px; }
    .ddc-header.compact .links-locale {
      display: none;
      float: left;
      clear: left;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 120px; }
      .ddc-header.compact .links-locale a {
        text-transform: none;
        font-size: 10px; }
  .ddc-header.noShrink .header-default .vcard .adr {
    top: 0px;
    text-align: right; }
  .ddc-header.noShrink .header-default .vcard .tels {
    position: absolute;
    top: 25px;
    right: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .ddc-header.noShrink .header-default .vcard .tels .tel {
      padding-right: 0px;
      line-height: 0px; }
  .ddc-header .ddc-content {
    margin-bottom: 0; }
  .ddc-header .inventory-search-form {
    left: 660px;
    bottom: 0;
    width: 31%; }
    .ddc-header .inventory-search-form .ddc-form-group {
      float: left;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .ddc-header .inventory-search-form .ddc-form-group + .ddc-form-group {
        width: 29%;
        padding-left: 0;
        position: absolute;
        right: 0px; }
      .ddc-header .inventory-search-form .ddc-form-group > div {
        padding-right: 0; }
    .ddc-header .inventory-search-form input[type="search"] {
      height: 28px; }
    .ddc-header .inventory-search-form .ddc-btn {
      position: absolute;
      right: 0px; }
  .ddc-header .header-default {
    position: relative; }
    .ddc-header .header-default:before, .ddc-header .header-default:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .ddc-header .header-default:after {
      clear: both; }
    .ddc-header .header-default:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0; }
    .ddc-header .header-default .home-logolink {
      float: left;
      overflow: hidden;
      margin: 0 0.6em 0 0;
      padding-top: 16px;
      width: 130px;
      height: 100px;
      color: #787777; }
      .ddc-header .header-default .home-logolink img {
        width: 130px; }
    .ddc-header .header-default .vcard {
      font-weight: 300;
      letter-spacing: 0.05em; }
      .ddc-header .header-default .vcard h1 {
        font-size: 32px;
        float: left;
        padding-top: 26px;
        width: 60%;
        color: #787777;
        letter-spacing: 0.1em; }
        .ddc-header .header-default .vcard h1 .url {
          color: #787777; }
      .ddc-header .header-default .vcard .adr {
        text-transform: uppercase;
        position: absolute;
        top: 0.6em;
        right: 0; }
        .ucasecompliance .ddc-header .header-default .vcard .adr {
          text-transform: none; }
        .ddc-header .header-default .vcard .adr .ddc-icon {
          color: #0d65bf; }
        .ddc-header .header-default .vcard .adr a {
          font-size: 14px;
          color: #000; }
        .ddc-header .header-default .vcard .adr br {
          display: none; }
        .ddc-header .header-default .vcard .adr .street-address:after {
          content: ", "; }
      .ddc-header .header-default .vcard .tels {
        text-transform: uppercase;
        font-size: 14px;
        float: right;
        margin-top: 32px;
        width: 24%;
        text-align: right;
        color: #000; }
        .ucasecompliance .ddc-header .header-default .vcard .tels {
          text-transform: none; }
        .ddc-header .header-default .vcard .tels li {
          padding-bottom: 3px;
          line-height: 21px; }
        .ddc-header .header-default .vcard .tels .tel.phone1 {
          font-size: 22px; }
          .ie8 .ddc-header .header-default .vcard .tels .tel.phone1 {
            font-size: 18px; }
        .ddc-header .header-default .vcard .tels .separator {
          display: inline;
          padding-right: 6px; }
  .ddc-header .ddc-container {
    position: relative;
    padding: 0; }
  .ddc-header .links-locale {
    float: right;
    padding-top: 2px;
    padding-bottom: 6px; }
    .ddc-header .links-locale a {
      text-transform: uppercase;
      padding: 0 10px;
      font-size: 12px;
      color: #787777;
      text-decoration: underline;
      border-left: 1px solid #000; }
      .ucasecompliance .ddc-header .links-locale a {
        text-transform: none; }
      .ddc-header .links-locale a:first-child {
        border-left: none; }
  .ddc-header .value-statement {
    position: absolute;
    left: 140px;
    bottom: -21px;
    color: #787777;
    font-weight: 700; }

/* fix for mega menu working in ipad */
.dropdown-backdrop {
  display: none; }

/*
*== STICKY-NAV and SHRINKY-HEADER
------------------------------------------------------------------------------*/
/* Header */
.sticky-header-nav {
  position: fixed; }

.ddc-header.sticky-header-nav {
  z-index: 1030;
  width: 100%;
  position: fixed;
  top: 0px;
  /* Desktop header - height transition */ }
  .ddc-header.sticky-header-nav.compact {
    z-index: 1031; }
  .ddc-header.sticky-header-nav.shrink-header-nav {
    height: 50px;
    min-height: 50px;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
    /* iPad header - collapsed on load for optimal screen real estate*/ }
    .ddc-header.sticky-header-nav.shrink-header-nav.ipad {
      height: 50px; }
    .ddc-header.sticky-header-nav.shrink-header-nav .inventory-search-form {
      bottom: 6px;
      right: 330px;
      position: absolute;
      left: auto; }
    .ddc-header.sticky-header-nav.shrink-header-nav .home-logolink {
      width: 73px;
      height: 50px;
      margin: 0 4px 0 0;
      padding-top: 1px; }
    .ddc-header.sticky-header-nav.shrink-header-nav .vcard h1 {
      margin-top: 11px;
      padding-top: 0;
      font-size: 20px; }
    .ddc-header.sticky-header-nav.shrink-header-nav .vcard .tels .tel.phone1 {
      position: relative;
      cursor: pointer;
      margin: -21px 54px 0 0;
      text-align: right; }
    .ddc-header.sticky-header-nav.shrink-header-nav .vcard .tels .tel.phone1:after {
      position: absolute;
      top: 2px;
      right: -25px;
      font-size: 20px;
      color: rgba(120, 119, 119, 0.6); }
    .ddc-header.sticky-header-nav.shrink-header-nav .vcard .tels .tel.phone1:hover:after {
      color: #787777; }
    .ddc-header.sticky-header-nav.shrink-header-nav .vcard ul.tels li.tel.phone1 span {
      display: inline-block;
      font-size: 18px; }
    .ddc-header.sticky-header-nav.shrink-header-nav p.adr .ddc-icon-map:before, .ddc-header.sticky-header-nav.shrink-header-nav p.adr .ddc-icon-map-marker:before, .ddc-header.sticky-header-nav.shrink-header-nav p.adr span, .ddc-header.sticky-header-nav.shrink-header-nav .vcard ul.tels li span, .ddc-header.sticky-header-nav.shrink-header-nav .ddc-content.links-locale a {
      display: none; }

/* Navigation */
.ddc-navbar.sticky-header-nav {
  z-index: 1029;
  width: 100%; }
  .ddc-navbar.sticky-header-nav.shrink-header-nav.ipad {
    top: 50px !important; }

/* Wrapper */
.ddc-wrapper.sticky-header-nav.ipad {
  padding-top: 100px; }

/* Transitions */
.ddc-navbar.sticky-header-nav.shrink-header-nav, .ddc-wrapper.shrink-header-nav, .ddc-header.sticky-header-nav .home-logolink, .ddc-header.sticky-header-nav .header-default .vcard h1 {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }

.ie8 .ddc-header.sticky-header-nav.shrink-header-nav .home-logolink img {
  height: 60%; }
.ie8 .ddc-header.sticky-header-nav .vcard .tels {
  width: 28%; }
.ie8 .ddc-header.sticky-header-nav .vcard .tels .tel.phone1 {
  font-size: 20px; }
.ie8 .ddc-header.sticky-header-nav.shrink-header-nav .vcard ul.tels .tel.phone1 {
  font-size: 16px; }
  .ie8 .ddc-header.sticky-header-nav.shrink-header-nav .vcard ul.tels .tel.phone1:after {
    color: #bebebe; }
.ie8 .ddc-header.compact .vcard .tels {
  width: auto; }
.ie8 .shrink-header-nav .ddc-icon-map {
  display: none; }

.navigation-sitemap ul a {
  text-decoration: none; }

/*
*== FOOTER
------------------------------------------------------------------------------*/
.ddc-footer {
  background-color: #ffffff; }
  .ddc-footer a.credit {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: relative;
    top: 35px;
    display: block;
    width: 90px;
    height: 21px;
    background-color: transparent;
    background-image: url("/v9/media/images/footer-logos/v1/ddc-logo-black.png");
    background-position: 0 0;
    background-repeat: no-repeat; }
  .ddc-footer .navigation-default {
    width: 810px;
    float: right;
    margin-bottom: 0; }
    .ddc-footer .navigation-default:before, .ddc-footer .navigation-default:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .ddc-footer .navigation-default:after {
      clear: both; }
    .ddc-footer .navigation-default li {
      float: left; }
      .ddc-footer .navigation-default li > a {
        font-size: 12px;
        text-transform: uppercase;
        padding: 32px 20px;
        height: 100px; }
        .ucasecompliance .ddc-footer .navigation-default li > a {
          text-transform: none; }

.ddc-footer, .push {
  height: 100px; }

.no-push {
  margin-bottom: -100px; }

/*
*== hentry elements (e.g. blogs, reviews)
------------------------------------------------------------------------------*/
.hentry {
  margin-top: 20px;
  border-top: 1px solid #787777; }
  .hentry:first-child {
    margin-top: 0;
    border-top: none; }
  .hentry .view-link {
    margin-top: 6px; }

.published {
  font-weight: 700; }

.published + .author.vcard:before {
  content: " | "; }

.published, .author.vcard {
  display: inline-block; }

.entry-summary, .entry-content, .categories {
  margin-top: 10px; }

.categories, .tags {
  font-weight: 700; }
  .categories a, .tags a {
    font-weight: 400; }

/*
*== Group Nav
------------------------------------------------------------------------------*/
.franchiseList {
  margin: 0 auto;
  padding: 0;
  max-width: 960px; }
  .franchiseList .franchise {
    margin: 0;
    padding: 0; }

.franchise.selected {
  position: relative; }
  .franchise.selected .childList {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 271px;
    margin-left: -135px;
    padding: 0 0 20px; }
    .franchise.selected .childList .vcard {
      position: relative;
      margin: 0;
      padding: 10px;
      background-color: #ffffff; }
    .franchise.selected .childList .childFranchise {
      position: absolute;
      top: 10px;
      left: 10px; }
    .franchise.selected .childList .fn, .franchise.selected .childList .adr, .franchise.selected .childList .tel {
      display: block;
      width: 60%;
      margin-left: 40%;
      line-height: 1; }
    .franchise.selected .childList .fn {
      font-weight: 700;
      font-size: 14px; }
    .franchise.selected .childList .adr, .franchise.selected .childList .tel {
      font-size: 12px; }
    .franchise.selected .childList:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -19px;
      left: 50%;
      z-index: 3;
      height: 0;
      width: 0;
      margin-left: -20px;
      border: 20px solid transparent;
      border-top-color: #ffffff; }

.service-section {
  padding: 50px 0;
  background: url('/v9/variations/global/0011/v1/images/service-bg.png') no-repeat 0 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v9/variations/global/0011/v1/images/service-bg.png', sizingMethod='scale');
  background-size: cover; }
  .service-section .service-lead {
    margin-top: 30px; }
    .service-section .service-lead h2 {
      display: none; }
    .service-section .service-lead fieldset {
      margin-bottom: 0; }
    .service-section .service-lead label {
      margin-top: 7px; }

.dealership-section {
  padding-top: 50px;
  padding-bottom: 25px; }
  .dealership-section .ddc-heading-1 {
    border-bottom: none; }
    .dealership-section .ddc-heading-1:after {
      content: none; }

.highlighted-section {
  background-color: #ffffff;
  border-bottom: 2px solid #0d65bf;
  padding-top: 25px;
  -webkit-box-shadow: 0px 5px 5px #787777 inset;
  -moz-box-shadow: 0px 5px 5px #787777 inset;
  box-shadow: 0px 5px 5px #787777 inset; }
  .highlighted-section .ddc-heading-1 span {
    background-color: #ffffff; }
  .highlighted-section .ddc-form-control {
    background-color: white; }

/*
*== Global Nav
------------------------------------------------------------------------------*/
.ddc-footer .ddc-nav a, .ddc-footer .ddc-nav-inline a {
  color: #000;
  font-weight: 700; }

.ddc-nav-pills > li > a {
  color: #000;
  font-weight: 800; }
  .ddc-nav-pills > li > a:hover, .ddc-nav-pills > li > a:focus, .ddc-nav-pills > li > a:active {
    background: #e8e8e8; }

.ddc-nav-stacked > li > a {
  background: none;
  text-decoration: underline;
  font-weight: 800; }
  .ddc-nav-stacked > li > a:hover, .ddc-nav-stacked > li > a:focus {
    background: none;
    text-decoration: underline; }
  .ddc-nav-stacked > li > a:active {
    text-decoration: none; }

.ddc-nav-stacked > li.currentPage > a {
  background: none;
  text-decoration: none;
  cursor: auto;
  color: #000; }
  .ddc-nav-stacked > li.currentPage > a:hover, .ddc-nav-stacked > li.currentPage > a:focus {
    background: none;
    text-decoration: none; }

/*
*== Navbar
------------------------------------------------------------------------------*/
.ddc-navbar .ddc-content {
  margin-bottom: 0; }

.ddc-navbar-default {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 10px;
  border-top: solid #222b62;
  border-bottom: solid #787777;
  border-width: 2px 0 1px; }
  .ddc-navbar-default.no-box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.ddc-navbar-nav {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-weight: 400; }
  .ddc-navbar-nav .ddc-dropdown {
    position: static; }
  .ddc-navbar-nav > li > a {
    display: none;
    height: 60px;
    min-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700; }
    .ddc-navbar-nav > li > a.sublabelled {
      display: block; }
    .touch .ddc-navbar-nav > li > a:hover {
      background-color: inherit; }
    .mycars-enabled .ddc-navbar-nav > li > a {
      min-width: 135px; }
  .ddc-navbar-nav .caret {
    position: relative;
    top: -0.6em;
    border: none; }
  .ddc-navbar-nav .ui-state.ui-state-highlight {
    border: none;
    background: none;
    color: #dfdfdf; }
    .ddc-navbar-nav .ui-state.ui-state-highlight .ddc-icon {
      min-height: 150px; }
  .ddc-navbar-nav li.home a.homeLink {
    width: 60px;
    min-width: 0;
    height: 60px;
    padding: 10px 0 0 12px;
    font-size: 32px;
    background-color: transparent; }

.ddc-navbar-default .ddc-navbar-nav > li > a:focus {
  outline: none;
  background-color: inherit; }

.ddc-dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 90px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 90px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 90px inset;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 16px;
  width: 100%;
  border: 0; }
  .ddc-dropdown-menu > li {
    border-left: solid 2px #222b62;
    padding: 10px 16px; }
    .ddc-dropdown-menu > li:first-child {
      border-left: none; }
  .ddc-dropdown-menu a {
    color: #ffffff; }
    .ddc-dropdown-menu a:hover {
      text-decoration: none; }
  .ddc-dropdown-menu h4 {
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff; }
    .ddc-dropdown-menu h4 a {
      display: block; }
      .ddc-dropdown-menu h4 a:hover {
        text-decoration: underline; }

.nav-links {
  margin-bottom: 10px; }
  .nav-links a {
    display: block;
    padding: 5px 10px; }
    .nav-links a:hover {
      background-color: #222b62; }

.dropdown-backdrop {
  display: none; }

.ddc-mega-menu-nav a.view-link {
  display: block; }
.ddc-mega-menu-nav .hours-default .today {
  background-color: #222b62; }
.ddc-mega-menu-nav .contact-form label {
  padding-right: 0;
  font-weight: 400;
  color: #ffffff; }
.ddc-mega-menu-nav .hproduct {
  min-height: 120px;
  padding: 5px 7px;
  margin-bottom: 5px;
  /* Inventory Count Hover */ }
  .ddc-mega-menu-nav .hproduct:hover {
    border-radius: 10px;
    background-color: #222b62; }
  .ddc-mega-menu-nav .hproduct h3 {
    margin: 0;
    font-weight: 400; }
  .ddc-mega-menu-nav .hproduct .inventory-count {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 10px; }
    .ddc-mega-menu-nav .hproduct .inventory-count.no-inventory {
      margin-top: 0; }
  .ddc-mega-menu-nav .hproduct:hover .inventory-count, .ddc-mega-menu-nav .hproduct:hover .inventory-count a {
    display: block;
    height: 100%; }
  .ddc-mega-menu-nav .hproduct:hover a.inventory-count-link:hover {
    background-color: transparent; }
  .ddc-mega-menu-nav .hproduct .inventory-count-value {
    display: inline;
    font-size: 42px;
    line-height: 1;
    font-weight: 800; }
  .ddc-mega-menu-nav .hproduct .inventory-count-label {
    display: inline;
    font-size: 14px; }
.ddc-mega-menu-nav .model-selector-default .hproduct {
  position: relative; }
  .ddc-mega-menu-nav .model-selector-default .hproduct h3 {
    padding: 5px 10px; }
  .ddc-mega-menu-nav .model-selector-default .hproduct .media {
    min-height: 1px; }
    .ddc-mega-menu-nav .model-selector-default .hproduct .media a {
      display: block;
      min-height: 1px;
      height: 80px;
      vertical-align: bottom;
      text-align: center; }
    .ddc-mega-menu-nav .model-selector-default .hproduct .media img {
      display: inline-block;
      vertical-align: bottom;
      width: 100%; }
      .ddc-mega-menu-nav .model-selector-default .hproduct .media img:hover {
        background-color: transparent; }
.ddc-mega-menu-nav .has-inventory-counts .hproduct:hover .media img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.5; }
.ddc-mega-menu-nav .jcarousel-container {
  min-height: 180px; }
  .ddc-mega-menu-nav .jcarousel-container .jcarousel-clip-horizontal {
    margin-left: 5px; }
    .ddc-mega-menu-nav .jcarousel-container .jcarousel-clip-horizontal h3 {
      margin: 0;
      padding: 0; }
  .ddc-mega-menu-nav .jcarousel-container .jcarousel .hproduct a:hover {
    background-color: transparent; }
  .ddc-mega-menu-nav .jcarousel-container .jcarousel-item .media a {
    display: inline-block;
    vertical-align: middle; }
  .ddc-mega-menu-nav .jcarousel-container .jcarousel-item a img {
    width: 145px;
    max-height: none; }
  li .ddc-mega-menu-nav .jcarousel-container .jcarousel-item {
    width: 175px; }
.ddc-mega-menu-nav .social-media .ui-tabs {
  padding: 0; }
.ddc-mega-menu-nav .social-media .social-tabs {
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  /* high specificity here because have to override VDP tabs styles */ }
  .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav {
    background-color: #787777;
    margin-bottom: 10px;
    padding: 0; }
    .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default {
      margin-bottom: 0;
      background-color: transparent;
      border: none;
      font-weight: 700; }
      .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default a {
        font-size: 14px;
        color: #ffffff;
        padding: 0.75em; }
        .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default a:hover, .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default a:focus {
          background: #000; }
    .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default .ddc-icon {
      color: #bebebe;
      vertical-align: middle; }
    .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-hover, .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-active {
      background-color: #000; }
      .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-hover .ddc-icon, .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-active .ddc-icon {
        color: #ffffff; }
    .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-active:after {
      content: ' ';
      position: absolute;
      bottom: -25px;
      left: 50%;
      margin-left: -15px;
      z-index: 3;
      height: 0;
      width: 0;
      border: 15px solid transparent;
      border-top-color: #000; }
    .ddc-mega-menu-nav .social-media .social-tabs .ui-tabs-nav li.ui-state-default a {
      font-size: 14px; }
.ddc-mega-menu-nav .social-media .ui-tabs-panel {
  position: static;
  max-height: 460px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px 6px;
  color: #000; }
  .ddc-mega-menu-nav .social-media .ui-tabs-panel a {
    color: #000; }
  .ddc-mega-menu-nav .social-media .ui-tabs-panel a.ddc-btn {
    color: #ffffff; }
  .ddc-mega-menu-nav .social-media .ui-tabs-panel .view-link {
    display: inline-block; }

.ddc-navbar-nav .ddc-dropdown.open .ajax-navigation-element .facetmulti-facetlist-bodystyle .facetmulti-item .inventory-count-link:hover {
  background-color: inherit; }
.ddc-navbar-nav .ddc-dropdown.open .ajax-navigation-element .facetmulti-facetlist-bodystyle .facetmulti-label span {
  color: inherit; }

.compact.ddc-navbar-default {
  height: 39px;
  min-height: initial;
  z-index: 1030;
  border-top: none;
  border-bottom: 2px solid #2f3b88;
  background-color: #343235; }
  .compact.ddc-navbar-default > .ddc-container {
    border-top: 1px solid rgba(120, 119, 119, 0.15);
    padding-left: 0;
    padding-right: 0; }
.compact .ddc-navbar-nav > li > a {
  display: block;
  min-width: inherit;
  height: auto;
  font-size: 16px; }
  .compact .ddc-navbar-nav > li > a:focus {
    color: #ffffff; }
.compact .ddc-navbar-nav > .open > a {
  background-color: #2f3b88; }
  .compact .ddc-navbar-nav > .open > a:focus {
    background-color: #2f3b88; }
.compact .ddc-navbar-nav .caret {
  display: none !important; }
.compact .ddc-dropdown-menu {
  top: 36px;
  box-shadow: none;
  padding: 10px; }
  .compact .ddc-dropdown-menu > li {
    padding: 10px; }
    .compact .ddc-dropdown-menu > li h4 {
      margin-top: 0;
      padding: 10px 0 0 0; }
  .compact .ddc-dropdown-menu .nav-links {
    margin-bottom: 0; }
.compact li.home a.homeLink {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  background-color: transparent; }
  .compact li.home a.homeLink:hover {
    background-color: #222b62;
    color: #ffffff; }

.ie8 .compact.ddc-navbar-default > .ddc-container {
  border-top: 1px solid #787777; }

.mega-menu-curtain {
  position: fixed;
  z-index: 1029;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.mega-menu-inner-curtain {
  background: #2f3b88; }

html[lang="es-US"] .ddc-navbar-nav > li > a {
  font-weight: 400; }

/*
* =Slideshow
------------------------------------------------------------------------------*/
.slideControls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0 auto; }
  .slideControls a {
    line-height: 1;
    color: #ffffff; }
    .slideControls a span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
    .slideControls a:hover, .slideControls a:focus {
      text-decoration: none; }
    .slideControls a:focus {
      outline: none; }
  .slideControls .previousNext {
    width: 960px;
    margin: 0 auto; }
    .slideControls .previousNext a {
      width: 56px;
      font-size: 4em;
      opacity: 0.5;
      border: 1px solid #dfdfdf;
      background-color: #000;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
      .slideControls .previousNext a:hover {
        opacity: 1; }
  .slideControls .pager {
    text-align: center;
    width: 700px;
    margin: 20px auto 0; }
    .slideControls .pager a {
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      display: inline-block;
      margin: 0 3px;
      width: 16px;
      height: 16px;
      text-indent: -9999em;
      background-color: #ffffff; }
      .slideControls .pager a.activeSlide {
        background-color: #0d65bf; }

/* == Slideshow Default */
.slideshow-default.ddc-content {
  position: relative;
  margin: 0; }

/* == Slideshow Background */
.slideshow-background {
  position: relative;
  height: 514px;
  width: 100%;
  background-color: #ffffff; }

.slideshow-background.ddc-content {
  margin: 0; }

.small-controls .slideControls {
  margin-right: -480px;
  top: 10px;
  bottom: auto;
  right: 50%;
  width: auto; }
  .small-controls .slideControls .previousNext {
    width: 280px; }
    .small-controls .slideControls .previousNext a {
      width: 23px;
      font-size: 1.5em;
      line-height: 21px; }
  .small-controls .slideControls .pager {
    margin: 4px auto 0;
    width: 230px; }

.tech-specs h4 {
  font-size: 18px; }
.csscolumns .tech-specs ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  -ms-column-gap: 32px;
  -o-column-gap: 32px;
  column-gap: 32px; }
  .csscolumns .tech-specs ul li {
    display: inline-block; }
.no-csscolumns .tech-specs ul:before, .no-csscolumns .tech-specs ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.no-csscolumns .tech-specs ul:after {
  clear: both; }
.no-csscolumns .tech-specs ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-right: 32px; }
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .tech-specs ul {
    -webkit-column-count: 0;
    -moz-column-count: 0;
    -ms-column-count: 0;
    -o-column-count: 0;
    column-count: 0; }
    .tech-specs ul:before, .tech-specs ul:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .tech-specs ul:after {
      clear: both; }
    .tech-specs ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-right: 32px; }
 }
.tech-specs li {
  display: inline-block;
  width: 100%; }
.tech-specs li strong {
  font-weight: 400; }
.tech-specs li .title {
  font-weight: 800; }
  .tech-specs li .title:only-child {
    font-weight: 400; }

.inventory-detail-packages-options h3:only-child {
  display: none; }
.inventory-detail-packages-options h4 {
  font-size: 18px; }
.inventory-detail-packages-options .packageList {
  padding-left: 16px; }
.inventory-detail-packages-options .options:first-child {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 0 10px; }
  .csscolumns .inventory-detail-packages-options .options:first-child dd {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    -ms-column-gap: 32px;
    -o-column-gap: 32px;
    column-gap: 32px; }
    .csscolumns .inventory-detail-packages-options .options:first-child dd li {
      display: inline-block; }
  .no-csscolumns .inventory-detail-packages-options .options:first-child dd:before, .no-csscolumns .inventory-detail-packages-options .options:first-child dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .no-csscolumns .inventory-detail-packages-options .options:first-child dd:after {
    clear: both; }
  .no-csscolumns .inventory-detail-packages-options .options:first-child dd li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 32px; }
  @media print and (-webkit-min-device-pixel-ratio: 0) {
    .inventory-detail-packages-options .options:first-child dd {
      -webkit-column-count: 0;
      -moz-column-count: 0;
      -ms-column-count: 0;
      -o-column-count: 0;
      column-count: 0; }
      .inventory-detail-packages-options .options:first-child dd:before, .inventory-detail-packages-options .options:first-child dd:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .inventory-detail-packages-options .options:first-child dd:after {
        clear: both; }
      .inventory-detail-packages-options .options:first-child dd li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-right: 32px; }
 }

.inventory-similar-default .media img {
  width: 100%;
  max-height: 230px; }
.inventory-similar-default .similar-vehicle {
  overflow: hidden;
  height: 280px; }
  .inventory-similar-default .similar-vehicle > div {
    height: 510px; }
    .inventory-similar-default .similar-vehicle > div.hover-state, .inventory-similar-default .similar-vehicle > div:hover {
      top: -230px; }
  .inventory-similar-default .similar-vehicle h3 {
    max-height: 42px;
    margin: 5px 0 0;
    overflow: hidden; }
    .inventory-similar-default .similar-vehicle h3 a {
      color: #000;
      font-size: 14px;
      font-weight: 800; }
  .inventory-similar-default .similar-vehicle .view-link {
    position: absolute;
    bottom: 5px; }
.inventory-similar-default .pricing {
  margin-bottom: 5px; }
  .inventory-similar-default .pricing .value {
    font-size: 18px;
    font-weight: 800;
    line-height: 18px; }
  .vdp .inventory-similar-default .pricing .price {
    float: none;
    color: #787777;
    font-weight: 800; }
.inventory-similar-default .similar-vehicles-details {
  height: 230px;
  overflow: hidden;
  padding: 5px 0 50px 0; }
  .inventory-similar-default .similar-vehicles-details i {
    margin-right: 3px;
    margin-right: 3px; }
  .inventory-similar-default .similar-vehicles-details strong {
    display: none; }

.inventory-detail-item-details .groupedVehicleDetails {
  padding: 0; }
.inventory-detail-item-details h3:only-child, .inventory-detail-item-details li:not(.comments), .inventory-detail-item-details .comments .title {
  display: none; }

.comments-listing > div {
  padding-bottom: 30px; }
.comments-listing .ddc-nav, .comments-listing .ddc-nav-inline {
  text-align: right; }
  .comments-listing .ddc-nav > li, .comments-listing .ddc-nav-inline > li {
    width: auto;
    display: inline-block;
    float: right; }
.comments-listing .entry-summary img {
  display: inline; }

.vdp .inventory-detail-media-tabs .ddc-nav > li > a:focus, .vdp .inventory-detail-media-tabs .ddc-nav-inline > li > a:focus {
  background: #000; }
.vdp #spins ul {
  width: 320px;
  margin: 0 auto;
  text-align: center; }
.vdp #spins li {
  display: inline-block;
  width: auto;
  float: none; }
.vdp .helpSpins {
  width: 230px;
  margin: 0 auto;
  white-space: nowrap; }
  .vdp .helpSpins span {
    display: block;
    margin: 5px auto; }
.vdp .jwplayer, .vdp .imageViewer img {
  margin: 0 auto; }
.vdp .ddc-video-wrapper {
  background: #000; }
.vdp .calloutDetails {
  text-align: center; }
.vdp .tradein {
  font-size: 18px;
  font-weight: 800;
  text-align: center; }
  .vdp .tradein a {
    text-decoration: underline; }
.vdp .main .contact-info {
  font-size: 28px;
  text-align: center;
  font-weight: 300; }
  .vdp .main .contact-info .separator {
    display: none; }
  .vdp .main .contact-info .value {
    font-weight: 700; }
.vdp .links-list a {
  display: block; }
.vdp .mycars-vdp {
  margin: 0; }
  .vdp .mycars-vdp .mycars-btn {
    float: left;
    clear: none;
    /* Disabled because it overrides .hide */
    width: 48%; }
    .vdp .mycars-vdp .mycars-btn.mycars-alerts-isset, .vdp .mycars-vdp .mycars-btn.mycars-add-alert-btn {
      margin-left: 4%; }
.vdp .content-disclaimer {
  padding-top: 40px;
  border-top: solid 2px #bebebe; }

/* =imageViewer =SPECTRE-296 */
.imageViewerScrollWrap:hover .imageScrollPrev, .imageViewerScrollWrap:hover .imageScrollNext {
  visibility: visible; }
.imageViewerScrollWrap .imageScrollPrev, .imageViewerScrollWrap .imageScrollNext {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0.5;
  top: 45%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 1;
  text-indent: 0;
  background-color: #000;
  background-image: none; }
  .imageViewerScrollWrap .imageScrollPrev:hover, .imageViewerScrollWrap .imageScrollPrev:focus, .imageViewerScrollWrap .imageScrollNext:hover, .imageViewerScrollWrap .imageScrollNext:focus {
    color: #ffffff;
    text-decoration: none; }
  .imageViewerScrollWrap .imageScrollPrev.alwayson, .imageViewerScrollWrap .imageScrollNext.alwayson {
    visibility: visible; }
  .imageViewerScrollWrap .imageScrollPrev:focus, .imageViewerScrollWrap .imageScrollNext:focus {
    outline: none; }
  .imageViewerScrollWrap .imageScrollPrev:hover, .imageViewerScrollWrap .imageScrollNext:hover {
    visibility: visible;
    opacity: 1; }
  .imageViewerScrollWrap .imageScrollPrev:before, .imageViewerScrollWrap .imageScrollNext:before {
    position: relative;
    top: 1px;
    left: 2px; }
  .imageViewerScrollWrap .imageScrollPrev span, .imageViewerScrollWrap .imageScrollNext span {
    display: none; }
.imageViewerScrollWrap .imageScrollPrev {
  left: 10px; }
.imageViewerScrollWrap .imageScrollNext {
  right: 10px; }

.ui-dialog .imageViewerScrollWrap .imageScrollPrev, .ui-dialog .imageViewerScrollWrap .imageScrollNext {
  top: 0; }

.quick-specs .final-price .spec-label, .quick-specs .fuel-efficiency .value > span, .quick-specs .secondary-spec, .quick-specs li.driveLine, .quick-specs li.vin, .quick-specs li.modelCode, .quick-specs li.transmission, .quick-specs li.stockNumber, .quick-specs li.odometer {
  min-height: 0;
  color: #787777;
  font-size: 14px;
  font-weight: 700; }
.quick-specs {
  margin-bottom: -20px; }
.ddc-content > .quick-specs {
  margin-bottom: 0; }
  .ddc-content > .quick-specs li {
    margin: 0 0 30px; }
.quick-specs li {
  position: relative;
  min-height: 36px;
  margin: 0 0 50px;
  padding: 0 12px 0 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize; }
  .quick-specs li:before, .quick-specs li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .quick-specs li:after {
    clear: both; }
  .quick-specs li .ddc-icon {
    position: absolute;
    top: -5px;
    left: 0;
    text-align: center; }
  .quick-specs li .title, .quick-specs li .separator {
    display: none; }
  .quick-specs li.vin .title, .quick-specs li.vin .separator, .quick-specs li.modelCode .title, .quick-specs li.modelCode .separator, .quick-specs li.stockNumber .title, .quick-specs li.stockNumber .separator, .quick-specs li.odometer .title, .quick-specs li.odometer .separator {
    display: inline; }
.quick-specs.quick-specs-columns-2 {
  min-height: 168px; }
  .csscolumns .quick-specs.quick-specs-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0; }
    .csscolumns .quick-specs.quick-specs-columns-2 li {
      display: inline-block; }
  .no-csscolumns .quick-specs.quick-specs-columns-2:before, .no-csscolumns .quick-specs.quick-specs-columns-2:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .no-csscolumns .quick-specs.quick-specs-columns-2:after {
    clear: both; }
  .no-csscolumns .quick-specs.quick-specs-columns-2 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 0; }
  @media print and (-webkit-min-device-pixel-ratio: 0) {
    .quick-specs.quick-specs-columns-2 {
      -webkit-column-count: 0;
      -moz-column-count: 0;
      -ms-column-count: 0;
      -o-column-count: 0;
      column-count: 0; }
      .quick-specs.quick-specs-columns-2:before, .quick-specs.quick-specs-columns-2:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .quick-specs.quick-specs-columns-2:after {
        clear: both; }
      .quick-specs.quick-specs-columns-2 li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-right: 0; }
 }
  .quick-specs.quick-specs-columns-2 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 72px;
    width: 100%; }
.quick-specs .exteriorColor > .value {
  display: inline-block; }
  .quick-specs .exteriorColor > .value:after {
    content: "\00A0"; }
.quick-specs .exteriorColor .title {
  display: inline-block; }
.quick-specs .exteriorColor .separator {
  display: inline; }
.quick-specs .final-price {
  font-size: 32px;
  font-weight: 700; }
  .quick-specs .final-price .ddc-icon {
    font-size: 48px; }
  .quick-specs .final-price .spec-label {
    display: block; }
.quick-specs .fuel-efficiency .value {
  display: inline-block;
  padding-right: 16px;
  text-transform: lowercase; }
  .quick-specs .fuel-efficiency .value > span {
    display: block;
    text-transform: none; }
.quick-specs .fuel-efficiency a {
  display: block;
  color: inherit; }
  .quick-specs .fuel-efficiency a:before, .quick-specs .fuel-efficiency a:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .quick-specs .fuel-efficiency a:after {
    clear: both; }
.quick-specs .fuel-efficiency a:hover {
  text-decoration: none; }
.quick-specs .secondary-spec, .quick-specs li.driveLine, .quick-specs li.vin, .quick-specs li.modelCode, .quick-specs li.transmission, .quick-specs li.stockNumber, .quick-specs li.odometer {
  margin-bottom: 0;
  height: auto; }
  .quick-specs .secondary-spec .ddc-icon, .quick-specs li.driveLine .ddc-icon, .quick-specs li.vin .ddc-icon, .quick-specs li.modelCode .ddc-icon, .quick-specs li.transmission .ddc-icon, .quick-specs li.stockNumber .ddc-icon, .quick-specs li.odometer .ddc-icon {
    display: none; }
.quick-specs .secondary-spec {
  display: block; }
.quick-specs li.exteriorColor + li:not(.interiorColor) .ddc-icon, .quick-specs li.interiorColor + li .ddc-icon {
  display: block;
  padding-left: 5px; }
.quick-specs li.year, .quick-specs li.make, .quick-specs li.model, .quick-specs li.trim, .quick-specs li.bodyStyle, .quick-specs li.doors, .quick-specs li.fuelType, .quick-specs li.comments {
  display: none; }

.digital-retailing-toolbox .ddc-btn-block {
  padding-left: 12px; }
.vdp .digital-retailing-toolbox.links-list a {
  display: inline-block; }
.digital-retailing-toolbox .ddc-btn {
  font-style: normal;
  text-transform: none; }
.digital-retailing-toolbox .ddc-btn-link {
  color: #0d65bf; }
  .digital-retailing-toolbox .ddc-btn-link:hover {
    color: #083f77;
    text-decoration: underline; }

.digital-retailing-progress strong {
  font-weight: 800; }

.digital-retailing-form .select-wrap .ddc-form-control {
  color: #000; }
.digital-retailing-form .select-wrap .ddc-form-control[disabled] {
  color: #787777; }

.payment-calc-close {
  background: #e8e8e8; }
  .payment-calc-close:hover {
    background: #e8e8e8; }

.digital-retailing-default .disclaimers-trigger, #payment-calc-target .disclaimers-trigger {
  font-size: 14px;
  font-weight: 300; }

.calculator-inputs .ddc-pseudo-radio-prefix label {
  font-weight: 300; }

.calculator-payments-tabs li {
  font-weight: 300; }
.calculator-payments-tabs .calculator-total {
  font-weight: 700; }

.calculator-payment-review .payment-calc-review-highlight, .calculator-payment-review .payment-calc-review-highlight + dd {
  font-weight: 800; }

/*
* =Buttonblock
------------------------------------------------------------------------------*/
.buttonblock-default li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }
  .buttonblock-default li:hover .ui-button-text {
    bottom: 0; }

.buttonblock-default h4 {
  position: absolute;
  top: 20%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 22px; }

.buttonblock-default .ui-button-text {
  position: absolute;
  bottom: -32px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  text-align: right;
  padding-right: 5%;
  color: #ffffff;
  -webkit-transition-property: bottom;
  -moz-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }

.buttonblock-img-wrap {
  background-color: #000; }
  .buttonblock-img-wrap img {
    opacity: 0.5; }

.buttonblock-default a:hover .buttonblock-img-wrap, .buttonblock-default a:active .buttonblock-img-wrap {
  background: #0d65bf; }
.buttonblock-default a:hover img, .buttonblock-default a:active img {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms; }

/*
* =Overrides
------------------------------------------------------------------------------*/
.buttonblock-default.gsm .buttonblock-img-wrap {
  display: none; }

.buttonblock-default.gsm h4 {
  position: relative;
  padding: 11px 0 11px 50px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px; }

.buttonblock-default.gsm a {
  display: block; }

.buttonblock-default.mid-block.margin li {
  margin-bottom: 19px; }

.buttonblock-default.mid-block li {
  margin-bottom: 10px; }
.buttonblock-default.mid-block h4:before {
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 30px;
  padding-right: 10px; }

.buttonblock-default.full-block .yui3-g {
  margin: 10px; }
  .buttonblock-default.full-block .yui3-g li {
    margin: 0px; }
    .buttonblock-default.full-block .yui3-g li h4 {
      font-size: 15px;
      padding: 11px 0; }

.buttonblock-default.mx .buttonblock-img-wrap {
  background-color: #e8e8e8; }
.buttonblock-default.mx .ui-button-text {
  position: relative;
  bottom: 115px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-shadow: #000000; }
.buttonblock-default.mx img {
  width: 300px;
  opacity: 0.7;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0; }
.buttonblock-default.mx li:hover a {
  text-decoration: none; }
.buttonblock-default.mx li:hover .buttonblock-img-wrap {
  background-color: #343235; }
.buttonblock-default.mx li:hover .ui-button-text {
  bottom: 115px;
  text-decoration: none;
  background-color: #0d65bf;
  text-shadow: none; }
.buttonblock-default.mx li:hover img {
  opacity: 1; }

.buttonblock-default.mx-slideshow-overlay {
  margin: -50px 0 30px 0;
  padding: 10px 10px 0 10px;
  background: #e8e8e8;
  background: -webkit-linear-gradient(#c7c7c7, #e8e8e8);
  background: -moz-linear-gradient(#c7c7c7, #e8e8e8);
  background: -o-linear-gradient(#c7c7c7, #e8e8e8);
  background: linear-gradient(#c7c7c7, #e8e8e8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 3px; }
  .buttonblock-default.mx-slideshow-overlay .ui-button-text {
    position: static;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    color: #000; }
  .buttonblock-default.mx-slideshow-overlay img {
    width: 215px;
    opacity: 0.8; }
  .buttonblock-default.mx-slideshow-overlay li:hover .buttonblock-img-wrap {
    background-color: #343235; }
  .buttonblock-default.mx-slideshow-overlay li:hover img {
    opacity: 1; }

.inventory-listing-default .ddc-content {
  margin: 0; }

.inventoryList .description dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333%;
  clear: left; }
.inventoryList .description dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 66.66667%; }
.inventoryList > li {
  position: relative;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: solid 2px #d3d3d3; }
  .inventoryList > li:before, .inventoryList > li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventoryList > li:after {
    clear: both; }
  .inventoryList > li:hover {
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.5s; }
  .inventoryList > li:after {
    position: relative;
    top: 10px;
    height: 10px;
    width: 100%;
    background-color: #e8e8e8; }
.inventoryList .hproduct {
  position: relative;
  padding: 0 5px 0 36%;
  min-height: 247px; }
  .inventoryList .hproduct:before, .inventoryList .hproduct:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventoryList .hproduct:after {
    clear: both; }
.inventoryList .media {
  position: absolute;
  left: 5px;
  top: 0;
  text-align: center; }
  .inventoryList .media img {
    max-width: 100%;
    margin-left: -5px; }
  .inventoryList .media a .ddc-icon-video:before {
    display: inline-block;
    white-space: pre-wrap;
    text-decoration: none;
    font-size: 28px;
    vertical-align: middle;
    line-height: 1; }
.inventoryList .media, .inventoryList .ddc-media {
  min-height: 245px;
  width: 245px;
  padding: 0; }
  .inventoryList .media img, .inventoryList .ddc-media img {
    width: 240px;
    height: 180px; }
.inventoryList .video.ddc-btn, .inventoryList .photos.ddc-btn {
  float: left;
  padding: 0;
  font-size: 14px; }
.inventoryList .fn {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 18px; }
.inventoryList .description {
  float: left;
  width: 64%;
  padding: 0; }
  .inventoryList .description dl {
    margin: 0;
    font-size: 12px;
    color: #787777; }
    .inventoryList .description dl:before, .inventoryList .description dl:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .inventoryList .description dl:after {
      clear: both; }
  .inventoryList .description dl.last {
    margin-bottom: 5px; }
  .inventoryList .description dt {
    padding: 0 10px 0 0;
    font-weight: 400; }
  .inventoryList .description p:empty {
    display: none; }
  .inventoryList .description .separator {
    display: none; }
  .inventoryList .description .packages {
    margin-top: 7px; }
.inventoryList .calloutDetails {
  margin-top: 0.5em; }
.inventoryList .item-compare {
  font-size: 12px; }
  .inventoryList .item-compare label {
    font-weight: 800;
    color: #787777;
    padding: 0; }
  .inventoryList .item-compare .ddc-form-group {
    position: absolute;
    right: 16px;
    bottom: 15px;
    display: block;
    height: 32px; }
  .inventoryList .item-compare input.checkbox {
    float: right;
    margin: 2.5px 0 0 0; }
  .inventoryList .item-compare span {
    display: inline-block;
    margin-right: 5px;
    height: 16px;
    line-height: 1.33;
    font-weight: 700; }
  .inventoryList .item-compare .disabled {
    display: none; }
.inventoryList .compare-submit-link {
  position: absolute;
  right: 16px;
  bottom: 15px;
  display: block;
  font-weight: 700; }
.inventoryList .ddc-more {
  display: none; }
.inventoryList .pricing-area {
  float: right;
  width: 34%;
  margin-bottom: 35px; }
  .inventoryList .pricing-area:before, .inventoryList .pricing-area:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventoryList .pricing-area:after {
    clear: both; }
.inventoryList li {
  clear: both; }
.inventoryList .separator {
  display: none; }
.inventoryList .ddc-more, .inventoryList .packages {
  color: #000;
  font-size: 12px; }

.facet-user-range-input-error {
  margin: 6px 0;
  border: 1px solid #d20f10;
  color: #d20f10; }

.vlp-refine-sort-by {
  max-width: 60%;
  padding: 6px 0; }

#compareForm {
  width: 700px; }
  #compareForm .hd .ddc-row, #compareForm .hd .yui3-g, #compareForm .ft .ddc-row, #compareForm .ft .yui3-g {
    background-color: #ffffff;
    margin: 0 0 20px; }
  #compareForm .hd .ddc-span12, #compareForm .hd .yui3-u-1, #compareForm .ft .ddc-span12, #compareForm .ft .yui3-u-1 {
    padding: 0; }
  #compareForm .comparing {
    margin: 6px 0; }
    #compareForm .comparing .ddc-btn-link:before {
      content: ''; }
  #compareForm .ddc-nav a, #compareForm .ddc-nav-inline a, #compareForm .sorting strong {
    padding-top: 0;
    padding-bottom: 0; }

.vlp .toggle {
  display: none; }
.vlp .mycars-vlp {
  margin-top: 0;
  padding-right: 4px;
  padding-left: 3px; }
  .vlp .mycars-vlp a {
    clear: right;
    width: auto;
    min-width: 47%;
    margin: 5px 2px 4px;
    padding: 3px 10px; }
.vlp .content-default .ddc-form-group {
  margin-bottom: 6px; }
.vlp .content-default .submit-search {
  display: none; }
.vlp .content-default .ddc-btn-link {
  float: right;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px; }

.facetmulti-heading {
  height: 22px;
  margin: 20px 0;
  font-weight: 300; }

.facetmulti {
  /* Show more/less CSS hooks on JS for progressive enhancement */
  /* Dim form content while showing loading indicator */ }
  .facetmulti .js li.js-hide {
    display: none; }
  .facetmulti .facet-form-disabled > div, .facetmulti .facet-form-disabled > fieldset {
    opacity: 0.25; }
  .facetmulti .facet-form-disabled .facet-form-loading {
    opacity: 1;
    padding: 10px 20px;
    background-color: #fff;
    background-image: url("//static.dealer.com/v9/media/images/ajax-loaders/v1/black-ajax-loader-1.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 10px 2px #999;
    -moz-box-shadow: 0 0 10px 2px #999;
    box-shadow: 0 0 10px 2px #999; }

.facetmulti-label {
  display: block;
  position: relative;
  color: #000; }
  .facetmulti-label em {
    color: #787777; }

.facet-user-range-input-group {
  text-align: center;
  margin-bottom: 6px; }
  .facet-user-range-input-group input.facetmulti-input {
    width: 100%;
    padding: 6px 12px; }

.facet-user-range-label {
  margin: 0; }

.facet-user-range-separator {
  line-height: 35px; }

.facet-user-range-go-button {
  float: none; }

.facet-user-range-min, .facet-user-range-max {
  max-width: 45%; }

.facetmulti-form fieldset legend, .facetmulti-form fieldset h2, .facet-breadcrumb-form fieldset legend, .facet-breadcrumb-form fieldset h2 {
  font-weight: 400; }
.facetmulti-form .ddc-form-group label, .facet-breadcrumb-form .ddc-form-group label {
  display: inline;
  padding-right: 0;
  font-weight: 400;
  text-align: left; }
.facetmulti-form input, .facet-breadcrumb-form input {
  font-weight: 400; }

.facet-user-range-allow-zero-label {
  font-size: 12px;
  font-style: italic; }

.facetlist-keyword .facetmulti-freeform-search-submit {
  position: relative;
  top: -47px;
  right: -153px;
  width: 35px;
  height: 35px;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
  margin-bottom: -35px !important;
  font-style: normal; }
.facetlist-keyword .search {
  padding-right: 35px; }
.facetlist-keyword.facetlist {
  padding-bottom: 0; }

.facet-type-user-range {
  overflow: hidden;
  margin-bottom: 0; }

.facetmulti-form fieldset {
  margin: 0; }

.facetlist {
  clear: both;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dfdfdf; }
  .facetlist .panel-title {
    font-size: 18px;
    margin: 0 0 10px; }
  .facetlist .ddc-form-group {
    margin-bottom: 0; }
  .facetlist textarea.ddc-form-control, .facetlist input.ddc-form-control {
    background-color: #ffffff;
    -webkit-box-shadow: inset 3px 3px 4px rgba(120, 119, 119, 0.15);
    -moz-box-shadow: inset 3px 3px 4px rgba(120, 119, 119, 0.15);
    box-shadow: inset 3px 3px 4px rgba(120, 119, 119, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  .facetlist input.checkbox, .facetlist input.radio {
    float: left;
    margin-right: 10px; }
  .facetlist input.invalid {
    -webkit-box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
    box-shadow: 0 0 5px 0 rgba(210, 15, 16, 0.5);
    border-color: #fc6464; }
  .facetlist .more-link {
    clear: left; }

.facetmulti-form fieldset:nth-last-child(2) .facetlist {
  border: none; }

.facetmulti-item {
  clear: both; }

.facet-breadcrumb-selections {
  position: relative;
  min-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px; }

.facet-breadcrumb-title {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; }
  .facet-breadcrumb-title .vehicle-count {
    font-size: 28px; }

.facet-breadcrumb-list {
  margin: 0;
  padding-left: 0; }

.facet-breadcrumb-item {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
  padding-right: 6px;
  text-transform: capitalize;
  font-size: 12px; }
  .facet-breadcrumb-item .ddc-form-group {
    margin: 0;
    height: 16px; }

.facet-breadcrumb-item, .facet-breadcrumb-item .facet-breadcrumb-label {
  white-space: nowrap; }

.facet-breadcrumb-reset {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 14px; }
  .facet-breadcrumb-reset a {
    vertical-align: -7px; }

.facet-breadcrumb-label {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  line-height: 1; }

.facet-breadcrumb-close-icon {
  color: #787777;
  font-size: 16px;
  vertical-align: -2px; }

.facet-breadcrumb-fieldset {
  margin: 0; }

.facet-breadcrumb-list {
  margin: 0; }

/* Flot chart styles */
.facet-user-range-chart {
  width: 180px;
  margin: 20px 0 0;
  color: #787777;
  /* Bars */
  border-top-color: #6998c9;
  /* Bars (Highlighted) */
  border-right-color: #0d65bf;
  /* Bars (Out of range) */
  border-bottom-color: #e8e8e8;
  /* Grid */
  border-left-color: #343235; }

/* Range slider adjustments KHAN-257 */
.noUi-handle-lower {
  height: 18px; }
  .noUi-handle-lower:before {
    height: 18px; }

.noUi-handle-upper {
  height: 18px; }
  .noUi-handle-upper:after {
    top: -9px;
    right: -21px;
    height: 18px; }

/* Range Sliders Colors */
.noUI-state-drag .noUi-handle-lower:after, .noUi-handle-lower:hover:after {
  border-left-color: #0d65bf; }

.noUI-state-drag .noUi-handle-lower:before, .noUi-handle-lower:hover:before, .noUI-state-drag .noUi-handle-upper:after, .noUi-handle-upper:hover:after {
  background-color: #0d65bf;
  background-image: none;
  box-shadow: none; }

.noUI-state-drag .noUi-handle-upper:before, .noUi-handle-upper:hover:before {
  border-right-color: #0d65bf; }

.facet-user-range-changed, input.facet-user-range-input:focus {
  color: #0d65bf; }

.payment-panel input {
  padding: 6px; }

ul.facetlist-paymentCombo label {
  display: inline;
  float: none; }
ul.facetlist-paymentCombo .payment-panel {
  margin-top: -6px; }
ul.facetlist-paymentCombo .facet-swappable-group {
  margin: 0 0 12px;
  padding: 6px 12px;
  background-color: #e8e8e8; }
  ul.facetlist-paymentCombo .facet-swappable-group:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    width: 0;
    margin: 0 auto;
    content: " ";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e8e8e8; }
ul.facetlist-paymentCombo .facet-type-ranged {
  padding-top: 6px; }

.paymentInformation {
  text-align: right;
  font-weight: 300; }

@media print {
  .label {
    border: none; }
 }

.ddc-banner .inventory-listing-item {
  border-bottom: none; }
  .ddc-banner .inventory-listing-item:hover {
    background: none; }
  .ddc-banner .inventory-listing-item .offers dt {
    float: left;
    margin-right: 5px; }

.inventory-listing-item {
  border-bottom: solid 2px #d3d3d3; }
  .inventory-listing-item:hover {
    background: #ffffff;
    transition: all 0.5s; }
  .inventory-listing-item:last-child {
    border-bottom: none; }
  .inventory-listing-item .ddc-description dl, .inventory-listing-item .ddc-packages dl {
    clear: both;
    margin-top: 6px;
    margin-bottom: 0; }
  .inventory-listing-item .ddc-description dt, .inventory-listing-item .ddc-packages dt {
    float: left;
    margin-right: 8px; }

/*==  Showroom
 ------------------------------------------------------------------------------*/
/* Index */
.showroom .franchise span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.showroom .hproduct h3 {
  margin: 0; }
.showroom .hproduct .year, .showroom .hproduct .make {
  color: #000; }
.showroom .hproduct .model {
  display: block; }
.showroom .hproduct .bodyStyle {
  font-weight: 700; }

.showroom-main {
  clear: both; }
  .showroom-main .ddc-content {
    padding: 0; }
  .showroom-main h3:first-child {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .showroom-main .hproduct h3 {
    text-transform: uppercase; }
    .ucasecompliance .showroom-main .hproduct h3 {
      text-transform: none; }

.offersShowroom-jcarousel-list li.offersShowroomOffer {
  margin-left: 5px;
  margin-right: 5px; }

.showroom-default.showroom-listing .hproduct {
  min-height: 310px; }

/* Detail */
.showroom-detail .fuel-efficiency .ddc-row, .showroom-detail .fuel-efficiency .yui3-g {
  height: 70px;
  padding-bottom: 10px; }
.showroom-detail .fuel-efficiency .ddc-span6, .showroom-detail .fuel-efficiency .yui3-u-1-2 {
  width: 100%; }
  .showroom-detail .fuel-efficiency .ddc-span6:first-child, .showroom-detail .fuel-efficiency .yui3-u-1-2:first-child {
    position: absolute;
    top: 20px;
    left: 46px; }
  .showroom-detail .fuel-efficiency .ddc-span6 br, .showroom-detail .fuel-efficiency .yui3-u-1-2 br {
    display: none; }
  .showroom-detail .fuel-efficiency .ddc-span6 > div, .showroom-detail .fuel-efficiency .yui3-u-1-2 > div {
    position: absolute;
    top: 0;
    right: 12px;
    width: 60px;
    text-align: right; }
    .showroom-detail .fuel-efficiency .ddc-span6 > div:first-child, .showroom-detail .fuel-efficiency .yui3-u-1-2 > div:first-child {
      left: 12px;
      text-align: left; }
.showroom-detail .fuel-efficiency .align-center strong {
  color: #787777; }
.showroom-detail .fuel-efficiency .ddc-icon {
  font-size: 48px; }
.showroom-detail .fuel-disclaimer p.xsmall {
  font-style: normal;
  color: #787777; }
.showroom-detail .inventory-count {
  font-weight: 700;
  border-bottom: 3px solid #787777; }
.showroom-detail .hproduct .fn {
  width: 705px; }
.showroom-detail .hproduct .pricing {
  display: block;
  padding-right: 16px;
  min-width: 190px; }
.showroom-detail .hproduct .description {
  margin: 10px 0 0 10px; }
  .showroom-detail .hproduct .description:before, .showroom-detail .hproduct .description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .showroom-detail .hproduct .description:after {
    clear: both; }
.showroom-detail .hproduct .view-link {
  position: absolute;
  right: 16px;
  bottom: -222px; }
.showroom-detail .hproduct > div {
  overflow: hidden;
  padding-bottom: 40px; }
.showroom-detail .fuel-efficiency .align-center {
  text-align: center; }
  .showroom-detail .fuel-efficiency .align-center strong {
    display: inline-block;
    color: #787777;
    line-height: 1; }
  .showroom-detail .fuel-efficiency .align-center em {
    width: 100%;
    display: inline-block; }
.showroom-detail .fuel-efficiency .city em {
  margin-left: -5px; }
.showroom-detail .fuel-efficiency .ddc-icon {
  font-size: 48px; }
.showroom-detail .fuel-disclaimer p.xsmall {
  font-style: normal;
  color: #787777; }
.showroom-detail .inventory-count {
  font-weight: 700;
  border-bottom: 3px solid #787777; }
.showroom-detail .hproduct .fn {
  width: 705px; }
.showroom-detail .hproduct .pricing {
  display: block;
  padding-right: 16px; }
.showroom-detail .hproduct .description {
  margin: 10px 0 0 10px; }
  .showroom-detail .hproduct .description:before, .showroom-detail .hproduct .description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .showroom-detail .hproduct .description:after {
    clear: both; }
.showroom-detail .hproduct .view-link {
  position: absolute;
  right: 16px;
  bottom: 0;
  text-decoration: none; }
.showroom-detail .incentive-list {
  float: left;
  padding-right: 136px;
  padding-left: 5px;
  width: 74%; }
.showroom-detail .manufacturer-incentive {
  font-weight: normal; }

.showroom-vlp {
  margin-top: 20px;
  margin-bottom: 20px; }

.showroom-detail-links {
  margin-top: 20px;
  margin-bottom: 20px; }

.showroom-detail-links a {
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold; }

.showroom-details-section {
  margin-bottom: 20px; }
  .showroom-details-section > h4:after {
    padding-left: 0.25em; }
  .showroom-details-section .ui-tabs {
    padding: 0; }
    .showroom-details-section .ui-tabs .ui-widget-header {
      border-bottom: none; }
      .showroom-details-section .ui-tabs .ui-widget-header li {
        width: 100%; }
        .showroom-details-section .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected {
          background-color: #000; }
          .showroom-details-section .ui-tabs .ui-widget-header li.ui-state-default.ui-tabs-selected a:hover {
            background-color: #000; }
        .showroom-details-section .ui-tabs .ui-widget-header li a {
          width: 100%; }
  .showroom-details-section .ui-tabs-panel {
    padding: 20px 16px;
    background-color: #ffffff; }
  .showroom-details-section li {
    list-style: none; }

/*
* =Inventory Featured Default
------------------------------------------------------------------------------*/
.inventory-featured-default {
  position: relative; }

.inventory-featured-default-extension-1.ddc-content {
  margin: 0; }
.inventory-featured-default-extension-1 .media img {
  width: 100%; }
.inventory-featured-default-extension-1 .hproduct {
  overflow: hidden;
  height: 230px; }
  .inventory-featured-default-extension-1 .hproduct > div {
    height: 400px; }
    .inventory-featured-default-extension-1 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .hproduct > div:hover {
      top: -170px; }
  .inventory-featured-default-extension-1 .hproduct h3 {
    height: 17px;
    margin: 5px 0 3px;
    overflow: hidden; }
    .inventory-featured-default-extension-1 .hproduct h3 a {
      color: #000; }
  .inventory-featured-default-extension-1 .hproduct .view-link {
    position: absolute;
    bottom: 5px; }
.inventory-featured-default-extension-1 .description {
  height: 125px;
  overflow: hidden;
  padding: 0;
  font-size: 12px; }
  .inventory-featured-default-extension-1 .description i {
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .inventory-featured-default-extension-1 .description strong {
    display: none; }
  .inventory-featured-default-extension-1 .description span {
    display: block;
    clear: both;
    line-height: 1.5; }
    .inventory-featured-default-extension-1 .description span.separator {
      display: none; }
.inventory-featured-default-extension-1 .view-all-link {
  position: relative;
  top: -3px;
  margin-left: 10px; }

.inventory-featured-default-extension-1 .hproduct {
  height: 770px; }
  .inventory-featured-default-extension-1 .hproduct > div {
    height: 1460px; }
    .inventory-featured-default-extension-1 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .hproduct > div:hover {
      top: -710px; }
  .inventory-featured-default-extension-1 .hproduct .media img {
    height: 705px; }

.inventory-featured-default-extension-1 .yui3-u-1-2 .hproduct {
  height: 400px; }
  .inventory-featured-default-extension-1 .yui3-u-1-2 .hproduct > div {
    height: 735px; }
    .inventory-featured-default-extension-1 .yui3-u-1-2 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-2 .hproduct > div:hover {
      top: -345px; }
  .inventory-featured-default-extension-1 .yui3-u-1-2 .hproduct .media img {
    height: 345px; }

.inventory-featured-default-extension-1 .yui3-u-1-3 .hproduct {
  height: 280px; }
  .inventory-featured-default-extension-1 .yui3-u-1-3 .hproduct > div {
    height: 500px; }
    .inventory-featured-default-extension-1 .yui3-u-1-3 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-3 .hproduct > div:hover {
      top: -230px; }
  .inventory-featured-default-extension-1 .yui3-u-1-3 .hproduct .media img {
    height: 225px; }

.inventory-featured-default-extension-1 .yui3-u-1-4 .hproduct {
  height: 230px; }
  .inventory-featured-default-extension-1 .yui3-u-1-4 .hproduct > div {
    height: 380px; }
    .inventory-featured-default-extension-1 .yui3-u-1-4 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-4 .hproduct > div:hover {
      top: -170px; }
  .inventory-featured-default-extension-1 .yui3-u-1-4 .hproduct .media img {
    height: 165px; }

.inventory-featured-default-extension-1 .yui3-u-1-5 {
  width: 20%; }
  .inventory-featured-default-extension-1 .yui3-u-1-5 .hproduct {
    height: 185px; }
    .inventory-featured-default-extension-1 .yui3-u-1-5 .hproduct > div {
      height: 350px; }
      .inventory-featured-default-extension-1 .yui3-u-1-5 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-5 .hproduct > div:hover {
        top: -170px; }
    .inventory-featured-default-extension-1 .yui3-u-1-5 .hproduct .media img {
      height: 125px; }

.inventory-featured-default-extension-1 .yui3-u-1-6 .hproduct {
  height: 185px; }
  .inventory-featured-default-extension-1 .yui3-u-1-6 .hproduct > div {
    height: 350px; }
    .inventory-featured-default-extension-1 .yui3-u-1-6 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-6 .hproduct > div:hover {
      top: -170px; }
  .inventory-featured-default-extension-1 .yui3-u-1-6 .hproduct .media img {
    height: 125px; }

.inventory-featured-default-extension-1 .yui3-u-1-8 {
  width: 12.5%; }
  .inventory-featured-default-extension-1 .yui3-u-1-8 .hproduct {
    height: 125px; }
    .inventory-featured-default-extension-1 .yui3-u-1-8 .hproduct > div {
      height: 290px; }
      .inventory-featured-default-extension-1 .yui3-u-1-8 .hproduct > div.hover-state, .inventory-featured-default-extension-1 .yui3-u-1-8 .hproduct > div:hover {
        top: -165px; }
    .inventory-featured-default-extension-1 .yui3-u-1-8 .hproduct .media img {
      height: 75px; }

.inventory-featured-full-page .ddc-btn-block {
  width: 250px;
  margin-top: 6px; }

.inventory-featured-default-no-search-results {
  padding-top: 6px; }
  .inventory-featured-default-no-search-results .hproduct .pricing {
    margin-bottom: 12px; }
  .inventory-featured-default-no-search-results .hproduct strong {
    display: inline-block; }

.inventory-detail-mini {
  border-bottom: 3px solid #787777;
  padding-bottom: 6px; }
  .inventory-detail-mini:before, .inventory-detail-mini:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventory-detail-mini:after {
    clear: both; }
  .inventory-detail-mini .media {
    float: left;
    width: 33%;
    margin-right: 16px; }
  .inventory-detail-mini .pricing {
    float: right;
    width: 20%;
    text-align: right; }
  .inventory-detail-mini .pricing li:last-child {
    padding-top: 6px;
    margin-top: 6px;
    border-top: 2px dotted #000;
    font-size: 18px; }
  .inventory-detail-mini .pricing li:only-child {
    border-top: none; }
  .inventory-detail-mini .description span {
    display: block; }
  .inventory-detail-mini .description span.separator {
    display: none; }

.ddc-mega-menu-nav .inventory-featured-default .hproduct, .inventory-featured-financedriver .hproduct {
  overflow: hidden;
  margin: 0 0 24px;
  padding: 6px 6px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct a, .inventory-featured-financedriver .hproduct a {
    margin: 0; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct a.ddc-btn.view-link, .inventory-featured-financedriver .hproduct a.ddc-btn.view-link {
    position: absolute;
    width: auto;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct h3, .inventory-featured-financedriver .hproduct h3 {
    overflow: hidden;
    margin: 5px 0; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct .pricing, .inventory-featured-financedriver .hproduct .pricing {
    padding-top: 5px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct .media, .inventory-featured-financedriver .hproduct .media {
    min-height: 120px; }
    .ddc-mega-menu-nav .inventory-featured-default .hproduct .media img, .inventory-featured-financedriver .hproduct .media img {
      border-radius: 2px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct .description, .inventory-featured-financedriver .hproduct .description {
    overflow: hidden;
    padding: 0 0 50px;
    font-size: 12px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct .description p > span:nth-child(n+8), .ddc-mega-menu-nav .inventory-featured-default .hproduct .description .separator, .inventory-featured-financedriver .hproduct .description p > span:nth-child(n+8), .inventory-featured-financedriver .hproduct .description .separator {
    display: none; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct > div, .inventory-featured-financedriver .hproduct > div {
    padding: 0 5px; }

.ddc-mega-menu-nav .inventory-featured-default .hproduct {
  height: 200px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct h3 {
    height: 34px; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct .description {
    text-transform: uppercase;
    height: 166px; }
    .ucasecompliance .ddc-mega-menu-nav .inventory-featured-default .hproduct .description {
      text-transform: none; }
  .ddc-mega-menu-nav .inventory-featured-default .hproduct > div.hover-state, .ddc-mega-menu-nav .inventory-featured-default .hproduct > div:hover {
    top: -166px; }

.inventory-featured-financedriver .hproduct {
  height: 210px; }
  .inventory-featured-financedriver .hproduct h3 {
    height: 34px; }
  .inventory-featured-financedriver .hproduct .pricing {
    padding-bottom: 0; }
  .inventory-featured-financedriver .hproduct .description {
    height: 176px; }
  .inventory-featured-financedriver .hproduct > div.hover-state, .inventory-featured-financedriver .hproduct > div:hover {
    top: -176px; }

/*
* =Model Selectors
------------------------------------------------------------------------------*/
/* ==model selector carousels and bodystyle filters */
.model-selector-parallax {
  position: relative;
  z-index: 3;
  /* Set both the height and margin-bottom values to the height you want to use for the viewport. */ }
  .model-selector-parallax ul.carousel {
    padding-left: 0; }
  .model-selector-parallax li {
    list-style-type: none; }
  .model-selector-parallax .carousel-container {
    margin: 0 auto 10px;
    width: 100%; }
  .model-selector-parallax .carousel-prev, .model-selector-parallax .carousel-next {
    position: absolute;
    top: 0%;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #0d65bf; }
  .model-selector-parallax .carousel-next {
    right: -10px;
    left: auto; }
  .model-selector-parallax .carousel-prev.carousel-prev-disabled, .model-selector-parallax .carousel-next.carousel-next-disabled {
    visibility: visible;
    cursor: default;
    background-image: none;
    background-color: #787777; }
  .model-selector-parallax .carousel-clip {
    margin: 0 60px 20px 95px;
    height: 55px; }
  .model-selector-parallax .ui-button.ui-state-default {
    font-size: 100%; }
  .model-selector-parallax .carousel-prev, .model-selector-parallax .carousel-next {
    z-index: 99;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 58px;
    font-size: 4em; }
    .model-selector-parallax .carousel-prev:before, .model-selector-parallax .carousel-next:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
  .model-selector-parallax .carousel-prev {
    margin-left: 25px; }
  .model-selector-parallax .carousel {
    height: 55px;
    border-bottom: 1px solid #d3d3d3; }
    .model-selector-parallax .carousel a {
      position: relative;
      padding: 27px 0 12px 0;
      height: 60px;
      outline: none; }
    .model-selector-parallax .carousel a:visited {
      color: #000; }
    .model-selector-parallax .carousel .selected {
      color: #787777; }
    .model-selector-parallax .carousel a.tooltipTrigger {
      padding: 27px 0 12px 0;
      height: 60px; }
    .model-selector-parallax .carousel a.tooltipTrigger:hover {
      text-decoration: none; }
    .model-selector-parallax .carousel li ul {
      padding-left: 0; }
    .model-selector-parallax .carousel > li {
      display: inline-block;
      margin: 0 15px 0 0;
      padding: 0 6px 0;
      min-height: 17px;
      width: auto;
      line-height: 16px;
      zoom: 1;
      *display: inline; }
    .model-selector-parallax .carousel li li {
      display: inline-block;
      margin: 0 0 0 0;
      padding-right: 30px;
      zoom: 1;
      *display: inline; }
    .model-selector-parallax .carousel .body-style {
      border-right: 1px solid #d3d3d3; }
      .model-selector-parallax .carousel .body-style h3 {
        color: #0d65bf;
        font-size: 12px; }
      .model-selector-parallax .carousel .body-style h3, .model-selector-parallax .carousel .body-style h1 {
        margin: 0;
        padding: 0; }
      .model-selector-parallax .carousel .body-style h1 {
        margin: 0.25em 0;
        text-transform: none;
        font-size: 18px; }
      .model-selector-parallax .carousel .body-style a span {
        color: #000;
        font-size: 22px;
        font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 30px; }
        .model-selector-parallax .carousel .body-style a span.selected {
          padding-bottom: 12px;
          background: transparent url("") no-repeat bottom center;
          color: #000;
          font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
          font-weight: 800;
          font-size: 22px; }
        .model-selector-parallax .carousel .body-style a span.selected:before {
          position: absolute;
          top: auto;
          bottom: -3px;
          left: 50%;
          display: inline-block;
          margin-left: -1px;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #d3d3d3;
          border-bottom-color: rgba(0, 0, 0, 0.2);
          border-left: 10px solid transparent;
          content: ""; }
        .model-selector-parallax .carousel .body-style a span.selected:after {
          position: absolute;
          top: auto;
          bottom: -3px;
          left: 50%;
          display: inline-block;
          border-right: 9px solid transparent;
          border-bottom: 9px solid #e8e8e8;
          border-left: 9px solid transparent;
          content: ""; }
  .model-selector-parallax .jcarousel-prev, .model-selector-parallax .jcarousel-prev-horizontal, .model-selector-parallax .jcarousel-prev-disabled-horizontal, .model-selector-parallax .jcarousel-next, .model-selector-parallax .jcarousel-next-horizontal, .model-selector-parallax .jcarousel-next-disabled-horizontal {
    text-indent: -8px; }
  .model-selector-parallax .jcarousel-next.jcarousel-next-horizontal {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 26px; }
  .model-selector-parallax .jcarousel-prev.jcarousel-prev-horizontal {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 26px; }
  .model-selector-parallax .parallax-model-selector {
    position: relative; }
  .model-selector-parallax .model-selector-bodystyle-filter {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 95px; }
    .model-selector-parallax .model-selector-bodystyle-filter .filter-label, .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-container {
      margin-top: -20px; }
    .model-selector-parallax .model-selector-bodystyle-filter .filter-label {
      margin-top: 10px;
      color: #787777;
      font-weight: 800;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .model-selector-parallax .model-selector-bodystyle-filter .filter-label, .model-selector-parallax .model-selector-bodystyle-filter li {
      display: block;
      float: left;
      margin-right: 20px; }
    .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-container {
      margin-left: 100px;
      padding-top: 10px;
      max-width: 640px;
      width: auto;
      background-color: transparent; }
    .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item {
      width: auto; }
    .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item a {
      color: #000; }
      .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item a:hover, .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item a:focus {
        text-decoration: underline;
        background-color: transparent; }
      .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item a.active, .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-item a.currentPage {
        font-weight: bold; }
    .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-prev, .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-next {
      top: 2px; }
    .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-prev-disabled, .model-selector-parallax .model-selector-bodystyle-filter .jcarousel-next-disabled {
      visibility: hidden; }
  .model-selector-parallax .loading {
    display: none; }
  .model-selector-parallax .parallax-viewport, .model-selector-parallax .viewer {
    height: 245px; }
  .model-selector-parallax .details .viewer {
    height: 242px; }
  .model-selector-parallax .images .viewer {
    margin-bottom: 245px; }
  .model-selector-parallax .details .viewer {
    margin-bottom: 490px; }
  .model-selector-parallax .parallax-viewport {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .model-selector-parallax .details.slide-panel {
    top: -10px; }
  .model-selector-parallax .slide-panel {
    position: absolute;
    padding-left: 75px; }
  .model-selector-parallax .viewer {
    margin: 0;
    padding: 0;
    width: 625px; }
    .model-selector-parallax .viewer > div ul {
      top: 150px;
      left: 500px; }
    .model-selector-parallax .viewer h3 {
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 7px;
      margin-left: 400px;
      font-size: 32px;
      line-height: 0.8; }
    .model-selector-parallax .viewer .model-heading span {
      display: inline; }
    .model-selector-parallax .viewer .model-heading .year, .model-selector-parallax .viewer .model-heading .make {
      color: #787777;
      font-size: 14px;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 800;
      line-height: 14px; }
    .model-selector-parallax .viewer .model-heading span.make:after {
      display: block;
      content: "";
      line-height: 0;
      clear: both; }
    .model-selector-parallax .viewer .model-heading .model, .model-selector-parallax .viewer .model-heading .bodystyle {
      color: #0d65bf;
      font-size: 22px;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 800;
      line-height: 22px; }
    .model-selector-parallax .viewer .pricing, .model-selector-parallax .viewer .fuelEff, .model-selector-parallax .viewer .horsePower {
      float: left;
      clear: both;
      margin-left: 400px; }
    .model-selector-parallax .viewer .fuelEff strong, .model-selector-parallax .viewer .horsePower strong {
      font-weight: normal; }
    .model-selector-parallax .viewer .pricing {
      padding-bottom: 0px; }
    .model-selector-parallax .viewer .starting, .model-selector-parallax .viewer .price {
      font-size: 16px;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .model-selector-parallax .viewer .pricing .price {
      float: none !important; }
    .model-selector-parallax .viewer .fuelEff, .model-selector-parallax .viewer .horsePower {
      width: 400px;
      font-size: 12px;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .model-selector-parallax .viewer h4 {
      position: absolute;
      top: 195px;
      left: 20px; }
    .model-selector-parallax .viewer img {
      left: 50px;
      padding-top: 10px;
      max-width: 365px;
      max-height: 210px; }
    .model-selector-parallax .viewer .buttons {
      position: relative;
      top: 60px;
      left: 0;
      display: block;
      margin-left: 345px; }
    .model-selector-parallax .viewer .buttons li {
      position: relative;
      z-index: 999;
      float: none; }
    .model-selector-parallax .viewer .ui-button {
      display: block;
      float: left;
      margin: 0 15px 10px 0; }
    .model-selector-parallax .viewer .ddc-icon {
      color: #000; }
    .model-selector-parallax .viewer .ddc-btn-xsmall {
      padding: 6px 24px 5px;
      height: 33px;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      font-size: 18px; }
      .model-selector-parallax .viewer .ddc-btn-xsmall:hover {
        color: #000;
        text-decoration: underline; }
    .model-selector-parallax .viewer .no-photo {
      margin-top: 20px;
      margin-left: 130px; }
    .model-selector-parallax .viewer .no-photo.lazy-image {
      margin-top: 0;
      margin-left: 0; }
  .model-selector-parallax .models .viewer, .model-selector-parallax .images .viewer, .model-selector-parallax .details .viewer {
    padding: 1px; }
  .model-selector-parallax .details .viewer > div {
    margin-top: 60px;
    padding-top: 10px; }

.model-selector-responsive {
  background: whitesmoke;
  margin: auto;
  padding-top: 10px; }
  .model-selector-responsive.model-selector-responsive-extension-1 {
    margin-bottom: 0; }
  .model-selector-responsive h3 {
    margin: 0 auto 20px; }
  .model-selector-responsive .slick-next, .model-selector-responsive .slick-prev {
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: #0d65bf;
    height: 35px;
    width: 35px;
    top: 75px; }
  .model-selector-responsive .slick-next {
    right: -25px; }
  .model-selector-responsive .slick-prev {
    left: -25px; }
  .model-selector-responsive .slick-prev:hover, .model-selector-responsive .slick-prev:focus, .model-selector-responsive .slick-next:hover, .model-selector-responsive .slick-next:focus {
    color: #ffffff;
    background: #0d65bf;
    cursor: pointer; }
  .model-selector-responsive .slick-disabled, .model-selector-responsive .slick-disabled:hover, .model-selector-responsive .slick-disabled:focus {
    background: #919191; }
  .model-selector-responsive .slick-slider {
    margin-bottom: 5px; }
  .model-selector-responsive .inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px; }
  .model-selector-responsive .ddc-nav-tabs {
    border-bottom: none;
    margin-bottom: 20px; }
  .model-selector-responsive .ddc-nav-pills > li > a {
    border-radius: 4px;
    padding: 3px 15px;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer; }
  .model-selector-responsive .ddc-nav-pills > li.active > a, .model-selector-responsive .ddc-nav-pills > li.currentPage > a, .model-selector-responsive .ddc-nav-pills > li.active:hover > a, .model-selector-responsive .ddc-nav-pills > li.currentPage:hover > a {
    background-color: #0d65bf;
    border: none; }
  .model-selector-responsive .model-selector-responsive-bodystyle > div {
    min-width: 150px;
    min-height: 150px;
    margin-right: 10px; }
  .model-selector-responsive .tab-pane {
    opacity: 0;
    -webkit-transition: opacity 0.75s linear;
    -moz-transition: opacity 0.75s linear;
    -o-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear; }
  .model-selector-responsive .tab-pane.fadeIn {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .model-selector-responsive .slick-slide {
    margin: 10px 20px; }
    .model-selector-responsive .slick-slide .loading-image {
      position: absolute;
      top: 0;
      z-index: 5;
      width: 100%;
      height: 100%;
      background: url(/v9/media/js/slick/slick-1.3.15/slick/ajax-loader.gif) no-repeat center center; }
    .model-selector-responsive .slick-slide .ddc-btn {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .model-selector-responsive .slick-slide img {
      vertical-align: bottom;
      width: inherit; }
    .model-selector-responsive .slick-slide > span {
      display: block;
      vertical-align: bottom;
      display: table-cell;
      width: inherit; }
      .model-selector-responsive .slick-slide > span a {
        width: inherit;
        overflow: visible; }
    .model-selector-responsive .slick-slide > h3 {
      text-align: center;
      font-size: 1.2em;
      color: #000;
      -webkit-transition: 0.1s ease;
      -moz-transition: 0.1s ease;
      -o-transition: 0.1s ease;
      transition: 0.1s ease;
      margin: 10px 5px; }
    .model-selector-responsive .slick-slide h3 a {
      color: #000; }
    .model-selector-responsive .slick-slide:not(:hover) .ddc-btn {
      background: #787777; }
    .model-selector-responsive .slick-slide.focus .ddc-btn {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .model-selector-responsive .slick-slide.focus img {
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      -o-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
    .model-selector-responsive .slick-slide.focus h3 {
      color: #0d65bf;
      font-size: 20px; }
      .model-selector-responsive .slick-slide.focus h3 a {
        color: #0d65bf; }

/*
* =Share (Links) Widget
------------------------------------------------------------------------------*/
.links-share li {
  margin: 0;
  padding: 0 0 10px;
  width: 100%; }
  .links-share li a {
    display: block;
    min-height: 50px;
    padding: 5px 10px 5px 35px; }
.links-share .ddc-icon {
  float: left;
  position: relative;
  left: -20px; }
.links-share.share-with-labels h4 {
  margin: 0 0 5px;
  color: #000; }
.links-share.share-with-labels h4, .links-share.share-with-labels span {
  display: block; }
.links-share.share-with-labels span {
  font-weight: 400; }

/*
* =Tabbed Widgets
------------------------------------------------------------------------------*/
.tabs-tabbed-widgets .tabs-tabbed-widgets-container {
  background: #ffffff; }
.tabs-tabbed-widgets .ui-tabs {
  padding: 0; }
.tabs-tabbed-widgets .ui-tabs-nav {
  padding: 0; }
  .tabs-tabbed-widgets .ui-tabs-nav li {
    margin: 0;
    border: none;
    background: none; }
    .tabs-tabbed-widgets .ui-tabs-nav li a {
      width: 100%;
      text-align: center;
      font-family: 'DDC Heading Font Face', Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 22px; }
.tabs-tabbed-widgets .ui-tabs-nav li.ui-state-active a, .tabs-tabbed-widgets .ui-tabs-nav li.ui-state-hover a {
  outline: none; }
.tabs-tabbed-widgets .tabs-content-container {
  margin-top: 40px; }
.tabs-tabbed-widgets .tabbed-widgets-group .ddc-container {
  width: auto;
  padding: 0; }
.tabs-tabbed-widgets .ddc-content {
  margin-bottom: 0; }
.tabs-tabbed-widgets .ddc-box-1 {
  margin-bottom: 20px; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav {
  width: 960px;
  margin: 0 auto; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li {
    width: 50%;
    float: left;
    padding: 10px; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li a:after {
      left: 10px; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li a:before {
      content: ''; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li:first-child a:before {
      right: 10px; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li:first-child a:after {
      content: ''; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:before, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 a:after {
  position: relative;
  top: 5px;
  line-height: 0; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .tabs-content-container {
  min-height: 460px; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tabs-content-container {
  margin-top: 0;
  padding-top: 40px;
  background: #ffffff; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 #tabs-tabbed-widgets-group-3 {
  min-height: 500px; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .widget-separator h3 {
  position: relative;
  border-bottom: none;
  margin-top: 40px;
  text-transform: uppercase; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .widget-separator h3 span {
    position: relative;
    z-index: 1;
    background: #ffffff;
    left: 47%;
    padding: 0 10px; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .widget-separator h3:before {
    content: "";
    display: block;
    border-top: groove 1px #ffffff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .widget-separator h3:after {
    content: ""; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs {
  background: #ffffff; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav {
  width: 960px;
  margin: 0 auto;
  display: table; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li {
    width: 320px;
    float: none;
    display: table-cell;
    white-space: normal;
    border-left: 2px groove rgba(120, 119, 119, 0.6); }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li:first-child {
      border-left: none; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li:hover a, .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li.ui-state-active a {
      color: #ffffff;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), transparent);
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.25), transparent);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.25), transparent);
      background: linear-gradient(rgba(0, 0, 0, 0.25), transparent); }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li.ui-state-active > a i {
      color: #0d65bf;
      background: #ffffff;
      font-size: 42px;
      margin-top: 0;
      border-color: #252325;
      box-shadow: inset 0 3px 1px #000;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li.ui-state-active > :after {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #ffffff;
      content: ' ';
      position: absolute;
      top: 100%;
      left: 42%; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li.ui-state-active .ddc-btn {
      display: none; }
    .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .ui-tabs-nav li a {
      display: block;
      background-color: transparent;
      color: #ffffff;
      height: 200px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .tab-inner i {
  border: 2px solid #343235;
  background: #3e3e3e;
  border-radius: 50%;
  font-size: 32px;
  padding: 14px 20px;
  margin-top: -42px;
  box-shadow: inset #787777 0 -1px 0 0px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .inventory-search-facetbrowse {
  padding-bottom: 40px; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-2 .links-list li {
  margin-bottom: 5px; }

.tabs-tabbed-widgets .ui-tabs-nav li a {
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.75) 1px -1px 0;
  font-style: italic;
  color: #ffffff;
  background: #787777; }
  .ucasecompliance .tabs-tabbed-widgets .ui-tabs-nav li a {
    text-transform: none; }
.tabs-tabbed-widgets .ui-tabs-nav li.ui-state-active a, .tabs-tabbed-widgets .ui-tabs-nav li.ui-state-hover a {
  color: #ffffff;
  background: #000; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li:first-child {
  border-right: 2px solid #e8e8e8; }
.tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li.ui-state-active {
  position: relative; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li.ui-state-active:before {
    content: ' ';
    position: absolute;
    bottom: -40px;
    left: 48%;
    z-index: 2;
    height: 0;
    width: 0;
    border: 25px solid transparent;
    border-top-color: #ffffff; }
  .tabs-tabbed-widgets.tabs-tabbed-widgets-extension-1 .ui-tabs-nav li.ui-state-active:after {
    content: ' ';
    position: absolute;
    bottom: -19px;
    left: 50%;
    z-index: 3;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #000; }

.pricing .abSub, .pricing .rebate, .pricing .subtotal {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px dotted #000;
  display: block; }

.pricing {
  font-weight: 700;
  margin-left: 12px; }
  .pricing a .h4, .pricing a .h5 {
    color: #0d65bf; }
    .pricing a .h4:hover, .pricing a .h5:hover {
      color: #083f77; }
  .pricing .label {
    float: left;
    padding: 0;
    color: #787777;
    font-size: 0.85em; }
    .inventoryList .pricing .label {
      width: 60px;
      text-align: left;
      line-height: 1;
      vertical-align: baseline; }
    [lang="es-US"] .inventoryList .pricing .label {
      width: 60px;
      white-space: normal; }
    .mycars-favorites .inventoryList .pricing .label {
      width: auto; }
  .pricing li > span {
    display: block; }
    .pricing li > span:before, .pricing li > span:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .pricing li > span:after {
      clear: both; }
    .pricing li > span span {
      vertical-align: baseline;
      line-height: 21px; }
  .pricing .value, .pricing .price {
    float: right; }
  .pricing li:first-child .value, .pricing li:first-child .price {
    font-size: 1.3em; }
  .pricing .final-price .label, .pricing .final .label {
    line-height: 2em; }
    .inventoryList .pricing .final-price .label, .inventoryList .pricing .final .label {
      line-height: 1;
      white-space: normal; }
  .pricing .final-price .value, .pricing .final-price .price, .pricing .final .value, .pricing .final .price {
    font-size: 2em; }
  .pricing .final-price .value, .pricing .final .value {
    line-height: 1; }
  .pricing .final-price .value.no-value {
    font-size: 1.3em; }
  .pricing .abSub .value:before, .pricing .abSub .price:before, .pricing .rebate .value:before, .pricing .rebate .price:before, .pricing .discount .value:before, .pricing .discount .price:before {
    content: "-"; }
  .inventory-detail-pricing .pricing .abSub, .inventory-detail-pricing .pricing .rebate, .inventory-detail-pricing .pricing .discount {
    border-color: #787777; }
  .pricing .ePrice .ddc-btn, .pricing .eprice-button, .pricing [data-eprice].ddc-btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 16px;
    text-decoration: none; }
  .pricing .eprice, .pricing .ePrice a, .pricing [data-eprice] {
    float: right;
    text-decoration: underline;
    padding-right: 0; }
  .pricing span[data-eprice] {
    color: #0d65bf; }
  .pricing .ePrice li {
    float: right; }
  .pricing .on-deposit-link {
    width: 100%; }
  .pricing .paymentLoan .price.h1, .pricing .paymentLease .price.h1, .pricing .paymentLoan .value, .pricing .paymentLease .value {
    font-size: 1.3em; }
    .pricing .paymentLoan .price.h1 .paymentFrequency, .pricing .paymentLease .price.h1 .paymentFrequency, .pricing .paymentLoan .value .paymentFrequency, .pricing .paymentLease .value .paymentFrequency {
      font-weight: 300;
      font-size: 0.85em; }

.inventory-featured-default .pricing {
  float: right;
  width: 40%; }
.inventory-featured-default p > span {
  display: block; }
.inventory-featured-default p .separator {
  display: none; }

.conditionalIncentivesList {
  padding-top: 6px; }
  .conditionalIncentivesList .price {
    float: none; }
  .conditionalIncentivesList li {
    font-weight: 400;
    font-size: 14px; }
    .conditionalIncentivesList li .small {
      font-size: 14px; }
  .conditionalIncentivesList p {
    font-size: 12px;
    font-weight: 400; }

.vlp .pricing {
  margin-left: 0; }

.model-specific-landing-inventory .pricing {
  float: right;
  width: 45%;
  padding-right: 12px; }
  .model-specific-landing-inventory .pricing li > span {
    display: block; }
  .model-specific-landing-inventory .pricing .final, .model-specific-landing-inventory .pricing .internetPrice {
    padding: 0 0 12px; }
  .model-specific-landing-inventory .pricing .internetPrice .value {
    font-size: 2em; }
  .model-specific-landing-inventory .pricing li:last-child a {
    float: right; }

.inventory-similar-default .pricing, .inventory-featured-default-extension-1 .pricing, .ddc-mega-menu-nav .inventory-featured-default .pricing, .inventory-featured-financedriver .pricing {
  margin-left: 0;
  float: none;
  width: 100%;
  font-size: 14px;
  text-align: left; }
  .inventory-similar-default .pricing.multiple-prices > li > span, .inventory-featured-default-extension-1 .pricing.multiple-prices > li > span, .ddc-mega-menu-nav .inventory-featured-default .pricing.multiple-prices > li > span, .inventory-featured-financedriver .pricing.multiple-prices > li > span {
    display: none; }
    .inventory-similar-default .pricing.multiple-prices > li > span.final-price, .inventory-featured-default-extension-1 .pricing.multiple-prices > li > span.final-price, .ddc-mega-menu-nav .inventory-featured-default .pricing.multiple-prices > li > span.final-price, .inventory-featured-financedriver .pricing.multiple-prices > li > span.final-price {
      display: block; }
  .inventory-similar-default .pricing .label, .inventory-featured-default-extension-1 .pricing .label, .ddc-mega-menu-nav .inventory-featured-default .pricing .label, .inventory-featured-financedriver .pricing .label {
    padding-right: 10px; }
  .inventory-similar-default .pricing .value, .inventory-featured-default-extension-1 .pricing .value, .ddc-mega-menu-nav .inventory-featured-default .pricing .value, .inventory-featured-financedriver .pricing .value {
    float: none;
    font-size: 18px; }

.inventory-similar-default .pricing .value, .inventory-featured-default-extension-1 .pricing .value {
  color: #787777; }

.inventory-featured-financedriver .pricing {
  margin-bottom: 0; }

.inventory-detail-pricing .pricing {
  margin-left: 0; }
  .inventory-detail-pricing .pricing li {
    overflow: hidden; }
  .inventory-detail-pricing .pricing li > span {
    padding-top: 6px; }
.inventory-detail-pricing .price.h1 {
  line-height: 1;
  font-size: 1em; }
.inventory-detail-pricing .final .label, .inventory-detail-pricing .final-price .label {
  line-height: 3em; }
.inventory-detail-pricing .final .price.h1, .inventory-detail-pricing .final-price .price.h1 {
  font-size: 2em; }
.inventory-detail-pricing .monthlyPayment {
  position: relative;
  padding-top: 10px;
  line-height: 36px;
  text-align: right;
  vertical-align: text-bottom; }
  .inventory-detail-pricing .monthlyPayment br {
    display: none; }
  .inventory-detail-pricing .monthlyPayment strong {
    display: inline-block; }
    .inventory-detail-pricing .monthlyPayment strong:first-child {
      float: left;
      padding-top: 6px; }
  .inventory-detail-pricing .monthlyPayment .h2 {
    font-size: 32px; }
  .inventory-detail-pricing .monthlyPayment .perMonthLabel {
    display: inline-block; }
  .inventory-detail-pricing .monthlyPayment p {
    clear: both;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #787777; }
.inventory-detail-pricing .calculate, .inventory-detail-pricing .calculate-dealertrack {
  margin-top: 10px; }

.inventory-detail-pricing .pricing .calculate-dealertrack-button p {
  float: none; }

/*
* =Incentives
------------------------------------------------------------------------------*/
.incentive-list {
  padding: 0; }
  .incentive-list li {
    list-style: none; }
  .incentive-list .incentive-type-heading {
    display: block;
    padding: 0;
    background: none;
    clear: both;
    font-weight: 400;
    text-align: left; }
  .incentive-list a {
    clear: both;
    text-decoration: underline; }

.inventoryList .incentive-list {
  width: 64%;
  margin: 12px 0 0; }
  .inventoryList .incentive-list li + li {
    margin-top: 6px; }
.inventoryList .incentive-type-heading {
  color: #787777; }
.inventoryList .separator {
  display: inline; }
.inventoryList .ui-dialog .incentive-type-heading {
  color: #343235; }
.inventoryList .ui-dialog .incentive-list {
  width: auto; }

.vdp .incentive-type-heading {
  padding-top: 10px;
  font-size: 14px; }
.vdp .incentive-list a {
  display: block;
  font-size: 14px;
  padding: 10px 0 0 16px; }

.incentives-search-default .page-header {
  margin: 0;
  padding: 0;
  border: none; }
.incentives-search-default .vehicles-container {
  padding: 0; }
.incentives-search-default .vehicle-container {
  margin: 0 30px 30px 0; }
  .incentives-search-default .vehicle-container h5 {
    font-size: 14px; }
  .incentives-search-default .vehicle-container img {
    width: auto;
    margin: 0;
    padding: 0;
    height: auto; }
  .incentives-search-default .vehicle-container .ddc-btn {
    position: absolute;
    bottom: 0; }
.incentives-search-default .facet-group label {
  font-weight: 400;
  color: #343235; }

.incentives-search-detail .page-header {
  margin: 0;
  padding: 0;
  border: none; }
.incentives-search-detail .current-trim img {
  width: auto;
  padding: 0; }
.incentives-search-detail .trim-overview h2 {
  margin-top: 0; }
.incentives-search-detail #portamento_container {
  min-width: 100%; }
.incentives-search-detail .facet-group a {
  margin: 0;
  padding: 0; }
.incentives-search-detail .ui-button {
  margin: 6px 12px; }
.incentives-search-detail .nav-list a:hover {
  background: none; }

.incentive .ddc-nav, .incentive .ddc-nav-inline {
  margin-top: 10px; }

/*
* ="Reserve It Now" pages
------------------------------------------------------------------------------*/
.paypal-form {
  clear: both; }

.v9-global-0011-v1 .ddc-navbar {
  text-shadow: none; }
.v9-global-0011-v1 .ddc-navbar-default .ddc-container {
  position: relative;
  min-height: 50px; }
.v9-global-0011-v1 .mycars-default {
  position: absolute;
  top: 0;
  left: auto;
  right: 0; }
.v9-global-0011-v1 .noShrink .mycars-default {
  top: 109px;
  bottom: 0; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu > a {
    display: block;
    overflow: visible;
    height: 32px;
    width: auto;
    margin-left: 5px;
    padding: 6px;
    text-shadow: none; }
    .v9-global-0011-v1 .noShrink .mycars-default .menu > a:before, .v9-global-0011-v1 .noShrink .mycars-default .menu > a .count:before {
      float: left;
      margin-right: 5px;
      margin-bottom: 0;
      text-shadow: none;
      line-height: 22px;
      font-size: 22px;
      color: #787777; }
    .v9-global-0011-v1 .noShrink .mycars-default .menu > a .label {
      width: auto;
      overflow: visible;
      font-size: 12px;
      line-height: 22px;
      color: #787777;
      text-shadow: none; }
    .v9-global-0011-v1 .noShrink .mycars-default .menu > a .count {
      height: auto;
      min-width: 0;
      width: auto;
      line-height: 22px;
      color: #787777; }
      .v9-global-0011-v1 .noShrink .mycars-default .menu > a .count div {
        top: -8px;
        right: 0;
        padding: 1px 4px;
        text-shadow: none;
        line-height: 1.3;
        border-radius: 1em;
        transition: opacity 0.3s; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.login > a:before {
    margin-top: -3px; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.login > a .label {
    text-shadow: none; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.price-alerts .count:before {
    margin-top: 0;
    font-size: 14px; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.saved-cars .count {
    padding-left: 0; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.saved-cars .count:before {
    margin-top: -2px;
    margin-right: 0;
    font-size: 28px; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a:before, .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a .label, .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a .count:before, .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a:before, .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a .label, .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a .count:before {
    opacity: 1;
    text-shadow: none; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a {
    background: none; }
    .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a .label, .v9-global-0011-v1 .noShrink .mycars-default .menu:hover > a:before {
      color: #787777; }
  .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a {
    background-color: #efefef;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.4); }
    .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a .label, .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a:before, .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a .count:before {
      color: #555; }
    .v9-global-0011-v1 .noShrink .mycars-default .menu.selected > a .count div {
      opacity: 0;
      transition: opacity 0; }
  .v9-global-0011-v1 .noShrink .mycars-default .popup {
    top: 29px; }
.v9-global-0011-v1 .compact .mycars-default {
  top: auto;
  bottom: 0; }
  .v9-global-0011-v1 .compact .mycars-default .menu > a {
    display: block;
    overflow: visible;
    height: 32px;
    width: auto;
    margin-left: 5px;
    padding: 6px 5px 6px 0;
    text-shadow: none; }
    .v9-global-0011-v1 .compact .mycars-default .menu > a:before, .v9-global-0011-v1 .compact .mycars-default .menu > a .count:before {
      float: left;
      margin-right: 5px;
      margin-bottom: 0;
      text-shadow: none;
      line-height: 22px;
      font-size: 22px;
      color: #787777; }
    .v9-global-0011-v1 .compact .mycars-default .menu > a .label {
      width: auto;
      overflow: visible;
      font-size: 12px;
      line-height: 22px;
      color: #787777;
      text-shadow: none; }
    .v9-global-0011-v1 .compact .mycars-default .menu > a .count {
      height: auto;
      min-width: 0;
      width: auto;
      line-height: 22px;
      color: #787777; }
      .v9-global-0011-v1 .compact .mycars-default .menu > a .count div {
        top: -8px;
        right: 0;
        padding: 1px 4px;
        text-shadow: none;
        line-height: 1.3;
        border-radius: 1em;
        transition: opacity 0.3s; }
  .v9-global-0011-v1 .compact .mycars-default .menu.login > a:before {
    margin-top: -3px; }
  .v9-global-0011-v1 .compact .mycars-default .menu.login > a .label {
    text-shadow: none; }
  .v9-global-0011-v1 .compact .mycars-default .menu.price-alerts .count:before {
    margin-top: 0;
    font-size: 14px; }
  .v9-global-0011-v1 .compact .mycars-default .menu.saved-cars .count {
    padding-left: 0; }
  .v9-global-0011-v1 .compact .mycars-default .menu.saved-cars .count:before {
    margin-top: -2px;
    margin-right: 0;
    font-size: 28px; }
  .v9-global-0011-v1 .compact .mycars-default .menu.selected > a:before, .v9-global-0011-v1 .compact .mycars-default .menu.selected > a .label, .v9-global-0011-v1 .compact .mycars-default .menu.selected > a .count:before, .v9-global-0011-v1 .compact .mycars-default .menu:hover > a:before, .v9-global-0011-v1 .compact .mycars-default .menu:hover > a .label, .v9-global-0011-v1 .compact .mycars-default .menu:hover > a .count:before {
    opacity: 1;
    text-shadow: none; }
  .v9-global-0011-v1 .compact .mycars-default .menu:hover > a {
    background: none; }
    .v9-global-0011-v1 .compact .mycars-default .menu:hover > a .label, .v9-global-0011-v1 .compact .mycars-default .menu:hover > a:before {
      color: #787777; }
  .v9-global-0011-v1 .compact .mycars-default .menu.selected > a {
    background-color: #efefef;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.4); }
    .v9-global-0011-v1 .compact .mycars-default .menu.selected > a .label, .v9-global-0011-v1 .compact .mycars-default .menu.selected > a:before, .v9-global-0011-v1 .compact .mycars-default .menu.selected > a .count:before {
      color: #555; }
    .v9-global-0011-v1 .compact .mycars-default .menu.selected > a .count div {
      opacity: 0;
      transition: opacity 0; }
  .v9-global-0011-v1 .compact .mycars-default .popup {
    top: auto; }