@charset "UTF-8";
@import url("//hello.myfonts.net/count/2f0223");
.text-red {
  color: #ED0000;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * @license
 * MyFonts Webfont Build ID 3080739, 2015-08-25T13:09:53-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * Licensed pageviews: 20,000,000
 *
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * Licensed pageviews: 20,000,000
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * Licensed pageviews: 20,000,000
 *
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 * Licensed pageviews: 10,000,000
 *
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 * Licensed pageviews: 10,000,000
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * Licensed pageviews: 10,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3080739
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("/static/webfonts/2F0223_0_0.884dde633ca8.eot");
  src: url("/static/webfonts/2F0223_0_0.884dde633ca8.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_0_0.238f6c64bca8.woff2") format("woff2"), url("/static/webfonts/2F0223_0_0.f12957877e4b.woff") format("woff"), url("/static/webfonts/2F0223_0_0.2ba8bfa80d2a.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url("/static/webfonts/2F0223_1_0.30b7bb95cec3.eot");
  src: url("/static/webfonts/2F0223_1_0.30b7bb95cec3.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_1_0.048b4bd6c845.woff2") format("woff2"), url("/static/webfonts/2F0223_1_0.b994c420f5d8.woff") format("woff"), url("/static/webfonts/2F0223_1_0.9a8cab2c9f0e.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/static/webfonts/2F0223_2_0.18f9326dd4d8.eot");
  src: url("/static/webfonts/2F0223_2_0.18f9326dd4d8.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_2_0.4e2975f44d3d.woff2") format("woff2"), url("/static/webfonts/2F0223_2_0.617797b21f24.woff") format("woff"), url("/static/webfonts/2F0223_2_0.ae4fedd35e0f.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url("/static/webfonts/2F0223_3_0.db9d6312705e.eot");
  src: url("/static/webfonts/2F0223_3_0.db9d6312705e.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_3_0.11c0383d564a.woff2") format("woff2"), url("/static/webfonts/2F0223_3_0.4c8bb2a592fc.woff") format("woff"), url("/static/webfonts/2F0223_3_0.f995315aa4ce.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNovaS-Bold';
  src: url("/static/webfonts/2F0223_4_0.a0c1c9a12df0.eot");
  src: url("/static/webfonts/2F0223_4_0.a0c1c9a12df0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_4_0.7d8288e2a96d.woff2") format("woff2"), url("/static/webfonts/2F0223_4_0.fe1b15ae374e.woff") format("woff"), url("/static/webfonts/2F0223_4_0.4ce6b7e4ba10.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("/static/webfonts/2F0223_5_0.a398fced1208.eot");
  src: url("/static/webfonts/2F0223_5_0.a398fced1208.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/2F0223_5_0.514bc93ee888.woff2") format("woff2"), url("/static/webfonts/2F0223_5_0.b4dac972b6ba.woff") format("woff"), url("/static/webfonts/2F0223_5_0.a081b1a84b56.ttf") format("truetype");
}
/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #ccc;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 400;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 48em) {
  .flickity-prev-next-button {
    color: black;
    background-color: none;
    box-shadow: none;
  }
}
.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.bright {
  color: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 8px;
}

.flickity-prev-next-button.next {
  right: 8px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 8px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 8px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}
@media only screen and (min-width: 48em) {
  .flickity-prev-next-button .arrow {
    fill: #262626;
  }
}

.flickity-prev-next-button.bright .arrow {
  fill: #fff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: solid 2px #999;
}
.flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
  opacity: 0.5;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
  border-color: #ED0000;
  background-color: #ED0000;
}
.flickity-page-dots .dot.is-selected:hover, .flickity-page-dots .dot.is-selected:focus {
  opacity: 0.5;
}

/* MAIN NAV BUTTON STYLE ---- START > */
.main_nav_button {
  font-size: 21px;
  line-height: 60px;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .main_nav_button {
    width: 92%;
    font-size: 21px;
    padding: 0 20px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .main_nav_button {
    line-height: 100px;
    margin: 0 5px;
    height: 100%;
    position: relative;
    padding: 0;
    font-size: 30px;
    margin: 0 14px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, line-height 0.2s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, line-height 0.2s;
    transition: opacity 0.3s, transform 0.3s, line-height 0.2s;
  }
  .main_nav_button.condensed:after {
    top: 50px;
  }
  .main_nav_button:before {
    box-sizing: border-box;
  }
  .main_nav_button:after {
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .main_nav_button.selected:after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .main_nav_button.selected:hover::after, .main_nav_button.selected:focus::after {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .main_nav_button:hover::after, .main_nav_button:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media only screen and (min-width: 75.0625em) {
  .main_nav_button {
    font-size: 34px;
    margin: 0 24px;
  }
}
@media only screen and (min-width: 48em) {
  .main_nav_button {
    width: auto;
  }
}
@media only screen and (min-width: 62.0625em) {
  .main_nav_button:lang(fr) {
    font-size: 26px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .main_nav_button:lang(fr) {
    margin: 0 18px;
    font-size: 32px;
  }
}

/* MAIN NAV BUTTON STYLE ---- END < */
/* SUB NAV BUTTON STYLE ---- START > */
.sub_nav_button {
  color: #535353;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18px;
  font-size: 21px;
  border: none;
  position: relative;
  /*@media only screen and (min-width:62.0625em) {
  	&:hover {
  		border-bottom: solid 4px #737373;
  	}
  }*/
}
.sub_nav_button.selected {
  border-bottom: solid 2px;
  color: black;
}
@media only screen and (min-width: 62.0625em) {
  .sub_nav_button.selected {
    border-width: 0px;
  }
  .sub_nav_button.selected:after {
    height: 4px;
    opacity: 1;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .sub_nav_button.selected:hover::after, .sub_nav_button.selected:focus::after {
    height: 4px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.sub_nav_button.highlighted {
  color: #ED0000;
}
.sub_nav_button.highlighted:after {
  top: 24px;
  opacity: 1;
  height: 2px;
  background-color: #ED0000;
}
@media only screen and (min-width: 62.0625em) {
  .sub_nav_button.highlighted:after {
    top: 34px;
    height: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .sub_nav_button {
    font-size: 28px;
    line-height: 28px;
  }
  .sub_nav_button:lang(fr) {
    font-size: 26px;
    line-height: 28px;
  }
  .sub_nav_button:after {
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .sub_nav_button:hover::after, .sub_nav_button:focus::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media only screen and (min-width: 75.0625em) {
  .sub_nav_button:lang(fr) {
    font-size: 28px;
    line-height: 28px;
  }
}

/* SUB NAV BUTTON STYLE ---- END < */
/* GENERAL BUTTON STYLE ---- START > */
.button {
  border-radius: 10px;
  padding: 20px 40px;
  background-color: #ED0000;
  color: white;
  display: inline-block;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 62.0625em) {
  .button {
    font-size: 34px;
  }
}
.button:hover {
  opacity: 0.5;
  background-color: #ED0000;
  color: white;
}
.button.clear {
  background: transparent;
}

/* GENERAL BUTTON STYLE ---- END < */
/* TEXT BUTTON 1 STYLE ---- START >
	> Starts with an underline and underline pushes downward on hover
	> Highlight/selected is a different colour
*/
.button_text {
  font-size: 17px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: ProximaNova-Bold, sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, height 0.3s;
  -moz-transition: -moz-transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s;
}
.button_text.dark {
  color: #000000;
}
.button_text.highlight {
  color: #ED0000;
}
.button_text.normal-text {
  text-transform: none;
}
.button_text.hero {
  color: black;
}
@media only screen and (min-width: 48em) {
  .button_text.hero {
    color: white;
  }
}
.button_text:before {
  box-sizing: border-box;
}
.button_text:after {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  height: 2px;
  border-bottom: solid 2px;
  background: attr(data-bgcolor);
  content: attr(data-bgcolor);
  left: 0;
  -webkit-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: border-width 0.3s, height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .button_text:after {
    height: 3px;
    border-width: 3px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text:after {
    height: 4px;
    border-width: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text {
    font-size: 16px;
    line-height: 24px;
  }
  .button_text:hover::after, .button_text:focus::after {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media only screen and (min-width: 75.0625em) {
  .button_text {
    font-size: 22px;
    line-height: 24px;
  }
}
.button_text.wrap:before {
  box-sizing: border-box;
}
.button_text.wrap:after {
  box-sizing: border-box;
  position: static;
  height: 0px;
  border-bottom: none;
  background: none;
  content: '';
  left: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .button_text.wrap:after {
    height: 0px;
    border-width: 0px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text.wrap:after {
    height: 0px;
    border-width: 0px;
  }
}
.button_text.wrap:hover::after, .button_text.wrap:focus::after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.button_text.wrap span {
  position: relative;
}
.button_text.wrap span:before {
  box-sizing: border-box;
}
.button_text.wrap span:after {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  height: 2px;
  border-bottom: solid 2px;
  background: attr(data-bgcolor);
  content: attr(data-bgcolor);
  left: 0;
  -webkit-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: border-width 0.3s, height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .button_text.wrap span:after {
    height: 3px;
    border-width: 3px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text.wrap span:after {
    height: 4px;
    border-width: 4px;
  }
}
.button_text.wrap span:hover::after, .button_text.wrap span:focus::after {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

/* TEXT BUTTON 2 STYLE ---- START >
	> Starts without an underline and an underline appears downward on hover
	> Highlight/selected has underline that pushes downward on hover
*/
.button_text2 {
  font-size: 17px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: ProximaNova-Bold, sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, height 0.3s;
  -moz-transition: -moz-transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s;
}
.button_text2.dark {
  color: #000000;
}
.button_text2.selected:after {
  opacity: 1;
}
.button_text2.selected:hover::after, .button_text2.selected:focus::after {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.button_text2:after {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  height: 2px;
  opacity: 0;
  border-bottom: solid 2px;
  background: attr(data-bgcolor);
  content: attr(data-bgcolor);
  left: 0;
  -webkit-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: border-width 0.3s, height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: border-width 0.3s, height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .button_text2:after {
    height: 3px;
    border-width: 3px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text2:after {
    height: 4px;
    border-width: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .button_text2 {
    font-size: 22px;
    line-height: 24px;
  }
  .button_text2:hover, .button_text2:focus {
    opacity: 1;
  }
  .button_text2:hover::after, .button_text2:focus::after {
    opacity: 1;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.info-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin-left: 6px;
}

.info-circle:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.info-circle:hover {
  opacity: .5;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  box-sizing: border-box;
  display: none;
}

h3.model_price {
  font-size: 14px;
  margin: 0;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  line-height: 1.33;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  h3.model_price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 62.0625em) and (max-width: 75em) {
  h3.model_price {
    font-size: 24px;
    padding: 14px 0 4px;
  }
}
@media only screen and (min-width: 75.0625em) {
  h3.model_price {
    font-size: 28px;
    padding: 0;
    margin-top: 6px;
  }
}

h4.model_price {
  font-size: 9px;
  line-height: 1;
  margin: 0;
  font-family: ProximaNova-Regular, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  h4.model_price {
    font-size: 11px;
  }
}
@media only screen and (min-width: 62.0625em) {
  h4.model_price {
    font-size: 12px;
  }
}
@media only screen and (min-width: 75.0625em) {
  h4.model_price {
    font-size: 14px;
  }
}

input[type="text"] {
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
  border-radius: 10px;
  padding: 0 14px;
  background: white;
  display: inline-block;
}

/* loading dots */
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bold-red-link {
  color: #ED0000;
  font-family: "ProximaNova-Bold", sans-serif;
}

.bold-underline {
  font-family: "ProximaNova-Bold", sans-serif;
  text-decoration: underline;
}

.linear-gradient {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .linear-gradient:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    background: -webkit-linear-gradient( left , rgba(0, 0, 0, 0.8) 20%, transparent 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 20%, transparent 80%);
  }
  .linear-gradient:after img {
    display: block;
  }
}

.linear-gradient-all-size {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}

.linear-gradient-all-size:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  background: -webkit-linear-gradient( left , rgba(0, 0, 0, 0.6) 30%, transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 30%, transparent);
}
.linear-gradient-all-size:after img {
  display: block;
}

.linear-gradient-text {
  z-index: 1000;
}

.image-black-overlay {
  position: relative;
}

.image-black-overlay:after {
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.heading-2 {
  font-size: 35px;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 35px;
}
@media only screen and (min-width: 62.0625em) {
  .heading-2 {
    font-size: 42px;
    line-height: 42px;
  }
}

.heading-3 {
  text-transform: uppercase;
}

.vehicle-heading {
  font-size: 48px;
  line-height: 1;
  font-family: "Knockout 69 A", "Knockout 69 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  .vehicle-heading {
    font-size: 64px;
  }
}

.foot-notes {
  font-size: 9px;
  line-height: 16px;
}
@media only screen and (min-width: 62.0625em) {
  .foot-notes {
    font-size: 14px;
    line-height: 20px;
  }
}
.foot-notes ol {
  list-style: decimal inside;
}

.branduncap {
  text-transform: none;
}

.modal-text-padding {
  padding-right: 10%;
}

div.infoOverlay {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.infoOverlay.show {
  display: block;
  opacity: 1;
}
div.infoOverlay div.icontainer.bad {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 5%;
}
div.infoOverlay div.infoContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  background: white;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s;
  -webkit-transform: scale(0, 1) translate(0, 160px);
  -moz-transform: scale(0, 1) translate(0, 160px);
  -ms-transform: scale(0, 1) translate(0, 160px);
  -o-transform: scale(0, 1) translate(0, 160px);
  transform: scale(0, 1) translate(0, 160px);
  opacity: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer {
    width: 870px;
    left: 50%;
    margin-left: -435px;
    height: 680px;
    margin-top: -340px;
  }
}
div.infoOverlay div.infoContainer.show {
  -webkit-transform: scale(1, 1) translate(0, 0);
  -moz-transform: scale(1, 1) translate(0, 0);
  -ms-transform: scale(1, 1) translate(0, 0);
  -o-transform: scale(1, 1) translate(0, 0);
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}
div.infoOverlay div.infoContainer.eligible-vehicle {
  height: 70px;
}
div.infoOverlay div.infoContainer a.closeInfo {
  position: absolute;
  display: block;
  background: url("/static/vector/closex_w.b2e9cb5c1444.svg") no-repeat center center;
  z-index: 100;
  opacity: 0.6;
  background-size: 20px;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 20px;
  overflow: hidden;
}
div.infoOverlay div.infoContainer a.closeInfo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer a.closeInfo {
    background-size: 30px;
    width: 50px;
    height: 50px;
    top: 10px;
  }
  div.infoOverlay div.infoContainer a.closeInfo:hover, div.infoOverlay div.infoContainer a.closeInfo:focus {
    opacity: 0.1;
  }
}
div.infoOverlay div.infoContainer a.closeInfo.dark {
  background: url("/static/vector/closex.1ecf012764d2.svg") no-repeat center center;
}
div.infoOverlay div.infoContainer a.closeInfo.dark:hover, div.infoOverlay div.infoContainer a.closeInfo.dark:focus {
  opacity: 0.3;
}
div.infoOverlay div.infoContainer div.img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer div.img {
    height: 490px;
  }
}
div.infoOverlay div.infoContainer div.img img {
  opacity: 0;
}
div.infoOverlay div.infoContainer div.copy {
  position: relative;
  height: 30%;
  margin: 20px;
}
div.infoOverlay div.infoContainer div.copy.full-height {
  height: auto;
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer div.copy {
    margin: 20px;
    height: auto;
  }
}
div.infoOverlay div.infoContainer div.copy h2 {
  font-size: 21px;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.infoOverlay div.infoContainer div.copy h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer div.copy h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
div.infoOverlay div.infoContainer div.copy h2.price {
  position: absolute;
  right: 0;
  top: 0;
}
div.infoOverlay div.infoContainer div.copy p {
  font-size: 12px;
  line-height: 16px;
  color: black;
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.infoOverlay div.infoContainer div.copy p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
div.infoOverlay div.infoContainer iframe {
  height: 100%;
}

.colour-red {
  color: #ED0000;
}

.colour-black {
  color: black;
}

.colour-white {
  color: #FFFFFF;
}

.background-grey {
  background: #e6e6e6;
}

.background-white {
  background-color: #FFF;
}

.background-red {
  background-color: #ED0000;
}

body {
  font-family: ProximaNova-Regular, sans-serif;
  background: white;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  outline-color: #ED0000;
  color: #000000;
}

input {
  outline-color: #ED0000;
}

.siteContainer {
  position: relative;
  padding-top: 56px;
  z-index: 100;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .siteContainer {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .siteContainer {
    padding-top: 100px;
  }
}

.a11y_skip_menu {
  position: absolute;
  top: -199px;
  background: black;
  color: white;
  border: solid 1px red;
  padding: 10px;
  z-index: 100000;
}
.a11y_skip_menu a {
  color: white;
  padding: 0 6px;
}

.adminPanel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
  background: black;
  color: white;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.adminPanel.hidden {
  -webkit-transform: translateX(179px);
  -moz-transform: translateX(179px);
  -ms-transform: translateX(179px);
  -o-transform: translateX(179px);
  transform: translateX(179px);
}
.adminPanel.hidden ul li:first-child:before {
  content: '\00ab';
}
.adminPanel ul li {
  display: inline-block;
  padding: 14px 22px;
}
.adminPanel ul li:first-child {
  padding-right: 0px;
  cursor: pointer;
}
.adminPanel ul li:first-child:before {
  content: '\00bb';
  line-height: 17px;
  vertical-align: top;
}
.adminPanel ul li:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.adminPanel ul li a {
  color: white;
  position: relative;
}
.adminPanel ul li a:before {
  box-sizing: border-box;
}
.adminPanel ul li a:after {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  content: '';
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.offerBanner {
  position: fixed;
  background: #020d30;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  bottom: 0px;
  width: 100%;
  height: 90px;
  z-index: 10000;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .offerBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 728px;
    max-width: 728px;
    left: 50%;
    margin-left: -364px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
}
.offerBanner.show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.offerBanner div.banner {
  height: 100%;
}
.offerBanner a.closeBanner {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("/static/vector/closex_w.b2e9cb5c1444.svg") no-repeat 10px 10px;
  z-index: 100;
  background-size: 12px;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.offerBanner a.closeBanner:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 62.0625em) {
  .offerBanner a.closeBanner {
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
  }
}
.offerBanner img {
  position: absolute;
  width: 320px;
  height: 90px;
  left: 50%;
  margin-left: -160px;
  top: 0px;
}
@media only screen and (min-width: 48em) {
  .offerBanner img {
    left: 0px;
    top: 0px;
    margin-left: 0;
    margin-top: 0px;
    width: 728px;
    height: 90px;
  }
}

div.mobileLocationWarn {
  display: none;
  position: absolute;
  top: 56px;
  z-index: 10000;
  width: 100%;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: rgba(225, 225, 225, 0.5);
  color: black;
  font-size: 10px;
  padding: 4px 10px;
}

a.a11y_focus_anchor {
  display: inline-block;
  outline: none;
}

nav {
  position: fixed;
  z-index: 20000;
  width: 100%;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}

nav.background {
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  nav.background {
    background: white url("/static/vector/nav_logo_wedge.0f8a53378935.svg") no-repeat left top;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    display: block;
    z-index: 90;
  }
}
@media only screen and (min-width: 85.4375em) {
  nav.background {
    left: 50%;
    margin-left: -683px;
  }
}

nav.main {
  height: 56px;
  background: white;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.main {
    height: 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main {
    height: 100px;
  }
}
@media only screen and (min-width: 85.4375em) {
  nav.main {
    left: 50%;
    margin-left: -683px;
    width: 101%;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main.condensed {
    height: 60px;
  }
  nav.main.condensed:after {
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    content: " ";
    height: 5px;
    position: absolute;
    bottom: -5px;
    width: 100%;
  }
  nav.main.condensed a {
    line-height: 60px;
  }
  nav.main.condensed a.finddealer {
    line-height: 60px;
  }
  nav.main.condensed ul.menu li ul.dropdown {
    top: 60px;
  }
}
nav.main ul.menu {
  list-style: none;
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 56px;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  height: auto;
  z-index: 10000;
  display: none;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu {
    top: 75px;
    height: 56px;
    text-align: center;
    max-height: none;
    visibility: hidden;
    overflow: visible;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main ul.menu {
    visibility: visible;
    overflow-y: visible;
    display: block;
    position: static;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    top: auto;
    width: auto;
  }
}
nav.main ul.menu li {
  display: block;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 56px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main ul.menu li {
    line-height: 75px;
  }
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li:first-child a.menu_item {
    margin-left: 0;
  }
}
nav.main ul.menu li ul.dropdown {
  width: 100%;
  background: white;
  display: none;
  height: auto;
  margin: 0;
  text-align: left;
  overflow: hidden;
  font-size: 0;
  visibility: hidden;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li ul.dropdown {
    display: none;
    padding: 20px 20px 0 20px;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 56px;
    top: 56px;
    visibility: hidden;
    overflow: visible;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main ul.menu li ul.dropdown {
    top: 100px;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  nav.main ul.menu li ul.dropdown:after {
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
    content: " ";
    height: 5px;
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
  }
}
nav.main ul.menu li ul.dropdown li {
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  height: auto;
}
nav.main ul.menu li ul.dropdown li.allvehicle {
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li ul.dropdown li.allvehicle {
    border-top: solid 1px #e5e5e5;
  }
}
nav.main ul.menu li ul.dropdown li.allvehicle a {
  padding: 0px 14px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
nav.main ul.menu li ul.dropdown li.allvehicle a h3 {
  margin: 0;
  line-height: 54px;
}
@media only screen and (min-width: 62.0625em) {
  nav.main ul.menu li ul.dropdown li.allvehicle a h3 {
    line-height: 58px;
  }
}
nav.main ul.menu li ul.dropdown li a {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: left;
  padding: 6px;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.9s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s, background-color 0.9s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.9s;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li ul.dropdown li a {
    text-align: center;
    padding: 0 14px 20px;
    border-bottom: none;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  nav.main ul.menu li ul.dropdown li a.reveal {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 47.9375em) {
  nav.main ul.menu li ul.dropdown li a h3 {
    font-size: 21px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 47.9375em) {
  nav.main ul.menu li ul.dropdown li a h4 {
    font-size: 11px;
  }
}
nav.main ul.menu li ul.dropdown li a img {
  float: left;
  width: 40%;
  height: auto;
  top: 3px;
  max-width: 125px;
  max-height: 70px;
  margin-right: 20px;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li ul.dropdown li a img {
    display: block;
    float: none;
    width: 100%;
    right: auto;
    top: auto;
    margin-right: 0px;
    max-width: none;
    max-height: none;
  }
}
nav.main ul.menu li ul.dropdown li a:hover, nav.main ul.menu li ul.dropdown li a:focus {
  background: #eeeeee;
}
@media only screen and (min-width: 48em) {
  nav.main ul.menu li ul.dropdown li a:hover h3, nav.main ul.menu li ul.dropdown li a:focus h3 {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
nav.main a.logo {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 100%;
  background: url("/static/images/logo/mitsu_logo_l.b9bd9e2cea1f.jpg") no-repeat top left;
  overflow: hidden;
  background-size: 80px 56px;
  margin: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  nav.main a.logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/static/images/logo/mitsu_logo_l@2x.e835de471850.jpg");
    background-size: 80px 56px;
  }
}
nav.main a.logo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.main a.logo {
    width: 107px;
    background-size: 107px 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.logo {
    width: 142px;
    background-size: auto 100%;
  }
}
nav.main a.vehicles {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 47.9375em) {
  nav.main a.vehicles.active {
    background: #e0e0e0;
  }
}
nav.main a.vehicles i {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 13px;
  height: 100%;
  background: url("/static/images/vehicles_arrow.79ae06b05e30.png") no-repeat center right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  nav.main a.vehicles i {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/static/images/vehicles_arrow@2x.bd9d7cc2a26c.png");
    background-size: 13px 7px;
  }
}
@media only screen and (min-width: 48em) {
  nav.main a.vehicles i {
    right: 0px;
  }
}
nav.main a.vehicles i.open {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
nav.main a.search {
  position: absolute;
  right: 50px;
  background: url("/static/images/temp/icon_header_search.657fed738a0f.png") no-repeat center center;
  background-size: 20px;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
nav.main a.search:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  nav.main a.search {
    right: 60px;
    width: 60px;
    background-size: 31px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.search {
    margin: 0 25px 0 0;
    width: 32px;
    right: 0;
  }
  nav.main a.search:hover, nav.main a.search:focus {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.mn_finddealer {
    display: none;
  }
}
nav.main a.finddealer {
  position: absolute;
  right: 93px;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 63px;
  background: url("/static/vector/location_icon.06127f44aafc.svg") no-repeat center center;
  background-size: 22px 29px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.main a.finddealer {
    line-height: 85px;
    right: 114px;
    width: 60px;
    background-size: 24px 32px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.finddealer {
    background: none;
    position: relative;
    right: auto;
    line-height: 100px;
    width: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
nav.main a.finddealer span {
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.finddealer span {
    display: inline;
  }
}
nav.main a.finddealer i {
  font-size: 26px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.main a.finddealer i {
    font-size: 36px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.finddealer i {
    display: none;
  }
}
nav.main a.small_menu {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 100%;
  font-size: 20px;
  top: -1px;
  line-height: 56px;
  /*&.open {
  	background: url("/static/images/temp/icon_header_close.61ee4e1005ae.png") no-repeat center center;
  	background-size: 80%;
  }*/
}
nav.main a.small_menu div.burger {
  width: 24px;
  height: 25px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav.main a.small_menu div.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav.main a.small_menu div.burger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.main a.small_menu div.burger span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.main a.small_menu div.burger span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.main a.small_menu div.burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 0px;
}
nav.main a.small_menu div.burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
nav.main a.small_menu div.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}
nav.main a.small_menu span {
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.main a.small_menu {
    right: 20px;
    font-size: 30px;
    line-height: 75px;
    width: 30px;
    top: 9px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.main a.small_menu {
    display: none;
  }
}

nav.search {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 56px;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  nav.search.condensed {
    top: 0px;
    height: 56px;
  }
  nav.search.condensed a.close {
    top: 2px;
  }
  nav.search.condensed input {
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 48em) {
  nav.search {
    background-position: 20px center;
    background-size: 31px;
    height: 100%;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.search {
    background-position: 40px center;
    right: 0%;
    height: 100%;
  }
}
nav.search div.searchContainer {
  width: 100%;
  height: 100%;
  padding: 10px 0px 10px 40px;
  position: relative;
  background: white url("/static/images/temp/icon_header_search.657fed738a0f.png") no-repeat 10px center;
  visibility: hidden;
  background-size: 20px;
  -webkit-transform: translateX(700px);
  -moz-transform: translateX(700px);
  -ms-transform: translateX(700px);
  -o-transform: translateX(700px);
  transform: translateX(700px);
  -webkit-transition: -webkit-transform 0.4s, top 0.2s, visibility 0.5s;
  -moz-transition: -moz-transform 0.4s, top 0.2s, visibility 0.5s;
  transition: transform 0.4s, top 0.2s, visibility 0.5s;
}
nav.search div.searchContainer.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.search div.searchContainer {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
    padding-left: 60px;
    background-position: 20px center;
    background-size: 31px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.search div.searchContainer {
    -webkit-transform: translateX(1400px);
    -moz-transform: translateX(1400px);
    -ms-transform: translateX(1400px);
    -o-transform: translateX(1400px);
    transform: translateX(1400px);
    background-size: 31px;
    background-position: 40px center;
    padding-left: 80px;
  }
}
nav.search div.searchContainer a.close {
  display: block;
  position: absolute;
  right: 5px;
  background: url("/static/images/temp/icon_header_close.61ee4e1005ae.png") no-repeat center center;
  width: 32px;
  height: 100%;
  z-index: 100;
  top: 1px;
  background-size: 20px;
  overflow: hidden;
}
nav.search div.searchContainer a.close:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  nav.search div.searchContainer a.close {
    background-size: 25px;
    right: 0px;
    top: 0px;
  }
}
nav.search div.searchContainer a.close:hover, nav.search div.searchContainer a.close:focus {
  opacity: 0.5;
}
nav.search label {
  opacity: 0;
}
nav.search input {
  font-family: ProximaNova-Regular, sans-serif;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 14px;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  margin: 0;
  height: 38px;
  color: black;
  width: 80%;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.search input {
    padding: 0 20px 0 30px;
    font-size: 24px;
    height: 55px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.search input {
    height: 80px;
    width: 88%;
    font-size: 32px;
    padding: 0 20px 0 50px;
    line-height: 60px;
  }
}
nav.search input:focus {
  background: none;
}
nav.search #suggestions {
  display: none;
  border: #E6E6E6 1px solid;
  width: 80%;
  background: white;
}
@media only screen and (min-width: 62.0625em) {
  nav.search #suggestions {
    width: 88%;
  }
}
nav.search .search-suggestion {
  background: white;
  font-size: 11px;
  line-height: 22px;
  font-family: "ProximaNova", sans-serif;
}
nav.search .search-suggestion:hover {
  background: #ED0000;
}
@media only screen and (min-width: 62.0625em) {
  nav.search .search-suggestion {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px 0 50px;
  }
}

.sub-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 6px;
  margin-bottom: 20px;
}
.sub-nav a {
  font-size: 13px;
}
@media only screen and (min-width: 48em) {
  .sub-nav a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 48em) {
  .sub-nav {
    justify-content: space-between;
  }
}

footer.main {
  font-size: 0;
  background: black;
  color: white;
  position: relative;
  z-index: 91;
}
@media only screen and (min-width: 48em) {
  footer.main {
    padding: 40px 25px;
  }
}
footer.main div.awesome {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 10%;
  height: 100px;
  bottom: 80px;
}
footer.main div.awesome img {
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (min-width: 48em) {
  footer.main section {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
}
footer.main section.shopping, footer.main section.models, footer.main section.contact {
  padding: 0px 0px;
  margin-top: -1px;
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping, footer.main section.models, footer.main section.contact {
    margin-top: 0px;
  }
}
footer.main section.shopping h3, footer.main section.models h3, footer.main section.contact h3 {
  font-size: 21px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: solid 1px #202020;
  border-top: solid 1px #202020;
  padding: 0 20px;
  font-weight: 300;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping h3, footer.main section.models h3, footer.main section.contact h3 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    border: none;
    padding: 0;
  }
  footer.main section.shopping h3:lang(fr), footer.main section.models h3:lang(fr), footer.main section.contact h3:lang(fr) {
    font-size: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.shopping h3:lang(fr), footer.main section.models h3:lang(fr), footer.main section.contact h3:lang(fr) {
    font-size: 30px;
  }
}
footer.main section.shopping h3 a, footer.main section.models h3 a, footer.main section.contact h3 a {
  display: block;
  color: white;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
}
footer.main section.shopping h3 a span, footer.main section.models h3 a span, footer.main section.contact h3 a span {
  display: inline-block;
  width: 20px;
  height: 42px;
  float: right;
  background: url("/static/images/vehicles_arrow_w.4c0e672bc720.png") no-repeat center center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  footer.main section.shopping h3 a span, footer.main section.models h3 a span, footer.main section.contact h3 a span {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/static/images/vehicles_arrow_w@2x.4479680132a8.png");
    background-size: 13px 7px;
  }
}
footer.main section.shopping h3 a.open span, footer.main section.models h3 a.open span, footer.main section.contact h3 a.open span {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping h3 a, footer.main section.models h3 a, footer.main section.contact h3 a {
    font-size: 26px;
    letter-spacing: 0.04em;
    cursor: default;
  }
  footer.main section.shopping h3 a span, footer.main section.models h3 a span, footer.main section.contact h3 a span {
    background: none;
  }
  footer.main section.shopping h3 a:lang(fr), footer.main section.models h3 a:lang(fr), footer.main section.contact h3 a:lang(fr) {
    font-size: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.shopping h3 a, footer.main section.models h3 a, footer.main section.contact h3 a {
    font-size: 34px;
    margin-top: 6px;
  }
  footer.main section.shopping h3 a:lang(fr), footer.main section.models h3 a:lang(fr), footer.main section.contact h3 a:lang(fr) {
    font-size: 30px;
  }
}
footer.main section.shopping ul, footer.main section.models ul, footer.main section.contact ul {
  display: none;
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping ul, footer.main section.models ul, footer.main section.contact ul {
    display: block;
  }
}
footer.main section.shopping ul li, footer.main section.models ul li, footer.main section.contact ul li {
  display: block;
  padding: 0 30px;
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping ul li, footer.main section.models ul li, footer.main section.contact ul li {
    border: none;
    padding: 0;
    margin: 10px 0;
  }
  footer.main section.shopping ul li:lang(fr), footer.main section.models ul li:lang(fr), footer.main section.contact ul li:lang(fr) {
    margin: 10px 8px 10px 0;
  }
}
footer.main section.shopping ul li a, footer.main section.models ul li a, footer.main section.contact ul li a {
  line-height: 36px;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  footer.main section.shopping ul li a, footer.main section.models ul li a, footer.main section.contact ul li a {
    line-height: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.shopping ul li a, footer.main section.models ul li a, footer.main section.contact ul li a {
    line-height: 24px;
    font-size: 16px;
  }
}
footer.main section.models {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  footer.main section.models {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
  }
}
footer.main section.site_nav {
  padding: 40px 0 0;
}
@media only screen and (min-width: 48em) {
  footer.main section.site_nav {
    padding: 0;
  }
}
footer.main section.site_nav ul {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  footer.main section.site_nav ul {
    text-align: left;
  }
}
footer.main section.site_nav ul li a {
  display: block;
  padding: 0 10px;
  margin: 6px 0;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
footer.main section.site_nav ul li a span {
  border-right: solid 1px #202020;
}
footer.main section.site_nav ul li a:hover span, footer.main section.site_nav ul li a:focus span {
  border-color: transparent;
}
@media only screen and (min-width: 48em) {
  footer.main section.site_nav ul li a {
    display: inline-block;
    padding: 0;
    margin: 8px 0;
    border-right: none;
    font-weight: 700;
    line-height: 26px;
    font-size: 26px;
    letter-spacing: 0.04em;
  }
  footer.main section.site_nav ul li a:lang(fr) {
    line-height: 28px;
    font-size: 22px;
  }
  footer.main section.site_nav ul li a span {
    border-bottom: solid 2px white;
  }
  footer.main section.site_nav ul li a:hover span, footer.main section.site_nav ul li a:focus span {
    border-bottom: solid 2px transparent;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.site_nav ul li a {
    line-height: 34px;
    font-size: 34px;
  }
  footer.main section.site_nav ul li a:lang(fr) {
    line-height: 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 48em) {
  footer.main section.site_nav ul li:first-child a {
    margin-top: 0;
  }
}
footer.main section.site_nav ul li:last-child a {
  border: none;
}
@media only screen and (min-width: 48em) {
  footer.main section.site_nav ul li:last-child a span {
    border-bottom: solid 2px white;
  }
  footer.main section.site_nav ul li:last-child a:hover span, footer.main section.site_nav ul li:last-child a:focus span {
    border-bottom: solid 2px transparent;
  }
}
footer.main section.contacts {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
footer.main section.contact {
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 48em) {
  footer.main section.contact {
    padding: 0px 0;
  }
}
footer.main section.contact ul {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 48em) {
  footer.main section.contact ul {
    padding: 0px 0;
  }
}
footer.main section.contact ul li {
  border-bottom: none;
}
footer.main section.contact ul li a {
  display: block;
  padding: 0 10px;
}
footer.main section.contact div.location {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  footer.main section.contact div.location {
    text-align: left;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.location {
    margin-top: 30px;
  }
}
footer.main section.contact div.location h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.location h3 {
    font-size: 34px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.33;
    letter-spacing: 0.04em;
  }
}
footer.main section.contact div.location a {
  display: inline-block;
  border: none;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  footer.main section.contact div.location a {
    line-height: 20px;
    font-size: 14px;
  }
  footer.main section.contact div.location a:hover, footer.main section.contact div.location a:focus {
    border-bottom: solid 1px #6e6e6e;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.location a {
    line-height: 24px;
    font-size: 16px;
  }
}
footer.main section.contact div.thankyou {
  display: none;
}
footer.main section.contact div.thankyou h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.thankyou h3 {
    font-size: 34px;
    line-height: 1.33;
    letter-spacing: 0.04em;
  }
}
footer.main section.contact div.thankyou p {
  text-align: left;
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.thankyou p {
    font-size: 16px;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact div.thankyou a {
    font-size: 16px;
    line-height: 1.33;
  }
}
footer.main section.contact form {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  footer.main section.contact form {
    margin: 0;
  }
}
footer.main section.contact form label {
  width: 92%;
  margin: 0;
  color: #ddd;
  font-size: 10px;
  text-align: left;
}
footer.main section.contact form label.focus span, footer.main section.contact form label:hover span, footer.main section.contact form label.active span {
  background: url("/static/vector/radio_white.c755415d3492.svg") no-repeat -24px top;
}
footer.main section.contact form label span {
  background: url("/static/vector/radio_white.c755415d3492.svg") no-repeat left top;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
}
footer.main section.contact form h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (min-width: 62.0625em) {
  footer.main section.contact form h3 {
    font-size: 34px;
    line-height: 1.33;
    letter-spacing: 0.04em;
  }
}
footer.main section.contact form input[type="text"] {
  display: block;
  width: 100%;
  max-width: 250px;
  font-size: 22px;
  color: white;
  background: black;
  line-height: 42px;
  padding: 0 14px;
  margin-bottom: 10px;
}
footer.main section.contact form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
footer.main section.contact form a.submit {
  display: inline-block;
  padding: 0;
  margin: 14px 0 18px;
  height: 22px;
}
footer.main section.contact form a.submit:hover, footer.main section.contact form a.submit:focus, footer.main section.contact form a.submit:active {
  text-decoration: none;
  border: none;
}
footer.main section ul li {
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  footer.main section ul li {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  footer.main section ul li.blank {
    height: 20px;
  }
}
footer.main section ul li a {
  display: block;
  border: none;
  line-height: 24px;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  footer.main section ul li a {
    display: inline-block;
    font-weight: 300;
    border-bottom: solid 1px black;
    line-height: 40px;
    font-size: 16px;
  }
  footer.main section ul li a:hover span, footer.main section ul li a:focus span {
    border-bottom: solid 1px #6e6e6e;
  }
}
footer.main section div.spider {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  width: 100%;
  text-align: center;
}
footer.main section div.spider a {
  color: white;
  border-bottom: solid 1px white;
}
@media only screen and (min-width: 48em) {
  footer.main section div.spider a {
    border: none;
    cursor: default;
  }
}
@media only screen and (min-width: 48em) {
  footer.main section div.spider {
    font-size: 14px;
    line-height: 36px;
    width: auto;
  }
}
@media only screen and (min-width: 75.0625em) {
  footer.main section div.spider {
    font-size: 16px;
    line-height: 40px;
  }
}
footer.main section div.social {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  footer.main section div.social {
    margin-top: 30px;
    width: auto;
  }
}
footer.main section div.social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px white;
  margin: 0 14px 10px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
footer.main section div.social a:hover, footer.main section div.social a:focus {
  opacity: 0.5;
}
footer.main section div.social a.facebook {
  background-image: url("/static/vector/social_facebook.c2eed24fe530.svg");
}
footer.main section div.social a.twitter {
  background-image: url("/static/vector/social_twitter.6dcd5f6198b0.svg");
}
footer.main section div.social a.instagram {
  background-image: url("/static/vector/social_instagram.b4ee8f2a112a.svg");
}
footer.main section div.social a.youtube {
  background-image: url("/static/vector/social_youtube.a03f1f111c19.svg");
}

footer.legal {
  width: 100%;
  background: black;
  text-align: center;
  border-top: solid 1px #2b2b2b;
  font-size: 14px;
  line-height: 1.33;
  padding: 10px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  footer.legal {
    font-size: 18px;
  }
}
@media only screen and (min-width: 62.0625em) {
  footer.legal {
    font-size: 22px;
  }
}
footer.legal div {
  display: block;
  vertical-align: top;
  background: url("/static/vector/mitsubishi_logo.657694f0a1a6.svg") no-repeat 22px 0px;
  background-size: 20px;
  padding-bottom: 14px;
  padding-left: 28px;
  margin: 0 10px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) {
  footer.legal div {
    background-position: left center;
    padding-bottom: 0px;
    display: inline-block;
  }
}
footer.legal span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
footer.legal a {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
footer.legal a:hover, footer.legal a:focus {
  text-decoration: underline;
}
footer.legal p {
  font-size: 10px;
  line-height: 14px;
  padding: 14px 0;
  max-width: 900px;
  margin: 0 auto;
  color: #ccc;
}
@media only screen and (min-width: 48em) {
  footer.legal p {
    font-size: 11px;
    line-height: 16px;
  }
}

div.roadblock {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
  opacity: 0;
}
div.roadblock.show {
  display: block;
  opacity: 1;
}
div.roadblock div.rbcontainer {
  position: absolute;
  background: white;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s;
  -webkit-transform: scale(0, 1) translate(0, 160px);
  -moz-transform: scale(0, 1) translate(0, 160px);
  -ms-transform: scale(0, 1) translate(0, 160px);
  -o-transform: scale(0, 1) translate(0, 160px);
  transform: scale(0, 1) translate(0, 160px);
  width: 95%;
  left: 2.5%;
  height: auto;
  top: 0;
}
div.roadblock div.rbcontainer.show {
  -webkit-transform: scale(1, 1) translate(0, 0);
  -moz-transform: scale(1, 1) translate(0, 0);
  -ms-transform: scale(1, 1) translate(0, 0);
  -o-transform: scale(1, 1) translate(0, 0);
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer {
    top: 20%;
    width: 870px;
    left: 50%;
    margin-left: -435px;
  }
}
div.roadblock div.rbcontainer a.closeRoadBlock {
  position: absolute;
  display: block;
  background: url("/static/vector/closex.1ecf012764d2.svg") no-repeat center center;
  z-index: 100;
  opacity: 0.5;
  background-size: 20px;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer a.closeRoadBlock {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }
}
div.roadblock div.rbcontainer div.imgheader {
  height: 100px;
  background: url("/static/images/temp/roadblockheader.a480744a0f04.jpg") no-repeat top left;
}
div.roadblock div.rbcontainer div.copy {
  padding: 20px;
}
div.roadblock div.rbcontainer div.copy h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer div.copy h3 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
div.roadblock div.rbcontainer div.copy p {
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer div.copy p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
div.roadblock div.rbcontainer div.copy div.selectContainer {
  border: solid 1px black;
  border-radius: 6px;
  background: url("/static/images/vehicles_arrow.79ae06b05e30.png") no-repeat 97% center;
  width: 100%;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer div.copy div.selectContainer {
    width: 515px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
div.roadblock div.rbcontainer div.copy div.selectContainer.error {
  border-color: #ED0000;
}
div.roadblock div.rbcontainer div.copy div.selectContainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: black;
  padding: 4px;
}
div.roadblock div.rbcontainer div.ctas {
  margin-bottom: 10px;
  position: relative;
}
div.roadblock div.rbcontainer div.ctas a {
  color: black;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.roadblock div.rbcontainer div.ctas a {
    font-size: 22px;
  }
}
div.roadblock div.rbcontainer div.ctas a.roadblock_confirm {
  color: #ED0000;
  margin-right: 20px;
}
div.roadblock div.rbcontainer div.ctas a.roadblock_dealer.disabled {
  cursor: default;
  opacity: 0.1;
}
@media only screen and (max-width: 23.4375em) {
  div.roadblock div.rbcontainer div.ctas a.roadblock_dealer.disabled {
    opacity: 0 !important;
  }
}
div.roadblock div.rbcontainer div.ctas a.roadblock_dealer.disabled:after {
  border-width: 0px;
}
div.roadblock div.rbcontainer div.ctas a.roadblock_dealer.disabled:hover::after, div.roadblock div.rbcontainer div.ctas a.roadblock_dealer.disabled:focus::after {
  border-width: 0px;
}
div.roadblock div.rbcontainer div.ctas a.spider {
  position: absolute;
  right: 0px;
  font-size: 10px;
  color: black;
  border-bottom: solid 1px;
  bottom: 0px;
}
div.roadblock div.rbcontainer div.ctas a.spider:hover, div.roadblock div.rbcontainer div.ctas a.spider:focus {
  opacity: 0.5;
}

section.home section.hero {
  position: relative;
  overflow: hidden;
}
section.home section.hero div.vehicleHighlightContainer {
  min-height: 360px;
  max-height: 360px;
  position: relative;
  background-color: white;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlightContainer {
    min-height: 496px;
    max-height: 568px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlightContainer {
    min-height: 496px;
    max-height: 668px;
  }
}
section.home section.hero div.vehicleHighlight {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
section.home section.hero div.vehicleHighlight.visible {
  visibility: visible;
  opacity: 1;
}
section.home section.hero div.vehicleHighlight div.bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.bgimage {
    background-position: center center;
  }
}
section.home section.hero div.vehicleHighlight div.tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  opacity: 0.7;
  height: 100%;
}
section.home section.hero div.vehicleHighlight div.wedge {
  position: absolute;
  z-index: 5;
  height: 600px;
  bottom: -240px;
  right: -2500px;
  width: 4000px;
  background: white;
  -webkit-transform: translate(1500px, 500px) rotate(-23deg) scale(1);
  -moz-transform: translate(1500px, 500px) rotate(-23deg) scale(1);
  -ms-transform: translate(1500px, 500px) rotate(-23deg) scale(1);
  -o-transform: translate(1500px, 500px) rotate(-23deg) scale(1);
  transform: translate(1500px, 500px) rotate(-23deg) scale(1);
  -webkit-transition: -webkit-transform 0.8s 0.2s;
  -moz-transition: -moz-transform 0.8s 0.2s;
  transition: transform 0.8s 0.2s;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.wedge {
    height: 600px;
    bottom: 0px;
    right: -2500px;
    width: 4000px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.wedge {
    height: 600px;
    bottom: 0px;
    right: -2500px;
    width: 4000px;
  }
}
section.home section.hero div.vehicleHighlight div.wedge.selected {
  -webkit-transform: translate(0px, 0px) rotate(-23deg) scale(1);
  -moz-transform: translate(0px, 0px) rotate(-23deg) scale(1);
  -ms-transform: translate(0px, 0px) rotate(-23deg) scale(1);
  -o-transform: translate(0px, 0px) rotate(-23deg) scale(1);
  transform: translate(0px, 0px) rotate(-23deg) scale(1);
}
section.home section.hero div.vehicleHighlight div.wedge.out {
  -webkit-transform: translate(-2500px, -500px) rotate(-23deg) scale(1);
  -moz-transform: translate(-2500px, -500px) rotate(-23deg) scale(1);
  -ms-transform: translate(-2500px, -500px) rotate(-23deg) scale(1);
  -o-transform: translate(-2500px, -500px) rotate(-23deg) scale(1);
  transform: translate(-2500px, -500px) rotate(-23deg) scale(1);
}
section.home section.hero div.vehicleHighlight div.car {
  position: absolute;
  z-index: 6;
  height: 100%;
  bottom: -2px;
  right: -1px;
  width: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.7s 0.3s;
  -moz-transition: -moz-transform 0.7s 0.3s;
  transition: transform 0.7s 0.3s;
}
section.home section.hero div.vehicleHighlight div.car div.disclaimer {
  font-size: 10px;
  color: black;
  position: absolute;
  z-index: 7;
  opacity: 0;
  right: 40px;
  bottom: 40px;
  -webkit-transition: opacity 0.3s 1s;
  -moz-transition: opacity 0.3s 1s;
  transition: opacity 0.3s 1s;
}
section.home section.hero div.vehicleHighlight div.car.selected img {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}
section.home section.hero div.vehicleHighlight div.car.selected div.disclaimer {
  opacity: 1;
}
section.home section.hero div.vehicleHighlight div.car.out {
  background-size: 500%;
}
section.home section.hero div.vehicleHighlight div.car.out img {
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0px) scale(1.05);
  -moz-transform: translateX(0px) scale(1.05);
  -ms-transform: translateX(0px) scale(1.05);
  -o-transform: translateX(0px) scale(1.05);
  transform: translateX(0px) scale(1.05);
}
section.home section.hero div.vehicleHighlight div.car.out div.disclaimer {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
section.home section.hero div.vehicleHighlight div.car img {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 86%;
  height: auto;
  max-width: 450px;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s;
  -moz-transition: opacity 0.4s 0.5s, -moz-transform 0.4s 0.5s;
  transition: opacity 0.4s 0.5s, transform 0.4s 0.5s;
  -webkit-transform: translateX(0px) scale(1.1);
  -moz-transform: translateX(0px) scale(1.1);
  -ms-transform: translateX(0px) scale(1.1);
  -o-transform: translateX(0px) scale(1.1);
  transform: translateX(0px) scale(1.1);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.car img {
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 62.0625em) and (max-width: 75em) {
  section.home section.hero div.vehicleHighlight div.car img {
    width: 62%;
    max-width: 800px;
    padding: 0 0 0px 0px;
  }
}
@media only screen and (min-width: 75.0625em) {
  section.home section.hero div.vehicleHighlight div.car img {
    width: 90%;
    max-width: 750px;
    padding: 0 0 0px 0px;
    bottom: 0;
  }
}
section.home section.hero div.vehicleHighlight div.copy {
  z-index: 5;
  color: white;
  position: absolute;
  top: 8%;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy {
    width: 80%;
    top: 20%;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy {
    padding: 0px;
    width: 60%;
    top: 20%;
    left: 30px;
  }
}
section.home section.hero div.vehicleHighlight div.copy h1, section.home section.hero div.vehicleHighlight div.copy h2, section.home section.hero div.vehicleHighlight div.copy p, section.home section.hero div.vehicleHighlight div.copy a {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
  opacity: 0;
}
section.home section.hero div.vehicleHighlight div.copy.selected {
  z-index: 7;
}
section.home section.hero div.vehicleHighlight div.copy.selected h1, section.home section.hero div.vehicleHighlight div.copy.selected h2, section.home section.hero div.vehicleHighlight div.copy.selected p, section.home section.hero div.vehicleHighlight div.copy.selected a {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
section.home section.hero div.vehicleHighlight div.copy h1 {
  font-size: 32px;
  line-height: 26px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: 'Knockout 68 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy h1 {
    width: 80%;
    font-size: 46px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy h1 {
    margin-bottom: 10px;
    width: 100%;
    font-size: 64px;
    line-height: 48px;
  }
}
section.home section.hero div.vehicleHighlight div.copy h2 {
  font-size: 21px;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy h2 {
    width: 80%;
    font-size: 30px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy h2 {
    width: 70%;
    font-size: 42px;
    line-height: 34px;
  }
}
section.home section.hero div.vehicleHighlight div.copy p {
  font-size: 11px;
  line-height: 16px;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy p.price {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy p.price {
    padding-top: 13px;
    font-size: 22px;
    line-height: 22px;
  }
}
section.home section.hero div.vehicleHighlight div.copy p.description {
  max-width: 280px;
  padding-top: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.home section.hero div.vehicleHighlight div.copy p.description {
    max-width: 320px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy p.description {
    max-width: 400px;
    padding-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
}
section.home section.hero div.vehicleHighlight div.copy a.button_text {
  display: inline-block;
  padding-top: 14px;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicleHighlight div.copy a.button_text {
    padding-top: 18px;
  }
}
section.home section.hero div.indicator {
  position: absolute;
  top: 0px;
  width: 35px;
  height: 12px;
  z-index: 100;
  left: 0;
  fill: #eee;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.home section.hero div.vehicles {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 12px;
  margin-top: -24px;
  margin-bottom: -15px;
  z-index: 10;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles {
    margin-bottom: 0px;
  }
}
section.home section.hero div.vehicles div.scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles div.scroll {
    overflow: hidden;
  }
}
section.home section.hero div.vehicles ul {
  font-size: 0;
  min-width: 1060px;
  position: relative;
  padding-top: 12px;
  z-index: 100;
  height: auto;
  padding-bottom: 15px;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles ul {
    padding-bottom: 0px;
  }
}
section.home section.hero div.vehicles ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: white;
}
section.home section.hero div.vehicles ul li a {
  display: block;
  height: 100%;
  padding: 20px 0 10px;
  color: black;
  -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles ul li a {
    padding: 20px 0 16px;
  }
}
section.home section.hero div.vehicles ul li a img {
  width: 88%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  section.home section.hero div.vehicles ul li a img {
    max-height: none;
  }
}
section.home section.hero div.vehicles ul li a.selected {
  background-color: #eee;
}
section.home section.hero div.vehicles ul li a.selected h3 {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles ul li a.selected h3 {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
section.home section.hero div.vehicles ul li a:hover {
  background-color: #eee;
}
section.home section.hero div.vehicles ul li a:hover h3 {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media only screen and (min-width: 62.0625em) {
  section.home section.hero div.vehicles ul li a:hover h3 {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

section.homePromos {
  position: relative;
}
section.homePromos div.promos {
  margin: 0;
}
section.homePromos div.promos a.promo {
  height: auto;
  background: #ccc;
  box-sizing: border-box;
  position: relative;
  color: white;
  padding: 0;
  overflow: hidden;
  display: block;
  height: 100%;
  color: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 400px;
}
section.homePromos div.promos a.promo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
section.homePromos div.promos a.promo h2 {
  color: white;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  padding: 10px;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  section.homePromos div.promos a.promo h2 {
    font-size: 24px;
  }
}
section.homePromos div.promos a.promo div.caption {
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0px;
  text-transform: uppercase;
  background: -webkit-linear-gradient( bottom , rgba(22, 21, 23, 0.4), rgba(22, 21, 23, 0));
  background: linear-gradient(to top, rgba(22, 21, 23, 0.4), rgba(22, 21, 23, 0));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
section.homePromos div.promos a.promo div.caption h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  vertical-align: baseline;
}
@media only screen and (min-width: 62.0625em) {
  section.homePromos div.promos a.promo div.caption h2 {
    font-size: 42px;
    line-height: 36px;
    padding-bottom: 30px;
  }
}
section.homePromos div.promos a.promo div.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  opacity: 0;
}
section.homePromos div.promos a.promo div.overlay:lang(fr) {
  padding: 0 20px;
}
section.homePromos div.promos a.promo div.overlay div.vcentercontainer {
  display: table;
  height: 100%;
  width: 100%;
}
section.homePromos div.promos a.promo div.overlay div.vcenter {
  display: table-cell;
  vertical-align: middle;
}
section.homePromos div.promos a.promo div.overlay div.vcenter h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  section.homePromos div.promos a.promo div.overlay div.vcenter h2 {
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 30px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  section.homePromos div.promos a.promo div.overlay div.vcenter h2:lang(fr) {
    padding-bottom: 20px;
  }
}
section.homePromos div.promos a.promo div.overlay div.vcenter p {
  max-width: 360px;
  font-size: 16px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 62.0625em) {
  section.homePromos div.promos a.promo div.overlay div.vcenter p {
    font-size: 16px;
    line-height: 24px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  section.homePromos div.promos a.promo div.overlay div.vcenter p:lang(fr) {
    font-size: 15px;
  }
}
section.homePromos div.promos a.promo div.overlay div.vcenter span {
  display: inline-block;
  border-bottom: solid 2px white;
  text-transform: uppercase;
  padding-top: 10px;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
@media only screen and (min-width: 62.0625em) {
  section.homePromos div.promos a.promo div.overlay div.vcenter span {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}
@media only screen and (min-width: 62.0625em) {
  section.homePromos div.promos a.promo:hover div.overlay, section.homePromos div.promos a.promo:focus div.overlay {
    top: 0%;
    opacity: 1;
  }
  section.homePromos div.promos a.promo:hover div.overlay div.vcenter h2, section.homePromos div.promos a.promo:focus div.overlay div.vcenter h2 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  section.homePromos div.promos a.promo:hover div.overlay div.vcenter p, section.homePromos div.promos a.promo:focus div.overlay div.vcenter p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  section.homePromos div.promos a.promo:hover div.overlay div.vcenter span, section.homePromos div.promos a.promo:focus div.overlay div.vcenter span {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  section.homePromos div.promos a.promo:hover div.caption, section.homePromos div.promos a.promo:focus div.caption {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
}

section.findADealer {
  position: relative;
  font-size: 0;
  background: white;
  overflow: hidden;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer {
    height: 340px;
  }
}
section.findADealer div.map.find-dealer {
  display: none;
  width: 40%;
  height: 100%;
  vertical-align: top;
  background-image: url("/static/vector/map_wedge.c26a1f14716a.svg"), url("/static/images/home/map_homepage.1bce8b783be7.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: right center,right center;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.map.find-dealer {
    display: inline-block;
  }
}
@media only screen and (min-width: 85.4375em) {
  section.findADealer div.map.find-dealer {
    width: 48%;
    background-position: right center,right center;
  }
}
section.findADealer div.map.test-drive {
  display: none;
  width: 40%;
  height: 100%;
  vertical-align: top;
  background-image: url("/static/vector/map_wedge.c26a1f14716a.svg"), url("/static/images/home/evo_citystreet.13d1fe333fdc.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: right center,right center;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.map.test-drive {
    display: inline-block;
  }
}
@media only screen and (min-width: 85.4375em) {
  section.findADealer div.map.test-drive {
    width: 48%;
    background-position: right center,right center;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy.test-drive {
    padding: 100px 40px;
    font-size: 42px;
    width: 60%;
  }
}
@media only screen and (min-width: 85.4375em) {
  section.findADealer div.copy.test-drive {
    width: 50%;
    background-position: left center;
  }
}
section.findADealer div.copy {
  display: inline-block;
  width: 100%;
  right: 0;
  bottom: 00px;
  padding: 30px 20px;
  font-size: 24px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy {
    padding: 30px 30px;
    font-size: 42px;
    line-height: 48px;
    width: 60%;
  }
}
@media only screen and (min-width: 85.4375em) {
  section.findADealer div.copy {
    width: 50%;
    background-position: left center;
  }
}
section.findADealer div.copy h2 {
  color: black;
  font-size: 21px;
  line-height: 24px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.findADealer div.copy h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
section.findADealer div.copy h2 span {
  color: black;
  font-size: 32px;
  line-height: 24px;
  display: block;
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.findADealer div.copy h2 span {
    font-size: 64px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy h2 span {
    font-size: 64px;
    line-height: 48px;
  }
}
section.findADealer div.copy h2.intro-heading {
  color: black;
  font-size: 21px;
  line-height: 24px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.findADealer div.copy h2.intro-heading {
    font-size: 42px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy h2.intro-heading {
    font-size: 42px;
    line-height: 14px;
  }
}
section.findADealer div.copy h2.vehicle-heading {
  color: #ED0000;
  font-size: 48px;
  line-height: 1;
  font-family: "Knockout 69 A", "Knockout 69 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy h2.vehicle-heading {
    font-size: 64px;
  }
}
@media only screen and (max-width: 47.9375em) {
  section.findADealer div.copy a:lang(fr) {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48em) {
  section.findADealer div.copy a {
    display: inline-block;
  }
}
section.findADealer div.copy input[type="text"] {
  margin: 15px 0;
  width: 100%;
  border: solid 1px #d2d2d2;
  font-size: 11px;
  color: black;
  border-radius: 10px;
  background: url("/static/vector/search_input_icon.b34aca898d1b.svg") no-repeat 98% center;
  background-size: 20px;
  line-height: 34px;
  padding: 0 14px;
  height: 33px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.findADealer div.copy input[type="text"] {
    margin: 22px 0;
    width: 60%;
    margin: 30px auto;
    background-size: 35px;
    height: 35px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy input[type="text"] {
    width: 90%;
    font-size: 22px;
    line-height: 64px;
    background-size: 30px;
    height: 66px;
  }
}
section.findADealer div.copy a.button {
  padding: 10px 30px;
  font-size: 17px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  section.findADealer div.copy a.button {
    font-size: 34px;
    line-height: 34px;
  }
}

section.allVehicles {
  background: white;
  position: relative;
}
section.allVehicles .title {
  width: 160px;
  display: block;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  section.allVehicles .title {
    width: 200px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles .title {
    display: inline-block;
    float: left;
  }
}
section.allVehicles .sub-nav-container {
  width: 320px;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.allVehicles .sub-nav-container {
    width: 450px;
  }
  section.allVehicles .sub-nav-container:lang(fr) {
    width: 600px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles .sub-nav-container {
    width: 450px;
    display: inline-block;
    float: right;
  }
  section.allVehicles .sub-nav-container:lang(fr) {
    width: 600px;
    display: inline-block;
    float: right;
  }
}
section.allVehicles span {
  display: inline-block;
  height: 48px;
  padding-right: 28px;
  position: relative;
}
section.allVehicles span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
section.allVehicles span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
section.allVehicles span a.infobox:hover, section.allVehicles span a.infobox:focus {
  opacity: 0.5;
}
section.allVehicles h1 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.allVehicles h1 {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: left;
  }
}
section.allVehicles div.vehicleNav {
  width: 50%;
  right: 0;
  top: 44px;
  text-align: center;
  display: inline;
  position: none;
  justify-content: space-between;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.allVehicles div.vehicleNav {
    display: inline-block;
    text-align: right;
    position: absolute;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicleNav {
    text-align: right;
    display: inline-block;
    position: absolute;
  }
}
section.allVehicles div.vehicleNav li {
  display: inline;
}
section.allVehicles div.vehicleNav li a {
  display: inline-block;
  margin: 0 12px;
  color: black;
  border-color: black;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicleNav li a {
    margin: 0 24px;
    font-size: 18px;
    line-height: 18px;
  }
}
section.allVehicles div.vehicle {
  position: relative;
  font-size: 0;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle {
    text-align: left;
  }
}
section.allVehicles div.vehicle div.years {
  padding-bottom: 8px;
  display: block;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.years {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicle div.years {
    display: inline-block;
  }
}
section.allVehicles div.vehicle div.years a {
  display: inline-block;
  color: #a8a8a8;
  font-size: 21px;
  border-bottom: solid 2px #a8a8a8;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  margin-right: 14px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  section.allVehicles div.vehicle div.years a {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicle div.years a {
    font-size: 36px;
    line-height: 36px;
    border-width: 4px;
  }
}
section.allVehicles div.vehicle div.years a.highlight {
  color: black;
  border-bottom: solid 2px black;
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicle div.years a.highlight {
    border-width: 4px;
  }
}
section.allVehicles div.vehicle div.car {
  display: none;
}
section.allVehicles div.vehicle div.car.open {
  display: block;
}
section.allVehicles div.vehicle div.car div.image {
  box-sizing: border-box;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateX(0px) scale(1.1);
  -moz-transform: translateX(0px) scale(1.1);
  -ms-transform: translateX(0px) scale(1.1);
  -o-transform: translateX(0px) scale(1.1);
  transform: translateX(0px) scale(1.1);
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.car div.image {
    display: inline-block;
    width: 50%;
    -webkit-transform: translateX(-30px) scale(1);
    -moz-transform: translateX(-30px) scale(1);
    -ms-transform: translateX(-30px) scale(1);
    -o-transform: translateX(-30px) scale(1);
    transform: translateX(-30px) scale(1);
  }
}
section.allVehicles div.vehicle div.car div.image.reveal {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}
section.allVehicles div.vehicle div.car div.image img {
  width: 100%;
  height: auto;
}
section.allVehicles div.vehicle div.car div.copy {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.car div.copy {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
section.allVehicles div.vehicle div.car div.copy ul.features {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.car div.copy ul.features {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicle div.car div.copy ul.features {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 100px;
  }
}
section.allVehicles div.vehicle div.car div.copy div.ctas div {
  display: block;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas div {
    display: block;
    margin-right: 24px;
  }
  section.allVehicles div.vehicle div.car div.copy div.ctas div:last-of-type {
    margin: 0;
  }
}
@media only screen and (min-width: 62.0625em) and (max-width: 75em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas div {
    display: inline-block;
    margin-right: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas div:lang(fr) {
    width: 180px;
  }
}
@media only screen and (min-width: 75.0625em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas div {
    display: inline-block;
    margin-right: 28px;
  }
}
section.allVehicles div.vehicle div.car div.copy div.ctas a {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 48em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas a {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) and (max-width: 75em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 75.0625em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 85.4375em) {
  section.allVehicles div.vehicle div.car div.copy div.ctas a {
    font-size: 22px;
  }
}

a.arrow.showroom, .flickity-prev-next-button {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("/static/vector/showroom_arrow.d12d362d10f0.svg") no-repeat;
  background-size: 100%;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  a.arrow.showroom, .flickity-prev-next-button {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 14px;
  }
}
a.arrow.showroom.darker, .flickity-prev-next-button.darker {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
a.arrow.showroom.next, .flickity-prev-next-button.next {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  right: 10px;
  left: auto;
}
a.arrow.showroom:hover, a.arrow.showroom:focus, .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  opacity: 0.5;
}

nav.showroom, nav.warranty, .cpo-nav {
  top: 56px;
  background: rgba(255, 255, 255, 0.9);
  height: 56px;
  z-index: 9000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 100px;
    padding-left: 144px;
    height: 46px;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 140px;
  }
}
@media only screen and (min-width: 85.4375em) {
  nav.showroom, nav.warranty, .cpo-nav {
    left: 50%;
    margin-left: -683px;
    width: 101%;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 146px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom.condensed, nav.condensed.warranty, .condensed.cpo-nav {
    top: 60px;
  }
}
nav.showroom div.scroll, nav.warranty div.scroll, .cpo-nav div.scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  height: 116%;
}
@media only screen and (min-width: 48em) {
  nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
    overflow: hidden;
    height: 100%;
  }
}
nav.showroom div.scroll ul:last-child, nav.warranty div.scroll ul:last-child, .cpo-nav div.scroll ul:last-child {
  padding-right: 110px;
}
nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
  display: inline-block;
  padding: 0px 16px;
  line-height: 56px;
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
    padding: 0px 24px;
    line-height: 50px;
  }
  nav.showroom div.scroll ul li:lang(fr), nav.warranty div.scroll ul li:lang(fr), .cpo-nav div.scroll ul li:lang(fr) {
    padding: 0px 18px;
  }
}
nav.showroom div.scroll ul li.highlight, nav.warranty div.scroll ul li.highlight, .cpo-nav div.scroll ul li.highlight {
  float: right;
}
nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 126px;
  overflow: hidden;
  padding: 17px 18px;
  background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0) 0%, white 15%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 15%);
  text-align: right;
}
nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
  width: 160px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    background-position: center center;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    padding: 6px 24px;
    width: 166px;
    background: none;
  }
  nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
    width: 202px;
  }
}

div.showroomContainer section.overview {
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview {
    height: 80vh;
    min-height: 600px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
div.showroomContainer section.overview a.arrow {
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview a.arrow {
    display: block;
    top: auto;
    bottom: 14px;
  }
}
div.showroomContainer section.overview div.main_slideshow {
  height: 360px;
  z-index: 10;
}
@media only screen and (min-width: 20em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 360px;
  }
}
@media only screen and (min-width: 23.4375em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 420px;
  }
}
@media only screen and (min-width: 25.875em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 470px;
  }
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 560px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 100%;
  }
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item {
  background-size: cover;
  background-position: right 40%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item img {
  opacity: 0;
}
div.showroomContainer section.overview ol.flickity-page-dots {
  bottom: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview ol.flickity-page-dots {
    bottom: 25px;
  }
}
div.showroomContainer section.overview aside {
  width: 100%;
  bottom: 0px;
  background: white;
  background-position: 0px;
  padding: 15px;
  z-index: 11;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside {
    padding: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside {
    position: absolute;
    left: 0;
    background: url("/static/vector/showroom_overview_cut_large.718985f005a1.svg") no-repeat -1px top;
    bottom: auto;
    top: 20%;
    width: 680px;
    background-size: cover;
    opacity: 0;
    padding: 20px 60px 20px 20px;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    -moz-transition: opacity 0.7s, -moz-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
  }
  div.showroomContainer section.overview aside.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  div.showroomContainer section.overview aside > * {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
  }
  div.showroomContainer section.overview aside > *.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  div.showroomContainer section.overview aside {
    top: 25%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years {
    padding-bottom: 6px;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
div.showroomContainer section.overview aside ul.years li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.years li a {
  color: #a8a8a8;
  font-size: 21px;
  border-color: #a8a8a8;
  display: block;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 34px;
    line-height: 34px;
  }
}
div.showroomContainer section.overview aside ul.years li a.highlight {
  border-color: black;
  color: black;
}
div.showroomContainer section.overview aside h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h1 {
    font-family: 'Knockout 68 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: 0.04em;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
div.showroomContainer section.overview aside h2.starting {
  font-size: 11px;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 16px;
    padding: 14px 0 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 22px;
    line-height: 34px;
    padding: 6px 0 26px;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
div.showroomContainer section.overview aside ul.features {
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
div.showroomContainer section.overview aside ul.ctas {
  padding: 20px 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas {
    padding-bottom: 10px;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
}
div.showroomContainer section.overview aside ul.ctas li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.ctas li a {
  color: black;
  border-color: black;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 22px;
  }
  div.showroomContainer section.overview aside ul.ctas li a:lang(fr) {
    font-size: 18px;
  }
}
div.showroomContainer section.overview aside ul.ctas li a.buildprice {
  color: #ED0000;
  border-color: #ED0000;
  margin-right: 20px;
}
div.showroomContainer section.viewer {
  background: white;
  position: relative;
  padding: 20px 0;
}
div.showroomContainer section.viewer a.arrow {
  top: 48%;
  display: block;
  overflow: hidden;
}
div.showroomContainer section.viewer a.arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer a.arrow {
    top: 48%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer {
    height: 810px;
    padding: 50px;
  }
}
div.showroomContainer section.viewer h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.viewer h4 {
  font-size: 8px;
  padding: 12px 0;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0;
    max-width: 760px;
  }
}
div.showroomContainer section.viewer div.pagedots {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots {
    width: 92.5%;
    bottom: 130px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer {
  text-align: center;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #999;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-width: 2px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a.selected {
  background: #ED0000;
  border-color: #ED0000;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a:hover, div.showroomContainer section.viewer div.pagedots div.pdcontainer a:focus {
  opacity: 0.5;
}
div.showroomContainer section.viewer div.disclaimer {
  font-size: 10px;
  color: black;
  position: absolute;
  z-index: 100;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  text-align: center;
  bottom: 110px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.disclaimer {
    bottom: 156px;
  }
}
div.showroomContainer section.viewer ul.trims {
  margin-top: 10px;
  text-align: center;
}
div.showroomContainer section.viewer ul.trims li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.viewer ul.trims li a {
  color: black;
  font-family: ProximaNova-Bold;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a.selected {
    border-width: 4px;
  }
}
div.showroomContainer section.viewer div.rotation {
  margin: 14px 0;
  position: relative;
}
div.showroomContainer section.viewer div.rotation div.loader {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 100;
  display: none;
  opacity: 0.5;
}
div.showroomContainer section.viewer div.rotation div.message {
  position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -60px;
  font-size: 14px;
  line-height: 100px;
  display: none;
  width: 100%;
  color: #000000;
  text-align: center;
}
div.showroomContainer section.viewer div.rotation div.rcontainer {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
div.showroomContainer section.viewer div.rotation div.rcontainer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 76%;
  height: auto;
  display: none;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: 100%;
    max-width: 680px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: auto;
    height: 100%;
  }
}
div.showroomContainer section.viewer div.rotation div.sizer {
  padding: 0px 0 60px;
  width: 84%;
}
div.showroomContainer section.viewer div.rotation div.sizer img {
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 680px;
    padding: 0px 0 50px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 800px;
  }
}
div.showroomContainer section.viewer div.colouroptions {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions {
    bottom: 60px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer {
  display: inline-block;
  margin-bottom: 10px;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 4px;
  border: solid 0px #363636;
  background: #afafaf;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
    margin: 0 10px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a.selected {
  border: solid 2px black;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
}
div.showroomContainer section.viewer div.colouroptions p {
  font-size: 11px;
  color: black;
  opacity: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions p {
    font-size: 16px;
  }
}
div.showroomContainer section.highlights {
  background: white;
  position: relative;
  height: 640px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights {
    height: 640px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights {
    height: 680px;
  }
}
div.showroomContainer section.highlights .flickity-page-dots {
  bottom: 25px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights .flickity-page-dots {
    width: 50%;
    bottom: 25px;
  }
}
div.showroomContainer section.highlights button.flickity-prev-next-button {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
div.showroomContainer section.highlights div.highlights_slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item {
  width: 100%;
  height: 100%;
  font-size: 0;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
    height: 100%;
    width: 50%;
    text-align: left;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  padding: 25px 15px;
  max-width: 320px;
  min-height: 240px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: 90%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: none;
    padding: 0 100px;
    height: 100%;
    min-height: none;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option:lang(fr) {
    padding: 0px 80px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcenter {
  height: 100%;
  width: 100%;
  display: table;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
  line-height: 30px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
    font-size: 64px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
    line-height: 58px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
  font-size: 11px;
  line-height: 17px;
  text-transform: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
  color: #ED0000;
  border-color: #ED0000;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
    font-size: 22px;
    display: inline-block;
    line-height: 24px;
    border-width: 4px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid {
  float: right;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
  display: none;
  width: 50%;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 400px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 340px;
    display: inline-block;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  height: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    height: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    display: inline-block;
    position: static;
    width: 50%;
    height: 340px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.full {
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
  top: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: auto;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
    display: inline-block;
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:hover div.imgHolder {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a div.imgHolder {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  display: none;
}
div.showroomContainer section.accessories {
  padding: 28px 4px 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.accessories h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.accessories ul.accessory_nav {
  margin: 10px 0;
  text-align: center;
}
div.showroomContainer section.accessories ul.accessory_nav li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.accessories ul.accessory_nav li a {
  line-height: 26px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_nav li a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories div.accessory_lists {
  position: relative;
  text-align: center;
  height: 100%;
}
div.showroomContainer section.accessories .showMore {
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore {
    margin-bottom: 0;
  }
}
div.showroomContainer section.accessories .showMore a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories ul.accessory_list {
  font-size: 0;
  margin-top: 20px;
  display: none;
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li {
    width: 23%;
    margin: 1%;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
div.showroomContainer section.accessories ul.accessory_list li.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
div.showroomContainer section.accessories ul.accessory_list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.showroomContainer section.accessories ul.accessory_list li img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  width: 100%;
  height: auto;
}
div.showroomContainer section.accessories ul.accessory_list li div.image {
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy {
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
  font-size: 17px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 17px;
  padding: 5px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
    font-size: 34px;
    line-height: 30px;
    padding: 15px 0;
  }
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span {
  display: inline-block;
  height: 22px;
  padding-right: 28px;
  position: relative;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:hover, div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy p {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy p {
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.accessories ul.accessory_list.exterior {
  display: block;
  opacity: 1;
}
div.showroomContainer section.warranty {
  position: relative;
  z-index: 1;
  padding: 30px;
}
div.showroomContainer section.warranty .warranty-ctas {
  display: flex;
  justify-content: space-around;
}
div.showroomContainer section.warranty div.backdropContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
div.showroomContainer section.warranty div.backdropContainer div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.showroomContainer section.warranty div.backdropContainer div.backdrop {
  background: url("/static/images/temp/sr_warranty_bg.492fe60e5a2a.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
div.showroomContainer section.warranty div.backdropContainer div.tint {
  background-color: rgba(165, 12, 17, 0.7);
  z-index: 2;
  overflow: hidden;
}
div.showroomContainer section.warranty aside {
  position: relative;
  z-index: 5;
  color: white;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
div.showroomContainer section.warranty aside h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 21px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.warranty aside h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h2 {
    font-size: 64px;
    line-height: 48px;
  }
}
div.showroomContainer section.warranty aside p {
  margin: 16px 0 10px;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside p {
    margin: 40px 0 25px;
    font-size: 16px;
    line-height: 22px;
  }
}
div.showroomContainer section.warranty aside .features {
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features {
    margin-bottom: 20px;
  }
}
div.showroomContainer section.warranty aside .features li {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features li {
    font-size: 22px;
    line-height: 30px;
  }
}
div.showroomContainer section.warranty aside a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside a {
    font-size: 22px;
  }
}
div.showroomContainer section.specifications {
  padding: 10px 0px 72px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications.buildprice {
  padding: 10px 0px 0px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications.buildprice {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications div.compare {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 72px;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare {
    text-align: right;
    height: auto;
    bottom: auto;
    width: auto;
    display: block;
    right: 20px;
    top: 60px;
  }
}
div.showroomContainer section.specifications div.compare a {
  line-height: 72px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare a {
    line-height: 24px;
    font-size: 22px;
  }
}
div.showroomContainer section.specifications h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.specifications h4 {
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h4 {
    display: none;
    font-size: 22px;
    line-height: 32px;
  }
}
div.showroomContainer section.specifications ul.trims {
  font-size: 0;
}
div.showroomContainer section.specifications ul.trims li.trim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-bottom: solid 1px black;
}
div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
  border-top: solid 1px black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
    border-top: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim a {
  display: block;
  color: black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim a {
    cursor: default;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open {
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim.open {
    background: transparent;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open div.features {
  display: block;
  height: auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim {
    width: 23%;
    margin: 1%;
    border: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.image {
    display: block;
    width: 100%;
    height: 200px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image img {
  width: 100%;
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  height: 80px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines {
    display: block;
    height: 90px;
    width: 100%;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter {
  display: table;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 42px;
    line-height: 36px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  height: 11px;
  background: url("/static/vector/arrow_down_b.12d43b2139b1.svg") no-repeat center center;
  background-size: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow.open {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features {
  overflow: hidden;
  height: 0px;
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features {
    background: transparent;
    padding: 0px;
    display: block;
    height: auto;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features.open {
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
    padding: 0;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    font-size: 26px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
  margin-bottom: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
  font-size: 11px;
  line-height: 17px;
  padding-left: 6px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package {
  color: #ED0000;
  font-weight: 700;
  line-height: 22px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span {
  display: inline-block;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover a, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus a {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span em {
  border-bottom: solid 1px #ED0000;
  padding-bottom: 2px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:hover, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features a {
  display: inline-block;
  margin-right: 28px;
  color: #737373;
  border-color: black;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a {
    margin: 10px 0;
    font-size: 21px;
    line-height: 22px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
  color: #ED0000;
  line-height: 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
    border-width: 4px;
    line-height: 18px;
  }
}

div.showroomGallery a.closeButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  line-height: 100px;
  z-index: 100;
  background: url("/static/vector/closex_w.b2e9cb5c1444.svg") no-repeat center center;
  overflow: hidden;
}
div.showroomGallery a.closeButton:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomGallery a.closeButton:hover, div.showroomGallery a.closeButton:focus {
  opacity: 0.5;
}
div.showroomGallery div.icontainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  padding: 1%;
}
div.showroomGallery div.icontainer div.image-gallery-item {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: inline-block;
}
div.showroomGallery div.icontainer div.image-gallery-item img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomGallery div.icontainer div.image-gallery-item {
    width: 100%;
  }
}
div.showroomGallery .image-gallery-item-caption {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  text-align: center;
  opacity: 0;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomGallery .image-gallery-item-caption {
    width: 500px;
    font-size: 16px;
  }
}
div.showroomGallery a.arrow {
  top: 48%;
}

div.bnp_trimselector {
  background: white;
  position: relative;
  padding: 13px 13px 0 13px;
}
@media only screen and (min-width: 62.0625em) {
  div.bnp_trimselector {
    padding: 26px 26px 0 26px;
  }
}
div.bnp_trimselector h2 {
  font-size: 21px;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.bnp_trimselector h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.bnp_trimselector p {
  font-size: 11px;
  line-height: 17px;
  max-width: 580px;
}
@media only screen and (min-width: 62.0625em) {
  div.bnp_trimselector p {
    font-size: 16px;
    line-height: 22px;
  }
}
div.bnp_trimselector a {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.bnp_trimselector a {
    top: 26px;
    right: 26px;
    font-size: 21px;
    line-height: 21px;
  }
}

section.dealer iframe {
  width: 100%;
  height: 800px;
}

a.arrow.showroom, .flickity-prev-next-button {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("/static/vector/showroom_arrow.d12d362d10f0.svg") no-repeat;
  background-size: 100%;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  a.arrow.showroom, .flickity-prev-next-button {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 14px;
  }
}
a.arrow.showroom.darker, .flickity-prev-next-button.darker {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
a.arrow.showroom.next, .flickity-prev-next-button.next {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  right: 10px;
  left: auto;
}
a.arrow.showroom:hover, a.arrow.showroom:focus, .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  opacity: 0.5;
}

nav.showroom, nav.warranty, .cpo-nav {
  top: 56px;
  background: rgba(255, 255, 255, 0.9);
  height: 56px;
  z-index: 9000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 100px;
    padding-left: 144px;
    height: 46px;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 140px;
  }
}
@media only screen and (min-width: 85.4375em) {
  nav.showroom, nav.warranty, .cpo-nav {
    left: 50%;
    margin-left: -683px;
    width: 101%;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 146px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom.condensed, nav.condensed.warranty, .condensed.cpo-nav {
    top: 60px;
  }
}
nav.showroom div.scroll, nav.warranty div.scroll, .cpo-nav div.scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  height: 116%;
}
@media only screen and (min-width: 48em) {
  nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
    overflow: hidden;
    height: 100%;
  }
}
nav.showroom div.scroll ul:last-child, nav.warranty div.scroll ul:last-child, .cpo-nav div.scroll ul:last-child {
  padding-right: 110px;
}
nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
  display: inline-block;
  padding: 0px 16px;
  line-height: 56px;
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
    padding: 0px 24px;
    line-height: 50px;
  }
  nav.showroom div.scroll ul li:lang(fr), nav.warranty div.scroll ul li:lang(fr), .cpo-nav div.scroll ul li:lang(fr) {
    padding: 0px 18px;
  }
}
nav.showroom div.scroll ul li.highlight, nav.warranty div.scroll ul li.highlight, .cpo-nav div.scroll ul li.highlight {
  float: right;
}
nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 126px;
  overflow: hidden;
  padding: 17px 18px;
  background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0) 0%, white 15%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 15%);
  text-align: right;
}
nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
  width: 160px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    background-position: center center;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    padding: 6px 24px;
    width: 166px;
    background: none;
  }
  nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
    width: 202px;
  }
}

div.showroomContainer section.overview {
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview {
    height: 80vh;
    min-height: 600px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
div.showroomContainer section.overview a.arrow {
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview a.arrow {
    display: block;
    top: auto;
    bottom: 14px;
  }
}
div.showroomContainer section.overview div.main_slideshow {
  height: 360px;
  z-index: 10;
}
@media only screen and (min-width: 20em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 360px;
  }
}
@media only screen and (min-width: 23.4375em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 420px;
  }
}
@media only screen and (min-width: 25.875em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 470px;
  }
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 560px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 100%;
  }
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item {
  background-size: cover;
  background-position: right 40%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item img {
  opacity: 0;
}
div.showroomContainer section.overview ol.flickity-page-dots {
  bottom: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview ol.flickity-page-dots {
    bottom: 25px;
  }
}
div.showroomContainer section.overview aside {
  width: 100%;
  bottom: 0px;
  background: white;
  background-position: 0px;
  padding: 15px;
  z-index: 11;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside {
    padding: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside {
    position: absolute;
    left: 0;
    background: url("/static/vector/showroom_overview_cut_large.718985f005a1.svg") no-repeat -1px top;
    bottom: auto;
    top: 20%;
    width: 680px;
    background-size: cover;
    opacity: 0;
    padding: 20px 60px 20px 20px;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    -moz-transition: opacity 0.7s, -moz-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
  }
  div.showroomContainer section.overview aside.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  div.showroomContainer section.overview aside > * {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
  }
  div.showroomContainer section.overview aside > *.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  div.showroomContainer section.overview aside {
    top: 25%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years {
    padding-bottom: 6px;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
div.showroomContainer section.overview aside ul.years li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.years li a {
  color: #a8a8a8;
  font-size: 21px;
  border-color: #a8a8a8;
  display: block;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 34px;
    line-height: 34px;
  }
}
div.showroomContainer section.overview aside ul.years li a.highlight {
  border-color: black;
  color: black;
}
div.showroomContainer section.overview aside h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h1 {
    font-family: 'Knockout 68 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: 0.04em;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
div.showroomContainer section.overview aside h2.starting {
  font-size: 11px;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 16px;
    padding: 14px 0 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 22px;
    line-height: 34px;
    padding: 6px 0 26px;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
div.showroomContainer section.overview aside ul.features {
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
div.showroomContainer section.overview aside ul.ctas {
  padding: 20px 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas {
    padding-bottom: 10px;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
}
div.showroomContainer section.overview aside ul.ctas li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.ctas li a {
  color: black;
  border-color: black;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 22px;
  }
  div.showroomContainer section.overview aside ul.ctas li a:lang(fr) {
    font-size: 18px;
  }
}
div.showroomContainer section.overview aside ul.ctas li a.buildprice {
  color: #ED0000;
  border-color: #ED0000;
  margin-right: 20px;
}
div.showroomContainer section.viewer {
  background: white;
  position: relative;
  padding: 20px 0;
}
div.showroomContainer section.viewer a.arrow {
  top: 48%;
  display: block;
  overflow: hidden;
}
div.showroomContainer section.viewer a.arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer a.arrow {
    top: 48%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer {
    height: 810px;
    padding: 50px;
  }
}
div.showroomContainer section.viewer h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.viewer h4 {
  font-size: 8px;
  padding: 12px 0;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0;
    max-width: 760px;
  }
}
div.showroomContainer section.viewer div.pagedots {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots {
    width: 92.5%;
    bottom: 130px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer {
  text-align: center;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #999;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-width: 2px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a.selected {
  background: #ED0000;
  border-color: #ED0000;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a:hover, div.showroomContainer section.viewer div.pagedots div.pdcontainer a:focus {
  opacity: 0.5;
}
div.showroomContainer section.viewer div.disclaimer {
  font-size: 10px;
  color: black;
  position: absolute;
  z-index: 100;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  text-align: center;
  bottom: 110px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.disclaimer {
    bottom: 156px;
  }
}
div.showroomContainer section.viewer ul.trims {
  margin-top: 10px;
  text-align: center;
}
div.showroomContainer section.viewer ul.trims li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.viewer ul.trims li a {
  color: black;
  font-family: ProximaNova-Bold;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a.selected {
    border-width: 4px;
  }
}
div.showroomContainer section.viewer div.rotation {
  margin: 14px 0;
  position: relative;
}
div.showroomContainer section.viewer div.rotation div.loader {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 100;
  display: none;
  opacity: 0.5;
}
div.showroomContainer section.viewer div.rotation div.message {
  position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -60px;
  font-size: 14px;
  line-height: 100px;
  display: none;
  width: 100%;
  color: #000000;
  text-align: center;
}
div.showroomContainer section.viewer div.rotation div.rcontainer {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
div.showroomContainer section.viewer div.rotation div.rcontainer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 76%;
  height: auto;
  display: none;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: 100%;
    max-width: 680px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: auto;
    height: 100%;
  }
}
div.showroomContainer section.viewer div.rotation div.sizer {
  padding: 0px 0 60px;
  width: 84%;
}
div.showroomContainer section.viewer div.rotation div.sizer img {
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 680px;
    padding: 0px 0 50px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 800px;
  }
}
div.showroomContainer section.viewer div.colouroptions {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions {
    bottom: 60px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer {
  display: inline-block;
  margin-bottom: 10px;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 4px;
  border: solid 0px #363636;
  background: #afafaf;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
    margin: 0 10px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a.selected {
  border: solid 2px black;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
}
div.showroomContainer section.viewer div.colouroptions p {
  font-size: 11px;
  color: black;
  opacity: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions p {
    font-size: 16px;
  }
}
div.showroomContainer section.highlights {
  background: white;
  position: relative;
  height: 640px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights {
    height: 640px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights {
    height: 680px;
  }
}
div.showroomContainer section.highlights .flickity-page-dots {
  bottom: 25px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights .flickity-page-dots {
    width: 50%;
    bottom: 25px;
  }
}
div.showroomContainer section.highlights button.flickity-prev-next-button {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
div.showroomContainer section.highlights div.highlights_slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item {
  width: 100%;
  height: 100%;
  font-size: 0;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
    height: 100%;
    width: 50%;
    text-align: left;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  padding: 25px 15px;
  max-width: 320px;
  min-height: 240px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: 90%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: none;
    padding: 0 100px;
    height: 100%;
    min-height: none;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option:lang(fr) {
    padding: 0px 80px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcenter {
  height: 100%;
  width: 100%;
  display: table;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
  line-height: 30px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
    font-size: 64px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
    line-height: 58px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
  font-size: 11px;
  line-height: 17px;
  text-transform: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
  color: #ED0000;
  border-color: #ED0000;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
    font-size: 22px;
    display: inline-block;
    line-height: 24px;
    border-width: 4px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid {
  float: right;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
  display: none;
  width: 50%;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 400px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 340px;
    display: inline-block;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  height: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    height: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    display: inline-block;
    position: static;
    width: 50%;
    height: 340px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.full {
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
  top: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: auto;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
    display: inline-block;
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:hover div.imgHolder {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a div.imgHolder {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  display: none;
}
div.showroomContainer section.accessories {
  padding: 28px 4px 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.accessories h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.accessories ul.accessory_nav {
  margin: 10px 0;
  text-align: center;
}
div.showroomContainer section.accessories ul.accessory_nav li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.accessories ul.accessory_nav li a {
  line-height: 26px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_nav li a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories div.accessory_lists {
  position: relative;
  text-align: center;
  height: 100%;
}
div.showroomContainer section.accessories .showMore {
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore {
    margin-bottom: 0;
  }
}
div.showroomContainer section.accessories .showMore a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories ul.accessory_list {
  font-size: 0;
  margin-top: 20px;
  display: none;
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li {
    width: 23%;
    margin: 1%;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
div.showroomContainer section.accessories ul.accessory_list li.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
div.showroomContainer section.accessories ul.accessory_list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.showroomContainer section.accessories ul.accessory_list li img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  width: 100%;
  height: auto;
}
div.showroomContainer section.accessories ul.accessory_list li div.image {
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy {
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
  font-size: 17px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 17px;
  padding: 5px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
    font-size: 34px;
    line-height: 30px;
    padding: 15px 0;
  }
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span {
  display: inline-block;
  height: 22px;
  padding-right: 28px;
  position: relative;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:hover, div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy p {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy p {
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.accessories ul.accessory_list.exterior {
  display: block;
  opacity: 1;
}
div.showroomContainer section.warranty {
  position: relative;
  z-index: 1;
  padding: 30px;
}
div.showroomContainer section.warranty .warranty-ctas {
  display: flex;
  justify-content: space-around;
}
div.showroomContainer section.warranty div.backdropContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
div.showroomContainer section.warranty div.backdropContainer div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.showroomContainer section.warranty div.backdropContainer div.backdrop {
  background: url("/static/images/temp/sr_warranty_bg.492fe60e5a2a.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
div.showroomContainer section.warranty div.backdropContainer div.tint {
  background-color: rgba(165, 12, 17, 0.7);
  z-index: 2;
  overflow: hidden;
}
div.showroomContainer section.warranty aside {
  position: relative;
  z-index: 5;
  color: white;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
div.showroomContainer section.warranty aside h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 21px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.warranty aside h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h2 {
    font-size: 64px;
    line-height: 48px;
  }
}
div.showroomContainer section.warranty aside p {
  margin: 16px 0 10px;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside p {
    margin: 40px 0 25px;
    font-size: 16px;
    line-height: 22px;
  }
}
div.showroomContainer section.warranty aside .features {
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features {
    margin-bottom: 20px;
  }
}
div.showroomContainer section.warranty aside .features li {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features li {
    font-size: 22px;
    line-height: 30px;
  }
}
div.showroomContainer section.warranty aside a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside a {
    font-size: 22px;
  }
}
div.showroomContainer section.specifications {
  padding: 10px 0px 72px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications.buildprice {
  padding: 10px 0px 0px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications.buildprice {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications div.compare {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 72px;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare {
    text-align: right;
    height: auto;
    bottom: auto;
    width: auto;
    display: block;
    right: 20px;
    top: 60px;
  }
}
div.showroomContainer section.specifications div.compare a {
  line-height: 72px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare a {
    line-height: 24px;
    font-size: 22px;
  }
}
div.showroomContainer section.specifications h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.specifications h4 {
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h4 {
    display: none;
    font-size: 22px;
    line-height: 32px;
  }
}
div.showroomContainer section.specifications ul.trims {
  font-size: 0;
}
div.showroomContainer section.specifications ul.trims li.trim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-bottom: solid 1px black;
}
div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
  border-top: solid 1px black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
    border-top: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim a {
  display: block;
  color: black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim a {
    cursor: default;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open {
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim.open {
    background: transparent;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open div.features {
  display: block;
  height: auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim {
    width: 23%;
    margin: 1%;
    border: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.image {
    display: block;
    width: 100%;
    height: 200px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image img {
  width: 100%;
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  height: 80px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines {
    display: block;
    height: 90px;
    width: 100%;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter {
  display: table;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 42px;
    line-height: 36px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  height: 11px;
  background: url("/static/vector/arrow_down_b.12d43b2139b1.svg") no-repeat center center;
  background-size: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow.open {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features {
  overflow: hidden;
  height: 0px;
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features {
    background: transparent;
    padding: 0px;
    display: block;
    height: auto;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features.open {
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
    padding: 0;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    font-size: 26px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
  margin-bottom: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
  font-size: 11px;
  line-height: 17px;
  padding-left: 6px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package {
  color: #ED0000;
  font-weight: 700;
  line-height: 22px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span {
  display: inline-block;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover a, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus a {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span em {
  border-bottom: solid 1px #ED0000;
  padding-bottom: 2px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:hover, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features a {
  display: inline-block;
  margin-right: 28px;
  color: #737373;
  border-color: black;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a {
    margin: 10px 0;
    font-size: 21px;
    line-height: 22px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
  color: #ED0000;
  line-height: 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
    border-width: 4px;
    line-height: 18px;
  }
}

div.showroomGallery a.closeButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  line-height: 100px;
  z-index: 100;
  background: url("/static/vector/closex_w.b2e9cb5c1444.svg") no-repeat center center;
  overflow: hidden;
}
div.showroomGallery a.closeButton:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomGallery a.closeButton:hover, div.showroomGallery a.closeButton:focus {
  opacity: 0.5;
}
div.showroomGallery div.icontainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  padding: 1%;
}
div.showroomGallery div.icontainer div.image-gallery-item {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: inline-block;
}
div.showroomGallery div.icontainer div.image-gallery-item img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomGallery div.icontainer div.image-gallery-item {
    width: 100%;
  }
}
div.showroomGallery .image-gallery-item-caption {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  text-align: center;
  opacity: 0;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomGallery .image-gallery-item-caption {
    width: 500px;
    font-size: 16px;
  }
}
div.showroomGallery a.arrow {
  top: 48%;
}

/*GENERAL STYLING FOR ABOUT AND WARRANTY PAGE (TO BE MOVED) */
.section-heading, .content-heading {
  font-size: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
  line-height: 15px;
  position: relative;
}
.section-heading.hero, .hero.content-heading {
  line-height: 21px;
  padding-top: 15px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .section-heading.hero, .hero.content-heading {
    color: white;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-heading.hero, .hero.content-heading {
    color: white;
    line-height: 42px;
  }
}
.section-heading.light, .light.content-heading {
  color: white;
}
@media only screen and (min-width: 48em) {
  .section-heading, .content-heading {
    font-size: 28px;
    padding-top: 0;
    line-height: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-heading, .content-heading {
    font-size: 42px;
    line-height: 35px;
  }
}

.section-sub-heading {
  font-size: 30px;
  font-family: 'Knockout 69 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 28px;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 48em) {
  .section-sub-heading.hero {
    color: white;
  }
}
@media only screen and (min-width: 48em) {
  .section-sub-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-sub-heading {
    font-size: 64px;
    line-height: 50px;
    padding: 0 0 20px 0;
  }
}
.section-sub-heading.light {
  color: white;
}

.section-content {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 48em) {
  .section-content.hero {
    color: white;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-content.light {
  color: white;
}

.content-heading {
  margin-bottom: 8px;
  padding: 10px 0 0 0;
  line-height: 21px;
}
.content-heading.no-padding {
  padding: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .content-heading {
    padding: 10px 0 0 0;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .content-heading {
    padding: 10px 0 0 0;
    line-height: 42px;
  }
}

.list-content {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}
@media only screen and (min-width: 62.0625em) {
  .list-content {
    font-size: 16px;
    line-height: 24px;
  }
}

.list-content-bullets {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}
.list-content-bullets ul {
  list-style: disc;
  list-style-position: inside;
}
@media only screen and (min-width: 62.0625em) {
  .list-content-bullets {
    font-size: 16px;
    line-height: 24px;
  }
}

/*GENERAL STYLING END */
.become-dealer-header {
  background-image: url("/static/images/temp/roadblockheader.a480744a0f04.jpg");
  height: auto;
}

div.aboutContainer {
  /* HISTORY SECTION*/
}
div.aboutContainer section.overview .hero-image {
  position: relative;
  background-size: cover;
  height: 350px;
}
@media only screen and (min-width: 48em) {
  div.aboutContainer section.overview .hero-image {
    height: 500px;
  }
}
div.aboutContainer section.overview .info {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer section.overview .info {
    width: 50%;
    padding-top: 120px;
    padding-left: 2%;
    position: absolute;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer section.overview .info {
    width: 45%;
    padding-top: 120px;
    padding-left: 2%;
    position: absolute;
  }
}
div.aboutContainer section.news_events #title {
  text-align: center;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer section.news_events #title {
    padding-bottom: 30px;
  }
}
div.aboutContainer .section-sub-heading {
  padding-top: 10px;
}
div.aboutContainer .headline-white {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer .headline-white {
    font-size: 42px;
  }
}
div.aboutContainer div.historyContainer {
  /*
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding: 46.167 0 0 0;
  */
}
div.aboutContainer #history {
  padding-bottom: 0px;
}
div.aboutContainer div.history {
  background-color: #000;
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
}
div.aboutContainer #history-carousel-chooser {
  text-align: center;
  margin-top: 21px;
  height: 50px;
  white-space: nowrap;
  left: 50%;
  margin-left: -155px;
  position: absolute;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -o-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  /*@media only screen and (min-width:48em) and (max-width:62em) {
      margin-left: 0;
      white-space: normal;
      @include transform( scale(1,1));
  }*/
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer #history-carousel-chooser {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    white-space: normal;
    margin-left: 0;
    position: inherit;
  }
}
div.aboutContainer #history-carousel-chooser .chooser-components {
  display: inline-block;
}
div.aboutContainer .history-chooser-spacer {
  background: url("/static/images/about/indicator-line.21f297ee21ed.png") no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  width: 42px;
  height: 1px;
}
div.aboutContainer .history-chooser-indicator {
  background: url("/static/images/about/indicator-off.6a5fd5a881cd.png") no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-top: -20px;
  width: 13px;
  padding: 20px;
  height: 13px;
  position: relative;
  text-align: center;
  color: #999999;
}
div.aboutContainer .history-chooser-indicator div {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 20px;
  position: relative;
  width: 39px;
  margin-top: 21px;
  margin-left: -13px;
  text-align: center;
}
div.aboutContainer .indicator-active {
  background: url("/static/images/about/indicator-on.0765f1efc19e.png") no-repeat;
  background-position: center center;
}
div.aboutContainer .history-chooser-indicator:hover {
  background: url("/static/images/about/indicator-on.0765f1efc19e.png") no-repeat;
  background-position: center center;
  color: #E9122B;
}
div.aboutContainer #history-left-arrow {
  background-image: url("/static/images/about/left-arrow-history.decd2a34a2eb.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 27px;
  padding: 20px 20px;
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
div.aboutContainer #history-right-arrow {
  background-image: url("/static/images/about/right-arrow-history.6e4e5cded6f9.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 27px;
  padding: 20px 20px;
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
div.aboutContainer #history-carousel {
  position: relative;
  overflow: hidden;
  height: 300px;
  background-color: #000;
  vertical-align: top;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer #history-carousel {
    height: 500px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer #history-carousel {
    height: 500px;
  }
}
div.aboutContainer .carousel-images {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.6, 0.6) translate(-65%, 0);
  -moz-transform: scale(0.6, 0.6) translate(-65%, 0);
  -ms-transform: scale(0.6, 0.6) translate(-65%, 0);
  -o-transform: scale(0.6, 0.6) translate(-65%, 0);
  transform: scale(0.6, 0.6) translate(-65%, 0);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media only screen and (orientation: landscape) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.6, 0.6) translate(-25%, 0);
    -moz-transform: scale(0.6, 0.6) translate(-25%, 0);
    -ms-transform: scale(0.6, 0.6) translate(-25%, 0);
    -o-transform: scale(0.6, 0.6) translate(-25%, 0);
    transform: scale(0.6, 0.6) translate(-25%, 0);
  }
}
@media only screen and (orientation: landscape) and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.9, 0.9) translate(-25%, 0);
    -moz-transform: scale(0.9, 0.9) translate(-25%, 0);
    -ms-transform: scale(0.9, 0.9) translate(-25%, 0);
    -o-transform: scale(0.9, 0.9) translate(-25%, 0);
    transform: scale(0.9, 0.9) translate(-25%, 0);
  }
}

@media only screen and (min-width: 62.0625em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-left: 0;
  }
}
div.aboutContainer .history-text {
  background-image: url("/static/images/about/text-container.badd9e7150c6.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 360px;
}
div.aboutContainer .history-text p {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: white;
  padding: 10px;
  line-height: 110%;
}
div.aboutContainer #history-img-1917 {
  display: block;
  position: absolute;
  left: -4046px;
  top: 315px;
  z-index: 41;
}
div.aboutContainer #history-img-modela-1 {
  display: block;
  position: absolute;
  left: -4329px;
  top: 143px;
  z-index: 51;
}
div.aboutContainer #history-img-modela-2 {
  display: block;
  position: absolute;
  left: -5476px;
  top: 231px;
  z-index: 91;
}
div.aboutContainer #history-img-px33-1 {
  display: block;
  position: absolute;
  left: -4325px;
  top: 128px;
  z-index: 61;
}
div.aboutContainer #history-img-hover-1917 {
  display: block;
  position: absolute;
  width: 360px;
  left: -5447px;
  top: 393px;
  z-index: 96;
}
div.aboutContainer #history-img-px33-2 {
  display: block;
  position: absolute;
  left: -3935px;
  top: 331px;
  z-index: 51;
}
div.aboutContainer #history-img-px33-3 {
  display: block;
  position: absolute;
  left: -4948px;
  top: 156px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-1936 {
  display: block;
  position: absolute;
  width: 360px;
  left: -5070px;
  top: 322px;
  z-index: 92;
}
div.aboutContainer #history-img-1936 {
  display: block;
  position: absolute;
  left: -3078px;
  top: 393px;
  z-index: 21;
}
div.aboutContainer #history-img-px33-4 {
  display: block;
  position: absolute;
  left: -3665px;
  top: 124px;
  z-index: 51;
}
div.aboutContainer #history-img-colt-1 {
  display: block;
  position: absolute;
  left: -2822px;
  top: 336px;
  z-index: 11;
}
div.aboutContainer #history-img-colt1000 {
  display: block;
  position: absolute;
  left: -4564px;
  top: 194px;
  z-index: 91;
}
div.aboutContainer #history-img-colt-3 {
  display: block;
  position: absolute;
  left: -3171px;
  top: 119px;
  z-index: 41;
}
div.aboutContainer #history-img-hover-1964 {
  display: block;
  position: absolute;
  width: 360px;
  left: -4535px;
  top: 337px;
  z-index: 96;
}
div.aboutContainer #history-img-1964 {
  display: block;
  position: absolute;
  left: -2460px;
  top: 171px;
  z-index: 1;
}
div.aboutContainer #history-img-lancer-1 {
  display: block;
  position: absolute;
  left: -3398px;
  top: 327px;
  z-index: 61;
}
div.aboutContainer #history-img-lancer-2 {
  display: block;
  position: absolute;
  left: -4092px;
  top: 173px;
  z-index: 91;
}
div.aboutContainer #history-img-lancer-3 {
  display: block;
  position: absolute;
  left: -2936px;
  top: 135px;
  z-index: 51;
}
div.aboutContainer #history-img-hover-1974 {
  display: block;
  position: absolute;
  width: 300px;
  left: -3996px;
  top: 325px;
  z-index: 96;
}
div.aboutContainer #history-img-1974 {
  display: block;
  position: absolute;
  left: -2174px;
  top: 374px;
  z-index: 1;
}
div.aboutContainer #history-img-pajero-1 {
  display: block;
  position: absolute;
  left: -2901px;
  top: 363px;
  z-index: 56;
}
div.aboutContainer #history-img-pajero-2 {
  display: block;
  position: absolute;
  left: -3634px;
  top: 153px;
  z-index: 91;
}
div.aboutContainer #history-img-pajero-3 {
  display: block;
  position: absolute;
  left: -2514px;
  top: 114px;
  z-index: 46;
}
div.aboutContainer #history-img-hover-1985 {
  display: block;
  position: absolute;
  width: 360px;
  left: -3577px;
  top: 375px;
  z-index: 96;
}
div.aboutContainer #history-img-1985 {
  display: block;
  position: absolute;
  left: -1875px;
  top: 295px;
  z-index: 1;
}
div.aboutContainer #history-img-galant-1 {
  display: block;
  position: absolute;
  left: -2349px;
  top: 165px;
  z-index: 41;
}
div.aboutContainer #history-img-eclipse {
  display: block;
  position: absolute;
  left: -3154px;
  top: 229px;
  z-index: 91;
}
div.aboutContainer #history-img-galant-3 {
  display: block;
  position: absolute;
  left: -2294px;
  top: 135px;
  z-index: 51;
}
div.aboutContainer #history-img-hover-1990 {
  display: block;
  position: absolute;
  width: 340px;
  left: -3120px;
  top: 365px;
  z-index: 96;
}
div.aboutContainer #history-img-1990 {
  display: block;
  position: absolute;
  left: -1734px;
  top: 136px;
  z-index: 1;
}
div.aboutContainer #history-img-ev2000 {
  display: block;
  position: absolute;
  left: -2600px;
  top: 185px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-1999 {
  display: block;
  position: absolute;
  width: 300px;
  left: -2644px;
  top: 335px;
  z-index: 96;
}
div.aboutContainer #history-img-1999 {
  display: block;
  position: absolute;
  left: -1466px;
  top: 371px;
  z-index: 1;
}
div.aboutContainer #history-img-10yr-warranty-badge-en {
  display: block;
  position: absolute;
  left: -2107px;
  top: 270px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-2004 {
  display: block;
  position: absolute;
  width: 360px;
  left: -2255px;
  top: 411px;
  z-index: 96;
}
div.aboutContainer #history-img-2004 {
  display: block;
  position: absolute;
  left: -1293px;
  top: 136px;
  z-index: 1;
}
div.aboutContainer #history-img-evox-1 {
  display: block;
  position: absolute;
  left: -1631px;
  top: 112px;
  z-index: 61;
}
div.aboutContainer #history-img-evox-2 {
  display: block;
  position: absolute;
  left: -1420px;
  top: 306px;
  z-index: 41;
}
div.aboutContainer #history-img-evox-3 {
  display: block;
  position: absolute;
  left: -1754px;
  top: 185px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-2008 {
  display: block;
  position: absolute;
  width: 360px;
  left: -1711px;
  top: 400px;
  z-index: 96;
}
div.aboutContainer #history-img-2008 {
  display: block;
  position: absolute;
  left: -945px;
  top: 364px;
  z-index: 1;
}
div.aboutContainer #history-img-imiev-1 {
  display: block;
  position: absolute;
  left: -1248px;
  top: 173px;
  z-index: 91;
}
div.aboutContainer #history-img-imiev-2 {
  display: block;
  position: absolute;
  left: -903px;
  top: 294px;
  z-index: 56;
}
div.aboutContainer #history-img-hover-2009 {
  display: block;
  position: absolute;
  width: 360px;
  left: -1260px;
  top: 318px;
  z-index: 96;
}
div.aboutContainer #history-img-2009 {
  display: block;
  position: absolute;
  left: -689px;
  top: 165px;
  z-index: 1;
}
div.aboutContainer #history-img-imiev-battery-history {
  display: block;
  position: absolute;
  left: -700px;
  top: 276px;
  z-index: 81;
}

/* END HISTORY SECTION */
div.warrantyContainer {
  /*TEMPORARY OVERLAY */
}
div.warrantyContainer .plan-header {
  padding-top: 15%;
  padding-bottom: 15%;
}
div.warrantyContainer .plan-heading {
  font-size: 60px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  width: auto;
}
div.warrantyContainer .plan-heading.diamond {
  font-size: 40px;
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .plan-heading.diamond {
    font-size: 90px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .plan-heading {
    font-size: 110px;
    line-height: 80px;
  }
}
div.warrantyContainer .plan-sub-heading {
  font-size: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 21px;
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .plan-sub-heading {
    font-size: 42px;
    line-height: 42px;
  }
}
div.warrantyContainer .plan-content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.warrantyContainer .plan-content.diamond {
  margin-left: 2%;
  left: 0;
}
div.warrantyContainer .planImage {
  min-height: 150px;
  width: 100%;
  height: 100%;
  background-color: #FF2702;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .planImage {
    min-height: 300px;
  }
}
div.warrantyContainer .plan-with-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
}
div.warrantyContainer .plan-with-img img {
  width: 100%;
}
div.warrantyContainer .img-heading {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.warrantyContainer .large-img {
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.warrantyContainer .large-img {
    display: block;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .large-img {
    display: block;
  }
}
div.warrantyContainer .small-img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  div.warrantyContainer .small-img {
    display: none;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer .small-img {
    display: none;
  }
}
div.warrantyContainer ul {
  padding-top: 0;
}
div.warrantyContainer .content-heading {
  padding-top: 0;
}
div.warrantyContainer .eligibleVehicles_list li {
  display: inline-block;
  text-align: center;
}
div.warrantyContainer .eligible_vehicle {
  width: 88%;
}
div.warrantyContainer h2 span {
  display: inline-block;
  height: 22px;
  padding-right: 28px;
  position: relative;
}
div.warrantyContainer h2 span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.warrantyContainer h2 span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.warrantyContainer h2 span a.infobox {
    top: 15%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer h2 span a.infobox {
    top: 50%;
  }
}
div.warrantyContainer h2 span a.infobox:hover, div.warrantyContainer h2 span a.infobox:focus {
  opacity: 0.5;
}
div.warrantyContainer h6 {
  font-size: 11px;
  font-family: ProximaNova-Bold, Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.2;
}
@media only screen and (min-width: 62.0625em) {
  div.warrantyContainer h6 {
    line-height: 27px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 48em) {
  div.warrantyContainer section.overview .hero-image {
    overflow: hidden;
    background-color: black;
  }
}
div.warrantyContainer section.overview .hero-image img {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  div.warrantyContainer section.overview .hero-image img {
    position: absolute;
    width: auto;
  }
}
@media only screen and (min-width: 48em) {
  div.warrantyContainer section.overview .overview_info {
    float: none;
    padding-top: 3%;
    padding: 3% 28px 0 28px;
  }
}
div.warrantyContainer .banner-gradient {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
div.warrantyContainer .banner-gradient:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  background: -webkit-linear-gradient( left , transparent 50%, rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.6) 80%);
}

div.infoOverlay div.infoContainer--offers {
  height: auto;
}
div.infoOverlay div.infoContainer--offers .legal {
  padding-right: 5%;
}

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

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

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

.rebate-content p:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vehicle-heading-stacked {
  vertical-align: bottom;
  display: inline-block;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: .9;
  margin-bottom: 2px;
}
@media only screen and (min-width: 62.0625em) {
  .vehicle-heading-stacked {
    font-size: 32px;
  }
}

.vehicle-sub-heading {
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 16px;
}
.vehicle-sub-heading .info-circle {
  margin-top: -2px;
}
@media only screen and (min-width: 62.0625em) {
  .vehicle-sub-heading {
    font-size: 22px;
  }
  .vehicle-sub-heading .info-circle {
    margin-top: 0px;
  }
}

.heading-inline {
  display: inline-block;
  margin-right: 4px;
}

.detail-value {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
.detail-value sup {
  font-size: 58%;
}
@media only screen and (min-width: 48em) {
  .detail-value {
    font-size: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .detail-value {
    font-size: 40px;
  }
}

.detail-value--inline {
  display: inline;
}

.detail-value--large {
  font-size: 36px;
}
@media only screen and (min-width: 48em) {
  .detail-value--large {
    font-size: 40px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .detail-value--large {
    font-size: 64px;
  }
}

.detail-pull-right {
  position: absolute;
  bottom: 2px;
  right: 4%;
}

.details {
  margin-bottom: 30px;
}
.details small {
  display: block;
  margin-top: 10px;
}

#rebates {
  background: white;
}
#rebates .heading-2 {
  display: inline-block;
}
#rebates .hidden-content {
  display: none;
}
#rebates p {
  margin-bottom: 20px;
  line-height: 1.3;
}
#rebates .column:nth-child(3), #rebates .column:nth-child(5) {
  clear: both;
}
@media only screen and (min-width: 62.0625em) {
  #rebates .column:nth-child(3), #rebates .column:nth-child(5) {
    clear: none;
  }
  #rebates .column:nth-child(4) {
    clear: both;
  }
}
#rebates .column:last-child {
  float: left;
}

.rebates-img {
  margin: 20px 0;
}

@media only screen and (min-width: 62.0625em) {
  section.rebates {
    padding-top: 60px;
  }
}

div.offers, section.rebates {
  background: white;
}
div.offers .include, section.rebates .include {
  margin-bottom: 20px;
}
div.offers .has-tip, section.rebates .has-tip {
  border-bottom: 1px solid;
  line-height: 1.3;
}
div.offers .has-tip:hover, section.rebates .has-tip:hover {
  color: #333;
  opacity: .8;
}
div.offers .tooltip, section.rebates .tooltip {
  background: #eee;
  color: #666;
}
div.offers .moreInfo, section.rebates .moreInfo {
  display: block;
  position: relative;
}
div.offers .moreInfo a.infobox, section.rebates .moreInfo a.infobox {
  position: static;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
div.offers .moreInfo a.infobox:before, section.rebates .moreInfo a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.offers .moreInfo a.infobox:hover, div.offers .moreInfo a.infobox:focus, section.rebates .moreInfo a.infobox:hover, section.rebates .moreInfo a.infobox:focus {
  opacity: 0.5;
}
div.offers .specialsAnchor, section.rebates .specialsAnchor {
  position: relative;
  top: -100px;
}
@media only screen and (min-width: 62.0625em) {
  div.offers .specialsAnchor, section.rebates .specialsAnchor {
    top: -200px;
  }
}
div.offers .details .moreInfo, section.rebates .details .moreInfo {
  position: relative;
  display: inline;
}
@media only screen and (max-width: 47.9375em) {
  div.offers .details .infobox, section.rebates .details .infobox {
    width: 12px;
    height: 12px;
    background-size: cover;
    margin-left: 4px;
  }
}
div.offers p.lead, section.rebates p.lead {
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.offers span, section.rebates span {
  display: inline;
  height: auto;
  padding: 0;
  position: static;
}
div.offers .fs-reset, section.rebates .fs-reset {
  font-size: 12px;
}
div.offers .vehicle, section.rebates .vehicle {
  margin-bottom: 40px;
  background: white;
}
div.offers .vehicle-description, section.rebates .vehicle-description {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
div.offers .detail-heading, section.rebates .detail-heading {
  padding: 0 !important;
  margin-bottom: 4px;
  font-family: ProximaNova-Bold, sans-serif;
}
div.offers .ctas--offers, section.rebates .ctas--offers {
  margin-bottom: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.offers .ctas--offers, section.rebates .ctas--offers {
    margin-bottom: 48px;
  }
}
div.offers .ctas a:last-child, section.rebates .ctas a:last-child {
  margin-right: 0 !important;
}
@media only screen and (min-width: 23em) {
  div.offers .detail-value, section.rebates .detail-value {
    font-size: 26px;
  }
  div.offers .detail-value--large, section.rebates .detail-value--large {
    font-size: 42px;
  }
  div.offers .fs-reset, section.rebates .fs-reset {
    font-size: 14px;
  }
}
@media only screen and (min-width: 48em) {
  div.offers .vehicle .car .image, section.rebates .vehicle .car .image {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.offers .fs-reset, section.rebates .fs-reset {
    font-size: 18px;
  }
  div.offers .details, section.rebates .details {
    margin-bottom: 40px;
  }
  div.offers .detail-heading, section.rebates .detail-heading {
    padding: 0 !important;
  }
  div.offers .detail-value, section.rebates .detail-value {
    font-size: 40px;
  }
  div.offers .detail-value--large, section.rebates .detail-value--large {
    font-size: 64px;
  }
  div.offers .vehicle, section.rebates .vehicle {
    margin-bottom: 0px;
  }
  div.offers .vehicle-description, section.rebates .vehicle-description {
    font-size: 16px;
  }
  div.offers .detail-pull-right, section.rebates .detail-pull-right {
    right: 8%;
  }
}
@media only screen and (min-width: 64em) {
  div.offers .detail-pull-right, section.rebates .detail-pull-right {
    right: 12%;
  }
}

div.allVehiclesContainer.fleet h3:first-child, div.allVehiclesContainer.fleet h2:first-child, div.allVehiclesContainer.fleet .vehicle-sub-heading {
  margin-top: 0;
}

.large-padding {
  padding: 15px 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .large-padding {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 62.0625em) {
  .large-padding {
    padding: 40px 10px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .button_text--large {
    font-size: 18px;
  }
}

.hero {
  position: relative;
}

.hero-heading {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Knockout 69 A", "Knockout 69 B", Helvetica, Arial, sans-serif;
  margin-top: 0;
  line-height: .8;
}
@media only screen and (min-width: 62.0625em) {
  .hero-heading {
    font-size: 64px;
  }
}

.hero-sub-heading {
  line-height: .8;
  font-size: 28px;
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  .hero-sub-heading {
    font-size: 42px;
  }
}

.hero-caption {
  position: absolute;
  bottom: 0;
}

.fleet .vehicle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .fleet .vehicle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .fleet .large-5 h2 {
    margin-top: 40px;
  }
}
.fleet h3 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.fleet .tertiary-heading {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .fleet .tertiary-heading {
    font-size: 24px;
  }
}
.fleet p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.fleet .list-copy {
  position: relative;
  margin-bottom: 40px;
}
.fleet .list-copy li {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.fleet .list-copy li:before {
  content: '-';
  position: absolute;
  left: 0px;
}
.fleet .list-vertical {
  line-height: 1.5;
}
.fleet .list-vertical li {
  overflow: hidden;
  padding-bottom: 10px;
  display: block;
}
.fleet .list-vertical a {
  border-bottom: 1px solid;
  transition: all .3s;
}
.fleet .list-vertical a:hover {
  opacity: .5;
}
.fleet .hero-image {
  height: 500px;
  background-image: url("/static/images/temp/mitsubishi_fleet_1366.31d35b828ad6.jpg");
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .fleet .hero-image {
    background-image: url("/static/images/temp/mitsubishi_fleet_736.c6e7ea438048.jpg");
    height: 320px;
  }
}
.fleet .hero-caption {
  position: relative;
  top: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .fleet .hero-caption {
    top: 60px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .fleet .column-spacer {
    margin-bottom: 40px;
  }
}

/*GENERAL STYLING FOR ABOUT AND WARRANTY PAGE (TO BE MOVED) */
.section-heading, .content-heading {
  font-size: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
  line-height: 15px;
  position: relative;
}
.section-heading.hero, .hero.content-heading {
  line-height: 21px;
  padding-top: 15px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .section-heading.hero, .hero.content-heading {
    color: white;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-heading.hero, .hero.content-heading {
    color: white;
    line-height: 42px;
  }
}
.section-heading.light, .light.content-heading {
  color: white;
}
@media only screen and (min-width: 48em) {
  .section-heading, .content-heading {
    font-size: 28px;
    padding-top: 0;
    line-height: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-heading, .content-heading {
    font-size: 42px;
    line-height: 35px;
  }
}

.section-sub-heading {
  font-size: 30px;
  font-family: 'Knockout 69 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 28px;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 48em) {
  .section-sub-heading.hero {
    color: white;
  }
}
@media only screen and (min-width: 48em) {
  .section-sub-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-sub-heading {
    font-size: 64px;
    line-height: 50px;
    padding: 0 0 20px 0;
  }
}
.section-sub-heading.light {
  color: white;
}

.section-content {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 48em) {
  .section-content.hero {
    color: white;
  }
}
@media only screen and (min-width: 62.0625em) {
  .section-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-content.light {
  color: white;
}

.content-heading {
  margin-bottom: 8px;
  padding: 10px 0 0 0;
  line-height: 21px;
}
.content-heading.no-padding {
  padding: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .content-heading {
    padding: 10px 0 0 0;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .content-heading {
    padding: 10px 0 0 0;
    line-height: 42px;
  }
}

.list-content {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}
@media only screen and (min-width: 62.0625em) {
  .list-content {
    font-size: 16px;
    line-height: 24px;
  }
}

.list-content-bullets {
  font-size: 11px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 18px;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}
.list-content-bullets ul {
  list-style: disc;
  list-style-position: inside;
}
@media only screen and (min-width: 62.0625em) {
  .list-content-bullets {
    font-size: 16px;
    line-height: 24px;
  }
}

/*GENERAL STYLING END */
.become-dealer-header {
  background-image: url("/static/images/temp/roadblockheader.a480744a0f04.jpg");
  height: auto;
}

div.aboutContainer {
  /* HISTORY SECTION*/
}
div.aboutContainer section.overview .hero-image {
  position: relative;
  background-size: cover;
  height: 350px;
}
@media only screen and (min-width: 48em) {
  div.aboutContainer section.overview .hero-image {
    height: 500px;
  }
}
div.aboutContainer section.overview .info {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer section.overview .info {
    width: 50%;
    padding-top: 120px;
    padding-left: 2%;
    position: absolute;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer section.overview .info {
    width: 45%;
    padding-top: 120px;
    padding-left: 2%;
    position: absolute;
  }
}
div.aboutContainer section.news_events #title {
  text-align: center;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer section.news_events #title {
    padding-bottom: 30px;
  }
}
div.aboutContainer .section-sub-heading {
  padding-top: 10px;
}
div.aboutContainer .headline-white {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer .headline-white {
    font-size: 42px;
  }
}
div.aboutContainer div.historyContainer {
  /*
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding: 46.167 0 0 0;
  */
}
div.aboutContainer #history {
  padding-bottom: 0px;
}
div.aboutContainer div.history {
  background-color: #000;
  display: block;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
}
div.aboutContainer #history-carousel-chooser {
  text-align: center;
  margin-top: 21px;
  height: 50px;
  white-space: nowrap;
  left: 50%;
  margin-left: -155px;
  position: absolute;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -o-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  /*@media only screen and (min-width:48em) and (max-width:62em) {
      margin-left: 0;
      white-space: normal;
      @include transform( scale(1,1));
  }*/
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer #history-carousel-chooser {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    white-space: normal;
    margin-left: 0;
    position: inherit;
  }
}
div.aboutContainer #history-carousel-chooser .chooser-components {
  display: inline-block;
}
div.aboutContainer .history-chooser-spacer {
  background: url("/static/images/about/indicator-line.21f297ee21ed.png") no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  width: 42px;
  height: 1px;
}
div.aboutContainer .history-chooser-indicator {
  background: url("/static/images/about/indicator-off.6a5fd5a881cd.png") no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-top: -20px;
  width: 13px;
  padding: 20px;
  height: 13px;
  position: relative;
  text-align: center;
  color: #999999;
}
div.aboutContainer .history-chooser-indicator div {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 20px;
  position: relative;
  width: 39px;
  margin-top: 21px;
  margin-left: -13px;
  text-align: center;
}
div.aboutContainer .indicator-active {
  background: url("/static/images/about/indicator-on.0765f1efc19e.png") no-repeat;
  background-position: center center;
}
div.aboutContainer .history-chooser-indicator:hover {
  background: url("/static/images/about/indicator-on.0765f1efc19e.png") no-repeat;
  background-position: center center;
  color: #E9122B;
}
div.aboutContainer #history-left-arrow {
  background-image: url("/static/images/about/left-arrow-history.decd2a34a2eb.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 27px;
  padding: 20px 20px;
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
div.aboutContainer #history-right-arrow {
  background-image: url("/static/images/about/right-arrow-history.6e4e5cded6f9.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 27px;
  padding: 20px 20px;
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
div.aboutContainer #history-carousel {
  position: relative;
  overflow: hidden;
  height: 300px;
  background-color: #000;
  vertical-align: top;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer #history-carousel {
    height: 500px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.aboutContainer #history-carousel {
    height: 500px;
  }
}
div.aboutContainer .carousel-images {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.6, 0.6) translate(-65%, 0);
  -moz-transform: scale(0.6, 0.6) translate(-65%, 0);
  -ms-transform: scale(0.6, 0.6) translate(-65%, 0);
  -o-transform: scale(0.6, 0.6) translate(-65%, 0);
  transform: scale(0.6, 0.6) translate(-65%, 0);
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media only screen and (orientation: landscape) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.6, 0.6) translate(-25%, 0);
    -moz-transform: scale(0.6, 0.6) translate(-25%, 0);
    -ms-transform: scale(0.6, 0.6) translate(-25%, 0);
    -o-transform: scale(0.6, 0.6) translate(-25%, 0);
    transform: scale(0.6, 0.6) translate(-25%, 0);
  }
}
@media only screen and (orientation: landscape) and (min-width: 48em) and (max-width: 62em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(0.9, 0.9) translate(-25%, 0);
    -moz-transform: scale(0.9, 0.9) translate(-25%, 0);
    -ms-transform: scale(0.9, 0.9) translate(-25%, 0);
    -o-transform: scale(0.9, 0.9) translate(-25%, 0);
    transform: scale(0.9, 0.9) translate(-25%, 0);
  }
}

@media only screen and (min-width: 62.0625em) {
  div.aboutContainer .carousel-images {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-left: 0;
  }
}
div.aboutContainer .history-text {
  background-image: url("/static/images/about/text-container.badd9e7150c6.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 360px;
}
div.aboutContainer .history-text p {
  font-family: "Knockout 27 A", "Knockout 27 B", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: white;
  padding: 10px;
  line-height: 110%;
}
div.aboutContainer #history-img-1917 {
  display: block;
  position: absolute;
  left: -4046px;
  top: 315px;
  z-index: 41;
}
div.aboutContainer #history-img-modela-1 {
  display: block;
  position: absolute;
  left: -4329px;
  top: 143px;
  z-index: 51;
}
div.aboutContainer #history-img-modela-2 {
  display: block;
  position: absolute;
  left: -5476px;
  top: 231px;
  z-index: 91;
}
div.aboutContainer #history-img-px33-1 {
  display: block;
  position: absolute;
  left: -4325px;
  top: 128px;
  z-index: 61;
}
div.aboutContainer #history-img-hover-1917 {
  display: block;
  position: absolute;
  width: 360px;
  left: -5447px;
  top: 393px;
  z-index: 96;
}
div.aboutContainer #history-img-px33-2 {
  display: block;
  position: absolute;
  left: -3935px;
  top: 331px;
  z-index: 51;
}
div.aboutContainer #history-img-px33-3 {
  display: block;
  position: absolute;
  left: -4948px;
  top: 156px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-1936 {
  display: block;
  position: absolute;
  width: 360px;
  left: -5070px;
  top: 322px;
  z-index: 92;
}
div.aboutContainer #history-img-1936 {
  display: block;
  position: absolute;
  left: -3078px;
  top: 393px;
  z-index: 21;
}
div.aboutContainer #history-img-px33-4 {
  display: block;
  position: absolute;
  left: -3665px;
  top: 124px;
  z-index: 51;
}
div.aboutContainer #history-img-colt-1 {
  display: block;
  position: absolute;
  left: -2822px;
  top: 336px;
  z-index: 11;
}
div.aboutContainer #history-img-colt1000 {
  display: block;
  position: absolute;
  left: -4564px;
  top: 194px;
  z-index: 91;
}
div.aboutContainer #history-img-colt-3 {
  display: block;
  position: absolute;
  left: -3171px;
  top: 119px;
  z-index: 41;
}
div.aboutContainer #history-img-hover-1964 {
  display: block;
  position: absolute;
  width: 360px;
  left: -4535px;
  top: 337px;
  z-index: 96;
}
div.aboutContainer #history-img-1964 {
  display: block;
  position: absolute;
  left: -2460px;
  top: 171px;
  z-index: 1;
}
div.aboutContainer #history-img-lancer-1 {
  display: block;
  position: absolute;
  left: -3398px;
  top: 327px;
  z-index: 61;
}
div.aboutContainer #history-img-lancer-2 {
  display: block;
  position: absolute;
  left: -4092px;
  top: 173px;
  z-index: 91;
}
div.aboutContainer #history-img-lancer-3 {
  display: block;
  position: absolute;
  left: -2936px;
  top: 135px;
  z-index: 51;
}
div.aboutContainer #history-img-hover-1974 {
  display: block;
  position: absolute;
  width: 300px;
  left: -3996px;
  top: 325px;
  z-index: 96;
}
div.aboutContainer #history-img-1974 {
  display: block;
  position: absolute;
  left: -2174px;
  top: 374px;
  z-index: 1;
}
div.aboutContainer #history-img-pajero-1 {
  display: block;
  position: absolute;
  left: -2901px;
  top: 363px;
  z-index: 56;
}
div.aboutContainer #history-img-pajero-2 {
  display: block;
  position: absolute;
  left: -3634px;
  top: 153px;
  z-index: 91;
}
div.aboutContainer #history-img-pajero-3 {
  display: block;
  position: absolute;
  left: -2514px;
  top: 114px;
  z-index: 46;
}
div.aboutContainer #history-img-hover-1985 {
  display: block;
  position: absolute;
  width: 360px;
  left: -3577px;
  top: 375px;
  z-index: 96;
}
div.aboutContainer #history-img-1985 {
  display: block;
  position: absolute;
  left: -1875px;
  top: 295px;
  z-index: 1;
}
div.aboutContainer #history-img-galant-1 {
  display: block;
  position: absolute;
  left: -2349px;
  top: 165px;
  z-index: 41;
}
div.aboutContainer #history-img-eclipse {
  display: block;
  position: absolute;
  left: -3154px;
  top: 229px;
  z-index: 91;
}
div.aboutContainer #history-img-galant-3 {
  display: block;
  position: absolute;
  left: -2294px;
  top: 135px;
  z-index: 51;
}
div.aboutContainer #history-img-hover-1990 {
  display: block;
  position: absolute;
  width: 340px;
  left: -3120px;
  top: 365px;
  z-index: 96;
}
div.aboutContainer #history-img-1990 {
  display: block;
  position: absolute;
  left: -1734px;
  top: 136px;
  z-index: 1;
}
div.aboutContainer #history-img-ev2000 {
  display: block;
  position: absolute;
  left: -2600px;
  top: 185px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-1999 {
  display: block;
  position: absolute;
  width: 300px;
  left: -2644px;
  top: 335px;
  z-index: 96;
}
div.aboutContainer #history-img-1999 {
  display: block;
  position: absolute;
  left: -1466px;
  top: 371px;
  z-index: 1;
}
div.aboutContainer #history-img-10yr-warranty-badge-en {
  display: block;
  position: absolute;
  left: -2107px;
  top: 270px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-2004 {
  display: block;
  position: absolute;
  width: 360px;
  left: -2255px;
  top: 411px;
  z-index: 96;
}
div.aboutContainer #history-img-2004 {
  display: block;
  position: absolute;
  left: -1293px;
  top: 136px;
  z-index: 1;
}
div.aboutContainer #history-img-evox-1 {
  display: block;
  position: absolute;
  left: -1631px;
  top: 112px;
  z-index: 61;
}
div.aboutContainer #history-img-evox-2 {
  display: block;
  position: absolute;
  left: -1420px;
  top: 306px;
  z-index: 41;
}
div.aboutContainer #history-img-evox-3 {
  display: block;
  position: absolute;
  left: -1754px;
  top: 185px;
  z-index: 91;
}
div.aboutContainer #history-img-hover-2008 {
  display: block;
  position: absolute;
  width: 360px;
  left: -1711px;
  top: 400px;
  z-index: 96;
}
div.aboutContainer #history-img-2008 {
  display: block;
  position: absolute;
  left: -945px;
  top: 364px;
  z-index: 1;
}
div.aboutContainer #history-img-imiev-1 {
  display: block;
  position: absolute;
  left: -1248px;
  top: 173px;
  z-index: 91;
}
div.aboutContainer #history-img-imiev-2 {
  display: block;
  position: absolute;
  left: -903px;
  top: 294px;
  z-index: 56;
}
div.aboutContainer #history-img-hover-2009 {
  display: block;
  position: absolute;
  width: 360px;
  left: -1260px;
  top: 318px;
  z-index: 96;
}
div.aboutContainer #history-img-2009 {
  display: block;
  position: absolute;
  left: -689px;
  top: 165px;
  z-index: 1;
}
div.aboutContainer #history-img-imiev-battery-history {
  display: block;
  position: absolute;
  left: -700px;
  top: 276px;
  z-index: 81;
}

/* END HISTORY SECTION */
a.arrow.showroom, .flickity-prev-next-button {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("/static/vector/showroom_arrow.d12d362d10f0.svg") no-repeat;
  background-size: 100%;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  a.arrow.showroom, .flickity-prev-next-button {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 14px;
  }
}
a.arrow.showroom.darker, .flickity-prev-next-button.darker {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
a.arrow.showroom.next, .flickity-prev-next-button.next {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  right: 10px;
  left: auto;
}
a.arrow.showroom:hover, a.arrow.showroom:focus, .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  opacity: 0.5;
}

nav.showroom, nav.warranty, .cpo-nav {
  top: 56px;
  background: rgba(255, 255, 255, 0.9);
  height: 56px;
  z-index: 9000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 75px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom, nav.warranty, .cpo-nav {
    top: 100px;
    padding-left: 144px;
    height: 46px;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 140px;
  }
}
@media only screen and (min-width: 85.4375em) {
  nav.showroom, nav.warranty, .cpo-nav {
    left: 50%;
    margin-left: -683px;
    width: 101%;
  }
  nav.showroom:lang(fr), nav.warranty:lang(fr), .cpo-nav:lang(fr) {
    padding-left: 146px;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom.condensed, nav.condensed.warranty, .condensed.cpo-nav {
    top: 60px;
  }
}
nav.showroom div.scroll, nav.warranty div.scroll, .cpo-nav div.scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  height: 116%;
}
@media only screen and (min-width: 48em) {
  nav.showroom div.scroll ul, nav.warranty div.scroll ul, .cpo-nav div.scroll ul {
    overflow: hidden;
    height: 100%;
  }
}
nav.showroom div.scroll ul:last-child, nav.warranty div.scroll ul:last-child, .cpo-nav div.scroll ul:last-child {
  padding-right: 110px;
}
nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
  display: inline-block;
  padding: 0px 16px;
  line-height: 56px;
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.scroll ul li, nav.warranty div.scroll ul li, .cpo-nav div.scroll ul li {
    padding: 0px 24px;
    line-height: 50px;
  }
  nav.showroom div.scroll ul li:lang(fr), nav.warranty div.scroll ul li:lang(fr), .cpo-nav div.scroll ul li:lang(fr) {
    padding: 0px 18px;
  }
}
nav.showroom div.scroll ul li.highlight, nav.warranty div.scroll ul li.highlight, .cpo-nav div.scroll ul li.highlight {
  float: right;
}
nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 126px;
  overflow: hidden;
  padding: 17px 18px;
  background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0) 0%, white 15%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 15%);
  text-align: right;
}
nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
  width: 160px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    background-position: center center;
  }
}
@media only screen and (min-width: 62.0625em) {
  nav.showroom div.buildprice, nav.warranty div.buildprice, .cpo-nav div.buildprice {
    padding: 6px 24px;
    width: 166px;
    background: none;
  }
  nav.showroom div.buildprice:lang(fr), nav.warranty div.buildprice:lang(fr), .cpo-nav div.buildprice:lang(fr) {
    width: 202px;
  }
}

div.showroomContainer section.overview {
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview {
    height: 80vh;
    min-height: 600px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
div.showroomContainer section.overview a.arrow {
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview a.arrow {
    display: block;
    top: auto;
    bottom: 14px;
  }
}
div.showroomContainer section.overview div.main_slideshow {
  height: 360px;
  z-index: 10;
}
@media only screen and (min-width: 20em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 360px;
  }
}
@media only screen and (min-width: 23.4375em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 420px;
  }
}
@media only screen and (min-width: 25.875em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 470px;
  }
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 560px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview div.main_slideshow {
    height: 100%;
  }
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item {
  background-size: cover;
  background-position: right 40%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.overview div.main_slideshow div.gallery_item img {
  opacity: 0;
}
div.showroomContainer section.overview ol.flickity-page-dots {
  bottom: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview ol.flickity-page-dots {
    bottom: 25px;
  }
}
div.showroomContainer section.overview aside {
  width: 100%;
  bottom: 0px;
  background: white;
  background-position: 0px;
  padding: 15px;
  z-index: 11;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside {
    padding: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside {
    position: absolute;
    left: 0;
    background: url("/static/vector/showroom_overview_cut_large.718985f005a1.svg") no-repeat -1px top;
    bottom: auto;
    top: 20%;
    width: 680px;
    background-size: cover;
    opacity: 0;
    padding: 20px 60px 20px 20px;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    -moz-transition: opacity 0.7s, -moz-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
  }
  div.showroomContainer section.overview aside.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  div.showroomContainer section.overview aside > * {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
  }
  div.showroomContainer section.overview aside > *.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  div.showroomContainer section.overview aside {
    top: 25%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years {
    padding-bottom: 6px;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
div.showroomContainer section.overview aside ul.years li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.years li a {
  color: #a8a8a8;
  font-size: 21px;
  border-color: #a8a8a8;
  display: block;
  line-height: 21px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.years li a {
    font-size: 34px;
    line-height: 34px;
  }
}
div.showroomContainer section.overview aside ul.years li a.highlight {
  border-color: black;
  color: black;
}
div.showroomContainer section.overview aside h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h1 {
    font-family: 'Knockout 68 A', 'Knockout 68 B', Helvetica, Arial, sans-serif;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: 0.04em;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
div.showroomContainer section.overview aside h2.starting {
  font-size: 11px;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 16px;
    padding: 14px 0 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside h2.starting {
    font-size: 22px;
    line-height: 34px;
    padding: 6px 0 26px;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
div.showroomContainer section.overview aside ul.features {
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.features {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
div.showroomContainer section.overview aside ul.ctas {
  padding: 20px 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas {
    padding-bottom: 10px;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
}
div.showroomContainer section.overview aside ul.ctas li {
  display: inline-block;
  padding-right: 20px;
}
div.showroomContainer section.overview aside ul.ctas li a {
  color: black;
  border-color: black;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.overview aside ul.ctas li a {
    font-size: 22px;
  }
  div.showroomContainer section.overview aside ul.ctas li a:lang(fr) {
    font-size: 18px;
  }
}
div.showroomContainer section.overview aside ul.ctas li a.buildprice {
  color: #ED0000;
  border-color: #ED0000;
  margin-right: 20px;
}
div.showroomContainer section.viewer {
  background: white;
  position: relative;
  padding: 20px 0;
}
div.showroomContainer section.viewer a.arrow {
  top: 48%;
  display: block;
  overflow: hidden;
}
div.showroomContainer section.viewer a.arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer a.arrow {
    top: 48%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer {
    height: 810px;
    padding: 50px;
  }
}
div.showroomContainer section.viewer h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.viewer h4 {
  font-size: 8px;
  padding: 12px 0;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0;
    max-width: 760px;
  }
}
div.showroomContainer section.viewer div.pagedots {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots {
    width: 92.5%;
    bottom: 130px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer {
  text-align: center;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #999;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.pagedots div.pdcontainer a {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-width: 2px;
  }
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a.selected {
  background: #ED0000;
  border-color: #ED0000;
}
div.showroomContainer section.viewer div.pagedots div.pdcontainer a:hover, div.showroomContainer section.viewer div.pagedots div.pdcontainer a:focus {
  opacity: 0.5;
}
div.showroomContainer section.viewer div.disclaimer {
  font-size: 10px;
  color: black;
  position: absolute;
  z-index: 100;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  text-align: center;
  bottom: 110px;
}
@media only screen and (min-width: 48em) {
  div.showroomContainer section.viewer div.disclaimer {
    bottom: 156px;
  }
}
div.showroomContainer section.viewer ul.trims {
  margin-top: 10px;
  text-align: center;
}
div.showroomContainer section.viewer ul.trims li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.viewer ul.trims li a {
  color: black;
  font-family: ProximaNova-Bold;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer ul.trims li a.selected {
    border-width: 4px;
  }
}
div.showroomContainer section.viewer div.rotation {
  margin: 14px 0;
  position: relative;
}
div.showroomContainer section.viewer div.rotation div.loader {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 100;
  display: none;
  opacity: 0.5;
}
div.showroomContainer section.viewer div.rotation div.message {
  position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -60px;
  font-size: 14px;
  line-height: 100px;
  display: none;
  width: 100%;
  color: #000000;
  text-align: center;
}
div.showroomContainer section.viewer div.rotation div.rcontainer {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
div.showroomContainer section.viewer div.rotation div.rcontainer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 76%;
  height: auto;
  display: none;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: 100%;
    max-width: 680px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.rcontainer img {
    width: auto;
    height: 100%;
  }
}
div.showroomContainer section.viewer div.rotation div.sizer {
  padding: 0px 0 60px;
  width: 84%;
}
div.showroomContainer section.viewer div.rotation div.sizer img {
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 680px;
    padding: 0px 0 50px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.rotation div.sizer {
    width: 100%;
    max-width: 800px;
  }
}
div.showroomContainer section.viewer div.colouroptions {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions {
    bottom: 60px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer {
  display: inline-block;
  margin-bottom: 10px;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 4px;
  border: solid 0px #363636;
  background: #afafaf;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions div.ccontainer a {
    margin: 0 10px;
  }
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a.selected {
  border: solid 2px black;
}
div.showroomContainer section.viewer div.colouroptions div.ccontainer a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 55%);
}
div.showroomContainer section.viewer div.colouroptions p {
  font-size: 11px;
  color: black;
  opacity: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.viewer div.colouroptions p {
    font-size: 16px;
  }
}
div.showroomContainer section.highlights {
  background: white;
  position: relative;
  height: 640px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights {
    height: 640px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights {
    height: 680px;
  }
}
div.showroomContainer section.highlights .flickity-page-dots {
  bottom: 25px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights .flickity-page-dots {
    width: 50%;
    bottom: 25px;
  }
}
div.showroomContainer section.highlights button.flickity-prev-next-button {
  background: url("/static/vector/showroom_arrow_g.9d85edc31030.svg") no-repeat;
  background-size: 100%;
}
div.showroomContainer section.highlights div.highlights_slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item {
  width: 100%;
  height: 100%;
  font-size: 0;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside {
    height: 100%;
    width: 50%;
    text-align: left;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  padding: 25px 15px;
  max-width: 320px;
  min-height: 240px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: 90%;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option {
    max-width: none;
    padding: 0 100px;
    height: 100%;
    min-height: none;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option:lang(fr) {
    padding: 0px 80px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcenter {
  height: 100%;
  width: 100%;
  display: table;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
  line-height: 30px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2 {
    font-size: 64px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option h2:lang(fr) {
    line-height: 58px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
  font-size: 11px;
  line-height: 17px;
  text-transform: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
  color: #ED0000;
  border-color: #ED0000;
  display: none;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.option a {
    font-size: 22px;
    display: inline-block;
    line-height: 24px;
    border-width: 4px;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid {
  float: right;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
  display: none;
  width: 50%;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 400px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a {
    height: 340px;
    display: inline-block;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  height: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    height: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.second {
    display: inline-block;
    position: static;
    width: 50%;
    height: 340px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a.full {
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
  top: 125px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: 150px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:last-of-type {
    top: auto;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:first-of-type {
    display: inline-block;
    width: 100%;
  }
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a:hover div.imgHolder {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a div.imgHolder {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.showroomContainer section.highlights div.highlights_slideshow div.gallery_item aside.image_grid a img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  display: none;
}
div.showroomContainer section.accessories {
  padding: 28px 4px 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.accessories h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.accessories ul.accessory_nav {
  margin: 10px 0;
  text-align: center;
}
div.showroomContainer section.accessories ul.accessory_nav li {
  display: inline-block;
  margin: 0 8px;
}
div.showroomContainer section.accessories ul.accessory_nav li a {
  line-height: 26px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_nav li a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories div.accessory_lists {
  position: relative;
  text-align: center;
  height: 100%;
}
div.showroomContainer section.accessories .showMore {
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore {
    margin-bottom: 0;
  }
}
div.showroomContainer section.accessories .showMore a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories .showMore a {
    font-size: 22px;
  }
}
div.showroomContainer section.accessories ul.accessory_list {
  font-size: 0;
  margin-top: 20px;
  display: none;
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li {
    width: 23%;
    margin: 1%;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
div.showroomContainer section.accessories ul.accessory_list li.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
div.showroomContainer section.accessories ul.accessory_list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.showroomContainer section.accessories ul.accessory_list li img {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  width: 100%;
  height: auto;
}
div.showroomContainer section.accessories ul.accessory_list li div.image {
  width: 100%;
  overflow: hidden;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy {
  text-align: left;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
  font-size: 17px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 17px;
  padding: 5px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy h3 {
    font-size: 34px;
    line-height: 30px;
    padding: 15px 0;
  }
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span {
  display: inline-block;
  height: 22px;
  padding-right: 28px;
  position: relative;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:hover, div.showroomContainer section.accessories ul.accessory_list li div.copy h3 span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.accessories ul.accessory_list li div.copy p {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.accessories ul.accessory_list li div.copy p {
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.accessories ul.accessory_list.exterior {
  display: block;
  opacity: 1;
}
div.showroomContainer section.warranty {
  position: relative;
  z-index: 1;
  padding: 30px;
}
div.showroomContainer section.warranty .warranty-ctas {
  display: flex;
  justify-content: space-around;
}
div.showroomContainer section.warranty div.backdropContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
div.showroomContainer section.warranty div.backdropContainer div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.showroomContainer section.warranty div.backdropContainer div.backdrop {
  background: url("/static/images/temp/sr_warranty_bg.492fe60e5a2a.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
div.showroomContainer section.warranty div.backdropContainer div.tint {
  background-color: rgba(165, 12, 17, 0.7);
  z-index: 2;
  overflow: hidden;
}
div.showroomContainer section.warranty aside {
  position: relative;
  z-index: 5;
  color: white;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
div.showroomContainer section.warranty aside h3 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 21px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.showroomContainer section.warranty aside h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside h2 {
    font-size: 64px;
    line-height: 48px;
  }
}
div.showroomContainer section.warranty aside p {
  margin: 16px 0 10px;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside p {
    margin: 40px 0 25px;
    font-size: 16px;
    line-height: 22px;
  }
}
div.showroomContainer section.warranty aside .features {
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features {
    margin-bottom: 20px;
  }
}
div.showroomContainer section.warranty aside .features li {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside .features li {
    font-size: 22px;
    line-height: 30px;
  }
}
div.showroomContainer section.warranty aside a {
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.warranty aside a {
    font-size: 22px;
  }
}
div.showroomContainer section.specifications {
  padding: 10px 0px 72px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications.buildprice {
  padding: 10px 0px 0px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications.buildprice {
    padding: 50px 15px 30px;
  }
}
div.showroomContainer section.specifications div.compare {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 72px;
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare {
    text-align: right;
    height: auto;
    bottom: auto;
    width: auto;
    display: block;
    right: 20px;
    top: 60px;
  }
}
div.showroomContainer section.specifications div.compare a {
  line-height: 72px;
  font-size: 11px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications div.compare a {
    line-height: 24px;
    font-size: 22px;
  }
}
div.showroomContainer section.specifications h2 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
div.showroomContainer section.specifications h4 {
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications h4 {
    display: none;
    font-size: 22px;
    line-height: 32px;
  }
}
div.showroomContainer section.specifications ul.trims {
  font-size: 0;
}
div.showroomContainer section.specifications ul.trims li.trim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-bottom: solid 1px black;
}
div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
  border-top: solid 1px black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim:first-of-type {
    border-top: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim a {
  display: block;
  color: black;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim a {
    cursor: default;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open {
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim.open {
    background: transparent;
  }
}
div.showroomContainer section.specifications ul.trims li.trim.open div.features {
  display: block;
  height: auto;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim {
    width: 23%;
    margin: 1%;
    border: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.image {
    display: block;
    width: 100%;
    height: 200px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.image img {
  width: 100%;
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  height: 80px;
  position: relative;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines {
    display: block;
    height: 90px;
    width: 100%;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter {
  display: table;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.vcenter div.vcontainer {
  display: table-cell;
  vertical-align: middle;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
  font-family: 'Knockout 69 A', 'Knockout 69 B', Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h2 {
    font-size: 42px;
    line-height: 36px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  height: 11px;
  background: url("/static/vector/arrow_down_b.12d43b2139b1.svg") no-repeat center center;
  background-size: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow.open {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.headlines div.drawerArrow {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features {
  overflow: hidden;
  height: 0px;
  background: #d8d8d8;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features {
    background: transparent;
    padding: 0px;
    display: block;
    height: auto;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features.open {
  height: auto;
}
div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features div.fcontainer {
    padding: 0;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    font-size: 26px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features h4 {
    display: none;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
  margin-bottom: 24px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features {
    margin-bottom: 30px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
  font-size: 11px;
  line-height: 17px;
  padding-left: 6px;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package {
  color: #ED0000;
  font-weight: 700;
  line-height: 22px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span {
  display: inline-block;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:hover a, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus em, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span:focus a {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span em {
  border-bottom: solid 1px #ED0000;
  padding-bottom: 2px;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:hover, div.showroomContainer section.specifications ul.trims li.trim div.features ul.features li.package span a.infobox:focus {
  opacity: 0.5;
}
div.showroomContainer section.specifications ul.trims li.trim div.features a {
  display: inline-block;
  margin-right: 28px;
  color: #737373;
  border-color: black;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a {
    margin: 10px 0;
    font-size: 21px;
    line-height: 22px;
  }
}
div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
  color: #ED0000;
  line-height: 12px;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomContainer section.specifications ul.trims li.trim div.features a.buildprice {
    border-width: 4px;
    line-height: 18px;
  }
}

div.showroomGallery a.closeButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  line-height: 100px;
  z-index: 100;
  background: url("/static/vector/closex_w.b2e9cb5c1444.svg") no-repeat center center;
  overflow: hidden;
}
div.showroomGallery a.closeButton:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
div.showroomGallery a.closeButton:hover, div.showroomGallery a.closeButton:focus {
  opacity: 0.5;
}
div.showroomGallery div.icontainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  padding: 1%;
}
div.showroomGallery div.icontainer div.image-gallery-item {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: inline-block;
}
div.showroomGallery div.icontainer div.image-gallery-item img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 62.0625em) {
  div.showroomGallery div.icontainer div.image-gallery-item {
    width: 100%;
  }
}
div.showroomGallery .image-gallery-item-caption {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  text-align: center;
  opacity: 0;
  font-size: 11px;
}
@media only screen and (min-width: 48em) {
  div.showroomGallery .image-gallery-item-caption {
    width: 500px;
    font-size: 16px;
  }
}
div.showroomGallery a.arrow {
  top: 48%;
}

#CPOInfo .infoContainer {
  height: auto;
}

.cpo-page {
  /*info overlay css*/
}
.cpo-page .hero-image {
  height: 320px;
  background-size: cover;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .cpo-page .hero-image {
    height: 300px;
  }
}
@media only screen and (min-width: 62.0625em) {
  .cpo-page .hero-image {
    height: 500px;
  }
}
.cpo-page .cpo_overview_info {
  margin-top: 3%;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .cpo-page .cpo_overview_info {
    position: absolute;
    width: 600px;
    padding: 3% 0.9375rem 0 0.9375rem;
  }
}
@media only screen and (min-width: 62.0625em) {
  .cpo-page .cpo_overview_info {
    position: absolute;
    width: 690px;
    padding: 3% 28px 0 28px;
  }
}
.cpo-page .iframe {
  margin-top: 56px;
  /* height of the menu */
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cpo-page .search-now-banner {
  position: relative;
  float: left;
}
.cpo-page .banner-info {
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 100;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.cpo-page .search-inventory {
  position: relative;
}
.cpo-page .copy {
  height: 35px;
}
.cpo-page span {
  display: inline-block;
  min-height: 21px;
  padding-right: 28px;
  position: relative;
}
.cpo-page span a.infobox {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 20%;
  background: url("/static/vector/infoicon.746f1e0edc80.svg") no-repeat center right;
  overflow: hidden;
  margin: 0;
}
.cpo-page span a.infobox:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 62em) {
  .cpo-page span a.infobox {
    top: 15%;
  }
}
@media only screen and (min-width: 62.0625em) {
  .cpo-page span a.infobox {
    top: 30%;
  }
}
.cpo-page span a.infobox:hover, .cpo-page span a.infobox:focus {
  opacity: 0.5;
}

.heading-bold {
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 18px;
}
@media only screen and (min-width: 62.0625em) {
  .heading-bold {
    line-height: 24px;
  }
}

.contactContainer .hero-image {
  position: relative;
}
.contactContainer .hero-image img {
  width: 100%;
}
.contactContainer .contact_overview_info {
  position: absolute;
  margin-top: 20%;
}
@media only screen and (min-width: 48em) {
  .contactContainer .contact_overview_info {
    margin-top: 10%;
  }
}
.contactContainer .content-padding {
  padding-bottom: 20px;
}
@media only screen and (min-width: 62.0625em) {
  .contactContainer .content-padding {
    padding-bottom: 50px;
  }
}
.contactContainer .socialContainer {
  text-align: center;
}
@media only screen and (min-width: 62.0625em) {
  .contactContainer .socialContainer {
    text-align: left;
  }
}
.contactContainer div.social {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .contactContainer div.social {
    margin-top: 30px;
    width: auto;
    text-align: left;
  }
}
.contactContainer div.social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px black;
  margin: 0 14px 10px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactContainer div.social a:hover, .contactContainer div.social a:focus {
  opacity: 0.7;
}
.contactContainer div.social a.facebook {
  background-image: url("/static/vector/social_facebook_dark.cd6faac7a46c.svg");
}
.contactContainer div.social a.twitter {
  background-image: url("/static/vector/social_twitter_dark.f985bb18a49e.svg");
}
.contactContainer div.social a.instagram {
  background-image: url("/static/vector/social_instagram_dark.05dcb60aa40e.svg");
}
.contactContainer div.social a.youtube {
  background-image: url("/static/vector/social_youtube_dark.f3cb7e7f44a7.svg");
}

div.searchContainer h2 {
  font-size: 26px;
  font-family: 'Knockout 27 A', 'Knockout 27 B', Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  line-height: 26px;
}
@media only screen and (min-width: 48em) {
  div.searchContainer h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 62.0625em) {
  div.searchContainer h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
div.searchContainer h6 {
  font-size: 16px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62.0625em) {
  div.searchContainer h6 {
    font-size: 22px;
  }
}
div.searchContainer .search_title {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.searchContainer div.result {
  margin-bottom: 60px;
}
div.searchContainer div.result a {
  text-transform: none;
  color: black;
}
div.searchContainer div.result p {
  line-height: 23px;
  margin-bottom: 24px;
}
div.searchContainer .page_selector {
  text-align: center;
  font-size: 16px;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 30px;
}
div.searchContainer .vehicle-results {
  display: flex;
  justify-content: space-around;
}
div.searchContainer .vehicle-results-item {
  text-align: center;
}
div.searchContainer .page_numbers {
  display: inline;
}
div.searchContainer .page_numbers li {
  display: inline;
}
div.searchContainer .page_direction {
  display: inline;
  font-family: "ProximaNova-Bold", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}
div.searchContainer .result-image {
  width: 100%;
  display: inline-block;
}
div.searchContainer .result-text {
  display: inline-block;
}

/*# sourceMappingURL=core.css.map */
