@font-face {
  font-family: "P22U Light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/P22UndergroundLight.eot");
  src: url("../fonts/P22UndergroundLight.eot?#iefix") format("embedded-opentype"), url("../fonts/P22UndergroundLight.woff2") format("woff2"), url("../fonts/P22UndergroundLight.woff") format("woff"), url("../fonts/P22UndergroundLight.ttf") format("truetype"), url("../fonts/P22UndergroundLight.svg#P22UndergroundLight") format("svg");
}

@font-face {
  font-family: "P22U Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/P22UndergroundMedium.eot");
  src: url("../fonts/P22UndergroundMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/P22UndergroundMedium.woff2") format("woff2"), url("../fonts/P22UndergroundMedium.woff") format("woff"), url("../fonts/P22UndergroundMedium.ttf") format("truetype"), url("../fonts/P22UndergroundMedium.svg#P22UndergroundMedium") format("svg");
}

@font-face {
  font-family: "P22U Heavy";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/P22UndergroundHeavy.eot");
  src: url("../fonts/P22UndergroundHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/P22UndergroundHeavy.woff2") format("woff2"), url("../fonts/P22UndergroundHeavy.woff") format("woff"), url("../fonts/P22UndergroundHeavy.ttf") format("truetype"), url("../fonts/P22UndergroundHeavy.svg#P22UndergroundHeavy") format("svg");
}

/*! 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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.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/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/********************************************************************
 * Nothing above this line should output any CSS
 ********************************************************************/
/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
* {
  box-sizing: border-box;
}

/* line 5, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 25, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 30, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
body {
  background-color: #f7f7f7;
  width: 100%;
}

/* line 35, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 44, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 55, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 61, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 69, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.page.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.type.scss */
body {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Base/_base.type.scss */
h1,
h2,
h3 {
  margin-top: 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.wrappers.scss */
.inner,
.cap {
  margin: 0 auto;
  max-width: 1242px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 8, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.wrappers.scss */
.main {
  background: white;
  margin: 0 auto;
  max-width: 1366px;
}

/* line 15, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.wrappers.scss */
.none {
  display: none;
}

/* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.wrappers.scss */
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.lists.scss */
.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 7, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 13, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Objects/_objects.lists.scss */
.bulleted-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.scss */
.radial-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative !important;
}

/* line 5, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.scss */
.radial-shadow:before {
  background: white;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.scss */
.radial-shadow:after {
  border-radius: 100%;
  bottom: 0px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  content: "";
  height: 50%;
  left: 10%;
  position: absolute;
  right: 10%;
  width: 80%;
  z-index: 0;
}

/* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.buttons.scss */
.btn--addToCart {
  background: #000;
  border: 3px solid #0051a1;
  border-radius: 25px;
  color: #ffffff;
  font: 28px/72px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 75px;
  text-align: center;
  width: 240px;
}

/* line 13, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.buttons.scss */
.btn--watch {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#2a6691), to(#11abc9));
  background: linear-gradient(to right, #2a6691, #11abc9);
  border: 0px solid #0051a1;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font: 19px/23px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  pointer-events: auto;
  text-decoration: none;
  text-align: center;
  width: 148px;
}

/* line 30, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.buttons.scss */
.btn--buyNow {
  background: -webkit-gradient(linear, left top, right top, from(#2a6691), to(#11abc9));
  background: linear-gradient(to right, #2a6691, #11abc9);
  border: 0px solid #0051a1;
  border-radius: 25px;
  color: #ffffff;
  font: 28px/72px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 75px;
  padding: 20px 62px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form {
  margin: 30px 0;
}

/* line 4, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__input-text,
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid rgba(26, 26, 26, 0.7);
  border-radius: 4px;
  background: #ffffff;
  font: 16px/50px "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}

/* line 18, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form textarea {
  border: 2px solid rgba(26, 26, 26, 0.7);
  border-radius: 4px;
  background: #ffffff;
  font: 16px/50px "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 120px;
  padding: 0 10px;
  resize: none;
  width: 100%;
}

/* line 29, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__item {
  margin-bottom: 15px;
}

/* line 32, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__item label {
  color: #1a1a1a;
  font: 16px/1.3 "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 10px !important;
}

/* line 38, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__item--select {
  position: relative;
}

/* line 41, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__item--select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1a1a1a;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 52px;
  width: 0;
}

@media screen and (min-width: 600px) {
  /* line 56, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
  .form__row--flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 600px) {
  /* line 62, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
  .form__row--flex2 .form__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

/* line 69, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form__row--align-contents-right {
  text-align: right;
}

/* line 74, /Users/kieranosgood/git/pioneer-obdii/src/sass/Components/_components.form.scss */
.form button {
  background: #1bacca;
  border: 0 none;
  border-radius: 4px;
  color: #ffffff;
  font: 20px/50px "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  width: 130px;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
.appStoreLinks {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
  .appStoreLinks {
    width: 500px;
  }
}

/* line 11, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
.appStoreLinks__image {
  display: inline-block;
  height: 60px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  width: 180px;
}

/* line 18, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
.appStoreLinks__image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 22, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
.appStoreLinks__image img {
  height: 100%;
  width: auto;
}

/* line 27, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
.appStoreLinks__image--android {
  height: 80px;
  width: 210px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 27, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.appStoreLinks.scss */
  .appStoreLinks__image--android {
    height: 90px;
    width: 230px;
  }
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.contact {
  margin: 100px auto;
  max-width: 1050px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 6, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.contact h1 {
  margin-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 12, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
  .contact__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  /* line 18, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
  .contact__content__textblock {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 24, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
  .contact__content__info {
    width: 280px;
  }
}

/* line 30, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.contact__content p,
.contact__content a,
.contact__content address {
  color: rgba(0, 0, 0, 0.7);
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 38, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.contact__content a {
  color: #1bacca;
  text-decoration: none;
}

/* line 42, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.no-touch .contact__content a:hover {
  text-decoration: underline;
}

/* line 47, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
.contact__content label {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.contact.scss */
  .contact__content label:first-of-type {
    margin-top: 0;
  }
}

/* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs .faqsBanner {
  background: #2dbedd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs .faqsBanner {
    height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs .faqsBanner {
    height: 400px;
  }
}

/* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs .faqsBanner .sectionHeading {
  font: 40px/1.4 "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs .faqsBanner img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top right;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs .faqsBanner img {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 36, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs .faqsBanner h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: white;
  line-height: 57px;
  margin: 0 auto;
  max-width: 850px;
  position: relative;
  text-align: left;
  z-index: 1;
}

/* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs ol {
  margin: 60px auto 0px auto;
  max-width: 650px;
  padding: 0 30px 0 40px;
}

@media screen and (min-width: 768px) {
  /* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs ol {
    padding: 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs ol {
    max-width: 850px;
  }
}

@media screen and (max-width: 767px) {
  /* line 61, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs ol:last-of-type {
    margin-bottom: 0;
  }
}

/* line 67, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs ol li {
  color: rgba(0, 0, 0, 0.5);
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 67, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
  .faqs ol li {
    font-size: 26px;
    line-height: 36px;
  }
}

/* line 77, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs ol li:last-of-type {
  margin-bottom: 0;
}

/* line 81, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs ol li div {
  margin: 10px 0;
  font: 22px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 86, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs ol li b {
  color: #171717;
}

/* line 92, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.faqs.scss */
.faqs__expand {
  color: black;
  display: block;
  font: 22px/26px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer {
  background: #f1f1f1;
  color: #a0a0a0;
  font: 600 16px/26px "P22U Light", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 20px;
}

/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer__logo {
  margin: 0 0 30px;
  width: 150px;
}

/* line 13, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer__logo img {
  width: 100%;
}

/* line 18, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer span {
  color: #a0a0a0;
  font: 600 16px/26px "P22U Light", Arial, sans-serif;
}

/* line 23, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer a {
  color: #a0a0a0;
  display: inline-block;
  font: 600 16px/26px "P22U Light", Arial, sans-serif;
  text-decoration: none;
}

/* line 29, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer a:before {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}

/* line 36, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer .legal {
  margin: 20px 0 0;
  max-width: 800px;
}

/* line 40, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.footer .legal p {
  color: #a0a0a0;
  font: 12px/1.4 "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footer.scss */
.no-touch .footer a:hover {
  text-decoration: underline;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footnotes.scss */
.footnotes {
  max-width: 800px;
  padding: 0 40px;
}

/* line 5, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.footnotes.scss */
.footnotes p {
  color: rgba(0, 0, 0, 0.5);
  font: 18px/1.4 "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII {
  padding-bottom: 70px;
}

@media screen and (min-width: 900px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 150px auto 0;
    max-width: 900px;
  }
}

/* line 11, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productImage {
  margin: 50px auto 0px auto;
  max-width: 220px;
}

@media screen and (min-width: 900px) {
  /* line 11, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productImage {
    margin: 0;
    max-width: 330px;
  }
}

/* line 20, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productImage img {
  width: 100%;
}

/* line 25, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchaseItem {
  margin-bottom: 80px;
}

/* line 29, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchaseItem .productItemCode {
  color: #333;
  font: 40px/1 "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 35, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchaseItem .productIItemLink {
  text-align: left;
}

/* line 38, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchaseItem .productIItemLink span {
  color: #171717;
  display: block;
  font: 18px/1 "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 45, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchaseItem .productIItemLink a {
  color: #1bacca;
  display: inline-block;
  font: 18px/1 "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: underline;
}

/* line 54, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase {
  margin-top: 40px;
}

@media screen and (min-width: 900px) {
  /* line 54, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productPurchase {
    margin-top: 0;
    width: 527px;
  }
}

@media screen and (min-width: 768px) {
  /* line 62, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productPurchase .productPurchaseOptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 68, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseOptions .productOption {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 68, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productPurchase .productPurchaseOptions .productOption {
    margin-bottom: 0;
    max-width: initial;
    width: -webkit-calc(50% - 17px);
    width: calc(50% - 17px);
  }
}

/* line 78, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseOptions .productOption .productPurchaseSelect {
  left: 15px;
  text-decoration: none;
  top: 15px;
}

/* line 85, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseOptions .productOption .productOptionLabel {
  background: white;
  border: 3px solid rgba(27, 172, 202, 0.5);
  color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: block;
  font: 32px/32px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 30px;
  max-width: 335px;
  padding: 20px 10px 20px 10px;
  position: relative;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  width: 100%;
  z-index: 1;
  min-height: 115px;
  height: auto;
}

/* line 106, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseOptions .productOption .productOptionLabel--blue {
  border-color: #1bacca;
  color: #333;
}

/* line 112, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseOptions .productOption .productOptionLabel span {
  display: block;
  font: 21px/21px "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 15px;
  vertical-align: bottom;
}

/* line 127, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseDescription {
  color: #000;
  font: 20px/26px "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 40px 0 56px 0;
}

@media screen and (min-width: 768px) {
  /* line 127, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productPurchase .productPurchaseDescription {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 138, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
.getOBDII .productPurchase .productPurchaseAction {
  text-align: center;
}

@media screen and (min-width: 900px) {
  /* line 138, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.getOBDII.scss */
  .getOBDII .productPurchase .productPurchaseAction {
    text-align: right;
  }
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header {
  background: white !important;
  position: relative;
  z-index: 100;
}

/* line 6, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 116px;
  -ms-grid-column-align: center;
      justify-items: center;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  /* line 6, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
  .header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
}

/* line 21, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .headerLogo {
  position: relative;
  width: 140px;
}

@media screen and (min-width: 1024px) {
  /* line 21, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
  .header .headerLogo {
    width: 220px;
  }
}

/* line 29, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .headerLogo img {
  width: 100%;
}

/* line 34, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .headerLogoLink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 42, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  max-width: 335px;
}

@media screen and (min-width: 600px) {
  /* line 42, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
  .header .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    max-width: 100%;
  }
}

/* line 54, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .nav .navItem {
  color: #333;
  display: inline-block;
  font: 20px/17px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  /* line 54, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
  .header .nav .navItem {
    font-size: 23px;
    line-height: 17px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 54, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
  .header .nav .navItem {
    margin-left: 60px;
  }
}

/* line 71, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.header.scss */
.header .nav .navItem:first-of-type {
  margin-left: 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero {
    height: 500px;
  }
}

/* line 11, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 20, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo--desktop video {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 20, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroVideo--desktop video {
    display: block;
  }
}

/* line 30, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo.overlay img, .hero .heroVideo.overlay video {
  mix-blend-mode: overlay;
}

/* line 33, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo.overlay--black {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 37, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo.overlay--white {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 42, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo.overlay--multiply img, .hero .heroVideo.overlay--multiply video {
  mix-blend-mode: multiply;
}

/* line 53, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo.gradient--gray {
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#f2f2f2));
  background: linear-gradient(to right, #e8e8e8, #f2f2f2);
}

/* line 59, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo img, .hero .heroVideo video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 70, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo .video-play {
  display: block;
  height: 100px;
  margin: 0px auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  z-index: 1;
}

/* line 80, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroVideo .video-play img,
.hero .heroVideo .video-play svg {
  height: 100% !important;
  width: 100% !important;
}

/* line 88, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent {
  height: 100%;
  margin: 0 auto;
  max-width: 1085px;
  padding: 60px 20px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {
  /* line 88, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 0;
  }
}

/* line 110, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent--bottom .heroContentTitle--bottom {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-width: 1023px) {
  /* line 117, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent--alt {
    padding: 10px 20px;
  }
  /* line 120, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent--alt .heroContentTitle {
    height: 100%;
    padding: 0px !important;
  }
}

/* line 129, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent--center .heroContentTitle--bottom {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 148, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle {
  max-width: 450px;
}

@media screen and (min-width: 1024px) {
  /* line 148, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent .heroContentTitle {
    padding-top: 80px;
  }
}

/* line 157, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle h1 {
  color: rgba(27, 172, 202, 0.5);
  font: 30px/1.4 "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  /* line 157, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent .heroContentTitle h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 157, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent .heroContentTitle h1 {
    font-size: 51px;
    line-height: 56px;
    max-width: 452px;
    text-align: left;
  }
}

/* line 177, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle h1.white-shadow {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

/* line 184, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle--white h1 {
  color: #ffffff;
  max-width: 370px;
}

/* line 190, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 72px;
}

/* line 196, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentTitle--bottom h1 {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  /* line 201, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent .heroContentTitle--space {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 212, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
.hero .heroContent .heroContentImage {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 212, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.hero.scss */
  .hero .heroContent .heroContentImage {
    display: block;
  }
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
.lightBox {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* line 10, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
.lightBox__close {
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 16px;
}

/* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
.lightBox video, .lightBox iframe {
  height: 60vh;
  left: 0;
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  /* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
  .lightBox video, .lightBox iframe {
    height: 75vh;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
  .lightBox video, .lightBox iframe {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1440px) {
  /* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.lightbox.scss */
  .lightBox video, .lightBox iframe {
    width: -webkit-calc(1366px);
    width: calc(1366px);
  }
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
  .module {
    padding-top: 100px;
  }
}

/* line 6, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module--reduced {
  padding-top: 47px;
}

/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module .sectionHeading {
  color: #333;
  font: 40px/1.4 "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
  .module .sectionHeading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
  .module .sectionHeading {
    font-size: 51px;
  }
}

/* line 25, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module .sectionHeading--increased-bottom-margin {
  margin-bottom: 100px;
  text-transform: uppercase;
}

/* line 31, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module .infographicImage {
  margin-top: 10px;
  text-align: center;
}

/* line 34, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
.module .infographicImage img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 34, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.module.scss */
  .module .infographicImage img {
    width: 50%;
  }
}

/* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram .portDiagramText {
  color: rgba(0, 0, 0, 0.5);
  font: 24px/30px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 20px;
  max-width: 750px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 2, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram .portDiagramText {
    font-size: 26px;
    line-height: 36px;
  }
}

/* line 15, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram img {
  width: 100%;
}

/* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram ol {
  counter-reset: portCounter;
  list-style-type: none;
  margin: 80px auto 0;
  max-width: 660px;
  padding: 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 19, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram ol {
    max-width: 1140px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}

/* line 32, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram ol li {
  color: rgba(0, 0, 0, 0.5);
  counter-increment: portCounter;
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 30px;
  max-width: 950px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 32, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram ol li {
    min-height: 60px;
    padding-left: 90px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 32, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram ol li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 70px;
    min-height: 110px;
    padding-left: 170px;
  }
}

/* line 53, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram ol li:before {
  border: 2px solid #1bacca;
  border-radius: 50%;
  color: #1bacca;
  content: counter(portCounter);
  display: block;
  font: 36px/58px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  width: 50px;
}

@media screen and (min-width: 768px) {
  /* line 53, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram ol li:before {
    left: 0;
    margin-bottom: 0;
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  /* line 53, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
  .portDiagram ol li:before {
    font-size: 68px;
    height: 108px;
    line-height: 120px;
    width: 108px;
  }
}

/* line 79, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.portDiagram.scss */
.portDiagram ol li:last-of-type {
  margin-bottom: 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.ps-widget.scss */
.ps-widget {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 45px;
}

/* line 4, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.ps-widget.scss */
.ps-widget span {
  box-shadow: 3px 4px 11px 0px #91b8b3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #989898), to(#768d87));
  background: linear-gradient(to bottom, #989898 5%, #768d87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#768d87',GradientType=0);
  background-color: #989898;
  border-radius: 15px;
  border: 1px solid #566963;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  padding: 8px 27px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2b665e;
}

/* line 28, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.ps-widget.scss */
.ps-widget span:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #768d87), to(#989898));
  background: linear-gradient(to bottom, #768d87 5%, #989898 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#989898',GradientType=0);
  background-color: #768d87;
}

/* line 38, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.ps-widget.scss */
.ps-widget span:active {
  position: relative;
  top: 1px;
}

/* line 45, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.ps-widget.scss */
.pricespider-backuptext-js {
  display: block;
  padding-top: 15px;
  font: 18px/1 "P22U Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/* line 14, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 14, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions .solutionItem {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 14, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions .solutionItem {
    height: auto;
    padding-top: 0;
  }
}

/* line 30, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem img,
.solutions .solutionItem video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 42, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem video {
  opacity: 0;
  position: absolute;
  z-index: 20;
}

/* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem img {
  z-index: 10;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  /* line 48, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions .solutionItem img {
    position: relative;
  }
}

/* line 56, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.no-touch .solutions .solutionItem:hover video {
  opacity: 1;
}

/* line 60, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem .solutionItemOverlay {
  background: rgba(54, 255, 255, 0.5);
  box-shadow: inset 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 40px 10px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 20;
}

/* line 77, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem .solutionItemOverlay h3 {
  color: #ffffff;
  font: 30px/36px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media screen and (min-width: 1024px) {
  /* line 77, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions .solutionItem .solutionItemOverlay h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 77, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .solutions .solutionItem .solutionItemOverlay h3 {
    font-size: 26px;
    line-height: 40px;
  }
}

/* line 98, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem .solutionItemOverlay .solutionItemAction {
  text-align: center;
}

/* line 101, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.solutions .solutionItem .solutionItemOverlay .solutionItemAction a {
  color: #ffffff;
  font: 18px/18px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

/* line 113, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  /* line 113, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid {
    display: -ms-grid;
    display: grid;
    padding: 0 40px;
    grid-gap: 60px 30px;
    margin: 40px 0;
  }
}

/* line 123, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid--small {
  margin: 40px auto;
  max-width: 690px;
}

@media screen and (min-width: 768px) {
  /* line 128, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid.grid2x {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

/* line 134, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItem {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  /* line 134, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid .gridItem {
    margin-bottom: 0;
  }
}

/* line 141, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItem:last-of-type {
  margin-bottom: 0;
}

/* line 145, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItem h3 {
  color: #333;
  font: 30px/1.4 "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  /* line 145, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid .gridItem h3 {
    font-size: 42px;
    line-height: 1.4;
  }
}

/* line 158, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItem--small h3 {
  font-size: 24px;
  line-height: 1.2;
}

/* line 162, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItem--small h3 sup {
  font-family: "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
}

/* line 170, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItemList {
  padding-left: 23px;
}

/* line 173, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItemList li {
  color: rgba(0, 0, 0, 0.5);
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  /* line 173, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid .gridItemList li {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 173, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
  .grid .gridItemList li {
    font-size: 26px;
    line-height: 36px;
  }
}

/* line 188, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItemList li:last-of-type {
  margin-bottom: 0;
}

/* line 193, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItemList--small {
  margin: 0px;
  padding-left: 18px;
}

/* line 197, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.solutions.scss */
.grid .gridItemList--small li {
  color: black;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
.stickySubWrapper {
  position: relative;
}

/* line 5, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
.subHeader {
  background: white;
  margin-top: 30px;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 100;
}

/* line 12, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
.subHeader nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  max-width: 335px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  /* line 12, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
  .subHeader nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    max-width: 100%;
  }
}

/* line 28, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
.subHeader nav .subHeaderLink {
  color: #333;
  display: inline-block;
  font: 20px/17px "P22U Heavy", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  /* line 28, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
  .subHeader nav .subHeaderLink {
    font-size: 23px;
    line-height: 17px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 28, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
  .subHeader nav .subHeaderLink {
    margin-left: 60px;
  }
}

/* line 45, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.subHeader.scss */
.subHeader nav .subHeaderLink:first-of-type {
  margin-left: 0;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support {
  text-align: center;
}

/* line 4, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support p {
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 10px 0 0;
}

/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support__nav {
  margin: 80px 0;
}

/* line 12, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 17, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support__nav ul li {
  display: block;
  margin-bottom: 15px;
}

/* line 23, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.support.scss */
.support__nav a {
  color: #1bacca;
  font: 26px/1.4 "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: underline;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.textual.scss */
.textual {
  margin: 100px auto;
  max-width: 850px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 6, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.textual.scss */
.textual h1 {
  text-align: center;
}

/* line 10, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.textual.scss */
.textual__body {
  margin: 0 auto 20px;
  max-width: 850px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Blocks/_blocks.textual.scss */
.textual__body p {
  color: rgba(0, 0, 0, 0.7);
  font: 20px/26px "P22U Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 1, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
  .mobile-only {
    display: block;
  }
}

/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (min-width: 768px) {
  /* line 16, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
  _:-ms-fullscreen .solutions,
  :root .solutions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  /* line 23, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
  _:-ms-fullscreen .solutions .solutionsItem,
  :root .solutions .solutionsItem {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  /* line 29, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
  _:-ms-fullscreen .grid,
  :root .grid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  /* line 37, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.scss */
  _:-ms-fullscreen .grid.grid2X .gridItem,
  :root .grid.grid2X .gridItem {
    width: 47%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 115, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 120, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 124, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 132, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 138, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 144, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 148, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 153, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 161, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 168, /Users/kieranosgood/git/pioneer-obdii/src/sass/Trumps/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
