/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #00e; }

a:hover {
  color: #06e; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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
 */
.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
 */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */ }
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  MIXINS  ==========*/
/**
*
* Palette
*
**/
.hero {
  color: #f1f1f2; }

.how-it-works {
  background: white; }
  .how-it-works .helper:hover {
    color: #010937; }

.inspection-report {
  background: #f0f2fc; }
  .inspection-report .helper:hover {
    color: #010937; }

.vehicle-inspection-grade {
  background: white;
  border: 1px solid #101f78; }

.price {
  background: #010937;
  color: #f1f1f2; }
  .price h6 {
    color: #feda00; }

.how-it-works .helper, .inspection-report .helper, .engineer-report .helper, .service-information .helper {
  color: #010937; }

.inspection-information {
  background: #010937;
  color: #f1f1f2; }
  .inspection-information [data-button="link"] {
    color: #f1f1f2; }
    .inspection-information [data-button="link"]:hover {
      color: #feda00; }
  .inspection-information .helper:hover {
    color: #f1f1f2; }

.engineer-report {
  background: #f0f2fc; }
  .engineer-report .helper:hover {
    color: #010937; }

footer {
  background: #000524;
  color: #f1f1f2; }
  footer hr {
    border-color: #101f78; }
  footer a {
    color: #f1f1f2; }
    footer a:hover {
      color: #9c9da2; }

.service-information {
  background: #f0f2fc; }

header.contact {
  background: #010937;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

@font-face {
  font-family: 'proxima';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: 'proxima bold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#webfont") format("svg"); }
p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1em;
  margin-bottom: 0; }

h1, h2, h3,
h4, h5, h6 {
  font-family: 'proxima bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }

h1 {
  text-transform: capitalize;
  font-size: 49px;
  font-size: 3.0625rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 2.5em; }
  @media only screen and (min-width: 50em) {
    h1 {
      font-size: 67px;
      font-size: 4.1875rem; } }

h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 0; }
  @media only screen and (min-width: 50em) {
    h2 {
      font-size: 41px;
      font-size: 2.5625rem; } }
  @media only screen and (min-width: 64.375em) {
    h2 {
      font-size: 49px;
      font-size: 3.0625rem; } }

h3 {
  text-transform: capitalize;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }

h4, figcaption {
  text-transform: capitalize;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "proxima bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2em; }
  @media only screen and (min-width: 64.375em) {
    h4, figcaption {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.3; } }

figcaption {
  margin-top: 0; }

h5 {
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 0.5em;
  max-width: 20em;
  line-height: 1.3; }

h6 {
  font-size: 49px;
  font-size: 3.0625rem;
  font-family: "proxima bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  padding: 0.5em 0 1em; }

label {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 3em; }

header nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1em; }
  @media only screen and (min-width: 64.375em) {
    header nav a {
      font-size: 16px;
      font-size: 1rem;
      margin-right: 1.5em; } }
  header nav a:hover {
    color: #9c9da2; }

@media only screen and (min-width: 64.375em) {
  h2 + p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
    max-width: 27em; } }

@media only screen and (min-width: 64.375em) {
  .engineer-report-content p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5;
    margin-top: 2em;
    max-width: 27em; } }

.hero p {
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: capitalize;
  line-height: 1.3;
  margin-top: 0.5em; }
  @media only screen and (min-width: 64.375em) {
    .hero p {
      font-size: 31px;
      font-size: 1.9375rem;
      margin-top: 0.7em;
      line-height: 1.5; } }

footer nav a {
  display: block;
  text-transform: uppercase;
  margin-top: 0.5em;
  letter-spacing: 1px; }

::-webkit-input-placeholder {
  text-transform: capitalize; }

:-moz-placeholder {
  text-transform: capitalize; }

::-moz-placeholder {
  text-transform: capitalize; }

:-ms-input-placeholder {
  text-transform: capitalize; }

@media only screen and (min-width: 37.5em) {
  .how-it-works h2 {
    text-align: center; } }

.hero h1 {
  margin-top: 2.5em;
  max-width: 13em; }
  @media only screen and (min-width: 50em) {
    .hero h1 {
      margin-top: 1em; } }
.hero p {
  max-width: 20em; }

/*! normalize.css v3.0.1 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

td,
th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
*, *::before, *::after {
  box-sizing: border-box; }

html, body, button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6250em;
  /* 26px */
  font-weight: 300;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100%; }

pre {
  padding: 13px; }

input, textarea, select {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #1c31a5;
  text-decoration: none; }
  a:hover {
    color: #1c31a5; }

main {
  margin: 0 auto; }

[data-button="isolated"] {
  display: block;
  max-width: 250px;
  background-color: #1c31a5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IkxheWVyXzEiPg0KPC9nPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkFGOEY2IiBkPSJNMjkuNSwyNEwyOS41LDI0QzI5LjUsMjMuOSwyOS41LDIzLjksMjkuNSwyNGwtNy4xLTcuMWMtMC4yLTAuMi0wLjYtMC4yLTAuOCwwbC0xLjUsMS41DQoJCWMtMC4yLDAuMi0wLjIsMC42LDAsMC44bDUuMiw1LjJsLTUuMiw1LjJjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGwxLjUsMS41YzAuMiwwLjIsMC42LDAuMiwwLjgsMGw3LjEtNy4xDQoJCUMyOS44LDI0LjUsMjkuOCwyNC4yLDI5LjUsMjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  color: white;
  padding: 13px;
  margin-top: 2em;
  width: 100%;
  border: 0;
  text-align: left;
  -webkit-transition: background-position 0.5s ease, background-color 0.3s ease;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box
  /* stops bg color from leaking outside the border: */ }
  [data-button="isolated"]:hover {
    color: white;
    background-color: #101f78;
    background-position: 101% 50%;
    -webkit-transition: background-position 0.3s ease, background-color 0.1s ease; }
  @media only screen and (min-width: 64.375em) {
    [data-button="isolated"] {
      padding: 17px;
      font-size: 19px;
      font-size: 1.1875rem;
      max-width: 350px; } }

[data-button="default"] {
  display: block;
  max-width: 250px;
  background-color: #1c31a5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IkxheWVyXzEiPg0KPC9nPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkFGOEY2IiBkPSJNMjkuNSwyNEwyOS41LDI0QzI5LjUsMjMuOSwyOS41LDIzLjksMjkuNSwyNGwtNy4xLTcuMWMtMC4yLTAuMi0wLjYtMC4yLTAuOCwwbC0xLjUsMS41DQoJCWMtMC4yLDAuMi0wLjIsMC42LDAsMC44bDUuMiw1LjJsLTUuMiw1LjJjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGwxLjUsMS41YzAuMiwwLjIsMC42LDAuMiwwLjgsMGw3LjEtNy4xDQoJCUMyOS44LDI0LjUsMjkuOCwyNC4yLDI5LjUsMjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  color: white;
  padding: 13px;
  margin-top: 2em;
  width: 100%;
  border: 0;
  text-align: left;
  -webkit-transition: background-position 0.5s ease, background-color 0.3s ease;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box
  /* stops bg color from leaking outside the border: */ }
  [data-button="default"]:hover {
    color: white;
    background-color: #101f78;
    background-position: 101% 50%;
    -webkit-transition: background-position 0.3s ease, background-color 0.1s ease; }
  @media only screen and (min-width: 64.375em) {
    [data-button="default"] {
      padding: 17px;
      font-size: 19px;
      font-size: 1.1875rem;
      max-width: 350px; } }
  @media only screen and (min-width: 37.5em) {
    [data-button="default"] {
      float: left;
      margin-right: 2em; } }

[data-button="header"] {
  display: block;
  max-width: 250px;
  background-color: #1c31a5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IkxheWVyXzEiPg0KPC9nPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkFGOEY2IiBkPSJNMjkuNSwyNEwyOS41LDI0QzI5LjUsMjMuOSwyOS41LDIzLjksMjkuNSwyNGwtNy4xLTcuMWMtMC4yLTAuMi0wLjYtMC4yLTAuOCwwbC0xLjUsMS41DQoJCWMtMC4yLDAuMi0wLjIsMC42LDAsMC44bDUuMiw1LjJsLTUuMiw1LjJjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGwxLjUsMS41YzAuMiwwLjIsMC42LDAuMiwwLjgsMGw3LjEtNy4xDQoJCUMyOS44LDI0LjUsMjkuOCwyNC4yLDI5LjUsMjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: 99% 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  color: white;
  padding: 13px;
  margin-top: 2em;
  width: 100%;
  border: 0;
  text-align: left;
  -webkit-transition: background-position 0.5s ease, background-color 0.3s ease;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 1em;
  padding: 10px 15px;
  background-image: none; }
  [data-button="header"]:hover {
    color: white;
    background-color: #101f78;
    background-position: 101% 50%;
    -webkit-transition: background-position 0.3s ease, background-color 0.1s ease; }
  @media only screen and (min-width: 64.375em) {
    [data-button="header"] {
      padding: 17px;
      font-size: 19px;
      font-size: 1.1875rem;
      max-width: 350px; } }
  @media only screen and (min-width: 64.375em) {
    [data-button="header"] {
      padding: 10px 15px;
      font-size: 16px;
      font-size: 1rem;
      max-width: none; } }

[data-button="link"] {
  display: block;
  margin-top: 1em;
  background: none;
  color: #666666;
  text-transform: uppercase;
  padding: 0.3em 0;
  text-decoration: underline; }
  @media only screen and (min-width: 37.5em) {
    [data-button="link"] {
      padding: 13px;
      float: left;
      margin-top: 2em;
      line-height: 1.2; } }
  @media only screen and (min-width: 64.375em) {
    [data-button="link"] {
      padding: 17px;
      font-size: 19px;
      font-size: 1.1875rem; } }

.additional-services a {
  display: block;
  margin-top: 1em;
  background: none;
  color: #666666;
  text-transform: uppercase;
  padding: 0.3em 0;
  text-decoration: underline;
  margin-bottom: 0; }
  @media only screen and (min-width: 37.5em) {
    .additional-services a {
      padding: 13px;
      float: left;
      margin-top: 2em;
      line-height: 1.2; } }
  @media only screen and (min-width: 64.375em) {
    .additional-services a {
      padding: 17px;
      font-size: 19px;
      font-size: 1.1875rem; } }

.helper {
  text-align: center;
  display: block;
  margin: 5em auto 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCA5ODAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOTgwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkVEQTAwIiBkPSJNNDk3Ljg0LDU5Mi4xMkw0OTcuODQsNTkyLjEyTDQ5Ny44NCw1OTIuMTJMNjM3LDQ1Mi45NmMzLjkyLTMuOTIsMy45Mi0xMS43NiwwLTE1LjY4bC0yOS40LTI5LjQNCgkJYy0zLjkyLTMuOTItMTEuNzYtMy45Mi0xNS42OCwwTDQ5MCw1MDkuOEwzODguMDgsNDA3Ljg4Yy0zLjkyLTMuOTItMTEuNzYtMy45Mi0xNS42OCwwbC0yOS40LDI5LjRjLTMuOTIsMy45Mi0zLjkyLDExLjc2LDAsMTUuNjgNCgkJbDEzOS4xNiwxMzkuMTZDNDg2LjA4LDU5Ni4wNCw0OTEuOTYsNTk2LjA0LDQ5Ny44NCw1OTIuMTJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: center 13px;
  width: 200px;
  -webkit-transition: background-position 0.4s ease;
  min-height: 45px;
  color: #f1f1f2; }
  .helper:hover {
    background-position: center 17px;
    -webkit-transition: background-position 0.2s ease;
    color: #f1f1f2; }

@media only screen and (min-width: 37.5em) {
  .inspection-report [data-button="isolated"] {
    margin: 1.5em auto 0; } }

a[name="section-1"], a[name="section-2"], a[name="section-3"], a[name="section-4"], a[name="section-5"] {
  position: relative;
  top: -70px;
  height: 0;
  padding: 0;
  margin: 0; }

header {
  padding-top: 2em;
  position: absolute;
  width: 100%;
  z-index: 999; }
  @media only screen and (min-width: 50em) {
    header {
      position: fixed;
      margin: 0;
      top: 0;
      position: fixed;
      z-index: 999;
      padding: 0; } }
  header .content-area {
    width: 84%; }
    @media only screen and (min-width: 50em) {
      header .content-area {
        padding: 10px 20px;
        width: 100%;
        max-width: none; } }
  header .logo {
    width: 280px;
    height: 50px;
    background: url(../images/logo.png) no-repeat left center;
    background: url(../images/logo.svg) no-repeat left center;
    background-size: contain;
    text-indent: -99999em;
    float: left;
    display: block; }
    @media screen and (min-width: 800px) and (max-width: 860px) {
      header .logo {
        width: 230px; } }
    @media only screen and (min-width: 64.375em) {
      header .logo {
        float: left;
        margin-right: 1.5em;
        width: 290px;
        background-position: center center; } }
  header .phone-number {
    display: none; }
    @media only screen and (min-width: 64.375em) {
      header .phone-number {
        display: block;
        float: left; } }
  @media only screen and (min-width: 50em) {
    header .phone-number {
      line-height: 50px;
      margin-left: 1em;
      font-size: 19px;
      font-size: 1.1875rem;
      color: #fff;
      font-family: "proxima bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 2px; } }
  header nav {
    letter-spacing: 1px;
    background: white;
    position: fixed;
    width: 250px;
    bottom: 25px;
    right: 25px;
    padding: 1em;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.36);
    display: none; }
    header nav a {
      display: block;
      color: #000524;
      margin-bottom: 0.7em; }
    @media only screen and (min-width: 50em) {
      header nav {
        display: block;
        float: right;
        line-height: 50px;
        position: static;
        width: auto;
        padding: 0;
        box-shadow: none;
        background: none; }
        header nav a {
          display: inline-block;
          margin-bottom: 0;
          color: white; } }
    header nav .mobile-close {
      display: block;
      width: 50px;
      height: 50px;
      background: transparent;
      float: right;
      bottom: 0;
      right: 0;
      position: absolute;
      cursor: pointer;
      -webkit-transition: background 0.2s ease;
      margin: 0;
      border-radius: 2px;
      background-clip: padding-box
      /* stops bg color from leaking outside the border: */ }
      @media only screen and (min-width: 50em) {
        header nav .mobile-close {
          display: none; } }
      header nav .mobile-close:hover {
        -webkit-transition: background 0.3s ease;
        background: #f0f2fc; }
      header nav .mobile-close i {
        background: url(../images/close.svg) no-repeat;
        display: block;
        height: 50px;
        background-size: cover; }

.hero {
  padding: 0 0 2em;
  background: url(../images/hero.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative; }
  @media only screen and (min-width: 50em) {
    .hero {
      padding: 6em 0 2em; } }
  @media only screen and (min-width: 64.375em) {
    .hero {
      padding: 8em 0 2em; } }
  .hero .content-area {
    position: relative;
    z-index: 1; }

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 9, 55, 0.7);
  top: 0;
  left: 0;
  z-index: -1; }

.content-area {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  .content-area:after {
    content: " ";
    display: block;
    clear: both; }

section {
  padding: 2em 0 1em;
  position: relative; }

@media only screen and (min-width: 37.5em) {
  [data-column="3"] {
    width: 30%;
    float: left;
    margin-right: 5%;
    text-align: center; }
    [data-column="3"]:last-child {
      margin-right: 0; } }
@media only screen and (min-width: 50em) {
  [data-column="3"] {
    width: 28%;
    float: left;
    margin-right: 8%; } }

@media only screen and (min-width: 37.5em) {
  [data-column="4"] {
    width: 45%;
    float: left;
    margin-right: 10%;
    min-height: 250px; }
    [data-column="4"]:nth-of-type(2n+2) {
      margin-right: 0; } }
@media only screen and (min-width: 64.375em) {
  [data-column="4"] {
    width: 20%;
    float: left;
    margin-right: 5%;
    min-height: 250px; }
    [data-column="4"]:nth-of-type(2n+2) {
      margin-right: 5%; }
    [data-column="4"]:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 50em) {
  .steps {
    padding-bottom: 2em; } }
@media only screen and (min-width: 64.375em) {
  .steps {
    padding-bottom: 4em; } }

@media only screen and (min-width: 64.375em) {
  .benefits {
    padding: 3em 0; } }

@media only screen and (min-width: 37.5em) {
  .useful-links {
    margin: 0 auto;
    width: 29.125em; } }
@media only screen and (min-width: 64.375em) {
  .useful-links {
    margin: 0 auto;
    width: 37em; } }

.how-it-works .steps {
  max-width: 330px; }
  @media only screen and (min-width: 37.5em) {
    .how-it-works .steps {
      margin: 2em auto 0;
      max-width: 80em; } }
.how-it-works .get-in-touch img {
  width: 50%;
  height: 180px;
  margin-top: 2em; }
  @media only screen and (min-width: 37.5em) {
    .how-it-works .get-in-touch img {
      margin-top: 0; } }
.how-it-works .vehicle-inspection img {
  height: 180px;
  width: 50%;
  margin-top: 2em;
  display: inline-block; }
  @media only screen and (min-width: 37.5em) {
    .how-it-works .vehicle-inspection img {
      margin-top: 0; } }
.how-it-works .inspection-report-email img {
  height: 180px;
  width: 50%;
  margin-top: 2em;
  display: inline-block; }
  @media only screen and (min-width: 37.5em) {
    .how-it-works .inspection-report-email img {
      margin-top: 0;
      width: 40%; } }

.what-you-get p {
  max-width: 35em;
  text-align: left; }
@media only screen and (min-width: 50em) {
  .what-you-get h2, .what-you-get p {
    text-align: center;
    margin: 1em auto 0; } }

.pricing {
  max-width: 45em;
  margin: 0 auto; }
  @media only screen and (min-width: 64.375em) {
    .pricing {
      padding-top: 3em; } }
  .pricing h4 {
    text-align: center; }

.inspection-report {
  overflow: hidden; }

@media only screen and (min-width: 37.5em) {
  .vehicle-inspection-grade {
    width: 46.02273%;
    float: left;
    min-height: 455px; }
    .vehicle-inspection-grade:last-child {
      width: 46.02273%;
      float: right; } }

@media only screen and (min-width: 50em) {
  .inspection-information {
    padding-bottom: 2em; } }
.inspection-information h2 {
  max-width: 15em; }
.inspection-information h3 {
  max-width: 25em; }
.inspection-information h2 + p {
  color: #feda00;
  margin-bottom: 1em;
  font-size: 19px;
  font-size: 1.1875rem; }

.engineer-report {
  overflow: hidden; }
  @media only screen and (min-width: 50em) {
    .engineer-report {
      padding: 2em 0; } }
  @media only screen and (min-width: 64.375em) {
    .engineer-report {
      padding: 4em 0 2em; } }
  @media only screen and (min-width: 37.5em) {
    .engineer-report .useful-links {
      margin: 0; } }
  @media only screen and (min-width: 37.5em) {
    .engineer-report .engineer-report-content {
      width: 55%;
      margin-right: 5%;
      float: left; } }
  .engineer-report .engineer-report-illustration {
    position: relative; }
    .engineer-report .engineer-report-illustration img {
      width: 100%;
      margin-top: 40px; }
      @media only screen and (min-width: 37.5em) {
        .engineer-report .engineer-report-illustration img {
          position: absolute;
          width: 150%;
          top: 90px; } }
      @media only screen and (min-width: 50em) {
        .engineer-report .engineer-report-illustration img {
          position: absolute;
          width: 150%;
          top: 0; } }
      @media only screen and (min-width: 64.375em) {
        .engineer-report .engineer-report-illustration img {
          top: 40px;
          width: 100%; } }
    @media only screen and (min-width: 37.5em) {
      .engineer-report .engineer-report-illustration {
        width: 40%;
        float: left; } }

@media only screen and (min-width: 50em) {
  .additional-services {
    padding: 5em 0 0; } }
.additional-services .content-area {
  max-width: 80em; }
.additional-services h4 {
  margin: 0 auto;
  margin-bottom: 1.5em;
  text-align: center;
  padding: 0;
  color: #1c31a5; }
.additional-services a:hover {
  color: #1c31a5; }
@media only screen and (min-width: 37.5em) {
  .additional-services a {
    text-align: center;
    float: none; } }

@media only screen and (min-width: 37.5em) {
  footer nav {
    max-width: 31.250em; } }
@media only screen and (min-width: 50em) {
  footer nav {
    max-width: none; } }
@media only screen and (min-width: 37.5em) {
  footer nav a {
    float: left;
    margin-right: 2em;
    margin-top: 0.5em; } }
@media only screen and (min-width: 64.375em) {
  footer nav a {
    margin-right: 3em; } }

.iaea {
  background: url(../images/iaea.png) no-repeat left center;
  height: 50px;
  display: block;
  width: 38px;
  float: left;
  background-size: cover;
  margin-right: 1em; }

footer {
  margin-top: 5em;
  padding: 1em 0; }
  footer .small-print a {
    width: 19em; }

footer nav, .small-print {
  padding: 1.5em 0; }

.small-print .copyright {
  margin-top: 1em; }
  @media only screen and (min-width: 37.5em) {
    .small-print .copyright {
      margin-top: 0; } }
@media only screen and (min-width: 50em) {
  .small-print a {
    float: left; }
  .small-print .copyright {
    float: right;
    margin-top: 25px; } }

.inspection-includes {
  margin-top: 5em; }
  .inspection-includes thead {
    display: none; }
    @media only screen and (min-width: 50em) {
      .inspection-includes thead {
        display: table-header-group;
        padding-bottom: 2em; }
        .inspection-includes thead td {
          padding-bottom: 2em;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 19px;
          font-size: 1.1875rem; }
        .inspection-includes thead td:nth-of-type(1) {
          width: 30%; }
        .inspection-includes thead td:nth-of-type(2) {
          width: 70%; } }
  .inspection-includes tbody tr:nth-of-type(2n+2) {
    background: #f1f1f2; }
  .inspection-includes tbody th {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    margin-top: 2em; }
    @media only screen and (min-width: 50em) {
      .inspection-includes tbody th {
        display: table-cell;
        width: 30%;
        vertical-align: top;
        padding: 1em;
        border: 1px solid #ccc; } }
  .inspection-includes tbody td {
    display: block;
    width: 100%;
    margin-top: 1em; }
    @media only screen and (min-width: 50em) {
      .inspection-includes tbody td {
        display: table-cell;
        width: 70%;
        padding: 1em;
        border: 1px solid #ccc; } }

.what-we-inspect p {
  margin-top: 4em; }
.what-we-inspect [data-button="isolated"] {
  max-width: 400px;
  margin-bottom: 3em; }

.map {
  margin-top: 7em;
  margin-bottom: 10em; }
  .map h4 {
    margin-bottom: 1em; }
  .map iframe {
    width: 100%;
    height: 200px; }
    @media only screen and (min-width: 37.5em) {
      .map iframe {
        height: 400px; } }

.contact-us h1, .contact-us p {
  max-width: 40em; }

@media only screen and (min-width: 50em) {
  .frequently-asked-questions {
    width: 55%;
    float: left;
    margin-right: 10%; } }
@media only screen and (min-width: 64.375em) {
  .frequently-asked-questions {
    width: 60%; } }
.frequently-asked-questions dt, .frequently-asked-questions dd {
  margin: 0;
  padding: 0;
  text-indent: 0; }
.frequently-asked-questions dt {
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  margin-top: 2em; }

aside {
  background: #f1f1f2;
  padding: 1em;
  margin-bottom: 3em;
  margin-top: 2em;
  max-width: 30em; }
  @media only screen and (min-width: 50em) {
    aside {
      width: 35%;
      float: left;
      margin-top: 4.5em;
      padding: 1.5em; } }
  @media only screen and (min-width: 64.375em) {
    aside {
      width: 30%; } }
  aside h4 {
    margin-top: 0; }
  aside label {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em; }
  aside input, aside textarea {
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    color: #010937;
    padding: 0.5em;
    outline: none; }
  aside textarea {
    min-height: 100px; }
  aside button {
    display: block;
    max-width: 250px;
    background-color: #1c31a5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IkxheWVyXzEiPg0KPC9nPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkFGOEY2IiBkPSJNMjkuNSwyNEwyOS41LDI0QzI5LjUsMjMuOSwyOS41LDIzLjksMjkuNSwyNGwtNy4xLTcuMWMtMC4yLTAuMi0wLjYtMC4yLTAuOCwwbC0xLjUsMS41DQoJCWMtMC4yLDAuMi0wLjIsMC42LDAsMC44bDUuMiw1LjJsLTUuMiw1LjJjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGwxLjUsMS41YzAuMiwwLjIsMC42LDAuMiwwLjgsMGw3LjEtNy4xDQoJCUMyOS44LDI0LjUsMjkuOCwyNC4yLDI5LjUsMjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    color: white;
    padding: 13px;
    margin-top: 2em;
    width: 100%;
    border: 0;
    text-align: left;
    -webkit-transition: background-position 0.5s ease, background-color 0.3s ease;
    outline: none;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 1em 0; }
    aside button:hover {
      color: white;
      background-color: #101f78;
      background-position: 101% 50%;
      -webkit-transition: background-position 0.3s ease, background-color 0.1s ease; }
    @media only screen and (min-width: 64.375em) {
      aside button {
        padding: 17px;
        font-size: 19px;
        font-size: 1.1875rem;
        max-width: 350px; } }
  aside p span {
    font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1c31a5;
    margin-left: 5px; }

.content-head {
  background: #010937;
  padding: 0 0 4em; }
  @media only screen and (min-width: 50em) {
    .content-head {
      padding: 8em 0; } }
  .content-head h1 {
    font-size: 39px;
    font-size: 2.4375rem; }
    @media only screen and (min-width: 37.5em) {
      .content-head h1 {
        font-size: 49px;
        font-size: 3.0625rem; } }
    @media only screen and (min-width: 50em) {
      .content-head h1 {
        font-size: 52px;
        font-size: 3.25rem; } }
  .content-head h5 {
    color: #feda00;
    max-width: 25em;
    font-size: 19px;
    font-size: 1.1875rem; }
    @media only screen and (min-width: 37.5em) {
      .content-head h5 {
        font-size: 25px;
        font-size: 1.5625rem; } }

.generic-content {
  width: 100%;
  margin-bottom: 5em; }
  @media only screen and (min-width: 37.5em) {
    .generic-content {
      width: 70%; } }

#mobile-menu {
  position: fixed;
  background: white;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  right: 30px;
  bottom: 30px;
  padding: 5px;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.36);
  width: 44px; }
  #mobile-menu i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/hamburger.svg) no-repeat; }
  @media only screen and (min-width: 50em) {
    #mobile-menu {
      display: none; } }

.payment-methods {
  width: 300px;
  padding: 1em 0; }
  .payment-methods h4 {
    margin-bottom: 1em;
    font-size: 19px;
    font-size: 1.1875rem; }
  @media only screen and (min-width: 37.5em) {
    .payment-methods {
      text-align: center;
      margin: 0 auto; } }
  .payment-methods span {
    display: inline-block;
    width: 64px;
    height: 40px;
    margin-right: 1em;
    vertical-align: middle;
    border: 1px solid #666666;
    border-radius: 2px;
    background-clip: padding-box
    /* stops bg color from leaking outside the border: */ }
    .payment-methods span:last-child {
      margin-right: 0; }
  .payment-methods .visa {
    background: url(../images/1.png) no-repeat;
    background-size: contain; }
  .payment-methods .master {
    background: url(../images/2.png) no-repeat;
    background-size: contain; }
  .payment-methods .maestro {
    background: url(../images/3.png) no-repeat;
    background-size: contain; }

.video-reports {
  background: #000524;
  padding: 4em 0; }
  @media only screen and (min-width: 50em) {
    .video-reports {
      padding: 4em; } }
  @media only screen and (min-width: 64.375em) {
    .video-reports {
      padding: 4em 15em; } }
  .video-reports .video-icon img {
    height: 80px;
    margin-bottom: 2em; }
    @media only screen and (min-width: 37.5em) {
      .video-reports .video-icon img {
        width: 100%;
        margin-bottom: 0; } }
    @media only screen and (min-width: 37.5em) {
      .video-reports .video-icon img {
        margin-right: 10%;
        float: left;
        width: 20%; } }
  @media only screen and (min-width: 37.5em) {
    .video-reports .video-content {
      width: 70%;
      float: left; } }
  .video-reports h3 {
    margin-top: 0;
    text-transform: none;
    color: white; }

.write-off {
  padding-bottom: 0; }

.insurance-report {
  padding-top: 0; }

.service-information {
  padding: 2em 0; }

@media only screen and (min-width: 64.375em) {
  .hero-information {
    width: 70%;
    float: left; } }

.member-iaea {
  display: none; }
  @media only screen and (min-width: 64.375em) {
    .member-iaea {
      display: block;
      float: right;
      width: 30%;
      text-align: right;
      max-width: 240px;
      margin-top: 170px;
      background: rgba(0, 5, 36, 0.3);
      padding: 25px; }
      .member-iaea .iaea {
        float: right;
        width: 58px;
        height: 78px; }
      .member-iaea p {
        clear: right;
        font-size: 18px;
        font-size: 1.125rem;
        padding-top: 1em; }
      .member-iaea a {
        color: #feda00;
        font-size: 18px;
        font-size: 1.125rem;
        padding-top: 0.5em;
        display: inline-block; } }

.enquiry-overlay {
  position: absolute;
  background: rgba(1, 9, 55, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

.online-enquiry-form {
  padding: 2em 1em 1em;
  width: 95%;
  margin: 0 auto;
  background: white;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  max-width: 500px;
  position: relative;
  margin-top: 2em;
  border-radius: 3px;
  background-clip: padding-box
  /* stops bg color from leaking outside the border: */ }
  @media only screen and (min-width: 22.5em) {
    .online-enquiry-form {
      width: 90%;
      padding: 2em 2em 1.5em; } }
  .online-enquiry-form p {
    margin-top: 0; }
  .online-enquiry-form label {
    margin: 0.5em 0 0.2em;
    display: block; }
  .online-enquiry-form .landline span, .online-enquiry-form .mobile span {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-left: 0.5em; }
  .online-enquiry-form input, .online-enquiry-form select {
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    color: #010937;
    padding: 0.5em;
    height: 35px;
    -webkit-transition: background-color 0.3s ease;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    outline: none; }
  .online-enquiry-form select {
    color: #000524;
    cursor: pointer; }
    .online-enquiry-form select option {
      padding-left: 10px; }
  .online-enquiry-form input:hover, .online-enquiry-form input:focus {
    background: #fafafa;
    -webkit-transition: background-color 0.3s ease; }
  .online-enquiry-form h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-top: 0; }
  .online-enquiry-form h3 {
    color: #1c31a5;
    margin-bottom: 0.5em; }
  .online-enquiry-form form {
    background: #f0f2fc;
    padding: 1em 1.5em;
    border-radius: 3px;
    background-clip: padding-box
    /* stops bg color from leaking outside the border: */ }
    .online-enquiry-form form h4 {
      margin: 0;
      margin-bottom: 0.5em; }
  .online-enquiry-form .note {
    font-size: 12px;
    font-size: 0.75rem; }
  .online-enquiry-form button {
    display: block;
    max-width: 250px;
    background-color: #1c31a5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IkxheWVyXzEiPg0KPC9nPg0KPGcgaWQ9Iklzb2xhdGlvbl9Nb2RlIj4NCgk8cGF0aCBmaWxsPSIjRkFGOEY2IiBkPSJNMjkuNSwyNEwyOS41LDI0QzI5LjUsMjMuOSwyOS41LDIzLjksMjkuNSwyNGwtNy4xLTcuMWMtMC4yLTAuMi0wLjYtMC4yLTAuOCwwbC0xLjUsMS41DQoJCWMtMC4yLDAuMi0wLjIsMC42LDAsMC44bDUuMiw1LjJsLTUuMiw1LjJjLTAuMiwwLjItMC4yLDAuNiwwLDAuOGwxLjUsMS41YzAuMiwwLjIsMC42LDAuMiwwLjgsMGw3LjEtNy4xDQoJCUMyOS44LDI0LjUsMjkuOCwyNC4yLDI5LjUsMjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    color: white;
    padding: 13px;
    margin-top: 2em;
    width: 100%;
    border: 0;
    text-align: left;
    -webkit-transition: background-position 0.5s ease, background-color 0.3s ease;
    outline: none;
    border-radius: 3px;
    background-clip: padding-box
    /* stops bg color from leaking outside the border: */ }
    .online-enquiry-form button:hover {
      color: white;
      background-color: #101f78;
      background-position: 101% 50%;
      -webkit-transition: background-position 0.3s ease, background-color 0.1s ease; }
    @media only screen and (min-width: 64.375em) {
      .online-enquiry-form button {
        padding: 17px;
        font-size: 19px;
        font-size: 1.1875rem;
        max-width: 350px; } }
  .online-enquiry-form .terms {
    margin-top: 0.5em; }
    .online-enquiry-form .terms input, .online-enquiry-form .terms label {
      float: left;
      width: auto;
      cursor: pointer; }
    .online-enquiry-form .terms label {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 8px 0 0; }
    .online-enquiry-form .terms label.error {
      font-size: 14px;
      font-size: 0.875rem; }
    .online-enquiry-form .terms input {
      margin-right: 1em; }
  .online-enquiry-form button {
    margin-top: 1em; }
  .online-enquiry-form #terms-hint, .online-enquiry-form .error {
    display: block;
    color: red;
    text-transform: none;
    letter-spacing: 1px; }
  .online-enquiry-form #terms-hint {
    font-size: 14px;
    font-size: 0.875rem; }
  .online-enquiry-form .top-bar .close {
    display: block;
    width: 50px;
    height: 50px;
    background: transparent;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    border-radius: 2px;
    background-clip: padding-box
    /* stops bg color from leaking outside the border: */ }
    .online-enquiry-form .top-bar .close:hover {
      -webkit-transition: background 0.3s ease;
      background: #f0f2fc; }
    .online-enquiry-form .top-bar .close i {
      background: url(../images/close.svg) no-repeat;
      display: block;
      height: 50px;
      background-size: cover; }

.vehicle-inspection-grade {
  margin-top: 30px;
  position: relative;
  border-radius: 3px;
  background-clip: padding-box
  /* stops bg color from leaking outside the border: */ }
  .vehicle-inspection-grade h3, .vehicle-inspection-grade h6 {
    text-align: center; }
  .vehicle-inspection-grade p {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5em; }
  .vehicle-inspection-grade li {
    margin-top: 0.5em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTgwIDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk4MCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJJc29sYXRpb25fTW9kZSI+DQoJPHBhdGggZmlsbD0iIzAxMDkzNyIgZD0iTTQ1Mi44NCw2MjIuMTJMNDUyLjg0LDYyMi4xMkw0NTIuODQsNjIyLjEyTDY1Miw0MjIuOTZjMy45Mi0zLjkyLDMuOTItMTEuNzYsMC0xNS42OGwtMjkuNC0yOS40DQoJCWMtMy45Mi0zLjkyLTExLjc2LTMuOTItMTUuNjgsMEw0NDUsNTM5LjhsLTcxLjkyLTcxLjkyYy0zLjkyLTMuOTItMTEuNzYtMy45Mi0xNS42OCwwbC0yOS40LDI5LjRjLTMuOTIsMy45Mi0zLjkyLDExLjc2LDAsMTUuNjgNCgkJbDEwOS4xNiwxMDkuMTZDNDQxLjA4LDYyNi4wNCw0NDYuOTYsNjI2LjA0LDQ1Mi44NCw2MjIuMTJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat;
    background-position: left -13px;
    background-size: 15%;
    position: relative;
    padding-left: 3em; }
    @media only screen and (min-width: 37.5em) {
      .vehicle-inspection-grade li {
        background-size: 15%;
        padding-left: 4em; } }
    @media only screen and (min-width: 50em) {
      .vehicle-inspection-grade li {
        padding-left: 2em;
        background-size: 10%;
        background-position: left -4px; } }
    .vehicle-inspection-grade li a {
      color: #1c31a5;
      font-family: "proxima bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 1px 5px;
      display: inline-block;
      vertical-align: text-top;
      border: 1px solid #1c31a5;
      border-radius: 50%;
      font-size: 8px;
      font-size: 0.5rem; }
  .vehicle-inspection-grade .price {
    padding: 10px 20px 0; }
  .vehicle-inspection-grade .what-you-get {
    padding: 0 15px 4em;
    line-height: 1.5; }
    @media only screen and (min-width: 50em) {
      .vehicle-inspection-grade .what-you-get {
        padding-bottom: 0; } }
    .vehicle-inspection-grade .what-you-get .ul {
      border-bottom: 1px solid #010937; }

a.tooltips {
  position: relative;
  display: inline; }

a.tooltips span {
  position: absolute;
  color: white;
  background: #010937;
  padding: 10px;
  height: auto;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 14px;
  font-size: 0.875rem;
  width: 300px; }

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

a:hover.tooltips span {
  visibility: visible;
  opacity: 0.95;
  bottom: 30px;
  left: 50%;
  margin-left: -150px;
  z-index: 999; }

.price-box {
  background: white;
  border: 1px solid #000524;
  padding: 1em;
  margin: 1.5em 0 0; }
  @media only screen and (min-width: 37.5em) {
    .price-box {
      width: 75%; } }
  @media only screen and (min-width: 50em) {
    .price-box {
      width: 50%; } }
  .price-box h4 {
    margin: 0; }
  .price-box h6 {
    margin: 0;
    padding: 0.5em 0 0; }
  .price-box [data-button="default"] {
    max-width: 300px; }
    @media only screen and (min-width: 50em) {
      .price-box [data-button="default"] {
        max-width: 400px; } }
  .price-box .useful-links {
    margin: 0; }

@media only screen and (min-width: 37.5em) {
  .warranty-price {
    width: 100%; } }
@media only screen and (min-width: 50em) {
  .warranty-price {
    width: 90%; } }

.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden; }

.simpleselect,
.simpleselect * {
  box-sizing: content-box; }

.simpleselect {
  position: relative;
  width: 100%;
  color: #666;
  font-size: 1em; }

.simpleselect .options {
  width: 100%; }

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 1em;
  line-height: 1;
  cursor: pointer; }

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold; }

.simpleselect .options .optgroup .option {
  padding-left: 20px; }

.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease; }

.simpleselect .placeholder {
  position: relative; }

.simpleselect .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat; }

.simpleselect .placeholder:hover {
  background: #fafafa;
  -webkit-transition: background-color 0.3s ease; }

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.simpleselect .options .option.active {
  background: #1c31a5;
  color: #f1f1f2; }

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default; }

.simpleselect.disabled .placeholder:after {
  opacity: .5; }

/**
*
* Helper
*
**/
.clear::before, .hero::before, .content-area::before, .steps::before, .what-you-get::before, .benefits::before, .useful-links::before, .pricing::before, .engineer-report::before, footer nav::before, .small-print::before, .video-reports::before, .online-enquiry-form .terms::before, .online-enquiry-form .top-bar::before, .clear::after, .hero::after, .content-area::after, .steps::after, .what-you-get::after, .benefits::after, .useful-links::after, .pricing::after, .engineer-report::after, footer nav::after, .small-print::after, .video-reports::after, .online-enquiry-form .terms::after, .online-enquiry-form .top-bar::after {
  content: '';
  display: table; }
.clear::after, .hero::after, .content-area::after, .steps::after, .what-you-get::after, .benefits::after, .useful-links::after, .pricing::after, .engineer-report::after, footer nav::after, .small-print::after, .video-reports::after, .online-enquiry-form .terms::after, .online-enquiry-form .top-bar::after {
  clear: both; }

  .offer {
    background: #FEDA00;
    text-align: center;
    font-size: 21px;
    padding: 15px;
    letter-spacing: 1px;
  }
  .offer span {
    font-weight: bold;

  }

.online-enquiry-form .date, .online-enquiry-form .time {
  width: 30%;
}
.useful-links a {
  margin-top: 20px;
}
.cll {
  clear: left;
}
.vehicle-inspection-grade {
  position: relative;
}
.grade--2 {
  content: 'included in grade 1 (limited time only)';
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(1, 9, 55, 0.8);
    color: #FEDA00;

  z-index: 99;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 200px 50px;
  letter-spacing: 1px;
}
.small-text {
  font-size: 12px;
}