/*== Import all base sass */
/*  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 {
  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: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #425968;
  background-color: #ebf2f3; }

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

a {
  color: #22a3e6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003478;
    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: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #ebf2f3;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  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 10px; }

.ddc-lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 640px) {
    .ddc-lead {
      font-size: 24px; } }

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

cite {
  font-style: normal; }

.text-muted {
  color: #af9696; }

.text-primary {
  color: #f26619; }

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

.text-warning {
  color: #31b1aa; }

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

.text-danger {
  color: #ffffff; }

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

.text-success {
  color: #31b1aa; }

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

.text-info {
  color: #22a3e6; }

a.text-info:hover {
  color: #1685bf; }

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .bodyshop-lead h3, .model-selector-default-extension-1 > h3, .parts-lead h3, .service-lead h3, .showroom .showroom-details-section h4, .ui-dialog .ui-dialog-title, .bodyshop-lead h2, .inventory-detail-item-details .title, .inventory-detail-packages-options h4, .inventory-detail-tech-specs h4, .model-selector-default.ddc-box-1 > h3, .parts-lead h2, .service-lead h2, .vehicles-container > li h5, .showroom .showroom-listing .hproduct .pricing .h3, .showroom .incentive-title {
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  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, .bodyshop-lead h3 small, .model-selector-default-extension-1 > h3 small, .parts-lead h3 small, .service-lead h3 small, .showroom .showroom-details-section h4 small, .bodyshop-lead h3 .small, .model-selector-default-extension-1 > h3 .small, .parts-lead h3 .small, .service-lead h3 .small, .showroom .showroom-details-section h4 .small, .ui-dialog .ui-dialog-title small, .bodyshop-lead h2 small, .inventory-detail-item-details .title small, .inventory-detail-packages-options h4 small, .inventory-detail-tech-specs h4 small, .model-selector-default.ddc-box-1 > h3 small, .parts-lead h2 small, .service-lead h2 small, .ui-dialog .ui-dialog-title .small, .bodyshop-lead h2 .small, .inventory-detail-item-details .title .small, .inventory-detail-packages-options h4 .small, .inventory-detail-tech-specs h4 .small, .model-selector-default.ddc-box-1 > h3 .small, .parts-lead h2 .small, .service-lead h2 .small, .vehicles-container > li h5 small, .showroom .showroom-listing .hproduct .pricing .h3 small, .showroom .incentive-title small, .vehicles-container > li h5 .small, .showroom .showroom-listing .hproduct .pricing .h3 .small, .showroom .incentive-title .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, h2, h3, .bodyshop-lead h3, .model-selector-default-extension-1 > h3, .parts-lead h3, .service-lead h3, .showroom .showroom-details-section h4, .ui-dialog .ui-dialog-title, .bodyshop-lead h2, .inventory-detail-item-details .title, .inventory-detail-packages-options h4, .inventory-detail-tech-specs h4, .model-selector-default.ddc-box-1 > h3, .parts-lead h2, .service-lead h2 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, .bodyshop-lead h3 small, .model-selector-default-extension-1 > h3 small, .parts-lead h3 small, .service-lead h3 small, .showroom .showroom-details-section h4 small, .bodyshop-lead h3 .small, .model-selector-default-extension-1 > h3 .small, .parts-lead h3 .small, .service-lead h3 .small, .showroom .showroom-details-section h4 .small, .ui-dialog .ui-dialog-title small, .bodyshop-lead h2 small, .inventory-detail-item-details .title small, .inventory-detail-packages-options h4 small, .inventory-detail-tech-specs h4 small, .model-selector-default.ddc-box-1 > h3 small, .parts-lead h2 small, .service-lead h2 small, .ui-dialog .ui-dialog-title .small, .bodyshop-lead h2 .small, .inventory-detail-item-details .title .small, .inventory-detail-packages-options h4 .small, .inventory-detail-tech-specs h4 .small, .model-selector-default.ddc-box-1 > h3 .small, .parts-lead h2 .small, .service-lead h2 .small {
    font-size: 65%; }

h4, h5, h6, .vehicles-container > li h5, .showroom .showroom-listing .hproduct .pricing .h3, .showroom .incentive-title {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .vehicles-container > li h5 small, .showroom .showroom-listing .hproduct .pricing .h3 small, .showroom .incentive-title small, .vehicles-container > li h5 .small, .showroom .showroom-listing .hproduct .pricing .h3 .small, .showroom .incentive-title .small {
    font-size: 75%; }

.ddc-page-title, .ddc-font-size-jumbo {
  font-size: 40px; }

h1, .h1, .ddc-font-size-xxlarge {
  font-size: 32px; }

h2, .h2, .bodyshop-lead h3, .model-selector-default-extension-1 > h3, .parts-lead h3, .service-lead h3, .showroom .showroom-details-section h4, .ddc-font-size-xlarge, .showroom-v2 #models .trimsTableData td {
  font-size: 26px; }

h3, .h3, .ui-dialog .ui-dialog-title, .bodyshop-lead h2, .inventory-detail-item-details .title, .inventory-detail-packages-options h4, .inventory-detail-tech-specs h4, .model-selector-default.ddc-box-1 > h3, .parts-lead h2, .service-lead h2, .ddc-font-size-large, .showroom-v2 #models .trimsTableData strong {
  font-size: 20px; }

h4, .h4, .vehicles-container > li h5, .showroom .showroom-listing .hproduct .pricing .h3, .showroom .incentive-title, .ddc-font-size-base, .inventory-detail-packages-options .packageHeading {
  font-size: 16px; }

h5, .h5, .ddc-font-size-small {
  font-size: 13px; }

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

.ddc-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

.ddc-list-unstyled, .ddc-list-inline, .ddc-list-items, .staff-listing > ul, ul.typeahead.dropdown-menu, .ddc-navbar-default .ddc-dropdown.dropdown .ddc-dropdown-menu > li ul.typeahead.dropdown-menu {
  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: 20px; }

dt, dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 640px) {
  .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: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #ffffff; }
  blockquote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.25;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.ddc-pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ffffff;
    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: 20px;
  font-style: normal;
  line-height: 1.25; }

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

.ddc-row, .yui3-g {
  margin-left: -5px;
  margin-right: -5px; }
  .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, .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, .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, .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: 5px;
  padding-right: 5px; }

.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, .col-xs-7, .ddc-span6, .yui3-u-1-2, .col-xs-6, .ddc-span5, .yui3-u-5-12, .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, .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, .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, .col-xs-5 {
  width: 41.66667%; }

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

.ddc-span7, .yui3-u-7-12, .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: 20px; }
  .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.25;
    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: #ebf2f3; }

.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: #ffffff; }

.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: #ff0a28; }

.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: #f0001d; }

.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: #ffffff; }

.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 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  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: 11px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  vertical-align: middle; }

.ddc-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbdde0;
  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: #003478;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 52, 120, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 52, 120, 0.6); }
  .ddc-form-control:-moz-placeholder {
    color: #999999; }
  .ddc-form-control::-moz-placeholder {
    color: #999999; }
  .ddc-form-control:-ms-input-placeholder {
    color: #999999; }
  .ddc-form-control::-webkit-input-placeholder {
    color: #999999; }
  .ddc-form-control[disabled], .ddc-form-control[readonly], fieldset[disabled] .ddc-form-control {
    cursor: not-allowed;
    background-color: #d7d4dc; }

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

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

.ddc-radio, .ddc-checkbox {
  display: block;
  min-height: 20px;
  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: 23px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

.ddc-input-large {
  height: 68px;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

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

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: #31b1aa; }
.has-warning .form-control, .has-warning .ddc-form-control {
  border-color: #31b1aa;
  -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: #268984;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70d8d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70d8d2; }
.has-warning .input-group-addon {
  color: #31b1aa;
  border-color: #31b1aa;
  background-color: #ffffff; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #ffffff; }
.has-error .form-control, .has-error .ddc-form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff0a28; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #31b1aa; }
.has-success .form-control, .has-success .ddc-form-control {
  border-color: #31b1aa;
  -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: #268984;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70d8d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70d8d2; }
.has-success .input-group-addon {
  color: #31b1aa;
  border-color: #31b1aa;
  background-color: #ffffff; }

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

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

@media (min-width: 640px) {
  .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: 11px; }
.ddc-form-horizontal .ddc-form-group {
  margin-left: -5px;
  margin-right: -5px; }
  .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: 11px; }
@media (min-width: 640px) {
  .ddc-form-horizontal .ddc-control-label {
    text-align: right; }
 }

.ddc-btn, .featured-compact .view-all-link, .inventory-listing-default .item-compare label, .inventory-listing-default .alert-set label, .showroom-detail .item-compare label, .showroom-detail .alert-set label, .mycars-favorites .item-compare label, .mycars-favorites .alert-set label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .ddc-btn:focus, .featured-compact .view-all-link:focus, .inventory-listing-default .item-compare label:focus, .inventory-listing-default .alert-set label:focus, .showroom-detail .item-compare label:focus, .showroom-detail .alert-set label:focus, .mycars-favorites .item-compare label:focus, .mycars-favorites .alert-set label:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .ddc-btn:hover, .featured-compact .view-all-link:hover, .ddc-btn:focus, .featured-compact .view-all-link:focus, .inventory-listing-default .item-compare label:hover, .inventory-listing-default .alert-set label:hover, .showroom-detail .item-compare label:hover, .showroom-detail .alert-set label:hover, .mycars-favorites .item-compare label:hover, .mycars-favorites .alert-set label:hover, .inventory-listing-default .item-compare label:focus, .inventory-listing-default .alert-set label:focus, .showroom-detail .item-compare label:focus, .showroom-detail .alert-set label:focus, .mycars-favorites .item-compare label:focus, .mycars-favorites .alert-set label:focus {
    color: #ffffff;
    text-decoration: none; }
  .ddc-btn:active, .featured-compact .view-all-link:active, .ddc-btn.active, .ddc-btn.currentPage, .featured-compact .currentPage.view-all-link, .featured-compact .active.view-all-link, .inventory-listing-default .item-compare label:active, .inventory-listing-default .alert-set label:active, .showroom-detail .item-compare label:active, .showroom-detail .alert-set label:active, .mycars-favorites .item-compare label:active, .mycars-favorites .alert-set label:active, .inventory-listing-default .item-compare label.currentPage, .inventory-listing-default .alert-set label.currentPage, .showroom-detail .item-compare label.currentPage, .showroom-detail .alert-set label.currentPage, .mycars-favorites .item-compare label.currentPage, .mycars-favorites .alert-set label.currentPage, .inventory-listing-default .item-compare label.active, .inventory-listing-default .alert-set label.active, .showroom-detail .item-compare label.active, .showroom-detail .alert-set label.active, .mycars-favorites .item-compare label.active, .mycars-favorites .alert-set label.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, .featured-compact .disabled.view-all-link, .ddc-btn[disabled], .featured-compact [disabled].view-all-link, fieldset[disabled] .ddc-btn, fieldset[disabled] .featured-compact .view-all-link, .featured-compact fieldset[disabled] .view-all-link, .inventory-listing-default .item-compare label.disabled, .inventory-listing-default .alert-set label.disabled, .showroom-detail .item-compare label.disabled, .showroom-detail .alert-set label.disabled, .mycars-favorites .item-compare label.disabled, .mycars-favorites .alert-set label.disabled, .inventory-listing-default .item-compare label[disabled], .inventory-listing-default .alert-set label[disabled], .showroom-detail .item-compare label[disabled], .showroom-detail .alert-set label[disabled], .mycars-favorites .item-compare label[disabled], .mycars-favorites .alert-set label[disabled], fieldset[disabled] .inventory-listing-default .item-compare label, .inventory-listing-default .item-compare fieldset[disabled] label, fieldset[disabled] .inventory-listing-default .alert-set label, .inventory-listing-default .alert-set fieldset[disabled] label, fieldset[disabled] .showroom-detail .item-compare label, .showroom-detail .item-compare fieldset[disabled] label, fieldset[disabled] .showroom-detail .alert-set label, .showroom-detail .alert-set fieldset[disabled] label, fieldset[disabled] .mycars-favorites .item-compare label, .mycars-favorites .item-compare fieldset[disabled] label, fieldset[disabled] .mycars-favorites .alert-set label, .mycars-favorites .alert-set fieldset[disabled] label {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.ddc-btn-default, .featured-compact .view-all-link, .ddc-form-inline .ui-button-submit, .ddc-navbar-form .ui-button-submit, .model-specific-landing-inventory .view-link, .inventory-search-form-dropdown button {
  color: #ffffff;
  background-color: #425968;
  border-color: #425968; }
  .ddc-btn-default:hover, .featured-compact .view-all-link:hover, .ddc-btn-default:focus, .featured-compact .view-all-link:focus, .ddc-btn-default:active, .featured-compact .view-all-link:active, .ddc-btn-default.active, .ddc-btn-default.currentPage, .featured-compact .currentPage.view-all-link, .featured-compact .active.view-all-link, .ddc-form-inline .ui-button-submit:hover, .ddc-navbar-form .ui-button-submit:hover, .model-specific-landing-inventory .view-link:hover, .inventory-search-form-dropdown button:hover, .ddc-form-inline .ui-button-submit:focus, .ddc-navbar-form .ui-button-submit:focus, .model-specific-landing-inventory .view-link:focus, .inventory-search-form-dropdown button:focus, .ddc-form-inline .ui-button-submit:active, .ddc-navbar-form .ui-button-submit:active, .model-specific-landing-inventory .view-link:active, .inventory-search-form-dropdown button:active, .ddc-form-inline .currentPage.ui-button-submit, .ddc-navbar-form .currentPage.ui-button-submit, .model-specific-landing-inventory .currentPage.view-link, .inventory-search-form-dropdown button.currentPage, .ddc-form-inline .active.ui-button-submit, .ddc-navbar-form .active.ui-button-submit, .model-specific-landing-inventory .active.view-link, .inventory-search-form-dropdown button.active {
    color: #ffffff;
    background-color: #32444f;
    border-color: #2a3943; }
  .open .ddc-btn-default.dropdown-toggle, .open .featured-compact .dropdown-toggle.view-all-link, .featured-compact .open .dropdown-toggle.view-all-link, .open .ddc-form-inline .dropdown-toggle.ui-button-submit, .ddc-form-inline .open .dropdown-toggle.ui-button-submit, .open .ddc-navbar-form .dropdown-toggle.ui-button-submit, .ddc-navbar-form .open .dropdown-toggle.ui-button-submit, .open .model-specific-landing-inventory .dropdown-toggle.view-link, .model-specific-landing-inventory .open .dropdown-toggle.view-link, .open .inventory-search-form-dropdown button.dropdown-toggle, .inventory-search-form-dropdown .open button.dropdown-toggle {
    color: #ffffff;
    background-color: #32444f;
    border-color: #2a3943; }
  .ddc-btn-default:active, .featured-compact .view-all-link:active, .ddc-btn-default.active, .ddc-btn-default.currentPage, .featured-compact .currentPage.view-all-link, .featured-compact .active.view-all-link, .ddc-form-inline .ui-button-submit:active, .ddc-navbar-form .ui-button-submit:active, .model-specific-landing-inventory .view-link:active, .inventory-search-form-dropdown button:active, .ddc-form-inline .currentPage.ui-button-submit, .ddc-navbar-form .currentPage.ui-button-submit, .model-specific-landing-inventory .currentPage.view-link, .inventory-search-form-dropdown button.currentPage, .ddc-form-inline .active.ui-button-submit, .ddc-navbar-form .active.ui-button-submit, .model-specific-landing-inventory .active.view-link, .inventory-search-form-dropdown button.active {
    background-image: none; }
  .open .ddc-btn-default.dropdown-toggle, .open .featured-compact .dropdown-toggle.view-all-link, .featured-compact .open .dropdown-toggle.view-all-link, .open .ddc-form-inline .dropdown-toggle.ui-button-submit, .ddc-form-inline .open .dropdown-toggle.ui-button-submit, .open .ddc-navbar-form .dropdown-toggle.ui-button-submit, .ddc-navbar-form .open .dropdown-toggle.ui-button-submit, .open .model-specific-landing-inventory .dropdown-toggle.view-link, .model-specific-landing-inventory .open .dropdown-toggle.view-link, .open .inventory-search-form-dropdown button.dropdown-toggle, .inventory-search-form-dropdown .open button.dropdown-toggle {
    background-image: none; }
  .ddc-btn-default.disabled, .featured-compact .disabled.view-all-link, .ddc-btn-default.disabled:hover, .featured-compact .disabled.view-all-link:hover, .ddc-btn-default.disabled:focus, .featured-compact .disabled.view-all-link:focus, .ddc-btn-default.disabled:active, .featured-compact .disabled.view-all-link:active, .ddc-btn-default.disabled.active, .ddc-btn-default.disabled.currentPage, .featured-compact .disabled.currentPage.view-all-link, .featured-compact .disabled.active.view-all-link, .ddc-btn-default[disabled], .featured-compact [disabled].view-all-link, .ddc-btn-default[disabled]:hover, .featured-compact [disabled].view-all-link:hover, .ddc-btn-default[disabled]:focus, .featured-compact [disabled].view-all-link:focus, .ddc-btn-default[disabled]:active, .featured-compact [disabled].view-all-link:active, .ddc-btn-default[disabled].active, .ddc-btn-default[disabled].currentPage, .featured-compact [disabled].currentPage.view-all-link, .featured-compact [disabled].active.view-all-link, fieldset[disabled] .ddc-btn-default, fieldset[disabled] .featured-compact .view-all-link, .featured-compact fieldset[disabled] .view-all-link, fieldset[disabled] .ddc-btn-default:hover, fieldset[disabled] .featured-compact .view-all-link:hover, .featured-compact fieldset[disabled] .view-all-link:hover, fieldset[disabled] .ddc-btn-default:focus, fieldset[disabled] .featured-compact .view-all-link:focus, .featured-compact fieldset[disabled] .view-all-link:focus, fieldset[disabled] .ddc-btn-default:active, fieldset[disabled] .featured-compact .view-all-link:active, .featured-compact fieldset[disabled] .view-all-link:active, fieldset[disabled] .ddc-btn-default.active, fieldset[disabled] .ddc-btn-default.currentPage, fieldset[disabled] .featured-compact .currentPage.view-all-link, .featured-compact fieldset[disabled] .currentPage.view-all-link, fieldset[disabled] .featured-compact .active.view-all-link, .featured-compact fieldset[disabled] .active.view-all-link, .ddc-form-inline .disabled.ui-button-submit, .ddc-navbar-form .disabled.ui-button-submit, .model-specific-landing-inventory .disabled.view-link, .inventory-search-form-dropdown button.disabled, .ddc-form-inline .disabled.ui-button-submit:hover, .ddc-navbar-form .disabled.ui-button-submit:hover, .model-specific-landing-inventory .disabled.view-link:hover, .inventory-search-form-dropdown button.disabled:hover, .ddc-form-inline .disabled.ui-button-submit:focus, .ddc-navbar-form .disabled.ui-button-submit:focus, .model-specific-landing-inventory .disabled.view-link:focus, .inventory-search-form-dropdown button.disabled:focus, .ddc-form-inline .disabled.ui-button-submit:active, .ddc-navbar-form .disabled.ui-button-submit:active, .model-specific-landing-inventory .disabled.view-link:active, .inventory-search-form-dropdown button.disabled:active, .ddc-form-inline .disabled.currentPage.ui-button-submit, .ddc-navbar-form .disabled.currentPage.ui-button-submit, .model-specific-landing-inventory .disabled.currentPage.view-link, .inventory-search-form-dropdown button.disabled.currentPage, .ddc-form-inline .disabled.active.ui-button-submit, .ddc-navbar-form .disabled.active.ui-button-submit, .model-specific-landing-inventory .disabled.active.view-link, .inventory-search-form-dropdown button.disabled.active, .ddc-form-inline [disabled].ui-button-submit, .ddc-navbar-form [disabled].ui-button-submit, .model-specific-landing-inventory [disabled].view-link, .inventory-search-form-dropdown button[disabled], .ddc-form-inline [disabled].ui-button-submit:hover, .ddc-navbar-form [disabled].ui-button-submit:hover, .model-specific-landing-inventory [disabled].view-link:hover, .inventory-search-form-dropdown button[disabled]:hover, .ddc-form-inline [disabled].ui-button-submit:focus, .ddc-navbar-form [disabled].ui-button-submit:focus, .model-specific-landing-inventory [disabled].view-link:focus, .inventory-search-form-dropdown button[disabled]:focus, .ddc-form-inline [disabled].ui-button-submit:active, .ddc-navbar-form [disabled].ui-button-submit:active, .model-specific-landing-inventory [disabled].view-link:active, .inventory-search-form-dropdown button[disabled]:active, .ddc-form-inline [disabled].currentPage.ui-button-submit, .ddc-navbar-form [disabled].currentPage.ui-button-submit, .model-specific-landing-inventory [disabled].currentPage.view-link, .inventory-search-form-dropdown button[disabled].currentPage, .ddc-form-inline [disabled].active.ui-button-submit, .ddc-navbar-form [disabled].active.ui-button-submit, .model-specific-landing-inventory [disabled].active.view-link, .inventory-search-form-dropdown button[disabled].active, fieldset[disabled] .ddc-form-inline .ui-button-submit, .ddc-form-inline fieldset[disabled] .ui-button-submit, fieldset[disabled] .ddc-navbar-form .ui-button-submit, .ddc-navbar-form fieldset[disabled] .ui-button-submit, fieldset[disabled] .model-specific-landing-inventory .view-link, .model-specific-landing-inventory fieldset[disabled] .view-link, fieldset[disabled] .inventory-search-form-dropdown button, .inventory-search-form-dropdown fieldset[disabled] button, fieldset[disabled] .ddc-form-inline .ui-button-submit:hover, .ddc-form-inline fieldset[disabled] .ui-button-submit:hover, fieldset[disabled] .ddc-navbar-form .ui-button-submit:hover, .ddc-navbar-form fieldset[disabled] .ui-button-submit:hover, fieldset[disabled] .model-specific-landing-inventory .view-link:hover, .model-specific-landing-inventory fieldset[disabled] .view-link:hover, fieldset[disabled] .inventory-search-form-dropdown button:hover, .inventory-search-form-dropdown fieldset[disabled] button:hover, fieldset[disabled] .ddc-form-inline .ui-button-submit:focus, .ddc-form-inline fieldset[disabled] .ui-button-submit:focus, fieldset[disabled] .ddc-navbar-form .ui-button-submit:focus, .ddc-navbar-form fieldset[disabled] .ui-button-submit:focus, fieldset[disabled] .model-specific-landing-inventory .view-link:focus, .model-specific-landing-inventory fieldset[disabled] .view-link:focus, fieldset[disabled] .inventory-search-form-dropdown button:focus, .inventory-search-form-dropdown fieldset[disabled] button:focus, fieldset[disabled] .ddc-form-inline .ui-button-submit:active, .ddc-form-inline fieldset[disabled] .ui-button-submit:active, fieldset[disabled] .ddc-navbar-form .ui-button-submit:active, .ddc-navbar-form fieldset[disabled] .ui-button-submit:active, fieldset[disabled] .model-specific-landing-inventory .view-link:active, .model-specific-landing-inventory fieldset[disabled] .view-link:active, fieldset[disabled] .inventory-search-form-dropdown button:active, .inventory-search-form-dropdown fieldset[disabled] button:active, fieldset[disabled] .ddc-form-inline .currentPage.ui-button-submit, .ddc-form-inline fieldset[disabled] .currentPage.ui-button-submit, fieldset[disabled] .ddc-navbar-form .currentPage.ui-button-submit, .ddc-navbar-form fieldset[disabled] .currentPage.ui-button-submit, fieldset[disabled] .model-specific-landing-inventory .currentPage.view-link, .model-specific-landing-inventory fieldset[disabled] .currentPage.view-link, fieldset[disabled] .inventory-search-form-dropdown button.currentPage, .inventory-search-form-dropdown fieldset[disabled] button.currentPage, fieldset[disabled] .ddc-form-inline .active.ui-button-submit, .ddc-form-inline fieldset[disabled] .active.ui-button-submit, fieldset[disabled] .ddc-navbar-form .active.ui-button-submit, .ddc-navbar-form fieldset[disabled] .active.ui-button-submit, fieldset[disabled] .model-specific-landing-inventory .active.view-link, .model-specific-landing-inventory fieldset[disabled] .active.view-link, fieldset[disabled] .inventory-search-form-dropdown button.active, .inventory-search-form-dropdown fieldset[disabled] button.active {
    background-color: #425968;
    border-color: #425968; }

.ddc-btn-primary, .service-coupon-slide .get-offer a, .inventory-listing-default .hproduct .view-link, .showroom-detail .hproduct .view-link, .mycars-favorites .hproduct .view-link {
  color: #ffffff;
  background-color: #22a3e6;
  border-color: #22a3e6; }
  .ddc-btn-primary:hover, .service-coupon-slide .get-offer a:hover, .ddc-btn-primary:focus, .service-coupon-slide .get-offer a:focus, .ddc-btn-primary:active, .service-coupon-slide .get-offer a:active, .ddc-btn-primary.active, .ddc-btn-primary.currentPage, .service-coupon-slide .get-offer a.currentPage, .service-coupon-slide .get-offer a.active, .inventory-listing-default .hproduct .view-link:hover, .showroom-detail .hproduct .view-link:hover, .mycars-favorites .hproduct .view-link:hover, .inventory-listing-default .hproduct .view-link:focus, .showroom-detail .hproduct .view-link:focus, .mycars-favorites .hproduct .view-link:focus, .inventory-listing-default .hproduct .view-link:active, .showroom-detail .hproduct .view-link:active, .mycars-favorites .hproduct .view-link:active, .inventory-listing-default .hproduct .currentPage.view-link, .showroom-detail .hproduct .currentPage.view-link, .mycars-favorites .hproduct .currentPage.view-link, .inventory-listing-default .hproduct .active.view-link, .showroom-detail .hproduct .active.view-link, .mycars-favorites .hproduct .active.view-link {
    color: #ffffff;
    background-color: #178cc9;
    border-color: #157fb6; }
  .open .ddc-btn-primary.dropdown-toggle, .open .service-coupon-slide .get-offer a.dropdown-toggle, .service-coupon-slide .get-offer .open a.dropdown-toggle, .open .inventory-listing-default .hproduct .dropdown-toggle.view-link, .inventory-listing-default .hproduct .open .dropdown-toggle.view-link, .open .showroom-detail .hproduct .dropdown-toggle.view-link, .showroom-detail .hproduct .open .dropdown-toggle.view-link, .open .mycars-favorites .hproduct .dropdown-toggle.view-link, .mycars-favorites .hproduct .open .dropdown-toggle.view-link {
    color: #ffffff;
    background-color: #178cc9;
    border-color: #157fb6; }
  .ddc-btn-primary:active, .service-coupon-slide .get-offer a:active, .ddc-btn-primary.active, .ddc-btn-primary.currentPage, .service-coupon-slide .get-offer a.currentPage, .service-coupon-slide .get-offer a.active, .inventory-listing-default .hproduct .view-link:active, .showroom-detail .hproduct .view-link:active, .mycars-favorites .hproduct .view-link:active, .inventory-listing-default .hproduct .currentPage.view-link, .showroom-detail .hproduct .currentPage.view-link, .mycars-favorites .hproduct .currentPage.view-link, .inventory-listing-default .hproduct .active.view-link, .showroom-detail .hproduct .active.view-link, .mycars-favorites .hproduct .active.view-link {
    background-image: none; }
  .open .ddc-btn-primary.dropdown-toggle, .open .service-coupon-slide .get-offer a.dropdown-toggle, .service-coupon-slide .get-offer .open a.dropdown-toggle, .open .inventory-listing-default .hproduct .dropdown-toggle.view-link, .inventory-listing-default .hproduct .open .dropdown-toggle.view-link, .open .showroom-detail .hproduct .dropdown-toggle.view-link, .showroom-detail .hproduct .open .dropdown-toggle.view-link, .open .mycars-favorites .hproduct .dropdown-toggle.view-link, .mycars-favorites .hproduct .open .dropdown-toggle.view-link {
    background-image: none; }
  .ddc-btn-primary.disabled, .service-coupon-slide .get-offer a.disabled, .ddc-btn-primary.disabled:hover, .service-coupon-slide .get-offer a.disabled:hover, .ddc-btn-primary.disabled:focus, .service-coupon-slide .get-offer a.disabled:focus, .ddc-btn-primary.disabled:active, .service-coupon-slide .get-offer a.disabled:active, .ddc-btn-primary.disabled.active, .ddc-btn-primary.disabled.currentPage, .service-coupon-slide .get-offer a.disabled.currentPage, .service-coupon-slide .get-offer a.disabled.active, .ddc-btn-primary[disabled], .service-coupon-slide .get-offer a[disabled], .ddc-btn-primary[disabled]:hover, .service-coupon-slide .get-offer a[disabled]:hover, .ddc-btn-primary[disabled]:focus, .service-coupon-slide .get-offer a[disabled]:focus, .ddc-btn-primary[disabled]:active, .service-coupon-slide .get-offer a[disabled]:active, .ddc-btn-primary[disabled].active, .ddc-btn-primary[disabled].currentPage, .service-coupon-slide .get-offer a[disabled].currentPage, .service-coupon-slide .get-offer a[disabled].active, fieldset[disabled] .ddc-btn-primary, fieldset[disabled] .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer fieldset[disabled] a, fieldset[disabled] .ddc-btn-primary:hover, fieldset[disabled] .service-coupon-slide .get-offer a:hover, .service-coupon-slide .get-offer fieldset[disabled] a:hover, fieldset[disabled] .ddc-btn-primary:focus, fieldset[disabled] .service-coupon-slide .get-offer a:focus, .service-coupon-slide .get-offer fieldset[disabled] a:focus, fieldset[disabled] .ddc-btn-primary:active, fieldset[disabled] .service-coupon-slide .get-offer a:active, .service-coupon-slide .get-offer fieldset[disabled] a:active, fieldset[disabled] .ddc-btn-primary.active, fieldset[disabled] .ddc-btn-primary.currentPage, fieldset[disabled] .service-coupon-slide .get-offer a.currentPage, .service-coupon-slide .get-offer fieldset[disabled] a.currentPage, fieldset[disabled] .service-coupon-slide .get-offer a.active, .service-coupon-slide .get-offer fieldset[disabled] a.active, .inventory-listing-default .hproduct .disabled.view-link, .showroom-detail .hproduct .disabled.view-link, .mycars-favorites .hproduct .disabled.view-link, .inventory-listing-default .hproduct .disabled.view-link:hover, .showroom-detail .hproduct .disabled.view-link:hover, .mycars-favorites .hproduct .disabled.view-link:hover, .inventory-listing-default .hproduct .disabled.view-link:focus, .showroom-detail .hproduct .disabled.view-link:focus, .mycars-favorites .hproduct .disabled.view-link:focus, .inventory-listing-default .hproduct .disabled.view-link:active, .showroom-detail .hproduct .disabled.view-link:active, .mycars-favorites .hproduct .disabled.view-link:active, .inventory-listing-default .hproduct .disabled.currentPage.view-link, .showroom-detail .hproduct .disabled.currentPage.view-link, .mycars-favorites .hproduct .disabled.currentPage.view-link, .inventory-listing-default .hproduct .disabled.active.view-link, .showroom-detail .hproduct .disabled.active.view-link, .mycars-favorites .hproduct .disabled.active.view-link, .inventory-listing-default .hproduct [disabled].view-link, .showroom-detail .hproduct [disabled].view-link, .mycars-favorites .hproduct [disabled].view-link, .inventory-listing-default .hproduct [disabled].view-link:hover, .showroom-detail .hproduct [disabled].view-link:hover, .mycars-favorites .hproduct [disabled].view-link:hover, .inventory-listing-default .hproduct [disabled].view-link:focus, .showroom-detail .hproduct [disabled].view-link:focus, .mycars-favorites .hproduct [disabled].view-link:focus, .inventory-listing-default .hproduct [disabled].view-link:active, .showroom-detail .hproduct [disabled].view-link:active, .mycars-favorites .hproduct [disabled].view-link:active, .inventory-listing-default .hproduct [disabled].currentPage.view-link, .showroom-detail .hproduct [disabled].currentPage.view-link, .mycars-favorites .hproduct [disabled].currentPage.view-link, .inventory-listing-default .hproduct [disabled].active.view-link, .showroom-detail .hproduct [disabled].active.view-link, .mycars-favorites .hproduct [disabled].active.view-link, fieldset[disabled] .inventory-listing-default .hproduct .view-link, .inventory-listing-default .hproduct fieldset[disabled] .view-link, fieldset[disabled] .showroom-detail .hproduct .view-link, .showroom-detail .hproduct fieldset[disabled] .view-link, fieldset[disabled] .mycars-favorites .hproduct .view-link, .mycars-favorites .hproduct fieldset[disabled] .view-link, fieldset[disabled] .inventory-listing-default .hproduct .view-link:hover, .inventory-listing-default .hproduct fieldset[disabled] .view-link:hover, fieldset[disabled] .showroom-detail .hproduct .view-link:hover, .showroom-detail .hproduct fieldset[disabled] .view-link:hover, fieldset[disabled] .mycars-favorites .hproduct .view-link:hover, .mycars-favorites .hproduct fieldset[disabled] .view-link:hover, fieldset[disabled] .inventory-listing-default .hproduct .view-link:focus, .inventory-listing-default .hproduct fieldset[disabled] .view-link:focus, fieldset[disabled] .showroom-detail .hproduct .view-link:focus, .showroom-detail .hproduct fieldset[disabled] .view-link:focus, fieldset[disabled] .mycars-favorites .hproduct .view-link:focus, .mycars-favorites .hproduct fieldset[disabled] .view-link:focus, fieldset[disabled] .inventory-listing-default .hproduct .view-link:active, .inventory-listing-default .hproduct fieldset[disabled] .view-link:active, fieldset[disabled] .showroom-detail .hproduct .view-link:active, .showroom-detail .hproduct fieldset[disabled] .view-link:active, fieldset[disabled] .mycars-favorites .hproduct .view-link:active, .mycars-favorites .hproduct fieldset[disabled] .view-link:active, fieldset[disabled] .inventory-listing-default .hproduct .currentPage.view-link, .inventory-listing-default .hproduct fieldset[disabled] .currentPage.view-link, fieldset[disabled] .showroom-detail .hproduct .currentPage.view-link, .showroom-detail .hproduct fieldset[disabled] .currentPage.view-link, fieldset[disabled] .mycars-favorites .hproduct .currentPage.view-link, .mycars-favorites .hproduct fieldset[disabled] .currentPage.view-link, fieldset[disabled] .inventory-listing-default .hproduct .active.view-link, .inventory-listing-default .hproduct fieldset[disabled] .active.view-link, fieldset[disabled] .showroom-detail .hproduct .active.view-link, .showroom-detail .hproduct fieldset[disabled] .active.view-link, fieldset[disabled] .mycars-favorites .hproduct .active.view-link, .mycars-favorites .hproduct fieldset[disabled] .active.view-link {
    background-color: #22a3e6;
    border-color: #22a3e6; }

.ddc-btn-warn {
  color: #ffffff;
  background-color: #31b1aa;
  border-color: #31b1aa; }
  .ddc-btn-warn:hover, .ddc-btn-warn:focus, .ddc-btn-warn:active, .ddc-btn-warn.active, .ddc-btn-warn.currentPage {
    color: #ffffff;
    background-color: #28918b;
    border-color: #24817c; }
  .open .ddc-btn-warn.dropdown-toggle {
    color: #ffffff;
    background-color: #28918b;
    border-color: #24817c; }
  .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: #31b1aa;
    border-color: #31b1aa; }

.ddc-btn-error {
  color: #ffffff;
  background-color: #ff0a28;
  border-color: #ff0a28; }
  .ddc-btn-error:hover, .ddc-btn-error:focus, .ddc-btn-error:active, .ddc-btn-error.active, .ddc-btn-error.currentPage {
    color: #ffffff;
    background-color: #e0001b;
    border-color: #cc0019; }
  .open .ddc-btn-error.dropdown-toggle {
    color: #ffffff;
    background-color: #e0001b;
    border-color: #cc0019; }
  .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: #ff0a28;
    border-color: #ff0a28; }

.ddc-btn-success {
  color: #ffffff;
  background-color: #f26619;
  border-color: #f26619; }
  .ddc-btn-success:hover, .ddc-btn-success:focus, .ddc-btn-success:active, .ddc-btn-success.active, .ddc-btn-success.currentPage {
    color: #ffffff;
    background-color: #d6540c;
    border-color: #c34c0b; }
  .open .ddc-btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #d6540c;
    border-color: #c34c0b; }
  .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: #f26619;
    border-color: #f26619; }

.ddc-btn-info {
  color: #ffffff;
  background-color: #003478;
  border-color: #003478; }
  .ddc-btn-info:hover, .ddc-btn-info:focus, .ddc-btn-info:active, .ddc-btn-info.active, .ddc-btn-info.currentPage {
    color: #ffffff;
    background-color: #00224f;
    border-color: #00193b; }
  .open .ddc-btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #00224f;
    border-color: #00193b; }
  .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: #003478;
    border-color: #003478; }

.ddc-btn-link, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-listing-default .mycars-vlp a {
  color: #22a3e6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .ddc-btn-link, .ddc-btn-link:active, .ddc-btn-link[disabled], fieldset[disabled] .ddc-btn-link, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-listing-default .mycars-vlp a, .mycars-favorites .hproduct .pricing li span.ui-button-text:active, .inventory-listing-default .mycars-vlp a:active, .mycars-favorites .hproduct .pricing li span[disabled].ui-button-text, .inventory-listing-default .mycars-vlp a[disabled], fieldset[disabled] .mycars-favorites .hproduct .pricing li span.ui-button-text, .mycars-favorites .hproduct .pricing li fieldset[disabled] span.ui-button-text, fieldset[disabled] .inventory-listing-default .mycars-vlp a, .inventory-listing-default .mycars-vlp fieldset[disabled] a {
    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, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-listing-default .mycars-vlp a, .mycars-favorites .hproduct .pricing li span.ui-button-text:hover, .inventory-listing-default .mycars-vlp a:hover, .mycars-favorites .hproduct .pricing li span.ui-button-text:focus, .inventory-listing-default .mycars-vlp a:focus, .mycars-favorites .hproduct .pricing li span.ui-button-text:active, .inventory-listing-default .mycars-vlp a:active {
    border-color: transparent; }
  .ddc-btn-link:hover, .ddc-btn-link:focus, .mycars-favorites .hproduct .pricing li span.ui-button-text:hover, .inventory-listing-default .mycars-vlp a:hover, .mycars-favorites .hproduct .pricing li span.ui-button-text:focus, .inventory-listing-default .mycars-vlp a:focus {
    color: #003478;
    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, .mycars-favorites .hproduct .pricing li span[disabled].ui-button-text:hover, .inventory-listing-default .mycars-vlp a[disabled]:hover, .mycars-favorites .hproduct .pricing li span[disabled].ui-button-text:focus, .inventory-listing-default .mycars-vlp a[disabled]:focus, fieldset[disabled] .mycars-favorites .hproduct .pricing li span.ui-button-text:hover, .mycars-favorites .hproduct .pricing li fieldset[disabled] span.ui-button-text:hover, fieldset[disabled] .inventory-listing-default .mycars-vlp a:hover, .inventory-listing-default .mycars-vlp fieldset[disabled] a:hover, fieldset[disabled] .mycars-favorites .hproduct .pricing li span.ui-button-text:focus, .mycars-favorites .hproduct .pricing li fieldset[disabled] span.ui-button-text:focus, fieldset[disabled] .inventory-listing-default .mycars-vlp a:focus, .inventory-listing-default .mycars-vlp fieldset[disabled] a:focus {
    color: #af9696;
    text-decoration: none; }

.ddc-btn-xlarge {
  padding: 20px 20px;
  font-size: 26px;
  line-height: 1.33;
  border-radius: 6px; }

.ddc-btn-large {
  padding: 20px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.ddc-btn-small, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a, .showroom-detail .hproduct .has-eprice .ddc-btn-primary, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a, .inventory-listing-default .view-incentives, .featured-compact .view-all-link, .inventory-detail-pricing .mycars-vdp a, .ddc-btn-xsmall {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px; }

.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%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px 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: 16px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .ddc-dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.25;
    color: #22a3e6;
    white-space: nowrap; }

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

.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: #003478; }

.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: 13px;
  line-height: 1.25;
  color: #999999; }

.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: 5px solid #000;
  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: 640px) {
  .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: #003478; }
    .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: #003478;
    border-color: #22a3e6; }
    .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: #003478;
      border-bottom-color: #003478; }
  .ddc-nav .ddc-nav-divider, .ddc-nav-inline .ddc-nav-divider {
    height: 1px;
    margin: 9px 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.25;
      border: 1px solid transparent;
      border-radius: 4px 4px 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: #ebf2f3;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.ddc-nav-pills > li {
  float: left; }
  .ddc-nav-pills > li > a {
    border-radius: 4px; }
  .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: #f26619; }
    .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: 640px) {
    .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: 4px; }
  .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: 640px) {
    .ddc-nav-tabs-justified > li > a, .ddc-nav-tabs.ddc-nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 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: #ebf2f3; }
 }

.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: #22a3e6;
  border-bottom-color: #22a3e6; }

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

.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: 44px;
  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: 640px) {
    .ddc-navbar {
      border-radius: 0; } }

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

.ddc-navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  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: -5px;
  margin-left: -5px; }
  @media (min-width: 640px) {
    .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: 640px) {
    .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: 640px) {
    .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: 12px 5px;
  font-size: 20px;
  line-height: 20px; }
  .ddc-navbar-brand:hover, .ddc-navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 640px) {
    .ddc-navbar > .ddc-container .ddc-navbar-brand {
      margin-left: -5px; }
 }

.ddc-navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 640px) {
    .ddc-navbar-toggle {
      display: none; } }

.ddc-navbar-nav {
  margin: 6px -5px; }
  .ddc-navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (min-width: 640px) {
    .ddc-navbar-nav {
      float: left;
      margin: 0; }
      .ddc-navbar-nav > li {
        float: left; }
        .ddc-navbar-nav > li > a {
          padding-top: 12px;
          padding-bottom: 12px; } }

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

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

.ddc-navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  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: 5px;
  margin-bottom: 5px; }
  @media (max-width: 639px) {
    .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: 5px;
  margin-bottom: 5px; }

.ddc-navbar-text {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 640px) {
    .ddc-navbar-text {
      margin-left: 5px;
      margin-right: 5px; } }

.ddc-navbar-default {
  background-color: #ffffff;
  border-color: transparent; }
  .ddc-navbar-default .ddc-navbar-brand {
    color: #af9696; }
    .ddc-navbar-default .ddc-navbar-brand:hover, .ddc-navbar-default .ddc-navbar-brand:focus {
      color: #997979;
      background-color: transparent; }
  .ddc-navbar-default .ddc-navbar-text {
    color: #af9696; }
  .ddc-navbar-default .ddc-navbar-nav > li > a {
    color: #af9696; }
    .ddc-navbar-default .ddc-navbar-nav > li > a:hover, .ddc-navbar-default .ddc-navbar-nav > li > a:focus {
      color: #af9696;
      background-color: #ffffff; }
  .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: #22a3e6; }
  .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: #d7d4dc;
    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: transparent; }
  .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: #af9696;
    border-bottom-color: #af9696; }
  .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: #22a3e6;
    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: #af9696;
    border-bottom-color: #af9696; }
  @media (max-width: 639px) {
    .ddc-navbar-default .ddc-navbar-nav .open .ddc-dropdown-menu > li > a {
      color: #af9696; }
      .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: #af9696;
        background-color: #ffffff; }
    .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: #22a3e6; }
    .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: #d7d4dc;
      background-color: transparent; }
 }
  .ddc-navbar-default .ddc-navbar-link {
    color: #af9696; }
    .ddc-navbar-default .ddc-navbar-link:hover {
      color: #af9696; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .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: 20px 0;
  border-radius: 4px; }
  .ddc-pagination > li {
    display: inline; }
    .ddc-pagination > li > a, .ddc-pagination > li > span {
      position: relative;
      float: left;
      padding: 10px 10px;
      line-height: 1.25;
      text-decoration: none;
      background-color: inherit;
      border: 1px solid inherit;
      margin-left: -1px; }
    .ddc-pagination > li:first-child > a, .ddc-pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .ddc-pagination > li:last-child > a, .ddc-pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .ddc-pagination > li > a:hover, .ddc-pagination > li > a:focus, .ddc-pagination > li > span:hover, .ddc-pagination > li > span:focus {
    background-color: inherit; }
  .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: inherit;
    background-color: inherit;
    border-color: inherit;
    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: inherit;
    background-color: inherit;
    border-color: inherit;
    cursor: not-allowed; }

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

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

.label, .ddc-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #425968;
  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: #ebf2f3;
    text-decoration: none;
    cursor: pointer; }
  .label:empty, .ddc-label:empty {
    display: none; }

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

.ddc-label-primary {
  background-color: #f26619; }
  .ddc-label-primary[href]:hover, .ddc-label-primary[href]:focus {
    background-color: #cc500c; }

.ddc-label-success {
  background-color: #5cb85c; }
  .ddc-label-success[href]:hover, .ddc-label-success[href]:focus {
    background-color: #449d44; }

.ddc-label-info {
  background-color: #5bc0de; }
  .ddc-label-info[href]:hover, .ddc-label-info[href]:focus {
    background-color: #31b0d5; }

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

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

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 30px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, .alert.alert-default {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #31b1aa; }
  .alert-success hr, .alert.alert-default hr {
    border-top-color: #e6e6e6; }
  .alert-success .alert-link, .alert.alert-default .alert-link {
    color: #268984; }

.alert-info {
  background-color: #ffffff;
  border-color: #22a3e6;
  color: #22a3e6; }
  .alert-info hr {
    border-top-color: #1895d6; }
  .alert-info .alert-link {
    color: #1685bf; }

.alert-warning {
  background-color: #ffffff;
  border-color: #31b1aa;
  color: #31b1aa; }
  .alert-warning hr {
    border-top-color: #2b9d97; }
  .alert-warning .alert-link {
    color: #268984; }

.alert-danger {
  background-color: #ff0a28;
  border-color: #ff0a28;
  color: #ffffff; }
  .alert-danger hr {
    border-top-color: #f0001d; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.25px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.25; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 640px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
 }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.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: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d7d4dc;
  border: 1px solid #d7d4dc;
  border-radius: 6px;
  -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: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #999;
  border-top-color: rgba(215, 212, 220, 0.85);
  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: #999;
  border-right-color: rgba(215, 212, 220, 0.85); }
  .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: #999;
  border-bottom-color: rgba(215, 212, 220, 0.85);
  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: #999;
  border-left-color: rgba(215, 212, 220, 0.85); }
  .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, .comments-listing .yui3-u-1-2 .ddc-btn, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link, .inventory-listing-default .hproduct .pricing-area, .inventory-listing-default .hproduct .pricing-area .value, .showroom-detail .hproduct .pricing, .mycars-favorites .hproduct .pricing, .showroom-detail .hproduct .pricing .value, .mycars-favorites .hproduct .pricing .value, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-detail-pricing li .price, .mycars .mycars-list .mycars-vehicle .cta a, .model-specific-landing-lead .ui-button-submit, .model-specific-landing-inventory .view-link {
  float: right !important; }

.ddc-pull-left, .inventory-listing-default .hproduct .media, .showroom-detail .hproduct .media, .mycars-favorites .hproduct .media, .inventory-listing-default .hproduct .description, .showroom-detail .hproduct .description, .mycars-favorites .hproduct .description, .inventory-listing-default .hproduct .description dt, .showroom-detail .hproduct .description dt, .mycars-favorites .hproduct .description dt, .inventory-listing-default .hproduct .description dd, .showroom-detail .hproduct .description dd, .mycars-favorites .hproduct .description dd, .inventory-listing-default .hproduct .pricing-area .label, .inventory-listing-default .hproduct .pricing-area .abSub, .showroom-detail .hproduct .pricing .label, .mycars-favorites .hproduct .pricing .label, .showroom-detail .hproduct .pricing .abSub, .mycars-favorites .hproduct .pricing .abSub, .showroom-detail .incentive-list, .mycars-favorites .incentive-list, .inventory-detail-pricing li .label, .inventory-detail-tech-specs li, .model-details-item, .service-coupon .graphics, .service-coupon .copy {
  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: 1.5em;
  padding: 20px 0; }

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

.ui-accordion .ui-accordion-content {
  padding: 2em 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;
  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; }

.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: 1em 1.5em;
  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: #22a3e6; }

.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: none;
  background: #425968;
  font-weight: normal;
  color: #ffffff; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff;
  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: none;
  background: #425968;
  font-weight: normal;
  color: #ffffff; }

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

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background: #ffffff;
  font-weight: normal;
  color: #141414; }

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

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

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

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 3px solid #ff0a28;
  background: #ff0a28;
  color: #ffffff; }

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

.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.7;
  font-weight: normal; }

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

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

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

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

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

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

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

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #003478;
  opacity: 0.85; }

.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; }

.ddc-btn, .featured-compact .view-all-link, .inventory-listing-default .item-compare label, .inventory-listing-default .alert-set label, .showroom-detail .item-compare label, .showroom-detail .alert-set label, .mycars-favorites .item-compare label, .mycars-favorites .alert-set label {
   }
  .ddc-btn.text-left, .featured-compact .text-left.view-all-link, .inventory-listing-default .item-compare label.text-left, .inventory-listing-default .alert-set label.text-left, .showroom-detail .item-compare label.text-left, .showroom-detail .alert-set label.text-left, .mycars-favorites .item-compare label.text-left, .mycars-favorites .alert-set label.text-left {
    text-align: left; }
  .ddc-btn.text-right, .featured-compact .text-right.view-all-link, .inventory-listing-default .item-compare label.text-right, .inventory-listing-default .alert-set label.text-right, .showroom-detail .item-compare label.text-right, .showroom-detail .alert-set label.text-right, .mycars-favorites .item-compare label.text-right, .mycars-favorites .alert-set label.text-right {
    text-align: right; }

.ddc-btn-link, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-listing-default .mycars-vlp a {
  
   }
  .ddc-btn-link:hover, .ddc-btn-link:focus, .mycars-favorites .hproduct .pricing li span.ui-button-text:hover, .inventory-listing-default .mycars-vlp a:hover, .mycars-favorites .hproduct .pricing li span.ui-button-text:focus, .inventory-listing-default .mycars-vlp a:focus {
     }

/* 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: 1px 0;
  line-height: 20px; }

.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; }

.mycars-default {
  z-index: 1031;
  position: relative; }

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

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

.ddc-icon-size-large, .nav-first.home .ddc-icon-home {
  font-size: 2em; }

.ddc-icon-size-xlarge, .links-share .ddc-icon {
  font-size: 3em; }

.ddc-icon-size-xxlarge {
  font-size: 4em; }

.ddc-icon-size-jumbo {
  font-size: 6em; }

.ddc-icon-toggle {
  display: inline-block; }
  .ddc-icon-toggle:first-of-type {
    display: none; }
  .collapsed .ddc-icon-toggle {
    display: none; }
    .collapsed .ddc-icon-toggle:first-of-type {
      display: inline-block; }

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

.ddc-form-control {
  -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); }

@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, .featured-compact .view-all-link, .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: 310px; }

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

.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; }

.ddc-fixed-banner {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 20px 20px;
  background-color: #ffffff;
  color: #425968; }
  .ddc-fixed-banner-bottom {
    bottom: 0;
    border-top: 2px solid #f26619; }
  .ddc-fixed-banner-top {
    top: 0;
    border-bottom: 2px solid #f26619; }
  .csstransitions.csstransforms .ddc-fixed-banner {
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1) 400ms;
    -moz-transition: -moz-transform 200ms cubic-bezier(0.4, 0, 1, 1) 400ms;
    -o-transition: -o-transform 200ms cubic-bezier(0.4, 0, 1, 1) 400ms;
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1) 400ms; }
    .csstransitions.csstransforms .ddc-fixed-banner-bottom {
      -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%); }
    .csstransitions.csstransforms .ddc-fixed-banner-top {
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); }
    .csstransitions.csstransforms .ddc-fixed-banner.in {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 400ms;
      -moz-transition: -moz-transform 200ms cubic-bezier(0, 0, 0.2, 1) 400ms;
      -o-transition: -o-transform 200ms cubic-bezier(0, 0, 0.2, 1) 400ms;
      transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 400ms; }
  .no-csstransitions .ddc-fixed-banner, .no-csstransforms .ddc-fixed-banner {
    display: none; }
    .no-csstransitions .ddc-fixed-banner.in, .no-csstransforms .ddc-fixed-banner.in {
      display: block; }
  .ddc-fixed-banner [data-close] {
    color: #425968;
    text-decoration: none; }

/*
 * =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 .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; }

/* 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/oem-ford/0001/v1/fonts/merged/font.eot?328778c9b27c2159e8da595706a4c1e0#iefix') format('embedded-opentype'), url('/dist/v9/variations/oem-ford/0001/v1/fonts/merged/font.woff?328778c9b27c2159e8da595706a4c1e0') format('woff'), url('/dist/v9/variations/oem-ford/0001/v1/fonts/merged/font.ttf?328778c9b27c2159e8da595706a4c1e0') format('truetype'), url('/dist/v9/variations/oem-ford/0001/v1/fonts/merged/font.svg?328778c9b27c2159e8da595706a4c1e0#ddc-icons') format('svg');
  font-weight: normal;
  font-style: normal; }

.ddc-icon, .jcarousel-next:before, .jcarousel-prev:before, .ui-slider-horizontal .ui-slider-handle.ui-max:before, .ui-slider-horizontal .ui-slider-handle.ui-min:before, .ui-dialog .ui-icon-closethick:before, .ui-accordion-header .ui-icon, .ui-accordion-header .ui-icon-triangle-1-e:before, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev:before, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next:before, .print-coupon:before, .four-o-four .navigation-sitemap ul ul li:before, .incentives-search-detail .nav-list li > a:before, .incentives-search-detail .lnk-back:before, .vdpCTA .window-sticker-img-1::before, .vdpCTA .window-sticker-img-2::before, .facet-breadcrumb-close-icon:before, .links-breadcrumbs a:before, .mslpList li a:before, .ddc-dropdown-menu > li > a:before, .inventory-search-form-navigation:before, .mega-menu .ddc-mega-menu-nav .ddc-dropdown .nav-links li .child:before, .showroom-detail .links-breadcrumbs a:before, .showroom-detail-links a:before {
  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-amenity-baked-good:before {
  content: "\e604"; }

.ddc-icon-amenity-bmw-collision-center:before {
  content: "\e605"; }

.ddc-icon-amenity-bottled-water:before {
  content: "\e606"; }

.ddc-icon-amenity-business-center-tech-center:before {
  content: "\e607"; }

.ddc-icon-amenity-car-wash:before {
  content: "\e608"; }

.ddc-icon-amenity-charging:before {
  content: "\e609"; }

.ddc-icon-amenity-coffee:before {
  content: "\e60a"; }

.ddc-icon-amenity-collision-center:before {
  content: "\e60b"; }

.ddc-icon-amenity-comfortable-lounge:before {
  content: "\e60c"; }

.ddc-icon-amenity-courtesy-shuttle:before {
  content: "\e60d"; }

.ddc-icon-amenity-early-bird:before {
  content: "\e60e"; }

.ddc-icon-amenity-hdtvs:before {
  content: "\e60f"; }

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

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

.ddc-icon-amenity-nearby-shopping-theaters-restaurants:before {
  content: "\e612"; }

.ddc-icon-amenity-onsite-rental:before {
  content: "\e613"; }

.ddc-icon-amenity-parts-boutique:before {
  content: "\e614"; }

.ddc-icon-amenity-phone:before {
  content: "\e615"; }

.ddc-icon-amenity-play-area-block-a:before {
  content: "\e616"; }

.ddc-icon-amenity-private-work-station:before {
  content: "\e617"; }

.ddc-icon-amenity-rental-pickup:before {
  content: "\e618"; }

.ddc-icon-amenity-roadside-assistance:before {
  content: "\e619"; }

.ddc-icon-amenity-schedule-service:before {
  content: "\e61a"; }

.ddc-icon-amenity-service-specials:before {
  content: "\e61b"; }

.ddc-icon-amenity-shuttle-pick-up:before {
  content: "\e61c"; }

.ddc-icon-amenity-snacks:before {
  content: "\e61d"; }

.ddc-icon-amenity-soda:before {
  content: "\e61e"; }

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

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

.ddc-icon-amenity-tire-center:before {
  content: "\e621"; }

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

.ddc-icon-amenity-vending-machines:before {
  content: "\e623"; }

.ddc-icon-amenity-video-gaming-center:before {
  content: "\e624"; }

.ddc-icon-amenity-walk-in-estimates:before {
  content: "\e625"; }

.ddc-icon-amenity-wifi:before {
  content: "\e626"; }

.ddc-icon-amenity-wrecker-service:before {
  content: "\e627"; }

.ddc-icon-arrow-double-left:before {
  content: "\e628"; }

.ddc-icon-arrow-double-right:before {
  content: "\e629"; }

.ddc-icon-arrow-select:before {
  content: "\e62a"; }

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

.ddc-icon-arrow1-left:before, .incentives-search-detail .lnk-back:before, .links-breadcrumbs a:before, .showroom-detail .links-breadcrumbs a:before, .slideControls .prev:before {
  content: "\e62c"; }

.ddc-icon-arrow1-right:before, .four-o-four .navigation-sitemap ul ul li:before, .incentives-search-detail .nav-list li > a:before, .vdpCTA .window-sticker-img-1::before, .vdpCTA .window-sticker-img-2::before, .mslpList li a:before, .ddc-dropdown-menu > li > a:before, .showroom-detail-links a:before, .slideControls .next:before {
  content: "\e62d"; }

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

.ddc-icon-arrow2-down:before, .ui-accordion-header .ui-icon-triangle-1-s:before {
  content: "\e62f"; }

.ddc-icon-arrow2-left:before, .jcarousel-prev:before, .ui-slider-horizontal .ui-slider-handle.ui-max:before, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev:before {
  content: "\e630"; }

.ddc-icon-arrow2-right:before, .jcarousel-next:before, .ui-slider-horizontal .ui-slider-handle.ui-min:before, .ui-accordion-header .ui-icon-triangle-1-e:before, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next:before, .mega-menu .ddc-mega-menu-nav .ddc-dropdown .nav-links li .child:before {
  content: "\e631"; }

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

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

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

.ddc-icon-arrow4-left:before {
  content: "\e635"; }

.ddc-icon-arrow4-right:before {
  content: "\e636"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ddc-icon-cancel-circle:before {
  content: "\e64b"; }

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

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

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

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

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

.ddc-icon-close:before, .ui-dialog .ui-icon-closethick:before, .facet-breadcrumb-close-icon:before {
  content: "\e651"; }

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

.ddc-icon-collision-center:before {
  content: "\e653"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ddc-icon-email:before {
  content: "\e664"; }

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

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

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

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

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

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

.ddc-icon-find-vehicle:before {
  content: "\e66b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ddc-icon-more-vehicles:before {
  content: "\e695"; }

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

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

.ddc-icon-mpg40:before {
  content: "\e698"; }

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

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

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

.ddc-icon-mpg60:before {
  content: "\e69c"; }

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

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

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

.ddc-icon-mycars-alerts:before {
  content: "\e6a0"; }

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

.ddc-icon-mycars-login-circle:before {
  content: "\e6a2"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ddc-icon-print:before, .print-coupon:before {
  content: "\e6b1"; }

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

.ddc-icon-recent:before {
  content: "\e6b3"; }

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

.ddc-icon-remove:before {
  content: "\e6b5"; }

.ddc-icon-remove2:before {
  content: "\e6b6"; }

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

.ddc-icon-schedule-service:before {
  content: "\e6b8"; }

.ddc-icon-search:before, .inventory-search-form-navigation:before {
  content: "\e6b9"; }

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

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

.ddc-icon-service:before {
  content: "\e6bc"; }

.ddc-icon-service-specials:before {
  content: "\e6bd"; }

.ddc-icon-signature:before {
  content: "\e6be"; }

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

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

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

.ddc-icon-specs-gaspump:before, .showroom .fuel-efficiency .ddc-icon-specs_gaspump:before {
  content: "\e6c2"; }

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

.ddc-icon-specs-gear2:before {
  content: "\e6c4"; }

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

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

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

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

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

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

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

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

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

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

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

.ddc-icon-tire-center:before {
  content: "\e6d0"; }

.ddc-icon-tool-wrench-screwdriver:before {
  content: "\e6d1"; }

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

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

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

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

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

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

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

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

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

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

.ddc-icon-wrench:before {
  content: "\e6dc"; }

.ddc-icon-zoom:before {
  content: "\e6dd"; }

.ddc-icon-zoomin:before {
  content: "\e6de"; }

.debug {
  display: inline-block;
  min-width: 100px;
  min-height: 20px;
  outline: 3px solid lime; }

html {
  height: 100%; }

body {
  height: 100%; }

.index body {
  background-image: none; }

.ddc-page-title {
  margin: 0.625em 0 0.5em; }

.ddc-box-1, .coupons-fd-slideshow > .ddc-content, .model-specific-landing-lead, #staffList li .vcard {
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #e6dede;
  border-radius: 6px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); }

.ddc-box-2 {
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #e6dede;
  border-radius: 6px;
  background-color: #425968;
  border: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff; }
  .ddc-box-2 label, .ddc-box-2 .ddc-form-group strong {
    color: #ffffff; }
  .ddc-box-2 fieldset {
    margin: 0; }

.ddc-box-3, #compareForm .ft, #compareForm .hd {
  margin-bottom: 10px;
  padding: 12px 16px;
  background-color: #d7d4dc;
  color: inherit;
  border: solid 1px #e6dede;
  border-radius: 6px; }

.ddc-list-styled {
  margin-left: -1em; }
  .ddc-list-styled li {
    margin-bottom: 0.5em; }

.ddc-header {
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  background-color: #ebf2f3; }

.index .ddc-container {
  padding: 0;
  min-width: 960px;
  width: 100%; }
.index .ddc-header .ddc-container, .index .ddc-navbar .ddc-container {
  width: 960px; }
.index .ddc-container .max-width {
  float: none;
  margin-right: auto;
  margin-left: auto;
  width: 960px; }
.index .ddc-row, .index .yui3-g {
  margin-right: 0;
  margin-left: 0; }
.index .ddc-span12, .index .yui3-u-1 {
  padding: 0; }

.home-logolink {
  float: left;
  margin-top: 8px;
  width: 183px;
  height: 125px;
  background-image: none; }
  .home-logolink img {
    width: 100%;
    display: inherit; }

.header-default, .ddc-page-body {
  background-color: #ebf2f3;
  width: 960px;
  padding-left: 5px;
  padding-right: 5px; }

.ddc-page-body {
  padding-bottom: 40px; }

.header-default {
  position: relative;
  height: 140px;
  background-color: #ebf2f3; }
  .header-default .adr a {
    color: #af9696;
    text-decoration: none; }
    .header-default .adr a:hover {
      color: #22a3e6;
      text-decoration: underline; }
    .header-default .adr a br {
      display: none; }
    .header-default .adr a .ddc-icon {
      color: #f26619;
      font-size: 1.125em;
      line-height: 0.5em; }
  .header-default .header-logo-enabled .adr {
    position: absolute;
    top: 10px;
    right: 25px; }
  .header-default .fn {
    margin-bottom: 0;
    width: 82%;
    color: #141414;
    font-size: 32px; }
  .header-default .org {
    display: block;
    margin-top: 38px; }
  .header-default .tels {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #af9696;
    text-align: right;
    line-height: 1.375em; }
    .header-default .tels li {
      display: block; }
  .header-default .phone1 {
    color: #141414; }
    .header-default .phone1 .value {
      font-weight: bold;
      font-size: 1.25em; }
  .header-default .dealerSmall {
    margin-top: 28px;
    font-size: 1.5em; }
  .header-default .dealerLong {
    font-size: 0.875em; }
  .header-default .dealerXLong {
    margin-top: 22px; }

.ddc-pagination {
  margin: 0;
  border-radius: inherit;
  color: #425968; }
  .ddc-pagination > li > a {
    color: #425968;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 0;
    padding: 8px 10px 4px; }
  .ddc-pagination > li > span {
    padding: 6px 10px; }

.ddc-pagination-current-page {
  color: #141414;
  font-weight: bold; }

.footer {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  color: inherit; }
  .footer .navigation-default {
    float: left;
    max-width: 960px; }
  .footer .ddc-nav > li > a, .footer .ddc-nav-inline > li > a {
    text-decoration: underline; }
    .footer .ddc-nav > li > a:hover, .footer .ddc-nav-inline > li > a:hover, .footer .ddc-nav > li > a:active, .footer .ddc-nav-inline > li > a:active {
      background-color: transparent;
      text-decoration: none;
      color: #425968; }
    .footer .ddc-nav > li > a:focus, .footer .ddc-nav-inline > li > a:focus {
      color: #ffffff; }
  .footer .credit {
    float: right;
    margin-top: 10px; }
  .footer .max-width {
    margin: auto;
    width: 960px; }

.stripe-background {
  background-color: #af9696;
  color: #ffffff;
  margin-bottom: 40px; }

.lower-footer {
  padding: 30px 0 90px 0; }

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

.horizontal-facet-browse {
  padding: 1px;
  height: 56px; }
  .horizontal-facet-browse .ddc-form-group {
    float: left;
    padding-right: 10px;
    width: 20%; }
  .horizontal-facet-browse .ddc-btn, .horizontal-facet-browse .featured-compact .view-all-link, .featured-compact .horizontal-facet-browse .view-all-link {
    float: left; }

.dealership-directions .static-map-container {
  position: relative;
  width: 100%;
  align-content: center; }
  .dealership-directions .static-map-container .map-static .ddc-btn, .dealership-directions .static-map-container .map-static .featured-compact .view-all-link, .featured-compact .dealership-directions .static-map-container .map-static .view-all-link {
    display: none; }
  .dealership-directions .static-map-container .ddc-box-1 {
    margin-bottom: 0px;
    border-radius: 0px; }
.dealership-directions .absolute-container {
  position: absolute;
  top: 10%;
  width: 100%; }

.social-feed-facebook .social-feed-twitter {
  height: 200px; }

.dealership-background-directions {
  padding: 40px;
  min-height: 400px;
  background: url('/v9/variations/oem-ford/0001/v1/images/directions-bg1.jpg') center center no-repeat;
  background-size: cover; }
  .dealership-background-directions .directions-form {
    width: 100%; }
    .dealership-background-directions .directions-form:before, .dealership-background-directions .directions-form:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dealership-background-directions .directions-form:after {
      clear: both; }

.dealership-background-aboutDealer {
  padding-top: 40px;
  min-height: 480px;
  background: url('/v9/variations/oem-ford/0001/v1/images/aboutDealer-bg1.jpg') center center no-repeat;
  background-size: cover; }

.dealership-background-facetbrowse {
  min-height: 400px;
  background: url('/v9/variations/oem-ford/0001/v1/images/facetbrowse-bg1.jpg') center center no-repeat;
  background-size: cover; }

.adp, .adp table, .adp-list {
  color: #425968;
  font-family: Arial, sans-serif; }

.adp-text {
  padding-left: 32px; }

.adp-placemark {
  border: none;
  background-color: #d7d4dc; }

.index .ddc-row.margin-top, .index .margin-top.yui3-g {
  margin-top: 20px; }

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

.min-height-325 {
  min-height: 325px; }

.min-height-300 {
  min-height: 300px; }

.margin-bottom-plv {
  margin-bottom: 20px; }

.margin-bottom-plv2 {
  margin-bottom: 40px; }

.margin-bottom-pbv {
  margin-bottom: 10px; }

.margin-top-plv {
  margin-top: 20px; }

.margin-top-plv15 {
  margin-top: 30px; }

.margin-top-plv2 {
  margin-top: 40px; }

.margin-top-pbv {
  margin-top: 10px; }

.padding-top-plv {
  padding-top: 20px; }

.padding-bottom-plv {
  padding-bottom: 20px; }

.ddc-row-black {
  background-color: #000000; }

.ddc-row-primary {
  background-color: #22a3e6; }

.ddc-row-tertiary {
  background-color: #d7d4dc; }

.ddc-row-p3 {
  background-color: #425968; }

.ddc-nav-no-hover .ddc-nav > li > a:active, .ddc-nav-no-hover .ddc-nav-inline > li > a:active, .ddc-nav-no-hover .ddc-nav > li > a:focus, .ddc-nav-no-hover .ddc-nav-inline > li > a:focus, .ddc-nav-no-hover .ddc-nav > li > a:hover, .ddc-nav-no-hover .ddc-nav-inline > li > a:hover {
  background: none; }

.iFrameOffset15 {
  margin-left: -15px;
  margin-top: 10px; }

.incentives-national-incentives {
  padding: 10px;
  background-color: #ffffff; }

.left_inset_photo {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px; }

.promotions-listing .ddc-btn-link.promo-vlp-link span.vehicle-count, .promotions-details .ddc-btn-link.promo-vlp-link span.vehicle-count {
  padding: 14px 10px;
  min-width: 45px; }

.promotions-listing .promo-grid .promotion-container {
  margin-bottom: 10px; }

.compact {
  margin: 0;
  padding: 0;
  line-height: 1; }

.clear {
  clear: both; }

.xsmall {
  font-size: 13px; }

.alert {
  display: block;
  margin: 0px 0 20px;
  padding: 6px 10px;
  width: 100%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  border: 3px solid; }
  .alert .ddc-icon {
    float: left; }
  .alert .alert-link {
    font-weight: normal; }
  .alert.alert-success a, .alert.alert-default a {
    color: #31b1aa; }
  .alert.alert-danger {
    border: none; }
  .alert.alert-default {
    border: 3px solid; }

html.background_margin_f150 body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-f150.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_f150.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_f150 body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_f150 .header-default, html.background_margin_f150 .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_f150 .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_f150.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_f150blur body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-f150blur.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_f150blur.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_f150blur body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_f150blur .header-default, html.background_margin_f150blur .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_f150blur .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_f150blur.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_sho body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-sho.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_sho.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_sho body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_sho .header-default, html.background_margin_sho .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_sho .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_sho.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_explorer body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-explorer.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_explorer.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_explorer body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_explorer .header-default, html.background_margin_explorer .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_explorer .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_explorer.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_fusion body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-fusion.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_fusion.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_fusion body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_fusion .header-default, html.background_margin_fusion .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_fusion .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_fusion.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_mustang body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-mustang.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_mustang.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_mustang body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_mustang .header-default, html.background_margin_mustang .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_mustang .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_mustang.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_fiesta body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-fiesta.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_fiesta.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_fiesta body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_fiesta .header-default, html.background_margin_fiesta .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_fiesta .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_fiesta.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_mountains body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-mountains.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_mountains.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_mountains body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_mountains .header-default, html.background_margin_mountains .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_mountains .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_mountains.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_metal body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-metal.jpg") repeat #ebf2f3 fixed; }
html.background_margin_metal.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_metal body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_metal .header-default, html.background_margin_metal .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_metal .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_metal.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_fire body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-fire.jpg") repeat #ebf2f3 fixed; }
html.background_margin_fire.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_fire body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_fire .header-default, html.background_margin_fire .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_fire .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_fire.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_lake body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-lake.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_lake.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_lake body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_lake .header-default, html.background_margin_lake .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_lake .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_lake.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_bridge body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-bridge.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_bridge.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_bridge body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_bridge .header-default, html.background_margin_bridge .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_bridge .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_bridge.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_city body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-city.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_city.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_city body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_city .header-default, html.background_margin_city .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_city .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_city.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_concert body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-concert.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_concert.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_concert body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_concert .header-default, html.background_margin_concert .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_concert .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_concert.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_fog body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-fog.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_fog.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_fog body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_fog .header-default, html.background_margin_fog .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_fog .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_fog.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_ocean body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-ocean.jpg") no-repeat top center #ebf2f3 fixed; }
html.background_margin_ocean.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_ocean body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_ocean .header-default, html.background_margin_ocean .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_ocean .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_ocean.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_margin_boards body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/margin-boards.jpg") repeat top center #ebf2f3 fixed; }
html.background_margin_boards.index body {
  background-image: none; }
@media only screen and (max-width: 1100px) {
  html.background_margin_boards body {
    background-image: none; }
 }
@media only screen and (min-width: 1100px) {
  html.background_margin_boards .header-default, html.background_margin_boards .ddc-page-body {
    background-color: #ebf2f3;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px; }

  html.background_margin_boards .header-default {
    width: 1000px;
    margin-left: -25px; }

  html.background_margin_boards.index .ddc-page-body {
    width: 100%;
    padding: 0; }
 }

html.background_full_60s body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-60s.jpg") repeat #ebf2f3 fixed; }
html.background_full_60s .ddc-page-body, html.background_full_60s .header-default {
  background-color: transparent; }

html.background_full_fog body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-fog.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_fog .ddc-page-body, html.background_full_fog .header-default {
  background-color: transparent; }

html.background_full_field body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-field.jpg") no-repeat center center #ebf2f3 fixed;
  background-size: cover; }
html.background_full_field .ddc-page-body, html.background_full_field .header-default {
  background-color: transparent; }

html.background_full_road body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-road.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_road .ddc-page-body, html.background_full_road .header-default {
  background-color: transparent; }

html.background_full_road body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-road.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_road .ddc-page-body, html.background_full_road .header-default {
  background-color: transparent; }

html.background_full_grass body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-grass.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_grass .ddc-page-body, html.background_full_grass .header-default {
  background-color: transparent; }

html.background_full_honeycomb body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-honeycomb.jpg") repeat #ebf2f3 fixed; }
html.background_full_honeycomb .ddc-page-body, html.background_full_honeycomb .header-default {
  background-color: transparent; }

html.background_full_mustang body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-mustang.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_mustang .ddc-page-body, html.background_full_mustang .header-default {
  background-color: transparent; }

html.background_full_sho body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-sho.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_sho .ddc-page-body, html.background_full_sho .header-default {
  background-color: transparent; }

html.background_full_fiesta body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-fiesta.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_fiesta .ddc-page-body, html.background_full_fiesta .header-default {
  background-color: transparent; }

html.background_full_f150 body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-f150.jpg") no-repeat center top #ebf2f3 fixed;
  background-size: cover; }
html.background_full_f150 .ddc-page-body, html.background_full_f150 .header-default {
  background-color: transparent; }

html.background_full_bricks body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-bricks.jpg") repeat #ebf2f3 fixed; }
html.background_full_bricks .ddc-page-body, html.background_full_bricks .header-default {
  background-color: transparent; }

html.background_full_quilt body {
  background: url("/v9/variations/oem-ford/0001/v1/images/backgrounds/light/full-quilt.jpg") repeat #ebf2f3 fixed; }
html.background_full_quilt .ddc-page-body, html.background_full_quilt .header-default {
  background-color: transparent; }

.ddc-btn, .featured-compact .view-all-link {
  padding: 10px 20px;
  border-width: 0;
  border-radius: 6px;
  border-style: solid;
  text-decoration: none;
  font-size: 13px;
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif;
  -webkit-transition: translate 50ms ease-in;
  -moz-transition: translate 50ms ease-in;
  -o-transition: translate 50ms ease-in;
  transition: translate 50ms ease-in; }
  .ddc-btn:focus, .featured-compact .view-all-link:focus {
    outline: none;
    box-shadow: none; }
  .ddc-btn:hover, .featured-compact .view-all-link:hover {
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0px, -1px);
    -moz-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    -o-transform: translate(0px, -1px);
    transform: translate(0px, -1px); }

.ddc-btn-xlarge {
  padding: 20px 40px;
  font-size: 20px;
  border-width: 0; }

.ddc-btn-large {
  padding: 16px 32px;
  font-size: 16px;
  border-width: 0; }

.ddc-btn-small, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a, .showroom-detail .hproduct .has-eprice .ddc-btn-primary, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a, .inventory-listing-default .view-incentives, .featured-compact .view-all-link, .inventory-detail-pricing .mycars-vdp a {
  padding: 6px 12px;
  border-radius: 4px;
  border-width: 0;
  font-size: 12px; }

.ddc-btn-xsmall {
  padding: 5px 10px;
  border-radius: 2px;
  border-width: 0;
  background-image: none !important;
  font-size: 10px; }
  .ddc-btn-xsmall:hover {
    background-color: #1685bf; }

.ddc-btn-default, .featured-compact .view-all-link, .ddc-form-inline .ui-button-submit, .ddc-navbar-form .ui-button-submit, .model-specific-landing-inventory .view-link, .inventory-search-form-dropdown button {
  background-image: linear-gradient(#425968 0%, #2e3e49 100%); }
  .ddc-btn-default:hover, .featured-compact .view-all-link:hover, .ddc-form-inline .ui-button-submit:hover, .ddc-navbar-form .ui-button-submit:hover, .model-specific-landing-inventory .view-link:hover, .inventory-search-form-dropdown button:hover {
    background-color: #425968;
    background-image: none; }
  .ddc-btn-default:active, .featured-compact .view-all-link:active, .ddc-form-inline .ui-button-submit:active, .ddc-navbar-form .ui-button-submit:active, .model-specific-landing-inventory .view-link:active, .inventory-search-form-dropdown button:active {
    background-color: #003478;
    background-image: none;
    box-shadow: none; }
  .ddc-btn-default .ui-button-text, .featured-compact .view-all-link .ui-button-text, .ddc-form-inline .ui-button-submit .ui-button-text, .ddc-navbar-form .ui-button-submit .ui-button-text, .model-specific-landing-inventory .view-link .ui-button-text, .inventory-search-form-dropdown button .ui-button-text {
    color: #ffffff; }

.ddc-btn-primary, .service-coupon-slide .get-offer a, .ui-button-submit, .inventory-listing-default .hproduct .view-link, .showroom-detail .hproduct .view-link, .mycars-favorites .hproduct .view-link {
  background-image: linear-gradient(#50b6eb 0%, #22a3e6 50%, #1685bf 100%); }
  .ddc-btn-primary:hover, .service-coupon-slide .get-offer a:hover, .ui-button-submit:hover, .inventory-listing-default .hproduct .view-link:hover, .showroom-detail .hproduct .view-link:hover, .mycars-favorites .hproduct .view-link:hover {
    background-color: #22a3e6;
    background-image: none; }
  .ddc-btn-primary:active, .service-coupon-slide .get-offer a:active, .ui-button-submit:active, .inventory-listing-default .hproduct .view-link:active, .showroom-detail .hproduct .view-link:active, .mycars-favorites .hproduct .view-link:active {
    background-color: #003478;
    background-image: none;
    box-shadow: none; }
  .ddc-btn-primary .ui-button-text, .service-coupon-slide .get-offer a .ui-button-text, .ui-button-submit .ui-button-text, .inventory-listing-default .hproduct .view-link .ui-button-text, .showroom-detail .hproduct .view-link .ui-button-text, .mycars-favorites .hproduct .view-link .ui-button-text {
    color: #ffffff; }

.ddc-btn-success {
  background-image: linear-gradient(#f58649 0%, #f26619 50%, #cc500c 100%); }
  .ddc-btn-success:hover {
    background-color: #f26619;
    background-image: none; }
  .ddc-btn-success:active {
    background-color: #003478;
    background-image: none;
    box-shadow: none; }
  .ddc-btn-success .ui-button-text {
    color: #ffffff; }

.ddc-btn-subtle, .comments-listing .yui3-u-1-2 .ddc-btn, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a, .showroom-detail .hproduct .has-eprice .ddc-btn-primary, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a, .inventory-listing-default .item-compare label, .inventory-listing-default .alert-set label, .showroom-detail .item-compare label, .showroom-detail .alert-set label, .mycars-favorites .item-compare label, .mycars-favorites .alert-set label, .inventory-listing-default .view-incentives, #spins ul .ddc-btn, #spins ul .featured-compact .view-all-link, .featured-compact #spins ul .view-all-link {
  background-image: none;
  background-color: #d7d4dc;
  color: #425968;
  border-color: #d7d4dc; }
  .ddc-btn-subtle:hover, .comments-listing .yui3-u-1-2 .ddc-btn:hover, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link:hover, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link:hover, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary:hover, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a:hover, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a:hover, .showroom-detail .hproduct .has-eprice .ddc-btn-primary:hover, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a:hover, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a:hover, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary:hover, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a:hover, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a:hover, .inventory-listing-default .item-compare label:hover, .inventory-listing-default .alert-set label:hover, .showroom-detail .item-compare label:hover, .showroom-detail .alert-set label:hover, .mycars-favorites .item-compare label:hover, .mycars-favorites .alert-set label:hover, .inventory-listing-default .view-incentives:hover, #spins ul .ddc-btn:hover, #spins ul .featured-compact .view-all-link:hover, .featured-compact #spins ul .view-all-link:hover {
    background-color: #af9696;
    background-image: none; }
  .ddc-btn-subtle:active, .comments-listing .yui3-u-1-2 .ddc-btn:active, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link:active, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link:active, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary:active, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a:active, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a:active, .showroom-detail .hproduct .has-eprice .ddc-btn-primary:active, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a:active, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a:active, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary:active, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a:active, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a:active, .inventory-listing-default .item-compare label:active, .inventory-listing-default .alert-set label:active, .showroom-detail .item-compare label:active, .showroom-detail .alert-set label:active, .mycars-favorites .item-compare label:active, .mycars-favorites .alert-set label:active, .inventory-listing-default .view-incentives:active, #spins ul .ddc-btn:active, #spins ul .featured-compact .view-all-link:active, .featured-compact #spins ul .view-all-link:active {
    background-color: #003478;
    background-image: none;
    box-shadow: none; }
  .ddc-btn-subtle .ui-button-text, .comments-listing .yui3-u-1-2 .ddc-btn .ui-button-text, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link .ui-button-text, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link .ui-button-text, .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a .ui-button-text, .showroom-detail .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a .ui-button-text, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a .ui-button-text, .inventory-listing-default .item-compare label .ui-button-text, .inventory-listing-default .alert-set label .ui-button-text, .showroom-detail .item-compare label .ui-button-text, .showroom-detail .alert-set label .ui-button-text, .mycars-favorites .item-compare label .ui-button-text, .mycars-favorites .alert-set label .ui-button-text, .inventory-listing-default .view-incentives .ui-button-text, #spins ul .ddc-btn .ui-button-text, #spins ul .featured-compact .view-all-link .ui-button-text, .featured-compact #spins ul .view-all-link .ui-button-text {
    color: #425968; }

.ddc-btn-info:hover {
  background-color: #0055c5; }
.ddc-btn-info:active {
  background-color: #22a3e6; }

.ddc-btn-warn:hover {
  background-color: #49ccc5; }
.ddc-btn-warn:active {
  background-color: #49ccc5; }

.ddc-btn-error:hover {
  background-color: #ff576b; }
.ddc-btn-error:active {
  background-color: #003478; }

.ddc-btn-link, .mycars-favorites .hproduct .pricing li span.ui-button-text, .inventory-listing-default .mycars-vlp a {
  color: #425968;
  text-decoration: underline;
  border: none; }
  .ddc-btn-link:hover, .mycars-favorites .hproduct .pricing li span.ui-button-text:hover, .inventory-listing-default .mycars-vlp a:hover {
    color: #425968;
    text-decoration: none; }
  .ddc-btn-link:active, .mycars-favorites .hproduct .pricing li span.ui-button-text:active, .inventory-listing-default .mycars-vlp a:active {
    color: #22a3e6;
    text-decoration: none; }

.ddc-btn-link-primary, .inventory-listing-default .hproduct .has-eprice span[data-eprice='true'], .showroom-detail .hproduct .has-eprice span[data-eprice='true'], .mycars-favorites .hproduct .has-eprice span[data-eprice='true'] {
  background: none;
  color: #22a3e6;
  border: none;
  text-decoration: underline; }
  .ddc-btn-link-primary:hover, .inventory-listing-default .hproduct .has-eprice span[data-eprice='true']:hover, .showroom-detail .hproduct .has-eprice span[data-eprice='true']:hover, .mycars-favorites .hproduct .has-eprice span[data-eprice='true']:hover {
    color: #22a3e6;
    text-decoration: none; }
  .ddc-btn-link-primary:active, .ddc-btn-link-primary:focus, .inventory-listing-default .hproduct .has-eprice span[data-eprice='true']:active, .showroom-detail .hproduct .has-eprice span[data-eprice='true']:active, .mycars-favorites .hproduct .has-eprice span[data-eprice='true']:active, .inventory-listing-default .hproduct .has-eprice span[data-eprice='true']:focus, .showroom-detail .hproduct .has-eprice span[data-eprice='true']:focus, .mycars-favorites .hproduct .has-eprice span[data-eprice='true']:focus {
    box-shadow: none;
    color: #003478;
    text-decoration: none; }

.ddc-btn-left-align .ddc-btn, .ddc-btn-left-align .featured-compact .view-all-link, .featured-compact .ddc-btn-left-align .view-all-link {
  text-align: left; }

.ddc-btn.ddc-pull-right, .featured-compact .ddc-pull-right.view-all-link {
  margin-right: 10px; }

.ddc-form-control {
  padding: 0 10px;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1); }

.ddc-form-group input {
  margin-bottom: 6px;
  text-overflow: ellipsis; }
.ddc-form-group label {
  text-align: right; }
  .ddc-form-group label span {
    padding-right: 5px; }

select.ddc-form-control, .ddc-form-group-container {
  padding: 4px 0 4px 10px;
  box-shadow: none;
  -webkit-appearance: none; }

fieldset {
  margin: 10px 10px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select.ddc-form-control, .ddc-form-group-container {
    padding-right: 21px;
    background: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'32\' height=\'16\'><polygon fill=\'#22a3e6\' points=\'12,13 20,5 17,2 12,7 7,2 4,5 \'/></svg>') no-repeat center right #ffffff !important; }

  [disabled].ddc-form-control {
    background: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'32\' height=\'16\'><polygon fill=\'#d7d4dc\' points=\'12,13 20,5 17,2 12,7 7,2 4,5 \'/></svg>') no-repeat center right transparent !important; }
 }

.ddc-form-group-container {
  background-image: none !important; }
  .ddc-form-group-container label {
    font-weight: normal;
    line-height: 23px;
    color: #000000; }

label, .ddc-form-group strong {
  color: #425968; }

.ddc-radio label, .ddc-checkbox label {
  color: #425968; }

.ddc-form-inline .ui-button-submit, .ddc-navbar-form .ui-button-submit {
  margin-left: -10px;
  padding: 13px 20px; }

.textarea.ddc-form-control {
  border: solid 1px #d9d9d9;
  color: #000000;
  background-color: #ffffff; }

.jcarousel-container .jcarousel-item a {
  padding: 4px 5px 0 0; }
  .jcarousel-container .jcarousel-item a:hover {
    background-color: transparent; }
  .jcarousel-container .jcarousel-item a img {
    width: 110px;
    height: 82px;
    padding: 0; }

.jcarousel-list-horizontal {
  height: 84px; }

.jcarousel-next, .jcarousel-prev {
  top: 20%;
  width: 38px;
  height: 40px;
  background-image: none;
  font-size: 3em; }

.jcarousel-prev {
  left: -10px; }

.jcarousel-next-disabled, .jcarousel-prev-disabled {
  color: #d7d4dc;
  opacity: 0.5; }

.jcarousel-container {
  width: 100%;
  padding: 0 4%; }

.jcarousel-clip {
  width: 98%; }

.ui-slider-horizontal.ui-widget-content {
  height: 24px;
  border: none;
  border-radius: 0;
  background-color: #ffffff; }
  .ddc-box-1 .ui-slider-horizontal.ui-widget-content {
    background-color: #ebf2f3; }
  .touch .ui-slider-horizontal.ui-widget-content {
    height: 40px; }
.ui-slider-horizontal .ui-slider-range.ui-widget-header {
  height: 24px;
  background-color: #bdb8c5; }
  .touch .ui-slider-horizontal .ui-slider-range.ui-widget-header {
    height: 40px; }
.ui-slider-horizontal .ui-slider-handle {
  top: 0;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background-color: #22a3e6;
  color: #ebf2f3;
  text-align: center;
  text-decoration: none; }
  .touch .ui-slider-horizontal .ui-slider-handle {
    width: 40px;
    height: 40px; }
  .ui-slider-horizontal .ui-slider-handle.ui-state-active {
    background-color: #003478; }
  .ui-slider-horizontal .ui-slider-handle.ui-max {
    margin-left: -19px; }
    .touch .ui-slider-horizontal .ui-slider-handle.ui-max {
      margin-left: -40px; }
      .touch .ui-slider-horizontal .ui-slider-handle.ui-max:before {
        font-size: 1.75em; }
  .ui-slider-horizontal .ui-slider-handle.ui-min {
    margin-left: -3px; }
    .touch .ui-slider-horizontal .ui-slider-handle.ui-min {
      margin-left: 0px; }
      .touch .ui-slider-horizontal .ui-slider-handle.ui-min:before {
        font-size: 1.75em; }

.ui-tabs .ui-tabs-nav li {
  margin-right: 3px;
  font-size: 13px;
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
  .ui-tabs .ui-tabs-nav li a:hover {
    color: #ffffff; }

.ui-widget-content .ddc-btn-default, .ui-widget-content .featured-compact .view-all-link, .featured-compact .ui-widget-content .view-all-link {
  color: #ffffff; }

.ui-dialog {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  border: 0;
  border-radius: 6px 20px 6px 6px; }
  .ui-dialog a.disclaimers {
    color: #22a3e6;
    text-decoration: none; }
  .ui-dialog.ui-widget-content {
    border: solid 1px #22a3e6;
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.65); }
  .ui-dialog .ui-dialog-titlebar {
    background-color: #ffffff; }
  .ui-dialog .ui-dialog-title {
    color: #425968; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 8px;
    right: -1px;
    padding: 1.25em;
    border: solid 1px #ffffff;
    border-radius: 0 0 0 50%;
    background-color: #003478;
    text-decoration: none; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
      padding: 1.25em;
      background-color: #22a3e6; }
    .ui-dialog .ui-dialog-titlebar-close span {
      position: relative;
      top: -10px;
      left: -8px; }
  .ui-dialog .ui-icon-closethick {
    width: 30px;
    height: 30px;
    text-indent: -99999px; }
    .ui-dialog .ui-icon-closethick:before {
      position: relative;
      left: 99999px;
      color: #ffffff; }

.ui-dialog a {
  color: #22a3e6; }

.ui-accordion .ui-accordion-header a {
  font-size: 1em; }

.ui-accordion-header {
  padding: 10px 10px;
  border-radius: 0; }
  .ui-accordion-header a {
    display: inline;
    width: 100%;
    color: #425968; }
  .ui-accordion-header.ui-state-default {
    background-color: #af9696; }
  .ui-accordion-header.ui-state-active {
    background-color: #d7d4dc; }
  .ui-accordion-header .ui-icon {
    display: inline;
    width: 100%;
    height: 100%;
    background-image: none;
    text-indent: 0;
    font-size: 1.3em; }

.ui-datepicker {
  border: 1px solid #425968;
  background-color: #ebf2f3; }

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

.ui-helper-hidden-accessible {
  display: none; }

.ui-datepicker.ui-helper-hidden-accessible {
  overflow: visible;
  clip: auto;
  background-color: #ffffff;
  border: solid 1px #ebf2f3;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); }
  .ie8 .ui-datepicker.ui-helper-hidden-accessible {
    height: auto; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-header {
    background-color: #ffffff; }
    .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-prev, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next {
    margin-top: 5px;
    width: 18px;
    height: 18px;
    text-decoration: none;
    font-size: 20px; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev {
    margin-left: 10px; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next {
    margin-right: 10px; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev span {
    display: none; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next span {
    display: none; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-month {
    margin-right: 20px;
    width: 40%; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-year {
    width: 40%; }
  .ui-datepicker.ui-helper-hidden-accessible th {
    color: #425968; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-calendar {
    font-size: 13px; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-year, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-month {
    padding: 0 10px;
    height: 30px;
    font-size: em(13px); }
  .ui-datepicker.ui-helper-hidden-accessible .ui-state-default {
    border: 2px solid transparent;
    background: none;
    color: #425968;
    text-align: center; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-state-highlight {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #22a3e6; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-state-hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #f26619;
    color: #f26619; }
  .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-prev, .ui-datepicker.ui-helper-hidden-accessible .ui-datepicker-next {
    color: #425968; }

.ie8 .ui-widget-overlay {
  opacity: 1;
  background-image: url(/v9/variations/oem-ford/0001/v1/images/ui-widget-overlay-light.png); }

a {
  text-decoration: underline; }

ol {
  margin-right: 4em; }
  ol li {
    line-height: 1.4em;
    margin-bottom: 1.4em; }

.ddc-icon-map, .ddc-icon-map-marker {
  margin-right: -0.25em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ddc-icon-map, .ddc-icon-map-marker {
      position: relative;
      top: 1px; } }

.ddc-nav-stacked > li > a {
  color: #141414;
  text-decoration: none;
  padding: 10px 15px 10px 5px; }
  .ddc-nav-stacked > li > a:hover {
    background-color: #ebf2f3;
    color: #003478; }
  .ddc-nav-stacked > li > a:focus {
    background-color: #d7d4dc;
    color: #003478; }
  .ddc-nav-stacked > li > a.facet-anchor {
    padding: 0; }

.ddc-navbar-default .ddc-navbar-nav > li.currentPageParent > a:hover, .currentPageParent {
  background-color: #ebf2f3;
  color: #003478; }

.ddc-navbar-default .ddc-navbar-nav > li.currentPageParent.open > a:hover {
  background-color: #22a3e6;
  color: #ffffff; }

label, .label {
  padding: 0.2em 0.6em 0.3em 0;
  font-size: 0.875em;
  font-weight: bold; }

@font-face {
  font-weight: 100;
  font-style: normal;
  font-family: 'Ford Antenna Extra Light';
  src: url('/v9/media/fonts/fordantenna-extralight/v1/webfont.eot');
  src: url('/v9/media/fonts/fordantenna-extralight/v1/webfont.eot?#iefix') format('embedded-opentype'), url('/v9/media/fonts/fordantenna-extralight/v1/webfont.ttf') format('truetype'), url('/v9/media/fonts/fordantenna-extralight/v1/webfont.woff') format('woff'), url('/v9/media/fonts/fordantenna-extralight/v1/webfont.svg#FordAntennaRegular') format('svg');
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Ford Antenna Medium';
  src: url('/v9/media/fonts/fordantenna-medium/v1/webfont.eot');
  src: url('/v9/media/fonts/fordantenna-medium/v1/webfont.eot?#iefix') format('embedded-opentype'), url('/v9/media/fonts/fordantenna-medium/v1/webfont.ttf') format('truetype'), url('/v9/media/fonts/fordantenna-medium/v1/webfont.woff') format('woff'), url('/v9/media/fonts/fordantenna-medium/v1/webfont.svg#FordAntennaRegular') format('svg');
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Ford Antenna Bold';
  src: url('/v9/media/fonts/fordantenna-bold/v1/webfont.eot');
  src: url('/v9/media/fonts/fordantenna-bold/v1/webfont.eot?#iefix') format('embedded-opentype'), url('/v9/media/fonts/fordantenna-bold/v1/webfont.ttf') format('truetype'), url('/v9/media/fonts/fordantenna-bold/v1/webfont.woff') format('woff'), url('/v9/media/fonts/fordantenna-bold/v1/webfont.svg#FordAntennaBold') format('svg');
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

.ddc-page-title, .ddc-font-size-jumbo {
  font-size: 40px; }

h1, .h1, .ddc-font-size-xxlarge {
  font-size: 32px; }

h2, .h2, .bodyshop-lead h3, .model-selector-default-extension-1 > h3, .parts-lead h3, .service-lead h3, .showroom .showroom-details-section h4, .ddc-font-size-xlarge, .showroom-v2 #models .trimsTableData td {
  font-size: 26px; }

h3, .h3, .ui-dialog .ui-dialog-title, .bodyshop-lead h2, .inventory-detail-item-details .title, .inventory-detail-packages-options h4, .inventory-detail-tech-specs h4, .model-selector-default.ddc-box-1 > h3, .parts-lead h2, .service-lead h2, .ddc-font-size-large, .showroom-v2 #models .trimsTableData strong {
  font-size: 20px; }

h4, .h4, .vehicles-container > li h5, .showroom .showroom-listing .hproduct .pricing .h3, .showroom .incentive-title, .ddc-font-size-base, .inventory-detail-packages-options .packageHeading {
  font-size: 16px; }

h5, .h5, .ddc-font-size-small {
  font-size: 13px; }

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

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0.75em; }

h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, sans-serif; }

blockquote p {
  font-size: 1em; }

.coupons-fd-slideshow .bubbles {
  margin: 0 auto 8px auto;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.coupons-fd-slideshow .bubble-selector {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  margin: 0 2px;
  display: inline-block;
  border-radius: 50% 50%;
  list-style: none; }
  .coupons-fd-slideshow .bubble-selector:hover {
    cursor: pointer; }
  .coupons-fd-slideshow .bubble-selector.activate {
    background-color: #666; }

.mobile .bubble-selector {
  width: 18px;
  height: 18px;
  margin: 0 6px; }

.service-coupon-widget {
  padding: 0px; }
  .service-coupon-widget .graphic {
    text-align: center;
    margin: 12px 0; }

.service-coupon-slide {
  list-style: none;
  margin-left: 0px;
  display: none; }
  .service-coupon-slide img {
    margin: 0 auto; }
  .service-coupon-slide .offers {
    width: 50%;
    overflow: hidden;
    float: left; }
    .service-coupon-slide .offers .ddc-btn-default, .service-coupon-slide .offers .featured-compact .view-all-link, .featured-compact .service-coupon-slide .offers .view-all-link {
      background-image: none;
      color: #22a3e6;
      background-color: none;
      border-color: none; }
    .service-coupon-slide .offers .ddc-btn, .service-coupon-slide .offers .featured-compact .view-all-link, .featured-compact .service-coupon-slide .offers .view-all-link {
      border-radius: 0px;
      text-align: left;
      padding: 0px 0px;
      font-size: 16px; }
    .service-coupon-slide .offers a {
      background: transparent; }
  .service-coupon-slide .expires {
    width: 50%;
    float: right;
    text-align: right; }
  .service-coupon-slide .get-offer {
    margin: 30px 0;
    overflow: hidden; }
  .service-coupon-slide .offers-expiration {
    margin: 15px 0 50px 0; }
  .service-coupon-slide .disclaimer {
    font-size: 0.7em;
    padding-bottom: 7px;
    clear: both; }
  .service-coupon-slide.visible {
    display: block; }

.main .service-coupon-slide .get-offer a {
  float: right; }

.print-coupon {
  text-decoration: none; }
  .print-coupon:hover {
    color: #053650;
    text-decoration: none; }

.printCoupon a {
  display: none; }

/*
*== Service
------------------------------------------------------------------------------*/
.main-service-features {
  display: table;
  margin-top: -10px;
  margin-bottom: 50px;
  text-align: center; }
  .main-service-features .pref {
    display: inline-block; }
  .main-service-features .main-service-features-section {
    display: inline-block;
    width: 225px;
    padding: 150px 5px 0; }
    .main-service-features .main-service-features-section .ddc-heading-6 {
      min-height: 52px; }
  .main-service-features .content-default {
    min-height: 128px;
    text-align: center;
    color: #ebf2f3; }
  .main-service-features .content {
    min-height: 128px; }
    .ie8 .main-service-features .content {
      word-spacing: -0.05em; }
  .main-service-features .image-default img {
    margin: 0 auto; }
  .main-service-features .ddc-heading-6 {
    color: #22a3e6; }
  .main-service-features .ddc-btn, .main-service-features .featured-compact .view-all-link, .featured-compact .main-service-features .view-all-link {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px; }
  .main-service-features .service-icon {
    font-size: 7em;
    color: #425968; }
  .main-service-features i {
    position: absolute;
    top: 0;
    display: block;
    width: 215px;
    text-align: center; }
  .main-service-features .ddc-icon-schedule-service, .main-service-features .ddc-icon-collision-center {
    top: -45px;
    font-size: 1.5em; }

.service-slideshow.slideshow-default {
  margin-bottom: 50px; }

.amenities-default:after {
  clear: both;
  content: "";
  display: block; }
.amenities-default > .ddc-row, .amenities-default > .yui3-g {
  margin-bottom: 30px; }
.amenities-default a:hover i {
  background-color: #22a3e6; }
.amenities-default i {
  width: 54px;
  height: 54px;
  margin-right: 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 54px;
  background-color: #22a3e6;
  color: #ffffff;
  font-size: 2.4em; }
.amenities-default .amenities-text {
  margin-left: 74px;
  padding-right: 20px; }
  .amenities-default .amenities-text .label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #22a3e6; }
  .amenities-default .amenities-text .message {
    font-size: 13px;
    line-height: 10px;
    color: #425968; }

.four-o-four .navigation-sitemap ul li {
  width: 20%;
  padding-right: 2%; }
  .four-o-four .navigation-sitemap ul li a {
    display: inline-block;
    text-decoration: none; }
.four-o-four .navigation-sitemap ul ul {
  padding: 0; }
  .four-o-four .navigation-sitemap ul ul li {
    clear: both;
    margin-bottom: 0.5em; }
    .four-o-four .navigation-sitemap ul ul li:before {
      color: #af9696;
      display: block;
      float: left; }
    .four-o-four .navigation-sitemap ul ul li a {
      display: block; }
.four-o-four .first {
  background: none; }

.blog-author-detail .hentry, .blog-post-detail .hentry, .blog-post-list .hentry {
  margin-bottom: 40px; }
.blog-author-detail .entry-title, .blog-post-detail .entry-title, .blog-post-list .entry-title {
  margin-bottom: 0.25em; }
.blog-author-detail .published, .blog-post-detail .published, .blog-post-list .published {
  font-size: 13px;
  font-style: italic;
  float: left;
  margin-right: 1em;
  color: #af9696; }
.blog-author-detail .author, .blog-post-detail .author, .blog-post-list .author {
  font-size: 13px;
  font-style: italic; }
  .blog-author-detail .author a, .blog-post-detail .author a, .blog-post-list .author a {
    color: #425968;
    text-decoration: none; }
    .blog-author-detail .author a:hover, .blog-post-detail .author a:hover, .blog-post-list .author a:hover {
      color: #22a3e6;
      text-decoration: underline; }
.blog-author-detail .tags, .blog-author-detail .categories, .blog-post-detail .tags, .blog-post-detail .categories, .blog-post-list .tags, .blog-post-list .categories {
  font-size: 13px;
  color: #af9696;
  margin-top: 10px; }
.blog-author-detail .entry-content, .blog-author-detail .entry-summary, .blog-post-detail .entry-content, .blog-post-detail .entry-summary, .blog-post-list .entry-content, .blog-post-list .entry-summary {
  margin-bottom: 10px; }
  .blog-author-detail .entry-content a, .blog-author-detail .entry-summary a, .blog-post-detail .entry-content a, .blog-post-detail .entry-summary a, .blog-post-list .entry-content a, .blog-post-list .entry-summary a {
    color: #425968; }

.blog-author-list .ddc-nav-stacked > li > a, .blog-date-list .ddc-nav-stacked > li > a, .blog-category-list .ddc-nav-stacked > li > a {
  padding: 5px 15px 5px 5px; }

.blog-search {
  margin-bottom: 10px; }
  .blog-search fieldset {
    margin: 0;
    float: left; }
  .blog-search .ddc-btn, .blog-search .featured-compact .view-all-link, .featured-compact .blog-search .view-all-link {
    padding: 8px 16px;
    border-radius: 0 inherit inherit 0; }

.blog-tag-cloud {
  font-size: 20px; }
  .blog-tag-cloud a {
    float: left;
    display: block;
    color: #22a3e6;
    text-decoration: none;
    margin: 0px 20px 0 0; }
    .touch .blog-tag-cloud a {
      padding: 8px 4px; }
    .blog-tag-cloud a:before {
      display: none; }
    .blog-tag-cloud a:hover {
      color: #003478;
      text-decoration: underline; }
  .blog-tag-cloud .xlarge {
    font-size: 1.5em; }
  .blog-tag-cloud .large {
    font-size: 1.25em; }
  .blog-tag-cloud .small {
    font-size: 0.875em; }
  .blog-tag-cloud .xsmall {
    font-size: 0.675em; }

.bodyshop-lead {
  margin-top: 20px; }

.button-block-icons a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  display: block;
  padding: 1em;
  width: 100%;
  background-color: #22a3e6;
  border: none;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
  .button-block-icons a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0px, -3px);
    -moz-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    -o-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
    background-color: #ffffff;
    color: #141414; }
    .button-block-icons a:hover i {
      color: #22a3e6; }
.button-block-icons li {
  display: inline-block;
  float: left;
  margin: 0 5px 10px 0;
  padding: 0;
  width: 100%; }
.button-block-icons i {
  color: #ffffff;
  vertical-align: middle;
  font-size: 3em; }
.button-block-icons.vertical li:first-child {
  margin-top: -5px; }
.button-block-icons.horizontal {
  margin: 30px 0; }
  .button-block-icons.horizontal li {
    width: 230px;
    float: left;
    margin: 0 5px 10px 5px; }
    .ie8 .button-block-icons.horizontal li {
      width: 227px;
      margin-left: 0;
      margin-right: 10px; }

.button-block-icons-large a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 1em;
  margin: 0 0.25em;
  text-decoration: none;
  text-align: center;
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif;
  color: #af9696; }
  .ddc-row-primary .button-block-icons-large a {
    color: #ffffff; }
  .button-block-icons-large a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #141414; }
    .button-block-icons-large a:hover i {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #141414; }
.button-block-icons-large i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  font-size: 7em;
  line-height: 1;
  display: block;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  color: #425968; }
  .ddc-row-primary .button-block-icons-large i {
    color: #ffffff; }
.button-block-icons-large .ui-button-text {
  display: block; }

.button-block-photos ul li:last-child a {
  margin-right: 0; }
.button-block-photos a {
  width: 230px;
  background-color: #22a3e6;
  display: block;
  float: left;
  margin-right: 10px;
  min-height: 200px;
  padding-bottom: 20px;
  border-radius: 6px;
  border: solid 1px #ebf2f3;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: background-color 400ms ease;
  -moz-transition: background-color 400ms ease;
  -o-transition: background-color 400ms ease;
  transition: background-color 400ms ease; }
  .button-block-photos a:hover {
    background-color: #003478;
    color: #ffffff;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease; }
  .ie8 .button-block-photos a {
    width: 225px; }
.button-block-photos h3 {
  margin: 0.625em 0;
  font-size: 18px;
  height: 1em;
  overflow: hidden;
  line-height: 1em; }
.button-block-photos .buttonblock-img-wrap {
  width: 228px;
  margin-bottom: 10px;
  height: 112px;
  overflow: hidden; }
  .ie8 .button-block-photos .buttonblock-img-wrap {
    width: 223px; }
  .button-block-photos .buttonblock-img-wrap img {
    width: 100%; }
.button-block-photos .ui-button-text {
  font-size: 13px;
  display: block;
  height: 2.5em;
  overflow: hidden;
  line-height: 1.25em;
  padding: 0 1em; }

.comments-listing .yui3-u-1-2 {
  width: 100%; }
  .comments-listing .yui3-u-1-2 .ddc-btn, .comments-listing .yui3-u-1-2 .featured-compact .view-all-link, .featured-compact .comments-listing .yui3-u-1-2 .view-all-link {
    width: 240px; }

.calculator-payment .ui-state-disabled {
  opacity: 1; }
.calculator-payment [disabled].ddc-form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none !important;
  color: #425968;
  border: none;
  font-size: 28px;
  text-align: right;
  font-weight: bold;
  cursor: default; }

.paymentdriver-sidebar .calculator-payment-review .ddc-dl-divider-lined, .paymentdriver-sidebar .calculator-payment-review .ddc-dl-divider-lined + dd {
  margin-top: 40px; }
.paymentdriver-sidebar .calculator-payment-review .ddc-dl-divider-lined + dd:before {
  left: 0; }

.collision {
  margin: 2em 0;
  background: #FFFFFF; }
  .collision-logo-title {
    background: #425968;
    padding: 1em 0;
    color: #FFFFFF; }
    .collision-logo-title h3 {
      border-left: 1px solid #FFFFFF;
      padding-left: 0.75em;
      margin-left: 1.25em;
      margin-bottom: 0;
      font-family: "Ford Antenna Extra Light", "Trebuchet MS", sans-serif; }
      .collision-logo-title h3 span {
        font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
  .collision-title-wrapper {
    background: url('/v9/variations/oem-ford/0001/v1/images/collision/ford-truck-f150.jpg') top right no-repeat #D4D3D8;
    padding: 2em;
    background-size: 50% auto;
    min-height: 370px;
    color: #333333; }
    .collision-title-wrapper h3 {
      font-size: 27px;
      font-weight: 100;
      color: #333333;
      font-family: "Ford Antenna Extra Light", "Trebuchet MS", sans-serif;
      max-width: 50%; }
      .collision-title-wrapper h3 span {
        font-weight: bold;
        display: block;
        font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
    .collision-title-wrapper p {
      max-width: 50%; }
  .collision-tag-wrapper {
    min-height: 200px;
    text-align: center;
    color: #FFFFFF;
    background-size: cover;
    background: url('/v9/variations/oem-ford/0001/v1/images/collision/tagline-hero-image.jpg') top center no-repeat; }
    .collision-tag-wrapper h3 {
      font-size: 54px;
      margin-bottom: 0;
      padding: 3em 0;
      font-family: "Ford Antenna Extra Light", "Trebuchet MS", sans-serif; }
    .collision-tag-wrapper span {
      display: block;
      font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
  .collision-lists-text {
    background: #FFFFFF;
    width: 50%;
    min-height: 580px;
    float: left;
    padding: 1em;
    color: #333; }
    .collision-lists-text ol {
      margin: 4em 0 0 0;
      padding-left: 1em; }
      .collision-lists-text ol li {
        margin-bottom: 0; }
    .collision-lists-text.brochure {
      background: url('/v9/variations/oem-ford/0001/v1/images/collision/brochure-art.png') top right no-repeat #FFFFFF;
      background-size: 50% auto; }
    .collision-lists-text.parts {
      background: url('/v9/variations/oem-ford/0001/v1/images/collision/parts-group.jpg') top right no-repeat #FFFFFF;
      background-size: 50% auto; }
    .collision-lists-text h3 {
      font-size: 27px;
      color: #333333;
      font-family: "Ford Antenna Extra Light", "Trebuchet MS", sans-serif;
      margin: 1em 0;
      max-width: 50%; }
      .collision-lists-text h3 span {
        display: block;
        font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
    .collision-lists-text a:after {
      content: "  >"; }
  .collision-bottom-wrapper {
    background: #425968;
    padding: 1.5em 0;
    color: #FFFFFF;
    text-align: center; }

.contact-info .tel {
  line-height: 2em; }
  .contact-info .tel .value {
    float: right; }

.vdp .contact-info .separator {
  display: none; }
.vdp .contact-info .value {
  float: none;
  font-size: 32px;
  font-weight: 700;
  margin-left: 30px; }
.vdp .contact-info .org {
  font-size: 22px; }
.vdp .contact-info .org:after {
  content: " \2021"; }
.vdp .contact-info .adr a {
  text-decoration: none; }

.service_highlight .phone1, .service_highlight .phone3, .service_highlight .phone4 {
  color: #d7d4dc; }
.service_highlight .phone2 .value {
  font-size: 26px;
  font-weight: bold; }
.service_highlight .phone2 .type {
  font-weight: bold; }

.gradient-bg {
  background-color: #425968;
  background-image: linear-gradient(#567487, #2e3e49 100%);
  color: #ffffff; }

.cpov_overview {
  padding: 10px 20px 10px 10px; }

.cpo_logo {
  float: left;
  width: 80px;
  margin-right: 10px; }

.video_thumb {
  padding: 30px; }
  .video_thumb .jwvideo video {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: none !important;
    -ms-transform: none !important; }

.digital-retailing-toolbox h3 {
  color: inherit;
  font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif;
  text-transform: none; }
.digital-retailing-toolbox .tool-info {
  padding: 10px 0; }
.digital-retailing-toolbox .tool-info-heading {
  font-size: 14px; }
.digital-retailing-toolbox .tool-info-text {
  font-size: 12px; }
  .digital-retailing-toolbox .tool-info-text .ddc-icon {
    margin-left: 1px;
    vertical-align: middle; }
.digital-retailing-toolbox .tools-list {
  margin-bottom: 0; }
  .digital-retailing-toolbox .tools-list .tool .ddc-icon {
    font-size: 18px; }
.digital-retailing-toolbox.links-list .ddc-icon-info {
  color: #425968; }
.digital-retailing-toolbox.links-list h3 .ddc-icon-help-circle {
  position: relative;
  top: -1px;
  font-size: 14px; }

.digital-retailing-default, .digital-retailing-toolbox {
  top: 0; }
  .digital-retailing-default .ddc-icon-help-circle, .digital-retailing-toolbox .ddc-icon-help-circle {
    font-size: 13px; }
  .digital-retailing-default.links-list .ddc-btn, .digital-retailing-default.links-list .featured-compact .view-all-link, .featured-compact .digital-retailing-default.links-list .view-all-link, .digital-retailing-toolbox.links-list .ddc-btn, .digital-retailing-toolbox.links-list .featured-compact .view-all-link, .featured-compact .digital-retailing-toolbox.links-list .view-all-link {
    padding: 0.75em 1em; }

.digital-retailing-container > div > .ddc-row, .digital-retailing-container > div > .yui3-g {
  width: 940px;
  margin: 0 auto; }
.digital-retailing-container .ddc-row, .digital-retailing-container .yui3-g {
  margin: 0; }

.digital-retailing-container-main {
  background-color: #ebf2f3;
  border: 0; }
  .digital-retailing-container-main #dr-content-prequal {
    min-height: 0; }

.digital-retailing-content-main a[href*="dr-content"] {
  color: #425968; }
  .digital-retailing-content-main a[href*="dr-content"]:hover {
    color: #ffffff; }

.digital-retailing-info {
  margin-top: 20px;
  border: 0;
  background-color: transparent; }
  .digital-retailing-info > .ddc-row, .digital-retailing-info > .yui3-g {
    margin: 0 auto; }

.digital-retailing-summary {
  border-color: #22a3e6; }
  .digital-retailing-summary .ddc-icon {
    color: #22a3e6; }
  .digital-retailing-summary dd span {
    color: #22a3e6; }
  .digital-retailing-summary dt {
    color: #22a3e6; }

.dr-summary-title {
  color: #425968; }

.digital-retailing-progress h3 {
  color: #ebf2f3; }

.digital-retailing-progress-indicator {
  width: 60px;
  height: 60px; }
  .digital-retailing-progress-indicator .ddc-icon-clock {
    font-size: 64px;
    font-weight: normal;
    color: #22a3e6; }
  .digital-retailing-progress-indicator .digital-retailing-progress-juice {
    background-color: #ebf2f3; }
  .digital-retailing-progress-indicator .digital-retailing-progress-juice-wrapper {
    bottom: 3px;
    left: 7px;
    width: 50px;
    height: 50px; }

.complete .dr-time .ddc-icon {
  color: #f26619; }

.dr-tab-navigation {
  width: 940px;
  padding: 0;
  border-bottom: 1px solid #22a3e6;
  border-color: #22a3e6;
  background-color: transparent; }
  .dr-tab-navigation .dr-tab-icon {
    padding-bottom: 5px;
    color: #22a3e6; }
  .dr-tab-navigation.tab-navigation li {
    font-size: 12px; }
  .dr-tab-navigation li {
    padding-bottom: 10px; }
    .dr-tab-navigation li.active, .dr-tab-navigation li.currentPage {
      padding: 10px 0 15px;
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #22a3e6;
      background-color: #22a3e6; }
      .ie9 .dr-tab-navigation li.active, .ie9 .dr-tab-navigation li.currentPage {
        background-color: #22a3e6; }
      .dr-tab-navigation li.active .dr-tab-icon, .dr-tab-navigation li.currentPage .dr-tab-icon, .dr-tab-navigation li.active .dr-time, .dr-tab-navigation li.currentPage .dr-time, .dr-tab-navigation li.active a, .dr-tab-navigation li.currentPage a, .dr-tab-navigation li.active a:hover, .dr-tab-navigation li.currentPage a:hover, .dr-tab-navigation li.active .togglePopover .ddc-icon, .dr-tab-navigation li.currentPage .togglePopover .ddc-icon, .dr-tab-navigation li.active.complete .dr-time .ddc-icon, .dr-tab-navigation li.complete.currentPage .dr-time .ddc-icon {
        color: #ebf2f3; }
    .dr-tab-navigation li.complete .ddc-icon {
      color: #f26619; }
    .dr-tab-navigation li.complete .dr-time .ddc-icon {
      color: #f26619; }
    .dr-tab-navigation li.complete.active .ddc-icon, .dr-tab-navigation li.complete.currentPage .ddc-icon {
      color: #ebf2f3; }
    .dr-tab-navigation li.complete.active .dr-time .ddc-icon, .dr-tab-navigation li.complete.currentPage .dr-time .ddc-icon {
      color: #ebf2f3; }
  .dr-tab-navigation a {
    color: #425968; }
    .dr-tab-navigation a:hover .dr-tab-icon, .no-touch .dr-tab-navigation a:hover .dr-tab-icon {
      color: #425968; }
  .dr-tab-navigation .active a:hover .dr-tab-icon, .dr-tab-navigation .currentPage a:hover .dr-tab-icon, .no-touch .dr-tab-navigation .active a:hover .dr-tab-icon, .no-touch .dr-tab-navigation .currentPage a:hover .dr-tab-icon {
    color: #ebf2f3; }
  .no-touch .dr-tab-navigation .active a:focus, .no-touch .dr-tab-navigation .currentPage a:focus {
    color: #ebf2f3; }

.digital-retailing-has-steps {
  border: 0; }

.digital-retailing-trigger {
  transform: initial; }
  .digital-retailing-trigger.hover, .digital-retailing-trigger:hover, .digital-retailing-trigger.active.hover, .digital-retailing-trigger.hover.currentPage, .digital-retailing-trigger.active:hover, .digital-retailing-trigger.currentPage:hover {
    transform: initial; }
    .no-touch .digital-retailing-trigger.hover, .no-touch .digital-retailing-trigger:hover, .no-touch .digital-retailing-trigger.active.hover, .no-touch .digital-retailing-trigger.hover.currentPage, .no-touch .digital-retailing-trigger.active:hover, .no-touch .digital-retailing-trigger.currentPage:hover {
      transform: initial; }
  .digital-retailing-trigger .ddc-icon {
    position: relative;
    vertical-align: initial;
    font-size: 20px;
    background: transparent; }
  .digital-retailing-trigger .dr-open .ddc-icon {
    top: 6px; }
  .digital-retailing-trigger .dr-close .ddc-icon {
    top: 4px; }
  .digital-retailing-trigger span {
    top: -11px;
    right: 20px;
    width: 200px;
    height: auto; }
    .digital-retailing-trigger span:hover {
      color: #425968; }
    .digital-retailing-trigger span.dr-close {
      top: -2px;
      font-weight: bold; }

.digital-retailing-secondary-trigger {
  display: block;
  margin: 20px 0;
  text-align: center;
  text-decoration: none; }
  .digital-retailing-secondary-trigger.hide {
    display: none; }
  .digital-retailing-secondary-trigger:hover {
    text-decoration: none; }
    .digital-retailing-secondary-trigger:hover .ddc-icon {
      transition: initial;
      transform: initial; }
      .digital-retailing-secondary-trigger:hover .ddc-icon:before {
        color: #ebf2f3; }
    .digital-retailing-secondary-trigger:hover span {
      color: #ebf2f3; }
  .digital-retailing-secondary-trigger .ddc-icon {
    margin-left: 0;
    background-color: #22a3e6; }
    .digital-retailing-secondary-trigger .ddc-icon:before {
      color: #ebf2f3; }
  .digital-retailing-secondary-trigger span {
    position: relative;
    bottom: 10px;
    left: 62px;
    border: 0;
    font-size: 13px;
    color: #22a3e6; }

.digital-retailing-tabs {
  overflow-y: visible;
  background-color: #22a3e6; }
  .digital-retailing-tabs .tab-content {
    margin-top: 1px; }
  .digital-retailing-tabs .ddc-heading-4 {
    color: #425968; }
  .digital-retailing-tabs .dr-tool {
    margin-top: 40px; }
  .digital-retailing-tabs .dr-tool-intro-message p {
    color: #ffffff; }
  .digital-retailing-tabs fieldset.hasDivider {
    border-color: #22a3e6; }
    .digital-retailing-tabs fieldset.hasDivider:after {
      background-color: #22a3e6; }
  .digital-retailing-tabs .h1 {
    color: #ebf2f3; }

.digital-retailing-sidebar-subheading {
  margin-top: 1px;
  font-size: 16px;
  font-weight: bold; }

.digital-retailing-content-sidebar {
  overflow: hidden; }
  .digital-retailing-content-sidebar .ddc-box-1, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel {
    margin: 0 0 20px;
    padding: 0 10px 20px;
    border: 0;
    background-color: #ebf2f3; }
    .digital-retailing-content-sidebar .ddc-box-1 h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1 h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel h3 {
      margin-bottom: 0;
      border-top: 0;
      color: #425968; }
      .digital-retailing-content-sidebar .ddc-box-1 h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1 h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel h3:hover {
        text-decoration: underline; }
    .digital-retailing-content-sidebar .ddc-box-1.active h3, .digital-retailing-content-sidebar .ddc-box-1.currentPage h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.active h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.currentPage h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel.active h3, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel.currentPage h3 {
      color: #425968; }
      .digital-retailing-content-sidebar .ddc-box-1.active h3:hover, .digital-retailing-content-sidebar .ddc-box-1.currentPage h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.active h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.currentPage h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel.active h3:hover, .digital-retailing-content-sidebar .ddc-box-1 + .ddc-box-1.panel.currentPage h3:hover {
        text-decoration: none; }
  .digital-retailing-content-sidebar h3.panel-heading {
    padding-top: 10px; }
    .digital-retailing-content-sidebar h3.panel-heading:hover {
      color: #425968; }
      .digital-retailing-content-sidebar h3.panel-heading:hover .ddc-icon-expand-circle {
        color: #425968;
        background-color: transparent; }
  .digital-retailing-content-sidebar .vcard {
    padding: 0; }

.dr-form-steps {
  border-top: 2px solid #d7d4dc;
  margin-bottom: 20px; }
  .digital-retailing-tabs .dr-form-steps {
    border-top: none; }
  .dr-form-steps li:before {
    border-color: #ebf2f3;
    background-color: #ebf2f3;
    margin-bottom: 25px;
    -webkit-transition: background-color, 0.3s, ease-out;
    -moz-transition: background-color, 0.3s, ease-out;
    -o-transition: background-color, 0.3s, ease-out;
    transition: background-color, 0.3s, ease-out; }
  .dr-form-steps li.dr-form-step-clickable:before {
    border-color: #22a3e6;
    border-radius: 50%;
    height: 38px;
    margin-bottom: 6px; }
  .dr-form-steps li.dr-form-step-clickable:hover:before {
    background-color: #ebf2f3;
    border-color: #22a3e6;
    color: #425968;
    margin-bottom: 6px; }
  .dr-form-steps li.current:before {
    color: #425968;
    border-color: #f26619;
    background-color: #ebf2f3;
    margin-bottom: 6px; }
  .dr-form-steps li.current:hover:before {
    background-color: #ebf2f3;
    border-color: #f26619;
    margin-bottom: 6px; }
  .dr-form-steps li.complete {
    color: #425968; }

.digital-retailing-form .ddc-input-label-checkbox-group input:checked + label:before, .digital-retailing-form .ddc-input-label-checkbox-group label.checked:before, .digital-retailing-form .ddc-input-label-trigger-group input:checked + label, .digital-retailing-form .ddc-input-label-trigger-group label.digital-retailing-label-input-active, .digital-retailing-form .ddc-pseudo-radio input:checked + label:after, .digital-retailing-form .ddc-pseudo-radio-prefix input:checked + label:before, .digital-retailing-form .ddc-pseudo-radio-prefix label.checked:before {
  font-weight: bold;
  color: #ebf2f3;
  border-color: #22a3e6;
  background-color: #22a3e6;
  box-shadow: 0 0 4px #22a3e6; }
.digital-retailing-form select, .digital-retailing-form select.ddc-form-control, .digital-retailing-form .ddc-form-group-container {
  padding-right: 33px; }
.digital-retailing-form label {
  color: #22a3e6; }
.digital-retailing-form .ddc-input-label-trigger-group label {
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 42px; }
.digital-retailing-form .ddc-input-group .ddc-input-group-addon {
  left: 15px;
  line-height: 36px; }
.digital-retailing-form .ddc-input-label-checkbox-group label:before {
  color: #22a3e6;
  border-color: #22a3e6;
  background-color: #ebf2f3; }
.digital-retailing-form .ddc-radio-group-collapsed .ddc-input-label-trigger-group label {
  color: #425968;
  border-color: #22a3e6;
  background: #ebf2f3; }
  .digital-retailing-form .ddc-radio-group-collapsed .ddc-input-label-trigger-group label.digital-retailing-label-input-active {
    color: #ebf2f3;
    background: #22a3e6; }

.ddc-toggle-group .ddc-toggle {
  font-weight: normal;
  border-color: #425968; }
  .ddc-toggle-group .ddc-toggle.active, .ddc-toggle-group .ddc-toggle.currentPage {
    color: #ebf2f3;
    border-color: #22a3e6;
    background-color: #22a3e6;
    box-shadow: 0 0 4px #22a3e6; }

.disclaimers-trigger {
  padding-top: 5px; }
  .disclaimers-trigger a {
    text-decoration: none; }
  .disclaimers-trigger .ddc-icon-info {
    color: #425968; }

.dr-finance-disclaimers a {
  text-decoration: none; }
  .dr-finance-disclaimers a .ddc-icon-info {
    color: #425968; }

.dr-tab-navigation .togglePopover .ddc-icon {
  color: #425968; }
[data-digital-retail-link='prequal'] + .togglePopover {
  position: relative;
  left: -1em; }
.reserve-it-now-available + .togglePopover .ddc-icon, .reserve-it-now-unavailable + .togglePopover .ddc-icon {
  position: relative;
  top: 1px; }

.dr-integrated .calculate-payments-content {
  background-color: #ebf2f3; }

.calculator-payment-review .calculator-total {
  color: #f26619; }
.calculator-payment-review .ddc-dl-divider, .calculator-payment-review .ddc-dl-divider + dd {
  margin-top: 10px; }
.calculator-payment-review dd {
  margin-left: 0; }
.calculator-payment-review dt {
  width: 100px; }
.calculator-payment-review dt.ddc-dl-divider-large {
  width: 85px;
  margin-top: 30px; }
  .calculator-payment-review dt.ddc-dl-divider-large + dd {
    margin-left: 95px;
    font-size: 22px; }

.calculator-payments-tabs {
  background-color: #ebf2f3; }
  .calculator-payments-tabs li {
    padding: 0px;
    border: none; }
    .calculator-payments-tabs li:first-child {
      border-right: none; }
    .calculator-payments-tabs li:last-child {
      border-right: none; }
    .calculator-payments-tabs li:hover .calculator-payments-results-text span {
      opacity: 1; }
    .calculator-payments-tabs li.active, .calculator-payments-tabs li.currentPage {
      bottom: auto;
      background: #ebf2f3; }
      .calculator-payments-tabs li.active:hover .calculator-payments-results-text, .calculator-payments-tabs li.currentPage:hover .calculator-payments-results-text {
        background-color: transparent; }
      .calculator-payments-tabs li.active .calculator-payments-results-text, .calculator-payments-tabs li.currentPage .calculator-payments-results-text {
        color: #425968;
        background-color: transparent; }
        .calculator-payments-tabs li.active .calculator-payments-results-text span, .calculator-payments-tabs li.currentPage .calculator-payments-results-text span {
          opacity: 1; }
      .calculator-payments-tabs li.active .calculator-total, .calculator-payments-tabs li.currentPage .calculator-total {
        font-size: 33px; }
      .calculator-payments-tabs li.active .calculator-payments-tab-text.calculator-payments-tab-text-error strong, .calculator-payments-tabs li.currentPage .calculator-payments-tab-text.calculator-payments-tab-text-error strong {
        color: #425968; }
      .calculator-payments-tabs li.active .calculator-type, .calculator-payments-tabs li.currentPage .calculator-type, .calculator-payments-tabs li.active .duration, .calculator-payments-tabs li.currentPage .duration {
        font-size: 22px; }
    .calculator-payments-tabs li .calculator-payments-results-text {
      background-color: #22a3e6;
      color: #ffffff;
      padding: 8px;
      border: 1px solid #ebf2f3; }
      .calculator-payments-tabs li .calculator-payments-results-text span {
        opacity: 0.7; }
    .calculator-payments-tabs li .calculator-payments-tab-text.calculator-payments-tab-text-error strong {
      font-size: 32px; }

.calculator-payment-dealertrack-form-wrapper {
  background-color: transparent; }
  .calculator-payment-dealertrack-form-wrapper label {
    padding: 0 1px; }
  .calculator-payment-dealertrack-form-wrapper .calculator-inputs {
    padding-bottom: 20px; }
  .calculator-payment-dealertrack-form-wrapper .ddc-content {
    overflow: visible; }
  .calculator-payment-dealertrack-form-wrapper .ddc-btn-primary, .calculator-payment-dealertrack-form-wrapper .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .calculator-payment-dealertrack-form-wrapper a {
    float: right; }
  .calculator-payment-dealertrack-form-wrapper .payment-calculator-lead-cancel {
    color: #425968; }
  .calculator-payment-dealertrack-form-wrapper .calculator-payment-dealertrack-loan .ddc-toggle-group {
    min-height: 0; }
  .calculator-payment-dealertrack-form-wrapper .calculator-payment-dealertrack-loan .calculator-payment-dealertrack-lender {
    font-size: 13px; }
  .calculator-payment-dealertrack-form-wrapper .calculator-inputs .ddc-input-group .ddc-form-control + .ddc-input-group-addon {
    top: 3px;
    right: 7px; }

.calculator-payment-dealertrack-validation-error {
  background-color: rgba(255, 10, 40, 0.8);
  height: auto;
  overflow: hidden;
  padding: 10px 15px; }

#dr-content-payment .payment-calculator-confirm {
  background-color: #ebf2f3; }

.finance-application-container {
  padding: 0 0 40px;
  background-color: #ebf2f3; }
  .finance-application-container .finance-application-sections {
    padding: 20px 20px 0; }
  .finance-application-container div.dr-finance-disclaimers {
    margin: 0 20px; }

.finance-application-section {
  min-height: 0; }

.finance-application-steps li {
  font-size: 13px;
  width: 25%; }

.finance-prequal-container {
  background-color: #ebf2f3;
  padding: 0 14px 17px; }

.finance-prequal-steps {
  height: auto; }
  .finance-prequal-steps li {
    font-size: 15px;
    width: 33%; }

.payment-calculator-confirm .ddc-icon, .finance-driver-prequalification-confirm .ddc-icon, .finance-driver-application-confirm .ddc-icon {
  font-size: 22px; }

.finance-driver-application .finance-application-container, .dr-integrated .digital-retailing-container-main, .paymentdriver-integrated-group > .ddc-content {
  border: 0; }

.digital-retailing-tabs .finance-driver-prequalification-confirm .h1, .digital-retailing-tabs .finance-driver-application-confirm .h1 {
  color: #425968; }

.reserve-it-now-container .h1 {
  color: #ebf2f3; }

.reserve-it-now-confirm-group .message-reserved .h1 {
  color: #425968; }
  .digital-retailing-container-main .reserve-it-now-confirm-group .message-reserved .h1 {
    color: #425968; }

.confirm-default .ddc-icon-circle-check, .reserve-it-now-confirm-group .ddc-icon-alert {
  vertical-align: text-top;
  font-size: 31px; }

.protection-driver-default .protection-items {
  margin-bottom: 0;
  border: 1px solid #ebf2f3;
  background-color: #ebf2f3; }
.protection-driver-default .protection-item {
  border-bottom: 1px solid #425968;
  color: #425968; }
  .protection-driver-default .protection-item:hover {
    color: #ebf2f3;
    background-color: #22a3e6; }
    .protection-driver-default .protection-item:hover a.toggle {
      color: #ebf2f3; }
  .protection-driver-default .protection-item img {
    border: 0; }
.protection-driver-default .disclaimers-trigger {
  padding: 10px;
  border-top: 1px solid #425968;
  background-color: #ebf2f3; }

.tradedriver-confirm .ddc-icon-circle-check:before {
  vertical-align: text-top; }

.digital-retailing-form .questions .tradedriver-form-group {
  padding: 10px 20px; }
.digital-retailing-form .sub-questions .tradedriver-form-group:nth-child(odd) {
  background-color: #ebf2f3; }

.tradedriver-quote-date-range {
  margin-right: 0; }

.tradedriver-quote-value {
  color: #f26619; }

.tradedriver-section {
  height: auto; }
  .tradedriver-section .ddc-form-group {
    background: none; }
  .tradedriver-section fieldset.hasDivider:after {
    bottom: -15px;
    color: #ebf2f3; }
  .tradedriver-section.tradedriver-quote-complete {
    height: auto;
    padding-bottom: 40px; }

.tradedriver-sections {
  background-color: #ebf2f3; }

.tradedriver-steps li {
  font-size: 15px;
  width: 25%; }

.tradedriver-vehicle-summary-item {
  color: #22a3e6; }

.mycars.has-digital-retailing .digital-retailing-summary-section .ddc-icon-checkmark {
  color: #f26619; }
.mycars.has-digital-retailing .dr-not-started {
  color: #22a3e6; }
.mycars.has-digital-retailing .dr-summary-title {
  color: #000000; }
  .mycars.has-digital-retailing .dr-summary-title strong {
    color: #000000; }
.mycars.has-digital-retailing .vehicle-price {
  color: #000000; }
.mycars-integration-header .mycars.has-digital-retailing.mycars a {
  color: #22a3e6; }
.mycars-integration-header .mycars.has-digital-retailing.mycars .ddc-btn, .mycars-integration-header .mycars.has-digital-retailing.mycars .featured-compact .view-all-link, .featured-compact .mycars-integration-header .mycars.has-digital-retailing.mycars .view-all-link {
  color: #ffffff; }
.mycars.has-digital-retailing .digital-retailing-summary dd span:first-child {
  color: #000000; }
.mycars.has-digital-retailing .toolbox-content {
  color: #000000; }

.finance-driver-prequalification {
  padding-top: 20px;
  margin-top: 30px; }
  .finance-driver-prequalification .finance-prequal-section h4 {
    font-size: 19px;
    margin: 15px 0; }

.protectiondriver-container strong.errors {
  color: #ff0a28; }

.content-disclaimer {
  margin-top: 20px;
  color: #af9696; }
  .stripe-background .content-disclaimer {
    color: #ebf2f3;
    line-height: 1.25em;
    padding: 20px; }
  @media only screen and (orientation: portrait) {
    .content-disclaimer .xsmall {
      font-size: 16px; }
 }

.employment-listing {
  margin: 20px 20px 80px 0; }
  .employment-listing div div {
    margin-bottom: 20px; }
    .employment-listing div div div {
      margin-bottom: 0; }

.finance-lead {
  margin: 40px 10px 60px 0; }

.inventory-detail-highlighted-features {
  margin-top: 15px; }

.hours-default li {
  color: #425968;
  padding: 0.25em 0; }
.hours-default .today {
  color: #141414; }
.hours-default .value {
  float: right; }

.inventory-listing-default .inventoryList li, .showroom-detail .inventoryList li, .mycars-favorites .inventoryList li {
  position: relative;
  margin-bottom: 5px; }
.inventory-listing-default .multiple-prices li, .showroom-detail .multiple-prices li, .mycars-favorites .multiple-prices li {
  margin-bottom: 2px; }
.inventory-listing-default .hproduct, .showroom-detail .hproduct, .mycars-favorites .hproduct {
  margin-bottom: 20px;
  padding: 15px 20px 10px 20px;
  border: solid 1px #ebf2f3;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  border-bottom: 60px solid #ebf2f3; }
  .inventory-listing-default .hproduct:before, .inventory-listing-default .hproduct:after, .showroom-detail .hproduct:before, .showroom-detail .hproduct:after, .mycars-favorites .hproduct:before, .mycars-favorites .hproduct:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventory-listing-default .hproduct:after, .showroom-detail .hproduct:after, .mycars-favorites .hproduct:after {
    clear: both; }
  .ie8 .inventory-listing-default .hproduct, .ie8 .showroom-detail .hproduct, .ie8 .mycars-favorites .hproduct {
    border-bottom-color: #dbe8e9; }
  .inventory-listing-default .hproduct .media, .showroom-detail .hproduct .media, .mycars-favorites .hproduct .media {
    margin-top: 35px;
    width: 240px; }
    .inventory-listing-default .hproduct .media img, .showroom-detail .hproduct .media img, .mycars-favorites .hproduct .media img {
      width: 240px;
      height: auto;
      border: 1px solid #ebf2f3; }
  .inventory-listing-default .hproduct .fn, .showroom-detail .hproduct .fn, .mycars-favorites .hproduct .fn {
    position: absolute;
    max-height: 22px;
    margin-bottom: 0.5em; }
    .inventory-listing-default .hproduct .fn a, .showroom-detail .hproduct .fn a, .mycars-favorites .hproduct .fn a {
      color: inherit;
      text-decoration: none;
      text-overflow: ellipsis;
      width: 666px;
      display: block;
      overflow: hidden;
      white-space: nowrap; }
      .inventory-listing-default .hproduct .fn a:hover, .showroom-detail .hproduct .fn a:hover, .mycars-favorites .hproduct .fn a:hover {
        text-decoration: underline; }
  .inventory-listing-default .hproduct .has-eprice span[data-eprice='true'], .showroom-detail .hproduct .has-eprice span[data-eprice='true'], .mycars-favorites .hproduct .has-eprice span[data-eprice='true'] {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
  .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a, .showroom-detail .hproduct .has-eprice .ddc-btn-primary, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a {
    width: 100%;
    display: block; }
    .inventory-listing-default .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .inventory-listing-default .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .inventory-listing-default .hproduct .has-eprice a .ui-button-text, .showroom-detail .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .showroom-detail .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .showroom-detail .hproduct .has-eprice a .ui-button-text, .mycars-favorites .hproduct .has-eprice .ddc-btn-primary .ui-button-text, .mycars-favorites .hproduct .has-eprice .service-coupon-slide .get-offer a .ui-button-text, .service-coupon-slide .get-offer .mycars-favorites .hproduct .has-eprice a .ui-button-text {
      color: #425968; }
  .inventory-listing-default .hproduct .view-link, .showroom-detail .hproduct .view-link, .mycars-favorites .hproduct .view-link {
    position: absolute;
    right: 20px;
    bottom: 14px; }
  .inventory-listing-default .hproduct .description, .showroom-detail .hproduct .description, .mycars-favorites .hproduct .description {
    width: 37%;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 35px;
    font-size: 13px; }
    .inventory-listing-default .hproduct .description dl, .showroom-detail .hproduct .description dl, .mycars-favorites .hproduct .description dl {
      margin: 0; }
      .inventory-listing-default .hproduct .description dl:before, .inventory-listing-default .hproduct .description dl:after, .showroom-detail .hproduct .description dl:before, .showroom-detail .hproduct .description dl:after, .mycars-favorites .hproduct .description dl:before, .mycars-favorites .hproduct .description dl:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .inventory-listing-default .hproduct .description dl:after, .showroom-detail .hproduct .description dl:after, .mycars-favorites .hproduct .description dl:after {
        clear: both; }
      .inventory-listing-default .hproduct .description dl .separator, .showroom-detail .hproduct .description dl .separator, .mycars-favorites .hproduct .description dl .separator {
        display: none; }
    .inventory-listing-default .hproduct .description dt, .showroom-detail .hproduct .description dt, .mycars-favorites .hproduct .description dt {
      width: 38%;
      font-weight: normal; }
    .inventory-listing-default .hproduct .description dd, .showroom-detail .hproduct .description dd, .mycars-favorites .hproduct .description dd {
      width: 62%;
      font-weight: bold;
      color: #141414; }
    .inventory-listing-default .hproduct .description .ddc-more, .showroom-detail .hproduct .description .ddc-more, .mycars-favorites .hproduct .description .ddc-more {
      display: none; }
    .inventory-listing-default .hproduct .description .packages, .showroom-detail .hproduct .description .packages, .mycars-favorites .hproduct .description .packages {
      margin-top: 10px; }
  .inventory-listing-default .hproduct .calloutDetails ul li, .showroom-detail .hproduct .calloutDetails ul li, .mycars-favorites .hproduct .calloutDetails ul li {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 32%;
    margin: 10px 0;
    height: 30px; }
    .inventory-listing-default .hproduct .calloutDetails ul li .bonusTag, .showroom-detail .hproduct .calloutDetails ul li .bonusTag, .mycars-favorites .hproduct .calloutDetails ul li .bonusTag {
      position: relative;
      height: inherit;
      display: inline-block; }
      .inventory-listing-default .hproduct .calloutDetails ul li .bonusTag:hover .bonusTag-tooltip, .showroom-detail .hproduct .calloutDetails ul li .bonusTag:hover .bonusTag-tooltip, .mycars-favorites .hproduct .calloutDetails ul li .bonusTag:hover .bonusTag-tooltip {
        margin-top: 10px;
        opacity: 1;
        visibility: visible; }
    .inventory-listing-default .hproduct .calloutDetails ul li img, .showroom-detail .hproduct .calloutDetails ul li img, .mycars-favorites .hproduct .calloutDetails ul li img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
    .inventory-listing-default .hproduct .calloutDetails ul li._comments, .showroom-detail .hproduct .calloutDetails ul li._comments, .mycars-favorites .hproduct .calloutDetails ul li._comments {
      display: block;
      height: auto;
      text-align: left;
      width: 100%; }
  .inventory-listing-default .hproduct .badge-in-transit, .showroom-detail .hproduct .badge-in-transit, .mycars-favorites .hproduct .badge-in-transit {
    display: block;
    width: 80px;
    height: 30px;
    background-image: url('/v8/global/images/franchise/white/logo-certified-dealer-ordered.gif'); }
    .inventory-listing-default .hproduct .badge-in-transit img, .showroom-detail .hproduct .badge-in-transit img, .mycars-favorites .hproduct .badge-in-transit img {
      display: none; }
.inventory-listing-default .incentive-list li, .showroom-detail .incentive-list li, .mycars-favorites .incentive-list li {
  margin-top: 10px; }
  .inventory-listing-default .incentive-list li a, .inventory-listing-default .incentive-list li span, .showroom-detail .incentive-list li a, .showroom-detail .incentive-list li span, .mycars-favorites .incentive-list li a, .mycars-favorites .incentive-list li span {
    font-size: 13px;
    padding-left: 0; }
.inventory-listing-default .item-compare, .inventory-listing-default .alert-set, .showroom-detail .item-compare, .showroom-detail .alert-set, .mycars-favorites .item-compare, .mycars-favorites .alert-set {
  position: absolute; }
  .inventory-listing-default .item-compare label, .inventory-listing-default .alert-set label, .showroom-detail .item-compare label, .showroom-detail .alert-set label, .mycars-favorites .item-compare label, .mycars-favorites .alert-set label {
    border-radius: 6px;
    border-width: 0;
    margin-top: 0;
    padding: 11px;
    font-size: 13px;
    line-height: 0.9;
    font-family: "Ford Antenna Medium", "Trebuchet MS", sans-serif; }
    .inventory-listing-default .item-compare label input, .inventory-listing-default .alert-set label input, .showroom-detail .item-compare label input, .showroom-detail .alert-set label input, .mycars-favorites .item-compare label input, .mycars-favorites .alert-set label input {
      margin: 0 10px 0 0; }
  .inventory-listing-default .item-compare .ddc-form-group, .inventory-listing-default .alert-set .ddc-form-group, .showroom-detail .item-compare .ddc-form-group, .showroom-detail .alert-set .ddc-form-group, .mycars-favorites .item-compare .ddc-form-group, .mycars-favorites .alert-set .ddc-form-group {
    margin: 0; }
  .inventory-listing-default .item-compare .compare-submit-link, .inventory-listing-default .item-compare .compare-submit-link.disabled, .inventory-listing-default .alert-set .compare-submit-link, .inventory-listing-default .alert-set .compare-submit-link.disabled, .showroom-detail .item-compare .compare-submit-link, .showroom-detail .item-compare .compare-submit-link.disabled, .showroom-detail .alert-set .compare-submit-link, .showroom-detail .alert-set .compare-submit-link.disabled, .mycars-favorites .item-compare .compare-submit-link, .mycars-favorites .item-compare .compare-submit-link.disabled, .mycars-favorites .alert-set .compare-submit-link, .mycars-favorites .alert-set .compare-submit-link.disabled {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    position: relative;
    top: -29px;
    left: 30px;
    font-size: 12px;
    background-color: #f26619;
    color: #ffffff;
    text-decoration: none;
    padding: 11px 6px;
    border-width: 0;
    border-radius: 0 6px 6px 0; }
    .inventory-listing-default .item-compare .compare-submit-link:hover, .inventory-listing-default .item-compare .compare-submit-link.disabled:hover, .inventory-listing-default .alert-set .compare-submit-link:hover, .inventory-listing-default .alert-set .compare-submit-link.disabled:hover, .showroom-detail .item-compare .compare-submit-link:hover, .showroom-detail .item-compare .compare-submit-link.disabled:hover, .showroom-detail .alert-set .compare-submit-link:hover, .showroom-detail .alert-set .compare-submit-link.disabled:hover, .mycars-favorites .item-compare .compare-submit-link:hover, .mycars-favorites .item-compare .compare-submit-link.disabled:hover, .mycars-favorites .alert-set .compare-submit-link:hover, .mycars-favorites .alert-set .compare-submit-link.disabled:hover {
      color: #ffffff;
      background-color: #003478; }
.inventory-listing-default .selected .compare-submit-link, .showroom-detail .selected .compare-submit-link, .mycars-favorites .selected .compare-submit-link {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 150ms ease-in;
  -moz-transition: opacity 150ms ease-in;
  -o-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in; }
  .inventory-listing-default .selected .compare-submit-link.disabled, .showroom-detail .selected .compare-submit-link.disabled, .mycars-favorites .selected .compare-submit-link.disabled {
    opacity: 0;
    z-index: -1; }

.inventory-listing-default .hproduct .pricing-area {
  width: 24%;
  margin-top: 35px; }
  .inventory-listing-default .hproduct .pricing-area li:before, .inventory-listing-default .hproduct .pricing-area li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .inventory-listing-default .hproduct .pricing-area li:after {
    clear: both; }
  .inventory-listing-default .hproduct .pricing-area .label, .inventory-listing-default .hproduct .pricing-area .value {
    font-size: 16px;
    font-weight: normal; }
  .inventory-listing-default .hproduct .pricing-area .label {
    max-width: 80px;
    text-align: left;
    white-space: normal;
    font-size: 13px; }
  .inventory-listing-default .hproduct .pricing-area .abSub {
    width: 100%;
    border-bottom: 1px dashed #425968; }
  .inventory-listing-default .hproduct .pricing-area .abSub .value, .inventory-listing-default .hproduct .pricing-area .abSub a, .inventory-listing-default .hproduct .pricing-area .rebate .value, .inventory-listing-default .hproduct .pricing-area .rebate a {
    color: #425968;
    text-decoration: none; }
  .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate, .inventory-listing-default .hproduct .pricing-area .stackedRebate {
    display: block; }
    .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate:before, .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate:after, .inventory-listing-default .hproduct .pricing-area .stackedRebate:before, .inventory-listing-default .hproduct .pricing-area .stackedRebate:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate:after, .inventory-listing-default .hproduct .pricing-area .stackedRebate:after {
      clear: both; }
    .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a, .inventory-listing-default .hproduct .pricing-area .stackedRebate a {
      font-weight: bold;
      color: #22a3e6;
      text-decoration: underline; }
      .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a .label, .inventory-listing-default .hproduct .pricing-area .stackedRebate a .label {
        color: #22a3e6;
        text-decoration: inherit; }
      .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a .value, .inventory-listing-default .hproduct .pricing-area .stackedRebate a .value {
        color: #22a3e6;
        text-decoration: none; }
    .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a.dialog:hover, .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a.dialog:hover .label, .inventory-listing-default .hproduct .pricing-area .stackedConditionalRebate a.dialog:hover .value, .inventory-listing-default .hproduct .pricing-area .stackedRebate a.dialog:hover, .inventory-listing-default .hproduct .pricing-area .stackedRebate a.dialog:hover .label, .inventory-listing-default .hproduct .pricing-area .stackedRebate a.dialog:hover .value {
      color: #003478; }
  .inventory-listing-default .hproduct .pricing-area .discount .value:before, .inventory-listing-default .hproduct .pricing-area .abSub .value:before {
    content: "-"; }
  .inventory-listing-default .hproduct .pricing-area .multiple-prices .subtotal {
    border-bottom: 1px dashed #425968; }
  .inventory-listing-default .hproduct .pricing-area .stackedConditionalFinal {
    display: block; }
  .inventory-listing-default .hproduct .pricing-area .final-price .value {
    font-size: 20px;
    font-weight: bold; }
    .inventory-listing-default .hproduct .pricing-area .final-price .value.no-value {
      font-size: 16px; }
  .inventory-listing-default .hproduct .pricing-area .separator {
    display: none; }
.inventory-listing-default .hproduct .stackedFinal.final-price .value {
  font-size: 18px;
  font-weight: bold; }
.inventory-listing-default .hproduct .stackedFinal.final-price .label {
  font-weight: bold; }
.inventory-listing-default .hproduct .customWindowSticker .customWindowStickerButton {
  display: none; }
.inventory-listing-default .video, .inventory-listing-default .photos {
  text-decoration: none; }
.inventory-listing-default .incentive-list {
  margin-left: 250px;
  padding-top: 35px;
  width: 37%; }
.inventory-listing-default .view-incentives {
  float: left;
  margin: 5px 0 0 250px;
  width: 24%; }

.bonusTag-tooltip {
  background-color: #003478;
  border-radius: 4px;
  box-shadow: 0 2px 3px #001e45;
  color: #ffffff;
  font-size: 13px;
  left: -109px;
  line-height: 140%;
  margin-top: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 240px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .bonusTag-tooltip::before {
    content: '';
    background-color: transparent;
    height: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: -15px; }
  .bonusTag-tooltip::after {
    content: '';
    border-bottom: 8px solid #003478;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -7px; }

.conditionalIncentivesList {
  margin-top: 10px; }
  .conditionalIncentivesList strong {
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold; }

.conditional-incentive-list li, .conditional-incentive-list a {
  font-size: 13px; }

.showroom-detail .hproduct .pricing, .mycars-favorites .hproduct .pricing {
  width: 24%;
  margin-top: 40px; }
  .showroom-detail .hproduct .pricing li:before, .showroom-detail .hproduct .pricing li:after, .mycars-favorites .hproduct .pricing li:before, .mycars-favorites .hproduct .pricing li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .showroom-detail .hproduct .pricing li:after, .mycars-favorites .hproduct .pricing li:after {
    clear: both; }
  .showroom-detail .hproduct .pricing .label, .showroom-detail .hproduct .pricing .value, .mycars-favorites .hproduct .pricing .label, .mycars-favorites .hproduct .pricing .value {
    font-size: 16px;
    font-weight: normal; }
  .showroom-detail .hproduct .pricing .label, .mycars-favorites .hproduct .pricing .label {
    max-width: 110px;
    text-align: left;
    white-space: normal; }
  .showroom-detail .hproduct .pricing .abSub, .mycars-favorites .hproduct .pricing .abSub {
    width: 100%; }
  .showroom-detail .hproduct .pricing .abSub .value, .showroom-detail .hproduct .pricing .abSub a, .showroom-detail .hproduct .pricing .rebate .value, .showroom-detail .hproduct .pricing .rebate a, .mycars-favorites .hproduct .pricing .abSub .value, .mycars-favorites .hproduct .pricing .abSub a, .mycars-favorites .hproduct .pricing .rebate .value, .mycars-favorites .hproduct .pricing .rebate a {
    font-weight: bold;
    color: #f26619;
    text-decoration: underline; }
  .showroom-detail .hproduct .pricing.multiple-prices .final-price, .mycars-favorites .hproduct .pricing.multiple-prices .final-price {
    display: block;
    border-top: 1px solid #d7d4dc; }
  .showroom-detail .hproduct .pricing .final-price .value, .mycars-favorites .hproduct .pricing .final-price .value {
    font-size: 20px;
    font-weight: bold; }
    .showroom-detail .hproduct .pricing .final-price .value.no-value, .mycars-favorites .hproduct .pricing .final-price .value.no-value {
      font-size: 16px; }
  .showroom-detail .hproduct .pricing .separator, .mycars-favorites .hproduct .pricing .separator {
    display: none; }
.showroom-detail .incentive-list, .mycars-favorites .incentive-list {
  padding-left: 10px; }

.mycars-favorites .hproduct .pricing {
  min-height: 100px; }
  .mycars-favorites .hproduct .pricing li {
    margin-bottom: 10px; }

.incentives-search-default .type-1 {
  margin-top: 10px;
  background-color: #d7d4dc; }
.incentives-search-default .facet-group input[type="checkbox"] {
  left: 0;
  top: 3px; }
  .touch .incentives-search-default .facet-group input[type="checkbox"] {
    top: 8px;
    width: 16px;
    height: 16px; }
.incentives-search-default .facet-group label {
  padding-left: 18px;
  line-height: 1.2;
  font-weight: normal; }
  .touch .incentives-search-default .facet-group label {
    line-height: 2;
    padding-left: 20px; }

.vehicles-container {
  padding: 0;
  margin: 20px 0;
  position: relative; }
  .vehicles-container > li {
    width: 30%;
    height: 240px;
    padding: 0;
    margin: 0 3.333% 40px 0;
    border-radius: 0; }
    .vehicles-container > li h5 {
      margin: 0; }
    .vehicles-container > li img {
      width: 100%;
      padding: 10px 10px 0; }
    .vehicles-container > li .ddc-btn, .vehicles-container > li .featured-compact .view-all-link, .featured-compact .vehicles-container > li .view-all-link {
      position: absolute;
      bottom: 0; }

.incentives-search-detail .facet-group {
  width: 220px; }
.incentives-search-detail .nav-list li > a {
  display: block;
  padding: 10px 0;
  color: #141414;
  text-decoration: none; }
  .incentives-search-detail .nav-list li > a:hover {
    background-color: #ebf2f3;
    color: #003478; }
.incentives-search-detail .type-1 {
  margin-top: 10px;
  background-color: #d7d4dc; }

.current-trim img {
  padding: 10px;
  width: 100%;
  border-radius: 0; }
.current-trim .ddc-span4, .current-trim .yui3-u-1-3 {
  width: 50%; }
.current-trim .ddc-span8, .current-trim .yui3-u-2-3 {
  width: 50%; }

.offers-listing h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #af9696; }
  .offers-listing h3 a {
    color: #425968; }
.offers-listing article {
  margin: 0; }
  .offers-listing article h3 {
    border: none; }
  .offers-listing article header h4 {
    margin-bottom: 0;
    color: #af9696;
    font-style: italic;
    font-size: 13px; }
  .offers-listing article header h3 {
    font-weight: inherit; }

.incentive-content li {
  list-style: disc; }

.incentive-disclaimers ul {
  padding: 10px 0; }
.incentive-disclaimers li {
  list-style: none;
  font-size: 13px; }

.incentive-type-heading {
  padding: 0; }

.incentives-lead-default .type-1 {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none; }

.lnk-back:before {
  margin-right: -0.25em; }