/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
* Variables
*/
/**
* Mixins
*/
/**
 * Site Styles
 * these are styles for general components / items used across the entire gabbinbar site
 */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #404042;
  background: white; }

* {
  box-sizing: content-box; }

p {
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.71429em;
  margin: 0 0 1.5em 0; }
  @media only screen and (min-width: 700px) {
    p {
      font-size: 18px;
      font-size: 1.28571em;
      line-height: 1.5556;
      margin-bottom: 28px;
      margin-bottom: 2em;
      margin: 0 0 1.5em 0; } }
  p > em {
    color: #ed4440;
    font-style: normal; }

p, ol, ul, td {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

p > a, ul > li > a {
  color: #292330;
  white-space: nowrap; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #404042;
  text-align: left; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
      text-decoration: underline; }
  h1 em, h2 em, h3 em, h4 em, h5 em {
    text-decoration: none;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
  h1.red, h2.red, h3.red, h4.red, h5.red {
    color: #ed4440; }

h1 {
  font-size: 34px;
  font-size: 2.42857em;
  line-height: 1.2353;
  margin-bottom: 42px;
  margin-bottom: 3em; }
  @media only screen and (min-width: 700px) {
    h1 {
      font-size: 46px;
      font-size: 3.28571em;
      line-height: 1.2174;
      margin-bottom: 56px;
      margin-bottom: 4em; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 54px;
      font-size: 3.85714em;
      line-height: 1.2222;
      margin-bottom: 66px;
      margin-bottom: 4.71429em; } }

h2 {
  font-size: 24px;
  font-size: 1.71429em;
  line-height: 1.1667;
  margin-bottom: 28px;
  margin-bottom: 2em; }
  @media only screen and (min-width: 700px) {
    h2 {
      font-size: 30px;
      font-size: 2.14286em;
      line-height: 1.2;
      margin-bottom: 36px;
      margin-bottom: 2.57143em; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 36px;
      font-size: 2.57143em;
      line-height: 1.1667;
      margin-bottom: 42px;
      margin-bottom: 3em; } }

h3 {
  font-size: 18px;
  font-size: 1.28571em;
  line-height: 1.3333;
  margin-bottom: 24px;
  margin-bottom: 1.71429em;
  margin-bottom: 1em; }
  @media only screen and (min-width: 700px) {
    h3 {
      font-size: 22px;
      font-size: 1.57143em;
      line-height: 1.2727;
      margin-bottom: 28px;
      margin-bottom: 2em;
      margin-bottom: 1em; } }
  @media only screen and (min-width: 1024px) {
    h3 {
      font-size: 26px;
      font-size: 1.85714em;
      line-height: 1.3077;
      margin-bottom: 34px;
      margin-bottom: 2.42857em;
      margin-bottom: 1em; } }

.btn {
  border: 1px solid #292330;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.28571em;
  line-height: 1.3333;
  margin-bottom: 24px;
  margin-bottom: 1.71429em;
  margin: 0 0 0.5em 0;
  padding: 0.75em 3em;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #292330; }
  @media only screen and (min-width: 700px) {
    .btn {
      font-size: 20px;
      font-size: 1.42857em;
      line-height: 1.3;
      margin-bottom: 26px;
      margin-bottom: 1.85714em;
      margin: 0 0 0.5em 0; } }
  @media only screen and (min-width: 1024px) {
    .btn {
      font-size: 22px;
      font-size: 1.57143em;
      line-height: 1.2727;
      margin-bottom: 28px;
      margin-bottom: 2em;
      margin: 0 0 0.5em 0; } }
  .btn:hover {
    background-color: #292330;
    color: white; }

.btn-small {
  font-size: 12px;
  font-size: 0.85714em;
  line-height: 1.3333;
  margin-bottom: 16px;
  margin-bottom: 1.14286em;
  padding: 6px 12px; }

header#main-header {
  padding: 2em;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box; }
  header#main-header > div {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 700px) {
      header#main-header > div {
        max-width: 740px;
        margin: 0 auto;
        max-width: 960px; } }
    @media only screen and (min-width: 1024px) {
      header#main-header > div {
        max-width: 860px;
        max-width: 960px; } }
    header#main-header > div > a.logo {
      display: block;
      width: 230px;
      height: 46px;
      overflow: hidden;
      background: transparent url("/assets/logo-no-tag.png") no-repeat top left;
      background-size: 230px 46px;
      margin: 0;
      text-indent: -2000em;
      text-decoration: none;
      flex: 1 auto; }
    header#main-header > div > a.menu {
      display: block;
      width: 22px;
      height: 19px;
      text-decoration: none;
      overflow: hidden;
      text-indent: -2000em;
      background: transparent url("/assets/hamburger.png") no-repeat top left;
      background-size: 22px 19px; }
  header#main-header > nav {
    display: none; }
    header#main-header > nav.active {
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(41, 35, 48, 0.98); }
      header#main-header > nav.active > a.close {
        display: block;
        position: absolute;
        top: 3em;
        right: 2em;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-decoration: none;
        background: transparent url("/assets/close-white.png") no-repeat top left;
        background-size: 20px;
        text-indent: -2000em; }
        @media only screen and (min-width: 1024px) {
          header#main-header > nav.active > a.close {
            top: 4em;
            right: 4em; } }
      header#main-header > nav.active > ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        header#main-header > nav.active > ul > li {
          margin-bottom: 0.75em; }
          header#main-header > nav.active > ul > li.group-start {
            margin-top: 1.5em; }
          header#main-header > nav.active > ul > li > a {
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 18px;
            font-size: 1.28571em;
            line-height: 1.3333;
            margin-bottom: 24px;
            margin-bottom: 1.71429em;
            margin: 0;
            text-transform: uppercase;
            text-decoration: none; }
            @media only screen and (min-width: 700px) {
              header#main-header > nav.active > ul > li > a {
                font-size: 20px;
                font-size: 1.42857em;
                line-height: 1.2;
                margin-bottom: 24px;
                margin-bottom: 1.71429em;
                margin: 0; } }
            header#main-header > nav.active > ul > li > a:hover {
              color: #ed4440; }
  header#main-header.sticky {
    box-sizing: border-box;
    background: #292330 url("/assets/safety-strip.png") repeat-x top center;
    background-size: auto 10px;
    padding-bottom: 1em; }
    header#main-header.sticky > div > a.logo {
      width: 225px;
      height: 46px;
      overflow: hidden;
      background: transparent url("/assets/logo-beige.png") no-repeat top left;
      background-size: 225px 46px; }
    header#main-header.sticky > div > a.menu {
      background: transparent url("/assets/hamburger-white.png") no-repeat top left;
      background-size: 22px 19px; }

main {
  margin: 0; }
  main section {
    padding: 2em 0; }
    main section > header {
      padding: 0 2em; }
      @media only screen and (min-width: 700px) {
        main section > header {
          max-width: 740px;
          margin: 0 auto; } }
      @media only screen and (min-width: 1024px) {
        main section > header {
          max-width: 860px; } }
      main section > header > h2 {
        margin: 0.75em 0 1em 0; }
    main section > div {
      padding: 0 2em; }
      @media only screen and (min-width: 700px) {
        main section > div > div.container {
          max-width: 740px;
          margin: 0 auto; } }
      @media only screen and (min-width: 1024px) {
        main section > div > div.container {
          max-width: 860px; } }
    main section.hero {
      background: transparent url("/assets/red-trucks-mobile.jpg") no-repeat bottom right;
      height: 25em;
      padding: 0 2em;
      padding-top: 8em;
      margin: 0 0 2em 0; }
      @media only screen and (min-width: 700px) {
        main section.hero {
          background: transparent url("/assets/red-trucks-tablet.jpg") no-repeat bottom right;
          height: 37em; } }
      @media only screen and (min-width: 1024px) {
        main section.hero {
          background: transparent url("/assets/red-trucks-desktop.jpg") no-repeat top right;
          height: 52em;
          background-size: cover; } }
      @media only screen and (min-width: 700px) {
        main section.hero > div {
          max-width: 740px;
          margin: 0 auto; } }
      @media only screen and (min-width: 1024px) {
        main section.hero > div {
          max-width: 860px; } }
      main section.hero > div > h1 {
        font-size: 20px;
        font-size: 1.42857em;
        line-height: 1.3;
        margin-bottom: 26px;
        margin-bottom: 1.85714em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        text-align: center;
        width: 11em;
        margin: 0 0 0 auto; }
        @media only screen and (min-width: 700px) {
          main section.hero > div > h1 {
            font-size: 26px;
            font-size: 1.85714em;
            line-height: 1.2308;
            margin-bottom: 32px;
            margin-bottom: 2.28571em;
            text-align: center;
            width: 14em;
            margin: 0 0 0 auto;
            padding-top: 1em; } }
        @media only screen and (min-width: 1024px) {
          main section.hero > div > h1 {
            font-size: 32px;
            font-size: 2.28571em;
            line-height: 1.25;
            margin-bottom: 40px;
            margin-bottom: 2.85714em;
            text-align: center;
            width: 14em;
            margin: 0 0 0 auto;
            padding-top: 1em; } }
    main section.video-signup {
      background: #f9f9f9; }
      main section.video-signup > div div.video {
        max-width: 100%;
        height: 200px;
        background: #000;
        margin-bottom: 2em; }
        @media only screen and (min-width: 700px) {
          main section.video-signup > div div.video {
            height: 400px; } }
      @media only screen and (min-width: 700px) {
        main section.video-signup > div a.btn {
          display: block;
          width: 12em;
          margin-left: auto;
          margin-right: auto; } }
      main section.video-signup > div p.conditions {
        text-align: center;
        color: #9b9b9b;
        font-size: 12px;
        font-size: 0.85714em;
        line-height: 1.6667;
        margin-bottom: 20px;
        margin-bottom: 1.42857em; }
      main section.video-signup > div p.phone {
        text-align: center;
        font-size: 16px;
        font-size: 1.14286em;
        line-height: 1.625;
        margin-bottom: 26px;
        margin-bottom: 1.85714em; }
    main section.features > div table {
      width: 100%;
      text-align: left;
      border-collapse: collapse;
      margin: 0 0 2em 0; }
      main section.features > div table > tbody tr:nth-child(odd) {
        background-color: #f9f9f9; }
      main section.features > div table > tbody tr td, main section.features > div table > tbody tr th {
        padding: 0.5em;
        color: #292330; }
      main section.features > div table > tbody tr th {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300; }
    main section.benefits > div {
      padding: 0; }
      main section.benefits > div > ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0; }
        main section.benefits > div > ul > li {
          background: #f9f9f9;
          padding: 2em;
          margin-bottom: 1em; }
          main section.benefits > div > ul > li > div.container {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start; }
            @media only screen and (min-width: 700px) {
              main section.benefits > div > ul > li > div.container {
                max-width: 740px;
                margin: 0 auto; } }
            @media only screen and (min-width: 1024px) {
              main section.benefits > div > ul > li > div.container {
                max-width: 860px; } }
            main section.benefits > div > ul > li > div.container::before {
              content: '';
              display: block;
              width: 80px;
              height: 66px;
              background: transparent url("/assets/navy-truck.png") no-repeat top left;
              background-size: 80px 66px; }
            main section.benefits > div > ul > li > div.container > div {
              flex: 1;
              padding-left: 2em; }
              main section.benefits > div > ul > li > div.container > div > h3 {
                margin: 0 0 0.5em 0; }
              main section.benefits > div > ul > li > div.container > div > p:last-child {
                margin-bottom: 0; }
          main section.benefits > div > ul > li.orange > div.container::before {
            background: transparent url("/assets/orange-truck.png") no-repeat top left;
            background-size: 80px 66px; }
          main section.benefits > div > ul > li.red > div.container::before {
            background: transparent url("/assets/red-truck.png") no-repeat top left;
            background-size: 80px 66px; }
          main section.benefits > div > ul > li.beige > div.container::before {
            background: transparent url("/assets/beige-truck.png") no-repeat top left;
            background-size: 80px 66px; }
    main section.stay_compliant > div > div.container {
      padding-left: 10em;
      background: transparent url("/assets/cool-joe.png") no-repeat 0 0;
      background-size: 6em auto;
      box-sizing: border-box; }
    main section.real_customers > div {
      padding: 0; }
      main section.real_customers > div > div.container > ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 700px) {
          main section.real_customers > div > div.container > ul {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row; } }
        main section.real_customers > div > div.container > ul > li {
          padding: 2em;
          background-color: #f9f9f9;
          margin-bottom: 1em; }
          @media only screen and (min-width: 700px) {
            main section.real_customers > div > div.container > ul > li {
              box-sizing: border-box;
              width: 50%; } }
          main section.real_customers > div > div.container > ul > li > img {
            display: block;
            max-width: 100%; }
          main section.real_customers > div > div.container > ul > li > div > h3 {
            margin: 1em 0 0.5em 0; }
          main section.real_customers > div > div.container > ul > li > div > p:last-child {
            margin-bottom: 0; }
    @media only screen and (min-width: 700px) {
      main section.pricing > div a.btn {
        display: block;
        width: 12em;
        margin-left: auto;
        margin-right: auto; } }
    main section.pricing > div p.conditions {
      text-align: center;
      color: #9b9b9b;
      font-size: 12px;
      font-size: 0.85714em;
      line-height: 1.6667;
      margin-bottom: 20px;
      margin-bottom: 1.42857em; }
    main section.pricing > div p.phone {
      text-align: center;
      font-size: 16px;
      font-size: 1.14286em;
      line-height: 1.625;
      margin-bottom: 26px;
      margin-bottom: 1.85714em; }
    main section.help_centre > div {
      background: #f9f9f9; }
      main section.help_centre > div > div.container {
        padding: 2em 0 2em 10em;
        background: #f9f9f9 url("/assets/yellow-truck.png") no-repeat 0 2em;
        background-size: 6em auto;
        box-sizing: border-box; }
        main section.help_centre > div > div.container > ul {
          display: block;
          list-style: none;
          margin: 0;
          padding: 0; }

body > footer {
  padding: 4em 2em; }
  @media only screen and (min-width: 700px) {
    body > footer {
      max-width: 740px;
      margin: 0 auto;
      max-width: 960px; } }
  @media only screen and (min-width: 1024px) {
    body > footer {
      max-width: 860px;
      max-width: 960px; } }
  body > footer > p {
    font-size: 11px;
    font-size: 0.78571em;
    line-height: 1.6364;
    margin-bottom: 18px;
    margin-bottom: 1.28571em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
