/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.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.
 */
/* line 290, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
input {
  line-height: normal;
}

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/syborg/sites/AutohausImportService/sass/site/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.w {
  color: white;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.w.base {
  color: white;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.w.light {
  color: rgba(255, 255, 255, 0.8);
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.w.dark {
  color: #fafaf6;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.w {
  color: background-color(w, base);
  background-color: white;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.w.base {
  background-color: white;
  background-color: white;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.w.light {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.w.dark {
  background-color: #fafaf6;
  background-color: #fafaf6;
  color: #000;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.k {
  color: black;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.k.base {
  color: black;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.k.light {
  color: rgba(0, 0, 0, 0.5);
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.k.dark {
  color: black;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.k {
  color: background-color(k, base);
  background-color: black;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.k.base {
  background-color: black;
  background-color: black;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.k.light {
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.k.dark {
  background-color: black;
  background-color: black;
  color: #fff;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.gray {
  color: gray;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.gray.base {
  color: gray;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.gray {
  color: background-color(gray, base);
  background-color: gray;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.gray.base {
  background-color: gray;
  background-color: gray;
  color: #000;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.red {
  color: #d91350;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.red.base {
  color: #d91350;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.red {
  color: background-color(red, base);
  background-color: #d91350;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.red.base {
  background-color: #d91350;
  background-color: #d91350;
  color: #fff;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one {
  color: #b2b2b2;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.super-light {
  color: #e8e8e8;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.x-light {
  color: #cbcbcb;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.light {
  color: #c5c5c5;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.med-light {
  color: #bababa;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.base {
  color: #b2b2b2;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.med-dark {
  color: #a0a0a0;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.dark {
  color: #868686;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-one.x-dark {
  color: #777777;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one {
  color: background-color(swatch-one, base);
  background-color: #b2b2b2;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.super-light {
  background-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.x-light {
  background-color: #cbcbcb;
  background-color: #cbcbcb;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.light {
  background-color: #c5c5c5;
  background-color: #c5c5c5;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.med-light {
  background-color: #bababa;
  background-color: #bababa;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.base {
  background-color: #b2b2b2;
  background-color: #b2b2b2;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.med-dark {
  background-color: #a0a0a0;
  background-color: #a0a0a0;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.dark {
  background-color: #868686;
  background-color: #868686;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-one.x-dark {
  background-color: #777777;
  background-color: #777777;
  color: #fff;
}

/* line 101, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two {
  color: #d22020;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.x-light {
  color: #e16a6a;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.light {
  color: #dd5858;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.med-light {
  color: #d73636;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.base {
  color: #d22020;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.med-dark {
  color: #bd1d1d;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.dark {
  color: #9e1818;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.swatch-two.x-dark {
  color: #8d1515;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two {
  color: background-color(swatch-two, base);
  background-color: #d22020;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.x-light {
  background-color: #e16a6a;
  background-color: #e16a6a;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.light {
  background-color: #dd5858;
  background-color: #dd5858;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.med-light {
  background-color: #d73636;
  background-color: #d73636;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.base {
  background-color: #d22020;
  background-color: #d22020;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.med-dark {
  background-color: #bd1d1d;
  background-color: #bd1d1d;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.dark {
  background-color: #9e1818;
  background-color: #9e1818;
  color: #fff;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.swatch-two.x-dark {
  background-color: #8d1515;
  background-color: #8d1515;
  color: #fff;
}

/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.logo.red {
  color: LightCoral;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.logo.blue {
  color: SkyBlue;
}
/* line 105, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
span.logo.green {
  color: PaleGreen;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.logo {
  color: background-color(logo, base);
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.logo.red {
  background-color: LightCoral;
  background-color: LightCoral;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.logo.blue {
  background-color: SkyBlue;
  background-color: SkyBlue;
  color: #000;
}
/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_colors.scss */
div.logo.green {
  background-color: PaleGreen;
  background-color: PaleGreen;
  color: #000;
}

/* line 1, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
}

/*
 *  Susy 2 layout definitions
 */
/* Susy runs with the following defaults for the global susy layout map.
  $susy: (
    flow: ltr,
    math: fluid,
    output: float,
    gutter-position: after,
    container: auto,
    container-position: center,
    columns: 4,
    gutters: .25,
    column-width: false,
    global-box-sizing: content-box,
    last-flow: to,
    debug: (
      image: hide,
      color: rgba(#66f, .25),
      output: background,
      toggle: top right,
    ),
    use-custom: (
      background-image: true,
      background-options: false,
      box-sizing: true,
      clearfix: false,
      rem: true,
    )
  );
*/
/*
  @include susy-breakpoint(<breakpoint>, <layout>) {
      ...any css, just like normal....
      NOTE: span-columns() is different from Susy 1
      span() refers to the last-set number of layout columns as the context,
      which is why we need to define the container(<layout>) for our .wrapper at each new breakpoint.
      (reference: http://susydocs.oddbird.net/en/latest/shorthand/#span)
      Oh, and span-columns(3 omega) is now span(last 3)
   }
 */
/* line 108, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
.wrapper {
  padding: 0 .5em;
  max-width: 340.88889px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 580px) {
  /* line 108, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
  .wrapper {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 108, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
  .wrapper {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3em;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  /* line 108, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
  .wrapper {
    padding: 0 3em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1125px) {
  /* line 108, /Users/syborg/sites/AutohausImportService/sass/site/_layout.scss */
  .wrapper {
    padding: 0 3em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
/* Graceful degredations from http://cssfontstack.com */
/* line 54, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
*[class*="fa-"] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active *[class*="fa-"] {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive *[class*="fa-"] {
  opacity: 1;
}
/* line 58, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active *[class*="fa-"]:not(.fa-fw, .fa-li) {
  width: auto;
}

/* line 64, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
*[class*="font-effects"] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
/* line 67, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
*[class*="font-effects"] .wf-gfx-loaded {
  opacity: 1;
}

/* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
body {
  color: black;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 768px) {
  /* line 115, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  body {
    line-height: 1.5;
  }
}

/* line 138, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
/* line 24, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.link, a, .link:visited, a:visited, .link:active, a:active, .link:visited:active, a:visited:active {
  color: #bd1d1d;
}
/* line 29, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.link:hover, a:hover, .link:visited:hover, a:visited:hover {
  color: #8d1515;
}

/* line 145, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 146, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.bold, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, b, strong {
  font-weight: 700;
}

/* line 148, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h1, h1 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 148, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  /* line 148, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h1, h1 {
    font-size: 2.5em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.3;
  }
}

/* line 167, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h2, h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 167, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  /* line 167, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h2, h2 {
    font-size: 2em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

/* line 184, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h3, h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 184, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  /* line 184, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

/* line 201, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h4, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 201, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

/* line 211, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h5, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

/* line 217, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h6, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

/* line 222, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.2em;
  margin-bottom: 0.25em;
}

/* line 228, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

/* line 244, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

/* line 251, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

/* line 253, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
p > a:hover {
  text-decoration: underline;
}

/* overrides */
/* line 258, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.intro-text {
  font-size: 1.3em;
  line-height: 1.3;
}

/* line 6, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.blockify {
  display: block !important;
}

/* line 7, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.inlinify {
  display: inline-block !important;
}

/* line 10, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 13, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.pie-clearfix {
  *zoom: 1;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.clear {
  clear: both;
}

/* line 16, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.clear-left {
  clear: left;
}

/* line 17, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.clear-right {
  clear: right;
}

/* line 19, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.float-left {
  float: left;
}

/* line 20, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
img.float-left {
  margin-right: 1.26582%;
}

/* line 21, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.float-right {
  float: right;
}

/* line 22, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
img.float-right {
  margin-left: 1.26582%;
}

/* line 23, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-float {
  float: none !important;
}

/* line 25, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.headroom {
  margin-top: 48px;
  margin-top: 2.82353rem;
}

/* line 26, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.less-headroom {
  margin-top: 24px;
  margin-top: 1.41176rem;
}

/* line 27, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.more-less-headroom {
  margin-top: 12px;
  margin-top: 0.70588rem;
}

/* line 29, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 48px;
  margin-bottom: 2.82353rem;
}

/* line 30, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
}

/* line 31, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 12px;
  margin-bottom: 0.70588rem;
}

/* line 32, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-legroom {
  margin-bottom: 0;
}

/* line 34, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 35, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 37, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.margin-bottom-1em {
  margin: 0 0 1rem 0;
}

/* line 39, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.center,
.text-center {
  text-align: center !important;
}

/* line 41, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.text-left {
  text-align: left !important;
}

/* line 42, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.text-right {
  text-align: right !important;
}

/* line 44, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.no-bullets {
  list-style-type: none;
  padding: 0 0 0 1em;
}

/* line 53, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* line 65, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 77, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 73, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.list-reset li {
  margin: 0;
}

/* line 82, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.list-inline li {
  display: inline-block;
  float: left;
}
/* line 85, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
/* line 88, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

/* ghost button */
/* line 170, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #d22020;
  background-color: white;
  border: 1px solid #d22020;
  border-radius: 2px;
  box-shadow: 0px 2px 3px gray;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .ghost-button {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .ghost-button {
  opacity: 1;
}
/* line 121, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.ghost-button:link, .ghost-button:visited {
  color: #d22020;
}
/* line 125, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: #d22020;
  border-color: #d22020;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 136, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.ghost-button.small {
  font-size: 0.85em;
}

/* line 174, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.freeform-column.freeform-column-content-align-left button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #d22020;
  background-color: white;
  border: 1px solid #d22020;
  border-radius: 2px;
  box-shadow: 0px 2px 3px gray;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
/* line 121, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left button:visited {
  color: #d22020;
}
/* line 125, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left button:visited:hover {
  background-color: #d22020;
  border-color: #d22020;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
/* line 136, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.freeform-column.freeform-column-content-align-left button.small {
  font-size: 0.85em;
}

/* striped table */
/* line 180, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped {
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}
/* line 192, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped th {
  font-weight: 600;
  color: white;
  background-color: #b2b2b2;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
/* line 197, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
/* line 200, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
/* line 204, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(178, 178, 178, 0.5);
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
}
/* line 209, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
/* line 213, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
/* line 220, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tbody tr:last-child td {
  border-bottom: none;
}
/* line 225, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 232, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tfoot td {
  background-color: rgba(178, 178, 178, 0.1);
  border-top: 1px solid rgba(178, 178, 178, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
/* line 238, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
/* line 241, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
/* line 244, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
/* line 249, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
table.striped caption {
  position: absolute;
  left: -9000px;
}

@media (min-width: 768px) {
  /* line 261, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  .mobile-only {
    display: none;
  }
}

/* line 277, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-mobile {
  display: none;
}
@media (min-width: 768px) {
  /* line 277, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  .no-mobile {
    display: block;
  }
  /* line 271, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  .no-mobile ul li {
    display: list-item;
  }
}

/* line 286, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  /* line 286, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  .desktop-only {
    display: block;
  }
}

/* line 291, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content {
  overflow: hidden;
  *zoom: 1;
}
/* line 293, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content article {
  width: 100% !important;
}
/* line 296, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content h4 {
  padding-left: 1.3em;
  cursor: pointer;
  margin-top: .5em;
  margin-bottom: 1px;
}
/* line 302, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.4em;
}
/* line 310, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content div {
  padding-left: 1.6em;
}
/* line 314, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content article.fn_showMoreInfo .drawer p {
  opacity: 0;
  transition: opacity ease-in 1s;
}
/* line 320, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
section.accordion-content article.fn_showMoreInfo.open .drawer p {
  opacity: 1;
}

/* Plus sign expand list trigger */
/* line 327, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.trigger-plus {
  fill: #181818;
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

/* line 334, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

/* line 339, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

/* line 343, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

/* line 346, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

/* line 349, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

/* line 353, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 357, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
/* line 360, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.pagination li a {
  font-family: "Merriweather", serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 18px;
  color: gray;
  border-radius: 50%;
  border: 1px solid;
  padding: 2px 8px;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active ul.pagination li a {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive ul.pagination li a {
  opacity: 1;
}
/* line 367, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.pagination li a:hover {
  color: black;
  border-color: black;
}
/* line 371, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
ul.pagination li a.active {
  color: black;
}

/* line 382, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 389, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 395, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 402, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 407, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.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);
}

/* line 415, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 422, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 425, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 428, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 437, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 445, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 447, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 450, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 452, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 454, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 461, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 464, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 466, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 470, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 476, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 480, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 483, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 486, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 498, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 504, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 509, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 512, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 514, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 520, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 525, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 539, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 543, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 547, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 555, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* debug */
/* line 563, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: #d91350;
  border: 1px dotted #d91350;
  color: white;
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 573, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
div.debug:hover {
  opacity: 1;
}
/* line 576, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
div.debug::before {
  content: 'debug';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: #d91350;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted white;
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #868686;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #868686;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #868686;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #868686;
  }
}
/* line 112, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
form {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1;
}
/* line 38, /Users/syborg/.rvm/gems/ruby-2.2.5/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 117, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 127, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
form .group.radio.inline label {
  margin-right: 1.5em;
}

/* line 134, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
fieldset {
  border: none;
}

/* line 137, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"],
input[type="date"],
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid gray;
  font-size: 1em;
  min-height: 2em;
  padding: 0.25em 3px;
  width: 100%;
  color: rgba(0, 0, 0, 0.9);
}
/* line 58, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"]:focus, input[type="email"]:target,
input[type="date"]:focus,
input[type="date"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="datetime"]:focus,
input[type="datetime"]:target,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:target,
input[type="email"]:focus,
input[type="email"]:target,
input[type="month"]:focus,
input[type="month"]:target,
input[type="number"]:focus,
input[type="number"]:target,
input[type="password"]:focus,
input[type="password"]:target,
input[type="tel"]:focus,
input[type="tel"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="time"]:focus,
input[type="time"]:target,
input[type="url"]:focus,
input[type="url"]:target,
input[type="week"]:focus,
input[type="week"]:target,
textarea:focus,
textarea:target {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid gray;
}
/* line 64, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"], input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"],
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"],
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"],
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"],
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"],
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"],
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"],
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"],
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"],
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"],
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"],
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style*="opacity: 0."] +
textarea:focus, div.formError[style*="opacity: 0."] +
textarea,
textarea:focus.error {
  color: #d91350;
}
/* line 33, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline-color: #a0a0a0;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 39, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style^="opacity: 0."] + input[type="email"]:focus, input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style^="opacity: 0."] +
input[type="date"]:focus,
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime"]:focus,
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style^="opacity: 0."] +
input[type="email"]:focus,
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style^="opacity: 0."] +
input[type="month"]:focus,
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style^="opacity: 0."] +
input[type="number"]:focus,
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style^="opacity: 0."] +
input[type="password"]:focus,
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style^="opacity: 0."] +
input[type="tel"]:focus,
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style^="opacity: 0."] +
input[type="time"]:focus,
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style^="opacity: 0."] +
input[type="url"]:focus,
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style^="opacity: 0."] +
input[type="week"]:focus,
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style^="opacity: 0."] +
textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 72, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][size="1"],
input[type="date"][size="1"],
input[type="text"][size="1"],
input[type="datetime"][size="1"],
input[type="datetime-local"][size="1"],
input[type="email"][size="1"],
input[type="month"][size="1"],
input[type="number"][size="1"],
input[type="password"][size="1"],
input[type="tel"][size="1"],
input[type="text"][size="1"],
input[type="time"][size="1"],
input[type="url"][size="1"],
input[type="week"][size="1"],
textarea[size="1"] {
  width: 1em;
}
/* line 73, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][size="2"],
input[type="date"][size="2"],
input[type="text"][size="2"],
input[type="datetime"][size="2"],
input[type="datetime-local"][size="2"],
input[type="email"][size="2"],
input[type="month"][size="2"],
input[type="number"][size="2"],
input[type="password"][size="2"],
input[type="tel"][size="2"],
input[type="text"][size="2"],
input[type="time"][size="2"],
input[type="url"][size="2"],
input[type="week"][size="2"],
textarea[size="2"] {
  width: 2em;
}
/* line 74, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][size="3"],
input[type="date"][size="3"],
input[type="text"][size="3"],
input[type="datetime"][size="3"],
input[type="datetime-local"][size="3"],
input[type="email"][size="3"],
input[type="month"][size="3"],
input[type="number"][size="3"],
input[type="password"][size="3"],
input[type="tel"][size="3"],
input[type="text"][size="3"],
input[type="time"][size="3"],
input[type="url"][size="3"],
input[type="week"][size="3"],
textarea[size="3"] {
  width: 3em;
}
/* line 75, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][size="4"],
input[type="date"][size="4"],
input[type="text"][size="4"],
input[type="datetime"][size="4"],
input[type="datetime-local"][size="4"],
input[type="email"][size="4"],
input[type="month"][size="4"],
input[type="number"][size="4"],
input[type="password"][size="4"],
input[type="tel"][size="4"],
input[type="text"][size="4"],
input[type="time"][size="4"],
input[type="url"][size="4"],
input[type="week"][size="4"],
textarea[size="4"] {
  width: 4em;
}
/* line 76, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][size="5"],
input[type="date"][size="5"],
input[type="text"][size="5"],
input[type="datetime"][size="5"],
input[type="datetime-local"][size="5"],
input[type="email"][size="5"],
input[type="month"][size="5"],
input[type="number"][size="5"],
input[type="password"][size="5"],
input[type="tel"][size="5"],
input[type="text"][size="5"],
input[type="time"][size="5"],
input[type="url"][size="5"],
input[type="week"][size="5"],
textarea[size="5"] {
  width: 5em;
}
/* line 77, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][type="submit"], input[type="email"][type="reset"],
input[type="date"][type="submit"],
input[type="date"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="datetime"][type="submit"],
input[type="datetime"][type="reset"],
input[type="datetime-local"][type="submit"],
input[type="datetime-local"][type="reset"],
input[type="email"][type="submit"],
input[type="email"][type="reset"],
input[type="month"][type="submit"],
input[type="month"][type="reset"],
input[type="number"][type="submit"],
input[type="number"][type="reset"],
input[type="password"][type="submit"],
input[type="password"][type="reset"],
input[type="tel"][type="submit"],
input[type="tel"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="time"][type="submit"],
input[type="time"][type="reset"],
input[type="url"][type="submit"],
input[type="url"][type="reset"],
input[type="week"][type="submit"],
input[type="week"][type="reset"],
textarea[type="submit"],
textarea[type="reset"] {
  background-color: #bd1d1d;
  background-image: none;
  color: white;
}
/* line 82, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][type="submit"]:hover, input[type="email"][type="reset"]:hover,
input[type="date"][type="submit"]:hover,
input[type="date"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="datetime"][type="submit"]:hover,
input[type="datetime"][type="reset"]:hover,
input[type="datetime-local"][type="submit"]:hover,
input[type="datetime-local"][type="reset"]:hover,
input[type="email"][type="submit"]:hover,
input[type="email"][type="reset"]:hover,
input[type="month"][type="submit"]:hover,
input[type="month"][type="reset"]:hover,
input[type="number"][type="submit"]:hover,
input[type="number"][type="reset"]:hover,
input[type="password"][type="submit"]:hover,
input[type="password"][type="reset"]:hover,
input[type="tel"][type="submit"]:hover,
input[type="tel"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="time"][type="submit"]:hover,
input[type="time"][type="reset"]:hover,
input[type="url"][type="submit"]:hover,
input[type="url"][type="reset"]:hover,
input[type="week"][type="submit"]:hover,
input[type="week"][type="reset"]:hover,
textarea[type="submit"]:hover,
textarea[type="reset"]:hover {
  background-color: #8d1515;
  background-image: none;
}
/* line 87, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="email"][readonly],
input[type="date"][readonly],
input[type="text"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="email"][readonly],
input[type="month"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="text"][readonly],
input[type="time"][readonly],
input[type="url"][readonly],
input[type="week"][readonly],
textarea[readonly] {
  background-color: rgba(240, 240, 240, 0.805);
  color: rgba(11, 11, 11, 0.895);
  font-size: 0.8em;
}

/* line 157, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old),
input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* line 164, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old) + label,
input[type="checkbox"]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
/* line 167, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before,
input[type="checkbox"]:not(old) + label::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #b2b2b2;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
/* line 181, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before,
input[type="checkbox"]:not(old):checked + label::before {
  color: #d22020;
}
/* line 187, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old):focus + label,
input[type="checkbox"]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #a0a0a0;
}

/* line 196, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before {
  content: '\f10c';
}
/* line 202, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before {
  content: '\f192';
}

/* line 212, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="checkbox"]:not(old) + label::before {
  content: '\f096';
}
/* line 218, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
input[type="checkbox"]:not(old):checked + label::before {
  content: '\f046';
}

/* line 226, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
textarea {
  resize: vertical;
}

/* line 230, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
label {
  font-size: 0.85em;
}

/* Group control */
/* line 235, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group {
  margin-bottom: 1em;
}
/* line 237, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 243, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group.sized.half {
    width: 50%;
  }
  /* line 247, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  /* line 250, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  /* line 256, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 264, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group.sized.third {
    width: 33%;
  }
  /* line 268, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  /* line 271, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  /* line 277, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 285, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group.sized.quarter {
    width: 25%;
  }
  /* line 289, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  /* line 292, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  /* line 298, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 306, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group.sized.three-quarter {
    width: 75%;
  }
  /* line 310, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  /* line 313, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  /* line 319, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
/* line 327, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.sized + *:not(*[class*="sized"]) {
  clear: both;
}
/* line 333, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: '(Read Only)';
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
/* line 349, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 372, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="date"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="datetime"]:focus,
.group.pulse-on-focus input[type="datetime-local"]:focus,
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="month"]:focus,
.group.pulse-on-focus input[type="number"]:focus,
.group.pulse-on-focus input[type="password"]:focus,
.group.pulse-on-focus input[type="tel"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="time"]:focus,
.group.pulse-on-focus input[type="url"]:focus,
.group.pulse-on-focus input[type="week"]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

/* line 381, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
/* line 397, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
/* line 401, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher input[type="radio"] {
  display: none;
}
/* line 404, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #d22020;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
/* line 414, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
/* line 427, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 438, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch span:before {
  content: 'or';
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: gray;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 451, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.35294 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 458, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="yes"] {
  position: absolute;
  left: 0px;
  height: 20px;
}
/* line 463, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="no"] {
  position: absolute;
  right: 0px;
}
/* line 470, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher label[for*="blank"]:after {
  content: ' (reset)';
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
/* line 478, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch {
  background: gray;
}
/* line 480, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span {
  background: #d22020;
  margin-left: -8px;
}
/* line 483, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #d22020;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
/* line 489, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
/* line 493, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch label[for*="no"] {
  color: white;
  font-weight: 700;
}
/* line 502, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
/* line 506, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch label[for*="yes"] {
  color: white;
  font-weight: 700;
}
/* line 513, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid gray;
}
/* line 516, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(0, 0, 0, 0.9);
}

/* Z-INDEX */
/* line 525, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError {
  z-index: 990;
}

/* line 526, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorContent {
  z-index: 991;
}

/* line 527, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow {
  z-index: 996;
}

/* line 529, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.ui-dialog .formError {
  z-index: 5000;
}

/* line 530, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

/* line 531, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

/* line 536, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 541, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

/* line 550, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 557, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 564, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

/* line 583, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/* line 595, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 599, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 604, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

/* line 609, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 614, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 623, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 639, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

/* line 646, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 650, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 655, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

/* line 660, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

/* line 665, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 669, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 673, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 677, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 681, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 685, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

/* line 692, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

/* line 698, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* honey pot */
/* line 706, /Users/syborg/sites/AutohausImportService/sass/site/_forms.scss */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* line 23, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body {
  margin-top: 210px;
}
@media (min-width: 768px) {
  /* line 23, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body {
    margin-top: 200px;
  }
}

/* line 31, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 210px;
  background-image: url(/images/site-images/header-bg.jpg);
  background-repeat: repeat-x;
  background-color: white;
  transition: background-size 0.3s ease;
  z-index: 1000;
  box-shadow: 0 0 3px black;
}
/* line 43, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header a.logo {
  position: absolute;
  top: 48px;
  left: 0;
  height: 60px;
  width: 100%;
  background-image: url(/images/site-images/Autohaus_Logo_Red2019.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  transition: all 0.3s ease;
}
/* line 56, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header .address {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  font-size: .8em;
  text-align: center;
  transition: all 0.3s ease;
}
/* line 65, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header .hours {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  font-size: .8em;
  text-align: center;
  transition: all 0.3s ease;
}
/* line 74, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header .phone-button {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
/* line 82, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header.smaller {
  height: 175px;
}
/* line 84, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header.smaller .address, body > header.smaller .hours {
  font-size: 0;
}
/* line 87, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > header.smaller .phone-button {
  top: 120px;
}
@media (min-width: 768px) {
  /* line 31, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header {
    height: 200px;
  }
  /* line 93, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header a.logo {
    width: 65%;
    height: 100px;
    background-position: 2% center;
  }
  /* line 98, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .address, body > header .hours, body > header .phone {
    position: unset;
    top: unset;
    left: unset;
    display: inline-block;
    height: 45px;
    color: white;
    line-height: 45px;
  }
  /* line 107, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .address {
    width: 30%;
  }
  /* line 110, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .hours {
    width: 45%;
  }
  /* line 113, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .phone {
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    font-size: 1.2em;
  }
  /* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-active body > header .phone {
    opacity: 1;
  }
  /* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-inactive body > header .phone {
    opacity: 1;
  }
  /* line 118, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header.smaller {
    height: 150px;
    background-color: white;
  }
  /* line 121, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header.smaller a.logo {
    background-size: contain;
    padding-top: unset;
    padding-left: unset;
    height: 60px;
    width: 40%;
  }
  /* line 128, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header.smaller .address, body > header.smaller .hours {
    font-size: .8em;
  }
  /* line 131, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header.smaller nav.main {
    top: 110px;
  }
}
@media (min-width: 992px) {
  /* line 137, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .address {
    width: 220px;
  }
  /* line 140, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .hours {
    width: 230px;
  }
  /* line 143, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .header-cta {
    display: inline-block;
    margin-left: 5%;
  }
  /* line 146, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .header-cta a {
    padding: 1em 1em 1.25em 1em;
    background-color: #d22020;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    color: white;
  }
  /* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-active body > header .header-cta a {
    opacity: 1;
  }
  /* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-inactive body > header .header-cta a {
    opacity: 1;
  }
  /* line 151, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .header-cta a:hover {
    padding-bottom: 1.5em;
    color: white;
  }
  /* line 157, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header .phone {
    float: right;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    font-size: 1.2em;
  }
  /* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-active body > header .phone {
    opacity: 1;
  }
  /* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-inactive body > header .phone {
    opacity: 1;
  }
}
@media (min-width: 1125px) {
  /* line 164, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header a.logo {
    height: 120px;
  }
  /* line 168, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > header.smaller a.logo {
    height: 85px;
  }
}

@media (min-width: 768px) {
  /* line 176, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  header > .wrapper {
    position: relative;
  }
}

/* Navigation components */
/* line 183, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -87px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
/* line 202, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(189, 29, 29, 0.8);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

/* line 213, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.mobile-navigation {
  display: block;
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  overflow-y: hidden;
  background-color: #b2b2b2;
  -moz-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  z-index: 2000;
}
@media (min-width: 768px) {
  /* line 213, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .mobile-navigation {
    display: none;
  }
}

/* line 236, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
a.nav-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 768px) {
  /* line 236, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  a.nav-toggle {
    display: none;
  }
}

/* line 249, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 261, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 280, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 288, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 295, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 303, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

/* line 310, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

/* line 315, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

/* line 325, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main {
  display: none;
}

/* line 328, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #b2b2b2;
  font-size: 1.2em;
}
/* line 339, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 345, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 40px;
  line-height: 40px;
}
/* line 352, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active li a {
  padding: 0 1em;
}
/* line 355, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active li.current > a {
  font-weight: bold;
}
/* line 358, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active li.no-mobile {
  display: none;
}
/* line 361, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul {
  position: relative;
}
/* line 363, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul li {
  border-bottom: 1px solid #c5c5c5;
}
/* line 366, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul li.current a {
  color: black;
}
/* line 371, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul li > ul {
  display: none;
}
/* line 374, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul li:hover > ul {
  display: block;
}
/* line 377, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul li.current > ul {
  display: block;
}
/* line 380, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul ul {
  margin: 0;
  background-color: #bababa;
}
/* line 383, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul ul li > a {
  padding-left: 36px;
}
/* line 386, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
/* line 391, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul > li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active nav.main.active ul > li a {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive nav.main.active ul > li a {
  opacity: 1;
}
/* line 24, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
nav.main.active ul > li a, nav.main.active ul > li a:visited, nav.main.active ul > li a:active, nav.main.active ul > li a:visited:active {
  color: black;
}
/* line 29, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  color: #8d1515;
}
/* line 394, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
/* line 400, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul > li a.ghost-button {
  margin: .5em;
  white-space: nowrap;
}
/* line 403, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #777777;
}

@media (min-width: 768px) {
  /* line 413, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main {
    display: block;
    position: absolute;
    top: 160px;
    right: 36px;
    bottom: 200px;
    transition: top 0.3s ease-in;
    font-size: 1.3em;
  }
  /* line 422, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 40px;
    padding-left: 150px;
  }
  /* line 73, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  nav.main ul li {
    margin: 0;
  }
  /* line 82, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  /* line 85, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  /* line 88, /Users/syborg/sites/AutohausImportService/sass/site/_utilities.scss */
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  /* line 427, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li {
    position: relative;
    float: left;
    padding: 0 8px;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 435, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li:hover a {
    color: #d22020;
  }
  /* line 439, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li a {
    font-size: 1em;
    color: black;
    padding: 8px 0;
  }
  /* line 446, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li.current > a {
    color: #d22020;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
  }
  /* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-active nav.main ul li.current > a {
    opacity: 1;
  }
  /* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-inactive nav.main ul li.current > a {
    opacity: 1;
  }
  /* line 452, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li ul {
    display: none;
  }
  /* line 455, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li:hover ul {
    display: block;
  }
  /* line 458, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul ul {
    position: absolute;
    background-color: white;
    top: 41px;
    left: 0;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 4px #777777;
  }
  /* line 467, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul ul li {
    float: unset;
    display: block;
    height: auto;
    min-height: unset;
    padding: 0 8px;
  }
  /* line 473, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul ul li:hover {
    background-color: #e8e8e8;
  }
  /* line 476, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul ul li > a {
    padding: 8px 4px;
    text-shadow: none;
    color: black !important;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: unset;
    height: unset;
    width: 100%;
    font-size: .8em;
    line-height: 1.3;
  }
  /* line 493, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul ul li.current a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
  }
  /* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-active nav.main ul ul li.current a {
    opacity: 1;
  }
  /* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
  .wf-inactive nav.main ul ul li.current a {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  /* line 501, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  nav.main ul li {
    padding: 0 12px;
  }
}

/* line 516, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
main {
  background-image: url(/images/site-images/LightPattern-1.jpg);
}

/* line 521, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-hero {
  position: relative;
  text-align: center;
  width: 100%;
  height: 35vh;
  padding: 0;
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
/* line 530, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-hero .ken-burns-baby {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0) scale(1.25);
  transform-origin: top left;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover !important;
}
@media (min-width: 992px) {
  /* line 521, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-hero {
    height: 45vh;
  }
}
@media (min-width: 1125px) {
  /* line 521, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-hero {
    height: 55vh;
  }
}

/* line 554, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.loaded .home-hero .ken-burns-baby {
  transform: scale(1);
  transition: 20.5s transform ease;
}

/* line 562, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-content {
  position: relative;
  z-index: 100;
  transition: margin .8s ease;
}

/* line 569, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body.fn_scrollCheck--scrolling .home-content, body.fn_scrollCheck--bottom .home-content {
  margin-top: -9em;
}

/* line 576, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks {
  margin: 1em;
}
/* line 578, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks .feature-block {
  margin: 1em;
  padding: 1em;
  background-image: url(/images/site-images/DarkPattern-1.jpg);
}
/* line 582, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks .feature-block h2 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 .5em 0;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .feature-blocks .feature-block h2 {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .feature-blocks .feature-block h2 {
  opacity: 1;
}
/* line 589, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks .feature-block .feature-text {
  color: white;
  text-shadow: 1px 1px 2px black;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #c5c5c5;
  box-shadow: 1px 1px 2px black;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .feature-blocks .feature-block .feature-text {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .feature-blocks .feature-block .feature-text {
  opacity: 1;
}
/* line 597, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks .feature-block .feature-text p {
  text-align: center;
  margin: .5em 0;
  line-height: 1.4;
}
/* line 603, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.feature-blocks .feature-block a.ghost-button {
  box-shadow: unset;
  width: 40%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 580px) {
  /* line 576, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks {
    margin: 1em 0;
    display: flex;
  }
  /* line 613, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks .feature-block {
    margin: unset;
    display: flex;
    width: 30%;
    margin-right: 2%;
    flex-direction: column;
  }
  /* line 619, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks .feature-block:last-of-type {
    margin-right: 0;
  }
  /* line 622, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks .feature-block .feature-text {
    padding: .5em;
    flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 576, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks {
    max-width: 1000px;
    margin: 1em auto;
  }
  /* line 632, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .feature-blocks .feature-block h2 {
    font-size: 1.4em;
  }
}

/* line 641, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-text {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 768px) {
  /* line 641, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-text {
    padding: 2em 0;
  }
}

@media (min-width: 768px) {
  /* line 647, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-left-column {
    width: 60%;
    padding-right: 5%;
    float: left;
    border-right: 1px solid black;
  }
}

@media (min-width: 768px) {
  /* line 655, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-right-column {
    width: 30%;
    float: right;
  }
}

/* line 661, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-feel-goods {
  background-color: white;
  border-top: 1px solid black;
  padding: 2em 0;
}
/* line 665, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-feel-goods .bill-of-rights {
  text-align: center;
}
/* line 667, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-feel-goods .bill-of-rights a.ghost-button {
  border-width: 2px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
/* line 45, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-active .home-feel-goods .bill-of-rights a.ghost-button {
  opacity: 1;
}
/* line 48, /Users/syborg/sites/AutohausImportService/sass/site/_typography.scss */
.wf-inactive .home-feel-goods .bill-of-rights a.ghost-button {
  opacity: 1;
}
/* line 673, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-feel-goods .awards {
  margin: 2em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #b2b2b2;
  text-align: center;
}
/* line 678, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.home-feel-goods .awards img {
  height: 100px;
}
@media (min-width: 768px) {
  /* line 683, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-feel-goods .bill-of-rights {
    margin-top: 30px;
    width: 45%;
    float: left;
  }
  /* line 688, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .home-feel-goods .awards {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    width: 54%;
    float: left;
  }
}

/* line 700, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.call-to-action {
  margin: 1em 0;
}
/* line 702, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.call-to-action h2 {
  color: #d22020;
  margin-top: 0;
}
/* line 706, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.call-to-action.interior-cta {
  background-color: white;
  padding: 1em;
  border: 1px solid #cbcbcb;
}
/* line 711, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.call-to-action.home-cta {
  text-align: center;
  text-align: right;
}

/* line 719, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
main.interior {
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  /* line 719, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  main.interior {
    padding: 2.5em 0 1.5em 0;
  }
}
@media (min-width: 768px) {
  /* line 719, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  main.interior {
    padding: 3em 0 1.5em 0;
  }
}

/* line 729, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-hero img {
  width: calc(100% - 2px);
  border: 1px solid #777777;
}

@media (min-width: 768px) {
  /* line 734, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .left-column {
    width: 60%;
    padding-right: 5%;
    float: left;
    border-right: 1px solid black;
  }
}

@media (min-width: 768px) {
  /* line 742, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .right-column {
    width: 30%;
    float: right;
  }
}

/* line 750, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #c5c5c5;
}
/* line 755, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry h2 {
  margin-top: 0;
}
/* line 758, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry .testimonial {
  padding: 0 2.5em;
  position: relative;
}
/* line 762, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry .testimonial:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f10d";
  color: #cbcbcb;
  position: absolute;
  top: -18px;
  left: 2px;
  font-size: 1.75em;
  text-shadow: 1px 1px 2px black;
}
/* line 772, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry .testimonial:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f10e";
  color: #cbcbcb;
  position: absolute;
  bottom: -45px;
  right: 2px;
  font-size: 1.75em;
  text-shadow: 1px 1px 2px black;
}
/* line 782, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.testimonial-entry:last-of-type {
  border: none;
}

/* line 789, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .interior-slideshow-slide {
  margin: 0 .25em;
  text-align: left;
  position: relative;
}
/* line 793, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .interior-slideshow-slide img {
  width: 100%;
}
/* line 796, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .interior-slideshow-slide h4 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 0 8px 8px 8px;
  font-size: .8em;
  color: white;
  text-shadow: 2px 2px 3px black;
}
/* line 806, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .owl-prev, .interior-slideshow .owl-next {
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 25%;
  height: 100%;
}
/* line 810, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .owl-prev span, .interior-slideshow .owl-next span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
}
/* line 815, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 820, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.interior-slideshow .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  /* line 826, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  .interior-slideshow .owl-prev, .interior-slideshow .owl-next {
    width: 9.5%;
  }
}

/* line 836, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
.gmap {
  width: 100%;
  height: 350px;
  margin-bottom: 1em;
  border: 1px solid #c5c5c5;
}

/* line 842, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
input.google_map.ghost-button {
  margin-top: 1em;
}

/* line 846, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer {
  padding: 1em 0;
  background-color: black;
  color: white;
  text-align: center;
}
/* line 851, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer .social-media {
  margin-bottom: 1em;
}
/* line 853, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer .social-media a {
  font-size: 2em;
  color: white;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
/* line 865, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer .legal p {
  font-size: .6em;
}
/* line 868, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer .copyright {
  font-size: .6em;
}
/* line 872, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
body > footer .credits a[title*="Imp"] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site-images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  line-height: 1rem;
  font-size: 0.5rem;
  color: #606060;
}
@media (min-width: 768px) {
  /* line 891, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .social-media a {
    font-size: 3em;
    width: unset;
    height: unset;
  }
  /* line 898, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .credits a[title*="Imp"] {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
  }
}
@media (min-width: 992px) {
  /* line 904, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .social-media {
    float: right;
  }
  /* line 907, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .legal {
    float: left;
    max-width: 600px;
    text-align: left;
  }
  /* line 911, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .legal p {
    margin-top: 1em;
  }
  /* line 915, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .indicia {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
  }
  /* line 918, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .indicia .copyright {
    float: left;
    width: 600px;
    text-align: left;
  }
  /* line 923, /Users/syborg/sites/AutohausImportService/sass/site/_components.scss */
  body > footer .indicia .credits {
    float: right;
    width: 120px;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, /Users/syborg/sites/AutohausImportService/sass/partials/_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 20, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, /Users/syborg/sites/AutohausImportService/sass/partials/_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 47, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/site_images/fancybox/fancybox_sprite.png");
}

/* line 82, /Users/syborg/sites/AutohausImportService/sass/partials/_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 94, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/site_images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/site_images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/site_images/fancybox/fancybox_overlay.png");
}

/* line 190, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, /Users/syborg/sites/AutohausImportService/sass/partials/_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 211, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, /Users/syborg/sites/AutohausImportService/sass/partials/_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.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, /Users/syborg/sites/AutohausImportService/sass/partials/_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 265, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/site_images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, /Users/syborg/sites/AutohausImportService/sass/partials/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/site_images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
