@charset "UTF-8";
/* ==========================================================================
   Variables
   ========================================================================== */
/* 24em 384px */
/* 35.5em 568px */
/* 40em 640px */
/* 48em 768px */
/* 55em 880px */
/* 64em 1024px */
/* 80em 1280px */
/*- - - - - - - - - - - */
/* Brand Colour */
/* Site Colours */
/*  Red alert */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Mixins - General
   ========================================================================== */
/* ==========================================================================
 @import rules first
   ========================================================================== */
@font-face {
  font-family: 'akzidenz-grotesk_bold';
  src: url("/n/includes/css/webfonts/akzidenzgrotesk-bold-webfont.eot");
  src: url("/n/includes/css/webfonts/akzidenzgrotesk-bold-webfont.eot#iefix") format("embedded-opentype"), url("/n/includes/css/webfonts/akzidenzgrotesk-bold-webfont.woff") format("woff"), url("/n/includes/css/webfonts/akzidenzgrotesk-bold-webfont.ttf") format("opentype"), url("/n/includes/css/webfonts/akzidenzgrotesk-bold-webfont.svg#Akzidenz-GroteskBQBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'akzidenz-grotesk_medium';
  src: url("/n/includes/css/webfonts/akzidenzgrotesk-medium-webfont.eot");
  src: url("/n/includes/css/webfonts/akzidenzgrotesk-medium-webfont.eot#iefix") format("embedded-opentype"), url("/n/includes/css/webfonts/akzidenzgrotesk-medium-webfont.woff") format("woff"), url("/n/includes/css/webfonts/akzidenzgrotesk-medium-webfont.ttf") format("opentype"), url("/n/includes/css/webfonts/akzidenzgrotesk-medium-webfont.svg#Akzidenz-GroteskBQMedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal; }
/* icomoon */
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/css/webfonts/icomoon.eot");
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/css/webfonts/icomoon.eot#iefix") format("embedded-opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/css/webfonts/icomoon.woff") format("woff"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/css/webfonts/icomoon.ttf") format("opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/css/webfonts/icomoon.svg") format("svg"); }
@font-face {
  font-family: 'Roboto Bold Digits';
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.eot");
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.eot#iefix") format("embedded-opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.woff2") format("woff2"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.woff") format("woff"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.ttf") format("opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/Roboto-Bold-Digits.svg") format("svg"); }
@font-face {
  font-family: 'Goudy Bookletter Digits';
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.eot");
  src: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.eot#iefix") format("embedded-opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.woff2") format("woff2"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.woff") format("woff"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.ttf") format("opentype"), url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/webfonts/goudybookletter1911-digits.svg") format("svg"); }
/* Normalize */
/* ===================================
Base - Do not edit / Normalize v1.1.3
=================================== */
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 24, scss/libs/normalize/_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 43, scss/libs/normalize/_base.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 56, scss/libs/normalize/_base.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 66, scss/libs/normalize/_base.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 81, scss/libs/normalize/_base.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 92, scss/libs/normalize/_base.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 104, scss/libs/normalize/_base.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 116, scss/libs/normalize/_base.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 124, scss/libs/normalize/_base.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 139, scss/libs/normalize/_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 144, scss/libs/normalize/_base.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 149, scss/libs/normalize/_base.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 154, scss/libs/normalize/_base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 159, scss/libs/normalize/_base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 164, scss/libs/normalize/_base.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 173, scss/libs/normalize/_base.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 181, scss/libs/normalize/_base.scss */
b,
strong {
  font-weight: bold; }

/* line 186, scss/libs/normalize/_base.scss */
blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 194, scss/libs/normalize/_base.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 203, scss/libs/normalize/_base.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 213, scss/libs/normalize/_base.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 222, scss/libs/normalize/_base.scss */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 231, scss/libs/normalize/_base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 244, scss/libs/normalize/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 254, scss/libs/normalize/_base.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 262, scss/libs/normalize/_base.scss */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 272, scss/libs/normalize/_base.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 280, scss/libs/normalize/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 288, scss/libs/normalize/_base.scss */
sup {
  top: -0.5em; }

/* line 292, scss/libs/normalize/_base.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 304, scss/libs/normalize/_base.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 311, scss/libs/normalize/_base.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 319, scss/libs/normalize/_base.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 329, scss/libs/normalize/_base.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 344, scss/libs/normalize/_base.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 353, scss/libs/normalize/_base.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 365, scss/libs/normalize/_base.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 377, scss/libs/normalize/_base.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 385, scss/libs/normalize/_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 397, scss/libs/normalize/_base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 411, scss/libs/normalize/_base.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 426, scss/libs/normalize/_base.scss */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 438, scss/libs/normalize/_base.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 453, scss/libs/normalize/_base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 466, scss/libs/normalize/_base.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 478, scss/libs/normalize/_base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 492, scss/libs/normalize/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 504, scss/libs/normalize/_base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 513, scss/libs/normalize/_base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 524, scss/libs/normalize/_base.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 537, scss/libs/normalize/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
/* line 556, scss/libs/normalize/_base.scss */
[hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
/* line 564, scss/libs/normalize/_base.scss */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/* YUI Purecss */
/* ===================================
   Grids
   =================================== */
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
/* line 12, scss/libs/pure-css/_grids.scss */
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap; }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
/* line 55, scss/libs/pure-css/_grids.scss */
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em; }

/* line 60, scss/libs/pure-css/_grids.scss */
.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
/* line 74, scss/libs/pure-css/_grids.scss */
.pure-g [class*="pure-u"] {
  font-family: sans-serif; }

/* Added by Anish to hide */
/* line 79, scss/libs/pure-css/_grids.scss */
.pure-u-0 {
  display: none; }

/* line 83, scss/libs/pure-css/_grids.scss */
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/* line 138, scss/libs/pure-css/_grids.scss */
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

/* line 143, scss/libs/pure-css/_grids.scss */
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

/* line 149, scss/libs/pure-css/_grids.scss */
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

/* line 155, scss/libs/pure-css/_grids.scss */
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

/* line 161, scss/libs/pure-css/_grids.scss */
.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

/* line 166, scss/libs/pure-css/_grids.scss */
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

/* line 171, scss/libs/pure-css/_grids.scss */
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

/* line 177, scss/libs/pure-css/_grids.scss */
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

/* line 182, scss/libs/pure-css/_grids.scss */
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

/* line 188, scss/libs/pure-css/_grids.scss */
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

/* line 194, scss/libs/pure-css/_grids.scss */
.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

/* line 199, scss/libs/pure-css/_grids.scss */
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

/* line 205, scss/libs/pure-css/_grids.scss */
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

/* line 210, scss/libs/pure-css/_grids.scss */
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

/* line 216, scss/libs/pure-css/_grids.scss */
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

/* line 221, scss/libs/pure-css/_grids.scss */
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

/* line 227, scss/libs/pure-css/_grids.scss */
.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

/* line 232, scss/libs/pure-css/_grids.scss */
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

/* line 238, scss/libs/pure-css/_grids.scss */
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

/* line 244, scss/libs/pure-css/_grids.scss */
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

/* line 249, scss/libs/pure-css/_grids.scss */
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

/* line 255, scss/libs/pure-css/_grids.scss */
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

/* line 260, scss/libs/pure-css/_grids.scss */
.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

/* line 265, scss/libs/pure-css/_grids.scss */
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

/* line 271, scss/libs/pure-css/_grids.scss */
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

/* line 277, scss/libs/pure-css/_grids.scss */
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

/* line 283, scss/libs/pure-css/_grids.scss */
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

/* line 288, scss/libs/pure-css/_grids.scss */
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

/*
Including the grids-responsive* conditionally, as the entire grids-responsive*.scss is a single mixin,
	it won't be included during the import process.
*/
/* ===================================
   Grids - Responsive
   =================================== */
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 568px) {
  /*
  Pure style do hide element
  @author - Anish Xavier
  */
  /* line 17, scss/_grids-responsive.scss */
  .pure-u-sm-0 {
    display: none; }

  /* line 21, scss/_grids-responsive.scss */
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  /* line 76, scss/_grids-responsive.scss */
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  /* line 81, scss/_grids-responsive.scss */
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  /* line 87, scss/_grids-responsive.scss */
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  /* line 93, scss/_grids-responsive.scss */
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  /* line 99, scss/_grids-responsive.scss */
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }

  /* line 104, scss/_grids-responsive.scss */
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  /* line 109, scss/_grids-responsive.scss */
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }

  /* line 115, scss/_grids-responsive.scss */
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  /* line 120, scss/_grids-responsive.scss */
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  /* line 126, scss/_grids-responsive.scss */
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  /* line 132, scss/_grids-responsive.scss */
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }

  /* line 137, scss/_grids-responsive.scss */
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  /* line 143, scss/_grids-responsive.scss */
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  /* line 148, scss/_grids-responsive.scss */
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }

  /* line 154, scss/_grids-responsive.scss */
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  /* line 159, scss/_grids-responsive.scss */
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  /* line 165, scss/_grids-responsive.scss */
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }

  /* line 170, scss/_grids-responsive.scss */
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  /* line 176, scss/_grids-responsive.scss */
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  /* line 182, scss/_grids-responsive.scss */
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  /* line 187, scss/_grids-responsive.scss */
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }

  /* line 193, scss/_grids-responsive.scss */
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  /* line 198, scss/_grids-responsive.scss */
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }

  /* line 203, scss/_grids-responsive.scss */
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  /* line 209, scss/_grids-responsive.scss */
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  /* line 215, scss/_grids-responsive.scss */
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  /* line 221, scss/_grids-responsive.scss */
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  /* line 226, scss/_grids-responsive.scss */
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }
@media screen and (min-width: 768px) {
  /*
  Pure style do hide element
  @author - Anish Xavier
  */
  /* line 241, scss/_grids-responsive.scss */
  .pure-u-md-0 {
    display: none; }

  /* line 245, scss/_grids-responsive.scss */
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  /* line 300, scss/_grids-responsive.scss */
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  /* line 305, scss/_grids-responsive.scss */
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  /* line 311, scss/_grids-responsive.scss */
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  /* line 317, scss/_grids-responsive.scss */
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  /* line 323, scss/_grids-responsive.scss */
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }

  /* line 328, scss/_grids-responsive.scss */
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  /* line 333, scss/_grids-responsive.scss */
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }

  /* line 339, scss/_grids-responsive.scss */
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  /* line 344, scss/_grids-responsive.scss */
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  /* line 350, scss/_grids-responsive.scss */
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  /* line 356, scss/_grids-responsive.scss */
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }

  /* line 361, scss/_grids-responsive.scss */
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  /* line 367, scss/_grids-responsive.scss */
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  /* line 372, scss/_grids-responsive.scss */
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }

  /* line 378, scss/_grids-responsive.scss */
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  /* line 383, scss/_grids-responsive.scss */
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  /* line 389, scss/_grids-responsive.scss */
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }

  /* line 394, scss/_grids-responsive.scss */
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  /* line 400, scss/_grids-responsive.scss */
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  /* line 406, scss/_grids-responsive.scss */
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  /* line 411, scss/_grids-responsive.scss */
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }

  /* line 417, scss/_grids-responsive.scss */
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  /* line 422, scss/_grids-responsive.scss */
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }

  /* line 427, scss/_grids-responsive.scss */
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  /* line 433, scss/_grids-responsive.scss */
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  /* line 439, scss/_grids-responsive.scss */
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  /* line 445, scss/_grids-responsive.scss */
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  /* line 450, scss/_grids-responsive.scss */
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  /*
  Pure style do hide element
  @author - Anish Xavier
  */
  /* line 463, scss/_grids-responsive.scss */
  .pure-u-lg-0 {
    display: none; }

  /* line 467, scss/_grids-responsive.scss */
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  /* line 522, scss/_grids-responsive.scss */
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  /* line 527, scss/_grids-responsive.scss */
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  /* line 533, scss/_grids-responsive.scss */
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  /* line 539, scss/_grids-responsive.scss */
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  /* line 545, scss/_grids-responsive.scss */
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }

  /* line 550, scss/_grids-responsive.scss */
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  /* line 555, scss/_grids-responsive.scss */
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }

  /* line 561, scss/_grids-responsive.scss */
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  /* line 566, scss/_grids-responsive.scss */
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  /* line 572, scss/_grids-responsive.scss */
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  /* line 578, scss/_grids-responsive.scss */
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }

  /* line 583, scss/_grids-responsive.scss */
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  /* line 589, scss/_grids-responsive.scss */
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  /* line 594, scss/_grids-responsive.scss */
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }

  /* line 600, scss/_grids-responsive.scss */
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  /* line 605, scss/_grids-responsive.scss */
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  /* line 611, scss/_grids-responsive.scss */
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }

  /* line 616, scss/_grids-responsive.scss */
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  /* line 622, scss/_grids-responsive.scss */
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  /* line 628, scss/_grids-responsive.scss */
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  /* line 633, scss/_grids-responsive.scss */
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }

  /* line 639, scss/_grids-responsive.scss */
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  /* line 644, scss/_grids-responsive.scss */
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }

  /* line 649, scss/_grids-responsive.scss */
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  /* line 655, scss/_grids-responsive.scss */
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  /* line 661, scss/_grids-responsive.scss */
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  /* line 667, scss/_grids-responsive.scss */
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  /* line 672, scss/_grids-responsive.scss */
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }
@media screen and (min-width: 1280px) {
  /*
  Pure style do hide element
  @author - Anish Xavier
  */
  /* line 685, scss/_grids-responsive.scss */
  .pure-u-xl-0 {
    display: none; }

  /* line 689, scss/_grids-responsive.scss */
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  /* line 744, scss/_grids-responsive.scss */
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  /* line 749, scss/_grids-responsive.scss */
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  /* line 755, scss/_grids-responsive.scss */
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  /* line 761, scss/_grids-responsive.scss */
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  /* line 767, scss/_grids-responsive.scss */
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }

  /* line 772, scss/_grids-responsive.scss */
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  /* line 777, scss/_grids-responsive.scss */
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }

  /* line 783, scss/_grids-responsive.scss */
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  /* line 788, scss/_grids-responsive.scss */
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  /* line 794, scss/_grids-responsive.scss */
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  /* line 800, scss/_grids-responsive.scss */
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }

  /* line 805, scss/_grids-responsive.scss */
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  /* line 811, scss/_grids-responsive.scss */
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  /* line 816, scss/_grids-responsive.scss */
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }

  /* line 822, scss/_grids-responsive.scss */
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  /* line 827, scss/_grids-responsive.scss */
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  /* line 833, scss/_grids-responsive.scss */
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }

  /* line 838, scss/_grids-responsive.scss */
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  /* line 844, scss/_grids-responsive.scss */
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  /* line 850, scss/_grids-responsive.scss */
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  /* line 855, scss/_grids-responsive.scss */
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }

  /* line 861, scss/_grids-responsive.scss */
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  /* line 866, scss/_grids-responsive.scss */
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }

  /* line 871, scss/_grids-responsive.scss */
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  /* line 877, scss/_grids-responsive.scss */
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  /* line 883, scss/_grids-responsive.scss */
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  /* line 889, scss/_grids-responsive.scss */
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  /* line 894, scss/_grids-responsive.scss */
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }
/* Bootstrap */
/* ===================================
   Component-animations - Bootstrap - START
   =================================== */
/* line 4, scss/libs/bootstrap3/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

/* line 9, scss/libs/bootstrap3/_component-animations.scss */
.fade.in {
  opacity: 1; }

/* line 12, scss/libs/bootstrap3/_component-animations.scss */
.collapse {
  display: none; }

/* line 14, scss/libs/bootstrap3/_component-animations.scss */
.collapse.in {
  display: block; }

/* line 17, scss/libs/bootstrap3/_component-animations.scss */
tr.collapse.in {
  display: table-row; }

/* line 20, scss/libs/bootstrap3/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 23, scss/libs/bootstrap3/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

/* ===================================
   Component-animations - Bootstrap - END
   =================================== */
/* line 1, scss/libs/bootstrap3/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 2, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 3, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

/* line 4, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

/* line 5, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

/* line 6, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

/* line 7, scss/libs/bootstrap3/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

/* line 8, scss/libs/bootstrap3/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 9, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

/* line 10, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

/* line 11, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

/* line 12, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

/* line 13, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

/* line 14, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

/* line 15, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

/* line 16, scss/libs/bootstrap3/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

/* line 11, scss/libs/bootstrap3/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .nav:after {
    clear: both; }
  /* line 17, scss/libs/bootstrap3/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 21, scss/libs/bootstrap3/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      /* line 25, scss/libs/bootstrap3/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    /* line 33, scss/libs/bootstrap3/_navs.scss */
    .nav > li.disabled > a {
      color: #777777; }
      /* line 36, scss/libs/bootstrap3/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 48, scss/libs/bootstrap3/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  /* line 61, scss/libs/bootstrap3/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 68, scss/libs/bootstrap3/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 78, scss/libs/bootstrap3/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  /* line 80, scss/libs/bootstrap3/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 86, scss/libs/bootstrap3/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      /* line 91, scss/libs/bootstrap3/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    /* line 98, scss/libs/bootstrap3/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 120, scss/libs/bootstrap3/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 124, scss/libs/bootstrap3/_navs.scss */
  .nav-pills > li > a {
    border-radius: 4px; }
  /* line 127, scss/libs/bootstrap3/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 133, scss/libs/bootstrap3/_navs.scss */
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

/* line 146, scss/libs/bootstrap3/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 148, scss/libs/bootstrap3/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

/* line 162, scss/libs/bootstrap3/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  /* line 165, scss/libs/bootstrap3/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    /* line 167, scss/libs/bootstrap3/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  /* line 173, scss/libs/bootstrap3/_navs.scss */
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    /* line 179, scss/libs/bootstrap3/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      /* line 182, scss/libs/bootstrap3/_navs.scss */
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

/* line 192, scss/libs/bootstrap3/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 195, scss/libs/bootstrap3/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  /* line 201, scss/libs/bootstrap3/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    /* line 208, scss/libs/bootstrap3/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    /* line 212, scss/libs/bootstrap3/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

/* line 226, scss/libs/bootstrap3/_navs.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 229, scss/libs/bootstrap3/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 239, scss/libs/bootstrap3/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* YUI, Purecss, Bootstrap, Normalize, Other */
/* Plugins */
/* ===================================
FancyBox
v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
=================================== */
/* line 5, scss/libs/plugins/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 15, scss/libs/plugins/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 16, scss/libs/plugins/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: rgba(0, 0, 0, 0.41);
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 20, scss/libs/plugins/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 21, scss/libs/plugins/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 25, scss/libs/plugins/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 26, scss/libs/plugins/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 27, scss/libs/plugins/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 29, scss/libs/plugins/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 30, scss/libs/plugins/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 31, scss/libs/plugins/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 32, scss/libs/plugins/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../../images/fancybox_sprite.png); }

/* line 33, scss/libs/plugins/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 34, scss/libs/plugins/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../images/fancybox_loading.gif) center center no-repeat; }

/* line 35, scss/libs/plugins/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 36, scss/libs/plugins/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 37, scss/libs/plugins/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 38, scss/libs/plugins/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 39, scss/libs/plugins/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 40, scss/libs/plugins/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 41, scss/libs/plugins/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 42, scss/libs/plugins/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 43, scss/libs/plugins/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 45, scss/libs/plugins/_fancybox.scss */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

/* line 46, scss/libs/plugins/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 47, scss/libs/plugins/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 48, scss/libs/plugins/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../images/fancybox_overlay.png); }

/* line 49, scss/libs/plugins/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 50, scss/libs/plugins/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 52, scss/libs/plugins/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 53, scss/libs/plugins/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 54, scss/libs/plugins/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 55, scss/libs/plugins/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.41);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 59, scss/libs/plugins/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 60, scss/libs/plugins/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 61, scss/libs/plugins/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 66, scss/libs/plugins/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../../images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 70, scss/libs/plugins/_fancybox.scss */
  #fancybox-loading div {
    background-image: url(../../images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* FancyBox v2.1.5 */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* line 5, scss/libs/plugins/_owl-carousel.scss */
.bg-page-carousel {
  background-color: #ccc;
  height: 292px; }

/* clearfix */
/* line 7, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
/* line 16, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

/* line 22, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

/* line 27, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 32, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* line 40, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-item {
  float: left; }

/* line 43, scss/libs/plugins/_owl-carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

/* line 47, scss/libs/plugins/_owl-carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
/* line 57, scss/libs/plugins/_owl-carousel.scss */
.grabbing {
  cursor: url("/n/includes/js/lib/owl-carousel/grabbing.png") 8 8, move; }

/* fix */
/* line 62, scss/libs/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* Core Owl Carousel CSS File v1.3.3 */
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
/* line 6, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
/* line 13, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }
  /* line 28, scss/libs/plugins/_owl-theme.scss */
  .owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 34, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
/* line 42, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

/* line 47, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

/* line 60, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
/* line 68, scss/libs/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
/* line 80, scss/libs/plugins/_owl-theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url("/n/includes/js/lib/owl-carousel/AjaxLoader.gif") no-repeat center center; }

/* Owl Carousel Owl Demo Theme v1.3.3 */
/*! jQuery UI - v1.11.2 - 2014-10-19
* http://jqueryui.com
* Includes: core.css, button.css, datepicker.css, slider.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-hidden {
  display: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-clearfix:after {
  clear: both; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-clearfix {
  min-height: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-front {
  z-index: 100; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-disabled {
  cursor: default !important; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-icon-only {
  width: 2.2em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
button.ui-button-icon-only {
  width: 2.4em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-icons-only {
  width: 3.4em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
button.ui-button-icons-only {
  width: 3.7em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
input.ui-button {
  padding: .4em 1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-buttonset {
  margin-right: 7px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-horizontal {
  height: .8em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
body .ui-tooltip {
  border-width: 2px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-content a {
  color: #222; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-header a {
  color: #222; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon {
  width: 16px;
  height: 16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-blank {
  background-position: 16px 16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

/* line 7, scss/libs/plugins/_jquery-ui-1.11.2-custom-min.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/* jQuery UI v1.11.2 */
/* Load plugin related styles */
/* =================================== */
/* Buttons 				   */
/* =================================== */
/* line 5, scss/_buttons.scss */
button {
  border: 0; }

/* line 9, scss/_buttons.scss */
.csstransitions .pure-button {
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }

/* line 13, scss/_buttons.scss */
.rgba a.button-image {
  background: rgba(255, 255, 255, 0.1); }

/* line 19, scss/_buttons.scss */
.search .pure-button {
  margin-top: 0; }

/* line 23, scss/_buttons.scss */
.pure-button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*csslint outline-none:false*/
/* line 41, scss/_buttons.scss */
.pure-button {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #fff;
  border: none;
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 1em;
  text-decoration: none;
  letter-spacing: .2px; }

/* Firefox: Get rid of the inner focus border */
/* line 56, scss/_buttons.scss */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Firefox: Get rid of the inner focus border */
/* line 62, scss/_buttons.scss */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 67, scss/_buttons.scss */
.pure-button:focus {
  outline: 0; }

/* line 71, scss/_buttons.scss */
a.pure-button:hover {
  text-decoration: none; }

/* line 75, scss/_buttons.scss */
.pure-button a {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff; }

/* line 80, scss/_buttons.scss */
.pure-button-hover a,
.pure-button:hover a,
.pure-button:focus a {
  text-decoration: none; }

/* line 86, scss/_buttons.scss */
.button-brand {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #fff;
  background: #C71444; }

/* line 93, scss/_buttons.scss */
.pure-button:hover,
.pure-button:focus,
.button-brand:hover,
.button-brand:focus {
  color: #fff;
  background-color: #a71139;
  text-decoration: none; }

/* line 102, scss/_buttons.scss */
.map-framed .pure-button {
  margin-top: 5px; }

/* line 106, scss/_buttons.scss */
a.button {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .2px;
  display: inline-block;
  margin-top: 15px;
  padding: 13px 30px 11px; }

/* line 116, scss/_buttons.scss */
a.button-base {
  color: #C71444; }
  /* line 119, scss/_buttons.scss */
  a.button-base:hover {
    color: #fff;
    background-color: #a71139; }

/* Forms - Custom  */
/* line 3, scss/_forms.scss */
label {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  display: inline-block;
  margin: 0.5em 0 0.2em; }

/* line 10, scss/_forms.scss */
select {
  font-size: 14px;
  border: 1px solid #E5E5E5;
  padding: 3px 0;
  width: 100%;
  height: 35px; }

/* line 18, scss/_forms.scss */
textarea {
  width: 100%; }

/* line 22, scss/_forms.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  font: normal 14px "Helvetica Neue", Arial, sans-serif;
  color: #777;
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #E5E5E5;
  width: 100%;
  box-shadow: none;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 55, scss/_forms.scss */
input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/* line 68, scss/_forms.scss */
input[type="color"] {
  padding: 0.2em 0.5em; }

/* line 71, scss/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  color: #333;
  border: 1px solid #C71444;
  outline: 0 none;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  outline: -webkit-focus-ring-color auto 0; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 101, scss/_forms.scss */
input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129FEA; }

/* line 107, scss/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA; }

/* line 113, scss/_forms.scss */
.pure-checkbox,
.pure-radio {
  margin: 0.5em 0;
  display: block; }

/* line 119, scss/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

/* line 140, scss/_forms.scss */
.bg-page .pure-form,
.bg-page .pure-form-aligned {
  font-size: 14px; }

/* line 145, scss/_forms.scss */
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em; }

@media only screen and (max-width: 640px) {
  /* 640px */
  /* line 150, scss/_forms.scss */
  .pure-form-aligned .pure-control-group label {
    text-align: left; }

  /* line 154, scss/_forms.scss */
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0em; } }
/* line 159, scss/_forms.scss */
.pure-form-aligned .pure-control-group label {
  text-align: left; }

/* line 161, scss/_forms.scss */
.form-note {
  font-size: 12px; }

/* line 165, scss/_forms.scss */
.required {
  color: #e9322d; }

/* */
/* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors */
/* since IE8 won't execute CSS that contains a CSS3 selector. */
/**/
/* line 173, scss/_forms.scss */
input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #000000; }

/* line 174, scss/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #000000; }

/* line 177, scss/_forms.scss */
.pure-checkbox,
.pure-radio {
  margin: 0.5em 0;
  display: block; }

/* line 179, scss/_forms.scss */
.form-buttons .pure-button {
  margin-top: 15px;
  padding: 14px;
  min-width: 100px; }

/* line 180, scss/_forms.scss */
.form-buttons p {
  text-align: center;
  margin-top: 6px; }

/* line 181, scss/_forms.scss */
.fake-form-label {
  margin: 0.5em 0 0.2em; }

/* line 185, scss/_forms.scss */
select {
  border: 1px solid #ccc;
  background-color: white; }

/* line 189, scss/_forms.scss */
select[multiple] {
  height: auto; }

/* line 193, scss/_forms.scss */
fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0; }

/* line 198, scss/_forms.scss */
legend {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  color: #000000; }

/* line 210, scss/_forms.scss */
.form > h2 {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  padding-bottom: 7px;
  margin-top: 0; }
/* line 219, scss/_forms.scss */
.form abbr[title] {
  border-bottom: none;
  color: #87888A; }
/* line 224, scss/_forms.scss */
.form .pure-button {
  margin-top: 0; }
/* line 228, scss/_forms.scss */
.form .information {
  font-size: 14px;
  line-height: 14px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #F2F2F2;
  padding: 13px; }
/* line 238, scss/_forms.scss */
.form .error {
  color: #c71444;
  border-left: 4px #c71444 solid;
  padding-left: 5px; }
/* line 245, scss/_forms.scss */
.form .slider-wrapper {
  margin-bottom: 20px; }
/* line 249, scss/_forms.scss */
.form .ticks {
  position: relative; }
  /* line 254, scss/_forms.scss */
  .form .ticks .row-1 .tick-1,
  .form .ticks .row-1 .tick-2,
  .form .ticks .row-1 .tick-3,
  .form .ticks .row-1 .tick-4 {
    width: 25%; }
  /* line 260, scss/_forms.scss */
  .form .ticks .row-1 .tick-5 {
    width: 0%; }
  /* line 265, scss/_forms.scss */
  .form .ticks .row-2 {
    height: 20px;
    position: relative;
    display: block;
    width: 404%; }
    /* line 271, scss/_forms.scss */
    .form .ticks .row-2 > * {
      position: absolute; }
    /* line 275, scss/_forms.scss */
    .form .ticks .row-2 .tick-1 {
      left: 0%; }
    /* line 279, scss/_forms.scss */
    .form .ticks .row-2 .tick-3 {
      left: 50%;
      width: 100px;
      margin-left: -50px;
      text-align: center; }
    /* line 286, scss/_forms.scss */
    .form .ticks .row-2 .tick-5 {
      right: -3px; }
/* line 292, scss/_forms.scss */
.form .handle-wrapper {
  height: 23px; }
/* line 296, scss/_forms.scss */
.form .ui-slider {
  position: relative;
  height: 23px; }
  /* line 300, scss/_forms.scss */
  .form .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    background: url("../../images/slider_button.png") no-repeat;
    height: 25px;
    width: 18px;
    top: -3px;
    border: 0;
    margin-left: -10px; }
    /* line 310, scss/_forms.scss */
    .form .ui-slider .ui-slider-handle:focus {
      outline: none; }
/* line 316, scss/_forms.scss */
.form .ui-slider-range {
  height: 21px; }
/* line 321, scss/_forms.scss */
.form #recaptcha_Help > a,
.form #recaptcha_Audio > a,
.form #recaptcha_Image > a,
.form #recaptcha_Reload > a {
  display: block;
  width: 20px;
  height: 16px;
  height: 16px;
  text-indent: -999em;
  float: right;
  margin-top: 5px; }
/* line 334, scss/_forms.scss */
.form #recaptcha_Help > a {
  background: url("../../images/recaptcha_sprite.gif") no-repeat -2px -46px; }
/* line 338, scss/_forms.scss */
.form #recaptcha_Audio > a {
  background: url("../../images/recaptcha_sprite.gif") no-repeat -2px -16px; }
/* line 342, scss/_forms.scss */
.form #recaptcha_Image > a {
  background: url("../../images/recaptcha_sprite.gif") no-repeat -2px -31px; }
/* line 346, scss/_forms.scss */
.form #recaptcha_Reload > a {
  background: url("../../images/recaptcha_sprite.gif") no-repeat -2px 0; }
/* line 351, scss/_forms.scss */
.form .pure-u-2-24.pure-u-sm-1-24.pure-u-md-2-24.pure-u-lg-1-24 {
  padding-top: 3px; }
  @media screen and (min-width: 1024px) {
    /* line 351, scss/_forms.scss */
    .form .pure-u-2-24.pure-u-sm-1-24.pure-u-md-2-24.pure-u-lg-1-24 {
      padding-top: 8px; } }
/* line 361, scss/_forms.scss */
.form .onload .success a {
  color: #C71444;
  padding: 0;
  background-color: inherit;
  border: none; }

/* line 376, scss/_forms.scss */
.toolbox-forms-wrapper .form-panels .panel {
  margin-bottom: 0; }
/* line 380, scss/_forms.scss */
.toolbox-forms-wrapper .form-panels .panel-body {
  position: relative; }
/* line 384, scss/_forms.scss */
.toolbox-forms-wrapper .form-panels .panel-collapse {
  width: 100%; }
/* line 389, scss/_forms.scss */
.toolbox-forms-wrapper .form-panels .form > h2 {
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    /* line 389, scss/_forms.scss */
    .toolbox-forms-wrapper .form-panels .form > h2 {
      padding-right: 0; } }
/* line 398, scss/_forms.scss */
.toolbox-forms-wrapper .form-panels .close {
  position: absolute;
  top: 13px;
  right: 5px; }
  /* line 403, scss/_forms.scss */
  .toolbox-forms-wrapper .form-panels .close a {
    color: #C71444;
    background-color: transparent;
    padding: 5px 35px 5px 0;
    margin: 0;
    border: none;
    position: relative;
    font-size: 12px;
    -webkit-transition: color 100ms ease-in;
    -moz-transition: color 100ms ease-in;
    -ms-transition: color 100ms ease-in;
    -o-transition: color 100ms ease-in;
    transition: color 100ms ease-in;
    overflow: hidden;
    text-indent: -999em; }
    @media screen and (min-width: 568px) {
      /* line 403, scss/_forms.scss */
      .toolbox-forms-wrapper .form-panels .close a {
        padding: 2px 35px 2px 0;
        text-indent: 0; } }
    /* line 420, scss/_forms.scss */
    .toolbox-forms-wrapper .form-panels .close a span {
      display: block;
      position: absolute;
      top: 2px;
      right: 5px;
      color: #fff;
      background-color: #C71444;
      border: 1px solid #C71444;
      border-radius: 20px;
      width: 25px;
      height: 25px;
      line-height: 23px;
      padding-left: 1px;
      text-align: center;
      font-size: 16px;
      letter-spacing: 1px;
      text-indent: 0;
      -webkit-transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      -ms-transition: all 100ms ease-in;
      -o-transition: all 100ms ease-in;
      transition: all 100ms ease-in; }
      @media screen and (min-width: 568px) {
        /* line 420, scss/_forms.scss */
        .toolbox-forms-wrapper .form-panels .close a span {
          right: 10px;
          width: 20px;
          height: 20px;
          line-height: 18px;
          font-size: 13px; } }
    /* line 448, scss/_forms.scss */
    .toolbox-forms-wrapper .form-panels .close a:hover {
      color: #000; }
      /* line 451, scss/_forms.scss */
      .toolbox-forms-wrapper .form-panels .close a:hover span {
        color: #C71444;
        background-color: #fff; }

/* line 461, scss/_forms.scss */
.toolbox-forms-wrapper-no-scroll {
  margin: 0 21px; }
  @media screen and (min-width: 1280px) {
    /* line 461, scss/_forms.scss */
    .toolbox-forms-wrapper-no-scroll {
      margin: 0; } }
  /* line 468, scss/_forms.scss */
  .toolbox-forms-wrapper-no-scroll .panel-body {
    position: relative; }
  /* line 472, scss/_forms.scss */
  .toolbox-forms-wrapper-no-scroll .panel {
    margin-bottom: 0; }
  /* line 476, scss/_forms.scss */
  .toolbox-forms-wrapper-no-scroll .close {
    position: absolute;
    top: 13px;
    right: 5px; }
    /* line 481, scss/_forms.scss */
    .toolbox-forms-wrapper-no-scroll .close button {
      outline: none;
      color: #C71444;
      background-color: transparent;
      padding: 5px 35px 5px 0;
      margin: 0;
      border: none;
      position: relative;
      font-size: 12px;
      -webkit-transition: color 100ms ease-in;
      -moz-transition: color 100ms ease-in;
      -ms-transition: color 100ms ease-in;
      -o-transition: color 100ms ease-in;
      transition: color 100ms ease-in;
      overflow: hidden;
      text-indent: -999em;
      width: 100px;
      height: 24px; }
      @media screen and (min-width: 568px) {
        /* line 481, scss/_forms.scss */
        .toolbox-forms-wrapper-no-scroll .close button {
          padding: 2px 35px 2px 0;
          text-indent: 0; } }
      /* line 501, scss/_forms.scss */
      .toolbox-forms-wrapper-no-scroll .close button span {
        display: block;
        position: absolute;
        top: 2px;
        right: 5px;
        color: #fff;
        background-color: #C71444;
        border: 1px solid #C71444;
        border-radius: 20px;
        width: 25px;
        height: 25px;
        line-height: 23px;
        padding-left: 1px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
        text-indent: 0; }
        @media screen and (min-width: 568px) {
          /* line 501, scss/_forms.scss */
          .toolbox-forms-wrapper-no-scroll .close button span {
            right: 10px;
            width: 20px;
            height: 20px;
            line-height: 18px;
            font-size: 13px; } }
      /* line 528, scss/_forms.scss */
      .toolbox-forms-wrapper-no-scroll .close button:hover {
        color: #C71444; }
        /* line 530, scss/_forms.scss */
        .toolbox-forms-wrapper-no-scroll .close button:hover span {
          color: #C71444;
          background-color: #fff; }

/* Form Panel Styles */
/* line 540, scss/_forms.scss */
.form-panels .panel-body a {
  color: #C71444;
  padding: 0;
  background-color: initial;
  border: none; }

/* line 550, scss/_forms.scss */
.sell-car-magic .form .box-form-last-wrapper,
.form-panels .form .box-form-last-wrapper {
  padding: 0.25em 0 0.25em 0; }
  @media screen and (min-width: 768px) {
    /* line 550, scss/_forms.scss */
    .sell-car-magic .form .box-form-last-wrapper,
    .form-panels .form .box-form-last-wrapper {
      padding: 0.3em 0 0.3em 1em; } }
  @media screen and (min-width: 1024px) {
    /* line 550, scss/_forms.scss */
    .sell-car-magic .form .box-form-last-wrapper,
    .form-panels .form .box-form-last-wrapper {
      padding: 0.3em 0 0.3em  1.5em; } }

/* line 562, scss/_forms.scss */
.sell-car-magic .form h2.form_heading {
  display: none; }

/* line 570, scss/_forms.scss */
.panel-body .success a,
.panel-body .privacy a {
  color: #C71444;
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

/* Callout Form Buttons for Pages */
/* line 581, scss/_forms.scss */
.mobile-enquiry-nav-wrapper {
  position: relative;
  z-index: 1; }
  /* line 585, scss/_forms.scss */
  .mobile-enquiry-nav-wrapper .mobile-enquiry-nav {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #dcddde;
    background: #C71444;
    margin-top: 0;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in; }
    @media screen and (min-width: 768px) {
      /* line 585, scss/_forms.scss */
      .mobile-enquiry-nav-wrapper .mobile-enquiry-nav {
        display: none; } }
    /* line 601, scss/_forms.scss */
    .mobile-enquiry-nav-wrapper .mobile-enquiry-nav span {
      background: url("/n/images/icons_all_general_2014.png") 50% -6884px no-repeat;
      padding: 10px; }
  /* line 607, scss/_forms.scss */
  .mobile-enquiry-nav-wrapper.float {
    padding-top: 42px; }
    @media screen and (min-width: 768px) {
      /* line 607, scss/_forms.scss */
      .mobile-enquiry-nav-wrapper.float {
        padding-top: 0; } }
    /* line 612, scss/_forms.scss */
    .mobile-enquiry-nav-wrapper.float .mobile-enquiry-nav {
      position: fixed;
      top: 0;
      background: #C71444;
      color: #fff;
      border: none;
      -webkit-overflow-scrolling: touch;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }

/* line 624, scss/_forms.scss */
.privacy {
  font-size: 13px; }

/* line 628, scss/_forms.scss */
#trade_in_enquiry_header.form .ui-slider {
  height: 9px; }
/* line 631, scss/_forms.scss */
#trade_in_enquiry_header.form .ui-slider-range {
  height: 7px; }
/* line 634, scss/_forms.scss */
#trade_in_enquiry_header.form .ui-slider .ui-slider-handle {
  top: -10px; }
/* line 637, scss/_forms.scss */
#trade_in_enquiry_header .ui-widget-header {
  background: #C71444; }

/* line 642, scss/_forms.scss */
.service .service-form-disclaimer {
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px; }

/* line 649, scss/_forms.scss */
.colcrawfordnissan .form .subscribe-check-box {
  display: none; }

@supports (display: flex) {
  /* line 3, scss/_grids.scss */
  .im-col-g {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@supports not (display: flex) {
  /* line 18, scss/_grids.scss */
  .im-col-g {
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 36, scss/_grids.scss */
  .im-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; } }
/*	.container class used to center horizontally in viewport	*/
/*	and constrain content within responsive breakpoints			*/
/* line 4, scss/_container.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

@media screen and (min-width: 568px) {
  /* line 11, scss/_container.scss */
  .container {
    max-width: 767px; } }
@media screen and (min-width: 768px) {
  /* line 15, scss/_container.scss */
  .container {
    max-width: 1025px; }

  /* line 16, scss/_container.scss */
  .ie9 .framed.calculator .container {
    max-width: 890px; } }
@media screen and (min-width: 1024px) {
  /* line 20, scss/_container.scss */
  .container {
    max-width: 1169px; } }
@media screen and (min-width: 1280px) {
  /* line 24, scss/_container.scss */
  .container {
    width: 1170px; } }
/* ===================================
   Tables - Custom
   =================================== */
/*
Table styles borrowed from Bootstrap3
*/
/* line 7, scss/_tables.scss */
.pure-table {
  width: 100%;
  border: 1px solid #dddddd; }

/* line 8, scss/_tables.scss */
.pure-table thead {
  background: transparent; }

/* line 9, scss/_tables.scss */
.pure-table th {
  border-left: 1px solid #dddddd; }

/* line 10, scss/_tables.scss */
.pure-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd; }

/* line 11, scss/_tables.scss */
.pure-table > thead > tr > th,
.pure-table > tbody > tr > th,
.pure-table > tfoot > tr > th,
.pure-table > thead > tr > td,
.pure-table > tbody > tr > td,
.pure-table > tfoot > tr > td {
  font-size: 13px;
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: bottom; }

/* line 17, scss/_tables.scss */
.pure-table > tbody > tr > th,
.pure-table > tfoot > tr > th,
.pure-table > thead > tr > td,
.pure-table > tbody > tr > td,
.pure-table > tfoot > tr > td {
  color: #595959;
  border-top: 1px solid #dddddd; }

/* line 22, scss/_tables.scss */
.pure-table > tbody > tr > td.tick {
  font-size: 24px;
  color: #C71444;
  padding: 0;
  text-align: center; }

/* line 23, scss/_tables.scss */
.th-centre {
  text-align: center; }

/* line 24, scss/_tables.scss */
.table-borderless td {
  border-left: none;
  border-width: 0;
  margin: 0;
  padding: 0 .5em; }

/* line 25, scss/_tables.scss */
.pure-table > tbody > tr > td.weighted {
  color: #000000; }

/* line 26, scss/_tables.scss */
.pure-table > tbody > tr > td.semi-weighted {
  color: #000000; }

/* Typography */
/* line 5, scss/_type.scss */
.csstransitions a {
  -webkit-transition: color 150ms ease-in, border-bottom-color 150ms ease-in;
  -moz-transition: color 150ms ease-in, border-bottom-color 150ms ease-in;
  -ms-transition: color 150ms ease-in, border-bottom-color 150ms ease-in;
  -o-transition: color 150ms ease-in, border-bottom-color 150ms ease-in;
  transition: color 150ms ease-in, border-bottom-color 150ms ease-in; }

/* PureCSS.
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`.
*/
/* line 20, scss/_type.scss */
body {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429em;
  color: #666;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

/* line 29, scss/_type.scss */
.pure-g [class*="pure-u-"] {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

/* line 33, scss/_type.scss */
html,
button,
input,
select,
textarea,
html {
  -webkit-tap-highlight-color: transparent; }

/* line 42, scss/_type.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 51, scss/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  color: #000000;
  font-weight: normal; }

/* line 58, scss/_type.scss */
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 63, scss/_type.scss */
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 68, scss/_type.scss */
h1 {
  font-size: 36px; }

/* line 71, scss/_type.scss */
h2 {
  font-size: 30px; }

/* line 74, scss/_type.scss */
h3 {
  font-size: 24px; }

/* line 77, scss/_type.scss */
h4 {
  font-size: 14px; }

/* line 80, scss/_type.scss */
h5 {
  font-size: 14px; }

/* line 83, scss/_type.scss */
h6 {
  font-size: 12px; }

/* line 86, scss/_type.scss */
p {
  line-height: 1.6em;
  margin: 0 0 10px; }

/* line 91, scss/_type.scss */
ul {
  padding-left: 18px; }

/* line 95, scss/_type.scss */
a {
  color: #C71444;
  text-decoration: none;
  outline: 0; }

/* line 101, scss/_type.scss */
a:hover,
a:focus {
  color: #C71444;
  text-decoration: underline;
  outline: 0; }

/* line 108, scss/_type.scss */
b,
strong {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: auto;
  color: #000000; }

/* line 115, scss/_type.scss */
abbr[title],
abbr[data-original-title] {
  color: #e9322d;
  cursor: help;
  border-bottom: 1px dotted #999999; }

/* line 122, scss/_type.scss */
cite {
  font-style: normal; }

/* line 126, scss/_type.scss */
.page-head {
  display: none;
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  color: #C71444;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 3px;
  margin-bottom: 15px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    /* line 126, scss/_type.scss */
    .page-head {
      margin-top: 20px; } }

/* line 141, scss/_type.scss */
.page-head-sm-wrapper {
  background-color: #ebebec; }

/* line 145, scss/_type.scss */
.page-head-sm {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000;
  margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 145, scss/_type.scss */
    .page-head-sm {
      line-height: 65px; } }
  /* line 157, scss/_type.scss */
  .page-head-sm span {
    color: #666; }

/* line 162, scss/_type.scss */
.page-sub-head {
  font-size: 24px;
  color: #000000;
  border-bottom: 2px solid #d1d3d4;
  padding-bottom: 8px; }

/* line 169, scss/_type.scss */
.banner-text-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  margin: 0; }

/* line 178, scss/_type.scss */
.banner-text-sub-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin: 0; }

@media screen and (min-width: 768px) {
  /* line 186, scss/_type.scss */
  .sub-heading-link:hover {
    text-decoration: none; } }

/* line 193, scss/_type.scss */
h3.section-head,
.gallery-header,
.spec-header,
.spec-range-header {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin-top: 0; }
  /* line 201, scss/_type.scss */
  h3.section-head.image-top,
  .gallery-header.image-top,
  .spec-header.image-top,
  .spec-range-header.image-top {
    margin-top: 20px; }
  /* line 205, scss/_type.scss */
  h3.section-head.small-image-top,
  .gallery-header.small-image-top,
  .spec-header.small-image-top,
  .spec-range-header.small-image-top {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      /* line 205, scss/_type.scss */
      h3.section-head.small-image-top,
      .gallery-header.small-image-top,
      .spec-header.small-image-top,
      .spec-range-header.small-image-top {
        margin-top: 0; } }

/* line 214, scss/_type.scss */
h3.section-sub-head {
  color: #000; }

/* line 218, scss/_type.scss */
h3.section-sub-head-2 {
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 218, scss/_type.scss */
    h3.section-sub-head-2 {
      margin-top: 0; } }

/* line 226, scss/_type.scss */
.weighted {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000; }

/* line 231, scss/_type.scss */
.semi-weighted {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000; }

/* line 236, scss/_type.scss */
.red {
  color: #C71444; }

/* line 240, scss/_type.scss */
.txt-centre {
  text-align: center; }

/* line 244, scss/_type.scss */
.txt-colour-white {
  color: #fff; }

/* line 248, scss/_type.scss */
.txt-colour-black {
  color: #000; }

/* line 252, scss/_type.scss */
.txt-colour-primary {
  color: #C71444; }

/* line 256, scss/_type.scss */
.txt-colour-secondary {
  color: #666; }

/* line 260, scss/_type.scss */
#special_image_description p {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 10px; }

/* line 266, scss/_type.scss */
.stock-list .page-heading,
.stock-list .page-head {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: .4em 0; }

/* line 275, scss/_type.scss */
.stock-detail .heading-text-wrapper {
  display: flex;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em; }

/* =================================== */
/* Component Animations - Custom 	*/
/* =================================== */
/* ===================================
Layout
=================================== */
/*
BOX-SIZING
Set the global `box-sizing` state to `border-box`
https://github.com/inuitcss/generic.box-sizing
Paul Irish
http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
/* line 12, scss/_layout.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
Modernizr file has been updated to include 'main'å for IE
*/
/* line 23, scss/_layout.scss */
main {
  min-height: 550px; }

/* line 1, scss/_box-layout.scss */
.box-main {
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 1, scss/_box-layout.scss */
    .box-main {
      padding: 1.5rem; } }

/* line 8, scss/_box-layout.scss */
.box-header {
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    /* line 8, scss/_box-layout.scss */
    .box-header {
      padding: 0 1.5rem; } }

/* line 15, scss/_box-layout.scss */
.box-footer {
  padding: 1rem 1rem 2rem 1rem; }
  @media screen and (min-width: 768px) {
    /* line 15, scss/_box-layout.scss */
    .box-footer {
      padding: 1.5rem 1.5rem 2.5rem 1.5rem; } }

/* line 23, scss/_box-layout.scss */
.box-rl {
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    /* line 23, scss/_box-layout.scss */
    .box-rl {
      padding: 0 1.5rem; } }

/* line 31, scss/_box-layout.scss */
.box-rbl {
  padding: 0 1rem 1rem 1rem; }
  @media screen and (min-width: 768px) {
    /* line 31, scss/_box-layout.scss */
    .box-rbl {
      padding: 0 1.5rem 1.5rem 1.5rem; } }

/* line 39, scss/_box-layout.scss */
.box-page-head-sm {
  padding: .4rem 1rem; }
  @media screen and (min-width: 768px) {
    /* line 39, scss/_box-layout.scss */
    .box-page-head-sm {
      padding: .4rem 1.5rem; } }

/* line 46, scss/_box-layout.scss */
.box-promos {
  padding: 0 .5rem; }
  @media screen and (min-width: 768px) {
    /* line 46, scss/_box-layout.scss */
    .box-promos {
      padding: 0 0rem; } }

/* line 55, scss/_box-layout.scss */
.box-first {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 55, scss/_box-layout.scss */
    .box-first {
      padding: 0 0.75rem 0 0; } }

/* line 61, scss/_box-layout.scss */
.box-last {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 61, scss/_box-layout.scss */
    .box-last {
      padding: 0 0 0 0.75rem; } }

/* line 68, scss/_box-layout.scss */
.box-first-lg {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 68, scss/_box-layout.scss */
    .box-first-lg {
      padding: 0 1rem 0 0; } }

/* line 76, scss/_box-layout.scss */
.box-last-lg {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 76, scss/_box-layout.scss */
    .box-last-lg {
      padding: 0 0 0 1rem; } }

/* line 84, scss/_box-layout.scss */
.box-col-multi {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 84, scss/_box-layout.scss */
    .box-col-multi {
      padding: 0 1rem 0 0; } }

/* line 91, scss/_box-layout.scss */
.box-first-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 91, scss/_box-layout.scss */
    .box-first-multi {
      padding: 0 1rem 0 0; } }

/* line 97, scss/_box-layout.scss */
.box-mid-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 97, scss/_box-layout.scss */
    .box-mid-multi {
      padding: 0 0.5rem 0 0.5rem; } }

/* line 103, scss/_box-layout.scss */
.box-last-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 103, scss/_box-layout.scss */
    .box-last-multi {
      padding: 0 0 0 1rem; } }

/* line 109, scss/_box-layout.scss */
.box-first-multi-m {
  padding: 0 0.6rem 0 0; }
  @media screen and (min-width: 768px) {
    /* line 109, scss/_box-layout.scss */
    .box-first-multi-m {
      padding: 0 1rem 0 0; } }

/* line 115, scss/_box-layout.scss */
.box-mid-multi-m {
  padding: 0 0.3rem 0 0.3rem; }
  @media screen and (min-width: 768px) {
    /* line 115, scss/_box-layout.scss */
    .box-mid-multi-m {
      padding: 0 0.5rem 0 0.5rem; } }

/* line 122, scss/_box-layout.scss */
.box-main-tb {
  padding: 0 0 1rem 0; }
  @media screen and (min-width: 768px) {
    /* line 122, scss/_box-layout.scss */
    .box-main-tb {
      padding: 1.5rem 0; } }

/* line 129, scss/_box-layout.scss */
.box-sm-main {
  padding: 0.3rem; }
  @media screen and (min-width: 768px) {
    /* line 129, scss/_box-layout.scss */
    .box-sm-main {
      padding: 0.5rem; } }

/* line 135, scss/_box-layout.scss */
.box-form-first {
  padding: .25rem 0 .25rem 0; }
  @media screen and (min-width: 568px) {
    /* line 135, scss/_box-layout.scss */
    .box-form-first {
      padding: .3rem 1rem .3rem  0; } }

/* line 141, scss/_box-layout.scss */
.box-form-last {
  padding: .25rem 0 .25rem 0; }
  @media screen and (min-width: 568px) {
    /* line 141, scss/_box-layout.scss */
    .box-form-last {
      padding: .3rem 0 .3rem  1rem; } }

/* line 147, scss/_box-layout.scss */
.box-form-first-sm {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 147, scss/_box-layout.scss */
    .box-form-first-sm {
      padding: .3rem .5rem .3rem  0; } }

/* line 153, scss/_box-layout.scss */
.box-form-last-sm {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 153, scss/_box-layout.scss */
    .box-form-last-sm {
      padding: .3rem 0 .3rem  .5rem; } }

/* line 159, scss/_box-layout.scss */
.box-form-first-wrapper {
  padding: .25rem 0 .25rem 0; }
  @media screen and (min-width: 768px) {
    /* line 159, scss/_box-layout.scss */
    .box-form-first-wrapper {
      padding: .3rem 1rem .3rem  0; } }
  @media screen and (min-width: 1024px) {
    /* line 159, scss/_box-layout.scss */
    .box-form-first-wrapper {
      padding: 0; } }

/* line 168, scss/_box-layout.scss */
.box-form-last-wrapper {
  padding: .25rem 0 .25rem 0; }
  @media screen and (min-width: 768px) {
    /* line 168, scss/_box-layout.scss */
    .box-form-last-wrapper {
      padding: .3rem 0 .3rem  1rem; } }
  @media screen and (min-width: 1024px) {
    /* line 168, scss/_box-layout.scss */
    .box-form-last-wrapper {
      padding: 0; } }

/* line 177, scss/_box-layout.scss */
.box-first {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 177, scss/_box-layout.scss */
    .box-first {
      padding: 0 0.75rem 0 0; } }

/* line 183, scss/_box-layout.scss */
.box-last {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 183, scss/_box-layout.scss */
    .box-last {
      padding: 0 0 0 0.75rem; } }

/* line 190, scss/_box-layout.scss */
.box-section-left {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 190, scss/_box-layout.scss */
    .box-section-left {
      padding: 0 24px 0 0; } }

/* line 198, scss/_box-layout.scss */
.box-section-right {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 198, scss/_box-layout.scss */
    .box-section-right {
      padding: 0 0 0 24px; } }

/* line 206, scss/_box-layout.scss */
.box-section-image {
  padding: 40px 0 0 0; }

/* line 210, scss/_box-layout.scss */
.box-gallery {
  padding-right: .5rem;
  padding-bottom: .5rem; }
  @media screen and (min-width: 1024px) {
    /* line 210, scss/_box-layout.scss */
    .box-gallery {
      padding-right: 1rem;
      padding-bottom: 1rem; } }

/* line 220, scss/_box-layout.scss */
.box-sm {
  padding: .5rem; }

/* line 224, scss/_box-layout.scss */
.box-img-first {
  padding: 0; }

/* line 228, scss/_box-layout.scss */
.box-img-last {
  padding-left: 4px; }

/* line 232, scss/_box-layout.scss */
.box-img-tl {
  padding: 0 2px 2px 0; }

/* line 236, scss/_box-layout.scss */
.box-img-tr {
  padding: 0 0 2px 2px; }

/* line 240, scss/_box-layout.scss */
.box-img-br {
  padding: 2px 0 0 2px; }

/* line 244, scss/_box-layout.scss */
.box-img-bl {
  padding: 2px 2px 0 0; }

@media screen and (min-width: 768px) {
  /* line 255, scss/_box-layout.scss */
  .stock-page .box-form-first-wrapper {
    padding: .3rem 1rem .3rem 0; } }
@media screen and (min-width: 768px) {
  /* line 262, scss/_box-layout.scss */
  .stock-page .box-form-last-wrapper {
    padding: .3rem 0 .3rem .2rem; } }

/* line 273, scss/_box-layout.scss */
.lt-ie-9 .box-main,
.ie-9 .box-main {
  padding: 1em; }
  @media screen and (min-width: 768px) {
    /* line 273, scss/_box-layout.scss */
    .lt-ie-9 .box-main,
    .ie-9 .box-main {
      padding: 1.5em; } }
/* line 280, scss/_box-layout.scss */
.lt-ie-9 .box-header,
.ie-9 .box-header {
  padding: 0 1em; }
  @media screen and (min-width: 768px) {
    /* line 280, scss/_box-layout.scss */
    .lt-ie-9 .box-header,
    .ie-9 .box-header {
      padding: 0 1.5em; } }
/* line 287, scss/_box-layout.scss */
.lt-ie-9 .box-footer,
.ie-9 .box-footer {
  padding: 1em 1em 2em 1em; }
  @media screen and (min-width: 768px) {
    /* line 287, scss/_box-layout.scss */
    .lt-ie-9 .box-footer,
    .ie-9 .box-footer {
      padding: 1.5em 1.5em 2.5em 1.5em; } }
/* line 295, scss/_box-layout.scss */
.lt-ie-9 .box-rl,
.ie-9 .box-rl {
  padding: 0 1em; }
  @media screen and (min-width: 768px) {
    /* line 295, scss/_box-layout.scss */
    .lt-ie-9 .box-rl,
    .ie-9 .box-rl {
      padding: 0 1.5em; } }
/* line 303, scss/_box-layout.scss */
.lt-ie-9 .box-rbl,
.ie-9 .box-rbl {
  padding: 0 1em 1em 1em; }
  @media screen and (min-width: 768px) {
    /* line 303, scss/_box-layout.scss */
    .lt-ie-9 .box-rbl,
    .ie-9 .box-rbl {
      padding: 0 1.5em 1.5em 1.5em; } }
/* line 311, scss/_box-layout.scss */
.lt-ie-9 .box-page-head-sm,
.ie-9 .box-page-head-sm {
  padding: .4em 1em; }
  @media screen and (min-width: 768px) {
    /* line 311, scss/_box-layout.scss */
    .lt-ie-9 .box-page-head-sm,
    .ie-9 .box-page-head-sm {
      padding: .4em 1.5em; } }
/* line 318, scss/_box-layout.scss */
.lt-ie-9 .box-promos,
.ie-9 .box-promos {
  padding: 0 .5em; }
  @media screen and (min-width: 768px) {
    /* line 318, scss/_box-layout.scss */
    .lt-ie-9 .box-promos,
    .ie-9 .box-promos {
      padding: 0 0em; } }
/* line 327, scss/_box-layout.scss */
.lt-ie-9 .box-first,
.ie-9 .box-first {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 327, scss/_box-layout.scss */
    .lt-ie-9 .box-first,
    .ie-9 .box-first {
      padding: 0 0.75em 0 0; } }
/* line 333, scss/_box-layout.scss */
.lt-ie-9 .box-last,
.ie-9 .box-last {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 333, scss/_box-layout.scss */
    .lt-ie-9 .box-last,
    .ie-9 .box-last {
      padding: 0 0 0 0.75em; } }
/* line 340, scss/_box-layout.scss */
.lt-ie-9 .box-first-lg,
.ie-9 .box-first-lg {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 340, scss/_box-layout.scss */
    .lt-ie-9 .box-first-lg,
    .ie-9 .box-first-lg {
      padding: 0 1em 0 0; } }
/* line 348, scss/_box-layout.scss */
.lt-ie-9 .box-last-lg,
.ie-9 .box-last-lg {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 348, scss/_box-layout.scss */
    .lt-ie-9 .box-last-lg,
    .ie-9 .box-last-lg {
      padding: 0 0 0 1em; } }
/* line 356, scss/_box-layout.scss */
.lt-ie-9 .box-col-multi,
.ie-9 .box-col-multi {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 356, scss/_box-layout.scss */
    .lt-ie-9 .box-col-multi,
    .ie-9 .box-col-multi {
      padding: 0 1em 0 0; } }
/* line 363, scss/_box-layout.scss */
.lt-ie-9 .box-first-multi,
.ie-9 .box-first-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 363, scss/_box-layout.scss */
    .lt-ie-9 .box-first-multi,
    .ie-9 .box-first-multi {
      padding: 0 1em 0 0; } }
/* line 369, scss/_box-layout.scss */
.lt-ie-9 .box-mid-multi,
.ie-9 .box-mid-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 369, scss/_box-layout.scss */
    .lt-ie-9 .box-mid-multi,
    .ie-9 .box-mid-multi {
      padding: 0 0.5em 0 0.5em; } }
/* line 375, scss/_box-layout.scss */
.lt-ie-9 .box-last-multi,
.ie-9 .box-last-multi {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 375, scss/_box-layout.scss */
    .lt-ie-9 .box-last-multi,
    .ie-9 .box-last-multi {
      padding: 0 0 0 1em; } }
/* line 381, scss/_box-layout.scss */
.lt-ie-9 .box-first-multi-m,
.ie-9 .box-first-multi-m {
  padding: 0 0.6em 0 0; }
  @media screen and (min-width: 768px) {
    /* line 381, scss/_box-layout.scss */
    .lt-ie-9 .box-first-multi-m,
    .ie-9 .box-first-multi-m {
      padding: 0 1em 0 0; } }
/* line 387, scss/_box-layout.scss */
.lt-ie-9 .box-mid-multi-m,
.ie-9 .box-mid-multi-m {
  padding: 0 0.3em 0 0.3em; }
  @media screen and (min-width: 768px) {
    /* line 387, scss/_box-layout.scss */
    .lt-ie-9 .box-mid-multi-m,
    .ie-9 .box-mid-multi-m {
      padding: 0 0.5em 0 0.5em; } }
/* line 394, scss/_box-layout.scss */
.lt-ie-9 .box-main-tb,
.ie-9 .box-main-tb {
  padding: 0 0 1em 0; }
  @media screen and (min-width: 768px) {
    /* line 394, scss/_box-layout.scss */
    .lt-ie-9 .box-main-tb,
    .ie-9 .box-main-tb {
      padding: 1.5em 0; } }
/* line 401, scss/_box-layout.scss */
.lt-ie-9 .box-sm-main,
.ie-9 .box-sm-main {
  padding: 0.3em; }
  @media screen and (min-width: 768px) {
    /* line 401, scss/_box-layout.scss */
    .lt-ie-9 .box-sm-main,
    .ie-9 .box-sm-main {
      padding: 0.5em; } }
/* line 407, scss/_box-layout.scss */
.lt-ie-9 .box-form-first,
.ie-9 .box-form-first {
  padding: .25em 0 .25em 0; }
  @media screen and (min-width: 568px) {
    /* line 407, scss/_box-layout.scss */
    .lt-ie-9 .box-form-first,
    .ie-9 .box-form-first {
      padding: .3em 1em .3em  0; } }
/* line 413, scss/_box-layout.scss */
.lt-ie-9 .box-form-last,
.ie-9 .box-form-last {
  padding: .25em 0 .25em 0; }
  @media screen and (min-width: 568px) {
    /* line 413, scss/_box-layout.scss */
    .lt-ie-9 .box-form-last,
    .ie-9 .box-form-last {
      padding: .3em 0 .3em  1em; } }
/* line 419, scss/_box-layout.scss */
.lt-ie-9 .box-form-first-sm,
.ie-9 .box-form-first-sm {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 419, scss/_box-layout.scss */
    .lt-ie-9 .box-form-first-sm,
    .ie-9 .box-form-first-sm {
      padding: .3em .5em .3em  0; } }
/* line 425, scss/_box-layout.scss */
.lt-ie-9 .box-form-last-sm,
.ie-9 .box-form-last-sm {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    /* line 425, scss/_box-layout.scss */
    .lt-ie-9 .box-form-last-sm,
    .ie-9 .box-form-last-sm {
      padding: .3em 0 .3em  .5em; } }
/* line 431, scss/_box-layout.scss */
.lt-ie-9 .box-form-first-wrapper,
.ie-9 .box-form-first-wrapper {
  padding: .25em 0 .25em 0; }
  @media screen and (min-width: 768px) {
    /* line 431, scss/_box-layout.scss */
    .lt-ie-9 .box-form-first-wrapper,
    .ie-9 .box-form-first-wrapper {
      padding: .3em 1em .3em  0; } }
  @media screen and (min-width: 1024px) {
    /* line 431, scss/_box-layout.scss */
    .lt-ie-9 .box-form-first-wrapper,
    .ie-9 .box-form-first-wrapper {
      padding: 0; } }
/* line 440, scss/_box-layout.scss */
.lt-ie-9 .box-form-last-wrapper,
.ie-9 .box-form-last-wrapper {
  padding: .25em 0 .25em 0; }
  @media screen and (min-width: 768px) {
    /* line 440, scss/_box-layout.scss */
    .lt-ie-9 .box-form-last-wrapper,
    .ie-9 .box-form-last-wrapper {
      padding: .3em 0 .3em  1em; } }
  @media screen and (min-width: 1024px) {
    /* line 440, scss/_box-layout.scss */
    .lt-ie-9 .box-form-last-wrapper,
    .ie-9 .box-form-last-wrapper {
      padding: 0; } }
/* line 449, scss/_box-layout.scss */
.lt-ie-9 .box-first,
.ie-9 .box-first {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 449, scss/_box-layout.scss */
    .lt-ie-9 .box-first,
    .ie-9 .box-first {
      padding: 0 0.75em 0 0; } }
/* line 455, scss/_box-layout.scss */
.lt-ie-9 .box-last,
.ie-9 .box-last {
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 455, scss/_box-layout.scss */
    .lt-ie-9 .box-last,
    .ie-9 .box-last {
      padding: 0 0 0 0.75em; } }
/* line 462, scss/_box-layout.scss */
.lt-ie-9 .box-section-left,
.ie-9 .box-section-left {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 462, scss/_box-layout.scss */
    .lt-ie-9 .box-section-left,
    .ie-9 .box-section-left {
      padding: 0 24px 0 0; } }
/* line 470, scss/_box-layout.scss */
.lt-ie-9 .box-section-right,
.ie-9 .box-section-right {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 470, scss/_box-layout.scss */
    .lt-ie-9 .box-section-right,
    .ie-9 .box-section-right {
      padding: 0 0 0 24px; } }
/* line 478, scss/_box-layout.scss */
.lt-ie-9 .box-section-image,
.ie-9 .box-section-image {
  padding: 40px 0 0 0; }
/* line 482, scss/_box-layout.scss */
.lt-ie-9 .box-gallery,
.ie-9 .box-gallery {
  padding-right: .5em;
  padding-bottom: .5em; }
  @media screen and (min-width: 1024px) {
    /* line 482, scss/_box-layout.scss */
    .lt-ie-9 .box-gallery,
    .ie-9 .box-gallery {
      padding-right: 1em;
      padding-bottom: 1em; } }

@media screen and (min-width: 768px) {
  /* line 496, scss/_box-layout.scss */
  .stock-page .box-form-first-wrapper {
    padding: .3em 1em .3em 0; } }
@media screen and (min-width: 768px) {
  /* line 503, scss/_box-layout.scss */
  .stock-page .box-form-last-wrapper {
    padding: .3em 0 .3em .2em; } }

/*
This is sets of scss rules for module page service
*/
/* line 6, scss/_layout-inner.scss */
.mobileNavigationButton {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #bcbec1;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#bcbec1));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fdfdfd, #bcbec1);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #fdfdfd, #bcbec1);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fdfdfd, #bcbec1);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fdfdfd, #bcbec1);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fdfdfd, #bcbec1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdfdfd', EndColorStr='#bcbec1'); }
  @media screen and (min-width: 768px) {
    /* line 6, scss/_layout-inner.scss */
    .mobileNavigationButton {
      display: none; } }

/* line 1, scss/_module-cta.scss */
.cta-list {
  padding: 0;
  margin: 0; }

/* line 6, scss/_module-cta.scss */
.cta-item {
  list-style: none;
  margin-bottom: 6px; }
  /* line 10, scss/_module-cta.scss */
  .cta-item:last-child {
    margin-bottom: 0; }

/* line 15, scss/_module-cta.scss */
.cta-item .cta-link {
  text-decoration: none;
  height: 40px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: background 150ms ease-in;
  -moz-transition: background 150ms ease-in;
  -ms-transition: background 150ms ease-in;
  -o-transition: background 150ms ease-in;
  transition: background 150ms ease-in; }
  /* line 23, scss/_module-cta.scss */
  .cta-item .cta-link:hover {
    background: #ebebec; }
    /* line 26, scss/_module-cta.scss */
    .cta-item .cta-link:hover .cta-text {
      color: #000; }

/* line 32, scss/_module-cta.scss */
.cta-icon-wrapper {
  background: #C71444;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0; }
  /* line 40, scss/_module-cta.scss */
  .cta-icon-wrapper .icon-cta,
  .cta-icon-wrapper .icon-svg-quote,
  .cta-icon-wrapper .icon-svg-brochures,
  .cta-icon-wrapper .icon-svg-service,
  .cta-icon-wrapper .icon-svg-specials,
  .cta-icon-wrapper .icon-svg-test-drive,
  .cta-icon-wrapper .icon-svg-search {
    fill: #fff;
    width: 40px;
    height: 40px; }

/* line 53, scss/_module-cta.scss */
.cta-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #595959;
  margin-left: 40px;
  padding: 12px 6px; }

/* line 3, scss/_module-grid.scss */
.flexbox .im-col-g {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 18, scss/_module-grid.scss */
.no-flexbox .im-col-g {
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 36, scss/_module-grid.scss */
.no-flexbox .im-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/* line 1, scss/_module-svg.scss */
svg {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: fill 150ms ease-in;
  -moz-transition: fill 150ms ease-in;
  -ms-transition: fill 150ms ease-in;
  -o-transition: fill 150ms ease-in;
  transition: fill 150ms ease-in;
  pointer-events: none; }
  /* line 9, scss/_module-svg.scss */
  svg img {
    display: inline; }

/* line 14, scss/_module-svg.scss */
.icon-svg {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: fill 150ms ease-in;
  -moz-transition: fill 150ms ease-in;
  -ms-transition: fill 150ms ease-in;
  -o-transition: fill 150ms ease-in;
  transition: fill 150ms ease-in;
  pointer-events: none; }
  /* line 22, scss/_module-svg.scss */
  .icon-svg img {
    display: inline; }

/* line 27, scss/_module-svg.scss */
.icon-svg-text {
  position: relative; }

/* line 33, scss/_module-svg.scss */
.lt-ie9 .icon-svg img {
  display: inline;
  vertical-align: top; }

/* line 39, scss/_module-svg.scss */
.icon-svg-arrow-left {
  fill: #b2b2b2;
  width: 10px;
  height: 16px;
  top: 3px;
  margin-right: 8px;
  margin-left: 0;
  -webkit-transition: fill 250ms ease-in;
  -moz-transition: fill 250ms ease-in;
  -ms-transition: fill 250ms ease-in;
  -o-transition: fill 250ms ease-in;
  transition: fill 250ms ease-in; }
  /* line 48, scss/_module-svg.scss */
  .nesw-backlink:hover .icon-svg-arrow-left, .nesw-backlink:active .icon-svg-arrow-left, .nesw-backlink:focus .icon-svg-arrow-left {
    fill: #fff; }

/* line 55, scss/_module-svg.scss */
.icon-svg-arrow-left-double {
  fill: #b2b2b2;
  width: 17px;
  height: 16px;
  top: 3px;
  margin-right: 8px;
  margin-left: 0;
  -webkit-transition: fill 250ms ease-in;
  -moz-transition: fill 250ms ease-in;
  -ms-transition: fill 250ms ease-in;
  -o-transition: fill 250ms ease-in;
  transition: fill 250ms ease-in; }
  /* line 64, scss/_module-svg.scss */
  .nesw-backlink:hover .icon-svg-arrow-left-double, .nesw-backlink:active .icon-svg-arrow-left-double, .nesw-backlink:focus .icon-svg-arrow-left-double {
    fill: #fff; }

/* line 71, scss/_module-svg.scss */
.icon-svg-arrow-down {
  width: 12px;
  height: 6px;
  fill: #808080;
  margin-left: 5px; }

/* line 78, scss/_module-svg.scss */
.icon-svg-close {
  width: 18px;
  height: 18px;
  fill: #a7a9ac; }

/* line 84, scss/_module-svg.scss */
.icon-svg-arrow-right-circle {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 8px;
  top: 3px;
  float: left; }

/* line 93, scss/_module-svg.scss */
.icon-svg-page-head {
  fill: #666;
  width: 17px;
  height: 24px;
  top: 3px;
  margin-right: 3px;
  position: relative; }

/* line 102, scss/_module-svg.scss */
.icon-svg-specification {
  width: 13px;
  top: 4px;
  height: 17px;
  margin-right: 6px; }

/* line 109, scss/_module-svg.scss */
.icon-svg-social,
.icon-svg-share {
  fill: #fff;
  background: #C71444;
  width: 24px;
  height: 24px;
  display: block; }

/* line 118, scss/_module-svg.scss */
.icon-svg-quote,
.icon-svg-brochures,
.icon-svg-service,
.icon-svg-specials,
.icon-svg-test-drive,
.icon-svg-search,
.icon-svg-subscribe {
  fill: #E5E5E5;
  width: 70px;
  height: 40px; }

/* line 131, scss/_module-svg.scss */
.quicklinks .icon-svg-quote,
.quicklinks .icon-svg-brochures,
.quicklinks .icon-svg-service,
.quicklinks .icon-svg-specials,
.quicklinks .icon-svg-test-drive,
.quicklinks .icon-svg-search,
.quicklinks .icon-svg-subscribe {
  fill: #E5E5E5;
  width: 40px;
  height: 35px; }

/* line 144, scss/_module-svg.scss */
.icon-svg-calculator {
  fill: #fff;
  width: 23px;
  height: 24px; }

/* line 152, scss/_module-svg.scss */
.home .quick-search-form .icon-svg-calculator {
  top: 8px;
  left: 8px; }

/* line 160, scss/_module-svg.scss */
.home .search-form .icon .icon-svg-test-drive,
.home .search-form .icon .icon-svg-search {
  fill: #ffffff; }
/* line 165, scss/_module-svg.scss */
.home .search-form .icon .icon-svg-test-drive {
  margin: 8px 0 0 10px; }
/* line 169, scss/_module-svg.scss */
.home .search-form .icon.icon-search {
  background: url("http://assets.i-motor.com.au/trucks/images/icons_all_general_2014.png") no-repeat;
  background-position: 50% -4493px;
  width: 42px;
  height: 42px; }

/* line 177, scss/_module-svg.scss */
.icon-svg-share {
  margin-left: 10px; }

/* line 181, scss/_module-svg.scss */
.icon-svg-social-text {
  font-size: 0;
  text-indent: -9999px;
  display: inline-block;
  float: left; }

/* line 188, scss/_module-svg.scss */
.icon-svg-social.last {
  margin-right: 0; }

/* line 192, scss/_module-svg.scss */
.icon-svg-phone,
.icon-svg-location {
  fill: #666;
  width: 12px;
  top: 2px;
  margin-right: 4px;
  margin-left: 11px; }

/* line 201, scss/_module-svg.scss */
.icon-svg-phone {
  height: 12px; }

/* line 205, scss/_module-svg.scss */
.icon-svg-location {
  height: 16px; }

/* line 209, scss/_module-svg.scss */
.triangle-wrapper {
  background: #666;
  width: 17px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px; }

/* line 219, scss/_module-svg.scss */
.icon-svg-arrow-down-large {
  fill: #666;
  width: 27px;
  height: 27px;
  top: 25%;
  left: 25%; }

/* line 227, scss/_module-svg.scss */
.left-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 6px 0 0;
  border-color: #fff  transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0; }

/* line 238, scss/_module-svg.scss */
.right-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 0; }

/* line 249, scss/_module-svg.scss */
.icon-Lplate {
  width: 26px;
  height: 26px;
  fill: #FF0;
  color: #000;
  top: -19px;
  left: 21px; }

/* line 258, scss/_module-svg.scss */
.icon-svg-close {
  width: 15px;
  height: 15px;
  fill: #fff;
  float: right;
  top: 15px;
  display: none; }
  @media screen and (min-width: 880px) {
    /* line 258, scss/_module-svg.scss */
    .icon-svg-close {
      display: block; } }

/* line 270, scss/_module-svg.scss */
.icon-svg-arrow-right {
  width: 7.2px;
  height: 11.4px;
  fill: #666;
  margin-right: 4px; }

/* line 277, scss/_module-svg.scss */
.blog-post .icon-svg-arrow-left {
  width: 7.2px;
  height: 11.4px;
  fill: #fff;
  margin-right: 2px;
  top: 0; }

/* line 285, scss/_module-svg.scss */
.icon-svg-logo-i-motor {
  width: 154px;
  height: 11px;
  fill: #808080; }

/* line 1, scss/_module-header.scss */
.header-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2; }
  /* line 6, scss/_module-header.scss */
  .header-wrapper.extra {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      /* line 6, scss/_module-header.scss */
      .header-wrapper.extra {
        margin-top: 58px; } }
    @media screen and (min-width: 1024px) {
      /* line 6, scss/_module-header.scss */
      .header-wrapper.extra {
        margin-top: 0; } }
  /* line 16, scss/_module-header.scss */
  .header-wrapper .call-dealer {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #E5E5E5;
    display: block;
    text-align: center;
    padding: 10px 0;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: center;
    align-items: center;
    justify-content: center; }
    /* line 37, scss/_module-header.scss */
    .header-wrapper .call-dealer .image {
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 20 20'%3E%3Cpath d='M4,8.6c1.6,3.2,4.1,5.7,7.3,7.3l2.4-2.4c0.3-0.4,0.7-0.4,1.1-0.3c1.2,0.4,2.6,0.6,4,0.6c0.6,0,1.1,0.5,1.1,1.1v3.9c0,0.6-0.5,1.1-1.1,1.1c-0.6,0-1,0-1.7,0C5.3,19-0.2,10.8,0,1.1C0,0.5,0.5,0,1.1,0H5c0.6,0,1.1,0.5,1.1,1.1c0,1.4,0.2,2.7,0.6,4c0.2,0.5,0.1,0.8-0.3,1.1L4,8.6z' fill='%23C71444'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      margin: 0 7px; }

/* line 48, scss/_module-header.scss */
.home .header-wrapper {
  margin-top: 0px; }

/* line 52, scss/_module-header.scss */
.toolbox-forms-wrapper {
  padding: 0 21px;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    /* line 52, scss/_module-header.scss */
    .toolbox-forms-wrapper {
      padding: 0; } }
  /* line 60, scss/_module-header.scss */
  .toolbox-forms-wrapper h2 {
    padding: 20px 0 0; }

/* line 65, scss/_module-header.scss */
.address-bar-wrapper {
  background-color: #ebebec;
  display: none;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 6px 0px;
  border-bottom: 2px solid #dcddde; }
  @media screen and (min-width: 768px) {
    /* line 65, scss/_module-header.scss */
    .address-bar-wrapper {
      display: block;
      bottom: 0px; } }

/* line 80, scss/_module-header.scss */
.address-bar {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 80, scss/_module-header.scss */
    .address-bar {
      display: block;
      float: right;
      padding: 3px 0 2px 0; } }
  /* line 89, scss/_module-header.scss */
  .address-bar .address-bar-dealer-information {
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 89, scss/_module-header.scss */
      .address-bar .address-bar-dealer-information {
        display: block;
        float: left; } }
  /* line 98, scss/_module-header.scss */
  .address-bar .address-bar-text-wrapper {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    letter-spacing: -.4px;
    color: #666666; }
    /* line 104, scss/_module-header.scss */
    .address-bar .address-bar-text-wrapper:hover {
      text-decoration: none;
      color: #C71444; }
  /* line 110, scss/_module-header.scss */
  .address-bar .address-bar-text {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    letter-spacing: -.4px;
    float: left;
    margin-right: 15px; }
    /* line 117, scss/_module-header.scss */
    .address-bar .address-bar-text a {
      color: #666666; }
      /* line 120, scss/_module-header.scss */
      .address-bar .address-bar-text a:hover {
        text-decoration: none; }
    /* line 125, scss/_module-header.scss */
    .address-bar .address-bar-text.last {
      margin-right: 0; }
  /* line 130, scss/_module-header.scss */
  .address-bar .dealer-information {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    letter-spacing: -.4px;
    float: left;
    margin: 0; }
  /* line 138, scss/_module-header.scss */
  .address-bar .address-bar-pipe {
    float: left;
    color: #808080; }
  /* line 143, scss/_module-header.scss */
  .address-bar .dealer-information-last .address-bar-text {
    margin-right: 0px; }
  /* line 147, scss/_module-header.scss */
  .address-bar .address-bar-location-icon {
    background: url("/n/images/icons_all_general_2014.png") -40px -8596px;
    margin-right: 0;
    width: 21px;
    height: 24px;
    float: left; }
    @media screen and (min-width: 1024px) {
      /* line 147, scss/_module-header.scss */
      .address-bar .address-bar-location-icon {
        background: url("/n/images/icons_all_general_2014.png") -35px -8696px;
        width: 25px; } }
  /* line 160, scss/_module-header.scss */
  .address-bar .address-bar-phone-icon {
    background: url("/n/images/icons_all_general_2014.png") -34px -9296px;
    margin-right: 0;
    width: 21px;
    height: 24px;
    float: left; }
    @media screen and (min-width: 1024px) {
      /* line 160, scss/_module-header.scss */
      .address-bar .address-bar-phone-icon {
        background: url("/n/images/icons_all_general_2014.png") -34px -9196px;
        width: 25px; } }

@media only screen and (min-width: 568px) and (max-width: 767px) {
  /* line 173, scss/_module-header.scss */
  .martinsgaragenissan .logo,
  .lakesidenissan .logo,
  .villagenissanpetrie .logo,
  .villagenissanredcliffe .logo {
    max-width: 100%;
    position: relative;
    margin-left: 33%; } }

/* line 185, scss/_module-header.scss */
.logo {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  max-width: 25%; }
  @media screen and (min-width: 568px) {
    /* line 185, scss/_module-header.scss */
    .logo {
      float: left;
      margin: 0;
      max-width: 100%; } }

/* line 198, scss/_module-header.scss */
.social-wrapper {
  float: left;
  margin: 0;
  padding: 0; }
  /* line 203, scss/_module-header.scss */
  .social-wrapper li {
    list-style: none;
    float: left; }

/* line 209, scss/_module-header.scss */
.header-icon-wrapper a {
  display: inline-block;
  margin-left: 9px;
  float: left; }

/* line 217, scss/_module-header.scss */
.kingscarsnissan .logo {
  float: inherit;
  max-width: 50%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    /* line 217, scss/_module-header.scss */
    .kingscarsnissan .logo {
      float: left;
      margin: 0;
      max-width: 100%; } }
/* line 229, scss/_module-header.scss */
.kingscarsnissan .company-logo-container {
  float: inherit;
  margin: 12px auto; }
  @media screen and (min-width: 768px) {
    /* line 229, scss/_module-header.scss */
    .kingscarsnissan .company-logo-container {
      float: right;
      margin-top: 23px;
      margin-bottom: 10px;
      height: 39px;
      width: 65%; } }
  /* line 241, scss/_module-header.scss */
  .kingscarsnissan .company-logo-container img {
    max-width: 100%;
    max-height: 30px;
    float: inherit; }
    @media screen and (min-width: 768px) {
      /* line 241, scss/_module-header.scss */
      .kingscarsnissan .company-logo-container img {
        max-height: 39px; } }

/* line 256, scss/_module-header.scss */
.company-logo-container {
  width: 100%;
  height: 30px;
  margin: 12px 0 12px 0; }
  @media screen and (min-width: 568px) {
    /* line 256, scss/_module-header.scss */
    .company-logo-container {
      float: right;
      width: 73%;
      margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    /* line 256, scss/_module-header.scss */
    .company-logo-container {
      margin-top: 23px;
      margin-bottom: 10px;
      height: 39px; } }
  /* line 273, scss/_module-header.scss */
  .company-logo-container img {
    max-width: 100%;
    max-height: 30px; }
    @media screen and (min-width: 568px) {
      /* line 273, scss/_module-header.scss */
      .company-logo-container img {
        float: right; } }
    @media screen and (min-width: 768px) {
      /* line 273, scss/_module-header.scss */
      .company-logo-container img {
        max-height: 39px; } }

/* line 289, scss/_module-header.scss */
.ferntreegullynissan .logo {
  float: left; }
  @media only screen and (min-width: 568px) and (max-width: 767px) {
    /* line 289, scss/_module-header.scss */
    .ferntreegullynissan .logo {
      max-width: 100%;
      float: none;
      margin: 0 auto; } }
/* line 299, scss/_module-header.scss */
.ferntreegullynissan .company-logo-container {
  margin: 5px 0 5px 15px;
  width: 160px;
  height: 59px;
  background: url("/n/images/nissan-ftg-logo-sm.png") 0 0 no-repeat;
  float: left; }
  @media screen and (min-width: 520px) {
    /* line 299, scss/_module-header.scss */
    .ferntreegullynissan .company-logo-container {
      margin: 12px 0 5px 15px; } }
  @media screen and (min-width: 568px) {
    /* line 299, scss/_module-header.scss */
    .ferntreegullynissan .company-logo-container {
      width: 100%;
      height: 30px;
      margin: 12px 0 12px 0;
      background: none; } }
  @media screen and (min-width: 768px) {
    /* line 299, scss/_module-header.scss */
    .ferntreegullynissan .company-logo-container {
      float: right;
      width: 68%; } }
  @media screen and (min-width: 1024px) {
    /* line 299, scss/_module-header.scss */
    .ferntreegullynissan .company-logo-container {
      width: 73%; } }
/* line 327, scss/_module-header.scss */
.ferntreegullynissan .dealer-logo-img {
  display: none;
  float: none; }
  @media screen and (min-width: 568px) {
    /* line 327, scss/_module-header.scss */
    .ferntreegullynissan .dealer-logo-img {
      display: block; } }
  @media screen and (min-width: 768px) {
    /* line 327, scss/_module-header.scss */
    .ferntreegullynissan .dealer-logo-img {
      float: right; } }

/* line 343, scss/_module-header.scss */
.mantellonissan .company-logo-container {
  margin: 5px 0 5px 15px; }
  @media screen and (min-width: 520px) {
    /* line 343, scss/_module-header.scss */
    .mantellonissan .company-logo-container {
      margin: 12px auto; } }
  @media screen and (min-width: 568px) {
    /* line 343, scss/_module-header.scss */
    .mantellonissan .company-logo-container {
      width: 60%; } }
  @media screen and (min-width: 768px) {
    /* line 343, scss/_module-header.scss */
    .mantellonissan .company-logo-container {
      float: right;
      width: 68%; } }
  @media screen and (min-width: 1024px) {
    /* line 343, scss/_module-header.scss */
    .mantellonissan .company-logo-container {
      width: 73%; } }
@media screen and (min-width: 768px) {
  /* line 364, scss/_module-header.scss */
  .mantellonissan .dealer-logo-img {
    float: right; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 372, scss/_module-header.scss */
  .martinsgaragenissan .dealer-name,
  .ferntreegullynissan .dealer-name,
  .lakesidenissan .dealer-name,
  .villagenissanpetrie .dealer-name,
  .villagenissanredcliffe .dealer-name {
    font-size: 28px;
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 24px; } }
@media screen and (min-width: 768px) {
  /* line 372, scss/_module-header.scss */
  .martinsgaragenissan .dealer-name,
  .ferntreegullynissan .dealer-name,
  .lakesidenissan .dealer-name,
  .villagenissanpetrie .dealer-name,
  .villagenissanredcliffe .dealer-name {
    font-size: 28px;
    width: 65%; } }
@media screen and (min-width: 880px) {
  /* line 372, scss/_module-header.scss */
  .martinsgaragenissan .dealer-name,
  .ferntreegullynissan .dealer-name,
  .lakesidenissan .dealer-name,
  .villagenissanpetrie .dealer-name,
  .villagenissanredcliffe .dealer-name {
    font-size: 28px;
    width: 65%; } }

/* line 397, scss/_module-header.scss */
.dealer-name {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  text-align: center;
  color: #000;
  width: 100%;
  margin: 12px 0 12px 0;
  width: 100%;
  text-transform: uppercase; }
  @media screen and (min-width: 568px) {
    /* line 397, scss/_module-header.scss */
    .dealer-name {
      font-size: 36px;
      text-align: right;
      float: right;
      width: 73%;
      margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    /* line 397, scss/_module-header.scss */
    .dealer-name {
      margin-top: 23px;
      margin-bottom: 10px; } }
  /* line 420, scss/_module-header.scss */
  .dealer-name span {
    color: #C71444; }

/* line 425, scss/_module-header.scss */
.dealer-name-phone {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 425, scss/_module-header.scss */
    .dealer-name-phone {
      display: block;
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      line-height: 25px;
      text-align: right;
      text-transform: uppercase;
      color: #C71444;
      float: right;
      width: 80%;
      margin: 0 10px 0; } }
  @media screen and (min-width: 1024px) {
    /* line 425, scss/_module-header.scss */
    .dealer-name-phone {
      font-size: 21px; } }

@media screen and (min-width: 768px) {
  /* line 448, scss/_module-header.scss */
  .werribeenissan .header .nav-primary ul > li > a {
    font-size: 9px; } }
@media screen and (min-width: 791px) {
  /* line 448, scss/_module-header.scss */
  .werribeenissan .header .nav-primary ul > li > a {
    font-size: 10px; } }
@media screen and (min-width: 912px) {
  /* line 448, scss/_module-header.scss */
  .werribeenissan .header .nav-primary ul > li > a {
    font-size: 11px; } }

/* line 465, scss/_module-header.scss */
.google_translate_icon {
  display: none;
  position: absolute;
  left: 0;
  width: 47px;
  height: 46px;
  margin-top: 30px;
  z-index: 99;
  cursor: pointer;
  background-image: url("/n/images/Google_Translate_Icon.png"); }
  @media screen and (min-width: 1280px) {
    /* line 465, scss/_module-header.scss */
    .google_translate_icon {
      display: block; } }

/* line 483, scss/_module-header.scss */
.goog-te-menu-frame {
  max-width: 90% !important;
  margin: auto; }

/* line 488, scss/_module-header.scss */
.google-translate-trigger {
  display: none;
  position: absolute;
  left: -250px;
  margin-top: 30px;
  background: #C71444;
  color: #fff;
  min-width: 100px;
  height: 44px;
  padding-top: 10px;
  cursor: pointer;
  z-index: 99; }
  /* line 502, scss/_module-header.scss */
  .google-translate-trigger .translate_toggle_icon {
    font-size: 28px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px; }

@media screen and (min-width: 1280px) {
  /* line 512, scss/_module-header.scss */
  .showTranslate {
    display: block; } }

@media screen and (min-width: 1280px) {
  /* line 518, scss/_module-header.scss */
  .hideTranslate {
    display: none; } }

/* line 524, scss/_module-header.scss */
.translate_container {
  display: inline-block;
  margin-left: 10px; }
  /* line 531, scss/_module-header.scss */
  .translate_container .google_translate img {
    display: inline-block !important; }
  /* line 535, scss/_module-header.scss */
  .translate_container .google_translate .skiptranslate {
    text-align: center; }
  /* line 539, scss/_module-header.scss */
  .translate_container .google_translate .goog-te-gadget-simple {
    border: none !important; }

/* ===================================
Module - Footer
=================================== */
/* line 4, scss/_module-footer.scss */
.footer {
  background-color: #eeeeee;
  z-index: 1; }
  /* line 8, scss/_module-footer.scss */
  .footer .social-wrapper {
    padding: 0; }
    /* line 11, scss/_module-footer.scss */
    .footer .social-wrapper li {
      margin-right: 7px;
      background: #C71444; }
    /* line 16, scss/_module-footer.scss */
    .footer .social-wrapper .footer-icon-wrapper .icon-svg-social {
      margin: 1px 2px 1px 2px; }

/* line 22, scss/_module-footer.scss */
.footer-icon-wrapper {
  margin: 5px auto 5px auto; }
  /* line 25, scss/_module-footer.scss */
  .footer-icon-wrapper a {
    float: left; }
  /* line 29, scss/_module-footer.scss */
  .footer-icon-wrapper .last {
    margin-right: 0; }

/* line 34, scss/_module-footer.scss */
.facebook-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px 0px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 44, scss/_module-footer.scss */
.twitter-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px -50px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 54, scss/_module-footer.scss */
.linkedin-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px -100px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 64, scss/_module-footer.scss */
.youtube-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px -150px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 74, scss/_module-footer.scss */
.google-plus-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px -200px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 84, scss/_module-footer.scss */
.instagram-icon {
  text-indent: -10000px;
  display: block;
  background: url("../../images/social-icons.png") 0px -250px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/* line 94, scss/_module-footer.scss */
.footer-logo {
  max-height: 15px;
  margin: 20px auto; }

/* line 99, scss/_module-footer.scss */
.copyright-wrapper {
  background-color: #eeeeee;
  border-top: 2px solid #dddddd; }
  /* line 103, scss/_module-footer.scss */
  .copyright-wrapper .copyright {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1.4em;
    color: #4D4D4D;
    margin-top: 15px; }
    /* line 110, scss/_module-footer.scss */
    .copyright-wrapper .copyright h3 {
      margin-top: 0;
      font-size: 20px; }

/* line 116, scss/_module-footer.scss */
.reviews-snap {
  width: 180px;
  margin-top: 10px; }
  @media screen and (min-width: 1024px) {
    /* line 116, scss/_module-footer.scss */
    .reviews-snap {
      margin-top: 0; } }

/* line 124, scss/_module-footer.scss */
h2.footer-note {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #000;
  margin-top: 5px; }

/* line 131, scss/_module-footer.scss */
p.copyright-header {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4c4c4c;
  margin: 10px 0px 0px 0px; }

/* line 139, scss/_module-footer.scss */
p.copyright-content {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 18px;
  color: #4c4c4c; }

/* line 146, scss/_module-footer.scss */
.tony-white-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  /* line 152, scss/_module-footer.scss */
  .tony-white-link:hover {
    text-decoration: none; }

/* line 157, scss/_module-footer.scss */
.tony-white-logo {
  margin-left: 10px;
  margin-top: -6px;
  height: 36px; }

/* line 163, scss/_module-footer.scss */
.tony-white-tagline {
  font-size: 10px;
  line-height: 13px;
  color: #4c4c4c;
  text-align: right; }

/* line 170, scss/_module-footer.scss */
.bellbowrienissan .copyright-wrapper .copyright {
  margin-top: 0; }

/* line 174, scss/_module-footer.scss */
.alanmancenissan .AM-link {
  font-size: 16px; }

/* line 178, scss/_module-footer.scss */
.loyalty-banner {
  padding-bottom: 15px; }

/* line 1, scss/_module-footer-i-motor-logo.scss */
.powered-by-wrapper {
  position: relative; }

/* line 5, scss/_module-footer-i-motor-logo.scss */
.i-motor-logo-link {
  display: block;
  text-align: left;
  padding: 15px 0 0 0; }
  /* line 10, scss/_module-footer-i-motor-logo.scss */
  .i-motor-logo-link.collapsed .icon-svg-logo-i-motor {
    color: #808080; }
  /* line 14, scss/_module-footer-i-motor-logo.scss */
  .i-motor-logo-link .icon-svg-logo-i-motor, .i-motor-logo-link.collapsed:hover .icon-svg-logo-i-motor {
    color: #539ec8; }
  /* line 19, scss/_module-footer-i-motor-logo.scss */
  .i-motor-logo-link:focus {
    outline: 0; }

/* line 24, scss/_module-footer-i-motor-logo.scss */
.powered-by-content {
  text-align: left; }
  /* line 27, scss/_module-footer-i-motor-logo.scss */
  .powered-by-content.panel-collapse {
    border: 0; }

/* line 32, scss/_module-footer-i-motor-logo.scss */
.i-motor-cms-link {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #C71444;
  display: inline-block; }
  /* line 38, scss/_module-footer-i-motor-logo.scss */
  .i-motor-cms-link:hover, .i-motor-cms-link:focus, .i-motor-cms-link:active {
    color: #C71444;
    text-decoration: underline;
    outline: 0; }

/* line 47, scss/_module-footer-i-motor-logo.scss */
.footer-pipe {
  width: 1px;
  background-color: #a7a9ac;
  height: 12px;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: 2px; }

/* line 2, scss/_module-slider.scss */
.sliderOuterWrapper, .vehicle-section-slider-wrapper {
  width: 100%;
  background-color: #f1f3f4;
  overflow: hidden;
  margin-top: 0; }
  /* line 9, scss/_module-slider.scss */
  .sliderOuterWrapper .loading.slider-g, .vehicle-section-slider-wrapper .loading.slider-g {
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    background-color: #e0e0e0; }
    /* line 16, scss/_module-slider.scss */
    .sliderOuterWrapper .loading.slider-g > *, .vehicle-section-slider-wrapper .loading.slider-g > * {
      display: none; }
  /* line 22, scss/_module-slider.scss */
  .sliderOuterWrapper .sliderWrapper, .vehicle-section-slider-wrapper .sliderWrapper {
    max-width: 100%;
    margin: 0 auto; }
    /* line 26, scss/_module-slider.scss */
    .sliderOuterWrapper .sliderWrapper .owl-item, .vehicle-section-slider-wrapper .sliderWrapper .owl-item {
      position: relative;
      z-index: 0; }
    /* line 30, scss/_module-slider.scss */
    .sliderOuterWrapper .sliderWrapper .owl-item.active, .vehicle-section-slider-wrapper .sliderWrapper .owl-item.active {
      z-index: 1; }
    /* line 34, scss/_module-slider.scss */
    .sliderOuterWrapper .sliderWrapper .slider-u, .vehicle-section-slider-wrapper .sliderWrapper .slider-u {
      overflow: hidden; }
  /* line 40, scss/_module-slider.scss */
  .sliderOuterWrapper .slider-caption, .vehicle-section-slider-wrapper .slider-caption {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    top: 10%;
    width: auto;
    left: 0px;
    margin-left: 10px; }
    /* line 49, scss/_module-slider.scss */
    .sliderOuterWrapper .slider-caption p, .vehicle-section-slider-wrapper .slider-caption p {
      font-family: Arial;
      font-size: 12px;
      text-transform: uppercase;
      color: #000000;
      line-height: 0.8em; }
      @media screen and (min-width: 568px) {
        /* line 49, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption p, .vehicle-section-slider-wrapper .slider-caption p {
          font-size: 15px; } }
      @media screen and (min-width: 768px) {
        /* line 49, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption p, .vehicle-section-slider-wrapper .slider-caption p {
          font-size: 18px; } }
      @media screen and (min-width: 1024px) {
        /* line 49, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption p, .vehicle-section-slider-wrapper .slider-caption p {
          font-size: 21px; } }
    /* line 67, scss/_module-slider.scss */
    .sliderOuterWrapper .slider-caption h1, .vehicle-section-slider-wrapper .slider-caption h1 {
      font-size: 26px;
      line-height: 24px;
      text-transform: uppercase;
      color: #810d2c;
      margin: 0; }
      @media screen and (min-width: 568px) {
        /* line 67, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption h1, .vehicle-section-slider-wrapper .slider-caption h1 {
          font-size: 38px;
          line-height: 34px; } }
      @media screen and (min-width: 768px) {
        /* line 67, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption h1, .vehicle-section-slider-wrapper .slider-caption h1 {
          font-size: 50px;
          line-height: 45px; } }
      @media screen and (min-width: 1024px) {
        /* line 67, scss/_module-slider.scss */
        .sliderOuterWrapper .slider-caption h1, .vehicle-section-slider-wrapper .slider-caption h1 {
          font-size: 62px;
          line-height: 56px; } }
    @media screen and (min-width: 1170px) {
      /* line 40, scss/_module-slider.scss */
      .sliderOuterWrapper .slider-caption, .vehicle-section-slider-wrapper .slider-caption {
        left: 50%;
        margin-left: -585px;
        width: 1170px; } }
  /* line 96, scss/_module-slider.scss */
  .sliderOuterWrapper .nismo-slide .pure-u-1.pure-u-md-1-2.box-section-right, .vehicle-section-slider-wrapper .nismo-slide .pure-u-1.pure-u-md-1-2.box-section-right {
    padding-right: 26px; }
  /* line 102, scss/_module-slider.scss */
  .sliderOuterWrapper .nismo-slide .owl-controls .owl-pagination, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-pagination {
    bottom: -3%; }
  /* line 110, scss/_module-slider.scss */
  .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    margin: 0 0 0 20px; }
    @media screen and (min-width: 768px) {
      /* line 110, scss/_module-slider.scss */
      .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-prev {
        margin: 0 0 0 0px; } }
    @media screen and (min-width: 1024px) {
      /* line 110, scss/_module-slider.scss */
      .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-prev {
        margin: 0 0 0 0px; } }
  /* line 123, scss/_module-slider.scss */
  .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-next {
    right: 0px;
    margin: 0 20px 0 0; }
    @media screen and (min-width: 768px) {
      /* line 123, scss/_module-slider.scss */
      .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-next {
        margin: 0 0px 0 0; } }
    @media screen and (min-width: 1024px) {
      /* line 123, scss/_module-slider.scss */
      .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons .owl-next {
        margin: 0 0px 0 0; } }
  @media screen and (min-width: 568px) {
    /* line 106, scss/_module-slider.scss */
    .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons {
      top: 55%; } }
  @media screen and (min-width: 1024px) {
    /* line 106, scss/_module-slider.scss */
    .sliderOuterWrapper .nismo-slide .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .nismo-slide .owl-controls .owl-buttons {
      top: 45%; } }
  /* line 147, scss/_module-slider.scss */
  .sliderOuterWrapper .pathfinder-slide .pure-u-1.pure-u-md-1-2.box-section-right, .vehicle-section-slider-wrapper .pathfinder-slide .pure-u-1.pure-u-md-1-2.box-section-right {
    padding-right: 26px; }
  /* line 153, scss/_module-slider.scss */
  .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-pagination, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-pagination {
    bottom: -10%; }
  /* line 161, scss/_module-slider.scss */
  .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    margin: 0 0 0 20px; }
    @media screen and (min-width: 768px) {
      /* line 161, scss/_module-slider.scss */
      .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev {
        margin: 0 0 0 0px; } }
    @media screen and (min-width: 1024px) {
      /* line 161, scss/_module-slider.scss */
      .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-prev {
        margin: 0 0 0 0px; } }
  /* line 174, scss/_module-slider.scss */
  .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next {
    right: 0px;
    margin: 0 20px 0 0; }
    @media screen and (min-width: 768px) {
      /* line 174, scss/_module-slider.scss */
      .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next {
        margin: 0 0px 0 0; } }
    @media screen and (min-width: 1024px) {
      /* line 174, scss/_module-slider.scss */
      .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons .owl-next {
        margin: 0 0px 0 0; } }
  @media screen and (min-width: 568px) {
    /* line 157, scss/_module-slider.scss */
    .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons {
      top: 55%; } }
  @media screen and (min-width: 1024px) {
    /* line 157, scss/_module-slider.scss */
    .sliderOuterWrapper .pathfinder-slide .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .pathfinder-slide .owl-controls .owl-buttons {
      top: 45%; } }
  /* line 198, scss/_module-slider.scss */
  .sliderOuterWrapper .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 78%;
    left: 0px;
    z-index: 1; }
    /* line 206, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
      display: none; }
      @media screen and (min-width: 568px) {
        /* line 206, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          line-height: 0;
          padding: 0 15px;
          bottom: -20px;
          border-radius: 0px;
          background: rgba(0, 0, 0, 0.39);
          display: block;
          position: absolute; } }
      @media screen and (min-width: 768px) {
        /* line 206, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          padding: 0 22px;
          bottom: -35px; } }
      @media screen and (min-width: 880px) {
        /* line 206, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          bottom: -40px; } }
      @media screen and (min-width: 1024px) {
        /* line 206, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          bottom: -95px; } }
      /* line 229, scss/_module-slider.scss */
      .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .nextButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .nextButton {
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 0;
        color: #fff; }
        @media screen and (min-width: 568px) {
          /* line 229, scss/_module-slider.scss */
          .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .nextButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .nextButton {
            line-height: 50px; } }
        @media screen and (min-width: 768px) {
          /* line 229, scss/_module-slider.scss */
          .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .nextButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .nextButton {
            line-height: 55px; } }
        @media screen and (min-width: 1024px) {
          /* line 229, scss/_module-slider.scss */
          .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev .nextButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .prevButton, .sliderOuterWrapper .owl-controls .owl-buttons .owl-next .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .nextButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .nextButton {
            line-height: 60px; } }
    /* line 248, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev {
      left: 0px;
      margin: 0 0 0 20px; }
      @media screen and (min-width: 768px) {
        /* line 248, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev {
          margin: 0 0 0 40px; } }
      @media screen and (min-width: 1024px) {
        /* line 248, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev {
          margin: 0 0 0 100px; } }
    /* line 262, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev {
      left: 0px;
      margin: 0 0 0 0px; }
      @media screen and (min-width: 768px) {
        /* line 262, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev {
          margin: 0 0 0 12px; } }
      @media screen and (min-width: 1024px) {
        /* line 262, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-prev {
          margin: 0 0 0 18px; } }
    /* line 275, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-next {
      right: 0px;
      margin: 0 0px 0 0; }
      @media screen and (min-width: 768px) {
        /* line 275, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-next {
          margin: 0 12px 0 0; } }
      @media screen and (min-width: 1024px) {
        /* line 275, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .vehicle-slides .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .vehicle-slides .owl-next {
          margin: 0 18px 0 0; } }
    /* line 289, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
      right: 0px;
      margin: 0 20px 0 0; }
      @media screen and (min-width: 768px) {
        /* line 289, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          margin: 0 40px 0 0; } }
      @media screen and (min-width: 1024px) {
        /* line 289, scss/_module-slider.scss */
        .sliderOuterWrapper .owl-controls .owl-buttons .owl-next, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next {
          margin: 0 100px 0 0; } }
    @media screen and (min-width: 568px) {
      /* line 198, scss/_module-slider.scss */
      .sliderOuterWrapper .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .owl-controls .owl-buttons {
        top: 55%; } }
    @media screen and (min-width: 1024px) {
      /* line 198, scss/_module-slider.scss */
      .sliderOuterWrapper .owl-controls .owl-buttons, .vehicle-section-slider-wrapper .owl-controls .owl-buttons {
        top: 45%; } }
  /* line 312, scss/_module-slider.scss */
  .sliderOuterWrapper .owl-theme .owl-controls .owl-page span, .vehicle-section-slider-wrapper .owl-theme .owl-controls .owl-page span {
    background: #c1c1c1; }
  /* line 315, scss/_module-slider.scss */
  .sliderOuterWrapper .owl-theme .owl-controls .owl-page.active span, .vehicle-section-slider-wrapper .owl-theme .owl-controls .owl-page.active span {
    background: #C71444; }
  /* line 319, scss/_module-slider.scss */
  .sliderOuterWrapper .owl-controls, .vehicle-section-slider-wrapper .owl-controls {
    margin-top: 0px !important; }
    /* line 322, scss/_module-slider.scss */
    .sliderOuterWrapper .owl-controls .owl-pagination, .vehicle-section-slider-wrapper .owl-controls .owl-pagination {
      position: absolute;
      left: 50%;
      bottom: 3%;
      z-index: 1;
      width: 100%;
      margin-left: -50%; }
      /* line 330, scss/_module-slider.scss */
      .sliderOuterWrapper .owl-controls .owl-pagination .owl-page span, .vehicle-section-slider-wrapper .owl-controls .owl-pagination .owl-page span {
        -webkit-transition: all 250ms ease-in;
        -moz-transition: all 250ms ease-in;
        -ms-transition: all 250ms ease-in;
        -o-transition: all 250ms ease-in;
        transition: all 250ms ease-in; }
  /* line 337, scss/_module-slider.scss */
  .sliderOuterWrapper .vehicle-slides .owl-controls .owl-pagination, .vehicle-section-slider-wrapper .vehicle-slides .owl-controls .owl-pagination {
    bottom: 7%; }
  /* line 342, scss/_module-slider.scss */
  .sliderOuterWrapper .slider-content, .vehicle-section-slider-wrapper .slider-content {
    padding: 0 24px 0 0; }

/* line 348, scss/_module-slider.scss */
.promo-g {
  max-width: 1168px;
  margin: 0 auto; }
  /* line 353, scss/_module-slider.scss */
  .promo-g.loading {
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px; }
    /* line 360, scss/_module-slider.scss */
    .promo-g.loading > * {
      display: none; }
  /* line 367, scss/_module-slider.scss */
  .promo-g .owl-buttons {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 30%;
    left: 0px;
    z-index: 1; }
    /* line 375, scss/_module-slider.scss */
    .promo-g .owl-buttons .owl-prev, .promo-g .owl-buttons .owl-next {
      margin: 0px !important;
      padding: 10px 10px 6px 10px !important;
      border-radius: 0px !important;
      position: absolute; }
      /* line 381, scss/_module-slider.scss */
      .promo-g .owl-buttons .owl-prev .prevButton, .promo-g .owl-buttons .owl-prev .nextButton, .promo-g .owl-buttons .owl-next .prevButton, .promo-g .owl-buttons .owl-next .nextButton {
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px; }
    /* line 388, scss/_module-slider.scss */
    .promo-g .owl-buttons .owl-prev {
      left: 20px; }
    /* line 391, scss/_module-slider.scss */
    .promo-g .owl-buttons .owl-next {
      right: 20px; }
  /* line 395, scss/_module-slider.scss */
  .promo-g .owl-controls .owl-page span {
    background: #c1c1c1; }
  /* line 396, scss/_module-slider.scss */
  .promo-g .owl-controls .owl-page.active span {
    background: #C71444; }

/* line 399, scss/_module-slider.scss */
.promo-u {
  position: relative;
  padding-bottom: 60px;
  color: #000000;
  /* If this padding changes, change padding in .box-promos (in layout.scss) */
  /*Total padding left and right should equal 1.5em*/ }
  /* line 404, scss/_module-slider.scss */
  .promo-u .promo-copy-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff; }
  /* line 413, scss/_module-slider.scss */
  .promo-u img {
    background: #fff;
    width: 100%; }
  /* line 418, scss/_module-slider.scss */
  .promo-u .promo-heading {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    min-height: 60px;
    padding: 20px 18px 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase; }
  /* line 428, scss/_module-slider.scss */
  .promo-u .promo-copy, .promo-u .promo-copy-tablet {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 21px;
    margin: 0 18px;
    display: block;
    height: 40px; }
    @media screen and (min-width: 1024px) {
      /* line 428, scss/_module-slider.scss */
      .promo-u .promo-copy, .promo-u .promo-copy-tablet {
        display: none;
        height: 78px; } }
  /* line 442, scss/_module-slider.scss */
  .promo-u .promo-copy-tablet {
    display: block;
    height: 58px; }
    @media screen and (min-width: 880px) {
      /* line 442, scss/_module-slider.scss */
      .promo-u .promo-copy-tablet {
        display: none; } }

/* line 498, scss/_module-slider.scss */
.promo-wrapper {
  position: relative;
  height: 400px; }
  /* line 502, scss/_module-slider.scss */
  .promo-wrapper .promo-absolute-wrapper {
    position: absolute;
    width: 100%;
    background-color: #cccccc;
    height: 234px; }

/* line 509, scss/_module-slider.scss */
.vehicle-section-slider-wrapper {
  background-color: #fff; }

/* line 513, scss/_module-slider.scss */
.youtube-video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  /* line 522, scss/_module-slider.scss */
  .youtube-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    frameborder: 0; }

/* Generic Page Banner and Page Heading Style */
/* line 3, scss/_module-banner.scss */
.container-banner-sm {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px; }

/* line 9, scss/_module-banner.scss */
.container-banner-sm:before,
.container-banner-sm:after {
  content: " ";
  display: table; }

/* line 15, scss/_module-banner.scss */
.container-banner-sm:after {
  clear: both; }

/* line 20, scss/_module-banner.scss */
.banner {
  display: none; }
  /* line 23, scss/_module-banner.scss */
  .banner img {
    display: none; }
  /* line 27, scss/_module-banner.scss */
  .vehicles .banner {
    display: block;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000; }
    /* line 35, scss/_module-banner.scss */
    .vehicles .banner img {
      display: block;
      margin: 0 auto; }
  @media screen and (min-width: 768px) {
    /* line 20, scss/_module-banner.scss */
    .banner {
      display: block; }
      /* line 44, scss/_module-banner.scss */
      .banner img {
        display: block; } }

/* line 50, scss/_module-banner.scss */
.banner-text-wrapper {
  position: relative; }

/* line 53, scss/_module-banner.scss */
.banner-text {
  position: initial; }
  @media screen and (min-width: 768px) {
    /* line 53, scss/_module-banner.scss */
    .banner-text {
      position: absolute;
      bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    /* line 53, scss/_module-banner.scss */
    .banner-text {
      position: absolute;
      bottom: 80px; } }
  /* line 66, scss/_module-banner.scss */
  .banner-text .banner-heading {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 34px;
    color: #000000;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      /* line 66, scss/_module-banner.scss */
      .banner-text .banner-heading {
        font-size: 38px;
        line-height: 40px; } }
  /* line 80, scss/_module-banner.scss */
  .banner-text .banner-sub-heading {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 6px 0; }

/* Generic Quicklinks style */
/* line 3, scss/_module-quicklink.scss */
.quicklinks {
  background-color: #C71444;
  margin-top: 25px; }
  /* line 7, scss/_module-quicklink.scss */
  .quicklinks ul {
    padding: 0px 0px 0px 0px;
    margin: 0px; }
  /* line 12, scss/_module-quicklink.scss */
  .quicklinks li {
    padding: 0px 0px 0px 15px; }
    /* line 14, scss/_module-quicklink.scss */
    .quicklinks li > a {
      text-decoration: none !important;
      min-width: 40px;
      min-height: 40px; }
      /* line 19, scss/_module-quicklink.scss */
      .quicklinks li > a:hover {
        text-decoration: underline; }
    /* line 24, scss/_module-quicklink.scss */
    .quicklinks li .icomoon {
      position: absolute;
      right: 0px; }
  /* line 30, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-u {
    position: absolute;
    min-width: 33px;
    min-height: 40px;
    background: url("/n/images/icons_all_general_2014.png") no-repeat;
    right: 12px;
    top: 6px; }
  /* line 39, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-quote {
    background-position: 50% -9793px; }
  /* line 43, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-brochure {
    background-position: 50% -9893px; }
  /* line 47, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-service {
    background-position: 50% -9993px; }
  /* line 51, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-special {
    background-position: 50% -10093px; }
  /* line 55, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-testDrive {
    background-position: 50% -10193px; }
  /* line 59, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-subscribe {
    background-position: 50% -3195px; }
  /* line 63, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-ourStock {
    background-position: 50% -10293px; }
  /* line 67, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-text {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      /* line 67, scss/_module-quicklink.scss */
      .quicklinks .ql-icon-text {
        float: left;
        line-height: 13px;
        font-size: 11px;
        letter-spacing: 0; } }
    @media screen and (min-width: 1024px) {
      /* line 67, scss/_module-quicklink.scss */
      .quicklinks .ql-icon-text {
        display: none; } }
  /* line 88, scss/_module-quicklink.scss */
  .quicklinks .ql-text {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-left: 30px;
    background-color: #ebebec;
    padding: 10px 0px 10px 12px;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid #fff; }
    /* line 97, scss/_module-quicklink.scss */
    .quicklinks .ql-text:hover {
      background-color: #C71444;
      -webkit-transition: all 250ms ease-in;
      -moz-transition: all 250ms ease-in;
      -ms-transition: all 250ms ease-in;
      -o-transition: all 250ms ease-in;
      transition: all 250ms ease-in;
      color: #fff; }
  /* line 104, scss/_module-quicklink.scss */
  .quicklinks .ql-icon-wrapper {
    width: 36px;
    position: absolute; }

/* line 110, scss/_module-quicklink.scss */
.first .ql-text {
  border-top: none; }

/* line 114, scss/_module-quicklink.scss */
.quicklinks-bar {
  background-color: #C71444;
  padding: 0 21px;
  margin-bottom: 10px;
  display: none; }
  /* line 120, scss/_module-quicklink.scss */
  .special .quicklinks-bar {
    display: block; }
    @media screen and (min-width: 768px) {
      /* line 123, scss/_module-quicklink.scss */
      .special .quicklinks-bar.desktop {
        display: none; } }
    @media screen and (min-width: 1280px) {
      /* line 123, scss/_module-quicklink.scss */
      .special .quicklinks-bar.desktop {
        display: block; } }
  @media screen and (min-width: 1280px) {
    /* line 114, scss/_module-quicklink.scss */
    .quicklinks-bar {
      padding: 0; } }
  /* line 138, scss/_module-quicklink.scss */
  .quicklinks-bar a {
    color: #C71444;
    background-color: #fff;
    margin-bottom: 16px;
    padding: 4px 16px;
    font-size: 16px; }
    @media screen and (min-width: 384px) {
      /* line 138, scss/_module-quicklink.scss */
      .quicklinks-bar a {
        margin-top: 16px;
        font-size: 20px; } }
  /* line 151, scss/_module-quicklink.scss */
  .quicklinks-bar span {
    margin: 16px 16px 16px 0; }
  /* line 155, scss/_module-quicklink.scss */
  .quicklinks-bar span, .quicklinks-bar a {
    display: block;
    float: left;
    line-height: normal; }
  /* line 161, scss/_module-quicklink.scss */
  .quicklinks-bar .icon {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    float: left;
    background-color: transparent; }
    /* line 169, scss/_module-quicklink.scss */
    .quicklinks-bar .icon.search {
      background-position: 50% -897px; }
    /* line 173, scss/_module-quicklink.scss */
    .quicklinks-bar .icon.hours {
      background-position: -33px -5200px; }
    /* line 177, scss/_module-quicklink.scss */
    .quicklinks-bar .icon.enquiry {
      background-position: 50% -11498px; }
    /* line 181, scss/_module-quicklink.scss */
    .quicklinks-bar .icon.contact {
      background-position: -33px -5400px; }
  /* line 186, scss/_module-quicklink.scss */
  .quicklinks-bar.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20; }
  /* line 193, scss/_module-quicklink.scss */
  .quicklinks-bar .quicklinks-bar-wrapper {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 auto; }
    @media screen and (min-width: 384px) {
      /* line 193, scss/_module-quicklink.scss */
      .quicklinks-bar .quicklinks-bar-wrapper {
        font-size: 28px; } }
    @media screen and (min-width: 1024px) {
      /* line 193, scss/_module-quicklink.scss */
      .quicklinks-bar .quicklinks-bar-wrapper {
        width: 1127px; } }
    /* line 210, scss/_module-quicklink.scss */
    .quicklinks-bar .quicklinks-bar-wrapper .text {
      font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      line-height: 35px;
      padding-left: 40px; }

/* line 217, scss/_module-quicklink.scss */
.inside-quick-forms {
  margin-bottom: 24px; }
  /* line 221, scss/_module-quicklink.scss */
  .inside-quick-forms .quick-link {
    display: block;
    float: right; }
  /* line 226, scss/_module-quicklink.scss */
  .inside-quick-forms .inside-quick-forms-container {
    border-radius: 3px;
    overflow: hidden;
    width: 160px;
    float: right;
    margin-bottom: 10px;
    margin-right: 18px;
    background-color: #4D4D4D;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  /* line 240, scss/_module-quicklink.scss */
  .inside-quick-forms .still-looking-image {
    background: url("/n/images/icons_all_general_2014.png") no-repeat;
    display: block;
    height: 32px;
    width: 30px;
    background-color: #C71444;
    float: left;
    margin-right: 8px; }
    /* line 248, scss/_module-quicklink.scss */
    .inside-quick-forms .still-looking-image.still-looking-image {
      background-position: -35px -5296px; }
    /* line 252, scss/_module-quicklink.scss */
    .inside-quick-forms .still-looking-image.make-enquiry-image {
      background-position: 50% -4392px; }
    /* line 256, scss/_module-quicklink.scss */
    .inside-quick-forms .still-looking-image.trade-in-image {
      background-position: -35px -5496px; }

/* ===================================
   Panels - Custom
   =================================== */
/*
Accordion
*/
/* line 8, scss/_module-panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff; }

/* line 13, scss/_module-panels.scss */
.panel-body {
  padding: 0; }
  /* line 16, scss/_module-panels.scss */
  .panel-body a:hover, .panel-body a:focus {
    text-decoration: none; }
  /* line 20, scss/_module-panels.scss */
  .panel-body a.EBG13:hover {
    text-decoration: underline; }

/* line 25, scss/_module-panels.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

/* line 30, scss/_module-panels.scss */
.panel-body:after {
  clear: both; }

/* line 34, scss/_module-panels.scss */
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent; }
  /* line 38, scss/_module-panels.scss */
  .panel-heading a:hover, .panel-heading a:focus {
    color: #333333;
    text-decoration: none; }

/* line 44, scss/_module-panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

/* line 48, scss/_module-panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  display: block;
  position: relative; }
  /* line 56, scss/_module-panels.scss */
  .panel-title:hover {
    text-decoration: none; }

/* line 61, scss/_module-panels.scss */
.panel-title > a {
  color: inherit; }

/* line 65, scss/_module-panels.scss */
.panel-group {
  margin-bottom: 20px; }

/* line 68, scss/_module-panels.scss */
.panel-group .panel {
  margin-bottom: 0; }

/* line 72, scss/_module-panels.scss */
.panel-group .panel + .panel {
  margin-top: 0; }

/* line 76, scss/_module-panels.scss */
.panel-group .panel-heading {
  border-bottom: 0; }

/* line 80, scss/_module-panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid red; }

/* line 84, scss/_module-panels.scss */
.panel-default > .panel-heading {
  color: #343434;
  background-color: #ededed;
  border-bottom: 1px solid #c1c1c1;
  position: relative; }

/* line 92, scss/_module-panels.scss */
.sl-ab-form .panel-body {
  margin-bottom: 20px;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    /* line 92, scss/_module-panels.scss */
    .sl-ab-form .panel-body {
      margin-top: 0; } }

/* line 102, scss/_module-panels.scss */
.panel-group .sl-ab-form .collapse.in {
  margin-bottom: 20px; }

/* line 107, scss/_module-panels.scss */
.panel-group .sl-ab-form {
  margin: 0; }

/* line 3, scss/_module-form.scss */
.wyongnissan .aside-last.box-last-multi {
  display: flex; }
/* line 7, scss/_module-form.scss */
.wyongnissan .success {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #fff;
  padding: 10px;
  background: #C71444;
  border: 9px solid #666; }
/* line 17, scss/_module-form.scss */
.wyongnissan .success a {
  color: #fff;
  text-decoration: underline; }

/* line 1, scss/_module-leaf-temporary.scss */
.fm-header-temp-wrapper {
  position: relative; }

/* line 5, scss/_module-leaf-temporary.scss */
.fm-header-temp-img {
  width: 100%; }

/* line 9, scss/_module-leaf-temporary.scss */
.fm-header-temp-sub-heading {
  position: absolute;
  top: 60px;
  left: 150px;
  color: #fff;
  font-size: 0.857em;
  font-family: "akzidenz-grotesk_bqmedium",Arial,sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

/* line 20, scss/_module-leaf-temporary.scss */
.fm-header-temp-text {
  position: absolute;
  font-size: 4em;
  font-family: "akzidenz-grotesk_bqbold",Arial,sans-serif;
  font-weight: normal;
  top: 66px;
  left: 150px;
  color: #fff; }

/* line 30, scss/_module-leaf-temporary.scss */
.vb-static-img-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px; }

/* line 36, scss/_module-leaf-temporary.scss */
.vb-static-text {
  color: #000;
  position: absolute;
  top: 17%;
  left: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 36, scss/_module-leaf-temporary.scss */
    .vb-static-text {
      left: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    /* line 36, scss/_module-leaf-temporary.scss */
    .vb-static-text {
      left: 8%; } }
  @media screen and (min-width: 1600px) {
    /* line 36, scss/_module-leaf-temporary.scss */
    .vb-static-text {
      left: 244px; } }
  /* line 55, scss/_module-leaf-temporary.scss */
  .vb-static-text .brand-name {
    font-size: 12px;
    font-weight: bold; }
  /* line 60, scss/_module-leaf-temporary.scss */
  .vb-static-text .vehicle-name {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 384px) {
      /* line 60, scss/_module-leaf-temporary.scss */
      .vb-static-text .vehicle-name {
        font-size: 32px;
        margin-left: 0;
        margin-top: -8px; } }
    @media screen and (min-width: 568px) {
      /* line 60, scss/_module-leaf-temporary.scss */
      .vb-static-text .vehicle-name {
        font-size: 46px; } }
    @media screen and (min-width: 768px) {
      /* line 60, scss/_module-leaf-temporary.scss */
      .vb-static-text .vehicle-name {
        font-size: 62px;
        margin-top: -18px;
        margin-left: -5px; } }
    @media screen and (min-width: 1024px) {
      /* line 60, scss/_module-leaf-temporary.scss */
      .vb-static-text .vehicle-name {
        font-size: 72px; } }

/* line 89, scss/_module-leaf-temporary.scss */
.vehicles .vehicle-section-head-wrapper ul.list li.listitem a.temp-ryi-anchor {
  text-align: center;
  text-decoration: none;
  padding-left: 0; }

/* line 95, scss/_module-leaf-temporary.scss */
.fm-technology-temp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 95, scss/_module-leaf-temporary.scss */
    .fm-technology-temp-item {
      display: block;
      text-align: left; } }

/* line 114, scss/_module-leaf-temporary.scss */
.fm-technology-temp-item-img {
  margin-bottom: 20px; }

/* line 118, scss/_module-leaf-temporary.scss */
.fm-technology-temp-item-heading {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.682em; }

/* line 126, scss/_module-leaf-temporary.scss */
.fm-technology-temp-item-text {
  line-height: 1.286em; }
  @media (min-width: 768px) {
    /* line 126, scss/_module-leaf-temporary.scss */
    .fm-technology-temp-item-text {
      margin-right: 10px; } }

/* line 134, scss/_module-leaf-temporary.scss */
.temp-disclaimer {
  font-size: 0.714em; }

/* Generic Address Box */
/* line 3, scss/_module-address-box.scss */
.component-email-heading span.plus-minus,
.address-box-wrapper .panel-heading a span.plus-minus,
.operating-hours-wrapper .panel-heading a span.plus-minus {
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 22px;
  height: 20px;
  background: url("/n/images/icons_all_general_2014.png") no-repeat; }

/* line 15, scss/_module-address-box.scss */
span.plus-minus.inpage-special {
  top: -2px;
  right: 10px;
  background-position: 50% -14085px;
  position: absolute; }

/* line 22, scss/_module-address-box.scss */
.collapsed span.plus-minus.inpage-special {
  top: -2px;
  right: 10px;
  background-position: 50% -13987px;
  position: absolute;
  margin-top: 18px;
  margin-bottom: 0; }

/* line 34, scss/_module-address-box.scss */
.address-box-wrapper .dealer h1, .address-box-wrapper .dealer h2, .address-box-wrapper .dealer h3, .address-box-wrapper .dealer h4, .address-box-wrapper .dealer h5 {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #fff; }
/* line 41, scss/_module-address-box.scss */
.address-box-wrapper .address-g {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }
  /* line 45, scss/_module-address-box.scss */
  .address-box-wrapper .address-g .address-u-1 {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000; }
/* line 51, scss/_module-address-box.scss */
.address-box-wrapper .email-g {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }
  /* line 55, scss/_module-address-box.scss */
  .address-box-wrapper .email-g .email-u-1 {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000; }
/* line 61, scss/_module-address-box.scss */
.address-box-wrapper .component-email {
  padding-bottom: 10px; }
/* line 65, scss/_module-address-box.scss */
.address-box-wrapper .component-email-heading {
  background: #dcddde;
  border: none;
  color: #666666;
  display: block;
  position: relative;
  text-transform: none;
  padding: 10px;
  text-transform: uppercase; }
  /* line 75, scss/_module-address-box.scss */
  .address-box-wrapper .component-email-heading span {
    background-position: 50% -7689px; }
  /* line 79, scss/_module-address-box.scss */
  .address-box-wrapper .component-email-heading.collapsed span {
    background-position: 50% -7598px; }
/* line 84, scss/_module-address-box.scss */
.address-box-wrapper .mobile_directions {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: none;
  display: block;
  padding: 10px;
  max-width: 150px;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
  background-color: #C71444;
  text-decoration: none;
  text-align: center;
  border: transparent;
  float: left; }
/* line 101, scss/_module-address-box.scss */
.address-box-wrapper .desktop_directions {
  margin: 0 20px 20px 0; }

/* line 106, scss/_module-address-box.scss */
.mobile.address-box-wrapper,
.mobile.operating-hours-wrapper {
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 106, scss/_module-address-box.scss */
    .mobile.address-box-wrapper,
    .mobile.operating-hours-wrapper {
      display: none; } }

/* line 115, scss/_module-address-box.scss */
.mobile.address-box-wrapper .mobile-contacts-panel-body {
  background-color: #4D4D4D; }

/* line 120, scss/_module-address-box.scss */
.desktop.address-box-wrapper,
.desktop.operating-hours-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 120, scss/_module-address-box.scss */
    .desktop.address-box-wrapper,
    .desktop.operating-hours-wrapper {
      display: block; } }

/* line 129, scss/_module-address-box.scss */
.address-box-wrapper .panel-title,
.operating-hours-wrapper .panel-title,
.component-email-heading {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding: 13px 10px; }

/* line 137, scss/_module-address-box.scss */
.component-fax .address-u-2 a {
  border-bottom: none; }

/* line 141, scss/_module-address-box.scss */
.address-box-wrapper .panel-default > .panel-heading {
  background-color: #a7a9ac; }
  /* line 144, scss/_module-address-box.scss */
  .address-box-wrapper .panel-default > .panel-heading .panel-title {
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px; }
  /* line 150, scss/_module-address-box.scss */
  .address-box-wrapper .panel-default > .panel-heading a span {
    background-position: 50% -7489px; }
  /* line 154, scss/_module-address-box.scss */
  .address-box-wrapper .panel-default > .panel-heading a.collapsed span {
    background-position: 50% -7398px; }

/* line 159, scss/_module-address-box.scss */
.operating-hours-wrapper .panel-default > .panel-heading {
  background-color: #ebebec; }
  /* line 162, scss/_module-address-box.scss */
  .operating-hours-wrapper .panel-default > .panel-heading .panel-title {
    color: #666666;
    text-transform: uppercase; }
  /* line 167, scss/_module-address-box.scss */
  .operating-hours-wrapper .panel-default > .panel-heading a span {
    background-position: 50% -7689px; }
  /* line 171, scss/_module-address-box.scss */
  .operating-hours-wrapper .panel-default > .panel-heading a.collapsed span {
    background-position: 50% -7598px; }

/* line 179, scss/_module-address-box.scss */
.address-box-wrapper.panel-group,
.operating-hours-wrapper.panel-group {
  margin-bottom: 0; }
/* line 183, scss/_module-address-box.scss */
.address-box-wrapper .panel-default > .panel-heading,
.operating-hours-wrapper .panel-default > .panel-heading {
  border-bottom: 1px solid #fff; }
/* line 187, scss/_module-address-box.scss */
.address-box-wrapper .panel-collapse,
.operating-hours-wrapper .panel-collapse {
  border: none; }
/* line 191, scss/_module-address-box.scss */
.address-box-wrapper .hours-g,
.operating-hours-wrapper .hours-g {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }
  /* line 194, scss/_module-address-box.scss */
  .address-box-wrapper .hours-g .hours-u-1,
  .operating-hours-wrapper .hours-g .hours-u-1 {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 14px; }

/* line 204, scss/_module-address-box.scss */
.operating-hours-wrapper.panel-group {
  margin-bottom: 1.5em; }
/* line 208, scss/_module-address-box.scss */
.operating-hours-wrapper.mobile.panel-group {
  margin-bottom: 0; }

/* line 213, scss/_module-address-box.scss */
.EBG13 {
  visibility: hidden; }
  /* line 216, scss/_module-address-box.scss */
  .EBG13.ROT13 {
    visibility: visible; }

/* line 223, scss/_module-address-box.scss */
.address-box-wrapper .panel {
  background-color: #fff; }
/* line 227, scss/_module-address-box.scss */
.address-box-wrapper .mobile-icon-wrapper {
  padding-top: 10px;
  border-bottom: none; }
/* line 234, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body p {
  color: #fff; }
/* line 238, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-suburb-name {
  margin: 17px 0 0px 15px;
  min-height: 0px;
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .2px; }
/* line 247, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .dealer-border {
  border: 1px solid #7f7f7f; }
/* line 251, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-icon-u {
  background-image: url("/n/images/icons_all_general_2014.png");
  background-repeat: no-repeat;
  height: 40px;
  float: left;
  padding-bottom: 10px;
  margin-left: 6px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    /* line 251, scss/_module-address-box.scss */
    .address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-icon-u {
      float: none;
      height: 28px;
      margin-left: 0;
      padding-bottom: 0; } }
/* line 267, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-icon-phone {
  background-position: 50% -11199px;
  min-width: 20px; }
/* line 272, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-icon-location {
  background-position: 50% -11297px;
  min-width: 22px; }
/* line 277, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-icon-hours {
  background-position: 50% -11397px;
  min-width: 30px; }
/* line 282, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body a:hover {
  text-decoration: none; }
/* line 286, scss/_module-address-box.scss */
.address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-text-u {
  margin: 5px 0 2px 0px;
  min-height: 0px;
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .2px;
  color: #fff; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    /* line 286, scss/_module-address-box.scss */
    .address-box-wrapper .mobile-contacts-panel-body .mobile-contacts-text-u {
      float: none;
      text-align: center; } }

/* ===================================
Module - vehicles overview
=================================== */
/* line 5, scss/_module-vehicles-overview.scss */
.jump-menu-vehicle-name {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 121px;
  background: url("/n/images/nissan-icons.png") no-repeat; }
  /* line 12, scss/_module-vehicles-overview.scss */
  .leaf .jump-menu-vehicle-name {
    background-position: 18px -2124px; }
  /* line 13, scss/_module-vehicles-overview.scss */
  .pulsar-hatch .jump-menu-vehicle-name, .pulsar-sedan .jump-menu-vehicle-name {
    background-position: 18px -1447px; }
  /* line 15, scss/_module-vehicles-overview.scss */
  .altima .jump-menu-vehicle-name {
    background-position: 18px -1610px; }
  /* line 16, scss/_module-vehicles-overview.scss */
  .vehicle-370z-coupe .jump-menu-vehicle-name, .vehicle-370z-roadster .jump-menu-vehicle-name {
    background-position: 18px -1965px; }
  /* line 18, scss/_module-vehicles-overview.scss */
  .gt-r .jump-menu-vehicle-name {
    background-position: 18px -2199px; }
  /* line 19, scss/_module-vehicles-overview.scss */
  .juke .jump-menu-vehicle-name {
    background-position: 18px -2789px; }
  /* line 20, scss/_module-vehicles-overview.scss */
  .qashqai .jump-menu-vehicle-name {
    background-position: 18px -1650px; }
  /* line 21, scss/_module-vehicles-overview.scss */
  .x-trail .jump-menu-vehicle-name {
    background-position: 18px -1703px; }
  /* line 22, scss/_module-vehicles-overview.scss */
  .murano .jump-menu-vehicle-name {
    background-position: 18px -1640px; }
  /* line 23, scss/_module-vehicles-overview.scss */
  .pathfinder .jump-menu-vehicle-name {
    background-position: 18px -1321px; }
  /* line 24, scss/_module-vehicles-overview.scss */
  .patrol .jump-menu-vehicle-name {
    background-position: 18px -1670px; }
  /* line 25, scss/_module-vehicles-overview.scss */
  .patrol-y61 .jump-menu-vehicle-name {
    background-position: 18px -1670px; }
  /* line 26, scss/_module-vehicles-overview.scss */
  .patrol-cab-chassis .jump-menu-vehicle-name {
    background-position: 18px -1002px; }
  /* line 27, scss/_module-vehicles-overview.scss */
  .navara-runout .jump-menu-vehicle-name {
    background-position: 18px -1575px; }
  /* line 28, scss/_module-vehicles-overview.scss */
  .navara .jump-menu-vehicle-name {
    background-position: 18px -1573px;
    height: 14px; }
  /* line 29, scss/_module-vehicles-overview.scss */
  .micra .jump-menu-vehicle-name {
    background-position: 18px -1731px; }
  /* line 30, scss/_module-vehicles-overview.scss */
  .hybrid .jump-menu-vehicle-name {
    background-position: 18px -1321px; }

/* line 35, scss/_module-vehicles-overview.scss */
.vehicles .container-banner-sm {
  max-width: 1920px; }
/* line 39, scss/_module-vehicles-overview.scss */
.vehicles .pageContent h1 {
  font-size: 36px; }
/* line 41, scss/_module-vehicles-overview.scss */
.vehicles .pageContent h2 {
  font-size: 24px;
  border-bottom: 5px solid #C71444;
  padding-bottom: 8px; }
/* line 47, scss/_module-vehicles-overview.scss */
.vehicles .pageContent h3 {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }
/* line 51, scss/_module-vehicles-overview.scss */
.vehicles .pageContent h4 {
  font-size: 16px; }
/* line 55, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-img-stretch {
  width: 100%; }
/* line 59, scss/_module-vehicles-overview.scss */
.vehicles #gallery_images li, .vehicles #gallery_videos li {
  list-style: none; }
/* line 62, scss/_module-vehicles-overview.scss */
.vehicles #gallery_videos video {
  width: 100%; }
/* line 66, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_Range li {
  list-style: none;
  text-indent: -15px; }
/* line 70, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_Range .tick {
  font-size: 18px;
  color: #C71444;
  padding-right: 2px; }
/* line 76, scss/_module-vehicles-overview.scss */
.vehicles .service_button .icon {
  width: 50px;
  height: 47px;
  float: left;
  padding-bottom: 10px;
  background-position: 50% -594px; }
/* line 83, scss/_module-vehicles-overview.scss */
.vehicles .service_button .icon-text {
  float: left;
  line-height: 50px;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: capitalize !important;
  color: #fff; }
  @media screen and (min-width: 384px) {
    /* line 83, scss/_module-vehicles-overview.scss */
    .vehicles .service_button .icon-text {
      font-size: 14px; } }
/* line 95, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_ServiceAdvantage h3 {
  font-size: 24px;
  color: #595959; }
/* line 99, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_ServiceAdvantage h3 span {
  font-size: 45px;
  color: #000;
  line-height: 55px; }
/* line 104, scss/_module-vehicles-overview.scss */
.vehicles .service_button .icon-text:hover {
  color: #fff; }
/* line 107, scss/_module-vehicles-overview.scss */
.vehicles .pure-u-1.text-padding {
  padding-top: 20px; }
/* line 110, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_PDF h2 {
  font-size: 24px;
  border-bottom: 5px solid #d11e24;
  padding-bottom: 8px; }
/* line 115, scss/_module-vehicles-overview.scss */
.vehicles .service_button {
  background-color: #EB0A1C;
  border-radius: 3px;
  margin-top: 10px;
  max-width: 185px; }
/* line 121, scss/_module-vehicles-overview.scss */
.vehicles .container.bg-page.box-main.menu {
  background: #4c4c4c; }
/* line 124, scss/_module-vehicles-overview.scss */
.vehicles .menu-wrapper {
  background: #4c4c4c;
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 124, scss/_module-vehicles-overview.scss */
    .vehicles .menu-wrapper {
      display: block; } }
/* line 133, scss/_module-vehicles-overview.scss */
.vehicles .menubox a {
  color: #fff;
  text-decoration: none;
  font-size: 10px; }
  @media screen and (min-width: 568px) {
    /* line 133, scss/_module-vehicles-overview.scss */
    .vehicles .menubox a {
      font-size: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 133, scss/_module-vehicles-overview.scss */
    .vehicles .menubox a {
      font-size: 12px; } }
  @media screen and (min-width: 1024px) {
    /* line 133, scss/_module-vehicles-overview.scss */
    .vehicles .menubox a {
      font-size: 100%; } }
/* line 150, scss/_module-vehicles-overview.scss */
.vehicles .pageContent .back_top, .vehicles .vehicle_PDF .back_top {
  color: #b3b2b3;
  font-size: 12px; }
  @media screen and (min-width: 384px) {
    /* line 150, scss/_module-vehicles-overview.scss */
    .vehicles .pageContent .back_top, .vehicles .vehicle_PDF .back_top {
      font-size: 14px; } }
/* line 158, scss/_module-vehicles-overview.scss */
.vehicles .menu div a {
  text-align: center;
  -webkit-font-smoothing: antialiased; }
/* line 162, scss/_module-vehicles-overview.scss */
.vehicles .back_top {
  margin-right: 40px; }
/* line 165, scss/_module-vehicles-overview.scss */
.vehicles .back_top .icon {
  background-position: 46% -3500px;
  position: absolute; }
/* line 169, scss/_module-vehicles-overview.scss */
.vehicles a.back_top {
  float: right;
  line-height: 36px;
  text-decoration: none; }
/* line 174, scss/_module-vehicles-overview.scss */
.vehicles .view_pdf .icon {
  background-position: 58% -3398px;
  position: absolute; }
/* line 178, scss/_module-vehicles-overview.scss */
.vehicles .view_pdf .text {
  margin-left: 35px;
  line-height: 20px; }
/* line 182, scss/_module-vehicles-overview.scss */
.vehicles #videolink img {
  display: block !important; }
/* line 185, scss/_module-vehicles-overview.scss */
.vehicles .view_pdf a:hover {
  color: #fff; }
/* line 188, scss/_module-vehicles-overview.scss */
.vehicles .vehicle_PDF h2 {
  line-height: 36px; }
/* line 191, scss/_module-vehicles-overview.scss */
.vehicles .view_pdf {
  padding-left: 5px; }
/* line 194, scss/_module-vehicles-overview.scss */
.vehicles .vm360spin .icon {
  background-position: 0% -4300px;
  min-height: 95px;
  margin-top: 30px; }
/* line 201, scss/_module-vehicles-overview.scss */
.vehicles .jump-menu-nav.clearfix {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #c1c1c1;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  padding: 15px 30px 15px 0px;
  letter-spacing: -0.5px; }
  /* line 210, scss/_module-vehicles-overview.scss */
  .vehicles .jump-menu-nav.clearfix .text {
    margin-right: -15px; }
/* line 216, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-banner {
  position: relative; }
  /* line 219, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-banner .vehicle-image-wrapper {
    margin: auto;
    position: relative; }
    @media screen and (min-width: 1280px) {
      /* line 219, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-banner .vehicle-image-wrapper {
        width: 1920px;
        margin-left: -960px;
        left: 60% !important; } }
/* line 231, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-name-banner {
  position: absolute;
  left: 40px;
  top: 5px;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 231, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-name-banner {
      left: 56px;
      top: 10px; } }
  @media screen and (min-width: 1024px) {
    /* line 231, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-name-banner {
      left: 100px;
      top: 25px; } }
  @media screen and (min-width: 1280px) {
    /* line 231, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-name-banner {
      left: 300px;
      top: 100px; } }
  /* line 252, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-name-banner .subtext {
    font-size: 0.557em;
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      /* line 252, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-name-banner .subtext {
        font-size: 0.857em; } }
  /* line 265, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-name-banner h1 {
    font-size: 1.543em;
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: -10px;
    margin-left: -1px; }
    @media screen and (min-width: 768px) {
      /* line 265, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-name-banner h1 {
        font-size: 3.143em;
        margin-left: -5px; } }
    @media screen and (min-width: 1024px) {
      /* line 265, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-name-banner h1 {
        font-size: 3.343em; } }
    @media screen and (min-width: 1280px) {
      /* line 265, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-name-banner h1 {
        font-size: 5.143em; } }
/* line 288, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-heading-wrapper {
  background-color: #eeeeee; }
/* line 292, scss/_module-vehicles-overview.scss */
.vehicles h1.vehicle-page-head {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px; }
  /* line 299, scss/_module-vehicles-overview.scss */
  .vehicles h1.vehicle-page-head span {
    color: #000; }
/* line 306, scss/_module-vehicles-overview.scss */
.vehicles .section-divider {
  border-bottom: 2px solid #eee;
  margin: 15px 0;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 306, scss/_module-vehicles-overview.scss */
    .vehicles .section-divider {
      margin: 15px 0; } }
/* line 318, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper h3.section-header {
  color: #000; }
/* line 322, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .section-top {
  margin-bottom: 20px; }
/* line 326, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .section-bottom {
  margin-top: 20px; }
/* line 330, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .list-wrapper {
  max-width: 300px; }
  /* line 333, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper .list-wrapper.brochure {
    max-width: 194px; }
/* line 338, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .navara-youtube-video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0; }
  /* line 347, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper .navara-youtube-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    frameborder: 0; }
/* line 357, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .navara-img {
  width: 100%; }
/* line 361, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .navara-list-wrapper {
  font-size: 12px;
  max-width: 300px;
  display: inline;
  padding: 0 10px;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 361, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .navara-list-wrapper {
      position: absolute;
      top: 100%; } }
  @media screen and (min-width: 768px) {
    /* line 361, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .navara-list-wrapper {
      font-size: 14px; } }
/* line 376, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .navara-list-wrapper-content {
  font-size: 12px;
  display: inline; }
  @media screen and (min-width: 568px) {
    /* line 376, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .navara-list-wrapper-content {
      top: 100%; } }
  @media screen and (min-width: 768px) {
    /* line 376, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .navara-list-wrapper-content {
      position: absolute;
      font-size: 14px; } }
/* line 388, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper ul.navara-btn {
  width: 200px; }
/* line 392, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper ul.list {
  padding-left: 0px; }
  /* line 395, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list li.listitem {
    display: block;
    border-bottom: 2px solid #fff; }
  /* line 400, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list li.listitem a, .vehicles .vehicle-section-head-wrapper ul.list i {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #c71444;
    color: #fff;
    display: block;
    line-height: 2.857em;
    min-height: 2.857em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 3.143em;
    position: relative;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  /* line 425, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .listitem a:hover, .vehicles .vehicle-section-head-wrapper ul.list i:hover {
    background: #810d2c;
    color: #fff; }
  /* line 430, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .ico {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 50%;
    left: 12px; }
  /* line 441, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .contactMeBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -3313px no-repeat; }
  /* line 445, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .contactMeBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -3844px no-repeat; }
  /* line 449, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .requestBrochureBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }
  /* line 453, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .requestBrochureBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -4239px no-repeat; }
  /* line 457, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .testDriveBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -1975px no-repeat; }
  /* line 461, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .testDriveBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -1945px no-repeat; }
  /* line 465, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .financeOptionsBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -3017px no-repeat; }
  /* line 469, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .financeOptionsBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -3572px no-repeat; }
  /* line 473, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .socialBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -2535px no-repeat; }
  /* line 477, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .socialBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -2515px no-repeat; }
  /* line 481, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .registerNowBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -2977px no-repeat; }
  /* line 485, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .registerNowBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -2977px no-repeat; }
  /* line 489, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .viewPacksBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }
  /* line 493, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .viewPacksBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }
  /* line 497, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .rangeBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -3057px no-repeat; }
  /* line 501, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper ul.list .rangeBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -3771px no-repeat; }
/* line 506, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .slide {
  max-width: 924px; }
/* line 510, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .small {
  font-size: 10px;
  line-height: 12.85px; }
/* line 515, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .image-caption {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #eee;
  display: block;
  font-size: 0.857em;
  text-align: center;
  color: #666;
  padding: 7px 0.857em;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    /* line 515, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .image-caption {
      margin-bottom: 20px; } }
/* line 530, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .vehicle-u .image-caption {
  margin-bottom: 0px; }
/* line 535, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .features li {
  background: url(/n/images/tick-red.png) 0 0 no-repeat;
  background-position: 0px 5px;
  list-style: none;
  padding-left: 2.143em;
  margin-bottom: 1em; }
/* line 543, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .features-note {
  margin-top: 30px; }
/* line 547, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .relative-section-wrapper {
  position: relative; }
/* line 551, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper .absolute-image-wrapper {
  position: relative; }
  /* line 554, scss/_module-vehicles-overview.scss */
  .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-image {
    position: absolute;
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 554, scss/_module-vehicles-overview.scss */
      .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-image {
        display: block;
        top: 0; } }
  @media screen and (min-width: 768px) {
    /* line 564, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-1 {
      top: -40px;
      left: -28px; } }
  @media screen and (min-width: 1024px) {
    /* line 564, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-1 {
      top: -68px;
      left: 20px; } }
  @media screen and (min-width: 768px) {
    /* line 577, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-2 {
      top: -72px;
      max-width: 90%;
      left: 0; } }
  @media screen and (min-width: 880px) {
    /* line 577, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-2 {
      top: -93px;
      max-width: 85%;
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    /* line 577, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-2 {
      top: -145px;
      max-width: 75%;
      left: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 598, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-3 {
      top: -160px;
      max-width: 90%;
      left: 0; } }
  @media screen and (min-width: 880px) {
    /* line 598, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-3 {
      top: -210px;
      max-width: 85%;
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    /* line 598, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-3 {
      top: -230px;
      max-width: 75%;
      left: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 619, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-4 {
      top: -40px;
      left: -28px; } }
  @media screen and (min-width: 1024px) {
    /* line 619, scss/_module-vehicles-overview.scss */
    .vehicles .vehicle-section-head-wrapper .absolute-image-wrapper .absolute-4 {
      top: 20px;
      left: 33px; } }
/* line 633, scss/_module-vehicles-overview.scss */
.vehicles .vehicle-section-head-wrapper p.section-note {
  font-size: 0.714em;
  line-height: 1.986em; }
/* line 639, scss/_module-vehicles-overview.scss */
.vehicles .spec-wrapper {
  margin-top: 30px; }
  /* line 642, scss/_module-vehicles-overview.scss */
  .vehicles .spec-wrapper .spec-range-header {
    color: #000;
    text-align: center; }
/* line 648, scss/_module-vehicles-overview.scss */
.vehicles .spec-sheet-wrapper {
  text-align: center;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    /* line 648, scss/_module-vehicles-overview.scss */
    .vehicles .spec-sheet-wrapper {
      font-size: 13px; } }
/* line 658, scss/_module-vehicles-overview.scss */
.vehicles .gallery_videos {
  display: block;
  position: relative; }
  /* line 662, scss/_module-vehicles-overview.scss */
  .vehicles .gallery_videos .player-button {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/n/images/video-play-button.png") no-repeat 50% 50%;
    top: 0;
    opacity: 0.7; }

/* line 674, scss/_module-vehicles-overview.scss */
.exter-links-cont {
  padding: 0 10px;
  position: relative; }

/* line 679, scss/_module-vehicles-overview.scss */
.navara-width img {
  width: 100%; }

/* line 685, scss/_module-vehicles-overview.scss */
.leaf .overview-content {
  margin-top: 12px; }
/* line 691, scss/_module-vehicles-overview.scss */
.leaf .vehicle-section-head-wrapper .section-bottom {
  margin-top: 0; }
/* line 696, scss/_module-vehicles-overview.scss */
.leaf .form {
  margin-top: 20px; }

/* line 703, scss/_module-vehicles-overview.scss */
.juke .ov-new-juke-img {
  width: 100%; }
/* line 707, scss/_module-vehicles-overview.scss */
.juke .nismo-img {
  width: 100%; }
/* line 711, scss/_module-vehicles-overview.scss */
.juke .spec-content-heading {
  padding: 0 0 0 20px; }

/* line 716, scss/_module-vehicles-overview.scss */
.blackEd-img {
  width: 94%; }

/* ===================================
Module - vehicles overview
=================================== */
/* line 7, scss/_module-pratibha.scss */
.pratibha.vehicles .container-banner-sm {
  max-width: 1920px; }
/* line 11, scss/_module-pratibha.scss */
.pratibha.vehicles .pageContent h1 {
  font-size: 36px; }
/* line 13, scss/_module-pratibha.scss */
.pratibha.vehicles .pageContent h2 {
  font-size: 24px;
  border-bottom: 5px solid #C71444;
  padding-bottom: 8px; }
/* line 19, scss/_module-pratibha.scss */
.pratibha.vehicles .pageContent h3 {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }
/* line 23, scss/_module-pratibha.scss */
.pratibha.vehicles .pageContent h4 {
  font-size: 16px; }
/* line 26, scss/_module-pratibha.scss */
.pratibha.vehicles #gallery_images li, .pratibha.vehicles #gallery_videos li {
  list-style: none; }
/* line 29, scss/_module-pratibha.scss */
.pratibha.vehicles #gallery_videos video {
  width: 100%; }
/* line 33, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_Range li {
  list-style: none;
  text-indent: -15px; }
/* line 37, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_Range .tick {
  font-size: 18px;
  color: #C71444;
  padding-right: 2px; }
/* line 43, scss/_module-pratibha.scss */
.pratibha.vehicles .service_button .icon {
  width: 50px;
  height: 47px;
  float: left;
  padding-bottom: 10px;
  background-position: 50% -594px; }
/* line 50, scss/_module-pratibha.scss */
.pratibha.vehicles .service_button .icon-text {
  float: left;
  line-height: 50px;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: capitalize !important;
  color: #fff; }
  @media screen and (min-width: 384px) {
    /* line 50, scss/_module-pratibha.scss */
    .pratibha.vehicles .service_button .icon-text {
      font-size: 14px; } }
/* line 62, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_ServiceAdvantage h3 {
  font-size: 24px;
  color: #595959; }
/* line 66, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_ServiceAdvantage h3 span {
  font-size: 45px;
  color: #000;
  line-height: 55px; }
/* line 71, scss/_module-pratibha.scss */
.pratibha.vehicles .service_button .icon-text:hover {
  color: #fff; }
/* line 74, scss/_module-pratibha.scss */
.pratibha.vehicles .pure-u-1.text-padding {
  padding-top: 20px; }
/* line 77, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_PDF h2 {
  font-size: 24px;
  border-bottom: 5px solid #d11e24;
  padding-bottom: 8px; }
/* line 82, scss/_module-pratibha.scss */
.pratibha.vehicles .service_button {
  background-color: #EB0A1C;
  border-radius: 3px;
  margin-top: 10px;
  max-width: 185px; }
/* line 88, scss/_module-pratibha.scss */
.pratibha.vehicles .container.bg-page.box-main.menu {
  background: #666666; }
/* line 91, scss/_module-pratibha.scss */
.pratibha.vehicles .menu-wrapper {
  background: #666666;
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 91, scss/_module-pratibha.scss */
    .pratibha.vehicles .menu-wrapper {
      display: block; } }
/* line 100, scss/_module-pratibha.scss */
.pratibha.vehicles .menubox {
  padding: 25px; }
/* line 104, scss/_module-pratibha.scss */
.pratibha.vehicles .menubox a {
  color: #fff;
  text-decoration: none;
  font-size: 10px; }
  @media screen and (min-width: 568px) {
    /* line 104, scss/_module-pratibha.scss */
    .pratibha.vehicles .menubox a {
      font-size: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 104, scss/_module-pratibha.scss */
    .pratibha.vehicles .menubox a {
      font-size: 12px; } }
  @media screen and (min-width: 1024px) {
    /* line 104, scss/_module-pratibha.scss */
    .pratibha.vehicles .menubox a {
      font-size: 100%; } }
/* line 121, scss/_module-pratibha.scss */
.pratibha.vehicles .pageContent .back_top, .pratibha.vehicles .vehicle_PDF .back_top {
  color: #b3b2b3;
  font-size: 12px; }
  @media screen and (min-width: 384px) {
    /* line 121, scss/_module-pratibha.scss */
    .pratibha.vehicles .pageContent .back_top, .pratibha.vehicles .vehicle_PDF .back_top {
      font-size: 14px; } }
/* line 129, scss/_module-pratibha.scss */
.pratibha.vehicles .menu div a {
  text-align: center;
  -webkit-font-smoothing: antialiased; }
/* line 133, scss/_module-pratibha.scss */
.pratibha.vehicles .back_top {
  margin-right: 40px; }
/* line 136, scss/_module-pratibha.scss */
.pratibha.vehicles .back_top .icon {
  background-position: 46% -3500px;
  position: absolute; }
/* line 140, scss/_module-pratibha.scss */
.pratibha.vehicles a.back_top {
  float: right;
  line-height: 36px;
  text-decoration: none; }
/* line 145, scss/_module-pratibha.scss */
.pratibha.vehicles .view_pdf .icon {
  background-position: 58% -3398px;
  position: absolute; }
/* line 149, scss/_module-pratibha.scss */
.pratibha.vehicles .view_pdf .text {
  margin-left: 35px;
  line-height: 20px; }
/* line 153, scss/_module-pratibha.scss */
.pratibha.vehicles #videolink img {
  display: block !important; }
/* line 156, scss/_module-pratibha.scss */
.pratibha.vehicles .view_pdf a:hover {
  color: #fff; }
/* line 159, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle_PDF h2 {
  line-height: 36px; }
/* line 162, scss/_module-pratibha.scss */
.pratibha.vehicles .view_pdf {
  padding-left: 5px; }
/* line 165, scss/_module-pratibha.scss */
.pratibha.vehicles .vm360spin .icon {
  background-position: 0% -4300px;
  min-height: 95px;
  margin-top: 30px; }
/* line 172, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle-banner {
  position: relative; }
  /* line 175, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-banner .vehicle-image-wrapper {
    margin: auto;
    position: relative; }
    @media screen and (min-width: 1280px) {
      /* line 175, scss/_module-pratibha.scss */
      .pratibha.vehicles .vehicle-banner .vehicle-image-wrapper {
        width: 1920px;
        margin-left: -960px;
        left: 60% !important; } }
/* line 187, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle-name-banner {
  position: absolute;
  left: 40px;
  top: 5px;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 187, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-name-banner {
      left: 56px;
      top: 10px; } }
  @media screen and (min-width: 1024px) {
    /* line 187, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-name-banner {
      left: 100px;
      top: 25px; } }
  @media screen and (min-width: 1280px) {
    /* line 187, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-name-banner {
      left: 300px;
      top: 100px; } }
  /* line 208, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-name-banner .subtext {
    font-size: 0.557em;
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      /* line 208, scss/_module-pratibha.scss */
      .pratibha.vehicles .vehicle-name-banner .subtext {
        font-size: 0.857em; } }
  /* line 221, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-name-banner h1 {
    font-size: 1.543em;
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: -10px;
    margin-left: -1px; }
    @media screen and (min-width: 768px) {
      /* line 221, scss/_module-pratibha.scss */
      .pratibha.vehicles .vehicle-name-banner h1 {
        font-size: 3.143em;
        margin-left: -5px; } }
    @media screen and (min-width: 1024px) {
      /* line 221, scss/_module-pratibha.scss */
      .pratibha.vehicles .vehicle-name-banner h1 {
        font-size: 3.343em; } }
    @media screen and (min-width: 1280px) {
      /* line 221, scss/_module-pratibha.scss */
      .pratibha.vehicles .vehicle-name-banner h1 {
        font-size: 5.143em; } }
/* line 244, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle-heading-wrapper {
  background-color: #eeeeee; }
/* line 248, scss/_module-pratibha.scss */
.pratibha.vehicles h1.vehicle-page-head {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  text-transform: uppercase;
  padding: 20px 0px 17px 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  /* line 256, scss/_module-pratibha.scss */
  .pratibha.vehicles h1.vehicle-page-head span {
    color: #000; }
/* line 262, scss/_module-pratibha.scss */
.pratibha.vehicles .vehicle-section-head-wrapper {
  margin-top: 50px; }
  /* line 265, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .section-header {
    color: #000; }
  /* line 269, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .section-top {
    margin-bottom: 20px; }
  /* line 273, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .section-bottom {
    margin-top: 20px; }
  /* line 277, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .list-wrapper {
    max-width: 300px; }
  /* line 281, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper ul.list {
    padding-left: 0px; }
    /* line 284, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list li.listitem {
      display: block;
      border-bottom: 2px solid #fff; }
    /* line 289, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list li.listitem a, .pratibha.vehicles .vehicle-section-head-wrapper ul.list i {
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      background: #c71444;
      color: #fff;
      display: block;
      line-height: 2.857em;
      min-height: 2.857em;
      text-transform: uppercase;
      font-weight: bold;
      padding-left: 4.143em;
      position: relative;
      z-index: 5;
      white-space: nowrap;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    /* line 315, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .listitem a:hover, .pratibha.vehicles .vehicle-section-head-wrapper ul.list i:hover {
      background: #810d2c;
      color: #fff; }
    /* line 320, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .ico {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      left: 0;
      margin-top: -10px;
      top: 50%;
      left: 18px; }
    /* line 331, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .contactMeBtn .ico {
      background: url("/n/images/nissan-icons.png") 0 -3313px no-repeat; }
    /* line 335, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .contactMeBtn a:hover .ico {
      background: url("/n/images/nissan-icons.png") 0 -3844px no-repeat; }
    /* line 339, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .requestBrochureBtn .ico {
      background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }
    /* line 343, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .requestBrochureBtn a:hover .ico {
      background: url("/n/images/nissan-icons.png") 0 -4239px no-repeat; }
    /* line 347, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .testDriveBtn .ico {
      background: url("/n/images/nissan-icons.png") 0 -1975px no-repeat; }
    /* line 351, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .testDriveBtn a:hover .ico {
      background: url("/n/images/nissan-icons.png") 0 -1945px no-repeat; }
    /* line 355, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .financeOptionsBtn .ico {
      background: url("/n/images/nissan-icons.png") 0 -3017px no-repeat; }
    /* line 359, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .financeOptionsBtn a:hover .ico {
      background: url("/n/images/nissan-icons.png") 0 -3572px no-repeat; }
    /* line 363, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .socialBtn .ico {
      background: url("/n/images/nissan-icons.png") 0 -2535px no-repeat; }
    /* line 367, scss/_module-pratibha.scss */
    .pratibha.vehicles .vehicle-section-head-wrapper ul.list .socialBtn i:hover .ico {
      background: url("/n/images/nissan-icons.png") 0 -2515px no-repeat; }
  /* line 372, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .features li {
    background: url(/n/images/tick-red.png) 0 0 no-repeat;
    background-position: 0px 5px;
    list-style: none;
    padding-left: 2.143em;
    margin-bottom: 1em; }
  /* line 380, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .features-note {
    margin-top: 30px; }
  /* line 383, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .overview-image {
    padding: 25px;
    margin-bottom: 1em; }
  /* line 387, scss/_module-pratibha.scss */
  .pratibha.vehicles .vehicle-section-head-wrapper .section-divider {
    background: #F0E5E5;
    height: 2px;
    display: block;
    clear: both; }

/* Styles for the News page */
/* line 5, scss/_module-news.scss */
#gawmakelist li,
#gawmodellist li {
  list-style: none; }
  /* line 8, scss/_module-news.scss */
  #gawmakelist li a,
  #gawmodellist li a {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: left;
    background-color: #C71444;
    padding: 17px;
    margin: 1px 0;
    color: #fff; }
    @media screen and (min-width: 768px) {
      /* line 8, scss/_module-news.scss */
      #gawmakelist li a,
      #gawmodellist li a {
        padding: 10px; } }
  /* line 22, scss/_module-news.scss */
  #gawmakelist li a:hover,
  #gawmodellist li a:hover {
    text-decoration: none; }

/* line 28, scss/_module-news.scss */
#gawmakelist {
  padding: 0;
  margin-top: 40px; }

/* Model News List */
/* line 35, scss/_module-news.scss */
ul#gawmodellist {
  padding-left: 0; }

/* line 40, scss/_module-news.scss */
#gawmodellist li {
  width: auto;
  float: left; }
  @media screen and (min-width: 768px) {
    /* line 40, scss/_module-news.scss */
    #gawmodellist li {
      width: 100%;
      float: right; } }
  /* line 49, scss/_module-news.scss */
  #gawmodellist li a {
    background-color: #f7f7f7;
    color: #808080; }
  /* line 54, scss/_module-news.scss */
  #gawmodellist li a:hover {
    color: #C71444;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }

/* All Articles */
/* line 64, scss/_module-news.scss */
#listing {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    /* line 64, scss/_module-news.scss */
    #listing {
      margin-top: 0; } }
  /* line 71, scss/_module-news.scss */
  #listing .navitem {
    margin-bottom: 10px;
    padding: 0.4em; }
    /* line 75, scss/_module-news.scss */
    #listing .navitem .navitemtitle {
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #000;
      font-size: 14px;
      margin-top: 0; }
    /* line 82, scss/_module-news.scss */
    #listing .navitem:hover {
      cursor: pointer; }
      /* line 85, scss/_module-news.scss */
      #listing .navitem:hover .navitemtitle {
        color: #C71444;
        -webkit-transition: all 250ms ease-in;
        -moz-transition: all 250ms ease-in;
        -ms-transition: all 250ms ease-in;
        -o-transition: all 250ms ease-in;
        transition: all 250ms ease-in; }
    /* line 91, scss/_module-news.scss */
    #listing .navitem a:hover {
      text-decoration: none; }
    @media screen and (min-width: 568px) {
      /* line 71, scss/_module-news.scss */
      #listing .navitem {
        width: 45%;
        float: left;
        margin-right: 3%;
        margin-bottom: 0;
        height: 130px;
        overflow: auto; } }
    @media screen and (min-width: 768px) {
      /* line 71, scss/_module-news.scss */
      #listing .navitem {
        height: 145px;
        overflow: auto; } }
    @media screen and (min-width: 1024px) {
      /* line 71, scss/_module-news.scss */
      #listing .navitem {
        height: 115px;
        overflow: auto; } }
    /* line 114, scss/_module-news.scss */
    #listing .navitem img {
      float: left;
      margin-right: 5px;
      margin-bottom: 5px; }
      @media screen and (min-width: 568px) {
        /* line 114, scss/_module-news.scss */
        #listing .navitem img {
          float: left;
          margin-right: 5px; } }
    /* line 125, scss/_module-news.scss */
    .home-news #listing .navitem {
      height: 100%;
      width: 100%;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        /* line 125, scss/_module-news.scss */
        .home-news #listing .navitem {
          width: 47%;
          margin-right: 3%; } }
      @media screen and (min-width: 1024px) {
        /* line 125, scss/_module-news.scss */
        .home-news #listing .navitem {
          width: 31%;
          margin-right: 2%; } }
      /* line 140, scss/_module-news.scss */
      .home-news #listing .navitem img {
        padding-right: 5px; }
      /* line 144, scss/_module-news.scss */
      .home-news #listing .navitem a:hover {
        text-decoration: none; }
  /* line 150, scss/_module-news.scss */
  #listing #paging {
    margin-top: 30px;
    font-size: 12px;
    float: left; }
    /* line 155, scss/_module-news.scss */
    #listing #paging li {
      float: left;
      padding-left: 6px;
      list-style: none; }
      /* line 160, scss/_module-news.scss */
      #listing #paging li a {
        font-size: 13px; }
        /* line 163, scss/_module-news.scss */
        #listing #paging li a.active {
          font-size: 14px;
          color: #000; }

/* Story */
/* line 174, scss/_module-news.scss */
#gawstory h1 {
  margin-top: 0;
  font-size: 24px;
  border-bottom: 2px solid #d1d3d4;
  margin-bottom: 0.8em; }
/* line 181, scss/_module-news.scss */
#gawstory h2 {
  font-size: 20px; }
/* line 185, scss/_module-news.scss */
#gawstory table {
  width: 100% !important; }

/* Home Page News */
/* line 191, scss/_module-news.scss */
.home-news {
  padding: 50px 0; }
  /* line 194, scss/_module-news.scss */
  .home-news h2 {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em; }
  /* line 202, scss/_module-news.scss */
  .home-news .navitemprecede {
    font-size: 13px; }
  /* line 206, scss/_module-news.scss */
  .home-news .more-news {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: block;
    clear: both;
    padding-top: 10px; }
    /* line 212, scss/_module-news.scss */
    .home-news .more-news:hover {
      color: #C71444;
      -webkit-transition: all 250ms ease-in;
      -moz-transition: all 250ms ease-in;
      -ms-transition: all 250ms ease-in;
      -o-transition: all 250ms ease-in;
      transition: all 250ms ease-in; }

/* ===================================
Module - design
=================================== */
/* line 5, scss/_module-design.scss */
.fm-design-img {
  width: 100%; }

/* ===================================
Module - technology
=================================== */
/* line 6, scss/_module-technology.scss */
.fm-technology-item:nth-child(n+2) {
  margin-top: 50px; }

/* line 11, scss/_module-technology.scss */
.fm-technology-text {
  text-align: center; }

/* ===================================
Module - vehicles news & reviews
=================================== */
/* line 8, scss/_module-news&reviews.scss */
.fm-news-img {
  width: 100%; }

/* line 1, scss/_module-add-this.scss */
.add-this-container {
  position: relative; }
  /* line 4, scss/_module-add-this.scss */
  .add-this-container .add-this-main {
    position: absolute;
    top: 20px;
    left: 0;
    width: 70px;
    color: #000000; }
    @media screen and (min-width: 768px) {
      /* line 4, scss/_module-add-this.scss */
      .add-this-container .add-this-main {
        top: 20px; } }
    /* line 15, scss/_module-add-this.scss */
    .add-this-container .add-this-main .button-share {
      display: block;
      background-color: #C71444;
      padding: 1px 6px;
      width: 20px;
      height: 20px;
      text-decoration: none;
      color: #fff;
      line-height: 1.25em; }
  /* line 27, scss/_module-add-this.scss */
  .add-this-container .text-share {
    margin-left: 3px; }
  /* line 31, scss/_module-add-this.scss */
  .add-this-container .add-this {
    display: none; }

/* Separated because this section pop-ups under fancybox-inner class */
/* line 36, scss/_module-add-this.scss */
.add-this {
  border: 1px solid #aaa; }
  /* line 39, scss/_module-add-this.scss */
  .add-this .share-title {
    padding: 1px 10px;
    background: #a7a9ac;
    border-bottom: 1px solid #aaa; }
    /* line 44, scss/_module-add-this.scss */
    .add-this .share-title h5 {
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #fff; }
  /* line 50, scss/_module-add-this.scss */
  .add-this .share-social-icons {
    padding: 10px 5px;
    background: #fff; }
    /* line 54, scss/_module-add-this.scss */
    .add-this .share-social-icons > div {
      padding: 10px 0px;
      text-align: center; }
    /* line 59, scss/_module-add-this.scss */
    .add-this .share-social-icons span {
      margin: 0 auto; }
  /* line 64, scss/_module-add-this.scss */
  .add-this .at4-icon {
    background: url("/n/images/add-this_icons.png"); }
    /* line 67, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-facebook {
      background-position: 6px 6px; }
    /* line 71, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-twitter {
      background-position: 2px -194px; }
    /* line 75, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-pinterest_share {
      background-position: 0px -395px; }
    /* line 79, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-tumblr {
      background-position: 0px -596px; }
    /* line 83, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-stumbleupon {
      background-position: 0px -792px; }
    /* line 87, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-linkedin {
      background-position: 0px -996px; }
    /* line 91, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-google_plusone_share {
      background-position: 0px -1192px; }
    /* line 95, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-email {
      background-position: 0px -1392px; }
    /* line 99, scss/_module-add-this.scss */
    .add-this .at4-icon.aticon-compact {
      background-position: 0px -1594px; }

/*
TOOLBOX - General
*/
/* line 5, scss/_module-toolbox-base.scss */
.csstransitions .toolbox-wrapper {
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in; }

@media screen and (min-width: 1280px) {
  /* line 9, scss/_module-toolbox-base.scss */
  .csstransitions .toolbox-wrapper.desktop {
    -webkit-transition: top 250ms ease-in;
    -moz-transition: top 250ms ease-in;
    -ms-transition: top 250ms ease-in;
    -o-transition: top 250ms ease-in;
    transition: top 250ms ease-in; } }

/* line 16, scss/_module-toolbox-base.scss */
.csstransitions .toolbox > div .text {
  -webkit-transition: background-color 100ms ease-in;
  -moz-transition: background-color 100ms ease-in;
  -ms-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in; }

/* line 20, scss/_module-toolbox-base.scss */
.boxshadow .toolbox-wrapper.sticky {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }

/* line 25, scss/_module-toolbox-base.scss */
.csstransitions .toolbox a {
  -webkit-transition: background-color 250ms ease-in;
  -moz-transition: background-color 250ms ease-in;
  -ms-transition: background-color 250ms ease-in;
  -o-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in; }

/* line 31, scss/_module-toolbox-base.scss */
.toolbox-wrapper {
  display: none;
  width: 100%;
  background-color: #C71444;
  z-index: 3;
  border-bottom: 1px solid #e9255a; }
  @media screen and (min-width: 568px) {
    /* line 31, scss/_module-toolbox-base.scss */
    .toolbox-wrapper {
      border-bottom: 1px solid #e9255a;
      border-top: 1px solid #e9255a; } }
  /* line 43, scss/_module-toolbox-base.scss */
  .toolbox-wrapper .quick-button {
    display: none; }

/* line 48, scss/_module-toolbox-base.scss */
.toolbox-wrapper.tablet-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 48, scss/_module-toolbox-base.scss */
    .toolbox-wrapper.tablet-mobile {
      display: block !important;
      position: relative; }
      /* line 55, scss/_module-toolbox-base.scss */
      .home .toolbox-wrapper.tablet-mobile {
        display: none !important; }
      /* line 59, scss/_module-toolbox-base.scss */
      .extra .toolbox-wrapper.tablet-mobile.tab {
        position: fixed;
        top: 0; } }
  @media screen and (min-width: 1280px) {
    /* line 48, scss/_module-toolbox-base.scss */
    .toolbox-wrapper.tablet-mobile {
      display: none !important; } }

/* line 70, scss/_module-toolbox-base.scss */
.toolbox-wrapper.desktop {
  display: none; }
  @media screen and (min-width: 1280px) {
    /* line 70, scss/_module-toolbox-base.scss */
    .toolbox-wrapper.desktop {
      border-bottom: 0;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
      display: block;
      position: fixed;
      width: 370px;
      left: inherit;
      right: -290px;
      top: 170px; }
      /* line 83, scss/_module-toolbox-base.scss */
      .home .toolbox-wrapper.desktop {
        display: block; }
      /* line 87, scss/_module-toolbox-base.scss */
      .toolbox-wrapper.desktop .icon-wrapper {
        border-bottom: 1px solid #e9255a;
        width: 80px;
        min-height: 81px; } }

/* line 95, scss/_module-toolbox-base.scss */
.toolbox-wrapper.vehicle-tablet-mobile {
  display: block; }
  /* line 98, scss/_module-toolbox-base.scss */
  .toolbox-wrapper.vehicle-tablet-mobile.sticky {
    background-color: transparent;
    position: fixed;
    top: -175px;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none; }
    @media screen and (min-width: 568px) {
      /* line 98, scss/_module-toolbox-base.scss */
      .toolbox-wrapper.vehicle-tablet-mobile.sticky {
        top: 0; } }

/* line 114, scss/_module-toolbox-base.scss */
.tool-u-quicksearch {
  position: relative; }
  /* line 118, scss/_module-toolbox-base.scss */
  .tool-u-quicksearch.arrow .text {
    background-image: url("/n/images/icons_all_general_2014.png");
    background-repeat: no-repeat;
    background-position: 80px -13858px; }
    /* line 123, scss/_module-toolbox-base.scss */
    .stay_here .tool-u-quicksearch.arrow .text {
      background-position: 80px -14057px; }

/* line 130, scss/_module-toolbox-base.scss */
.quickSearchWrapper {
  display: none;
  position: absolute;
  left: 0px;
  top: 75px;
  width: 100%;
  background: #ededed;
  padding: 10px 20px 10px 0px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }

/* line 144, scss/_module-toolbox-base.scss */
.toolbox-wrapper.desktop .toolbox a {
  border-left: none; }

/* line 149, scss/_module-toolbox-base.scss */
.toolbox {
  padding: 0;
  margin: 0; }
  /* line 153, scss/_module-toolbox-base.scss */
  .toolbox div {
    cursor: pointer; }
  /* line 157, scss/_module-toolbox-base.scss */
  .toolbox a {
    display: block;
    width: 100%;
    min-height: 87px;
    line-height: 87px;
    text-align: center;
    text-decoration: none;
    background: #C71444;
    border-left: 1px solid #e9255a;
    border-top: 1px solid #e9255a; }
    @media screen and (min-width: 568px) {
      /* line 157, scss/_module-toolbox-base.scss */
      .toolbox a {
        border: none;
        border-left: 1px solid #e9255a; } }
    @media screen and (min-width: 1024px) {
      /* line 157, scss/_module-toolbox-base.scss */
      .toolbox a {
        min-height: 58px;
        border-left: 1px solid #e9255a; } }
    @media screen and (min-width: 1280px) {
      /* line 157, scss/_module-toolbox-base.scss */
      .toolbox a {
        color: #C71444;
        min-height: 50px;
        line-height: 80px; } }
    /* line 184, scss/_module-toolbox-base.scss */
    .toolbox a:hover {
      text-decoration: none;
      background: #a71139;
      color: #fff;
      border-bottom: 0; }
      /* line 190, scss/_module-toolbox-base.scss */
      .toolbox a:hover .text {
        background-position: 80px -13957px; }

/* line 197, scss/_module-toolbox-base.scss */
.toolbox .toolbox-tool-u.tool-u-6 .icon-wrapper {
  border-bottom: 0; }

/* line 201, scss/_module-toolbox-base.scss */
.toolbox .toolbox-tool-u {
  border: 0; }
  /* line 204, scss/_module-toolbox-base.scss */
  .toolbox .toolbox-tool-u .icon-wrapper {
    padding-top: 10px; }
    @media screen and (min-width: 1280px) {
      /* line 204, scss/_module-toolbox-base.scss */
      .toolbox .toolbox-tool-u .icon-wrapper {
        float: left;
        padding-top: 0;
        padding: 5px;
        background-color: #C71444; } }
  /* line 215, scss/_module-toolbox-base.scss */
  .toolbox .toolbox-tool-u .text {
    display: none; }
    @media screen and (min-width: 1280px) {
      /* line 215, scss/_module-toolbox-base.scss */
      .toolbox .toolbox-tool-u .text {
        font-family: akzidenz-grotesk_bold, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        float: left;
        display: block;
        text-align: left;
        min-width: 70%;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        width: 290px;
        background-color: #eee;
        border-bottom: 1px solid #fff;
        color: #C71444; } }
  /* line 235, scss/_module-toolbox-base.scss */
  .toolbox .toolbox-tool-u:last-child .text {
    border-bottom: none; }
  /* line 240, scss/_module-toolbox-base.scss */
  .toolbox .toolbox-tool-u a:hover .text {
    color: #fff;
    background-color: #C71444;
    border-bottom: 1px solid #C71444; }

/* line 247, scss/_module-toolbox-base.scss */
.icon {
  background: url("/n/images/icons_all_general_2014.png") no-repeat;
  min-width: 40px;
  min-height: 40px; }
  /* line 251, scss/_module-toolbox-base.scss */
  .tool-u-1 .icon {
    /* QUOTE */
    background-position: 50% -393px; }
  /* line 254, scss/_module-toolbox-base.scss */
  .tool-u-2 .icon {
    /* BROCHURE */
    background-position: 50% -493px; }
  /* line 257, scss/_module-toolbox-base.scss */
  .tool-u-3 .icon {
    /* SERVICE */
    background-position: 50% -593px; }
  /* line 260, scss/_module-toolbox-base.scss */
  .tool-u-4 .icon {
    /* SPECIALS */
    background-position: 50% -693px; }
  /* line 263, scss/_module-toolbox-base.scss */
  .tool-u-5 .icon {
    /* TEST DRIVE */
    background-position: 50% -793px; }
  /* line 266, scss/_module-toolbox-base.scss */
  .tool-u-6 .icon {
    /* OUR STOCK */
    background-position: 50% -893px; }
  @media screen and (min-width: 1024px) {
    /* line 269, scss/_module-toolbox-base.scss */
    .toolbox .icon {
      width: 50px;
      height: 47px;
      float: left;
      padding-bottom: 10px; } }
  @media screen and (min-width: 1280px) {
    /* line 269, scss/_module-toolbox-base.scss */
    .toolbox .icon {
      width: auto;
      height: auto;
      float: none;
      padding-bottom: 0; } }

/* line 287, scss/_module-toolbox-base.scss */
.toolbox .icon-text {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 1px 0 1px; }
  @media screen and (min-width: 1024px) {
    /* line 287, scss/_module-toolbox-base.scss */
    .toolbox .icon-text {
      float: left;
      line-height: 13px;
      text-align: left;
      width: 64%;
      margin-top: 12px; } }
  @media screen and (min-width: 1280px) {
    /* line 287, scss/_module-toolbox-base.scss */
    .toolbox .icon-text {
      float: left;
      line-height: 13px;
      letter-spacing: 0;
      text-align: center;
      width: auto;
      margin-top: 0; } }

@media screen and (min-width: 1280px) {
  /* line 316, scss/_module-toolbox-base.scss */
  .toolbox-wrapper.vehicle-tablet-mobile .toolbox-tool-u .icon-text {
    margin-top: 15px; } }

@media screen and (min-width: 1024px) {
  /* line 323, scss/_module-toolbox-base.scss */
  .tool-u-2 .icon-text {
    margin-top: 5px; } }
@media screen and (min-width: 1280px) {
  /* line 323, scss/_module-toolbox-base.scss */
  .tool-u-2 .icon-text {
    margin-top: 0; } }

@media screen and (min-width: 1196px) {
  /* line 335, scss/_module-toolbox-base.scss */
  .toolbox-wrapper.tablet-mobile .tool-u-2 .icon-text {
    margin-top: 10px; } }

/*
Tool box which appears only on stock pages
*/
/* line 5, scss/_module-toolbox-stock.scss */
.stockQuickSearch {
  font-size: 14px; }
  /* line 8, scss/_module-toolbox-stock.scss */
  .stockQuickSearch form {
    width: 100%; }
  /* line 11, scss/_module-toolbox-stock.scss */
  .stockQuickSearch button {
    margin-left: 6px;
    border: none;
    outline: 0px;
    width: auto;
    cursor: pointer;
    padding-left: 26px;
    padding-right: 26px; }
  /* line 20, scss/_module-toolbox-stock.scss */
  .stockQuickSearch label {
    *display: inline;
    display: inline-block; }
  /* line 24, scss/_module-toolbox-stock.scss */
  .stockQuickSearch fieldset {
    width: 100%;
    margin-bottom: 6px;
    border: 0px; }
  /* line 29, scss/_module-toolbox-stock.scss */
  .stockQuickSearch select {
    border: 1px solid #ababab; }

/* line 34, scss/_module-toolbox-stock.scss */
.stockQuickSearch__left {
  width: 29%;
  float: left;
  text-align: center; }

/* line 40, scss/_module-toolbox-stock.scss */
.stockQuickSearch__right {
  width: 70%;
  float: left; }

/* line 45, scss/_module-toolbox-stock.scss */
.stockQuickSearch__wrapper {
  *display: inline;
  display: inline-block; }

/* line 50, scss/_module-toolbox-stock.scss */
.stockQuickSearch__wrapper.state-count-1 {
  width: 98.9%; }

/* line 54, scss/_module-toolbox-stock.scss */
.stockQuickSearch__wrapper.state-count-2 {
  width: 48.9%; }

/* line 58, scss/_module-toolbox-stock.scss */
.stockQuickSearch__wrapper.state-count-3 {
  width: 28.9%; }

/* line 62, scss/_module-toolbox-stock.scss */
.stockQuickSearch__select-year-from {
  width: 48.5%;
  margin-right: 1%; }

/* line 67, scss/_module-toolbox-stock.scss */
.stockQuickSearch__select-year-to {
  width: 48.5%;
  margin-left: 1%;
  float: right; }

/* line 73, scss/_module-toolbox-stock.scss */
.stockQuickSearch__input-text-price-from,
.stockQuickSearch__input-text-price-to {
  width: 47.5% !important;
  padding: 0.25%;
  border: 1px solid #ababab; }

/* line 80, scss/_module-toolbox-stock.scss */
.stockQuickSearch__input-text-price-from {
  margin-right: 1%;
  padding-right: 7px;
  padding-left: 7px; }

/* line 86, scss/_module-toolbox-stock.scss */
.stockQuickSearch__input-text-price-to {
  margin-left: 1%;
  float: right;
  padding-right: 7px;
  padding-left: 7px; }

/*
Tool box which appears only on vehicle pages
*/
@media screen and (min-width: 768px) {
  /* line 9, scss/_module-toolbox-vehicles.scss */
  .boxshadow .toolbox-wrapper.vehicle-tablet-mobile.sticky {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); } }

/* line 17, scss/_module-toolbox-vehicles.scss */
.vehicle-tablet-mobile.sticky .toolbox a {
  background-color: #de164c; }

/* line 21, scss/_module-toolbox-vehicles.scss */
.vehicle-tablet-mobile.sticky .toolbox a:hover {
  background-color: #C71444; }

@media screen and (max-width: 568px) {
  /* line 25, scss/_module-toolbox-vehicles.scss */
  .toolbox-wrapper.vehicle-tablet-mobile {
    background-color: #C71444; } }
@media screen and (min-width: 568px) {
  /* line 25, scss/_module-toolbox-vehicles.scss */
  .toolbox-wrapper.vehicle-tablet-mobile {
    background-color: #C71444; }
    /* line 34, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile.sticky {
      background-color: #de164c; } }
/* line 39, scss/_module-toolbox-vehicles.scss */
.toolbox-wrapper.vehicle-tablet-mobile.sticky .quick-button {
  display: block;
  width: 30%;
  margin: 0 auto;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #C71444;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 568px) {
    /* line 39, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile.sticky .quick-button {
      display: none; } }
@media screen and (max-width: 568px) {
  /* line 57, scss/_module-toolbox-vehicles.scss */
  .toolbox-wrapper.vehicle-tablet-mobile .toolbox {
    background-color: #C71444; } }
/* line 63, scss/_module-toolbox-vehicles.scss */
.toolbox-wrapper.vehicle-tablet-mobile .toolbox .tool-u-1 a {
  border-left: 1px solid #e9255a; }
@media screen and (min-width: 1280px) {
  /* line 57, scss/_module-toolbox-vehicles.scss */
  .toolbox-wrapper.vehicle-tablet-mobile .toolbox {
    max-width: 1150px;
    margin: 0 auto; }
    /* line 71, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile .toolbox a {
      min-height: 60px;
      border: none;
      border-right: 1px solid #e9255a;
      text-align: center; }
    /* line 78, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile .toolbox .icon-wrapper {
      padding-top: 10px;
      border-bottom: none;
      float: none;
      background-color: transparent; }
    /* line 85, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile .toolbox .icon {
      width: 50px;
      height: 47px;
      float: left;
      padding-bottom: 10px; }
    /* line 92, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile .toolbox .text {
      display: none; }
    /* line 96, scss/_module-toolbox-vehicles.scss */
    .toolbox-wrapper.vehicle-tablet-mobile .toolbox .icon-text {
      display: block; } }
@media screen and (max-width: 880px) {
  /* line 102, scss/_module-toolbox-vehicles.scss */
  .toolbox-wrapper.vehicle-tablet-mobile.sticky .toolbox {
    position: relative; } }

/*
TOOLBOX MINI - Appears in Stock Search Results Page
*/
/* line 5, scss/_module-toolbox-search-results.scss */
.toolbox-mini-wrapper {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 5, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper {
      display: inline-block;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    /* line 5, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper {
      margin-top: 23px;
      height: 40px;
      border-bottom: 1px solid #C71444; } }
  /* line 19, scss/_module-toolbox-search-results.scss */
  .toolbox-mini-wrapper .tool-u {
    display: block;
    position: relative;
    border: none;
    border-radius: 3px;
    background: #4D4D4D;
    margin-bottom: 10px;
    cursor: pointer; }
    @media screen and (min-width: 568px) {
      /* line 19, scss/_module-toolbox-search-results.scss */
      .toolbox-mini-wrapper .tool-u {
        margin-right: 5%; } }
    @media screen and (min-width: 768px) {
      /* line 19, scss/_module-toolbox-search-results.scss */
      .toolbox-mini-wrapper .tool-u {
        margin-right: 0;
        margin-left: 5%; } }
    /* line 39, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper .tool-u .icon-u {
      background-color: #b83734;
      float: left;
      width: 40px;
      height: 40px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      @media screen and (min-width: 768px) {
        /* line 39, scss/_module-toolbox-search-results.scss */
        .toolbox-mini-wrapper .tool-u .icon-u {
          width: 30px;
          height: 30px; } }
    /* line 51, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper .tool-u .icon-u-1 {
      background: #C71444 url("/n/images/icons_all_general_2014.png") -30px -5292px no-repeat; }
      @media screen and (min-width: 768px) {
        /* line 51, scss/_module-toolbox-search-results.scss */
        .toolbox-mini-wrapper .tool-u .icon-u-1 {
          background: #C71444 url("/n/images/icons_all_general_2014.png") -35px -5296px no-repeat; } }
    /* line 58, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper .tool-u .icon-u-2 {
      background: #C71444 url("/n/images/icons_all_general_2014.png") -30px -5392px no-repeat; }
      @media screen and (min-width: 768px) {
        /* line 58, scss/_module-toolbox-search-results.scss */
        .toolbox-mini-wrapper .tool-u .icon-u-2 {
          background: #C71444 url("/n/images/icons_all_general_2014.png") -34px -5396px no-repeat; } }
    /* line 65, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper .tool-u .icon-u-3 {
      background: #C71444 url("/n/images/icons_all_general_2014.png") -30px -5492px no-repeat; }
      @media screen and (min-width: 768px) {
        /* line 65, scss/_module-toolbox-search-results.scss */
        .toolbox-mini-wrapper .tool-u .icon-u-3 {
          background: #C71444 url("/n/images/icons_all_general_2014.png") -35px -5496px no-repeat; } }
    /* line 72, scss/_module-toolbox-search-results.scss */
    .toolbox-mini-wrapper .tool-u .tool-text-u {
      color: #fff;
      margin-left: 6px;
      line-height: 40px;
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        /* line 72, scss/_module-toolbox-search-results.scss */
        .toolbox-mini-wrapper .tool-u .tool-text-u {
          line-height: 30px; } }

/*
Utility Box which appears only in mobile Home Page
*/
/* line 5, scss/_module-toolbox-home.scss */
.mobile-utility-wrapper {
  background-color: #C71444; }
  /* line 8, scss/_module-toolbox-home.scss */
  .mobile-utility-wrapper .mobile-call-us-button {
    text-align: center;
    background: #C71444;
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    height: 45px;
    line-height: 25px; }
    /* line 17, scss/_module-toolbox-home.scss */
    .mobile-utility-wrapper .mobile-call-us-button a {
      color: #fff; }
    @media screen and (min-width: 768px) {
      /* line 8, scss/_module-toolbox-home.scss */
      .mobile-utility-wrapper .mobile-call-us-button {
        display: none; } }
  /* line 26, scss/_module-toolbox-home.scss */
  .mobile-utility-wrapper .mobile-address {
    text-align: center;
    padding: 10px 0;
    height: 45px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    background-color: #C71444; }
    @media screen and (min-width: 768px) {
      /* line 26, scss/_module-toolbox-home.scss */
      .mobile-utility-wrapper .mobile-address {
        display: none; } }

/* line 41, scss/_module-toolbox-home.scss */
.mobile-home-tool-container {
  width: 100%;
  background-color: #C71444; }
  @media screen and (min-width: 768px) {
    /* line 41, scss/_module-toolbox-home.scss */
    .mobile-home-tool-container {
      display: none; } }

@media screen and (min-width: 768px) {
  /* line 51, scss/_module-toolbox-home.scss */
  .home .mobile-home-tool-container {
    display: block; } }
@media screen and (min-width: 1280px) {
  /* line 51, scss/_module-toolbox-home.scss */
  .home .mobile-home-tool-container {
    display: none; } }

/* line 62, scss/_module-toolbox-home.scss */
.home .toolbox > div .text {
  display: none; }
  @media screen and (min-width: 1280px) {
    /* line 62, scss/_module-toolbox-home.scss */
    .home .toolbox > div .text {
      display: block; } }

@media screen and (min-width: 1280px) {
  /* line 69, scss/_module-toolbox-home.scss */
  .home .toolbox .icon-text {
    float: left;
    line-height: 13px;
    font-size: 11px;
    letter-spacing: 0; } }

/* line 3, scss/_module-vehicle-slider.scss */
.vehicle-slider {
  position: relative;
  background-color: #eeeeee;
  overflow: hidden;
  padding-bottom: 4%; }
  /* line 10, scss/_module-vehicle-slider.scss */
  .vehicle-slider .owl-controls .owl-buttons {
    display: none; }
  /* line 15, scss/_module-vehicle-slider.scss */
  .vehicle-slider .owl-wrapper {
    display: table !important; }
  /* line 19, scss/_module-vehicle-slider.scss */
  .vehicle-slider .owl-item {
    display: table-cell !important;
    float: none;
    vertical-align: middle; }
  @media screen and (min-width: 1024px) {
    /* line 3, scss/_module-vehicle-slider.scss */
    .vehicle-slider {
      padding-bottom: 0; } }

/* line 29, scss/_module-vehicle-slider.scss */
.vehicle-slider-wrapper {
  padding-top: 0px;
  padding-bottom: 0px; }
  /* line 34, scss/_module-vehicle-slider.scss */
  .vehicle-slider-wrapper .disclaimer {
    padding-top: 8px;
    font-size: 10px;
    color: #000; }

/* line 40, scss/_module-vehicle-slider.scss */
.vehicle-slider-wrapper-overlay {
  position: relative; }

@media screen and (max-width: 330px) {
  /* line 43, scss/_module-vehicle-slider.scss */
  .vehicle-slider-wrapper-box-main-no-padding {
    padding: 0px; } }

/* line 48, scss/_module-vehicle-slider.scss */
.vehicle-slider-button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  filter: none;
  background: none;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: left 1s, right 1s;
  -moz-transition: left 1s, right 1s;
  -ms-transition: left 1s, right 1s;
  -o-transition: left 1s, right 1s;
  transition: left 1s, right 1s;
  width: 40px;
  height: 160px;
  margin-top: -80px;
  background-color: #c1c1c1;
  -moz-opacity: 0.40;
  -khtml-opacity: 0.40;
  opacity: 0.40;
  filter: alpha(opacity=40); }
  /* line 116, scss/_mixins.scss */
  .vehicle-slider-button:hover, .vehicle-slider-button:focus {
    filter: none;
    background-image: none;
    background-color: transparent; }
  /* line 72, scss/_module-vehicle-slider.scss */
  .vehicle-slider-button:hover, .vehicle-slider-button:focus {
    background-color: #c1c1c1;
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    filter: alpha(opacity=40); }
  /* line 79, scss/_module-vehicle-slider.scss */
  .vehicle-slider-button.vehicle-slider-button-prev {
    left: -14%; }
    /* line 82, scss/_module-vehicle-slider.scss */
    .vehicle-slider:hover .vehicle-slider-button.vehicle-slider-button-prev {
      left: 0%; }
      @media screen and (min-width: 1280px) {
        /* line 82, scss/_module-vehicle-slider.scss */
        .vehicle-slider:hover .vehicle-slider-button.vehicle-slider-button-prev {
          left: 5%; } }
  /* line 90, scss/_module-vehicle-slider.scss */
  .vehicle-slider-button.vehicle-slider-button-next {
    right: -14%; }
    /* line 93, scss/_module-vehicle-slider.scss */
    .vehicle-slider:hover .vehicle-slider-button.vehicle-slider-button-next {
      right: 0%; }
      @media screen and (min-width: 1280px) {
        /* line 93, scss/_module-vehicle-slider.scss */
        .vehicle-slider:hover .vehicle-slider-button.vehicle-slider-button-next {
          right: 5%; } }
  @media screen and (min-width: 768px) {
    /* line 48, scss/_module-vehicle-slider.scss */
    .vehicle-slider-button {
      display: block; } }

/* line 106, scss/_module-vehicle-slider.scss */
.vehicle-slider-button-icon {
  background-image: url("/n/images/icons_all_general_2014.png");
  width: 45px;
  height: 70px;
  margin: 0 auto;
  margin-top: 37px; }
  /* line 113, scss/_module-vehicle-slider.scss */
  .vehicle-slider-button-prev .vehicle-slider-button-icon {
    background-position: -30px -8185px; }
  /* line 116, scss/_module-vehicle-slider.scss */
  .vehicle-slider-button-next .vehicle-slider-button-icon {
    background-position: -30px -8285px; }

/* line 123, scss/_module-vehicle-slider.scss */
.vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .prevButton, .vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-prev .nextButton,
.vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .prevButton,
.vehicle-section-slider-wrapper .owl-controls .owl-buttons .owl-next .nextButton {
  font-size: 99px; }

/* line 128, scss/_module-vehicle-slider.scss */
.vehicle-slider-background {
  color: #000;
  position: absolute;
  top: 20%; }
  /* line 133, scss/_module-vehicle-slider.scss */
  .vehicle-slider-background .brand-name {
    font-size: 12px;
    line-height: normal; }
  /* line 137, scss/_module-vehicle-slider.scss */
  .vehicle-slider-background .vehicle-name {
    font-size: 22px;
    font-weight: bold;
    line-height: normal; }
    @media screen and (min-width: 384px) {
      /* line 137, scss/_module-vehicle-slider.scss */
      .vehicle-slider-background .vehicle-name {
        font-size: 24px; } }
    @media screen and (min-width: 568px) {
      /* line 137, scss/_module-vehicle-slider.scss */
      .vehicle-slider-background .vehicle-name {
        font-size: 46px; } }
    @media screen and (min-width: 768px) {
      /* line 137, scss/_module-vehicle-slider.scss */
      .vehicle-slider-background .vehicle-name {
        font-size: 62px; } }
    @media screen and (min-width: 1024px) {
      /* line 137, scss/_module-vehicle-slider.scss */
      .vehicle-slider-background .vehicle-name {
        font-size: 72px; } }
  /* line 155, scss/_module-vehicle-slider.scss */
  .vehicle-slider-background .owl-pagination {
    position: relative;
    z-index: 1; }
  /* line 159, scss/_module-vehicle-slider.scss */
  .vehicle-slider-background .owl-page {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #666666;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 25px;
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    filter: alpha(opacity=60); }
    /* line 172, scss/_module-vehicle-slider.scss */
    .vehicle-slider-background .owl-page.active {
      background-color: #c71444;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100); }

/* line 182, scss/_module-vehicle-slider.scss */
.vehicle-slider-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  margin-top: 9%; }
  /* line 188, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay img {
    visibility: hidden;
    width: 77%;
    margin-top: -3%; }

/* line 197, scss/_module-vehicle-slider.scss */
.x-trail .vehicle-slider-overlay img {
  margin-top: -9%; }

/* line 203, scss/_module-vehicle-slider.scss */
.vehicle-slider-overlay-close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  filter: none;
  background: none;
  background: url("/n/images/colour-close.png") 50% 50% no-repeat;
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 22px;
  font-weight: bold;
  right: 10%; }
  /* line 116, scss/_mixins.scss */
  .vehicle-slider-overlay-close:hover, .vehicle-slider-overlay-close:focus {
    filter: none;
    background-image: none;
    background-color: transparent; }
  /* line 215, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay-close:focus {
    background: url("/n/images/colour-close.png") 50% 50% no-repeat; }
  /* line 218, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay-close:hover {
    background: url("/n/images/colour-close-active.png"); }

/* line 222, scss/_module-vehicle-slider.scss */
.vehicle-slider-overlay-close-tooltip {
  display: none;
  background-color: #000000;
  position: absolute;
  padding: 6px 17px;
  height: 31px;
  top: 50%;
  left: -76px;
  margin-top: -15.5px;
  font-size: 12px; }
  /* line 235, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay-close-tooltip .arrow {
    background-image: url(/n/images/color-close-bg.png);
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -6px; }
  /* line 243, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay-close-tooltip .text {
    color: #fff;
    font-weight: bold; }
  /* line 248, scss/_module-vehicle-slider.scss */
  .vehicle-slider-overlay-close:hover .vehicle-slider-overlay-close-tooltip {
    display: block; }

/* line 255, scss/_module-vehicle-slider.scss */
.vehicle-slider-item .image-wrapper {
  width: 56%;
  float: right; }
  @media screen and (min-width: 1024px) {
    /* line 255, scss/_module-vehicle-slider.scss */
    .vehicle-slider-item .image-wrapper {
      width: auto; } }

/* line 264, scss/_module-vehicle-slider.scss */
.vehicle-slider-colours-preview {
  display: none;
  position: absolute;
  bottom: 60px;
  background-color: #fff;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    /* line 271, scss/_module-vehicle-slider.scss */
    .vehicle-slider-colours:hover .vehicle-slider-colours-preview {
      display: block; } }

/* line 278, scss/_module-vehicle-slider.scss */
.vehicle-slider-colours-preview-description {
  background-color: #000000;
  padding: 10px 5px;
  text-align: center; }
  /* line 283, scss/_module-vehicle-slider.scss */
  .vehicle-slider-colours-preview-description span {
    color: #868686;
    font-size: 12px;
    font-weight: bold; }
  /* line 288, scss/_module-vehicle-slider.scss */
  .vehicle-slider-colours-preview-description .colour-name {
    color: #fff; }
  /* line 291, scss/_module-vehicle-slider.scss */
  .vehicle-slider-colours-preview-description .uppercase {
    text-transform: uppercase; }

/* line 295, scss/_module-vehicle-slider.scss */
.vehicle-slider-colours-preview-pointer {
  background-image: url(/n/images/nissan-icons.png);
  background-position-x: 0px;
  background-position-y: 463px;
  position: absolute;
  width: 12px;
  height: 6px;
  margin-left: -6px;
  -webkit-transition: 1s left;
  -moz-transition: 1s left;
  -ms-transition: 1s left;
  -o-transition: 1s left;
  transition: 1s left; }

/* line 312, scss/_module-vehicle-slider.scss */
.vehicle-slider-colours {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 330px) {
    /* line 312, scss/_module-vehicle-slider.scss */
    .vehicle-slider-colours {
      width: 330px; } }
  @media screen and (min-width: 568px) {
    /* line 312, scss/_module-vehicle-slider.scss */
    .vehicle-slider-colours {
      width: 300px; } }

/* line 323, scss/_module-vehicle-slider.scss */
.vehicle-slider-colours-item {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  filter: none;
  background: none;
  height: 40px;
  float: left;
  vertical-align: middle; }
  /* line 116, scss/_mixins.scss */
  .vehicle-slider-colours-item:hover, .vehicle-slider-colours-item:focus {
    filter: none;
    background-image: none;
    background-color: transparent; }
  /* line 330, scss/_module-vehicle-slider.scss */
  .vehicle-slider-colours-item:hover {
    padding: 2px; }
  /* line 334, scss/_module-vehicle-slider.scss */
  .vehicle-slider-colours-item .color {
    width: 100%;
    height: 100%; }

/* line 339, scss/_module-vehicle-slider.scss */
.vehicle-slider-empty-space {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eeeeee; }
  @media screen and (min-width: 1024px) {
    /* line 339, scss/_module-vehicle-slider.scss */
    .vehicle-slider-empty-space {
      padding-top: 5px; } }

/* line 1, scss/_module-images.scss */
.img-stretch {
  width: 100%; }

/* line 5, scss/_module-blog-archive.scss */
.ba-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F2F2F2;
  padding: 8px;
  margin: 15px 0; }
  /* line 14, scss/_module-blog-archive.scss */
  .ba-heading:first-child {
    margin-top: 0; }

/* line 19, scss/_module-blog-archive.scss */
.ba-list {
  padding: 0;
  margin: 0; }

/* line 24, scss/_module-blog-archive.scss */
.ba-item {
  list-style: none;
  margin-bottom: 8px; }
  /* line 28, scss/_module-blog-archive.scss */
  .ba-item.ba-item:last-child {
    margin-bottom: 0; }
  /* line 32, scss/_module-blog-archive.scss */
  .ba-item:before, .ba-item:after {
    content: " ";
    display: table; }
  /* line 38, scss/_module-blog-archive.scss */
  .ba-item:after {
    clear: both; }
  /* line 42, scss/_module-blog-archive.scss */
  .ba-item .clearfix {
    *zoom: 1; }

/* line 47, scss/_module-blog-archive.scss */
.ba-thumb {
  display: none; }
  @media screen and (min-width: 1024px) {
    /* line 47, scss/_module-blog-archive.scss */
    .ba-thumb {
      display: block;
      margin: 0 10px 0 0;
      width: 20%;
      float: left; } }

@media screen and (min-width: 1024px) {
  /* line 58, scss/_module-blog-archive.scss */
  .ba-text-wrapper {
    width: 70%;
    float: left; } }

@media screen and (min-width: 1024px) {
  /* line 66, scss/_module-blog-archive.scss */
  .ba-link,
  .ba-pagination-link {
    font-size: 12px;
    line-height: 15px; } }

/* line 75, scss/_module-blog-archive.scss */
.ba-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  /* line 83, scss/_module-blog-archive.scss */
  .ba-link:hover .ba-text {
    text-decoration: underline;
    text-decoration-skip: ink; }

/* line 89, scss/_module-blog-archive.scss */
.ba-text,
.ba-text-date {
  display: block; }

/* line 94, scss/_module-blog-archive.scss */
.ba-link .ba-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C71444; }

/* line 99, scss/_module-blog-archive.scss */
.ba-text-date {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 11px; }
  @media screen and (min-width: 1024px) {
    /* line 99, scss/_module-blog-archive.scss */
    .ba-text-date {
      font-size: 9px; } }

/* line 109, scss/_module-blog-archive.scss */
.ba-pagination-link {
  display: inline-block;
  padding: 6px 12px 4px 12px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #C71444;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  border-radius: 3px; }
  /* line 119, scss/_module-blog-archive.scss */
  .ba-pagination-link.current {
    cursor: default;
    background-color: #C71444;
    border-color: #C71444; }
  /* line 125, scss/_module-blog-archive.scss */
  .ba-pagination-link:hover {
    background-color: #C71444;
    border-color: #C71444; }
  /* line 130, scss/_module-blog-archive.scss */
  .ba-pagination-link.current .ba-pagination-text, .ba-pagination-link:hover .ba-pagination-text {
    color: #fff; }
  /* line 135, scss/_module-blog-archive.scss */
  .ba-pagination-link .ba-pagination-text {
    text-decoration: none;
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #C71444; }

/* line 143, scss/_module-blog-archive.scss */
.ba-tag-wrapper .ba-tag-link {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #808080;
  padding: 6px 12px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 3px 5px 0;
  -webkit-transition: background-color 250ms ease-in;
  -moz-transition: background-color 250ms ease-in;
  -ms-transition: background-color 250ms ease-in;
  -o-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in; }
  /* line 153, scss/_module-blog-archive.scss */
  .ba-tag-wrapper .ba-tag-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333333; }

/* line 1, scss/_module-blog-columns.scss */
.blog-main-col-1 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    /* line 1, scss/_module-blog-columns.scss */
    .blog-main-col-1 {
      width: 70%;
      padding-right: 1.5rem; } }

/* line 10, scss/_module-blog-columns.scss */
.blog-main-col-2 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    /* line 10, scss/_module-blog-columns.scss */
    .blog-main-col-2 {
      width: 30%; } }

/* line 18, scss/_module-blog-columns.scss */
.blog-col-1 {
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 18, scss/_module-blog-columns.scss */
    .blog-col-1 {
      width: 30%;
      padding-right: 1.5rem; } }

/* line 27, scss/_module-blog-columns.scss */
.blog-col-2 {
  width: 100%;
  margin-top: 1rem; }
  @media screen and (min-width: 568px) {
    /* line 27, scss/_module-blog-columns.scss */
    .blog-col-2 {
      width: 70%;
      margin-top: 0; } }

/* line 1, scss/_module-blog-list.scss */
.blog-listing-wrapper {
  margin-bottom: 2rem;
  border-bottom: 2px solid #ebebec;
  padding-bottom: 2rem; }
  /* line 6, scss/_module-blog-list.scss */
  .blog-listing-wrapper:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

/* line 12, scss/_module-blog-list.scss */
.bl-image-link {
  display: block; }

/* line 16, scss/_module-blog-list.scss */
.bl-image-small {
  margin: 0; }

/* line 20, scss/_module-blog-list.scss */
.bl-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin: 0 0 .5rem 0; }

/* line 26, scss/_module-blog-list.scss */
.bl-heading-link {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #000; }
  /* line 31, scss/_module-blog-list.scss */
  .bl-heading-link:hover {
    text-decoration: underline;
    text-decoration-skip: ink;
    color: #000; }

/* line 38, scss/_module-blog-list.scss */
.bl-date {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin: 0; }

/* line 48, scss/_module-blog-list.scss */
.blog-listing-wrapper .bl-btn {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #C71444;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  /* line 64, scss/_module-blog-list.scss */
  .blog-listing-wrapper .bl-btn:hover {
    color: #fff;
    background: #a21037; }

/* line 71, scss/_module-blog-list.scss */
.bl-pagination-wrapper {
  width: auto;
  background: #dcddde;
  margin: 0 auto;
  padding: 4px 4px 4px 14px;
  border-radius: 10px; }

/* line 79, scss/_module-blog-list.scss */
.bl-pagination-link {
  text-decoration: none;
  display: inline-block;
  background: #a7a9ac;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }
  /* line 92, scss/_module-blog-list.scss */
  .bl-pagination-link:hover, .bl-pagination-link.current {
    background: #666;
    color: #fff; }

/* line 5, scss/_module-blog-post.scss */
.bp-image-large {
  padding-bottom: 1.5rem; }

/* line 9, scss/_module-blog-post.scss */
.bp-heading {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  margin: 0 0 .5rem 0; }

/* line 15, scss/_module-blog-post.scss */
.ph-auxiliary {
  font-size: 70%;
  text-transform: uppercase; }

/* line 20, scss/_module-blog-post.scss */
.bp-date {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 16px;
  color: #666;
  margin: 0 0 15px; }

/* line 28, scss/_module-blog-post.scss */
.byline-wrapper {
  font-size: 13px; }

/* line 32, scss/_module-blog-post.scss */
.bp-byline-author,
.bp-byline-date {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-right: 10px; }

/* line 39, scss/_module-blog-post.scss */
.bp-byline-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-right: 5px; }

/* line 45, scss/_module-blog-post.scss */
.bp-byline-tag-link {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: none;
  color: #C71444;
  margin-right: 5px; }
  /* line 52, scss/_module-blog-post.scss */
  .bp-byline-tag-link:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-skip: ink;
    cursor: pointer; }

/* line 60, scss/_module-blog-post.scss */
.bp-text-wrapper {
  margin-bottom: 1.5rem; }
  /* line 63, scss/_module-blog-post.scss */
  .bp-text-wrapper h2 {
    font-size: 18px; }
  /* line 67, scss/_module-blog-post.scss */
  .bp-text-wrapper h3, .bp-text-wrapper h4, .bp-text-wrapper h5 {
    font-size: 16px; }

/* line 1, scss/_module-buttons-special.scss */
.blog-post .bp-back-link {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 7px;
  margin: 0 0 10px 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #C71444;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  /* line 21, scss/_module-buttons-special.scss */
  .blog-post .bp-back-link:before {
    position: absolute;
    left: -10px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent #C71444 transparent transparent;
    -webkit-transition: border-color 150ms ease-in;
    -moz-transition: border-color 150ms ease-in;
    -ms-transition: border-color 150ms ease-in;
    -o-transition: border-color 150ms ease-in;
    transition: border-color 150ms ease-in; }
  /* line 33, scss/_module-buttons-special.scss */
  .blog-post .bp-back-link:hover {
    color: #fff;
    background: #810d2c; }
    /* line 37, scss/_module-buttons-special.scss */
    .blog-post .bp-back-link:hover:before {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 15px 10px 15px 0;
      border-color: transparent #810d2c transparent transparent; }

/* line 47, scss/_module-buttons-special.scss */
.pdf-link {
  display: inline-block;
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 10px;
  float: left;
  margin: 0 15px 10px 0;
  position: relative; }
  /* line 58, scss/_module-buttons-special.scss */
  .pdf-link:hover {
    border: 1px solid #666; }
  /* line 62, scss/_module-buttons-special.scss */
  .pdf-link.pdf-link-sm {
    -webkit-transition: border 150ms ease-in;
    -moz-transition: border 150ms ease-in;
    -ms-transition: border 150ms ease-in;
    -o-transition: border 150ms ease-in;
    transition: border 150ms ease-in;
    padding: 6px 6px;
    margin: 0 10px 0 0; }

/* line 71, scss/_module-buttons-special.scss */
.blog-post .pdf-link-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0; }

/* line 90, scss/_module-buttons-special.scss */
.pdf-image-sm {
  width: 38px; }

/* line 1, scss/_module-meet-team-tabs.scss */
.meet-team-wrapper {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    /* line 1, scss/_module-meet-team-tabs.scss */
    .meet-team-wrapper {
      margin: 0; } }

/* line 9, scss/_module-meet-team-tabs.scss */
.mt-tab-wrapper {
  margin-bottom: 5px; }

/* line 13, scss/_module-meet-team-tabs.scss */
.mt-tab-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 23, scss/_module-meet-team-tabs.scss */
.mt-tab-item {
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (min-width: 1024px) {
    /* line 23, scss/_module-meet-team-tabs.scss */
    .mt-tab-item {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-tab-list:before, .no-flexbox .mt-tab-list:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-tab-list:after {
  clear: both; }
/* line 44, scss/_module-meet-team-tabs.scss */
.no-flexbox .mt-tab-item {
  float: left; }

/* line 51, scss/_module-meet-team-tabs.scss */
.mt-tab-item .mt-tab-link {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #a7a9ac;
  padding: 15px;
  display: block;
  border: 1px solid transparent;
  border-bottom-color: #d1d3d4;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease-in, color 200ms ease-in, border-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in, color 200ms ease-in, border-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in, color 200ms ease-in, border-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in, color 200ms ease-in, border-color 200ms ease-in;
  transition: background-color 200ms ease-in, color 200ms ease-in, border-color 200ms ease-in; }

/* line 71, scss/_module-meet-team-tabs.scss */
.active .mt-tab-link,
.mt-tab-link:hover {
  background-color: #C71444;
  text-decoration: none;
  color: #fff;
  border-color: #b9133f;
  border-bottom-color: #a21037; }

/* line 80, scss/_module-meet-team-tabs.scss */
.active .mt-tab-link {
  cursor: default; }

/* line 3, scss/_module-meet-team-tab-content.scss */
.flexbox .mt-grid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 14, scss/_module-meet-team-tab-content.scss */
.flexbox .mt-col-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 568px) {
    /* line 14, scss/_module-meet-team-tab-content.scss */
    .flexbox .mt-col-group {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

@supports (display: grid) {
  /* line 32, scss/_module-meet-team-tab-content.scss */
  .mt-pane-wrapper .mt-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px; }

  /* line 38, scss/_module-meet-team-tab-content.scss */
  .mt-grid-wrapper .mt-grid-item {
    margin: 0;
    width: auto; }
    @media screen and (min-width: 568px) {
      /* line 38, scss/_module-meet-team-tab-content.scss */
      .mt-grid-wrapper .mt-grid-item {
        margin: 0; } } }
/* line 48, scss/_module-meet-team-tab-content.scss */
.mt-grid-item {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
  border-bottom-color: #d1d3d4;
  width: 100%; }

/* line 57, scss/_module-meet-team-tab-content.scss */
.mt-col-1 {
  width: 55%;
  max-width: 170px;
  margin-bottom: 15px; }
  @media screen and (min-width: 568px) {
    /* line 57, scss/_module-meet-team-tab-content.scss */
    .mt-col-1 {
      width: 30%;
      max-width: 100%;
      padding-right: 15px;
      margin-bottom: 0; } }

/* line 70, scss/_module-meet-team-tab-content.scss */
.mt-col-2 {
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 70, scss/_module-meet-team-tab-content.scss */
    .mt-col-2 {
      width: 70%; } }

/* line 78, scss/_module-meet-team-tab-content.scss */
.mt-text-group-1,
.mt-text-group-2 {
  margin-bottom: 5px; }

/* line 83, scss/_module-meet-team-tab-content.scss */
.mt-text-group-3 {
  margin-top: 8px; }

/* line 87, scss/_module-meet-team-tab-content.scss */
.mt-text {
  font-size: 13px;
  margin: 0; }
  /* line 91, scss/_module-meet-team-tab-content.scss */
  .mt-text.mt-text-name {
    text-transform: uppercase; }
  /* line 95, scss/_module-meet-team-tab-content.scss */
  .mt-text .mt-link-phone,
  .mt-text .mt-link-email {
    color: #C71444;
    padding: 5px 0;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      /* line 95, scss/_module-meet-team-tab-content.scss */
      .mt-text .mt-link-phone,
      .mt-text .mt-link-email {
        color: #000;
        display: inline;
        padding: 0; } }
  /* line 108, scss/_module-meet-team-tab-content.scss */
  .mt-text .mt-link-email {
    color: #C71444; }
  /* line 112, scss/_module-meet-team-tab-content.scss */
  .mt-text .weighted {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }

/* line 117, scss/_module-meet-team-tab-content.scss */
.tab-content .mt-text-link-toggle {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #C71444;
  padding: 3px 8px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  /* line 127, scss/_module-meet-team-tab-content.scss */
  .tab-content .mt-text-link-toggle:hover {
    background-color: #a71139;
    text-decoration: none; }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-grid-wrapper:before, .no-flexbox .mt-grid-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-grid-wrapper:after {
  clear: both; }
/* line 139, scss/_module-meet-team-tab-content.scss */
.no-flexbox .mt-grid-item {
  float: left; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .mt-grid-item:before, .no-flexbox .mt-grid-item:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .mt-grid-item:after {
    clear: both; }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-col-group:before, .no-flexbox .mt-col-group:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .mt-col-group:after {
  clear: both; }
/* line 148, scss/_module-meet-team-tab-content.scss */
.no-flexbox .mt-col-1 {
  float: left;
  width: 33%;
  padding-right: 15px; }
/* line 154, scss/_module-meet-team-tab-content.scss */
.no-flexbox .mt-col-2 {
  float: left;
  width: 66%; }

/* line 1, scss/_module-meet-team-inside-pages.scss */
.meet-team-wrapper.mt-inside-pages {
  margin-bottom: 20px; }
  /* line 5, scss/_module-meet-team-inside-pages.scss */
  .meet-team-wrapper.mt-inside-pages .mt-grid-item {
    width: 100%;
    margin-bottom: 15px; }
    /* line 9, scss/_module-meet-team-inside-pages.scss */
    .meet-team-wrapper.mt-inside-pages .mt-grid-item:last-child {
      margin-bottom: 0; }
  /* line 14, scss/_module-meet-team-inside-pages.scss */
  .meet-team-wrapper.mt-inside-pages .mt-col-1 {
    width: 55%;
    max-width: 108px; }
    @media screen and (min-width: 568px) {
      /* line 14, scss/_module-meet-team-inside-pages.scss */
      .meet-team-wrapper.mt-inside-pages .mt-col-1 {
        width: 21%;
        margin: 0; } }
  /* line 24, scss/_module-meet-team-inside-pages.scss */
  .meet-team-wrapper.mt-inside-pages .mt-col-2 {
    width: 100%; }
    @media screen and (min-width: 568px) {
      /* line 24, scss/_module-meet-team-inside-pages.scss */
      .meet-team-wrapper.mt-inside-pages .mt-col-2 {
        width: 79%; } }
  /* line 32, scss/_module-meet-team-inside-pages.scss */
  .meet-team-wrapper.mt-inside-pages .mt-text-group-1,
  .meet-team-wrapper.mt-inside-pages .mt-text-group-2,
  .meet-team-wrapper.mt-inside-pages .mt-text {
    margin: 0; }

/* line 1, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

/* line 8, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%; }

/* line 13, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canary {
  background-color: #fa8072; }

/* line 17, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 28, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* line 35, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y; }

/* line 40, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom; }

/* line 45, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none; }

/* line 50, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2; }

/* line 54, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0; }

/* line 55, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0; }

/* line 56, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0; }

/* line 57, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0; }

/* line 59, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto; }

/* line 60, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left; }

/* line 61, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right; }

/* line 62, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left; }

/* line 63, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right; }

/* line 65, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-group {
  border-radius: 4px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff; }

/* line 74, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer; }

/* line 86, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd; }

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
/* line 91, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 96, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 100, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 107, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon {
  padding: 5px; }

/* line 111, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E"); }

/* line 115, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E"); }

/* line 119, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

/* line 123, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

/* line 127, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

/* line 131, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

/* line 135, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E"); }

/* line 139, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E"); }

/* line 143, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear; }

@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 176, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E"); }

/* line 180, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E"); }

/* line 184, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block; }

/* line 193, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E"); }

/* line 203, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E"); }

/* line 209, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0; }

@media screen {
  /* line 216, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 10px 10px;
    position: relative;
    padding-right: 24px;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
    visibility: hidden; }

  /* line 227, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    visibility: visible; }

  /* line 231, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    visibility: visible;
    border-radius: 12px; } }
/* line 247, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

/* line 252, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline; }

/* stylelint-disable-next-line selector-class-pattern */
/* line 258, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px; }

/* line 263, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-attrib-empty {
  display: none; }

/* line 267, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box; }

/* line 278, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none; }

/* line 288, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column; }

/* line 295, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 302, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row; }

/* line 307, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 312, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1; }

/* line 319, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff; }

/* line 326, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff; }

/* line 334, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff; }

/* line 342, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff; }

/* line 349, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff; }

/* line 357, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff; }

/* line 365, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff; }

/* line 372, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff; }

/* line 379, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent; }

/* line 389, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 393, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto; }

/* line 402, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0; }

/* line 406, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0; }

/* line 410, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0; }

/* line 414, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0; }

/* line 418, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }

/* line 425, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }

/* line 433, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite; }

/* line 446, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box; }

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1; }
  70% {
    -ms-transform: scale(3);
    opacity: 0; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  70% {
    transform: scale(3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }
/* line 476, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-user-location-dot-stale {
  background-color: #aaa; }

/* line 480, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-user-location-dot-stale::after {
  display: none; }

/* line 484, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair; }

/* line 490, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5; }

@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  /* line 503, ../../../ssl/include/mapbox/scss/_module-mapbox-template.scss */
  .mapbox-improve-map {
    display: none; } }
/* line 7, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.mapboxgl-marker {
  background-image: url("/n/images/map-marker.png");
  background-size: contain;
  width: 35px;
  height: 51px;
  top: -25.5px;
  cursor: pointer; }

/* line 14, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.address-box-wrapper .collapse {
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden; }

/* line 22, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.address-box-wrapper .collapse.in,
.address-box-wrapper .collapsing {
  visibility: visible;
  height: auto;
  overflow: hidden; }

/* line 30, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.mapboxgl-popup {
  min-width: 200px;
  padding: 6px; }
  /* line 34, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
  .mapboxgl-popup .map-info-name {
    margin-bottom: 4px;
    color: #000; }
  /* line 39, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
  .mapboxgl-popup .mapboxgl-popup-tip {
    position: relative;
    top: -12px; }

/* line 45, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.mapboxgl-popup-content {
  line-height: 16px;
  padding: 8px;
  top: -12px;
  box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.3); }

/* line 52, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.mapbox-wrapper {
  position: relative; }

/* line 56, ../../../ssl/include/mapbox/scss/_module-mapbox.scss */
.mapbox-view-all-button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 2px; }

/* Mobile Primary Nav */
/* line 4, scss/_module-nav-mobile.scss */
.nav-mobile {
  height: 50px;
  background-color: #000000; }
  @media screen and (min-width: 768px) {
    /* line 4, scss/_module-nav-mobile.scss */
    .nav-mobile {
      display: none; } }
  /* line 10, scss/_module-nav-mobile.scss */
  .nav-mobile a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px; }

/* line 18, scss/_module-nav-mobile.scss */
#mobile-tool-btn,
#mobile-primary-nav-btn {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  text-decoration: none;
  text-indent: -17px;
  color: #000000;
  width: 80px;
  padding: 4px 3px 3px 3px;
  margin: 8px auto;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
  background: #808080 url("/n/images/icons_all_general_2014.png") 14px -6988px no-repeat; }
  /* line 34, scss/_module-nav-mobile.scss */
  #mobile-tool-btn:hover,
  #mobile-primary-nav-btn:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer; }

/* line 41, scss/_module-nav-mobile.scss */
#mobile-tool-btn.collapsed,
#mobile-primary-nav-btn.collapsed {
  background: #808080 url("/n/images/icons_all_general_2014.png") 14px -7088px no-repeat; }

/* line 46, scss/_module-nav-mobile.scss */
.mobile-home-btn {
  background: url("/n/images/icons_all_general_2014.png") 50% 9px no-repeat;
  text-indent: -10000px; }

/* line 51, scss/_module-nav-mobile.scss */
.mobile-phone-btn {
  background: url("/n/images/icons_all_general_2014.png") 50% -94px no-repeat;
  text-indent: -10000px; }

/* line 56, scss/_module-nav-mobile.scss */
.home a#mobile-tool-btn {
  display: none; }

@media screen and (min-width: 768px) {
  /* line 62, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper {
    display: none; } }
/* line 68, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-default > .panel-heading {
  color: #E5E5E5;
  background-color: #333333;
  border-bottom: 1px solid #4D4D4D; }
  /* line 73, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-default > .panel-heading a:hover,
  .nav-primary-mobile-wrapper .panel-default > .panel-heading a:focus {
    color: #E5E5E5; }
/* line 81, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-title a {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  border-bottom: none;
  display: block;
  padding: 13px 10px; }
  /* line 87, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-title a:hover {
    border-bottom: none;
    text-decoration: none; }
  /* line 92, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-title a span {
    background: url("/n/images/icons_all_general_2014.png") no-repeat;
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 24%;
    background-position: 50% -6794px; }
  /* line 103, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-title a.collapsed span {
    background-position: 50% -6893px; }
  /* line 107, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-title a.single span {
    background: none; }
/* line 114, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-body a {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #4D4D4D;
  border-bottom: 1px solid #666666;
  border-top: transparent;
  display: block;
  padding: 7px 10px; }
/* line 127, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper.panel-group {
  margin-bottom: 0; }
/* line 131, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-title {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
/* line 137, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-collapse {
  border: 0; }
/* line 143, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-body.vehicles a {
  background-color: transparent;
  border: none;
  padding: 0; }
/* line 149, scss/_module-nav-mobile.scss */
.nav-primary-mobile-wrapper .panel-body .model_image {
  display: block;
  padding-bottom: 10px;
  text-decoration: none; }
  /* line 153, scss/_module-nav-mobile.scss */
  .nav-primary-mobile-wrapper .panel-body .model_image h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #343434;
    text-align: center;
    margin-bottom: 0.40em; }

/*
Primary Navigation
*/
/* line 5, scss/_module-nav-primary.scss */
.flexbox .header .nav-primary ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 24, scss/_module-nav-primary.scss */
.header .nav-primary {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 24, scss/_module-nav-primary.scss */
    .header .nav-primary {
      display: block;
      width: auto;
      padding: 0;
      border: none;
      z-index: 10; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    /* line 24, scss/_module-nav-primary.scss */
    .header .nav-primary {
      float: right; } }

  /* line 39, scss/_module-nav-primary.scss */
  .header .nav-primary ul {
    height: auto;
    float: right;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      /* line 39, scss/_module-nav-primary.scss */
      .header .nav-primary ul {
        margin-top: 0;
        width: auto; } }
    /* line 52, scss/_module-nav-primary.scss */
    .header .nav-primary ul > li {
      padding-bottom: 14px;
      float: left;
      position: relative;
      cursor: pointer; }
      /* line 58, scss/_module-nav-primary.scss */
      .header .nav-primary ul > li:hover a {
        color: #C71444; }
      /* line 62, scss/_module-nav-primary.scss */
      .header .nav-primary ul > li.vehicle-main-nav {
        position: static; }

@media screen and (min-width: 640px) {
  /* line 69, scss/_module-nav-primary.scss */
  .martinsgaragenissan .header .nav-primary ul > li > a,
  .ferntreegullynissan .header .nav-primary ul > li > a,
  .lakesidenissan .header .nav-primary ul > li > a,
  .villagenissanpetrie .header .nav-primary ul > li > a,
  .villagenissanredcliffe .header .nav-primary ul > li > a {
    font-size: 9px; } }
@media screen and (min-width: 768px) {
  /* line 69, scss/_module-nav-primary.scss */
  .martinsgaragenissan .header .nav-primary ul > li > a,
  .ferntreegullynissan .header .nav-primary ul > li > a,
  .lakesidenissan .header .nav-primary ul > li > a,
  .villagenissanpetrie .header .nav-primary ul > li > a,
  .villagenissanredcliffe .header .nav-primary ul > li > a {
    font-size: 9px; } }
@media screen and (min-width: 1024px) {
  /* line 69, scss/_module-nav-primary.scss */
  .martinsgaragenissan .header .nav-primary ul > li > a,
  .ferntreegullynissan .header .nav-primary ul > li > a,
  .lakesidenissan .header .nav-primary ul > li > a,
  .villagenissanpetrie .header .nav-primary ul > li > a,
  .villagenissanredcliffe .header .nav-primary ul > li > a {
    font-size: 12px !important; } }
@media screen and (min-width: 880px) {
  /* line 69, scss/_module-nav-primary.scss */
  .martinsgaragenissan .header .nav-primary ul > li > a,
  .ferntreegullynissan .header .nav-primary ul > li > a,
  .lakesidenissan .header .nav-primary ul > li > a,
  .villagenissanpetrie .header .nav-primary ul > li > a,
  .villagenissanredcliffe .header .nav-primary ul > li > a {
    font-size: 10px; } }

/* line 89, scss/_module-nav-primary.scss */
.header .nav-primary ul > li > a {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  border-right: 2px solid #b2b2b2; }
  @media screen and (min-width: 768px) {
    /* line 89, scss/_module-nav-primary.scss */
    .header .nav-primary ul > li > a {
      font-size: 11px;
      padding: 0 4px; } }
  @media screen and (min-width: 880px) {
    /* line 89, scss/_module-nav-primary.scss */
    .header .nav-primary ul > li > a {
      padding: 0 8px; } }
  @media screen and (min-width: 1024px) {
    /* line 89, scss/_module-nav-primary.scss */
    .header .nav-primary ul > li > a {
      font-size: 12px;
      padding: 0 10px; } }
  /* line 111, scss/_module-nav-primary.scss */
  .header .nav-primary ul > li > a.current {
    color: #C71444; }

/* line 116, scss/_module-nav-primary.scss */
.header .nav-primary ul > .last > a {
  padding-right: 0;
  border-right: none; }

/* line 121, scss/_module-nav-primary.scss */
.header .nav-primary ul > li > a.current:after,
.header .nav-primary ul > li:hover > a:after {
  content: "";
  background-color: #fff; }

/* line 127, scss/_module-nav-primary.scss */
.header .nav-primary ul > li > a.current:after,
.header .nav-primary ul > li > a:after,
.header .nav-primary ul > li:hover > a:after {
  right: 15px;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 15px; }

/* line 137, scss/_module-nav-primary.scss */
.header .nav-primary ul > .last > a.current:after,
.header .nav-primary ul > .last > a:after,
.header .nav-primary ul > .last:hover > a:after {
  right: 0; }

/* line 144, scss/_module-nav-primary.scss */
.pipe {
  font-size: 12px;
  line-height: 21px;
  width: 0;
  display: block;
  color: #c1c1c1; }
  @media screen and (min-width: 1024px) {
    /* line 144, scss/_module-nav-primary.scss */
    .pipe {
      font-size: 15px;
      line-height: 18px;
      width: 4px; } }

/* line 1, scss/_module-nav-secondary.scss */
.rgba.boxshadow .header .nav-primary .nav-secondary ol {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border: none; }

/* line 8, scss/_module-nav-secondary.scss */
.csstransitions .header .nav-primary .nav-secondary {
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in; }

/* line 12, scss/_module-nav-secondary.scss */
.csstransitions .header .nav-primary .nav-secondary ol > li {
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in; }

/* line 16, scss/_module-nav-secondary.scss */
.csstransitions .header .nav-primary .nav-secondary > li > a {
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in; }

/* line 20, scss/_module-nav-secondary.scss */
.header .nav-primary ul li:hover .nav-secondary {
  opacity: 1;
  visibility: visible; }

/* line 25, scss/_module-nav-secondary.scss */
.header .nav-primary .nav-u-7 .nav-secondary {
  left: -50px; }

/* line 29, scss/_module-nav-secondary.scss */
.header .nav-primary .nav-u-8 .nav-secondary {
  left: -80px; }

/* line 33, scss/_module-nav-secondary.scss */
.header .nav-primary .nav-u-9 .nav-secondary {
  left: auto;
  right: 0; }

/* line 38, scss/_module-nav-secondary.scss */
.header .nav-primary .nav-secondary {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 0;
  width: 200px;
  height: auto;
  z-index: 1;
  background-color: #fff;
  top: 26px;
  left: 0; }
  /* line 50, scss/_module-nav-secondary.scss */
  .header .nav-primary .nav-secondary ol {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #d1d3d4; }
    /* line 58, scss/_module-nav-secondary.scss */
    .header .nav-primary .nav-secondary ol li:last-child {
      margin-bottom: 6px; }
    /* line 62, scss/_module-nav-secondary.scss */
    .header .nav-primary .nav-secondary ol li:hover {
      background-color: #F2F2F2;
      cursor: pointer; }
    /* line 67, scss/_module-nav-secondary.scss */
    .header .nav-primary .nav-secondary ol li > a {
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 11px;
      color: #808080;
      text-transform: uppercase;
      text-decoration: none;
      width: 190px;
      display: block;
      line-height: 15px;
      padding: 5px 10px; }
      /* line 78, scss/_module-nav-secondary.scss */
      .header .nav-primary .nav-secondary ol li > a:hover {
        color: #C71444;
        text-decoration: none; }

/* Ticket #20077 */
/* line 88, scss/_module-nav-secondary.scss */
.grandnissan .header .nav-primary .nav-u-3 .nav-secondary ol li:first-child {
  display: none; }

/* Vehicle Sub menu */
/* line 2, scss/_module-nav-vehicles.scss */
.rgba.boxshadow .header .nav-primary .vehicle-main-nav .nav-secondary {
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
  border-bottom: none; }
  @media screen and (min-width: 768px) {
    /* line 2, scss/_module-nav-vehicles.scss */
    .rgba.boxshadow .header .nav-primary .vehicle-main-nav .nav-secondary {
      min-height: 360px; } }
  @media screen and (min-width: 1280px) {
    /* line 2, scss/_module-nav-vehicles.scss */
    .rgba.boxshadow .header .nav-primary .vehicle-main-nav .nav-secondary {
      min-height: 400px; } }

/* line 16, scss/_module-nav-vehicles.scss */
.rgba.boxshadow .header .nav-primary .vehicle-main-nav .nav-secondary ol {
  box-shadow: none;
  border: none; }

/* line 21, scss/_module-nav-vehicles.scss */
.csstransitions .header .nav-primary .vehicle-main-nav .nav-secondary li {
  -webkit-transition: background 100ms ease-in;
  -moz-transition: background 100ms ease-in;
  -ms-transition: background 100ms ease-in;
  -o-transition: background 100ms ease-in;
  transition: background 100ms ease-in; }

/* line 25, scss/_module-nav-vehicles.scss */
.csstransitions .header .nav-primary ul li .nav-secondary li.hover .nav-tertiary,
.csstransitions .header .nav-primary ul li .nav-secondary li:hover .nav-tertiary {
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in; }

/* line 32, scss/_module-nav-vehicles.scss */
.header .nav-primary .vehicle-main-nav li {
  position: static; }
/* line 36, scss/_module-nav-vehicles.scss */
.header .nav-primary .vehicle-main-nav .nav-secondary {
  width: 100%;
  background-color: #ededed;
  top: auto;
  right: 0;
  border-bottom: 1px solid #b2b2b2; }
  @media screen and (min-width: 1280px) {
    /* line 36, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary {
      top: 97px; } }
  /* line 47, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary li {
    padding: 0; }
    /* line 50, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary li:hover {
      background-color: transparent; }
    /* line 54, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary li.vehicle-model a.vehicle-name {
      font-size: 12px;
      color: #666666;
      position: relative;
      left: 12%; }
      /* line 60, scss/_module-nav-vehicles.scss */
      .header .nav-primary .vehicle-main-nav .nav-secondary li.vehicle-model a.vehicle-name:hover {
        color: #C71444; }
  /* line 66, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .nav-vehicle-list {
    margin: 20px 21px 40px;
    padding: 0;
    box-shadow: none;
    width: 700px;
    float: right; }
    @media screen and (min-width: 1024px) {
      /* line 66, scss/_module-nav-vehicles.scss */
      .header .nav-primary .vehicle-main-nav .nav-secondary .nav-vehicle-list {
        margin: 20px 60px 64px;
        width: 820px; } }
  /* line 81, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links:hover {
    background: transparent; }
    /* line 84, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links:hover a {
      color: #fff;
      background: #de164c;
      -webkit-transition: background-color 250ms ease-in;
      -moz-transition: background-color 250ms ease-in;
      -ms-transition: background-color 250ms ease-in;
      -o-transition: background-color 250ms ease-in;
      transition: background-color 250ms ease-in;
      text-decoration: none; }
  /* line 92, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links a,
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links button {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    text-align: left;
    display: block;
    padding: 0 20px;
    margin: 0 2px 2px 0;
    position: relative;
    background-color: #C71444;
    width: 99%;
    outline: 0; }
    /* line 107, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links a:hover,
    .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links button:hover {
      text-decoration: none;
      background: #a71139; }
    /* line 112, scss/_module-nav-vehicles.scss */
    .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links a span,
    .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links button span {
      top: 0;
      right: 0;
      position: absolute;
      display: block;
      background: url("/n/images/icons_all_general_2014.png") no-repeat -44px -7189px; }
  /* line 121, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links.ql-u-1 > a {
    background-position: -32px -782px; }
  /* line 125, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links.ql-u-2 > a {
    background-position: -32px -382px; }
  /* line 129, scss/_module-nav-vehicles.scss */
  .header .nav-primary .vehicle-main-nav .nav-secondary .menu-quick-links.ql-u-3 > a {
    background-position: -32px -482px; }

/* line 138, scss/_module-nav-vehicles.scss */
.header .nav-primary .vehicle-main-nav:hover .nav-tertiary.bg-support {
  opacity: 1;
  visibility: visible; }

/* line 144, scss/_module-nav-vehicles.scss */
.vehicle-secondary-bg {
  position: absolute;
  width: 100%;
  background-color: #ededed;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border-bottom: 1px solid #ddd;
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in; }

/* 3rd level navigation (vehicle detail slide out) */
/* line 156, scss/_module-nav-vehicles.scss */
.header .nav-tertiary {
  position: absolute;
  width: 66%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  height: 100%; }
  /* line 168, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary h2 {
    text-transform: uppercase; }
  /* line 173, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .details h3 {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    color: #404040;
    text-transform: uppercase;
    margin: 0; }
  /* line 182, scss/_module-nav-vehicles.scss */
  .csstransitions .header .nav-tertiary .model_image h5 {
    -webkit-transition: color 100ms ease-in;
    -moz-transition: color 100ms ease-in;
    -ms-transition: color 100ms ease-in;
    -o-transition: color 100ms ease-in;
    transition: color 100ms ease-in; }
  /* line 187, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .model_image img {
    display: initial; }
  /* line 191, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .model_image h5 {
    color: #000000; }
  /* line 195, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .model_image:hover h5 {
    color: #C71444; }
  /* line 200, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .model_links {
    margin-top: 15px; }
    /* line 203, scss/_module-nav-vehicles.scss */
    .header .nav-tertiary .model_links a {
      background-color: #C71444;
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      padding: 12px 20px;
      margin: 0 3px 2px 0;
      -webkit-transition: background 250ms ease-in;
      -moz-transition: background 250ms ease-in;
      -ms-transition: background 250ms ease-in;
      -o-transition: background 250ms ease-in;
      transition: background 250ms ease-in; }
      /* line 214, scss/_module-nav-vehicles.scss */
      .header .nav-tertiary .model_links a:hover {
        background-color: #990f34; }
  /* line 220, scss/_module-nav-vehicles.scss */
  .header .nav-tertiary .quick-links {
    width: 100%; }
    /* line 223, scss/_module-nav-vehicles.scss */
    .header .nav-tertiary .quick-links .menu-quick-links:focus {
      outline: none; }

/* line 229, scss/_module-nav-vehicles.scss */
.header .nav-tertiary .model_image {
  display: block;
  margin: 0 auto;
  padding: 0; }

/* line 230, scss/_module-nav-vehicles.scss */
.header .nav-tertiary .model_links {
  display: block; }

/* line 231, scss/_module-nav-vehicles.scss */
.header .nav-tertiary .model_links a {
  display: block; }

/* line 232, scss/_module-nav-vehicles.scss */
.header .nav-tertiary h2 {
  margin-top: 20px; }

/* line 234, scss/_module-nav-vehicles.scss */
.header .nav-primary .vehicle-main-nav .nav-secondary li.hover .nav-tertiary,
.header .nav-primary .vehicle-main-nav .nav-secondary li:hover .nav-tertiary {
  visibility: visible;
  opacity: 1; }

/* Footer Menu */
/* line 3, scss/_module-nav-footer.scss */
.footer .nav-primary {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 3, scss/_module-nav-footer.scss */
    .footer .nav-primary {
      display: block;
      height: auto; } }

/* line 13, scss/_module-nav-footer.scss */
.footer .nav-primary .nav-u-1,
.footer .nav-primary .nav-u-2,
.footer .nav-primary .nav-u-3 {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 13, scss/_module-nav-footer.scss */
    .footer .nav-primary .nav-u-1,
    .footer .nav-primary .nav-u-2,
    .footer .nav-primary .nav-u-3 {
      display: inline-block;
      *display: inline;
      zoom: 1; } }

/* line 25, scss/_module-nav-footer.scss */
.footer h4 {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  color: #4c4c4c; }

/* line 32, scss/_module-nav-footer.scss */
.csscolumns .footer .nav-secondary.vehicles {
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -webkit-column-rule-width: 0px;
  -webkit-column-rule-style: none;
  -webkit-column-rule-color: #fff;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-rule-width: 0px;
  -moz-column-rule-style: none;
  -moz-column-rule-color: #fff;
  column-count: 2;
  column-gap: 0;
  column-rule-width: 0px;
  column-rule-style: none;
  column-rule-color: #fff; }

/* line 51, scss/_module-nav-footer.scss */
.no-csscolumns .footer .nav-secondary.vehicles li {
  width: 50%;
  float: left; }

/* line 57, scss/_module-nav-footer.scss */
.footer .nav-secondary {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
  padding-left: 0; }
  /* line 64, scss/_module-nav-footer.scss */
  .footer .nav-secondary.vehicles li a {
    text-transform: uppercase; }
  /* line 69, scss/_module-nav-footer.scss */
  .footer .nav-secondary > li {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    line-height: 18px;
    color: #4c4c4c; }
    /* line 75, scss/_module-nav-footer.scss */
    .footer .nav-secondary > li > a {
      display: block;
      color: #4c4c4c;
      border-bottom: none; }
      /* line 80, scss/_module-nav-footer.scss */
      .footer .nav-secondary > li > a:hover, .footer .nav-secondary > li > a:focus {
        text-decoration: none;
        color: #C71444;
        border-bottom: none; }
      /* line 87, scss/_module-nav-footer.scss */
      .footer .nav-secondary > li > a > img {
        max-width: none; }

/* line 94, scss/_module-nav-footer.scss */
.nav-links .current > a,
.nav-links .current > a:hover,
.nav-links .current > a:focus {
  color: #C71444;
  background-color: #000000;
  border-radius: 3px;
  display: block;
  width: 100px;
  padding-left: 8px; }

/* Aside nav-secondary styles*/
/* line 3, scss/_module-nav-aside.scss */
.csstransitions aside .nav-secondary li > a:hover {
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in; }

/* line 7, scss/_module-nav-aside.scss */
aside .nav-secondary {
  background-color: transparent; }
  /* line 10, scss/_module-nav-aside.scss */
  aside .nav-secondary ul {
    padding: 8px 0 0 0;
    margin: 0px; }
  /* line 15, scss/_module-nav-aside.scss */
  aside .nav-secondary li {
    border-bottom: 1px dotted #c1c1c1; }
    /* line 18, scss/_module-nav-aside.scss */
    aside .nav-secondary li.first {
      border-top: 1px dotted #c1c1c1; }
    /* line 22, scss/_module-nav-aside.scss */
    aside .nav-secondary li.current > a {
      color: #C71444; }
    /* line 26, scss/_module-nav-aside.scss */
    aside .nav-secondary li > a {
      font-family: akzidenz-grotesk_bold, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      color: #666666;
      position: relative;
      padding: 11px 10px;
      display: block; }
      /* line 36, scss/_module-nav-aside.scss */
      aside .nav-secondary li > a:hover {
        color: #C71444; }
        /* line 39, scss/_module-nav-aside.scss */
        aside .nav-secondary li > a:hover .nav-aside-icon {
          background-position: -20px -13284px; }
    /* line 45, scss/_module-nav-aside.scss */
    aside .nav-secondary li .icomoon {
      position: absolute;
      right: 10px;
      font-weight: 900;
      font-size: 12px; }
    /* line 52, scss/_module-nav-aside.scss */
    aside .nav-secondary li .nav-aside-icon {
      background: url("/n/images/icons_all_general_2014.png") -20px -13484px;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0; }

/* line 64, scss/_module-nav-aside.scss */
.aside-first {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 64, scss/_module-nav-aside.scss */
    .aside-first {
      display: inline-block; } }

/* line 72, scss/_module-nav-aside.scss */
.aside-last {
  padding-top: 2em;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    /* line 77, scss/_module-nav-aside.scss */
    .aside-last.box-mid-multi, .aside-last.box-last-multi {
      padding-top: 2em; } }
  @media screen and (min-width: 1024px) {
    /* line 85, scss/_module-nav-aside.scss */
    .aside-last.box-mid-multi, .aside-last.box-last-multi {
      padding-top: 0;
      padding-left: 1em; } }

/* Vehicle Quick Search Form */
/* line 2, scss/_module-quicksearch.scss */
.qs-submit {
  padding: 0.75em; }

/* line 6, scss/_module-quicksearch.scss */
.quicksearch {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #dcddde; }
  /* line 11, scss/_module-quicksearch.scss */
  .quicksearch h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
  /* line 18, scss/_module-quicksearch.scss */
  .quicksearch input[type="text"],
  .quicksearch input[type="tel"],
  .quicksearch input[type="email"],
  .quicksearch input[type="submit"],
  .quicksearch input[type="reset"],
  .quicksearch select {
    width: 100%; }
    /* line 26, scss/_module-quicksearch.scss */
    .lt-ie9 .quicksearch input[type="text"], .lt-ie9
    .quicksearch input[type="tel"], .lt-ie9
    .quicksearch input[type="email"], .lt-ie9
    .quicksearch input[type="submit"], .lt-ie9
    .quicksearch input[type="reset"], .lt-ie9
    .quicksearch select {
      width: 145px !important;
      max-width: 145px !important; }
  /* line 32, scss/_module-quicksearch.scss */
  .quicksearch .qs-heading {
    background-color: #C71444;
    padding: 0.5em;
    border-radius: 3px 3px 0 0; }
    @media screen and (min-width: 768px) {
      /* line 32, scss/_module-quicksearch.scss */
      .quicksearch .qs-heading {
        padding: 0.75em; } }
  /* line 41, scss/_module-quicksearch.scss */
  .quicksearch .qs-type {
    background-color: #E5E5E5; }
  /* line 45, scss/_module-quicksearch.scss */
  .quicksearch .qs-submit {
    padding-top: 1em; }

/* .squaredThree */
/* line 51, scss/_module-quicksearch.scss */
.squaredThree {
  width: 20px;
  position: relative;
  margin-left: 10px; }
  /* line 56, scss/_module-quicksearch.scss */
  .squaredThree .ie-label {
    display: none; }
    /* line 58, scss/_module-quicksearch.scss */
    .lt-ie9 .squaredThree .ie-label {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 5px;
      left: 17px; }
  /* line 67, scss/_module-quicksearch.scss */
  .squaredThree label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    /*&:hover::after {
    	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    	opacity: 0.3;
    }*/ }
    /* line 79, scss/_module-quicksearch.scss */
    .lt-ie9 .squaredThree label {
      display: none;
      visibility: hidden;
      opacity: 0; }
    /* line 85, scss/_module-quicksearch.scss */
    .squaredThree label span {
      margin-left: 20px;
      margin-top: -2px;
      display: block; }
    /* line 91, scss/_module-quicksearch.scss */
    .squaredThree label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 3px;
      border: 3px solid #C71444;
      border-top: none;
      border-right: none;
      background: transparent;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      /* line 105, scss/_module-quicksearch.scss */
      .lt-ie9 .squaredThree label:after {
        filter: initial; }
  /* line 116, scss/_module-quicksearch.scss */
  .squaredThree input[type=checkbox] {
    visibility: hidden;
    height: 23px; }
    @media screen and (min-width: 768px) {
      /* line 116, scss/_module-quicksearch.scss */
      .squaredThree input[type=checkbox] {
        height: 28px; } }
    /* line 124, scss/_module-quicksearch.scss */
    .lt-ie9 .squaredThree input[type=checkbox] {
      visibility: visible; }
    /* line 128, scss/_module-quicksearch.scss */
    .squaredThree input[type=checkbox]:checked + label:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      /* line 131, scss/_module-quicksearch.scss */
      .lt-ie9 .squaredThree input[type=checkbox]:checked + label:after {
        filter: initial; }

/* end .squaredThree */
/* Budget Search Styles */
/* line 2, scss/_module-budgetsearch.scss */
.budgetsearch {
  background-color: #f7f7f7;
  margin-top: 14px;
  border-radius: 3px;
  border: 1px solid #dcddde; }
  /* line 8, scss/_module-budgetsearch.scss */
  .budgetsearch h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
  /* line 15, scss/_module-budgetsearch.scss */
  .budgetsearch .bs-heading {
    background-color: #C71444;
    border-radius: 3px 3px 0 0;
    padding: 0.5em;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      /* line 15, scss/_module-budgetsearch.scss */
      .budgetsearch .bs-heading {
        padding: 0.75em; } }
  /* line 25, scss/_module-budgetsearch.scss */
  .budgetsearch input[type="submit"] {
    width: 100%; }
  /* line 29, scss/_module-budgetsearch.scss */
  .budgetsearch .slider-u-label-left {
    margin: 0;
    line-height: 30px; }
  /* line 34, scss/_module-budgetsearch.scss */
  .budgetsearch .budget-amount {
    width: 50px;
    font-size: 18px;
    color: #810d2c; }
  /* line 41, scss/_module-budgetsearch.scss */
  .budgetsearch .terms {
    background-color: #fff; }
  /* line 45, scss/_module-budgetsearch.scss */
  .budgetsearch .terms-budget {
    font-size: 12px; }

/* line 1, scss/_module-home-quicksearch.scss */
.qs-wrapper-outer {
  background-color: #E5E5E5; }
  /* line 4, scss/_module-home-quicksearch.scss */
  .qs-wrapper-outer .tab-content {
    background: #fff; }
  @media screen and (min-width: 768px) {
    /* line 8, scss/_module-home-quicksearch.scss */
    .qs-wrapper-outer .qs-type {
      margin-top: 27px; } }
  /* line 14, scss/_module-home-quicksearch.scss */
  .qs-wrapper-outer .qs-dealer-location {
    margin-top: 17px; }
    @media screen and (min-width: 768px) {
      /* line 14, scss/_module-home-quicksearch.scss */
      .qs-wrapper-outer .qs-dealer-location {
        margin-left: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 22, scss/_module-home-quicksearch.scss */
    .qs-wrapper-outer .qs-make,
    .qs-wrapper-outer .qs-year {
      margin-top: 12px; } }

/* line 31, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .qs-tab-list {
  background-color: #ccc;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0; }
/* line 39, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .qs-tab {
  list-style: none;
  float: none;
  width: 100%;
  background: #bfbfbf; }
  @media screen and (min-width: 530px) {
    /* line 39, scss/_module-home-quicksearch.scss */
    .qs-wrapper-inner .qs-tab {
      width: 250px;
      float: left; } }
  /* line 50, scss/_module-home-quicksearch.scss */
  .qs-wrapper-inner .qs-tab.active {
    background: #C71444; }
  /* line 54, scss/_module-home-quicksearch.scss */
  .qs-wrapper-inner .qs-tab a {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: left;
    padding-left: 70px;
    text-decoration: none; }
    /* line 62, scss/_module-home-quicksearch.scss */
    .qs-wrapper-inner .qs-tab a:hover {
      text-decoration: none; }
/* line 68, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .qs-search-icon {
  background-position: 0 -896px; }
/* line 72, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .qs-budget-icon {
  background-position: 0 -4494px; }
/* line 76, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .qs-tab-text {
  text-transform: uppercase;
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
/* line 81, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner label,
.qs-wrapper-inner span,
.qs-wrapper-inner input[type="text"],
.qs-wrapper-inner select,
.qs-wrapper-inner textarea,
.qs-wrapper-inner p {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
/* line 90, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner input[type="text"] {
  width: 100%; }
/* line 94, scss/_module-home-quicksearch.scss */
.qs-wrapper-inner .budgetPeriod {
  margin-left: 5px;
  width: auto; }

/* .squaredThree */
/* line 101, scss/_module-home-quicksearch.scss */
.squaredThree {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 20px;
  position: relative;
  margin-left: 10px;
  color: #000; }
  /* line 108, scss/_module-home-quicksearch.scss */
  .squaredThree .ie-label {
    display: none; }
    /* line 111, scss/_module-home-quicksearch.scss */
    .lt-ie9 .squaredThree .ie-label {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 5px;
      left: 17px; }
  /* line 120, scss/_module-home-quicksearch.scss */
  .squaredThree label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    /*&:hover::after {
    	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    	opacity: 0.3;
    }*/ }
    /* line 132, scss/_module-home-quicksearch.scss */
    .lt-ie9 .squaredThree label {
      display: none;
      visibility: hidden;
      opacity: 0; }
    /* line 138, scss/_module-home-quicksearch.scss */
    .squaredThree label span {
      margin-left: 20px;
      margin-top: -2px;
      display: block; }
    /* line 144, scss/_module-home-quicksearch.scss */
    .squaredThree label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 3px;
      border: 3px solid #C71444;
      border-top: none;
      border-right: none;
      background: transparent;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      /* line 158, scss/_module-home-quicksearch.scss */
      .lt-ie9 .squaredThree label:after {
        filter: initial; }
  /* line 169, scss/_module-home-quicksearch.scss */
  .squaredThree input[type=checkbox] {
    visibility: hidden;
    height: 23px; }
    @media screen and (min-width: 768px) {
      /* line 169, scss/_module-home-quicksearch.scss */
      .squaredThree input[type=checkbox] {
        height: 28px; } }
    /* line 177, scss/_module-home-quicksearch.scss */
    .lt-ie9 .squaredThree input[type=checkbox] {
      visibility: visible; }
    /* line 181, scss/_module-home-quicksearch.scss */
    .squaredThree input[type=checkbox]:checked + label:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      /* line 184, scss/_module-home-quicksearch.scss */
      .lt-ie9 .squaredThree input[type=checkbox]:checked + label:after {
        filter: initial; }

/* end .squaredThree */
/* line 194, scss/_module-home-quicksearch.scss */
.qs-vehicle-wrapper .search-submit {
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 194, scss/_module-home-quicksearch.scss */
    .qs-vehicle-wrapper .search-submit {
      margin-top: 100px; } }

/* line 207, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .budget-label,
.qs-budget-wrapper.stock .deposit-label {
  font-size: 12px; }
/* line 212, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .stock__budget-amount {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #C71444; }
/* line 218, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .stock__slider-u-slider {
  border-radius: 0;
  height: 10px;
  background: #f0f0f0; }
/* line 224, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .ui-widget-header {
  border-radius: 0; }
/* line 228, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .stock__slider-u-slider .ui-slider-handle {
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/slider-button-round.png") 50% 50% no-repeat;
  border: 0;
  width: 26px;
  height: 26px;
  margin: -2px 0 0 -13px;
  cursor: pointer; }
  /* line 236, scss/_module-home-quicksearch.scss */
  .qs-budget-wrapper.stock .stock__slider-u-slider .ui-slider-handle:focus {
    outline: none; }
/* line 241, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .budget-submit {
  text-transform: uppercase;
  width: 100%;
  float: none;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    /* line 241, scss/_module-home-quicksearch.scss */
    .qs-budget-wrapper.stock .budget-submit {
      margin-top: 31px; } }
/* line 252, scss/_module-home-quicksearch.scss */
.qs-budget-wrapper.stock .stock__terms-budget {
  font-size: 10px; }

/* line 257, scss/_module-home-quicksearch.scss */
.rexgorellnissan .budget-tab.qs-tab {
  display: none; }

/* line 1, scss/_module-panel-slider.scss */
.panel-slider {
  display: none;
  margin-bottom: 10px; }

/* line 6, scss/_module-panel-slider.scss */
.stock__panel-slider-sliders {
  position: relative;
  overflow: hidden;
  height: 0px;
  border: 0px solid #fff;
  -webkit-transition: height 1.25s ease, border 1.25s ease;
  -moz-transition: height 1.25s ease, border 1.25s ease;
  -ms-transition: height 1.25s ease, border 1.25s ease;
  -o-transition: height 1.25s ease, border 1.25s ease;
  transition: height 1.25s ease, border 1.25s ease; }
  /* line 17, scss/_module-panel-slider.scss */
  .stock__panel-slider-sliders .panel-slider {
    display: block;
    position: absolute;
    left: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, left 0.5s ease;
    -moz-transition: opacity 0.5s ease, left 0.5s ease;
    -ms-transition: opacity 0.5s ease, left 0.5s ease;
    -o-transition: opacity 0.5s ease, left 0.5s ease;
    transition: opacity 0.5s ease, left 0.5s ease; }
    /* line 28, scss/_module-panel-slider.scss */
    .stock__panel-slider-sliders .panel-slider.selected {
      display: block;
      opacity: 1;
      left: 0%;
      width: 100%; }

/* .panel-slider-sliders */
/* line 1, scss/_module-tool-tip.scss */
.tool-tip {
  border-bottom: 1px dotted; }

/* Click-to-Action Styles */
/* line 3, scss/_module-action-buttons.scss */
.action-button-group-wrapper {
  position: relative;
  top: -20px; }

/* line 8, scss/_module-action-buttons.scss */
.panel-group.action-button-group-forms {
  margin-bottom: 0; }

/* line 14, scss/_module-action-buttons.scss */
.action-button-group.panel-group {
  margin-top: 1em; }
  @media screen and (min-width: 768px) {
    /* line 14, scss/_module-action-buttons.scss */
    .action-button-group.panel-group {
      margin: 0; }
      /* line 19, scss/_module-action-buttons.scss */
      .action-button-group.panel-group .panel-collapse {
        margin-bottom: 5px;
        border: none; } }
/* line 27, scss/_module-action-buttons.scss */
.action-button-group .panel {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    /* line 27, scss/_module-action-buttons.scss */
    .action-button-group .panel {
      margin-bottom: 0; } }
/* line 35, scss/_module-action-buttons.scss */
.action-button-group .panel-heading {
  display: block;
  background-color: #C71444;
  border-radius: 3px; }
  @media screen and (min-width: 768px) {
    /* line 35, scss/_module-action-buttons.scss */
    .action-button-group .panel-heading {
      display: none; } }
  /* line 44, scss/_module-action-buttons.scss */
  .action-button-group .panel-heading + .panel-collapse > .panel-body {
    border-top: transparent; }
/* line 49, scss/_module-action-buttons.scss */
.page .action-button-group .panel-body {
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 49, scss/_module-action-buttons.scss */
    .page .action-button-group .panel-body {
      margin-bottom: 15px; } }
/* line 57, scss/_module-action-buttons.scss */
.action-button-group .panel-collapse h4 {
  display: none; }

/* line 62, scss/_module-action-buttons.scss */
.desktop.action-button-group {
  /* Desktop view specific */
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 62, scss/_module-action-buttons.scss */
    .desktop.action-button-group {
      display: block;
      margin: 0;
      width: 60%;
      height: 40px;
      position: absolute;
      top: -55px;
      right: 0; } }
  @media screen and (min-width: 1024px) {
    /* line 62, scss/_module-action-buttons.scss */
    .desktop.action-button-group {
      width: 50%; } }
  /* line 79, scss/_module-action-buttons.scss */
  .desktop.action-button-group .desktop-panel-heading {
    margin-left: 10px;
    border-radius: 3px; }

/* line 85, scss/_module-action-buttons.scss */
.desktop-panel-heading {
  /* Common to mobile and desktop views */
  text-align: left; }
  /* line 88, scss/_module-action-buttons.scss */
  .lt-ie9 .desktop-panel-heading {
    height: 30px;
    cursor: pointer; }
  /* line 93, scss/_module-action-buttons.scss */
  .lt-ie8 .desktop-panel-heading.call-back {
    width: 180px; }
  /* line 97, scss/_module-action-buttons.scss */
  .lt-ie8 .desktop-panel-heading.email {
    width: 100px; }
  /* line 101, scss/_module-action-buttons.scss */
  .desktop-panel-heading a {
    color: #fff;
    position: relative;
    display: block;
    height: 45px;
    background: #4D4D4D;
    border-radius: 3px; }
    @media screen and (min-width: 768px) {
      /* line 101, scss/_module-action-buttons.scss */
      .desktop-panel-heading a {
        height: 30px; } }
    /* line 112, scss/_module-action-buttons.scss */
    .desktop-panel-heading a span {
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      background: #C71444 url("/n/images/icons_all_general_2014.png") no-repeat; }
      /* line 121, scss/_module-action-buttons.scss */
      .lt-ie9 .desktop-panel-heading a span {
        height: 30px; }
      @media screen and (min-width: 768px) {
        /* line 112, scss/_module-action-buttons.scss */
        .desktop-panel-heading a span {
          width: 30px;
          height: 30px; } }
      /* line 130, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_call {
        background-position: -28px -1694px; }
        @media screen and (min-width: 768px) {
          /* line 130, scss/_module-action-buttons.scss */
          .desktop-panel-heading a span.icon_call {
            background-position: -35px -1896px; } }
      /* line 137, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_enquiry {
        background-position: -28px -3289px; }
        @media screen and (min-width: 768px) {
          /* line 137, scss/_module-action-buttons.scss */
          .desktop-panel-heading a span.icon_enquiry {
            background-position: -35px -3393px; } }
      /* line 144, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_email {
        background-position: -28px -3090px; }
        @media screen and (min-width: 768px) {
          /* line 144, scss/_module-action-buttons.scss */
          .desktop-panel-heading a span.icon_email {
            background-position: -35px -3193px; } }
      /* line 152, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_looking {
        background-position: -35px -5296px; }
      /* line 156, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_finance {
        background-position: -35px -5396px; }
      /* line 160, scss/_module-action-buttons.scss */
      .desktop-panel-heading a span.icon_trade {
        background-position: -35px -5496px; }
    /* line 165, scss/_module-action-buttons.scss */
    .desktop-panel-heading a h4 {
      font-size: 16px;
      line-height: 30px;
      padding-left: 3.5em;
      height: 45px; }
      /* line 171, scss/_module-action-buttons.scss */
      .lt-ie9 .desktop-panel-heading a h4 {
        height: 30px; }
      @media screen and (min-width: 768px) {
        /* line 165, scss/_module-action-buttons.scss */
        .desktop-panel-heading a h4 {
          font-size: 12px;
          padding-left: 2.9em;
          font-size: 0.95em;
          height: 30px; } }
      @media screen and (min-width: 1024px) {
        /* line 165, scss/_module-action-buttons.scss */
        .desktop-panel-heading a h4 {
          font-size: 13px;
          padding-left: 2.6em; } }

/* line 190, scss/_module-action-buttons.scss */
.lt-ie9 .pure-u-0-ie {
  display: none; }

/* Stylesheet for new search detail page */
/*
Back to search result section
*/
/* line 6, scss/_page-stock-detail.scss */
.stock__back-to-result {
  float: left;
  font-size: 13px;
  margin-bottom: 0; }
  /* line 11, scss/_page-stock-detail.scss */
  .stock__back-to-result a {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #C71444; }

/* line 16, scss/_page-stock-detail.scss */
.stock__hr {
  border-top: 0;
  margin-bottom: 10px; }

/* line 20, scss/_page-stock-detail.scss */
.stock__button-back {
  float: left;
  background: url("/n/images/icons_all_general_2014.png") no-repeat -46px -2600px;
  width: 14px;
  height: 20px; }

/* line 26, scss/_page-stock-detail.scss */
.stock__container-button-share {
  float: right;
  margin-top: 20px;
  width: 100px; }
  /* line 30, scss/_page-stock-detail.scss */
  .stock__container-button-share .text-share {
    float: right;
    color: #000000;
    font-size: 14px;
    line-height: 20px; }
  /* line 37, scss/_page-stock-detail.scss */
  .stock__container-button-share .button-share {
    float: right;
    background-color: #C71444;
    background-image: url("/n/images/icons_all_general_2014.png");
    background-position: -40px -4895px;
    width: 20px;
    height: 20px; }

/*
Form wrapper style override
*/
/* line 50, scss/_page-stock-detail.scss */
.stock__panel-slider-sliders {
  background-color: #f7f7f7; }
  /* line 53, scss/_page-stock-detail.scss */
  .stock__panel-slider-sliders.open {
    margin-bottom: 15px; }
  /* line 57, scss/_page-stock-detail.scss */
  .stock__panel-slider-sliders .panel-slider {
    margin-bottom: 10px; }

/* line 69, scss/_page-stock-detail.scss */
.stock__form-u-1 .form,
.stock__form-u-2 .form,
.stock__form-u-3 .form,
.stock__form-u-4 .form,
.stock__form-u-5 .form,
.stock__form-u-6 .form,
.stock__form-u-7 .form {
  padding: 0 25px; }
/* line 72, scss/_page-stock-detail.scss */
.stock__form-u-1 .form > h2,
.stock__form-u-2 .form > h2,
.stock__form-u-3 .form > h2,
.stock__form-u-4 .form > h2,
.stock__form-u-5 .form > h2,
.stock__form-u-6 .form > h2,
.stock__form-u-7 .form > h2 {
  display: none; }

/* content */
/* line 78, scss/_page-stock-detail.scss */
.stock-page .owl-theme .owl-controls .owl-pagination {
  display: none !important; }

/* line 82, scss/_page-stock-detail.scss */
.stock-page .owl-theme .owl-controls .owl-buttons .owl-prev,
.stock-page .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 40px;
  display: block;
  background: url("/n/images/icons_all_general_2014.png");
  background-position: -43px -5794px; }

/* line 94, scss/_page-stock-detail.scss */
.stock-page .owl-theme .owl-controls .owl-buttons .owl-prev {
  margin: -20px 0px 0px -2px;
  left: 0; }

/* line 99, scss/_page-stock-detail.scss */
.stock-page .owl-theme .owl-controls .owl-buttons .owl-next {
  margin: -20px -5px 0px 0px;
  right: 0;
  background-position: -43px -5694px; }

/* line 105, scss/_page-stock-detail.scss */
.stock__vehicle-summary {
  -webkit-transition: margin-top 1.25s ease;
  -moz-transition: margin-top 1.25s ease;
  -ms-transition: margin-top 1.25s ease;
  -o-transition: margin-top 1.25s ease;
  transition: margin-top 1.25s ease;
  margin-top: -180px; }
  /* line 113, scss/_page-stock-detail.scss */
  .open .stock__vehicle-summary {
    margin-top: 0; }
  /* line 117, scss/_page-stock-detail.scss */
  .stock__vehicle-summary .stock__form-name {
    background-color: #C71444;
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    height: 45px; }
    /* line 124, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name > div {
      font-family: akzidenz-grotesk_medium, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      float: left; }
    /* line 129, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name .icon {
      background-image: url("/n/images/icons_all_general_2014.png");
      margin-left: 5px; }
    /* line 133, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.MakeanOffer .icon {
      background-position: -31px -4189px; }
    /* line 136, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.SendtoaFriend .icon {
      background-position: -32px -4287px; }
    /* line 139, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.MakeanEnquiry .icon {
      background-position: -32px -4386px; }
    /* line 142, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.FinanceCalculator .icon {
      background-position: -32px -4491px; }
    /* line 145, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.BookaTestDrive .icon {
      background-position: -32px -4590px; }
    /* line 148, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.ValueMyTrade-In .icon {
      background-position: -32px -4692px; }
    /* line 151, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name.RequestaVideo .icon {
      background-position: -32px -4791px; }
    /* line 155, scss/_page-stock-detail.scss */
    .stock__vehicle-summary .stock__form-name .button-close {
      float: right;
      font-size: 16px;
      margin-right: 5px;
      cursor: pointer; }
      /* line 161, scss/_page-stock-detail.scss */
      .stock__vehicle-summary .stock__form-name .button-close > div {
        float: left; }
      /* line 165, scss/_page-stock-detail.scss */
      .stock__vehicle-summary .stock__form-name .button-close .button {
        /*
        background: url("/n/images/icons_all_general_2014.png") no-repeat;
        width: 40px;
        height: 50px;
        display: block;
        background-position: -30px -5590px;
        */
        display: block;
        position: absolute;
        top: 13px;
        right: 5px;
        color: #eb0a1e;
        background-color: #FFFFFF;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        line-height: 18px;
        padding-left: 1px;
        text-align: center;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 10px;
        -webkit-transition: color 100ms ease-in;
        -moz-transition: color 100ms ease-in;
        -ms-transition: color 100ms ease-in;
        -o-transition: color 100ms ease-in;
        transition: color 100ms ease-in;
        -webkit-transition: background 100ms ease-in;
        -moz-transition: background 100ms ease-in;
        -ms-transition: background 100ms ease-in;
        -o-transition: background 100ms ease-in;
        transition: background 100ms ease-in; }
      /* line 195, scss/_page-stock-detail.scss */
      .stock__vehicle-summary .stock__form-name .button-close .text {
        padding-right: 30px;
        position: relative; }

/* line 203, scss/_page-stock-detail.scss */
.stock__form-name.MakeanOffer + .stock__summary-detail .compare-against,
.stock__form-name.SendtoaFriend + .stock__summary-detail .compare-against,
.stock__form-name.BookaTestDrive + .stock__summary-detail .compare-against,
.stock__form-name.RequestaVideo + .stock__summary-detail .compare-against {
  display: none; }

/* line 209, scss/_page-stock-detail.scss */
.stock__summary-detail {
  padding: 15px 25px; }
  /* line 212, scss/_page-stock-detail.scss */
  .stock__summary-detail .compare-against {
    background-color: #a7a9ac;
    color: #fff;
    text-align: right;
    line-height: 24px;
    padding-right: 10px;
    height: 25px; }
  /* line 221, scss/_page-stock-detail.scss */
  .stock__summary-detail .summary-detail-body {
    background: #E5E5E5; }
    /* line 224, scss/_page-stock-detail.scss */
    .stock__summary-detail .summary-detail-body > div {
      float: left; }
    /* line 228, scss/_page-stock-detail.scss */
    .stock__summary-detail .summary-detail-body .summary-detail-body-image-container {
      padding: 10px; }
    /* line 231, scss/_page-stock-detail.scss */
    .stock__summary-detail .summary-detail-body .summary-detail-body-items {
      padding: 8px 0; }
  /* line 237, scss/_page-stock-detail.scss */
  .stock__summary-detail .title {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #C71444;
    font-size: 16px; }
    /* line 242, scss/_page-stock-detail.scss */
    .stock__summary-detail .title .text-price-qualifier {
      font-family: akzidenz-grotesk_medium, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #000000;
      font-size: 14px; }
  /* line 251, scss/_page-stock-detail.scss */
  .stock__summary-detail .specs > div {
    float: left; }
  /* line 257, scss/_page-stock-detail.scss */
  .stock__summary-detail .specs tr:first-child td {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000; }
  /* line 263, scss/_page-stock-detail.scss */
  .stock__summary-detail .specs tr td {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    padding: 0 5px 0 5px; }

/* line 272, scss/_page-stock-detail.scss */
.stock__search-detail-title {
  display: block;
  background-color: #F2F2F2;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 15px; }
  /* line 278, scss/_page-stock-detail.scss */
  .stock__search-detail-title h1, .stock__search-detail-title h2 {
    margin: 0; }
  /* line 282, scss/_page-stock-detail.scss */
  .stock__search-detail-title .search-detail-name,
  .stock__search-detail-title .search-detail-price,
  .stock__search-detail-title .search-detail-price-qualifier {
    line-height: 24px; }
  /* line 288, scss/_page-stock-detail.scss */
  .stock__search-detail-title .search-detail-name,
  .stock__search-detail-title .search-detail-price {
    font-size: 15px;
    color: #C71444; }
  /* line 295, scss/_page-stock-detail.scss */
  .stock__search-detail-title .search-detail-name {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px; }
    @media screen and (min-width: 568px) {
      /* line 295, scss/_page-stock-detail.scss */
      .stock__search-detail-title .search-detail-name {
        margin-bottom: 0px; } }
    /* line 307, scss/_page-stock-detail.scss */
    .stock__search-detail-title .search-detail-name span {
      display: block;
      font-size: 0.75em; }
  /* line 313, scss/_page-stock-detail.scss */
  .stock__search-detail-title .search-detail-price-qualifier {
    font-size: 13px;
    line-height: 26px;
    color: #C71444;
    float: left;
    margin: 0; }
    @media screen and (min-width: 568px) {
      /* line 313, scss/_page-stock-detail.scss */
      .stock__search-detail-title .search-detail-price-qualifier {
        float: right; } }
  /* line 325, scss/_page-stock-detail.scss */
  .stock__search-detail-title .search-detail-price {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    display: inline;
    line-height: 24px;
    margin: 0;
    float: left; }
    @media screen and (min-width: 568px) {
      /* line 325, scss/_page-stock-detail.scss */
      .stock__search-detail-title .search-detail-price {
        display: inline-block;
        line-height: 24px;
        margin: 0 0 0 5px;
        float: right; } }
  /* line 341, scss/_page-stock-detail.scss */
  .stock__search-detail-title .special-stock {
    position: relative; }
    /* line 343, scss/_page-stock-detail.scss */
    .stock__search-detail-title .special-stock .special-tag {
      position: absolute;
      max-width: 75px;
      top: 0px;
      left: 75%;
      z-index: 999; }
      @media screen and (min-width: 568px) {
        /* line 343, scss/_page-stock-detail.scss */
        .stock__search-detail-title .special-stock .special-tag {
          left: 55%; } }

/* line 358, scss/_page-stock-detail.scss */
.details.stock-page .add-this-main {
  top: 14px; }

/*
Gallery slider section
*/
/* line 367, scss/_page-stock-detail.scss */
.stock__gallery-slider img {
  width: 100%; }
/* line 370, scss/_page-stock-detail.scss */
.stock__gallery-slider .owl-item.loading {
  min-height: 1px; }

/* line 375, scss/_page-stock-detail.scss */
.no-js .lazyOwl {
  display: none; }

/* line 379, scss/_page-stock-detail.scss */
.stock .owl-prev {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  left: 0;
  background: url("/n/images/icons_all_general_2014.png") no-repeat;
  width: 15px;
  height: 40px;
  display: block;
  background-position: -43px -5794px; }

/* line 390, scss/_page-stock-detail.scss */
.stock .owl-next {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  right: 0;
  background: url("/n/images/icons_all_general_2014.png") no-repeat;
  width: 15px;
  height: 40px;
  display: block;
  background-position: -43px -5694px; }

/* line 402, scss/_page-stock-detail.scss */
.stock__thumbnail-slider {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 17px; }
  /* line 407, scss/_page-stock-detail.scss */
  .stock__thumbnail-slider .stock__thumbnail-slider-image-wrapper {
    overflow-y: hidden;
    max-height: 60px; }
    @media screen and (min-width: 568px) {
      /* line 407, scss/_page-stock-detail.scss */
      .stock__thumbnail-slider .stock__thumbnail-slider-image-wrapper {
        max-height: 90px; } }
    @media screen and (min-width: 768px) {
      /* line 407, scss/_page-stock-detail.scss */
      .stock__thumbnail-slider .stock__thumbnail-slider-image-wrapper {
        max-height: 80px; } }
    @media screen and (min-width: 1024px) {
      /* line 407, scss/_page-stock-detail.scss */
      .stock__thumbnail-slider .stock__thumbnail-slider-image-wrapper {
        max-height: 100px; } }
  /* line 422, scss/_page-stock-detail.scss */
  .stock__thumbnail-slider img {
    cursor: pointer;
    padding-right: 2px; }

/*
Vehicle detail specification section
*/
/* line 431, scss/_page-stock-detail.scss */
.stock__table-responsive {
  background: #F2F2F2;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 431, scss/_page-stock-detail.scss */
    .stock__table-responsive {
      background: transparent;
      border-radius: 0; } }

/* line 440, scss/_page-stock-detail.scss */
.stock__search-detail-specification .gallery {
  margin-bottom: 15px; }
/* line 444, scss/_page-stock-detail.scss */
.stock__search-detail-specification .gallery.loading {
  display: none; }
  /* line 447, scss/_page-stock-detail.scss */
  .no-js .stock__search-detail-specification .gallery.loading {
    display: block; }
/* line 451, scss/_page-stock-detail.scss */
.stock__search-detail-specification .stock__specifications {
  margin-bottom: 15px;
  overflow: auto; }
  /* line 455, scss/_page-stock-detail.scss */
  .stock__search-detail-specification .stock__specifications table,
  .stock__search-detail-specification .stock__specifications tbody,
  .stock__search-detail-specification .stock__specifications tr,
  .stock__search-detail-specification .stock__specifications td {
    color: #666666;
    font-size: 13px;
    border: transparent;
    border-top: none;
    vertical-align: top;
    padding: 4px 8px; }
  /* line 467, scss/_page-stock-detail.scss */
  .stock__search-detail-specification .stock__specifications .label {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000; }
  /* line 472, scss/_page-stock-detail.scss */
  .stock__search-detail-specification .stock__specifications .detail {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding-left: 10px; }
/* line 478, scss/_page-stock-detail.scss */
.stock__search-detail-specification .tools-list,
.stock__search-detail-specification .tools-list > li {
  display: block;
  margin: 0;
  padding: 0; }
/* line 485, scss/_page-stock-detail.scss */
.stock__search-detail-specification .tools-list {
  position: relative;
  float: left;
  background-color: #F2F2F2;
  border: 1px solid #dcddde;
  padding: 6px;
  margin-top: 15px; }
  /* line 493, scss/_page-stock-detail.scss */
  .stock__search-detail-specification .tools-list > li {
    font-size: 18px;
    line-height: 40px;
    list-style: none; }
    @media screen and (min-width: 768px) {
      /* line 493, scss/_page-stock-detail.scss */
      .stock__search-detail-specification .tools-list > li {
        font-size: 16px;
        line-height: 28px; } }
  /* line 503, scss/_page-stock-detail.scss */
  .stock__search-detail-specification .tools-list a {
    color: #C71444; }

/* line 510, scss/_page-stock-detail.scss */
.stock__vin-number {
  text-transform: uppercase; }

/* line 514, scss/_page-stock-detail.scss */
.stock__search-detail-dealer-comments {
  margin-bottom: 20px; }
  /* line 517, scss/_page-stock-detail.scss */
  .stock__search-detail-dealer-comments .stock__comments {
    font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px; }
    @media screen and (min-width: 568px) {
      /* line 521, scss/_page-stock-detail.scss */
      .stock__search-detail-dealer-comments .stock__comments.isSplitted {
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        -webkit-column-rule-width: 1px;
        -webkit-column-rule-style: solid;
        -webkit-column-rule-color: #fff;
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -moz-column-rule-width: 1px;
        -moz-column-rule-style: solid;
        -moz-column-rule-color: #fff;
        column-count: 2;
        column-gap: 40px;
        column-rule-width: 1px;
        column-rule-style: solid;
        column-rule-color: #fff; } }

@media screen and (min-width: 768px) {
  /* line 531, scss/_page-stock-detail.scss */
  .stock__search-detail-dealer-comments > h2 {
    margin-top: 0; } }

/* line 537, scss/_page-stock-detail.scss */
.stock__vehicle-detail-sub-head,
.stock__dealer-details-sub-head {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 16px;
  margin-top: 50px; }

/* line 545, scss/_page-stock-detail.scss */
.stock__container-features hr {
  margin-bottom: 0; }

/* line 550, scss/_page-stock-detail.scss */
.stock__container-features .features-list .pure-g div:last-child {
  padding-left: 0; }
  @media screen and (min-width: 568px) {
    /* line 550, scss/_page-stock-detail.scss */
    .stock__container-features .features-list .pure-g div:last-child {
      padding-left: .5em; } }
  @media screen and (min-width: 768px) {
    /* line 550, scss/_page-stock-detail.scss */
    .stock__container-features .features-list .pure-g div:last-child {
      padding-left: .75em; } }
@media screen and (min-width: 568px) {
  /* line 559, scss/_page-stock-detail.scss */
  .stock__container-features .features-list .stock__features {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule-width: 0;
    -webkit-column-rule-style: none;
    -webkit-column-rule-color: #fff;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-rule-width: 0;
    -moz-column-rule-style: none;
    -moz-column-rule-color: #fff;
    column-count: 2;
    column-gap: 40px;
    column-rule-width: 0;
    column-rule-style: none;
    column-rule-color: #fff; } }
/* line 564, scss/_page-stock-detail.scss */
.stock__container-features .features-list .list-hr {
  font-size: 14px;
  border-bottom: 1px dotted #c1c1c1;
  vertical-align: middle;
  padding: 5px 0; }

/*
	vehicle-detail subnav section
 */
/* line 574, scss/_page-stock-detail.scss */
.stock__subnav-search-detail-u {
  position: relative;
  cursor: pointer;
  background-color: #ebebec;
  margin-bottom: 10px;
  color: #C71444;
  height: 45px;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  /* line 588, scss/_page-stock-detail.scss */
  .stock__subnav-search-detail-u:hover {
    background-color: #C71444;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
    /* line 592, scss/_page-stock-detail.scss */
    .stock__subnav-search-detail-u:hover h3 {
      color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 574, scss/_page-stock-detail.scss */
    .stock__subnav-search-detail-u {
      height: 36px; } }
  /* line 601, scss/_page-stock-detail.scss */
  .open .stock__subnav-search-detail-u {
    opacity: 0.40;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); }
    /* line 605, scss/_page-stock-detail.scss */
    .open .stock__subnav-search-detail-u.selected, .open .stock__subnav-search-detail-u:hover {
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); }
  /* line 611, scss/_page-stock-detail.scss */
  .stock__subnav-search-detail-u.calculator {
    display: none; }
    @media screen and (min-width: 568px) {
      /* line 611, scss/_page-stock-detail.scss */
      .stock__subnav-search-detail-u.calculator {
        display: block; } }

/* line 620, scss/_page-stock-detail.scss */
.stock__call-us {
  cursor: default;
  background-color: #C71444;
  text-align: left;
  font-size: 25px;
  line-height: 66px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 66px; }
  @media screen and (min-width: 568px) {
    /* line 620, scss/_page-stock-detail.scss */
    .stock__call-us {
      text-align: center;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    /* line 620, scss/_page-stock-detail.scss */
    .stock__call-us {
      font-size: 17px;
      line-height: 47px;
      padding: 0;
      height: 45px; } }
  /* line 644, scss/_page-stock-detail.scss */
  .stock__call-us:hover {
    background: #C71444;
    box-shadow: none; }
  /* line 649, scss/_page-stock-detail.scss */
  .stock__call-us a {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    /* line 653, scss/_page-stock-detail.scss */
    .stock__call-us a:hover {
      text-decoration: none; }

/* line 660, scss/_page-stock-detail.scss */
.stock__subnav-search-detail-icon {
  float: left;
  background-color: #C71444;
  background-image: url("/n/images/icons_all_general_2014.png");
  width: 45px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    /* line 660, scss/_page-stock-detail.scss */
    .stock__subnav-search-detail-icon {
      width: 37px; } }
  /* line 671, scss/_page-stock-detail.scss */
  .make-an-offer .stock__subnav-search-detail-icon {
    background-position: -26px -4190px; }
    @media screen and (min-width: 768px) {
      /* line 671, scss/_page-stock-detail.scss */
      .make-an-offer .stock__subnav-search-detail-icon {
        background-position: -31px -4194px; } }
  /* line 679, scss/_page-stock-detail.scss */
  .send-to-friend .stock__subnav-search-detail-icon {
    background-position: -27px -4286px; }
    @media screen and (min-width: 768px) {
      /* line 679, scss/_page-stock-detail.scss */
      .send-to-friend .stock__subnav-search-detail-icon {
        background-position: -32px -4290px; } }
  /* line 687, scss/_page-stock-detail.scss */
  .enquiry .stock__subnav-search-detail-icon {
    background-position: -27px -4386px; }
    @media screen and (min-width: 768px) {
      /* line 687, scss/_page-stock-detail.scss */
      .enquiry .stock__subnav-search-detail-icon {
        background-position: -32px -4390px; } }
  /* line 695, scss/_page-stock-detail.scss */
  .calculator .stock__subnav-search-detail-icon {
    background-position: -27px -4490px; }
    @media screen and (min-width: 768px) {
      /* line 695, scss/_page-stock-detail.scss */
      .calculator .stock__subnav-search-detail-icon {
        background-position: -32px -4494px; } }
  /* line 703, scss/_page-stock-detail.scss */
  .test-drive .stock__subnav-search-detail-icon {
    background-position: -27px -4588px; }
    @media screen and (min-width: 768px) {
      /* line 703, scss/_page-stock-detail.scss */
      .test-drive .stock__subnav-search-detail-icon {
        background-position: -32px -4594px; } }
  /* line 711, scss/_page-stock-detail.scss */
  .trade-in .stock__subnav-search-detail-icon {
    background-position: -27px -4692px; }
    @media screen and (min-width: 768px) {
      /* line 711, scss/_page-stock-detail.scss */
      .trade-in .stock__subnav-search-detail-icon {
        background-position: -32px -4696px; } }
  /* line 719, scss/_page-stock-detail.scss */
  .request-video .stock__subnav-search-detail-icon {
    background-position: -27px -4792px; }
    @media screen and (min-width: 768px) {
      /* line 719, scss/_page-stock-detail.scss */
      .request-video .stock__subnav-search-detail-icon {
        background-position: -32px -4796px; } }

/* line 729, scss/_page-stock-detail.scss */
.midlandcitynissan.stock-details #videoButton {
  display: none; }

/* line 733, scss/_page-stock-detail.scss */
.stock__subnav-search-detail-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C71444;
  text-transform: uppercase;
  display: inline;
  line-height: 44px;
  font-size: 12px;
  width: 100%;
  margin-left: 5px; }
  @media screen and (min-width: 768px) {
    /* line 733, scss/_page-stock-detail.scss */
    .stock__subnav-search-detail-text {
      line-height: 34px; } }
  /* line 747, scss/_page-stock-detail.scss */
  .stock__subnav-search-detail-text .icon-offer-tick {
    background-image: url("/n/images/icons_all_general_2014.png");
    width: 27px;
    display: inline-block;
    height: 22px;
    background-position: -36px -4094px; }

/* line 756, scss/_page-stock-detail.scss */
.stock__text-tablet-only {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 756, scss/_page-stock-detail.scss */
    .stock__text-tablet-only {
      display: block;
      position: absolute;
      left: 40%;
      top: 30%;
      color: #666666;
      font-size: 15px; } }
  @media screen and (min-width: 768px) {
    /* line 756, scss/_page-stock-detail.scss */
    .stock__text-tablet-only {
      display: none; } }

/* line 774, scss/_page-stock-detail.scss */
.stock__finance_calculator_framed {
  min-height: 800px;
  width: 100%; }
  /* line 778, scss/_page-stock-detail.scss */
  .stock__finance_calculator_framed iframe {
    min-height: 800px; }

/* line 783, scss/_page-stock-detail.scss */
.stock__share-this {
  display: none;
  border: 1px solid #d1d3d4; }
  /* line 787, scss/_page-stock-detail.scss */
  .stock__share-this .share-title {
    padding: 1px 10px;
    background: #E5E5E5;
    border-bottom: 1px solid #d1d3d4; }
  /* line 793, scss/_page-stock-detail.scss */
  .stock__share-this .share-social-icons {
    padding: 10px 5px;
    background: #F2F2F2; }
    /* line 797, scss/_page-stock-detail.scss */
    .stock__share-this .share-social-icons > div {
      padding: 10px 0px;
      text-align: center; }

/*
Vehicle detail similar vehicles section
*/
/* line 808, scss/_page-stock-detail.scss */
.stock__search-detail-similar-vehicles .title h2 {
  color: #000000;
  font-size: 16px; }
/* line 813, scss/_page-stock-detail.scss */
.stock__search-detail-similar-vehicles hr {
  margin-bottom: 10px; }
/* line 817, scss/_page-stock-detail.scss */
.stock__search-detail-similar-vehicles ul {
  display: block;
  min-height: 86px;
  padding: 0; }
  /* line 822, scss/_page-stock-detail.scss */
  .stock__search-detail-similar-vehicles ul li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/* line 831, scss/_page-stock-detail.scss */
.stock__similar-vehicles-u {
  float: left;
  width: 120px;
  margin-right: 12px;
  margin-bottom: 15px; }
  /* line 837, scss/_page-stock-detail.scss */
  .stock__similar-vehicles-u img {
    width: 100%;
    height: 78px; }

/* line 843, scss/_page-stock-detail.scss */
.stock__similar-vehicle-summary {
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px; }
  /* line 848, scss/_page-stock-detail.scss */
  .stock__similar-vehicle-summary ul {
    min-height: 86px; }
  /* line 851, scss/_page-stock-detail.scss */
  .stock__similar-vehicle-summary li {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #C71444; }
  /* line 856, scss/_page-stock-detail.scss */
  .stock__similar-vehicle-summary .similar-vehicle-summary-type {
    color: #000000; }

/* style sheet for "A4" printing */
/* line 862, scss/_page-stock-detail.scss */
.print-only {
  display: none; }

@media print {
  @page {
    size: 21cm 29.7cm;
    margin: 0.64cm; }
  /* line 872, scss/_page-stock-detail.scss */
  .print-only {
    display: block; }

  /* Stock Details Page */
  /* line 880, scss/_page-stock-detail.scss */
  .stock-page.details *,
  .stock-page.stock-details *,
  .stock-page.stock-detail * {
    font-family: Helvetica, Arial, sans-serif !important;
    line-height: 1.4em !important;
    background: transparent !important;
    color: #000 !important; }
  /* line 887, scss/_page-stock-detail.scss */
  .stock-page.details nav,
  .stock-page.details aside,
  .stock-page.details > header,
  .stock-page.details footer,
  .stock-page.details .dealer-name-wrapper,
  .stock-page.details .add-this-container,
  .stock-page.details .content-header,
  .stock-page.details .content-header ~ hr,
  .stock-page.details .owl-controls,
  .stock-page.details .stock__thumbnail-slider,
  .stock-page.details .stock__search-detail-similar-vehicles,
  .stock-page.details .site-container ~ *,
  .stock-page.details .back-link-arrow,
  .stock-page.details .heading-text-wrapper,
  .stock-page.details .sl-compare-wrapper,
  .stock-page.details .compare-module-wrapper,
  .stock-page.stock-details nav,
  .stock-page.stock-details aside,
  .stock-page.stock-details > header,
  .stock-page.stock-details footer,
  .stock-page.stock-details .dealer-name-wrapper,
  .stock-page.stock-details .add-this-container,
  .stock-page.stock-details .content-header,
  .stock-page.stock-details .content-header ~ hr,
  .stock-page.stock-details .owl-controls,
  .stock-page.stock-details .stock__thumbnail-slider,
  .stock-page.stock-details .stock__search-detail-similar-vehicles,
  .stock-page.stock-details .site-container ~ *,
  .stock-page.stock-details .back-link-arrow,
  .stock-page.stock-details .heading-text-wrapper,
  .stock-page.stock-details .sl-compare-wrapper,
  .stock-page.stock-details .compare-module-wrapper,
  .stock-page.stock-detail nav,
  .stock-page.stock-detail aside,
  .stock-page.stock-detail > header,
  .stock-page.stock-detail footer,
  .stock-page.stock-detail .dealer-name-wrapper,
  .stock-page.stock-detail .add-this-container,
  .stock-page.stock-detail .content-header,
  .stock-page.stock-detail .content-header ~ hr,
  .stock-page.stock-detail .owl-controls,
  .stock-page.stock-detail .stock__thumbnail-slider,
  .stock-page.stock-detail .stock__search-detail-similar-vehicles,
  .stock-page.stock-detail .site-container ~ *,
  .stock-page.stock-detail .back-link-arrow,
  .stock-page.stock-detail .heading-text-wrapper,
  .stock-page.stock-detail .sl-compare-wrapper,
  .stock-page.stock-detail .compare-module-wrapper {
    display: none !important; }
  /* line 906, scss/_page-stock-detail.scss */
  .stock-page.details .print-name-address,
  .stock-page.stock-details .print-name-address,
  .stock-page.stock-detail .print-name-address {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0; }
  /* line 913, scss/_page-stock-detail.scss */
  .stock-page.details .box-main,
  .stock-page.stock-details .box-main,
  .stock-page.stock-detail .box-main {
    padding: 10px; }
  /* line 917, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-title,
  .stock-page.details .sl-heading-model,
  .stock-page.stock-details .stock__search-detail-title,
  .stock-page.stock-details .sl-heading-model,
  .stock-page.stock-detail .stock__search-detail-title,
  .stock-page.stock-detail .sl-heading-model {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #aaa;
    padding: 0;
    font-size: 20px; }
  /* line 925, scss/_page-stock-detail.scss */
  .stock-page.details .header-wrapper,
  .stock-page.stock-details .header-wrapper,
  .stock-page.stock-detail .header-wrapper {
    height: 13px; }
    /* line 928, scss/_page-stock-detail.scss */
    .stock-page.details .header-wrapper .box-header .logo,
    .stock-page.stock-details .header-wrapper .box-header .logo,
    .stock-page.stock-detail .header-wrapper .box-header .logo {
      height: 60px;
      margin-top: 10px; }
  /* line 934, scss/_page-stock-detail.scss */
  .stock-page.details .stock__vehicle-detail-sub-head,
  .stock-page.stock-details .stock__vehicle-detail-sub-head,
  .stock-page.stock-detail .stock__vehicle-detail-sub-head {
    margin-top: 10px;
    margin-bottom: 0; }
  /* line 939, scss/_page-stock-detail.scss */
  .stock-page.details .stock__hr,
  .stock-page.stock-details .stock__hr,
  .stock-page.stock-detail .stock__hr {
    border-top: 1px solid #aaa;
    margin-bottom: 10px !important;
    margin-top: 0; }
  /* line 945, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-title,
  .stock-page.details .stock__table-responsive,
  .stock-page.stock-details .stock__search-detail-title,
  .stock-page.stock-details .stock__table-responsive,
  .stock-page.stock-detail .stock__search-detail-title,
  .stock-page.stock-detail .stock__table-responsive {
    background: #fff;
    background-color: #fff; }
  /* line 953, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-title .search-detail-name,
  .stock-page.stock-details .stock__search-detail-title .search-detail-name,
  .stock-page.stock-detail .stock__search-detail-title .search-detail-name {
    margin: 0; }
  /* line 957, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-title .pure-u-1.pure-u-sm-16-24,
  .stock-page.stock-details .stock__search-detail-title .pure-u-1.pure-u-sm-16-24,
  .stock-page.stock-detail .stock__search-detail-title .pure-u-1.pure-u-sm-16-24 {
    width: 68%; }
  /* line 961, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-title .pure-u-1.pure-u-sm-8-24,
  .stock-page.stock-details .stock__search-detail-title .pure-u-1.pure-u-sm-8-24,
  .stock-page.stock-detail .stock__search-detail-title .pure-u-1.pure-u-sm-8-24 {
    float: right;
    width: 30%; }
  /* line 967, scss/_page-stock-detail.scss */
  .stock-page.details .owl-wrapper,
  .stock-page.stock-details .owl-wrapper,
  .stock-page.stock-detail .owl-wrapper {
    height: 100% !important;
    max-height: 350px !important; }
    /* line 971, scss/_page-stock-detail.scss */
    .stock-page.details .owl-wrapper .owl-item,
    .stock-page.stock-details .owl-wrapper .owl-item,
    .stock-page.stock-detail .owl-wrapper .owl-item {
      display: none; }
    /* line 975, scss/_page-stock-detail.scss */
    .stock-page.details .owl-wrapper .owl-item:first-child,
    .stock-page.stock-details .owl-wrapper .owl-item:first-child,
    .stock-page.stock-detail .owl-wrapper .owl-item:first-child {
      display: block;
      width: auto !important;
      margin: 0 auto !important;
      height: 100% !important;
      max-height: 350px !important; }
      /* line 982, scss/_page-stock-detail.scss */
      .stock-page.details .owl-wrapper .owl-item:first-child .stock__gallery-slider img,
      .stock-page.details .owl-wrapper .owl-item:first-child .sd-carousel-image,
      .stock-page.stock-details .owl-wrapper .owl-item:first-child .stock__gallery-slider img,
      .stock-page.stock-details .owl-wrapper .owl-item:first-child .sd-carousel-image,
      .stock-page.stock-detail .owl-wrapper .owl-item:first-child .stock__gallery-slider img,
      .stock-page.stock-detail .owl-wrapper .owl-item:first-child .sd-carousel-image {
        width: auto !important;
        height: 100%; }
  /* line 991, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-specification,
  .stock-page.stock-details .stock__search-detail-specification,
  .stock-page.stock-detail .stock__search-detail-specification {
    max-height: 260px;
    height: auto !important;
    overflow: hidden; }
    /* line 997, scss/_page-stock-detail.scss */
    .stock-page.details .stock__search-detail-specification *,
    .stock-page.stock-details .stock__search-detail-specification *,
    .stock-page.stock-detail .stock__search-detail-specification * {
      max-height: 260px;
      overflow: hidden;
      height: auto !important; }
    /* line 1003, scss/_page-stock-detail.scss */
    .stock-page.details .stock__search-detail-specification > div:first-child,
    .stock-page.stock-details .stock__search-detail-specification > div:first-child,
    .stock-page.stock-detail .stock__search-detail-specification > div:first-child {
      width: 330px !important;
      float: left;
      margin-right: 10px; }
    /* line 1009, scss/_page-stock-detail.scss */
    .stock-page.details .stock__search-detail-specification .stock__specifications,
    .stock-page.stock-details .stock__search-detail-specification .stock__specifications,
    .stock-page.stock-detail .stock__search-detail-specification .stock__specifications {
      width: 330px !important; }
    /* line 1013, scss/_page-stock-detail.scss */
    .stock-page.details .stock__search-detail-specification .stock__table-responsive tr,
    .stock-page.details .stock__search-detail-specification .stock__table-responsive td,
    .stock-page.stock-details .stock__search-detail-specification .stock__table-responsive tr,
    .stock-page.stock-details .stock__search-detail-specification .stock__table-responsive td,
    .stock-page.stock-detail .stock__search-detail-specification .stock__table-responsive tr,
    .stock-page.stock-detail .stock__search-detail-specification .stock__table-responsive td {
      padding: 0 1px 0 0; }
  /* line 1019, scss/_page-stock-detail.scss */
  .stock-page.details .stock__search-detail-dealer-comments,
  .stock-page.stock-details .stock__search-detail-dealer-comments,
  .stock-page.stock-detail .stock__search-detail-dealer-comments {
    margin-bottom: 10px; }
  /* line 1024, scss/_page-stock-detail.scss */
  .stock-page.details .stock__container-features .features-list .list-hr,
  .stock-page.stock-details .stock__container-features .features-list .list-hr,
  .stock-page.stock-detail .stock__container-features .features-list .list-hr {
    border: none;
    width: 50%;
    float: left;
    padding: 0 0 3px 0; }
  /* line 1031, scss/_page-stock-detail.scss */
  .stock-page.details .stock__container-features .features-list small,
  .stock-page.stock-details .stock__container-features .features-list small,
  .stock-page.stock-detail .stock__container-features .features-list small {
    display: block;
    clear: both;
    padding-top: 10px; } }
/* line 1041, scss/_page-stock-detail.scss */
.stock-details .xcite-les-video.has-video {
  position: absolute;
  top: 25%;
  left: calc(50% - 50px);
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/images/play-100x100.png") no-repeat;
  width: 100px;
  height: 100px;
  cursor: pointer; }
  /* line 1050, scss/_page-stock-detail.scss */
  .stock-details .xcite-les-video.has-video img {
    display: none; }

/* line 1056, scss/_page-stock-detail.scss */
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 16px; }
  /* line 1061, scss/_page-stock-detail.scss */
  .star-rating.red-star {
    color: #ec1c22; }
  /* line 1065, scss/_page-stock-detail.scss */
  .star-rating.yellow-star {
    color: #ffc20e; }
  /* line 1069, scss/_page-stock-detail.scss */
  .star-rating.gold-star {
    color: #ffc107; }
  /* line 1073, scss/_page-stock-detail.scss */
  .star-rating.orange-star {
    color: #ff9800; }
  /* line 1077, scss/_page-stock-detail.scss */
  .star-rating.green-star {
    color: #54BD84; }
  /* line 1081, scss/_page-stock-detail.scss */
  .star-rating:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\02605\02605\02605\02605\02605';
    overflow: hidden; }
  /* line 1089, scss/_page-stock-detail.scss */
  .star-rating.stars-10:after {
    width: 10%; }
  /* line 1092, scss/_page-stock-detail.scss */
  .star-rating.stars-20:after {
    width: 20%; }
  /* line 1095, scss/_page-stock-detail.scss */
  .star-rating.stars-30:after {
    width: 30%; }
  /* line 1098, scss/_page-stock-detail.scss */
  .star-rating.stars-40:after {
    width: 40%; }
  /* line 1101, scss/_page-stock-detail.scss */
  .star-rating.stars-50:after {
    width: 50%; }
  /* line 1104, scss/_page-stock-detail.scss */
  .star-rating.stars-60:after {
    width: 60%; }
  /* line 1107, scss/_page-stock-detail.scss */
  .star-rating.stars-70:after {
    width: 70%; }
  /* line 1110, scss/_page-stock-detail.scss */
  .star-rating.stars-80:after {
    width: 80%; }
  /* line 1113, scss/_page-stock-detail.scss */
  .star-rating.stars-90:after {
    width: 90%; }
  /* line 1116, scss/_page-stock-detail.scss */
  .star-rating.stars-100:after {
    width: 100%; }

/* line 1, scss/_page-stock-search.scss */
.stock__no-results {
  background: #F2F2F2;
  border: 1px solid #dcddde;
  border-radius: 0;
  padding: 20px;
  width: 100%; }
  /* line 9, scss/_page-stock-search.scss */
  .stock__no-results .caps {
    text-transform: uppercase;
    color: #C71444;
    font-size: 1.4em;
    text-align: center;
    padding-top: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 25 25'%3E%3Cpath d='M22.5,20.16c0,0.62-0.47,1.13-1.09,1.13h-1.15c-0.63,0-1.09-0.51-1.09-1.13v-1.08H5.83v1.08c0,0.62-0.47,1.13-1.09,1.13H3.59c-0.63,0-1.09-0.51-1.09-1.13v-8.72l2.29-6.57c0.25-0.76,0.78-1.13,1.61-1.13h12.19c0.83,0,1.37,0.37,1.61,1.13l2.29,6.57V20.16z M5.23,15.33c0.33,0.31,0.72,0.46,1.17,0.46c0.46,0,0.85-0.15,1.17-0.46c0.33-0.31,0.49-0.71,0.49-1.18s-0.17-0.87-0.49-1.18c-0.33-0.31-0.72-0.46-1.17-0.46c-0.46,0-0.85,0.15-1.17,0.46c-0.33,0.31-0.5,0.71-0.5,1.18S4.91,15.03,5.23,15.33L5.23,15.33z M17.42,15.33c0.33,0.31,0.72,0.46,1.17,0.46c0.46,0,0.85-0.15,1.17-0.46c0.33-0.31,0.5-0.71,0.5-1.18s-0.17-0.87-0.5-1.18c-0.33-0.31-0.72-0.46-1.17-0.46c-0.46,0-0.85,0.15-1.17,0.46c-0.33,0.31-0.49,0.71-0.49,1.18S17.1,15.03,17.42,15.33L17.42,15.33z M4.74,10.31h15.52l-1.67-4.93H6.41L4.74,10.31z' fill='%23b2b2b2' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-x: center;
    background-position-y: 16px; }

/* line 23, scss/_page-stock-search.scss */
.stock__center {
  text-align: center; }

/* line 27, scss/_page-stock-search.scss */
.les_video[data-url] {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/images/play-50x50.png") no-repeat center center; }
  /* line 35, scss/_page-stock-search.scss */
  .les_video[data-url] img {
    display: none; }

/* Finance Page */
/* line 2, scss/_page-finance.scss */
div.financeDisclaimer {
  margin-top: 20px; }

/* line 3, scss/_page-finance.scss */
div.financeDisclaimer p {
  font-size: 11px;
  color: #999;
  font-style: italic; }

/* line 4, scss/_page-finance.scss */
div.financeDisclaimer img {
  float: left;
  margin-bottom: 0 !important;
  padding-right: 15px; }

/* line 6, scss/_page-finance.scss */
img.finance-page-img {
  margin-left: 0; }

/* line 10, scss/_page-finance.scss */
img.imageLeft {
  margin-right: 10px; }

/* Finance Calculator Page */
/* line 2, scss/_page-finance-calculator.scss */
.calculator .stock__finance_calculator_framed {
  border-radius: 3px; }

/* line 3, scss/_page-special.scss */
.special .pageContent .panel-title {
  line-height: 35px; }
/* line 7, scss/_page-special.scss */
.special .specials-container {
  position: relative;
  height: 100%; }
  /* line 12, scss/_page-special.scss */
  .special .specials-container.loading {
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center 44%;
    width: 100%;
    height: 300px; }
    /* line 19, scss/_page-special.scss */
    .special .specials-container.loading > * {
      display: none; }
  /* line 24, scss/_page-special.scss */
  .special .specials-container .owl-wrapper-outer,
  .special .specials-container .owl-wrapper,
  .special .specials-container .owl-item {
    height: 100%; }
  /* line 30, scss/_page-special.scss */
  .special .specials-container .owl-buttons > div {
    position: absolute;
    top: 44%;
    background: none;
    margin: 0;
    padding: 0; }
    /* line 37, scss/_page-special.scss */
    .special .specials-container .owl-buttons > div span {
      display: block; }
      /* line 40, scss/_page-special.scss */
      .special .specials-container .owl-buttons > div span.prevButton, .special .specials-container .owl-buttons > div span.nextButton {
        font-family: 'icomoon';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 0;
        color: #a7a9ac; }
    /* line 50, scss/_page-special.scss */
    .special .specials-container .owl-buttons > div.owl-prev {
      right: 100%; }
    /* line 54, scss/_page-special.scss */
    .special .specials-container .owl-buttons > div.owl-next {
      left: 100%; }
/* line 60, scss/_page-special.scss */
.special .special-vehicle-category {
  color: #C71444;
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
/* line 65, scss/_page-special.scss */
.special .special-detail-wrapper {
  margin-bottom: 20px; }
  /* line 68, scss/_page-special.scss */
  .special .special-detail-wrapper .offer-sub-heading {
    color: #8a8a8a;
    font-size: 0.7em;
    padding-top: 10px;
    font-weight: bold; }
  /* line 75, scss/_page-special.scss */
  .special .special-detail-wrapper .pure-u-1.pure-u-md-1-3 {
    border-bottom: 2px solid #eee; }
  /* line 79, scss/_page-special.scss */
  .special .special-detail-wrapper .offer-heading {
    font-size: 1em;
    font-weight: bold;
    color: #000000; }
  /* line 85, scss/_page-special.scss */
  .special .special-detail-wrapper .owl-item {
    text-align: center; }
    /* line 88, scss/_page-special.scss */
    .special .special-detail-wrapper .owl-item .special-link {
      cursor: pointer;
      display: block;
      padding: 30px 16px 30px;
      border-bottom: 2px solid #666;
      margin-right: 6px;
      height: 100%; }
      /* line 96, scss/_page-special.scss */
      .special .special-detail-wrapper .owl-item .special-link:hover {
        background: #eee;
        border-bottom: 2px solid #C71444; }
        /* line 100, scss/_page-special.scss */
        .special .special-detail-wrapper .owl-item .special-link:hover .more {
          color: #000000; }
    /* line 106, scss/_page-special.scss */
    .special .special-detail-wrapper .owl-item h4 {
      font-size: 18px;
      font-weight: bold;
      width: 90%;
      margin: 0 auto 16px; }
    /* line 113, scss/_page-special.scss */
    .special .special-detail-wrapper .owl-item h5 {
      margin: 0;
      font-size: 0.85em;
      font-weight: bold;
      color: #666; }
    /* line 120, scss/_page-special.scss */
    .special .special-detail-wrapper .owl-item .more {
      font-size: 14px;
      color: #666;
      font-weight: bold;
      margin-top: 40px;
      display: block;
      position: relative;
      padding-bottom: 8px;
      text-decoration: none; }
      /* line 130, scss/_page-special.scss */
      .special .special-detail-wrapper .owl-item .more:after {
        content: '';
        position: absolute;
        width: 22px;
        height: 12px;
        background: url("/n/images/icons_all_general_2014.png") center -300px;
        top: 100%;
        left: 46%; }
  /* line 143, scss/_page-special.scss */
  .special .special-detail-wrapper .detail .box-section-first {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 32px; }
  /* line 149, scss/_page-special.scss */
  .special .special-detail-wrapper .detail .specials-heading {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px; }
/* line 156, scss/_page-special.scss */
.special .extend-height {
  margin-top: 65px; }
/* line 160, scss/_page-special.scss */
.special .vehicle-name {
  color: #666666; }
/* line 165, scss/_page-special.scss */
.special .vehiclesInList h2 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    /* line 165, scss/_page-special.scss */
    .special .vehiclesInList h2 {
      font-size: 30px; } }
/* line 172, scss/_page-special.scss */
.special .vehiclesInList h3 {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }
/* line 177, scss/_page-special.scss */
.special .vehiclesInList h4.specials-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
/* line 181, scss/_page-special.scss */
.special .vehiclesInList p {
  color: #666666;
  line-height: normal; }
/* line 186, scss/_page-special.scss */
.special .vehiclesInList .spec-content ul {
  padding-left: 0; }
/* line 190, scss/_page-special.scss */
.special .vehiclesInList .spec-content li {
  list-style: none;
  padding-left: 2.143em;
  margin-bottom: 1em;
  position: relative; }
  /* line 196, scss/_page-special.scss */
  .special .vehiclesInList .spec-content li:before {
    background: url(../../images/tick-red.png) 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px; }
/* line 207, scss/_page-special.scss */
.special .vehiclesInList .spec-content p {
  margin: 10px 20px 10px;
  line-height: 1.6em; }
/* line 212, scss/_page-special.scss */
.special .quicklinks {
  margin: 0 auto 15px;
  width: 300px; }
  @media screen and (min-width: 768px) {
    /* line 212, scss/_page-special.scss */
    .special .quicklinks {
      margin: 0 auto; } }
  /* line 220, scss/_page-special.scss */
  .special .quicklinks .ql-text {
    font-size: 14px; }
/* line 224, scss/_page-special.scss */
.special .box-section-first, .special .box-section-second {
  margin-bottom: 20px; }
/* line 228, scss/_page-special.scss */
.special .box-section-second {
  border-bottom: 2px solid #eee; }
/* line 232, scss/_page-special.scss */
.special .spec-image img {
  margin: 0 auto; }
/* line 235, scss/_page-special.scss */
.special .specials-disclaimer p {
  line-height: 14px;
  font-size: 11px; }

/* line 241, scss/_page-special.scss */
.special-wrapper ul.list {
  padding-left: 0px; }
  /* line 244, scss/_page-special.scss */
  .special-wrapper ul.list li.listitem {
    display: block;
    border-bottom: 2px solid #fff; }
  /* line 249, scss/_page-special.scss */
  .special-wrapper ul.list li.listitem a, .special-wrapper ul.list i {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #c71444;
    color: #fff;
    display: block;
    line-height: 2.857em;
    min-height: 2.857em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 4.143em;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  /* line 275, scss/_page-special.scss */
  .special-wrapper ul.list .listitem a:hover, .special-wrapper ul.list i:hover {
    background: #810d2c;
    color: #fff; }
  /* line 280, scss/_page-special.scss */
  .special-wrapper ul.list .ico {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 50%;
    left: 18px; }
  /* line 291, scss/_page-special.scss */
  .special-wrapper ul.list .registerNowBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -2977px no-repeat; }
  /* line 295, scss/_page-special.scss */
  .special-wrapper ul.list .registerNowBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -2977px no-repeat; }
  /* line 299, scss/_page-special.scss */
  .special-wrapper ul.list .viewPacksBtn .ico {
    background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }
  /* line 303, scss/_page-special.scss */
  .special-wrapper ul.list .viewPacksBtn a:hover .ico {
    background: url("/n/images/nissan-icons.png") 0 -4259px no-repeat; }

/* line 308, scss/_page-special.scss */
.special-content-wrapper {
  margin-top: 20px; }

/* line 312, scss/_page-special.scss */
.special-section-divider {
  border-bottom: 1px solid #eeeeee;
  margin: 50px 0; }

/* line 317, scss/_page-special.scss */
.special-spec-image-wrapper {
  height: 134px; }

/* line 321, scss/_page-special.scss */
p.section-note {
  font-size: 0.714em;
  line-height: 1.986em; }
  /* line 325, scss/_page-special.scss */
  p.section-note a:hover {
    color: #C71444;
    text-decoration: underline; }

/* line 331, scss/_page-special.scss */
.nissan.navara .vehicle-section-head-wrapper p.section-note {
  font-size: 0.714em;
  line-height: 1.986em;
  width: 80%; }
  @media screen and (min-width: 568px) {
    /* line 331, scss/_page-special.scss */
    .nissan.navara .vehicle-section-head-wrapper p.section-note {
      width: 70%; } }
  @media screen and (min-width: 640px) {
    /* line 331, scss/_page-special.scss */
    .nissan.navara .vehicle-section-head-wrapper p.section-note {
      width: 66%; } }
  @media screen and (min-width: 880px) {
    /* line 331, scss/_page-special.scss */
    .nissan.navara .vehicle-section-head-wrapper p.section-note {
      width: 80%; } }

/* line 352, scss/_page-special.scss */
.special_dealer img {
  margin: 0px; }

/* line 356, scss/_page-special.scss */
.inpage-special {
  margin-bottom: 30px; }
  /* line 359, scss/_page-special.scss */
  .inpage-special h3.special-header {
    position: relative;
    font-size: 18px;
    text-decoration: none; }
  /* line 365, scss/_page-special.scss */
  .inpage-special .collapsed h3 {
    padding-left: 10px;
    background: #EEEEEE;
    padding-top: 16px;
    padding-bottom: 10px;
    height: 50px; }
  /* line 373, scss/_page-special.scss */
  .inpage-special a:hover {
    text-decoration: none; }
  /* line 377, scss/_page-special.scss */
  .inpage-special a:active {
    text-decoration: none; }

/* line 382, scss/_page-special.scss */
.vehcile-offers-disclaimer {
  font-size: 10px;
  height: auto;
  margin-top: 20px;
  line-height: 1.25em; }
  /* line 388, scss/_page-special.scss */
  .vehcile-offers-disclaimer .dialog-title {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer; }

/* line 398, scss/_page-special.scss */
.dialog-title.show:after {
  content: " -"; }

/* line 403, scss/_page-special.scss */
.dialog-title.hide:after {
  content: " +"; }

/* line 407, scss/_page-special.scss */
.disclaimer {
  padding-top: 10px; }

/* line 411, scss/_page-special.scss */
.repayment-disclaimer.disclaimer.show {
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: expandDisclaimer;
  -webkit-animation-duration: 0.7s;
  animation-name: expandDisclaimer;
  animation-duration: 0.7s; }

/* line 420, scss/_page-special.scss */
.repayment-disclaimer.disclaimer.hide {
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: shrinkDisclaimer;
  -webkit-animation-duration: 0.4s;
  animation-name: shrinkDisclaimer;
  animation-duration: 0.4s; }

@keyframes expandDisclaimer {
  0% {
    max-height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    max-height: 500px;
    visibility: visible;
    opacity: 1; } }
@keyframes shrinkDisclaimer {
  0% {
    max-height: 500px;
    visibility: visible;
    opacity: 1; }
  100% {
    max-height: 0;
    visibility: hidden;
    opacity: 0; } }
/* ===================================
   Page - Home
   =================================== */
/* line 4, scss/_page-home.scss */
.sub-brands-icons {
  float: left;
  max-width: 140px; }
  /* line 8, scss/_page-home.scss */
  .sub-brands-icons img {
    max-width: 135px; }

/* line 15, scss/_page-home.scss */
.home .welcome-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0; }
/* line 24, scss/_page-home.scss */
.home .welcome-copy-wrapper {
  padding-top: 40px; }
  @media screen and (min-width: 568px) {
    /* line 24, scss/_page-home.scss */
    .home .welcome-copy-wrapper {
      padding-top: 0; } }
/* line 33, scss/_page-home.scss */
.home .bg-page-carousel {
  margin: 0 0 200px;
  height: 292px; }
  @media screen and (min-width: 440px) {
    /* line 33, scss/_page-home.scss */
    .home .bg-page-carousel {
      margin: 0 0 270px; } }
  @media screen and (min-width: 498px) {
    /* line 33, scss/_page-home.scss */
    .home .bg-page-carousel {
      margin: 0 0 350px; } }
  @media screen and (min-width: 598px) {
    /* line 33, scss/_page-home.scss */
    .home .bg-page-carousel {
      margin: 0 0 180px; } }
  @media screen and (min-width: 784px) {
    /* line 33, scss/_page-home.scss */
    .home .bg-page-carousel {
      margin: 0 0 110px; } }
/* line 55, scss/_page-home.scss */
.home #home-promo.promo-g {
  padding: 0; }
/* line 59, scss/_page-home.scss */
.home #home-promo .owl-pagination {
  position: absolute;
  width: 100%; }
/* line 65, scss/_page-home.scss */
.home .content-wrapper.welcome-text {
  padding-bottom: 50px; }
/* line 68, scss/_page-home.scss */
.home .container.bg-page.welcome-text {
  min-height: 350px; }
/* line 74, scss/_page-home.scss */
.home.centralcoastnissan .video-wrapper, .home.wyongnissan .video-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0; }
/* line 80, scss/_page-home.scss */
.home.centralcoastnissan .video-wrapper iframe, .home.wyongnissan .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 91, scss/_page-home.scss */
.home.maitlandnissan .welcome-text table {
  width: 540px;
  border: none; }
/* line 96, scss/_page-home.scss */
.home.maitlandnissan .welcome-text iframe {
  width: 251px;
  height: 148px; }

/* line 103, scss/_page-home.scss */
.image-welcome-signature img {
  margin: 0px; }

/* line 107, scss/_page-home.scss */
.embedsocial-reviews {
  padding-top: 20px; }

/* ===================================
Page - Search Results
=================================== */
/*
Search (Accordion)
*/
/* line 7, scss/_page-search-results.scss */
.search-accordion .panel-default > .panel-heading {
  color: #fff;
  background-color: #000000;
  border-bottom: 1px solid #1A1A1A; }

/* line 8, scss/_page-search-results.scss */
.search-accordion .panel-heading {
  border-radius: 0; }

/* line 9, scss/_page-search-results.scss */
.search-accordion.panel-group .panel {
  border-radius: 0; }

/* line 10, scss/_page-search-results.scss */
.search-accordion.panel-group .panel + .panel {
  margin-top: 0; }

/* line 11, scss/_page-search-results.scss */
.search-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: transparent; }

/* line 12, scss/_page-search-results.scss */
.search-accordion .panel-collapse {
  border-left: 1px #d1d3d4 solid;
  border-right: 1px #d1d3d4 solid;
  border-bottom: 1px #d1d3d4 solid; }

/* line 13, scss/_page-search-results.scss */
.search-accordion .panel-heading a:hover {
  color: #fff; }

/* line 14, scss/_page-search-results.scss */
.search-accordion .panel-body {
  padding: 10px; }

/* line 15, scss/_page-search-results.scss */
.search-accordion .panel-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  /* line 17, scss/_page-search-results.scss */
  .search-accordion .panel-heading a {
    color: #878787;
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in; }
  /* line 21, scss/_page-search-results.scss */
  .search-accordion .panel-heading a:hover {
    text-decoration: none; }

/* Service Page Styles */
/* line 4, scss/_page-service.scss */
.rockdalenissan.service .online-service-form a {
  margin: 0 0 30px; }

/* line 12, scss/_page-service.scss */
.midlandcitynissan .service-booking-link {
  display: block;
  position: relative;
  color: #fff;
  max-width: 450px;
  margin: auto; }
  /* line 19, scss/_page-service.scss */
  .midlandcitynissan .service-booking-link:hover {
    color: #fff; }
    /* line 21, scss/_page-service.scss */
    .midlandcitynissan .service-booking-link:hover .service-booking-label {
      background: #C71444;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
/* line 29, scss/_page-service.scss */
.midlandcitynissan .service-booking-label {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 10px; }
/* line 42, scss/_page-service.scss */
.midlandcitynissan .service-booking-img {
  width: 100%; }
/* line 46, scss/_page-service.scss */
.midlandcitynissan .service-booking-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #C71444;
  padding: 8px 11px 8px 11px;
  font-size: 16px; }
  /* line 54, scss/_page-service.scss */
  .midlandcitynissan .service-booking-button span {
    padding-left: 5px;
    vertical-align: middle; }

/* Contact Page Styles */
/* line 5, scss/_page-contact.scss */
.contact .desktop.address-box-wrapper,
.contact-us .desktop.address-box-wrapper {
  margin-top: 2em; }
/* line 9, scss/_page-contact.scss */
.contact .map-iframe,
.contact-us .map-iframe {
  width: 100%;
  height: 300px;
  margin: 0 auto; }
/* line 17, scss/_page-contact.scss */
.contact .operating-hours-wrapper.panel-group,
.contact-us .operating-hours-wrapper.panel-group {
  margin-bottom: 0; }

/* Map Controls Fix */
/* line 24, scss/_page-contact.scss */
#map {
  width: 100%;
  height: 300px; }
  /* line 28, scss/_page-contact.scss */
  #map * {
    max-width: none; }

/* Map Styles */
/* line 3, scss/_page-map.scss */
.map-framed .nav-mobile,
.map-framed .nav-primary-mobile-wrapper,
.map-framed .toolbox-wrapper,
.map-framed .header-wrapper,
.map-framed .footer {
  display: none !important; }
/* line 10, scss/_page-map.scss */
.map-framed .content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }
/* line 15, scss/_page-map.scss */
.map-framed.page {
  background-color: #f7f7f7; }

/* Toyota Certified Used Cars page styles */
/* line 7, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-header h3, .certified-used-cars .promise-header h4, .certified-used-cars .promise-header h5,
.certified-used-cars .quality-guarantee h3,
.certified-used-cars .quality-guarantee h4,
.certified-used-cars .quality-guarantee h5 {
  margin-top: 0; }
/* line 11, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-header h3,
.certified-used-cars .quality-guarantee h3 {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    /* line 11, scss/_page-certified-used-cars.scss */
    .certified-used-cars .promise-header h3,
    .certified-used-cars .quality-guarantee h3 {
      font-size: 20px; } }
/* line 19, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-header h4,
.certified-used-cars .quality-guarantee h4 {
  font-size: 14px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 19, scss/_page-certified-used-cars.scss */
    .certified-used-cars .promise-header h4,
    .certified-used-cars .quality-guarantee h4 {
      font-size: 16px; } }
/* line 30, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-list * {
  line-height: 1.5em;
  margin: 0;
  font-size: 0.98em; }
/* line 36, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-list sup {
  font-size: 0.8em; }
/* line 40, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-list img {
  margin: 0 auto; }
/* line 44, scss/_page-certified-used-cars.scss */
.certified-used-cars .promise-list .doubt {
  text-align: center;
  font-size: 16px;
  color: #CF1B1D; }
/* line 52, scss/_page-certified-used-cars.scss */
.certified-used-cars .quality-guarantee h3 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    /* line 52, scss/_page-certified-used-cars.scss */
    .certified-used-cars .quality-guarantee h3 {
      margin-bottom: 30px; } }
/* line 60, scss/_page-certified-used-cars.scss */
.certified-used-cars .quality-guarantee h4 {
  text-align: left;
  font-size: 13px; }
  @media screen and (min-width: 768px) {
    /* line 60, scss/_page-certified-used-cars.scss */
    .certified-used-cars .quality-guarantee h4 {
      font-size: 14px; } }
/* line 68, scss/_page-certified-used-cars.scss */
.certified-used-cars .quality-guarantee img {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    /* line 68, scss/_page-certified-used-cars.scss */
    .certified-used-cars .quality-guarantee img {
      margin-bottom: 20px; } }
/* line 76, scss/_page-certified-used-cars.scss */
.certified-used-cars .toyota-red {
  color: #CF1B1D; }
/* line 80, scss/_page-certified-used-cars.scss */
.certified-used-cars .grey {
  background-color: #ebebec; }
/* line 84, scss/_page-certified-used-cars.scss */
.certified-used-cars .disclaimer {
  color: #7B7D84;
  padding: 5px 10px;
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 85%; }

/* ===================================
Page - New Vehicles
=================================== */
/* line 6, scss/_page-new-vehicles.scss */
.new-vehicles h3 {
  font-size: 18px; }

/* line 11, scss/_page-new-vehicles.scss */
.new-vehicle-inventory-stand-out {
  padding-left: 0;
  background: #fff; }
  @media screen and (min-width: 768px) {
    /* line 11, scss/_page-new-vehicles.scss */
    .new-vehicle-inventory-stand-out {
      padding-left: 3%; } }
  /* line 18, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out.stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 568px) {
      /* line 18, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out.stick {
        z-index: 999;
        top: 81px; } }
    @media screen and (min-width: 1024px) {
      /* line 18, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out.stick {
        top: 59px; } }
  /* line 35, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out.wide.stick-xl {
    position: fixed;
    top: 176px;
    width: 100%;
    z-index: 99;
    top: 0; }
  /* line 46, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper a:hover {
    text-decoration: none; }
  /* line 50, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .new-stock-button-image {
    text-align: center; }
    @media screen and (min-width: 1024px) {
      /* line 50, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .new-stock-button-image {
        text-align: left; } }
  /* line 57, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .button-new-stock {
    margin: 0;
    background-color: #C71444;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
    padding: 10px 0px;
    border-top: 1px solid #e9255a; }
    @media screen and (min-width: 768px) {
      /* line 57, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .button-new-stock {
        font-size: 12px;
        float: left;
        width: inherit;
        border-radius: 3px;
        padding: 3px 10px;
        margin: 26px 0; } }
    @media screen and (min-width: 880px) {
      /* line 57, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .button-new-stock {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      /* line 57, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .button-new-stock {
        padding: 11px 10px;
        margin: 18px 0; } }
    @media screen and (min-width: 1170px) {
      /* line 57, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .button-new-stock {
        font-size: 18px; } }
  /* line 84, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text {
    display: none; }
    /* line 85, scss/_page-new-vehicles.scss */
    .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text h4 {
      font-family: 'MuseoSans-300', Arial, sans-serif;
      font-size: 13px;
      font-weight: bold; }
      @media screen and (min-width: 880px) {
        /* line 85, scss/_page-new-vehicles.scss */
        .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text h4 {
          font-size: 16px; } }
      @media screen and (min-width: 1170px) {
        /* line 85, scss/_page-new-vehicles.scss */
        .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text h4 {
          font-size: 18px; } }
    @media screen and (min-width: 768px) {
      /* line 84, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text {
        display: inline-block;
        color: #000000;
        float: left;
        margin: 20px 0; } }
    @media screen and (min-width: 1024px) {
      /* line 84, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text {
        display: inline-block;
        margin: 20px 0;
        margin-left: -15px; } }
    @media screen and (min-width: 1170px) {
      /* line 84, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .new-stock-button-wrapper .stock-text {
        font-size: 18px; } }
  /* line 114, scss/_page-new-vehicles.scss */
  .new-vehicle-inventory-stand-out .stand-out .stocklink-image-wrapper {
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 114, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .stocklink-image-wrapper {
        float: left;
        display: block;
        width: 120px;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      /* line 114, scss/_page-new-vehicles.scss */
      .new-vehicle-inventory-stand-out .stand-out .stocklink-image-wrapper {
        width: 150px;
        top: -6px;
        left: -6px; } }

/* line 134, scss/_page-new-vehicles.scss */
.specials-heading-price {
  color: #C71444; }

/* Spare Pages Styles */
/* line 3, scss/_page-spare-pages.scss */
.row-gap {
  margin-top: 30px;
  text-align: center; }
  /* line 7, scss/_page-spare-pages.scss */
  .row-gap a:hover {
    color: #000;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
  /* line 12, scss/_page-spare-pages.scss */
  .row-gap p {
    margin: 0 0 0px; }

/* line 17, scss/_page-spare-pages.scss */
.meet-the-team-wrapper {
  overflow-x: scroll; }

/* line 21, scss/_page-spare-pages.scss */
.section-divider {
  display: inline;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%; }

/* line 28, scss/_page-spare-pages.scss */
img.service-spare-page-img {
  margin: 0;
  padding-top: 15px; }

/* line 33, scss/_page-spare-pages.scss */
img.parts-spare-page-img, img.company-spare-page-img {
  margin: 0;
  padding-bottom: 10px; }

/* line 38, scss/_page-spare-pages.scss */
img.service-spare-page-img2 {
  margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 38, scss/_page-spare-pages.scss */
    img.service-spare-page-img2 {
      margin: 0 auto;
      padding-left: 20px; } }

/* line 47, scss/_page-spare-pages.scss */
li.last-li {
  list-style: none; }

/* line 51, scss/_page-spare-pages.scss */
img.spare-page-img-padding {
  padding-bottom: 10px; }

/* line 55, scss/_page-spare-pages.scss */
img.meet-the-team-img {
  margin-left: 0; }

/* line 59, scss/_page-spare-pages.scss */
p.meet-the-team-p {
  margin-bottom: 0; }

/* line 63, scss/_page-spare-pages.scss */
p.spare-page-video {
  padding-right: 10px;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    /* line 63, scss/_page-spare-pages.scss */
    p.spare-page-video {
      margin: 0; } }

/* line 74, scss/_page-spare-pages.scss */
.spare-page-wrapper h2.header-margin, .spare-page-wrapper h3.header-margin {
  margin-top: 0; }

/* line 79, scss/_page-spare-pages.scss */
h5.spare-page-h5 {
  color: #C71444;
  font-weight: bold; }

/* line 83, scss/_page-spare-pages.scss */
input.pure-button.button-brand.spare-page-button {
  margin-bottom: 10px; }

/* line 87, scss/_page-spare-pages.scss */
input.inside-form-input.spare-page-input {
  margin-top: 10px; }

/* line 93, scss/_page-spare-pages.scss */
.meet-the-team-wrapper {
  margin-bottom: 20px; }
  /* line 96, scss/_page-spare-pages.scss */
  .meet-the-team-wrapper h3 {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      /* line 96, scss/_page-spare-pages.scss */
      .meet-the-team-wrapper h3 {
        margin-top: 0; } }
  /* line 103, scss/_page-spare-pages.scss */
  .meet-the-team-wrapper .meet-the-team-heading {
    color: #C71444;
    text-align: left; }

/* line 109, scss/_page-spare-pages.scss */
div.meet-the-team-wrapper {
  overflow: scroll; }

/* line 115, scss/_page-spare-pages.scss */
.online-service-iframe {
  width: 100%;
  height: 1050px; }
  @media screen and (min-width: 1024px) {
    /* line 115, scss/_page-spare-pages.scss */
    .online-service-iframe {
      height: 700px; } }

/* line 126, scss/_page-spare-pages.scss */
.special-form-wrapper {
  position: relative; }
  /* line 129, scss/_page-spare-pages.scss */
  .special-form-wrapper a {
    position: absolute;
    display: block;
    max-width: 120px;
    left: 60%;
    top: 140px; }
    @media screen and (min-width: 568px) {
      /* line 129, scss/_page-spare-pages.scss */
      .special-form-wrapper a {
        max-width: 160px;
        left: 63%;
        top: 225px; } }
    @media screen and (min-width: 768px) {
      /* line 129, scss/_page-spare-pages.scss */
      .special-form-wrapper a {
        max-width: 170px; } }
    @media screen and (min-width: 1024px) {
      /* line 129, scss/_page-spare-pages.scss */
      .special-form-wrapper a {
        max-width: 230px;
        left: 66%;
        top: 265px; } }
  /* line 153, scss/_page-spare-pages.scss */
  .special-form-wrapper input {
    position: absolute;
    display: block;
    max-width: 130px;
    left: 60%;
    height: 20px; }
    @media screen and (min-width: 568px) {
      /* line 153, scss/_page-spare-pages.scss */
      .special-form-wrapper input {
        max-width: 160px;
        left: 63%;
        height: 32px; } }
    @media screen and (min-width: 768px) {
      /* line 153, scss/_page-spare-pages.scss */
      .special-form-wrapper input {
        max-width: 170px; } }
    @media screen and (min-width: 1024px) {
      /* line 153, scss/_page-spare-pages.scss */
      .special-form-wrapper input {
        max-width: 230px;
        left: 66%;
        height: 38px; } }
    /* line 176, scss/_page-spare-pages.scss */
    .special-form-wrapper input#field22389000 {
      top: 50px; }
      @media screen and (min-width: 568px) {
        /* line 176, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389000 {
          top: 70px; } }
      @media screen and (min-width: 1024px) {
        /* line 176, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389000 {
          top: 100px; } }
    /* line 185, scss/_page-spare-pages.scss */
    .special-form-wrapper input#field22389001 {
      top: 70px; }
      @media screen and (min-width: 568px) {
        /* line 185, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389001 {
          top: 110px; } }
      @media screen and (min-width: 1024px) {
        /* line 185, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389001 {
          top: 140px; } }
    /* line 194, scss/_page-spare-pages.scss */
    .special-form-wrapper input#field22389002 {
      top: 90px; }
      @media screen and (min-width: 568px) {
        /* line 194, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389002 {
          top: 150px; } }
      @media screen and (min-width: 1024px) {
        /* line 194, scss/_page-spare-pages.scss */
        .special-form-wrapper input#field22389002 {
          top: 180px; } }
    /* line 203, scss/_page-spare-pages.scss */
    .special-form-wrapper input[type="image"] {
      top: 115px; }
      @media screen and (min-width: 568px) {
        /* line 203, scss/_page-spare-pages.scss */
        .special-form-wrapper input[type="image"] {
          top: 190px; } }
      @media screen and (min-width: 1024px) {
        /* line 203, scss/_page-spare-pages.scss */
        .special-form-wrapper input[type="image"] {
          top: 220px; } }

/* line 214, scss/_page-spare-pages.scss */
.page-content-form {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px; }

/* line 221, scss/_page-spare-pages.scss */
main img {
  margin: 0; }

/* line 3, scss/_page-vehicle-range.scss */
.range main.container {
  padding: 0 1.5em; }
/* line 7, scss/_page-vehicle-range.scss */
.range .range-vehicle-wrapper {
  padding: 32px 20px;
  border-bottom: 2px solid #fff;
  display: block; }
  /* line 11, scss/_page-vehicle-range.scss */
  .range .range-vehicle-wrapper:hover {
    text-decoration: none;
    background: #F2F2F2;
    border-bottom: 2px solid #C71444; }
  /* line 17, scss/_page-vehicle-range.scss */
  .range .range-vehicle-wrapper h3 {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 20px; }

/* line 26, scss/_page-vehicle-range.scss */
.range-vehicle-cat-name {
  color: #C71444;
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0; }

/* line 34, scss/_page-vehicle-range.scss */
.n-sport-range .sliderOuterWrapper .sliderWrapper {
  position: relative; }
/* line 38, scss/_page-vehicle-range.scss */
.n-sport-range .banner-heading {
  font-family: akzidenz-grotesk_bold;
  font-size: 4.8vw;
  color: #fff;
  position: absolute;
  top: 4.2vw;
  max-width: 1169px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 0 0 1rem; }
/* line 51, scss/_page-vehicle-range.scss */
.n-sport-range .n-spoert-Intro {
  margin-bottom: 30px; }
  /* line 53, scss/_page-vehicle-range.scss */
  .n-sport-range .n-spoert-Intro .n-spoert-Logo {
    margin-top: 30px; }
/* line 57, scss/_page-vehicle-range.scss */
.n-sport-range .n-sport-small-Img {
  margin-right: 10.5%; }
  /* line 59, scss/_page-vehicle-range.scss */
  .n-sport-range .n-sport-small-Img .n-spoert-explore-btn {
    margin-bottom: 20px; }
/* line 63, scss/_page-vehicle-range.scss */
.n-sport-range .n-sport-slide-Img {
  width: 100%; }
/* line 67, scss/_page-vehicle-range.scss */
.n-sport-range .n-sport-caption {
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #c8c8c8; }
/* line 74, scss/_page-vehicle-range.scss */
.n-sport-range .n-sport-slide {
  position: relative; }
/* line 78, scss/_page-vehicle-range.scss */
.n-sport-range .n-sport-disclaimer {
  margin-top: 40px; }

/* Map Styles */
/* line 6, scss/_page-meet-the-team.scss */
.meet-team .pageContent .box-meetteam {
  padding: 0 15px 0 0; }
/* line 11, scss/_page-meet-the-team.scss */
.meet-team .pageContent .meet-the-team-1 span.team-position {
  font-size: 18px;
  color: #000000; }
/* line 18, scss/_page-meet-the-team.scss */
.meet-team .pageContent .meet-the-team-2 a {
  color: #666; }
/* line 21, scss/_page-meet-the-team.scss */
.meet-team .pageContent .meet-the-team-2 a:hover {
  color: #C71444; }
/* line 26, scss/_page-meet-the-team.scss */
.meet-team .pageContent .team-member-image {
  max-width: 200px; }
/* line 33, scss/_page-meet-the-team.scss */
.meet-team .meet-the-team-3 .tab-pane {
  display: none; }
/* line 37, scss/_page-meet-the-team.scss */
.meet-team .meet-the-team-3 .tab-pane.active {
  display: block; }

/* line 1, scss/_page-dealer-specials.scss */
.dealership-special-wrapper {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dcddde;
  padding-bottom: 2rem; }

/* line 7, scss/_page-dealer-specials.scss */
.ds-col-1 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 7, scss/_page-dealer-specials.scss */
    .ds-col-1 {
      width: 70%;
      padding-right: 1.5rem; } }

/* line 16, scss/_page-dealer-specials.scss */
.ds-col-2 {
  width: 100%;
  margin-top: 1rem;
  background: #f7f7f7;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #E5E5E5; }
  @media screen and (min-width: 768px) {
    /* line 16, scss/_page-dealer-specials.scss */
    .ds-col-2 {
      width: 30%;
      margin-top: 0; } }

/* line 30, scss/_page-dealer-specials.scss */
.ds-image-large {
  padding-bottom: 1.2rem; }

/* line 34, scss/_page-dealer-specials.scss */
.ds-image-small {
  width: 100%;
  margin: 0 20px 10px 0; }
  @media screen and (min-width: 384px) {
    /* line 34, scss/_page-dealer-specials.scss */
    .ds-image-small {
      width: auto; } }
  @media screen and (min-width: 568px) {
    /* line 34, scss/_page-dealer-specials.scss */
    .ds-image-small {
      max-width: 250px;
      float: left; } }

/* line 48, scss/_page-dealer-specials.scss */
.ds-heading-wrapper {
  margin-bottom: 1rem; }

/* line 52, scss/_page-dealer-specials.scss */
.ds-heading,
.ds-sub-heading {
  width: 100%; }

/* line 57, scss/_page-dealer-specials.scss */
.ds-heading,
.ds-price {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 .5rem 0; }

/* line 65, scss/_page-dealer-specials.scss */
.ds-sub-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin: 0 0 .5rem 0; }

/* line 71, scss/_page-dealer-specials.scss */
.ds-text ul,
.ds-text ol {
  display: inline-block; }

/* line 76, scss/_page-dealer-specials.scss */
.ds-text-disclaimer {
  font-size: 75%; }

/* line 80, scss/_page-dealer-specials.scss */
.ds-price-beforenote,
.ds-price-afternote {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #595959;
  margin-bottom: 3px; }

/* line 88, scss/_page-dealer-specials.scss */
.ds-price {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C71444; }

/* line 93, scss/_page-dealer-specials.scss */
.ds-price-symbol {
  font-size: 12px;
  top: -4px;
  left: 0; }

/* line 99, scss/_page-dealer-specials.scss */
.ds-price-disclaimer {
  font-size: 10px;
  line-height: 14px;
  display: block;
  margin-bottom: 10px; }

/* line 106, scss/_page-dealer-specials.scss */
.ds-price-disclaimer p,
.ds-price-disclaimer-symbol {
  display: inline; }

/* line 111, scss/_page-dealer-specials.scss */
.ds-price-disclaimer-symbol {
  margin-right: 2px; }

/* line 1, scss/_page-errors1.scss */
.main.main-error {
  min-height: auto; }

/* line 5, scss/_page-errors1.scss */
.box-error {
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 5, scss/_page-errors1.scss */
    .box-error {
      padding: 9vw 1.5rem 9vw 1.5rem; } }
  @media screen and (min-width: 1024px) {
    /* line 5, scss/_page-errors1.scss */
    .box-error {
      padding: 5rem 1.5rem 5rem 1.5rem; } }

/* line 17, scss/_page-errors1.scss */
.error-code-wrapper {
  text-align: center;
  margin: 15px 0 20px 0; }
  @media screen and (min-width: 768px) {
    /* line 17, scss/_page-errors1.scss */
    .error-code-wrapper {
      margin: 0 0 38px 0; } }

/* line 26, scss/_page-errors1.scss */
.error-code {
  font-family: 'Roboto Bold Digits', Helvetica, Arial, sans-serif;
  font-size: 17vw;
  letter-spacing: -1px;
  line-height: 36vw;
  color: #000;
  width: 36vw;
  height: 36vw;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    /* line 26, scss/_page-errors1.scss */
    .error-code {
      font-size: 140px;
      line-height: 300px;
      width: 300px;
      height: 300px;
      letter-spacing: -5px; } }

/* line 48, scss/_page-errors1.scss */
.error-code:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 36vw;
  height: 36vw;
  border: 2.5vw solid #C71444;
  border-radius: 50%; }
  @media screen and (min-width: 1024px) {
    /* line 48, scss/_page-errors1.scss */
    .error-code:before {
      width: 300px;
      height: 300px;
      border: 18px solid #C71444;
      border-radius: 50%; } }

/* line 66, scss/_page-errors1.scss */
.error-heading,
.error-sub-heading {
  color: #666;
  text-align: center; }

/* line 72, scss/_page-errors1.scss */
.error-heading {
  font-size: 22px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 72, scss/_page-errors1.scss */
    .error-heading {
      font-size: 4vw; } }
  @media screen and (min-width: 1024px) {
    /* line 72, scss/_page-errors1.scss */
    .error-heading {
      font-size: 34px; } }

/* line 85, scss/_page-errors1.scss */
.error-sub-heading {
  font-size: 16px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 85, scss/_page-errors1.scss */
    .error-sub-heading {
      font-size: 2vw; } }
  @media screen and (min-width: 1024px) {
    /* line 85, scss/_page-errors1.scss */
    .error-sub-heading {
      font-size: 20px; } }

/* line 99, scss/_page-errors1.scss */
.error-link-wrapper {
  text-align: center;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    /* line 99, scss/_page-errors1.scss */
    .error-link-wrapper {
      margin-top: 48px; } }

/* line 108, scss/_page-errors1.scss */
.error-link {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: auto;
  padding: 2px 20px 0 20px;
  height: 40px;
  border-radius: 20px;
  background-color: #C71444;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 150ms ease-in;
  margin: 0 10px 15px 10px; }
  @media screen and (min-width: 1024px) {
    /* line 108, scss/_page-errors1.scss */
    .error-link {
      font-size: 20px;
      padding: 5px 25px 0 25px;
      height: 50px;
      border-radius: 25px; } }

/* line 133, scss/_page-errors1.scss */
.error-link:hover {
  background-color: #a71139; }

/* line 137, scss/_page-errors1.scss */
.error-link:hover {
  color: #fff;
  text-decoration: none; }

/* line 142, scss/_page-errors1.scss */
.icon-error-link-arrow,
.icon-error-home {
  width: 27px;
  height: 27px;
  fill: #fff;
  top: 5px;
  margin-right: 9px;
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    /* line 142, scss/_page-errors1.scss */
    .icon-error-link-arrow,
    .icon-error-home {
      width: 31px;
      height: 31px; } }

/* line 157, scss/_page-errors1.scss */
.icon-error-home {
  top: 4px; }

/* line 161, scss/_page-errors1.scss */
.error-link-text {
  position: relative;
  top: -3px; }

/* line 1, scss/_page-protection-plan.scss */
.protection-plan-wrapper {
  padding: 40px 0; }
  /* line 5, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .protection-carousel {
    padding: 35px;
    border: 1px solid #d1d3d4;
    margin-right: 15px; }
    @media screen and (min-width: 880px) {
      /* line 5, scss/_page-protection-plan.scss */
      .protection-plan-wrapper .protection-carousel {
        padding: 15px; } }
    @media screen and (min-width: 1024px) {
      /* line 5, scss/_page-protection-plan.scss */
      .protection-plan-wrapper .protection-carousel {
        padding: 35px; } }
    @media screen and (min-width: 880px) {
      /* line 18, scss/_page-protection-plan.scss */
      .protection-plan-wrapper .protection-carousel .pure-button {
        font-size: 11px; } }
    @media screen and (min-width: 1024px) {
      /* line 18, scss/_page-protection-plan.scss */
      .protection-plan-wrapper .protection-carousel .pure-button {
        font-size: 14px; } }
  /* line 30, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-pagination {
    position: absolute;
    left: 50%;
    bottom: -10%;
    z-index: 1;
    width: 100%;
    margin-left: -50%;
    text-align: center; }
  /* line 40, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-page {
    display: inline-block; }
    /* line 44, scss/_page-protection-plan.scss */
    .protection-plan-wrapper .owl-page span {
      display: block;
      width: 9px;
      height: 9px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      border-radius: 5px;
      background: #d1d3d4; }
  /* line 56, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-buttons {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    margin-top: -30px;
    left: 0px;
    z-index: 1; }
  /* line 66, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-prev {
    left: 0px;
    margin: 0 0 0 10px; }
  /* line 71, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-next {
    right: 0px;
    margin: 0 10px 0 0; }
  /* line 76, scss/_page-protection-plan.scss */
  .protection-plan-wrapper .owl-prev, .protection-plan-wrapper .owl-next {
    display: none; }
    @media screen and (min-width: 568px) {
      /* line 76, scss/_page-protection-plan.scss */
      .protection-plan-wrapper .owl-prev, .protection-plan-wrapper .owl-next {
        font-family: 'icomoon';
        font-size: 30px;
        line-height: 1;
        opacity: 0.35;
        filter: Alpha(Opacity=35);
        display: block;
        position: absolute; } }

@media screen and (min-width: 1024px) {
  /* line 3, scss/_page-fleet.scss */
  .fleet.eagersnissan .pageContent {
    width: 160%; } }

/* line 1, scss/_module-svg-2.scss */
.icon-list,
.icon-thumb,
.icon-gallery {
  width: 25px;
  height: 25px;
  fill: #a7a9ac; }
  /* line 8, scss/_module-svg-2.scss */
  .icon-list:hover,
  .icon-thumb:hover,
  .icon-gallery:hover {
    fill: #C71444; }

/* line 13, scss/_module-svg-2.scss */
.icon-svg-arrow-right {
  width: 7.2px;
  height: 11.4px;
  fill: #666;
  margin-right: 4px; }

/* line 20, scss/_module-svg-2.scss */
.icon-svg-star {
  width: 15.8px;
  height: 15px;
  margin-right: 5px; }

/* line 26, scss/_module-svg-2.scss */
.icon-svg-star-set {
  width: 87px;
  height: 15px;
  margin-left: 10px; }

/* line 32, scss/_module-svg-2.scss */
.icon-star-green {
  fill: #54bd84; }

/* line 36, scss/_module-svg-2.scss */
.icon-star-red {
  fill: #ec1c22; }

/* line 40, scss/_module-svg-2.scss */
.blog-post .icon-svg-arrow-left {
  width: 7.2px;
  height: 11.4px;
  fill: #fff;
  margin-right: 2px;
  top: 0; }

/* line 48, scss/_module-svg-2.scss */
.icon-svg-specials-star {
  width: 92px;
  height: 32px;
  fill: #dc0000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px; }
  /* line 57, scss/_module-svg-2.scss */
  .stock-list-item:not(:nth-child(3)) .icon-svg-specials-star {
    display: none; }

/* line 62, scss/_module-svg-2.scss */
.icon-sla {
  width: 25px;
  height: 25px;
  fill: #C71444; }
  /* line 67, scss/_module-svg-2.scss */
  .no-flexbox .icon-sla {
    margin-left: 27px; }

/* line 1, scss/_module-stock-buttons.scss */
.btn-base {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  border: 0;
  background-color: #C71444;
  padding: 8px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  @media screen and (min-width: 768px) {
    /* line 1, scss/_module-stock-buttons.scss */
    .btn-base {
      font-size: 13px; } }
  @media screen and (min-width: 1280px) {
    /* line 1, scss/_module-stock-buttons.scss */
    .btn-base {
      font-size: 14px;
      line-height: initial; } }

/* line 25, scss/_module-stock-buttons.scss */
a.btn-base {
  display: block;
  text-decoration: none; }
  /* line 29, scss/_module-stock-buttons.scss */
  a.btn-base:hover, a.btn-base:focus, a.btn-base:active {
    color: #fff;
    background-color: #810d2c; }

/* line 37, scss/_module-stock-buttons.scss */
.button-video-play {
  margin-top: 5px; }

/* line 41, scss/_module-stock-buttons.scss */
.stock-detail .back-link-arrow {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 7px;
  margin: 0;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #C71444;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  /* line 61, scss/_module-stock-buttons.scss */
  .stock-detail .back-link-arrow:before {
    position: absolute;
    left: -10px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent #C71444 transparent transparent;
    -webkit-transition: border-color 150ms ease-in;
    -moz-transition: border-color 150ms ease-in;
    -ms-transition: border-color 150ms ease-in;
    -o-transition: border-color 150ms ease-in;
    transition: border-color 150ms ease-in; }
  /* line 73, scss/_module-stock-buttons.scss */
  .stock-detail .back-link-arrow:hover {
    color: #fff;
    background: #810d2c; }
    /* line 77, scss/_module-stock-buttons.scss */
    .stock-detail .back-link-arrow:hover:before {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 15px 10px 15px 0;
      border-color: transparent #810d2c transparent transparent; }

/* line 87, scss/_module-stock-buttons.scss */
.stock-search .budget-submit {
  margin-top: 1.5em; }

/* line 1, scss/_module-compare-widget.scss */
.compare-module-wrapper {
  z-index: 1;
  border-color: #dcddde;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  transition: opacity 200ms ease-in, height 200ms ease-in; }
  /* line 11, scss/_module-compare-widget.scss */
  .compare-module-wrapper.active {
    overflow: auto;
    border-color: #dcddde;
    visibility: visible;
    opacity: 1;
    height: auto;
    margin: 10px 0; }
    @supports (position: -webkit-sticky) {
      /* line 11, scss/_module-compare-widget.scss */
      .compare-module-wrapper.active {
        position: -webkit-sticky; } }
    @supports (position: sticky) {
      /* line 11, scss/_module-compare-widget.scss */
      .compare-module-wrapper.active {
        position: sticky; } }
    @supports (position: -webkit-sticky) or (position: sticky) {
      /* line 11, scss/_module-compare-widget.scss */
      .compare-module-wrapper.active {
        top: 0;
        margin-top: 0;
        z-index: 1;
        border-top: 1px solid #dcddde; }
        @media screen and (min-width: 768px) {
          /* line 11, scss/_module-compare-widget.scss */
          .compare-module-wrapper.active {
            margin-top: 0;
            top: 89px; } }
        @media screen and (min-width: 1024px) {
          /* line 11, scss/_module-compare-widget.scss */
          .compare-module-wrapper.active {
            top: 58px; } }
        @media screen and (min-width: 1280px) {
          /* line 11, scss/_module-compare-widget.scss */
          .compare-module-wrapper.active {
            top: 0; } } }
    /* line 47, scss/_module-compare-widget.scss */
    .compare-module-wrapper.active.sticky {
      position: fixed;
      top: 0;
      margin-top: 0;
      z-index: 1;
      border-top: 1px solid #dcddde;
      width: 100%;
      left: 0; }
      @media screen and (min-width: 768px) {
        /* line 47, scss/_module-compare-widget.scss */
        .compare-module-wrapper.active.sticky {
          margin-top: 0;
          top: 89px; } }
      @media screen and (min-width: 1024px) {
        /* line 47, scss/_module-compare-widget.scss */
        .compare-module-wrapper.active.sticky {
          top: 58px; } }
      @media screen and (min-width: 1280px) {
        /* line 47, scss/_module-compare-widget.scss */
        .compare-module-wrapper.active.sticky {
          top: 0; } }
    /* line 70, scss/_module-compare-widget.scss */
    .compare-module-wrapper.active .cm-heading {
      background-color: #C71444; }
  /* line 78, scss/_module-compare-widget.scss */
  .compare-module-wrapper.disabled .cm-images-wrapper:after {
    content: 'Please select 2 or more vehicles to compare';
    margin-left: 6px;
    align-self: center;
    color: #a7a9ac;
    display: block; }

/* line 88, scss/_module-compare-widget.scss */
.cm-compare-link {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #C71444;
  padding: 8px;
  width: 100%;
  max-width: 130px;
  margin-top: 6px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }
  @media screen and (min-width: 768px) {
    /* line 88, scss/_module-compare-widget.scss */
    .cm-compare-link {
      margin-top: 0; } }
  /* line 107, scss/_module-compare-widget.scss */
  .cm-compare-link:hover, .cm-compare-link:focus, .cm-compare-link:active {
    cursor: pointer;
    color: #FFF;
    background-color: #810d2c;
    text-decoration: none; }
  /* line 116, scss/_module-compare-widget.scss */
  .cm-compare-link.disabled {
    background: #b2b2b2;
    cursor: initial;
    border-color: #b2b2b2; }

/* line 123, scss/_module-compare-widget.scss */
.cm-heading {
  color: #fff;
  margin: 0;
  padding: 2px 10px;
  background-color: #a7a9ac;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }

/* line 131, scss/_module-compare-widget.scss */
.cm-content-wrapper {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
  border-bottom: 2px solid #dcddde;
  border-top: 0;
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -ms-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in; }

@media screen and (min-width: 568px) {
  /* line 140, scss/_module-compare-widget.scss */
  .cm-images-wrapper {
    width: 80%; } }

/* line 146, scss/_module-compare-widget.scss */
.cm-image-wrapper {
  width: 15%;
  padding-right: 10px;
  position: relative;
  display: none;
  opacity: 0;
  min-width: 70px;
  flex-basis: 25%;
  max-width: 100px; }
  /* line 157, scss/_module-compare-widget.scss */
  .cm-image-wrapper .cm-image {
    border: 1px solid #dcddde; }

/* line 162, scss/_module-compare-widget.scss */
.cm-image-wrapper.js-imageActive {
  display: block;
  animation: grow .15s linear forwards; }

/* line 167, scss/_module-compare-widget.scss */
.cm-image-close-link {
  line-height: 11px;
  display: block;
  position: absolute;
  top: -8px;
  right: -1px;
  padding: 6px;
  cursor: pointer; }
  /* line 176, scss/_module-compare-widget.scss */
  .cm-image-close-link:hover .icon-svg-close-circle {
    cursor: pointer;
    fill: #810d2c;
    color: #fff; }
  /* line 182, scss/_module-compare-widget.scss */
  .cm-image-close-link .icon-svg-close-circle {
    width: 18px;
    height: 18px;
    color: #fff;
    fill: #C71444;
    -webkit-transition: fill 150ms ease-in;
    -moz-transition: fill 150ms ease-in;
    -ms-transition: fill 150ms ease-in;
    -o-transition: fill 150ms ease-in;
    transition: fill 150ms ease-in; }

@keyframes grow {
  0% {
    width: 8%;
    opacity: 0; }
  100% {
    width: 15%;
    opacity: 1; } }
/* line 206, scss/_module-compare-widget.scss */
.flexbox .cm-content-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 568px) {
    /* line 206, scss/_module-compare-widget.scss */
    .flexbox .cm-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
/* line 221, scss/_module-compare-widget.scss */
.flexbox .cm-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 235, scss/_module-compare-widget.scss */
.no-flexbox .compare-module-wrapper.active.sticky {
  top: 0; }
  @media screen and (min-width: 768px) {
    /* line 235, scss/_module-compare-widget.scss */
    .no-flexbox .compare-module-wrapper.active.sticky {
      top: 58px; } }
  @media screen and (min-width: 1280px) {
    /* line 235, scss/_module-compare-widget.scss */
    .no-flexbox .compare-module-wrapper.active.sticky {
      top: 0; } }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .cm-content-wrapper:before, .no-flexbox .cm-content-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .cm-content-wrapper:after {
  clear: both; }
/* line 251, scss/_module-compare-widget.scss */
.no-flexbox .cm-images-wrapper {
  float: left; }
/* line 255, scss/_module-compare-widget.scss */
.no-flexbox .cm-compare-link {
  float: right; }
/* line 259, scss/_module-compare-widget.scss */
.no-flexbox .cm-image-wrapper.js-imageActive {
  display: block;
  opacity: 1;
  float: left; }

/* line 1, scss/_module-stock-list-results-refine.scss */
.csstransitions .stock__search-accordion-inner .panel-default > .panel-heading {
  -webkit-transition: background 0.5sms ease-in;
  -moz-transition: background 0.5sms ease-in;
  -ms-transition: background 0.5sms ease-in;
  -o-transition: background 0.5sms ease-in;
  transition: background 0.5sms ease-in; }

/* line 5, scss/_module-stock-list-results-refine.scss */
.csstransitions .stock__search-accordion-inner .panel-heading .sl-refine-panel-heading-link {
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in; }

/* line 9, scss/_module-stock-list-results-refine.scss */
.stock__results-summary {
  background-color: #F2F2F2;
  border: 1px solid #dcddde; }
  /* line 12, scss/_module-stock-list-results-refine.scss */
  .stock__results-summary h2 {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #E5E5E5;
    color: #000000;
    font-size: 18px;
    margin: 0;
    padding: 0.3em; }
    @media screen and (min-width: 768px) {
      /* line 12, scss/_module-stock-list-results-refine.scss */
      .stock__results-summary h2 {
        padding: 0.5em; } }
  /* line 25, scss/_module-stock-list-results-refine.scss */
  .stock__results-summary .pure-table {
    border: transparent; }
  /* line 28, scss/_module-stock-list-results-refine.scss */
  .stock__results-summary .pure-table > tbody > tr > td {
    vertical-align: baseline;
    border: transparent;
    padding-top: 0;
    padding-bottom: 5px; }

/* line 36, scss/_module-stock-list-results-refine.scss */
.sl-refine-search-close-link {
  line-height: 11px;
  display: block;
  position: relative;
  top: 4px;
  cursor: pointer; }
  /* line 43, scss/_module-stock-list-results-refine.scss */
  .sl-refine-search-close-link:hover .icon-svg-close-circle {
    cursor: pointer;
    fill: #810d2c; }
  /* line 48, scss/_module-stock-list-results-refine.scss */
  .sl-refine-search-close-link .icon-svg-close-circle {
    width: 18px;
    height: 18px;
    color: #fff;
    fill: #C71444;
    -webkit-transition: fill 150ms ease-in;
    -moz-transition: fill 150ms ease-in;
    -ms-transition: fill 150ms ease-in;
    -o-transition: fill 150ms ease-in;
    transition: fill 150ms ease-in; }

/* line 57, scss/_module-stock-list-results-refine.scss */
.stock__search-refine {
  margin-bottom: 0px; }

/* line 61, scss/_module-stock-list-results-refine.scss */
.stock__search-refine .stock__panel-collapse {
  border: transparent; }

/* line 65, scss/_module-stock-list-results-refine.scss */
.stock__search-refine {
  font-size: 14px; }
  /* line 67, scss/_module-stock-list-results-refine.scss */
  .stock__search-refine span, .stock__search-refine label, .stock__search-refine .stock__slider-u-label-left {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px; }
  /* line 72, scss/_module-stock-list-results-refine.scss */
  .stock__search-refine .stock__slider-u-label-left {
    color: #000000; }

/* line 77, scss/_module-stock-list-results-refine.scss */
.stock-page .refine-submit.fixed {
  position: fixed;
  bottom: 0;
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/top-shadow.png") repeat-x;
  padding-top: 12px;
  z-index: 999; }

/* line 85, scss/_module-stock-list-results-refine.scss */
.stock__search-refine-btn-wrapper {
  background-color: #F2F2F2;
  border: 1px solid #dcddde;
  border-top: transparent;
  padding: 20px; }
  /* line 91, scss/_module-stock-list-results-refine.scss */
  .stock__search-refine-btn-wrapper input {
    margin-top: 0px;
    width: 100%; }

/* line 97, scss/_module-stock-list-results-refine.scss */
.sl-refine-toggle {
  background: #000000;
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    /* line 97, scss/_module-stock-list-results-refine.scss */
    .sl-refine-toggle {
      margin-top: 0; } }
  /* line 106, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle a {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 10px 10px;
    display: inline-block; }
  /* line 113, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle span {
    font-size: 12px;
    width: 15px;
    margin: 1px 0 0 0px;
    float: left; }
  /* line 120, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle .sl-refine-button-reset {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    border: none;
    background: #4D4D4D;
    padding: 11px;
    color: #fff; }
    /* line 131, scss/_module-stock-list-results-refine.scss */
    .sl-refine-toggle .sl-refine-button-reset:hover {
      background: #333333; }
  /* line 135, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle .expanded-arrow-sm {
    display: block; }
  /* line 136, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle .collapsed-arrow-sm {
    display: none; }
  /* line 137, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle .collapsed .expanded-arrow-sm {
    display: none; }
  /* line 138, scss/_module-stock-list-results-refine.scss */
  .sl-refine-toggle .collapsed .collapsed-arrow-sm {
    display: block; }

/* line 141, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-outer .panel-body {
  padding: 0; }

/* line 145, scss/_module-stock-list-results-refine.scss */
.panel-body .stock__search-accordion-inner a {
  border-top: transparent;
  border-bottom: transparent; }

/* line 150, scss/_module-stock-list-results-refine.scss */
.panel-group.stock__search-accordion-inner {
  margin-bottom: 0; }

/* line 154, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .panel-body {
  padding: 10px; }

/* line 158, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .panel-default > .panel-heading {
  background: #666666;
  border-bottom: 1px solid #fff; }
  /* line 162, scss/_module-stock-list-results-refine.scss */
  .stock__search-accordion-inner .panel-default > .panel-heading:hover {
    background: #4D4D4D; }

/* line 167, scss/_module-stock-list-results-refine.scss */
.stock__search-refine.stock__panel-collapse {
  border: transparent; }

/* line 168, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner.panel-group .panel {
  border-radius: 0; }

/* line 169, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner.panel-group .panel + .panel {
  margin-top: 0; }

/* line 170, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner.panel-group .panel-heading + .stock__panel-collapse > .panel-body {
  border-top: transparent; }

/* line 171, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .stock__panel-collapse {
  border-left: 1px #d1d3d4 solid;
  border-right: 1px #d1d3d4 solid; }

/* line 177, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .panel-heading a {
  color: #fff; }
/* line 181, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .panel-heading a:hover {
  text-decoration: none;
  color: #fff; }

/* line 187, scss/_module-stock-list-results-refine.scss */
.sl-refine-button-reset {
  display: block;
  padding: 0 0.5rem;
  text-decoration: underline;
  color: #000000;
  font-size: 12px; }

/* line 195, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .sl-refine-panel-heading-link {
  display: block;
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/icons_all_general_2014.png") -38px -2882px no-repeat; }
  @media screen and (min-width: 768px) {
    /* line 195, scss/_module-stock-list-results-refine.scss */
    .stock__search-accordion-inner .sl-refine-panel-heading-link {
      background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/icons_all_general_2014.png") -38px -2888px no-repeat; } }

/* line 204, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .collapsed {
  display: block;
  background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/icons_all_general_2014.png") -38px -2783px no-repeat; }
  @media screen and (min-width: 768px) {
    /* line 204, scss/_module-stock-list-results-refine.scss */
    .stock__search-accordion-inner .collapsed {
      background: url("https://s3-ap-southeast-2.amazonaws.com/assets.i-motor.com.au/n/images/icons_all_general_2014.png") -38px -2789px no-repeat; } }

/* line 213, scss/_module-stock-list-results-refine.scss */
.stock__search-accordion-inner .panel-title {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding: 10px 0 10px 22px; }
  @media screen and (min-width: 768px) {
    /* line 213, scss/_module-stock-list-results-refine.scss */
    .stock__search-accordion-inner .panel-title {
      padding: 8px 0 8px 22px; } }
  /* line 220, scss/_module-stock-list-results-refine.scss */
  .stock__search-accordion-inner .panel-title a {
    text-transform: none; }
  /* line 223, scss/_module-stock-list-results-refine.scss */
  .stock__search-accordion-inner .panel-title span {
    font-size: 10px;
    width: 15px;
    height: 10px;
    margin-top: 3px;
    float: left; }

/* Form UI - Widget */
/* line 234, scss/_module-stock-list-results-refine.scss */
.stock .ui-widget-header {
  position: absolute;
  background: #C71444; }
  /* line 237, scss/_module-stock-list-results-refine.scss */
  .stock .ui-widget-header.ui-slider-range {
    height: 100%; }

/* line 242, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider .stock__slider-u-2 {
  margin-top: 15px; }
  /* line 244, scss/_module-stock-list-results-refine.scss */
  .stock__pricings-slider .stock__slider-u-2 .stock__slider-u-label-left {
    line-height: 24px; }
    /* line 246, scss/_module-stock-list-results-refine.scss */
    .stock__pricings-slider .stock__slider-u-2 .stock__slider-u-label-left .stock__budget-amount {
      font-size: 18px;
      color: #C71444; }
  /* line 251, scss/_module-stock-list-results-refine.scss */
  .stock__pricings-slider .stock__slider-u-2 .stock__slider-u-slider {
    margin-top: 15px; }

/* line 256, scss/_module-stock-list-results-refine.scss */
.stock__slider-u-label-middle {
  margin: 10px 0; }

/* line 260, scss/_module-stock-list-results-refine.scss */
.stock__terms-budget {
  font-family: 'helvetica neue', arial, helvetica, freesans, 'liberation sans', 'numbus sans l', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px; }
  /* line 266, scss/_module-stock-list-results-refine.scss */
  .stock__terms-budget a {
    padding: 0px;
    color: #C71444;
    text-transform: none;
    font-size: inherit;
    border: none;
    display: inline; }

/* line 276, scss/_module-stock-list-results-refine.scss */
.stock__age-odometre-slider .stock__slider-u-2 {
  margin-bottom: 20px; }

/* line 280, scss/_module-stock-list-results-refine.scss */
.stock__slider-u .stock__slider-u-label-right {
  float: right; }

/* line 284, scss/_module-stock-list-results-refine.scss */
.stock .stock__slider-u-slider {
  background: #c0c0c0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(top, #c0c0c0 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0c0c0), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #c0c0c0 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #c0c0c0 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #c0c0c0 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#f5f5f5',GradientType=0 );
  margin-top: 16px;
  margin-bottom: 10px;
  border: none;
  height: 8px;
  width: 100%; }
  /* line 291, scss/_module-stock-list-results-refine.scss */
  .stock .stock__slider-u-slider .ui-slider-handle {
    height: 26px;
    margin-top: -5px;
    margin-left: -8px; }

/* line 298, scss/_module-stock-list-results-refine.scss */
.stock__body-type-slider .stock__slider-u-2 {
  margin-bottom: 20px; }

/* Modify buget interest and terms */
/* line 305, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider .modify-budget {
  display: none; }
/* line 309, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider #editBudget,
.stock__pricings-slider .stb-info-button,
.stock__pricings-slider .modify-buttons a {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #C71444;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 2px;
  text-align: center;
  margin-top: 7px;
  border: none;
  display: block;
  text-decoration: none;
  letter-spacing: .2px; }
  /* line 325, scss/_module-stock-list-results-refine.scss */
  .stock__pricings-slider #editBudget:hover,
  .stock__pricings-slider .stb-info-button:hover,
  .stock__pricings-slider .modify-buttons a:hover {
    background: #a71139; }
/* line 330, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider .modify-buttons a {
  margin-right: 10px; }
/* line 334, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider .modify-budget input[type="text"] {
  padding: 5px;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%; }
/* line 342, scss/_module-stock-list-results-refine.scss */
.stock__pricings-slider .sl-budget-finance-link,
.stock__pricings-slider .sl-budget-finance-link.collapsed {
  display: inline;
  color: #C71444; }

/* line 349, scss/_module-stock-list-results-refine.scss */
.stock-page .fancybox-skin {
  background: #333333;
  color: #fff; }
  /* line 352, scss/_module-stock-list-results-refine.scss */
  .stock-page .fancybox-skin h4 {
    color: #fff; }

/* line 1, scss/_module-stock-list-form.scss */
.sl-refine-toggle {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #C71444;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    /* line 1, scss/_module-stock-list-form.scss */
    .sl-refine-toggle {
      margin-top: 0; } }
  /* line 10, scss/_module-stock-list-form.scss */
  .sl-refine-toggle .slider-u-label {
    margin: 10px 0; }

/* line 15, scss/_module-stock-list-form.scss */
.sl-refine-toggle a {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 10px 10px;
  display: block; }

/* line 22, scss/_module-stock-list-form.scss */
.sl-refine-toggle span {
  font-size: 12px;
  width: 15px;
  margin: 1px 0 0 0px;
  float: left; }

/* line 29, scss/_module-stock-list-form.scss */
.sl-refine-toggle .expanded-arrow-sm {
  display: block; }

/* line 33, scss/_module-stock-list-form.scss */
.sl-refine-toggle .collapsed-arrow-sm {
  display: none; }

/* line 37, scss/_module-stock-list-form.scss */
.sl-refine-toggle .sl-refine-button-reset {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  float: right;
  font-size: 14px;
  width: auto;
  cursor: pointer;
  border: none;
  background: #4D4D4D;
  padding: 11px; }

/* line 49, scss/_module-stock-list-form.scss */
.sl-action-button-form-wrapper.panel-group {
  margin-bottom: 0; }

/* line 53, scss/_module-stock-list-form.scss */
.stock__results-summary h2 {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding: 0.3em; }

/* line 59, scss/_module-stock-list-form.scss */
.stock__results-summary .resultNumber {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0.3em; }

/* line 67, scss/_module-stock-list-form.scss */
.stock__search-accordion-inner .panel-title {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 10px 22px; }
  @media screen and (min-width: 768px) {
    /* line 67, scss/_module-stock-list-form.scss */
    .stock__search-accordion-inner .panel-title {
      padding: 8px 0 8px 22px; } }
  /* line 78, scss/_module-stock-list-form.scss */
  .stock__search-accordion-inner .panel-title span {
    font-size: 10px;
    width: 15px;
    height: 10px;
    margin-top: 3px;
    float: left; }

/* line 87, scss/_module-stock-list-form.scss */
.stock__search-accordion-inner .sl-refine-panel-heading-link {
  background-position: -38px -2888px; }
  @media screen and (min-width: 768px) {
    /* line 87, scss/_module-stock-list-form.scss */
    .stock__search-accordion-inner .sl-refine-panel-heading-link {
      background-position: -38px -2889px; } }

/* line 95, scss/_module-stock-list-form.scss */
.stock__search-accordion-inner .collapsed {
  background-position: -38px -2788px; }
  @media screen and (min-width: 768px) {
    /* line 95, scss/_module-stock-list-form.scss */
    .stock__search-accordion-inner .collapsed {
      background-position: -38px -2789px; } }

/* line 103, scss/_module-stock-list-form.scss */
.form .ui-widget-content.ui-slider {
  height: 10px;
  background: #F2F2F2;
  border: none; }

/* line 109, scss/_module-stock-list-form.scss */
.form .ui-widget-header.ui-slider-range {
  background: #C71444; }

/* line 113, scss/_module-stock-list-form.scss */
.ui-slider .ui-slider-range {
  background: #C71444; }

@media screen and (min-width: 768px) {
  /* line 3, scss/_module-stock-list-grid.scss */
  .flexbox .sl-col-g,
  .flexbox .sd-col-g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @supports (grid-area: auto) {
      /* line 3, scss/_module-stock-list-grid.scss */
      .flexbox .sl-col-g,
      .flexbox .sd-col-g {
        display: grid;
        grid-gap: 1.5rem; } } }
@media screen and (min-width: 768px) {
  @supports (grid-area: auto) {
    /* line 20, scss/_module-stock-list-grid.scss */
    .flexbox .sl-col-g {
      grid-template-columns: 1fr 3fr; } } }
@media screen and (min-width: 768px) {
  @supports (grid-area: auto) {
    /* line 30, scss/_module-stock-list-grid.scss */
    .flexbox .sl-action-btn {
      grid-template-columns: 1fr 1fr 1fr 1fr; } } }
@media screen and (min-width: 768px) {
  @supports (grid-area: auto) {
    /* line 39, scss/_module-stock-list-grid.scss */
    .flexbox .sd-col-g {
      grid-template-columns: 3fr 1fr; }
      /* line 46, scss/_module-stock-list-grid.scss */
      .flexbox .sd-col-g.sold {
        grid-template-columns: unset; } } }
@media screen and (min-width: 768px) {
  /* line 53, scss/_module-stock-list-grid.scss */
  .flexbox .sl-col-sm {
    padding-right: 1.5rem;
    min-width: 270px; } }
@media screen and (min-width: 768px) {
  /* line 61, scss/_module-stock-list-grid.scss */
  .flexbox .sd-col-sm {
    padding-left: 1.5rem; } }
@media screen and (min-width: 768px) {
  /* line 67, scss/_module-stock-list-grid.scss */
  .flexbox .sl-col-sm,
  .flexbox .sd-col-sm {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    @supports (grid-area: auto) {
      /* line 67, scss/_module-stock-list-grid.scss */
      .flexbox .sl-col-sm,
      .flexbox .sd-col-sm {
        width: auto;
        margin: 0;
        padding: 0; } } }
@media screen and (min-width: 768px) {
  /* line 82, scss/_module-stock-list-grid.scss */
  .flexbox .sl-col-lg,
  .flexbox .sd-col-lg {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; } }

/* line 94, scss/_module-stock-list-grid.scss */
.no-flexbox .sl-col-g,
.no-flexbox .sd-col-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; }
/* line 103, scss/_module-stock-list-grid.scss */
.no-flexbox .sl-col,
.no-flexbox .sd-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }
/* line 114, scss/_module-stock-list-grid.scss */
.no-flexbox .sl-col-sm,
.no-flexbox .sd-col-sm {
  width: 25%; }
/* line 119, scss/_module-stock-list-grid.scss */
.no-flexbox .sl-col-sm {
  padding-right: 1.5rem; }
/* line 123, scss/_module-stock-list-grid.scss */
.no-flexbox .sd-col-sm {
  padding-left: 1.5rem; }
/* line 127, scss/_module-stock-list-grid.scss */
.no-flexbox .sl-col-lg,
.no-flexbox .sd-col-lg {
  width: 75%; }

/* line 1, scss/_module-stock-list-columns.scss */
.stock-list-item {
  margin-top: 10px; }

@media screen and (min-width: 384px) {
  @supports (grid-area: auto) {
    /* line 1, scss/_module-stock-list-images.scss */
    .sl-images-link {
      display: grid;
      grid-template-columns: 2.08fr 1fr 1fr;
      grid-template-rows: auto auto;
      grid-gap: 5px; }
      /* line 12, scss/_module-stock-list-images.scss */
      .sl-images-link .sl-image-wrapper {
        width: auto;
        margin: 0; } } }

/* line 20, scss/_module-stock-list-images.scss */
.sl-image-1-wrapper {
  position: relative; }
  @media screen and (min-width: 384px) {
    @supports (grid-area: auto) {
      /* line 20, scss/_module-stock-list-images.scss */
      .sl-image-1-wrapper {
        grid-column: 1;
        grid-row: 1/3; } } }

@media screen and (min-width: 384px) {
  @supports (grid-area: auto) {
    /* line 32, scss/_module-stock-list-images.scss */
    .sl-image-2-wrapper {
      grid-column: 2;
      grid-row: 1; } } }

@media screen and (min-width: 384px) {
  @supports (grid-area: auto) {
    /* line 43, scss/_module-stock-list-images.scss */
    .sl-image-3-wrapper {
      grid-column: 3;
      grid-row: 1; } } }

@media screen and (min-width: 384px) {
  @supports (grid-area: auto) {
    /* line 54, scss/_module-stock-list-images.scss */
    .sl-image-4-wrapper {
      grid-column: 2;
      grid-row: 2; } } }

@media screen and (min-width: 384px) {
  @supports (grid-area: auto) {
    /* line 65, scss/_module-stock-list-images.scss */
    .sl-image-5-wrapper {
      grid-column: 3;
      grid-row: 2; } } }

/* line 76, scss/_module-stock-list-images.scss */
.sl-image {
  width: 100%;
  display: block; }

/* line 81, scss/_module-stock-list-images.scss */
.sl-image[src$=".gif"] {
  width: auto;
  margin: 0 auto; }

@media screen and (min-width: 384px) {
  /* line 86, scss/_module-stock-list-images.scss */
  .sl-image-wrapper {
    position: relative;
    overflow: hidden;
    float: left; }
    /* line 93, scss/_module-stock-list-images.scss */
    .sl-image-wrapper:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.6666666667%; }
    /* line 100, scss/_module-stock-list-images.scss */
    .sl-image-wrapper .sl-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); } }

@media screen and (min-width: 384px) {
  /* line 110, scss/_module-stock-list-images.scss */
  .sl-image-wrapper-lg {
    width: 49%; } }

@media screen and (min-width: 384px) {
  /* line 117, scss/_module-stock-list-images.scss */
  .sl-image-wrapper-lg,
  .sl-image-2-wrapper,
  .sl-image-4-wrapper {
    margin-right: 1%; } }

@media screen and (min-width: 384px) {
  /* line 126, scss/_module-stock-list-images.scss */
  .sl-image-2-wrapper,
  .sl-image-3-wrapper {
    margin-bottom: 5px; } }

/* line 134, scss/_module-stock-list-images.scss */
.sl-image-wrapper-sm {
  display: none; }
  @media screen and (min-width: 384px) {
    /* line 134, scss/_module-stock-list-images.scss */
    .sl-image-wrapper-sm {
      display: block;
      width: 24%; } }

/* line 1, scss/_module-stock-list-pagination.scss */
.sl-pagination-wrapper {
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
  border-bottom: 2px solid #dcddde;
  padding: 5px; }

/* line 9, scss/_module-stock-list-pagination.scss */
.slp-icon-link {
  display: inline-block;
  padding: 4px;
  border-radius: 16px;
  width: 33px;
  height: 33px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }
  /* line 18, scss/_module-stock-list-pagination.scss */
  .slp-icon-link.active, .slp-icon-link:hover {
    background-color: #C71444; }
    /* line 22, scss/_module-stock-list-pagination.scss */
    .slp-icon-link.active .icon-svg, .slp-icon-link:hover .icon-svg {
      fill: #fff; }

/* line 28, scss/_module-stock-list-pagination.scss */
.icon-link-2 {
  margin: 0 5px; }

@media screen and (min-width: 568px) {
  /* line 34, scss/_module-stock-list-pagination.scss */
  .flexbox .sl-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media screen and (min-width: 568px) {
  /* line 51, scss/_module-stock-list-pagination.scss */
  .flexbox .slp-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
/* line 59, scss/_module-stock-list-pagination.scss */
.flexbox .slp-col-2 {
  margin-top: 5px; }
  @media screen and (min-width: 568px) {
    /* line 59, scss/_module-stock-list-pagination.scss */
    .flexbox .slp-col-2 {
      margin-top: 0; } }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sl-pagination-wrapper:before, .no-flexbox .sl-pagination-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sl-pagination-wrapper:after {
  clear: both; }
@media screen and (min-width: 568px) {
  /* line 74, scss/_module-stock-list-pagination.scss */
  .no-flexbox .slp-col {
    float: left;
    margin-right: 6px; } }
/* line 82, scss/_module-stock-list-pagination.scss */
.no-flexbox .slp-col-2 {
  margin-top: 5px; }
  @media screen and (min-width: 568px) {
    /* line 82, scss/_module-stock-list-pagination.scss */
    .no-flexbox .slp-col-2 {
      float: right;
      margin-right: 0; } }

/* line 1, scss/_module-stock-list-compare.scss */
body.stock-compare-tool-open {
  overflow: hidden; }
  /* line 3, scss/_module-stock-list-compare.scss */
  body.stock-compare-tool-open main, body.stock-compare-tool-open footer {
    height: 0;
    min-height: 0;
    overflow: hidden; }

/* line 10, scss/_module-stock-list-compare.scss */
#stock-compare-wrapper {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: scroll; }

/* line 21, scss/_module-stock-list-compare.scss */
.stock-compare-container {
  padding: 100px 10px 10px 10px; }
  @media screen and (min-width: 768px) {
    /* line 21, scss/_module-stock-list-compare.scss */
    .stock-compare-container {
      padding: 10px 35px; } }

/* line 28, scss/_module-stock-list-compare.scss */
#stock-compare-headbar {
  background-color: #F2F2F2;
  padding-top: 9px;
  z-index: 1001;
  border-bottom: 1px solid #d1d3d4;
  min-height: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  /* line 38, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  /* line 45, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-back-button, #stock-compare-headbar .sch-text, #stock-compare-headbar .sch-add-button, #stock-compare-headbar .sch-close-button {
    display: inline-block; }
  /* line 48, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-back-button {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #fff;
    padding: 0 10px 0 7px;
    height: 30px;
    float: left;
    margin-left: 16px;
    vertical-align: middle;
    text-align: center;
    background-color: #C71444;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in; }
    /* line 71, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-back-button:before {
      position: absolute;
      left: -9px;
      content: " ";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 15px 10px 15px 0;
      border-color: transparent #C71444 transparent transparent;
      -webkit-transition: border-color 150ms ease-in;
      -o-transition: border-color 150ms ease-in;
      transition: border-color 150ms ease-in; }
    /* line 85, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-back-button:hover, #stock-compare-headbar .sch-back-button:focus, #stock-compare-headbar .sch-back-button:active {
      color: #FFF;
      background-color: #810d2c;
      border-color: #810d2c; }
      /* line 92, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-back-button:hover:before, #stock-compare-headbar .sch-back-button:focus:before, #stock-compare-headbar .sch-back-button:active:before {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px 10px 15px 0;
        border-color: transparent #810d2c transparent transparent; }
  /* line 101, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-sub-wrapper {
    position: fixed;
    width: 100%;
    top: 50px;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    -ms-transition: opacity 300ms ease-in;
    -o-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    min-height: 90px;
    background-color: #fff; }
    /* line 111, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-sub-wrapper.slideup {
      opacity: 0;
      top: -100px;
      -webkit-transition: top 1500ms ease-in, opacity 300ms ease-in;
      -moz-transition: top 1500ms ease-in, opacity 300ms ease-in;
      -ms-transition: top 1500ms ease-in, opacity 300ms ease-in;
      -o-transition: top 1500ms ease-in, opacity 300ms ease-in;
      transition: top 1500ms ease-in, opacity 300ms ease-in; }
    @media screen and (min-width: 768px) {
      /* line 101, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-sub-wrapper {
        position: relative;
        margin: 0 auto;
        width: calc(100% - 180px);
        top: 0;
        min-height: 0;
        background-color: transparent; } }
  /* line 132, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-text {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    vertical-align: middle;
    color: #333333;
    background-color: #F2F2F2;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px 6px 16px;
    min-height: 40px;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      /* line 132, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-text {
        text-align: left;
        position: static;
        background-color: transparent;
        width: auto;
        max-width: calc(100% - 190px);
        margin-top: 0;
        padding: 6px 0 4px 20px; } }
  /* line 157, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-add-button-wrapper {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 768px) {
      /* line 157, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-add-button-wrapper {
        float: right;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; } }
  /* line 172, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-add-button {
    position: relative;
    color: #fff;
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background-color: #C71444;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    border: 2px solid #C71444;
    width: 100%;
    max-width: 100%;
    padding: 3px 30px;
    height: 30px;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    @media screen and (min-width: 768px) {
      /* line 172, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-add-button {
        text-align: left;
        width: auto;
        margin: 0 14px 0 0;
        padding: 2px 32px 0 6px; } }
    /* line 197, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-add-button span {
      right: 0;
      top: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 20 20'%3E%3Cpolygon points='18.9,9 11,9 11,1.1 9,1.1 9,9 1.1,9 1.1,11 9,11 9,18.9 11,18.9 11,11 18.9,11' fill='%23C71444' /%3E%3C/svg%3E");
      position: absolute;
      width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      background-color: #fff;
      border-radius: 1000px;
      border: 2px solid #fff;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
    /* line 211, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-add-button:hover, #stock-compare-headbar .sch-add-button:focus, #stock-compare-headbar .sch-add-button:active {
      color: #FFF;
      background-color: #810d2c;
      border-color: #810d2c; }
      /* line 217, scss/_module-stock-list-compare.scss */
      #stock-compare-headbar .sch-add-button:hover span, #stock-compare-headbar .sch-add-button:focus span, #stock-compare-headbar .sch-add-button:active span {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 20 20'%3E%3Cpolygon points='18.9,9 11,9 11,1.1 9,1.1 9,9 1.1,9 1.1,11 9,11 9,18.9 11,18.9 11,11 18.9,11' fill='%23810d2c' /%3E%3C/svg%3E"); }
  /* line 222, scss/_module-stock-list-compare.scss */
  #stock-compare-headbar .sch-close-button {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    width: 80px;
    height: 30px;
    position: relative; }
    /* line 233, scss/_module-stock-list-compare.scss */
    #stock-compare-headbar .sch-close-button .icon-svg-sc-close {
      display: block;
      position: absolute;
      width: 20px;
      height: 26px;
      top: 2px;
      left: 45px;
      fill: #333333; }

/* line 245, scss/_module-stock-list-compare.scss */
.stock-compare-coverimg {
  background-color: #d1d3d4;
  opacity: 0.9; }
  /* line 248, scss/_module-stock-list-compare.scss */
  .stock-compare-coverimg.hidden img {
    display: none; }
  /* line 251, scss/_module-stock-list-compare.scss */
  .stock-compare-coverimg.cover {
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    padding-top: 200px; }
    /* line 258, scss/_module-stock-list-compare.scss */
    .stock-compare-coverimg.cover img {
      display: block; }

/* line 264, scss/_module-stock-list-compare.scss */
.sct-remove-stock {
  width: 80px;
  margin: 0 auto;
  height: 34px;
  cursor: pointer;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 264, scss/_module-stock-list-compare.scss */
    .sct-remove-stock {
      margin-right: 0; } }
  /* line 274, scss/_module-stock-list-compare.scss */
  .sct-remove-stock .sct-remove-text {
    top: 6px;
    position: absolute;
    color: #666666;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -ms-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
  /* line 284, scss/_module-stock-list-compare.scss */
  .sct-remove-stock span.sct-remove-icon {
    margin: 2px 6px 0 60px;
    display: block; }
  /* line 288, scss/_module-stock-list-compare.scss */
  .sct-remove-stock .icon-svg-sc-close {
    float: none;
    width: 20px;
    height: 26px;
    top: 2px;
    fill: #666666;
    -webkit-transition: fill 200ms ease-in;
    -moz-transition: fill 200ms ease-in;
    -ms-transition: fill 200ms ease-in;
    -o-transition: fill 200ms ease-in;
    transition: fill 200ms ease-in; }
  @media screen and (min-width: 768px) {
    /* line 302, scss/_module-stock-list-compare.scss */
    .sct-remove-stock:hover .icon-svg-sc-close {
      fill: #000000; }
    /* line 305, scss/_module-stock-list-compare.scss */
    .sct-remove-stock:hover .sct-remove-text {
      color: #000000; } }

/* line 314, scss/_module-stock-list-compare.scss */
.sct-group-head-wrapper .sct-group-head {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000000;
  margin: 0;
  background-color: #F2F2F2;
  padding: 8px 0 8px 12px;
  border-radius: 2px; }

/* line 326, scss/_module-stock-list-compare.scss */
.sct-group {
  margin-bottom: 20px; }

/* line 330, scss/_module-stock-list-compare.scss */
.sct-cta-group .sct-cta-button {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  width: 100%;
  margin: 8px 0;
  font-size: 13px;
  background-color: #C71444; }
  @media screen and (min-width: 768px) {
    /* line 330, scss/_module-stock-list-compare.scss */
    .sct-cta-group .sct-cta-button {
      padding-left: 20px; } }
  @media screen and (min-width: 1024px) {
    /* line 330, scss/_module-stock-list-compare.scss */
    .sct-cta-group .sct-cta-button {
      font-size: 14px;
      padding-left: 40px; } }
  /* line 346, scss/_module-stock-list-compare.scss */
  .sct-cta-group .sct-cta-button:hover, .sct-cta-group .sct-cta-button:focus, .sct-cta-group .sct-cta-button:active {
    color: #fff;
    background-color: #810d2c; }

/* line 354, scss/_module-stock-list-compare.scss */
.sct-name-group {
  background-color: #f7f7f7;
  padding: 4px 12px;
  margin: 0;
  border-radius: 2px; }
  /* line 360, scss/_module-stock-list-compare.scss */
  .sct-name-group .sct-item.name {
    margin-top: 10px; }

/* line 365, scss/_module-stock-list-compare.scss */
.sct-scroll-image-wrapper {
  width: 80px;
  display: inline-block; }

/* line 369, scss/_module-stock-list-compare.scss */
.sct-scroll-text-wrapper {
  width: calc(100% - 84px);
  display: inline-block;
  padding: 0 4px 0 6px;
  vertical-align: top;
  font-size: 0; }
  @media screen and (min-width: 1024px) {
    /* line 369, scss/_module-stock-list-compare.scss */
    .sct-scroll-text-wrapper {
      padding: 4px 4px 0 8px; } }
  /* line 379, scss/_module-stock-list-compare.scss */
  .sct-scroll-text-wrapper .sct-scroll-name {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-size: 15px;
    line-height: 16px;
    padding: 0 0 8px 0;
    margin: 0; }

/* line 390, scss/_module-stock-list-compare.scss */
.sct-scroll-image-text-group {
  display: none; }

/* line 394, scss/_module-stock-list-compare.scss */
#sc-miniimage-container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 0;
  top: 0;
  z-index: 0;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  /* line 401, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container.show {
    top: 50px;
    opacity: 1;
    z-index: 1001;
    visibility: visible;
    height: auto;
    min-height: 60px;
    max-height: 140px;
    padding: 0;
    -webkit-transition: top 200ms ease-in, height 200ms ease-in;
    -moz-transition: top 200ms ease-in, height 200ms ease-in;
    -ms-transition: top 200ms ease-in, height 200ms ease-in;
    -o-transition: top 200ms ease-in, height 200ms ease-in;
    transition: top 200ms ease-in, height 200ms ease-in; }
    @media screen and (min-width: 768px) {
      /* line 401, scss/_module-stock-list-compare.scss */
      #sc-miniimage-container.show {
        top: 50px;
        padding: 0 35px; } }
    @media screen and (min-width: 1024px) {
      /* line 401, scss/_module-stock-list-compare.scss */
      #sc-miniimage-container.show {
        min-height: 76px; } }
  /* line 434, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .sct-scroll-image-text-group {
    position: fixed;
    top: 0px; }
  /* line 439, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container #sc-miniimage-floatbar {
    overflow: hidden;
    min-height: 60px;
    padding: 7px 0 6px 0;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -ms-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; }
    @media screen and (min-width: 1024px) {
      /* line 439, scss/_module-stock-list-compare.scss */
      #sc-miniimage-container #sc-miniimage-floatbar {
        min-height: 70px;
        padding: 10px 0 6px 0; } }
    /* line 454, scss/_module-stock-list-compare.scss */
    #sc-miniimage-container #sc-miniimage-floatbar.fade {
      opacity: 0.3; }
  /* line 458, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .sct-scroll-image-text-group {
    position: fixed;
    top: 60px;
    -webkit-transition: top 600ms ease-in;
    -moz-transition: top 600ms ease-in;
    -ms-transition: top 600ms ease-in;
    -o-transition: top 600ms ease-in;
    transition: top 600ms ease-in;
    display: block; }
    @media screen and (min-width: 1024px) {
      /* line 458, scss/_module-stock-list-compare.scss */
      #sc-miniimage-container .sct-scroll-image-text-group {
        padding-left: 10px; } }
  /* line 473, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .owl-controls .owl-prev, #sc-miniimage-container .owl-controls .owl-next {
    position: absolute;
    top: 30px; }
  /* line 477, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .owl-controls .owl-prev {
    left: -2px; }
  /* line 480, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .owl-controls .owl-next {
    right: 14px; }
  /* line 483, scss/_module-stock-list-compare.scss */
  #sc-miniimage-container .owl-controls .owl-prev, #sc-miniimage-container .owl-controls .owl-next, #sc-miniimage-container .owl-controls .icon-svg-carousel-arrow-left, #sc-miniimage-container .owl-controls .icon-svg-carousel-arrow-right {
    width: 25px;
    height: 25px;
    fill: #C71444;
    opacity: 0.8; }
    /* line 488, scss/_module-stock-list-compare.scss */
    #sc-miniimage-container .owl-controls .owl-prev:hover, #sc-miniimage-container .owl-controls .owl-next:hover, #sc-miniimage-container .owl-controls .icon-svg-carousel-arrow-left:hover, #sc-miniimage-container .owl-controls .icon-svg-carousel-arrow-right:hover {
      opacity: 1; }

/* line 496, scss/_module-stock-list-compare.scss */
#stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .owl-next, #stock-compare-table .owl-controls .icon-svg-carousel-arrow-left, #stock-compare-table .owl-controls .icon-svg-carousel-arrow-right {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  fill: #C71444; }
  @media screen and (min-width: 768px) {
    /* line 496, scss/_module-stock-list-compare.scss */
    #stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .owl-next, #stock-compare-table .owl-controls .icon-svg-carousel-arrow-left, #stock-compare-table .owl-controls .icon-svg-carousel-arrow-right {
      height: 40px; } }
/* line 507, scss/_module-stock-list-compare.scss */
#stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .prevButton {
  left: 0;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 507, scss/_module-stock-list-compare.scss */
    #stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .prevButton {
      left: -30px; } }
/* line 515, scss/_module-stock-list-compare.scss */
#stock-compare-table .owl-controls .owl-next, #stock-compare-table .owl-controls .nextButton {
  right: 0;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 515, scss/_module-stock-list-compare.scss */
    #stock-compare-table .owl-controls .owl-next, #stock-compare-table .owl-controls .nextButton {
      right: -30px; } }
/* line 522, scss/_module-stock-list-compare.scss */
#stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .owl-next {
  background: none;
  top: 0;
  opacity: 0.8; }
  @media screen and (min-width: 768px) {
    /* line 522, scss/_module-stock-list-compare.scss */
    #stock-compare-table .owl-controls .owl-prev, #stock-compare-table .owl-controls .owl-next {
      top: 11%; } }
  /* line 529, scss/_module-stock-list-compare.scss */
  #stock-compare-table .owl-controls .owl-prev:hover, #stock-compare-table .owl-controls .owl-next:hover {
    opacity: 1; }

/* line 535, scss/_module-stock-list-compare.scss */
.sct-column {
  padding: 0 8px; }

/* line 539, scss/_module-stock-list-compare.scss */
.sct-item {
  padding: 1px; }

/* line 543, scss/_module-stock-list-compare.scss */
.sct-item.sct-image-wrapper {
  padding: 0; }

/* line 547, scss/_module-stock-list-compare.scss */
.sct-name {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  padding: 0 0 8px 0;
  display: block; }

/* line 557, scss/_module-stock-list-compare.scss */
.sct-item-price, .sct-scroll-price, .sc-repay-prices {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  display: block; }

/* line 566, scss/_module-stock-list-compare.scss */
.sct-item-price, .sct-scroll-price {
  color: #C71444; }

/* line 569, scss/_module-stock-list-compare.scss */
.sc-repay-prices {
  color: #eb3c6b; }

/* line 572, scss/_module-stock-list-compare.scss */
.sct-item-price, .sct-scroll-price, .sc-repay-prices {
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  -ms-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  transition: color 100ms ease-in; }
  /* line 578, scss/_module-stock-list-compare.scss */
  .sct-item-price:hover, .sct-scroll-price:hover, .sc-repay-prices:hover {
    color: #810d2c; }

/* line 583, scss/_module-stock-list-compare.scss */
.sct-price-quantifier, .sct-scroll-price-quantifier, .sc-repay-quantifier {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 1.2;
  color: #666666;
  display: block; }

/* line 591, scss/_module-stock-list-compare.scss */
.sct-price-wrapper, .sct-price-wk-wrapper, .sct-scroll-price-wrapper, .sct-scroll-price-wk-wrapper {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0; }

/* line 597, scss/_module-stock-list-compare.scss */
.sct-price-wrapper, .sct-scroll-price-wrapper {
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    /* line 597, scss/_module-stock-list-compare.scss */
    .sct-price-wrapper, .sct-scroll-price-wrapper {
      padding-right: 30px; } }

/* line 604, scss/_module-stock-list-compare.scss */
.sct-scroll-cta-wrapper {
  display: block;
  vertical-align: middle;
  padding-top: 4px; }
  /* line 609, scss/_module-stock-list-compare.scss */
  .sct-scroll-cta-wrapper .sct-scroll-cta-button {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #de164c;
    vertical-align: middle;
    cursor: pointer;
    -webkit-font-smoothing: antialiased; }
    /* line 619, scss/_module-stock-list-compare.scss */
    .sct-scroll-cta-wrapper .sct-scroll-cta-button:hover {
      color: #810d2c;
      text-decoration: underline; }

/* line 629, scss/_module-stock-list-compare.scss */
.sct-label {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 15px;
  width: 40%;
  color: #000000;
  display: inline-block;
  margin: 0;
  padding-left: 12px; }

/* line 640, scss/_module-stock-list-compare.scss */
.sct-value, .sct-text {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 15px;
  width: 55%;
  color: #333333;
  display: inline-block;
  margin: 0;
  padding: 0; }

/* line 651, scss/_module-stock-list-compare.scss */
.sct-text {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  margin: 0;
  padding: 0;
  padding-left: 12px; }

/* line 661, scss/_module-stock-list-compare.scss */
.sct-rating-group {
  background-color: #F2F2F2;
  padding: 6px 4px;
  border: 1px solid #dcddde; }
  /* line 665, scss/_module-stock-list-compare.scss */
  .sct-rating-group .sct-label {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }

/* line 671, scss/_module-stock-list-compare.scss */
.ancap-rating .sct-label, .green-rating .sct-label {
  width: 50%; }
/* line 674, scss/_module-stock-list-compare.scss */
.ancap-rating .sct-rating, .green-rating .sct-rating {
  letter-spacing: 2px;
  font-size: 18px;
  display: inline-block;
  width: 45%;
  margin: 0; }

/* line 683, scss/_module-stock-list-compare.scss */
.grey-star {
  color: #ddd; }

/* line 687, scss/_module-stock-list-compare.scss */
.half-star {
  position: relative; }
  /* line 689, scss/_module-stock-list-compare.scss */
  .half-star:before {
    position: absolute;
    left: 0;
    width: 50%;
    content: "\2605";
    overflow: hidden; }

/* line 698, scss/_module-stock-list-compare.scss */
.ancap-rating .colour-star, .ancap-rating .half-star {
  color: #ff0000; }

/* line 701, scss/_module-stock-list-compare.scss */
.green-rating .colour-star, .green-rating .half-star {
  color: #009688; }

/* line 1, scss/_module-stock-list-headings-structure.scss */
.tool-tip {
  border: 0; }

/* line 7, scss/_module-stock-list-headings-structure.scss */
.flexbox .sl-heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    /* line 7, scss/_module-stock-list-headings-structure.scss */
    .flexbox .sl-heading-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
/* line 29, scss/_module-stock-list-headings-structure.scss */
.flexbox .sl-heading-model-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 29, scss/_module-stock-list-headings-structure.scss */
    .flexbox .sl-heading-model-wrapper {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
@media screen and (min-width: 568px) {
  /* line 42, scss/_module-stock-list-headings-structure.scss */
  .flexbox .sl-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
/* line 61, scss/_module-stock-list-headings-structure.scss */
.flexbox .sl-price-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
  @media screen and (min-width: 768px) {
    /* line 61, scss/_module-stock-list-headings-structure.scss */
    .flexbox .sl-price-wrapper {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
/* line 73, scss/_module-stock-list-headings-structure.scss */
.flexbox .sl-price-now-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (min-width: 768px) {
    /* line 73, scss/_module-stock-list-headings-structure.scss */
    .flexbox .sl-price-now-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; } }

/* line 88, scss/_module-stock-list-headings-structure.scss */
.no-flexbox .sl-heading-link {
  display: block; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sl-heading-link:before, .no-flexbox .sl-heading-link:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sl-heading-link:after {
    clear: both; }
@media screen and (min-width: 768px) {
  /* line 93, scss/_module-stock-list-headings-structure.scss */
  .no-flexbox .sl-heading-model-wrapper {
    float: left; } }
/* line 100, scss/_module-stock-list-headings-structure.scss */
.no-flexbox .sl-price-wrapper,
.no-flexbox .sl-price-wk-wrapper,
.no-flexbox .sl-price-was-wrapper,
.no-flexbox .sl-price-now-wrapper {
  padding: 5px 10px; }
/* line 107, scss/_module-stock-list-headings-structure.scss */
.no-flexbox .sl-price-wrapper {
  float: right; }
/* line 111, scss/_module-stock-list-headings-structure.scss */
.no-flexbox .sl-price-wrapper.sl-price-wk-wrapper {
  float: left; }
  @media screen and (min-width: 768px) {
    /* line 111, scss/_module-stock-list-headings-structure.scss */
    .no-flexbox .sl-price-wrapper.sl-price-wk-wrapper {
      float: right;
      margin-left: 0;
      margin-right: 0;
      border-left: 0; } }
/* line 122, scss/_module-stock-list-headings-structure.scss */
.no-flexbox .sl-heading-prices,
.no-flexbox .sl-heading-quantifier {
  display: block; }

/* line 1, scss/_module-stock-list-headings-type.scss */
.sl-heading-link {
  position: relative;
  background-color: #ebebec;
  transition: background-color .25s ease-in; }
  /* line 6, scss/_module-stock-list-headings-type.scss */
  .sl-heading-link:hover, .sl-heading-link:focus, .sl-heading-link:active {
    text-decoration: none; }
  @media screen and (min-width: 1024px) {
    /* line 14, scss/_module-stock-list-headings-type.scss */
    .sl-heading-link:before {
      position: absolute;
      content: " ";
      width: 0px;
      height: 0px;
      border-style: solid;
      transition: border-color 150ms ease-in;
      left: 0px;
      border-width: 17px 0 17px 9px;
      border-color: transparent transparent transparent #666666; } }

/* line 28, scss/_module-stock-list-headings-type.scss */
.sl-heading-model-wrapper {
  position: relative;
  background-color: #ebebec;
  padding: 5px 10px; }
  @media screen and (min-width: 768px) {
    /* line 28, scss/_module-stock-list-headings-type.scss */
    .sl-heading-model-wrapper {
      padding: 10px 15px; } }

/* line 38, scss/_module-stock-list-headings-type.scss */
.sl-price-wrapper {
  position: relative;
  padding: 5px;
  background-color: #C71444;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }
  @media screen and (min-width: 768px) {
    /* line 38, scss/_module-stock-list-headings-type.scss */
    .sl-price-wrapper {
      padding: 2px 8px; } }

/* line 49, scss/_module-stock-list-headings-type.scss */
.sl-price-wk-wrapper {
  background-color: #810d2c;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }

/* line 55, scss/_module-stock-list-headings-type.scss */
.sl-price-was-wrapper {
  background-color: #dc0000; }

/* line 59, scss/_module-stock-list-headings-type.scss */
.sl-price-now-wrapper {
  background-color: #C71444; }

/* line 63, scss/_module-stock-list-headings-type.scss */
.sl-heading-model {
  text-align: center;
  margin: 0;
  color: #000; }
  @media screen and (min-width: 568px) {
    /* line 63, scss/_module-stock-list-headings-type.scss */
    .sl-heading-model {
      text-align: left; } }

/* line 73, scss/_module-stock-list-headings-type.scss */
.sl-was-price {
  text-decoration: line-through; }

/* line 77, scss/_module-stock-list-headings-type.scss */
.sl-heading-model,
.sl-heading-prices {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 77, scss/_module-stock-list-headings-type.scss */
    .sl-heading-model,
    .sl-heading-prices {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    /* line 77, scss/_module-stock-list-headings-type.scss */
    .sl-heading-model,
    .sl-heading-prices {
      font-size: 15px; } }

/* line 96, scss/_module-stock-list-headings-type.scss */
.sl-heading-prices {
  font-size: 18px;
  color: #fff; }

/* line 101, scss/_module-stock-list-headings-type.scss */
.sl-price {
  text-align: left; }

/* line 105, scss/_module-stock-list-headings-type.scss */
.sl-heading-quantifier {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  white-space: nowrap;
  display: table-cell; }

/* line 116, scss/_module-stock-list-headings-type.scss */
.stock-page .heading-wrapper {
  background-color: #ebebec;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    /* line 116, scss/_module-stock-list-headings-type.scss */
    .stock-page .heading-wrapper {
      margin-bottom: 1.5em; } }

/* line 126, scss/_module-stock-list-headings-type.scss */
.sl-page-heading {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 126, scss/_module-stock-list-headings-type.scss */
    .sl-page-heading {
      display: block;
      font-size: 28px;
      line-height: 45px; } }
  @media screen and (min-width: 768px) {
    /* line 126, scss/_module-stock-list-headings-type.scss */
    .sl-page-heading {
      line-height: 65px; } }

/* line 140, scss/_module-stock-list-headings-type.scss */
.sl-compare-wrapper {
  background-color: #E5E5E5;
  padding: 3px 10px; }

/* line 1, scss/_module-stock-list-header-form.scss */
.sl-budget-header {
  padding: 0.5rem; }
  @media screen and (min-width: 1024px) {
    /* line 1, scss/_module-stock-list-header-form.scss */
    .sl-budget-header {
      padding: 0.3rem 1rem; } }

/* line 11, scss/_module-stock-list-header-form.scss */
.form .ui-slider.sl-bh-budget-range-slider {
  margin: 15px 0; }
/* line 15, scss/_module-stock-list-header-form.scss */
.form .ui-slider-range {
  height: 100%; }
/* line 19, scss/_module-stock-list-header-form.scss */
.form .ui-slider .ui-slider-handle {
  top: -8px; }

@media screen and (min-width: 568px) {
  /* line 1, scss/_module-stock-list-content.scss */
  .sl-content-col-2 {
    padding: 10px 0 0 0; } }
@media screen and (min-width: 1024px) {
  /* line 1, scss/_module-stock-list-content.scss */
  .sl-content-col-2 {
    display: block;
    padding: 0 0 0 10px; } }

/* line 13, scss/_module-stock-list-content.scss */
.sl-content-col-text {
  margin: 5px 0; }
  @media screen and (min-width: 568px) {
    /* line 13, scss/_module-stock-list-content.scss */
    .sl-content-col-text {
      margin: 0 5px 0 0; } }
  @media screen and (min-width: 1024px) {
    /* line 13, scss/_module-stock-list-content.scss */
    .sl-content-col-text {
      display: block;
      margin: 0 0 5px 0; } }

/* line 26, scss/_module-stock-list-content.scss */
.sl-content-col-btn {
  display: none; }
  @media screen and (min-width: 384px) {
    /* line 26, scss/_module-stock-list-content.scss */
    .sl-content-col-btn {
      display: block; } }

/* line 34, scss/_module-stock-list-content.scss */
.sl-load-more-button {
  width: 100%;
  white-space: inherit; }
  @media screen and (min-width: 880px) {
    /* line 34, scss/_module-stock-list-content.scss */
    .sl-load-more-button {
      white-space: nowrap; } }

/* line 42, scss/_module-stock-list-content.scss */
.sl-price-disclaimer {
  margin-top: 15px; }

/* line 46, scss/_module-stock-list-content.scss */
.sl-content-wrapper {
  margin-top: 5px; }

/* line 52, scss/_module-stock-list-content.scss */
.flexbox .sl-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    /* line 52, scss/_module-stock-list-content.scss */
    .flexbox .sl-content-wrapper {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
/* line 68, scss/_module-stock-list-content.scss */
.flexbox .sl-content-col-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    /* line 68, scss/_module-stock-list-content.scss */
    .flexbox .sl-content-col-1 {
      -webkit-box-flex: 5;
      -ms-flex: 5;
      flex: 5; } }
/* line 80, scss/_module-stock-list-content.scss */
.flexbox .sl-content-col-2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  @media screen and (min-width: 568px) {
    /* line 80, scss/_module-stock-list-content.scss */
    .flexbox .sl-content-col-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1024px) {
    /* line 80, scss/_module-stock-list-content.scss */
    .flexbox .sl-content-col-2 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
/* line 99, scss/_module-stock-list-content.scss */
.flexbox .sl-content-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }
@media screen and (min-width: 384px) {
  /* line 108, scss/_module-stock-list-content.scss */
  .flexbox .sl-content-col-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

/* line 1, scss/_module-stock-list-specs.scss */
.sl-spec-text {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 11.5px;
  line-height: 15px;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    /* line 1, scss/_module-stock-list-specs.scss */
    .sl-spec-text {
      font-size: 12.5px;
      line-height: 19px; } }

/* line 13, scss/_module-stock-list-specs.scss */
.sl-spec-key {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* line 19, scss/_module-stock-list-specs.scss */
.flexbox .sl-spec-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 30, scss/_module-stock-list-specs.scss */
.flexbox .sl-spec-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
/* line 38, scss/_module-stock-list-specs.scss */
.flexbox .sl-spec-item-2,
.flexbox .sl-spec-item-8 {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 38, scss/_module-stock-list-specs.scss */
    .flexbox .sl-spec-item-2,
    .flexbox .sl-spec-item-8 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
/* line 49, scss/_module-stock-list-specs.scss */
.flexbox .sl-spec-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 55, scss/_module-stock-list-specs.scss */
.flexbox .sl-spec-key {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 64, scss/_module-stock-list-specs.scss */
.no-flexbox .sl-spec-item-2,
.no-flexbox .sl-spec-item-8 {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 64, scss/_module-stock-list-specs.scss */
    .no-flexbox .sl-spec-item-2,
    .no-flexbox .sl-spec-item-8 {
      display: block; } }

/* line 1, scss/_module-stock-list-badges.scss */
.stock-detail .sl-badge {
  height: 80px;
  margin: 5px 0 0 0;
  background-image: url("../../images/teammoto_approved_150x75.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: left 50%;
  display: block; }

/* line 11, scss/_module-stock-list-badges.scss */
.sl-badge {
  display: none; }
  /* line 14, scss/_module-stock-list-badges.scss */
  .sl-vehicle-4 .sl-badge {
    width: 100%;
    height: 55px;
    margin: 0 0 5px 0;
    background-image: url("../../images/ultimate_approved_147x110.png");
    background-size: 73.5px;
    background-repeat: no-repeat;
    background-position: left 50%;
    display: block; }

/* line 26, scss/_module-stock-list-badges.scss */
.sl-icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 5px; }

/* line 32, scss/_module-stock-list-badges.scss */
.stock-detail .sl-icon-lplate {
  display: block;
  width: 37px;
  height: 37px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 27 27'%3E%3Cpath fill='%23ffff00' d='M22.6,19.9c0,0.5-0.4,1-0.9,1.1L3.1,22.6c-0.5,0-1-0.4-1.1-0.9L0.4,3.1c0-0.5,0.4-1,0.9-1.1l18.6-1.6c0.5,0,1,0.4,1.1,0.9L22.6,19.9z'/%3E%3Cpath fill='%23000000' d='M4.6,3.9C4.6,3.9,4.6,3.9,4.6,3.9l4.8-0.4c0,0,0,0,0,0l1,11.8c0,0,0,0,0,0l7.5-0.7c0,0,0,0,0,0l0.3,3.8c0,0,0,0,0,0L6,19.6c0,0,0,0,0,0L4.6,3.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* line 44, scss/_module-stock-list-badges.scss */
.sl-vehicle-1 .sl-icon-special, .sl-vehicle-2 .sl-icon-special, .sl-vehicle-3 .sl-icon-special, .sl-vehicle-4 .sl-icon-special, .sd-image-large-wrapper .sl-icon-special {
  display: block;
  width: 92px;
  height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 92 32'%3E%3Cpath fill='%23dc0000' d='M82.18,31.89H0V0h82.2c1.12,0,2.15,0.62,2.66,1.62l6.63,12.77c0.44,0.86,0.45,1.88,0.01,2.74l-6.65,13.13C84.35,31.26,83.31,31.89,82.18,31.89z'/%3E%3Cpath fill='%23ffffff' d='M13.48,18.48c0-0.43-0.11-0.76-0.33-0.99c-0.22-0.22-0.63-0.45-1.21-0.69c-1.07-0.41-1.84-0.88-2.31-1.42c-0.47-0.54-0.7-1.19-0.7-1.93c0-0.9,0.32-1.62,0.96-2.16c0.64-0.54,1.45-0.82,2.43-0.82c0.65,0,1.24,0.14,1.75,0.41c0.51,0.28,0.91,0.67,1.18,1.17c0.28,0.5,0.41,1.07,0.41,1.71h-2.15c0-0.5-0.11-0.88-0.32-1.14c-0.21-0.26-0.52-0.39-0.92-0.39c-0.38,0-0.67,0.11-0.88,0.33c-0.21,0.22-0.31,0.52-0.31,0.9c0,0.29,0.12,0.56,0.35,0.79c0.23,0.24,0.65,0.48,1.25,0.74c1.04,0.38,1.8,0.84,2.27,1.38c0.47,0.55,0.71,1.24,0.71,2.09c0,0.93-0.3,1.65-0.89,2.18s-1.39,0.78-2.41,0.78c-0.69,0-1.32-0.14-1.88-0.42c-0.57-0.28-1.01-0.69-1.33-1.22c-0.32-0.53-0.48-1.15-0.48-1.87h2.16c0,0.62,0.12,1.06,0.36,1.34s0.63,0.42,1.17,0.42C13.11,19.68,13.48,19.28,13.48,18.48z'/%3E%3Cpath fill='%23ffffff' d='M19.53,17.53v3.75h-2.15V10.62h3.63c1.05,0,1.9,0.33,2.52,0.98c0.63,0.65,0.94,1.5,0.94,2.55s-0.31,1.87-0.93,2.48s-1.48,0.91-2.58,0.91H19.53z M19.53,15.73h1.48c0.41,0,0.73-0.13,0.95-0.4s0.34-0.66,0.34-1.17c0-0.53-0.12-0.96-0.34-1.27c-0.23-0.32-0.54-0.47-0.92-0.48h-1.5V15.73z'/%3E%3Cpath fill='%23ffffff' d='M31.72,16.67h-3.36v2.83h3.97v1.79h-6.12V10.62h6.11v1.79h-3.96v2.52h3.36V16.67z'/%3E%3Cpath fill='%23ffffff' d='M41.1,17.73c-0.05,1.22-0.4,2.14-1.03,2.76s-1.52,0.94-2.67,0.94c-1.21,0-2.13-0.4-2.77-1.19c-0.64-0.79-0.96-1.92-0.96-3.39v-1.79c0-1.46,0.33-2.59,1-3.39c0.66-0.79,1.59-1.19,2.77-1.19c1.16,0,2.04,0.33,2.65,0.97c0.6,0.65,0.95,1.58,1.03,2.8h-2.16c-0.02-0.75-0.13-1.27-0.35-1.56c-0.21-0.29-0.6-0.43-1.17-0.43c-0.58,0-0.98,0.2-1.22,0.6c-0.24,0.4-0.37,1.07-0.38,1.99v2.01c0,1.06,0.12,1.79,0.35,2.18c0.24,0.4,0.64,0.59,1.22,0.59c0.57,0,0.96-0.14,1.17-0.41c0.21-0.28,0.34-0.77,0.37-1.5H41.1z'/%3E%3Cpath fill='%23ffffff' d='M44.98,21.28h-2.15V10.62h2.15V21.28z'/%3E%3Cpath fill='%23ffffff' d='M52.31,19.1h-2.94l-0.57,2.18h-2.28l3.33-10.66h1.97l3.35,10.66h-2.3L52.31,19.1z M49.84,17.3h1.99l-1-3.8L49.84,17.3z'/%3E%3Cpath fill='%23ffffff' d='M58.63,19.49h3.78v1.79h-5.93V10.62h2.15V19.49z'/%3E%3Cpath fill='%23ffffff' d='M74.8,19.55l-4.96,3l1.31-5.63l-4.36-3.79l5.75-0.49l2.25-5.3l2.25,5.3l5.75,0.49l-4.36,3.79l1.31,5.63L74.8,19.55z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto;
  transition-property: width, background-size, height;
  transition-duration: .15s;
  transition-timing-function: ease-in; }

/* line 66, scss/_module-stock-list-badges.scss */
.stock-list-item:hover .sl-icon-special {
  width: 97px;
  height: 34px;
  background-size: cover; }

/* line 3, scss/_module-stock-list-view-list.scss */
.list-view .sl-price-wrapper,
.list-view .sl-price-wk-wrapper {
  padding: 5px 10px; }
/* line 8, scss/_module-stock-list-view-list.scss */
.list-view .sl-images-link {
  display: block; }
/* line 12, scss/_module-stock-list-view-list.scss */
.list-view .sl-image-wrapper {
  float: none;
  display: block;
  width: 100%; }
/* line 18, scss/_module-stock-list-view-list.scss */
.list-view .sl-image-wrapper-sm {
  display: none; }
/* line 22, scss/_module-stock-list-view-list.scss */
.list-view .sl-icon-special {
  width: 55px;
  height: 20px; }
  @media screen and (min-width: 1024px) {
    /* line 22, scss/_module-stock-list-view-list.scss */
    .list-view .sl-icon-special {
      width: 70px;
      height: 25px; } }
/* line 34, scss/_module-stock-list-view-list.scss */
.list-view .stock-list-item:hover .sl-icon-special {
  width: 55px;
  height: 20px; }
  @media screen and (min-width: 1024px) {
    /* line 34, scss/_module-stock-list-view-list.scss */
    .list-view .stock-list-item:hover .sl-icon-special {
      width: 77px;
      height: 27px; } }
/* line 45, scss/_module-stock-list-view-list.scss */
.list-view .sl-content-col-2 {
  padding: 0 0 0 10px; }
/* line 49, scss/_module-stock-list-view-list.scss */
.list-view .sl-content-col-text {
  margin: 0; }
@media screen and (min-width: 1024px) {
  /* line 53, scss/_module-stock-list-view-list.scss */
  .list-view .sl-spec-item-wrapper {
    padding-right: 8px; } }
@media screen and (min-width: 1024px) {
  /* line 60, scss/_module-stock-list-view-list.scss */
  .list-view .sl-spec-text {
    line-height: 16px; } }
/* line 67, scss/_module-stock-list-view-list.scss */
.list-view .sl-spec-key {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 67, scss/_module-stock-list-view-list.scss */
    .list-view .sl-spec-key {
      display: block; } }

/* line 78, scss/_module-stock-list-view-list.scss */
.flexbox .list-view .sl-price-wrapper,
.flexbox .list-view .sl-price-wk-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 85, scss/_module-stock-list-view-list.scss */
.flexbox .list-view .sl-badge {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 91, scss/_module-stock-list-view-list.scss */
.flexbox .list-view .sl-content-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (min-width: 568px) {
    /* line 91, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-1 {
      -webkit-box-flex: .8;
      -ms-flex: .8;
      flex: .8; } }
  @media screen and (min-width: 768px) {
    /* line 91, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-1 {
      -webkit-box-flex: .6;
      -ms-flex: .6;
      flex: .6; } }
  @media screen and (min-width: 1024px) {
    /* line 91, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-1 {
      -webkit-box-flex: .5;
      -ms-flex: .5;
      flex: .5; } }
/* line 115, scss/_module-stock-list-view-list.scss */
.flexbox .list-view .sl-content-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }
  @media screen and (min-width: 1024px) {
    /* line 115, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
@media screen and (min-width: 1024px) {
  /* line 129, scss/_module-stock-list-view-list.scss */
  .flexbox .list-view .sl-spec-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (min-width: 1024px) {
  /* line 140, scss/_module-stock-list-view-list.scss */
  .flexbox .list-view .sl-spec-item-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
/* line 148, scss/_module-stock-list-view-list.scss */
.flexbox .list-view .sl-content-col-text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }
  @media screen and (min-width: 568px) {
    /* line 148, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-text {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; } }
  @media screen and (min-width: 1024px) {
    /* line 148, scss/_module-stock-list-view-list.scss */
    .flexbox .list-view .sl-content-col-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
@media screen and (min-width: 1024px) {
  /* line 166, scss/_module-stock-list-view-list.scss */
  .flexbox .list-view .sl-spec-key {
    -webkit-box-flex: .6;
    -ms-flex: .6;
    flex: .6; } }
@media screen and (min-width: 1024px) {
  /* line 175, scss/_module-stock-list-view-list.scss */
  .flexbox .list-view .sl-content-col-btn {
    -ms-flex-item-align: center;
    align-self: center; } }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .list-view .sl-content-wrapper:before, .no-flexbox .list-view .sl-content-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .list-view .sl-content-wrapper:after {
  clear: both; }
/* line 190, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-content-col-1 {
  width: 14%;
  float: left; }
/* line 195, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-content-col-2 {
  width: 84%;
  float: left; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .list-view .sl-content-col-2:before, .no-flexbox .list-view .sl-content-col-2:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .list-view .sl-content-col-2:after {
    clear: both; }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .list-view .sl-spec-wrapper:before, .no-flexbox .list-view .sl-spec-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .list-view .sl-spec-wrapper:after {
  clear: both; }
/* line 205, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-spec-item-wrapper {
  float: left;
  width: 50%; }
/* line 210, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-spec-text {
  float: left; }
/* line 214, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-spec-key {
  margin-right: 10px; }
/* line 218, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-content-col-text {
  float: left;
  width: 65%; }
/* line 223, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-badge {
  float: left;
  width: 15%; }
/* line 228, scss/_module-stock-list-view-list.scss */
.no-flexbox .list-view .sl-content-col-btn {
  float: right;
  width: 20%; }

@media screen and (min-width: 1024px) {
  /* line 3, scss/_module-stock-list-view-thumbs.scss */
  .thumb-view .sl-spec-wrapper {
    display: block; } }
@media screen and (min-width: 1024px) {
  /* line 10, scss/_module-stock-list-view-thumbs.scss */
  .thumb-view .sl-content-col-2,
  .thumb-view .sl-content-col-text,
  .thumb-view .sl-badge,
  .thumb-view .sl-content-col-btn {
    display: block; } }
@media screen and (min-width: 384px) {
  /* line 20, scss/_module-stock-list-view-thumbs.scss */
  .thumb-view .les_video[data-url] {
    left: 21%; } }

@media screen and (min-width: 1024px) {
  /* line 29, scss/_module-stock-list-view-thumbs.scss */
  .flexbox .thumb-view .sl-content-col-2,
  .flexbox .thumb-view .sl-content-col-text,
  .flexbox .thumb-view .sl-badge,
  .flexbox .thumb-view .sl-content-col-btn {
    display: block; } }
/* line 39, scss/_module-stock-list-view-thumbs.scss */
.flexbox .thumb-view .sl-badge {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .thumb-view .stock-list-item:before, .no-flexbox .thumb-view .stock-list-item:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .thumb-view .stock-list-item:after {
  clear: both; }
/* line 52, scss/_module-stock-list-view-thumbs.scss */
.no-flexbox .thumb-view .sl-content-col-1 {
  float: left;
  width: 70%; }
/* line 57, scss/_module-stock-list-view-thumbs.scss */
.no-flexbox .thumb-view .sl-content-col-2 {
  float: left;
  width: 30%; }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .thumb-view .sl-spec-wrapper:before, .no-flexbox .thumb-view .sl-spec-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .thumb-view .sl-spec-wrapper:after {
  clear: both; }
/* line 66, scss/_module-stock-list-view-thumbs.scss */
.no-flexbox .thumb-view .sl-spec-text {
  float: left;
  width: 50%; }

@media screen and (min-width: 1024px) {
  /* line 5, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .stock-list-item {
    margin-top: 10px;
    margin-right: 1%; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 10, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .stock-list-item:nth-child(2n) {
    margin-right: 0; } }
@media screen and (min-width: 1024px) {
  /* line 16, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-heading-link {
    background-color: #810d2c; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    /* line 16, scss/_module-stock-list-view-gallery.scss */
    .gallery-view .sl-heading-link {
      padding: 0;
      margin-bottom: 0;
      position: relative; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    /* line 25, scss/_module-stock-list-view-gallery.scss */
    .gallery-view .sl-heading-link:before {
      display: none; } }
@media screen and (min-width: 1024px) and (min-width: 768px) {
  /* line 32, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-heading-model-wrapper {
    padding: 5px 10px; } }
@media screen and (min-width: 1024px) and (min-width: 768px) {
  /* line 38, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-price-wrapper {
    padding: 3px 10px; } }
@media screen and (min-width: 1024px) {
  /* line 45, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-price-wk-wrapper {
    padding: 5px 10px; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 49, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-compare-wrapper {
    margin: 0; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 55, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-images-link {
    display: block; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 61, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-image-wrapper {
    float: none;
    width: 100%; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 68, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-image-wrapper-sm {
    display: none; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 74, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-content-wrapper {
    display: block; } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 80, scss/_module-stock-list-view-gallery.scss */
  .gallery-view .sl-content-col-2 {
    display: block;
    padding: 0; } }

@media screen and (min-width: 1024px) {
  /* line 91, scss/_module-stock-list-view-gallery.scss */
  .flexbox .gallery-view .sl-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (min-width: 1024px) {
  /* line 102, scss/_module-stock-list-view-gallery.scss */
  .flexbox .gallery-view .stock-list-item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; } }
/* line 110, scss/_module-stock-list-view-gallery.scss */
.flexbox .gallery-view .sl-heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 121, scss/_module-stock-list-view-gallery.scss */
.flexbox .gallery-view .sl-heading-model-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%; }
/* line 128, scss/_module-stock-list-view-gallery.scss */
.flexbox .gallery-view .sl-price-now-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 134, scss/_module-stock-list-view-gallery.scss */
.flexbox .gallery-view .sl-price-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
@media screen and (min-width: 1024px) {
  /* line 140, scss/_module-stock-list-view-gallery.scss */
  .flexbox .gallery-view .sl-content-col-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 768px) {
  /* line 150, scss/_module-stock-list-view-gallery.scss */
  .flexbox .gallery-view .sl-spec-key {
    -webkit-box-flex: .8;
    -ms-flex: .8;
    flex: .8; } }
@media screen and (min-width: 1024px) {
  /* line 150, scss/_module-stock-list-view-gallery.scss */
  .flexbox .gallery-view .sl-spec-key {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

/* line 168, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .stock-list-item {
  float: left;
  width: 49%; }
/* line 173, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-heading-model-wrapper {
  float: none; }
/* line 177, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-price-wrapper,
.no-flexbox .gallery-view .sl-price-wk-wrapper,
.no-flexbox .gallery-view .sl-price-was-wrapper,
.no-flexbox .gallery-view .sl-price-now-wrapper {
  padding: 5px 10px; }
/* line 184, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-price-wk-wrapper {
  float: left; }
/* line 188, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-content-col-1 {
  float: none;
  width: 100%; }
/* line 193, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-content-col-2 {
  float: none;
  width: 100%; }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .gallery-view .sl-spec-wrapper:before, .no-flexbox .gallery-view .sl-spec-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .gallery-view .sl-spec-wrapper:after {
  clear: both; }
/* line 202, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-spec-item-wrapper {
  float: left;
  width: 50%; }
/* line 207, scss/_module-stock-list-view-gallery.scss */
.no-flexbox .gallery-view .sl-spec-text {
  float: left;
  width: 50%; }

/* line 1, scss/_module-stock-details-form-summary.scss */
.sd-form-heading-wrapper {
  padding: 5px 10px;
  background-color: #C71444; }

/* line 6, scss/_module-stock-details-form-summary.scss */
.sd-form-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin: 0; }

/* line 16, scss/_module-stock-details-form-summary.scss */
.sd-form-heading-link .icon-svg-close-circle {
  width: 25px;
  height: 25px;
  color: #C71444;
  fill: #fff;
  margin-left: 6px;
  cursor: pointer; }

/* line 25, scss/_module-stock-details-form-summary.scss */
.sd-form-heading-link:hover .icon-svg-close-circle {
  color: #fff;
  fill: #C71444; }

/* line 30, scss/_module-stock-details-form-summary.scss */
.sd-summary-wrapper {
  background-color: #ebebec;
  padding: 8px;
  border: 1px solid #dcddde;
  border-radius: 3px; }

/* line 37, scss/_module-stock-details-form-summary.scss */
.sd-summary-group2 {
  padding-left: 10px; }

/* line 41, scss/_module-stock-details-form-summary.scss */
.sd-summary-text-wrapper {
  margin-top: 6px; }

/* line 45, scss/_module-stock-details-form-summary.scss */
.sd-summary-text {
  color: #000;
  margin: 0;
  border-right: 1px solid #b2b2b2;
  margin-right: 7px;
  padding-right: 7px; }
  /* line 52, scss/_module-stock-details-form-summary.scss */
  .sd-summary-text:last-child {
    border: 0; }

/* line 59, scss/_module-stock-details-form-summary.scss */
.sd-summary .sl-heading-model {
  margin: 0;
  border: 0;
  padding: 0; }
/* line 65, scss/_module-stock-details-form-summary.scss */
.sd-summary .sl-price,
.sd-summary .sl-price-wk,
.sd-summary .sl-heading-model,
.sd-summary .sl-heading-quantifier {
  font-size: 15px;
  color: #000;
  background-color: transparent;
  margin: 0;
  padding: 0; }
/* line 76, scss/_module-stock-details-form-summary.scss */
.sd-summary .sl-heading-quantifier {
  display: inline; }

/* line 83, scss/_module-stock-details-form-summary.scss */
.flexbox .sd-form-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 95, scss/_module-stock-details-form-summary.scss */
.flexbox .sd-form-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 101, scss/_module-stock-details-form-summary.scss */
.flexbox .sd-form-heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 110, scss/_module-stock-details-form-summary.scss */
.flexbox .sd-summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 116, scss/_module-stock-details-form-summary.scss */
.flexbox .sd-summary-text-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* line 127, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-form-heading-wrapper {
  height: 36px; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sd-form-heading-wrapper:before, .no-flexbox .sd-form-heading-wrapper:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sd-form-heading-wrapper:after {
    clear: both; }
/* line 132, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-form-name {
  float: left; }
/* line 136, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-form-heading-link {
  display: block;
  float: right; }
/* line 141, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-form-text-btn {
  float: left; }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-summary-wrapper:before, .no-flexbox .sd-summary-wrapper:after,
.no-flexbox .sd-summary:before,
.no-flexbox .sd-summary:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-summary-wrapper:after,
.no-flexbox .sd-summary:after {
  clear: both; }
/* line 150, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-summary-group1 {
  float: left; }
/* line 154, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-summary-group2 {
  float: left; }
/* line 158, scss/_module-stock-details-form-summary.scss */
.no-flexbox .sd-summary-text {
  display: inline; }

@media screen and (min-width: 768px) {
  /* line 1, scss/_module-stock-details-specs.scss */
  .sd-carousel-wrapper {
    padding-right: 1rem; } }

/* line 8, scss/_module-stock-details-specs.scss */
.sd-carousel-image {
  width: 100%; }

/* line 12, scss/_module-stock-details-specs.scss */
.sd-specs-text {
  margin: 0; }

/* line 16, scss/_module-stock-details-specs.scss */
.sd-specs-key {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* line 20, scss/_module-stock-details-specs.scss */
.sd-section-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }

@media screen and (min-width: 1024px) {
  /* line 25, scss/_module-stock-details-specs.scss */
  .sd-comments-text {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-color: #d1d3d4;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -moz-column-rule-color: #d1d3d4;
    column-count: 2;
    column-gap: 40px;
    column-rule-width: 1px;
    column-rule-style: solid;
    column-rule-color: #d1d3d4; } }

/* line 46, scss/_module-stock-details-specs.scss */
.sdf-list {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 568px) {
    /* line 46, scss/_module-stock-details-specs.scss */
    .sdf-list {
      -webkit-column-count: 2;
      -webkit-column-gap: 40px;
      -moz-column-count: 2;
      -moz-column-gap: 40px;
      column-count: 2;
      column-gap: 40px; } }

/* line 60, scss/_module-stock-details-specs.scss */
.sdf-item {
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #d1d3d4;
  vertical-align: middle;
  padding: 5px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

/* line 71, scss/_module-stock-details-specs.scss */
.text-small {
  font-size: 80%;
  margin-top: 10px; }

@media screen and (min-width: 1024px) {
  /* line 76, scss/_module-stock-details-specs.scss */
  .sd-group2-wrapper {
    width: 79%; } }

/* line 83, scss/_module-stock-details-specs.scss */
.sd-image-large-wrapper {
  position: relative;
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  /* line 88, scss/_module-stock-details-specs.scss */
  .sd-carousel-wrapper {
    max-width: 340px; } }
@media screen and (min-width: 850px) {
  /* line 88, scss/_module-stock-details-specs.scss */
  .sd-carousel-wrapper {
    max-width: 400px; } }
@media screen and (min-width: 1200px) {
  /* line 88, scss/_module-stock-details-specs.scss */
  .sd-carousel-wrapper {
    max-width: 523px; } }

/* line 102, scss/_module-stock-details-specs.scss */
.sd-rating-wrapper {
  margin-top: 7px;
  padding: 10px;
  background: #F2F2F2;
  border: 1px solid #dcddde;
  border-radius: 3px; }

/* line 110, scss/_module-stock-details-specs.scss */
.sd-rating-text {
  margin: 0; }

/* line 114, scss/_module-stock-details-specs.scss */
.sd-redbook-logo {
  margin: 0 0 20px 0; }

/* line 118, scss/_module-stock-details-specs.scss */
.sd-group1-wrapper {
  margin-top: 5px; }

@media screen and (min-width: 768px) {
  /* line 124, scss/_module-stock-details-specs.scss */
  .flexbox .sd-group1-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 768px) {
  /* line 133, scss/_module-stock-details-specs.scss */
  .flexbox .sd-carousel-wrapper,
  .flexbox .sd-specs-wrapper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; } }
/* line 143, scss/_module-stock-details-specs.scss */
.flexbox .sd-specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 149, scss/_module-stock-details-specs.scss */
.flexbox .sd-specs-key {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }
/* line 155, scss/_module-stock-details-specs.scss */
.flexbox .sd-specs-value {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }
/* line 161, scss/_module-stock-details-specs.scss */
.flexbox .sd-star-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 173, scss/_module-stock-details-specs.scss */
.sd-specification .gallery {
  margin-bottom: 15px;
  position: relative; }
/* line 178, scss/_module-stock-details-specs.scss */
.sd-specification .gallery.loading {
  display: none; }
  /* line 181, scss/_module-stock-details-specs.scss */
  .no-js .sd-specification .gallery.loading {
    display: block; }

@media screen and (min-width: 768px) {
  /* line 189, scss/_module-stock-details-specs.scss */
  .no-flexbox .sd-carousel-wrapper {
    float: left;
    width: 60%; } }
@media screen and (min-width: 768px) {
  /* line 197, scss/_module-stock-details-specs.scss */
  .no-flexbox .sd-specs-wrapper {
    float: left;
    width: 40%; } }
/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-specs-items-wrapper:before, .no-flexbox .sd-specs-items-wrapper:after,
.no-flexbox .sd-specification:before,
.no-flexbox .sd-specification:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-specs-items-wrapper:after,
.no-flexbox .sd-specification:after {
  clear: both; }
/* line 210, scss/_module-stock-details-specs.scss */
.no-flexbox .sd-specs-key {
  float: left;
  width: 40%; }
/* line 215, scss/_module-stock-details-specs.scss */
.no-flexbox .sd-specs-value {
  float: left;
  width: 60%;
  padding-left: 10px; }
/* line 221, scss/_module-stock-details-specs.scss */
.no-flexbox .sd-rating-text {
  display: inline; }

/* line 1, scss/_module-stock-details-aside.scss */
.sd-aside-phone-wrapper {
  background-color: #C71444;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px; }

/* line 8, scss/_module-stock-details-aside.scss */
.sd-aside-phone-link {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px; }
  /* line 18, scss/_module-stock-details-aside.scss */
  .sd-aside-phone-link:hover, .sd-aside-phone-link:focus, .sd-aside-phone-link:active {
    color: #fff; }

/* line 27, scss/_module-stock-details-aside.scss */
#print-details-page:hover, #print-details-page:focus, #print-details-page:active {
  text-decoration: none; }

/* line 34, scss/_module-stock-details-aside.scss */
.sd-aside-form-link {
  position: relative;
  cursor: pointer;
  background-color: #F2F2F2;
  margin-bottom: 5px;
  height: 45px;
  border-radius: 0;
  transition: opacity 0.25s ease, background-color 0.25s ease; }
  @media screen and (min-width: 768px) {
    /* line 34, scss/_module-stock-details-aside.scss */
    .sd-aside-form-link {
      height: 37px; } }
  /* line 47, scss/_module-stock-details-aside.scss */
  .sd-aside-form-link:hover {
    background-color: #E5E5E5; }

/* line 52, scss/_module-stock-details-aside.scss */
.open .sd-aside-form-links {
  opacity: .4; }

/* line 56, scss/_module-stock-details-aside.scss */
.open .sd-aside-form-links.selected,
.open .sd-aside-form-links:hover {
  opacity: 1; }

/* line 63, scss/_module-stock-details-aside.scss */
.sd-aside-form-link .icon-svg {
  background-color: #C71444;
  fill: #fff;
  width: 37px;
  height: 37px;
  padding: 3px; }

/* line 72, scss/_module-stock-details-aside.scss */
.sd-aside-link-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  display: inline;
  margin: 0 0 0 5px;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 72, scss/_module-stock-details-aside.scss */
    .sd-aside-link-text {
      font-size: 14px; } }

/* line 84, scss/_module-stock-details-aside.scss */
.stock-detail .add-this-container .add-this-main {
  position: static; }

/* line 90, scss/_module-stock-details-aside.scss */
.flexbox .sd-aside-form-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-aside-form-link:before, .no-flexbox .sd-aside-form-link:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sd-aside-form-link:after {
  clear: both; }
/* line 105, scss/_module-stock-details-aside.scss */
.no-flexbox .sd-aside-form-link .icon-svg,
.no-flexbox .sd-aside-form-link .sd-aside-link-text {
  float: left; }
/* line 110, scss/_module-stock-details-aside.scss */
.no-flexbox .sd-aside-form-link .sd-aside-link-text {
  margin: 8px 0 0 5px; }

/* line 118, scss/_module-stock-details-aside.scss */
.centralcoastnissan #videoButton, .wyongnissan #videoButton {
  display: none; }

/* line 1, scss/_module-stock-details-similar-vehicles.scss */
.similar-vehicles-module-wrapper {
  background-color: #F2F2F2;
  border: 1px solid #dcddde;
  border-radius: 3px;
  margin-top: 10px; }

/* line 8, scss/_module-stock-details-similar-vehicles.scss */
.sd-section-heading.sd-similar-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #C71444;
  padding: 5px 10px;
  margin: 0;
  border-radius: 3px 3px 0 0; }

@media screen and (min-width: 768px) {
  /* line 18, scss/_module-stock-details-similar-vehicles.scss */
  .sv-wrapper {
    display: block; } }

/* line 25, scss/_module-stock-details-similar-vehicles.scss */
.sv-item-link {
  display: block;
  margin: 0;
  padding: 10px;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }
  /* line 31, scss/_module-stock-details-similar-vehicles.scss */
  .sv-item-link:hover {
    background-color: #E5E5E5;
    text-decoration: none; }

/* line 37, scss/_module-stock-details-similar-vehicles.scss */
.sv-list {
  padding: 0 0 0 10px;
  margin: 0; }

/* line 42, scss/_module-stock-details-similar-vehicles.scss */
.sv-item-text {
  font-family: akzidenz-grotesk_medium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  list-style: none; }
  @media screen and (min-width: 768px) {
    /* line 42, scss/_module-stock-details-similar-vehicles.scss */
    .sv-item-text {
      font-size: 11px;
      line-height: 13px; } }
  @media screen and (min-width: 1024px) {
    /* line 42, scss/_module-stock-details-similar-vehicles.scss */
    .sv-item-text {
      font-size: 12px;
      line-height: 14px; } }
  /* line 59, scss/_module-stock-details-similar-vehicles.scss */
  .sv-item-text.sv-make, .sv-item-text.sv-model {
    font-family: akzidenz-grotesk_bold, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }
  /* line 64, scss/_module-stock-details-similar-vehicles.scss */
  .sv-item-text.sv-price {
    font-family: akzidenz-grotesk_medium, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #C71444; }

/* line 70, scss/_module-stock-details-similar-vehicles.scss */
.sv-no-item-text {
  padding: 10px 10px 0 10px; }

@media screen and (min-width: 568px) {
  /* line 76, scss/_module-stock-details-similar-vehicles.scss */
  .flexbox .sv-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  /* line 76, scss/_module-stock-details-similar-vehicles.scss */
  .flexbox .sv-wrapper {
    display: block; } }
/* line 94, scss/_module-stock-details-similar-vehicles.scss */
.flexbox .sv-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 568px) {
    /* line 94, scss/_module-stock-details-similar-vehicles.scss */
    .flexbox .sv-item-link {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    /* line 94, scss/_module-stock-details-similar-vehicles.scss */
    .flexbox .sv-item-link {
      width: 100%; } }
/* line 108, scss/_module-stock-details-similar-vehicles.scss */
.flexbox .sv-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
/* line 114, scss/_module-stock-details-similar-vehicles.scss */
.flexbox .sv-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (min-width: 384px) {
    /* line 114, scss/_module-stock-details-similar-vehicles.scss */
    .flexbox .sv-list {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; } }
  @media screen and (min-width: 568px) {
    /* line 114, scss/_module-stock-details-similar-vehicles.scss */
    .flexbox .sv-list {
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5; } }
  @media screen and (min-width: 1024px) {
    /* line 114, scss/_module-stock-details-similar-vehicles.scss */
    .flexbox .sv-list {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sv-item-link:before, .no-flexbox .sv-item-link:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .sv-item-link:after {
  clear: both; }
/* line 145, scss/_module-stock-details-similar-vehicles.scss */
.no-flexbox .sv-image-wrapper,
.no-flexbox .sv-list {
  float: left;
  width: 50%; }

/* line 3, scss/_module-stock-details-headings.scss */
.stock-detail .sd-page-heading {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #000;
  display: none;
  margin: 0 0 0 15px; }
  @media screen and (min-width: 768px) {
    /* line 3, scss/_module-stock-details-headings.scss */
    .stock-detail .sd-page-heading {
      display: inline-block;
      font-size: 28px;
      line-height: 65px; } }

/* line 1, scss/_module-stock-list-action-buttons.scss */
.sla-action-wrapper {
  margin-top: 15px; }
  @media screen and (min-width: 568px) {
    /* line 1, scss/_module-stock-list-action-buttons.scss */
    .sla-action-wrapper {
      margin-top: 0; } }

/* line 9, scss/_module-stock-list-action-buttons.scss */
.sl-action-item {
  cursor: pointer;
  margin-left: 2%; }
  /* line 13, scss/_module-stock-list-action-buttons.scss */
  .sl-action-item:hover, .sl-action-item:focus, .sl-action-item:active {
    text-decoration: none; }
  @media screen and (min-width: 568px) {
    /* line 9, scss/_module-stock-list-action-buttons.scss */
    .sl-action-item {
      height: 60px; } }

/* line 24, scss/_module-stock-list-action-buttons.scss */
.sla-icon-wrapper {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 24, scss/_module-stock-list-action-buttons.scss */
    .sla-icon-wrapper {
      width: 80px;
      height: 30px; } }

/* line 36, scss/_module-stock-list-action-buttons.scss */
.sla-text-wrapper {
  background: #C71444;
  padding: 5px;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 36, scss/_module-stock-list-action-buttons.scss */
    .sla-text-wrapper {
      width: 80px;
      height: 30px; } }

/* line 47, scss/_module-stock-list-action-buttons.scss */
.sla-text {
  font-family: akzidenz-grotesk_bold, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin: 0; }

/* line 61, scss/_module-stock-list-action-buttons.scss */
.flexbox .stock-list-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 73, scss/_module-stock-list-action-buttons.scss */
.flexbox .sla-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (min-width: 568px) {
    /* line 73, scss/_module-stock-list-action-buttons.scss */
    .flexbox .sla-action-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; } }
/* line 90, scss/_module-stock-list-action-buttons.scss */
.flexbox .sl-action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%; }
  /* line 107, scss/_module-stock-list-action-buttons.scss */
  .flexbox .sl-action-item:nth-child(odd) {
    margin-left: 0; }
  /* line 111, scss/_module-stock-list-action-buttons.scss */
  .flexbox .sl-action-item:nth-child(3), .flexbox .sl-action-item:nth-child(4) {
    margin-top: 8px; }
  @media screen and (min-width: 568px) {
    /* line 90, scss/_module-stock-list-action-buttons.scss */
    .flexbox .sl-action-item {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      /* line 121, scss/_module-stock-list-action-buttons.scss */
      .flexbox .sl-action-item:nth-child(n) {
        margin: 0;
        margin-left: 10px; } }
  /* line 127, scss/_module-stock-list-action-buttons.scss */
  .flexbox .sl-action-item:first-child {
    margin-left: 0; }
/* line 132, scss/_module-stock-list-action-buttons.scss */
.flexbox .sla-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 141, scss/_module-stock-list-action-buttons.scss */
.flexbox .sla-text-wrapper {
  display: block; }

/* line 14, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .stock-list-heading-wrapper:before, .no-flexbox .stock-list-heading-wrapper:after {
  content: " ";
  display: table; }
/* line 19, scss/libs/bootstrap3/_mixins.scss */
.no-flexbox .stock-list-heading-wrapper:after {
  clear: both; }
/* line 152, scss/_module-stock-list-action-buttons.scss */
.no-flexbox .sl-page-heading {
  float: left; }
/* line 156, scss/_module-stock-list-action-buttons.scss */
.no-flexbox .sla-action-wrapper {
  float: right;
  margin-top: 14px; }
  /* line 14, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sla-action-wrapper:before, .no-flexbox .sla-action-wrapper:after {
    content: " ";
    display: table; }
  /* line 19, scss/libs/bootstrap3/_mixins.scss */
  .no-flexbox .sla-action-wrapper:after {
    clear: both; }
/* line 162, scss/_module-stock-list-action-buttons.scss */
.no-flexbox .sl-action-item {
  float: left;
  margin: 0;
  padding-left: 15px; }

/* ===================================
   Site - Custom
   =================================== */
/* line 5, scss/_site.scss */
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/* line 12, scss/_site.scss */
video-100,
.w-100,
iframe.iframe-100,
.iframe-100,
img.image-100,
.image-100 {
  width: 100%; }

/* line 21, scss/_site.scss */
.iframe-100-no-border {
  width: 100%;
  border: 0; }

/* line 26, scss/_site.scss */
.iframe-no-border {
  border: 0; }

/* line 30, scss/_site.scss */
.iframe-100-no-scroll {
  border: 0;
  width: 100%;
  overflow: hidden; }

/* line 36, scss/_site.scss */
.height-100 {
  height: 100%; }

/* line 40, scss/_site.scss */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #d1d3d4; }

/* Content */
/* line 48, scss/_site.scss */
.content-wrapper {
  margin: 0; }
  /* line 51, scss/_site.scss */
  .home .content-wrapper {
    margin: 0 7px; }
    @media screen and (min-width: 1280px) {
      /* line 51, scss/_site.scss */
      .home .content-wrapper {
        margin: 0; } }

/* line 61, scss/_site.scss */
.content {
  padding: 0 10px; }
  @media screen and (min-width: 768px) {
    /* line 61, scss/_site.scss */
    .content {
      padding: 0; } }

/* line 69, scss/_site.scss */
.icomoon {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased; }

/* line 74, scss/_site.scss */
.lf-content {
  line-height: 1.286em;
  margin-bottom: 2.143em;
  color: #666; }

/* =================================== */
/*  HTML 5 Boiler Plate Helper Classes */
/* =================================== */
/* line 4, scss/_boilerplate-helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 5, scss/_boilerplate-helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* line 6, scss/_boilerplate-helper.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 7, scss/_boilerplate-helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 8, scss/_boilerplate-helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 10, scss/_boilerplate-helper.scss */
.invisible {
  visibility: hidden; }

/* line 11, scss/_boilerplate-helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 13, scss/_boilerplate-helper.scss */
.clearfix:after {
  clear: both; }

/* line 14, scss/_boilerplate-helper.scss */
.clearfix {
  *zoom: 1; }

/* ===================================
IE Exceptions
=================================== */
/* line 5, scss/_ie-exceptions.scss */
.ie9, .lt-ie9 {
  width: 100%; }
  /* line 8, scss/_ie-exceptions.scss */
  .ie9 .container, .lt-ie9 .container {
    width: 1169px;
    margin-right: auto;
    margin-left: auto; }
  /* line 15, scss/_ie-exceptions.scss */
  .ie9 body.map-framed, .lt-ie9 body.map-framed {
    width: 100%;
    min-width: 100%; }
  /* line 21, scss/_ie-exceptions.scss */
  .ie9 .promo-u .promo-heading, .lt-ie9 .promo-u .promo-heading {
    min-height: 40px; }
  /* line 26, scss/_ie-exceptions.scss */
  .ie9 .sliderOuterWrapper, .ie9 .mobile-utility-wrapper, .ie9 .toolbox, .ie9 .header-wrapper, .ie9 .bg-page-carousel, .lt-ie9 .sliderOuterWrapper, .lt-ie9 .mobile-utility-wrapper, .lt-ie9 .toolbox, .lt-ie9 .header-wrapper, .lt-ie9 .bg-page-carousel {
    width: 1169px;
    margin: 0 auto; }
  /* line 31, scss/_ie-exceptions.scss */
  .ie9 .header .nav-primary .nav-secondary ol, .lt-ie9 .header .nav-primary .nav-secondary ol {
    border: 0; }
  /* line 35, scss/_ie-exceptions.scss */
  .ie9 .stock__view-option SELECT, .lt-ie9 .stock__view-option SELECT {
    height: 32px; }
  /* line 39, scss/_ie-exceptions.scss */
  .ie9 .make-an-enquiry-wrapper, .lt-ie9 .make-an-enquiry-wrapper {
    display: none; }
  /* line 43, scss/_ie-exceptions.scss */
  .ie9 .special .make-an-enquiry-wrapper, .lt-ie9 .special .make-an-enquiry-wrapper {
    display: block; }
  /* line 47, scss/_ie-exceptions.scss */
  .ie9 .banner-wrapper img, .lt-ie9 .banner-wrapper img {
    max-width: none; }
  /* line 51, scss/_ie-exceptions.scss */
  .ie9 .tony-white-tagline, .lt-ie9 .tony-white-tagline {
    float: left;
    margin-right: 10px; }

/* line 59, scss/_ie-exceptions.scss */
.popup.ie9 body, .popup.lt-ie9 body {
  min-width: 340px;
  width: 350px;
  margin: auto; }
/* line 63, scss/_ie-exceptions.scss */
.popup.ie9 .enquiry > div > .pure-u-1, .popup.lt-ie9 .enquiry > div > .pure-u-1 {
  width: 100%; }

/* line 1, scss/_module-gmap.scss */
.google-map {
  height: 300px;
  background: url("/n/images/loading.gif") 50% 50% no-repeat; }

/* line 7, scss/_module-gmap.scss */
.panel-body .google-map .gm-style a {
  display: initial;
  border-top: none;
  border-bottom: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }
/* line 20, scss/_module-gmap.scss */
.panel-body .google-map img {
  max-width: none; }
