/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2021 22:41:18
*/


/*
 * Main LESS Stylesheet
 */
/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: rgba(255, 255, 255, 0.2) thin dotted !important;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

section#home-sub.page.home .content .copy a { color:white; text-decoration:underline;}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Variables
 */
/*
 * Reusuable Mixins
 */
.clear-fix {
  *zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear-fix:after {
  clear: both;
}
.disable-highlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reset-list-spacing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-list-spacing li {
  margin: 0;
  padding: 0;
}
/*
 * Fonts
 */
/* @license
 * MyFonts Webfont Build ID 2635281, 2013-09-02T20:02:29-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Franklin Gothic Condensed by Bitstream
 * URL: http://www.myfonts.com//franklin-gothic/condensed/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * Webfont: Franklin Gothic Book by URW++
 * URL: http://www.myfonts.com//franklin-gothic/t-book/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2635281
 * Licensed pageviews: 100,000
 * 
 * © 2013 MyFonts Inc
*/
@font-face {
  font-family: 'FranklinGothicBT-RomanCondensed';
  src: url('http://www.saferpplaters.com.au/__data/assets/file/0011/57782/283611_0_0.eot?v=0.0.2');
  src: url('http://www.saferpplaters.com.au/__data/assets/file/0011/57782/283611_0_0.eot?v=0.0.2?#iefix') format('embedded-opentype'), url('http://www.saferpplaters.com.au/__data/assets/file/0005/57785/283611_0_0.woff?v=0.0.2') format('woff'), url('http://www.saferpplaters.com.au/__data/assets/file/0004/57784/283611_0_0.ttf?v=0.0.2') format('truetype'), url('http://www.saferpplaters.com.au/__data/assets/file/0003/57783/283611_0_0.svg?v=0.0.2#wf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'FranklinGothicURW-Boo';
  src: url('http://www.saferpplaters.com.au/__data/assets/file/0006/57786/283611_1_0.eot?v=0.0.2');
  src: url('http://www.saferpplaters.com.au/__data/assets/file/0006/57786/283611_1_0.eot?v=0.0.2?#iefix') format('embedded-opentype'), url('http://www.saferpplaters.com.au/__data/assets/file/0009/57789/283611_1_0.woff?v=0.0.2') format('woff'), url('http://www.saferpplaters.com.au/__data/assets/file/0008/57788/283611_1_0.ttf?v=0.0.2') format('truetype'), url('http://www.saferpplaters.com.au/__data/assets/file/0007/57787/283611_1_0.svg?v=0.0.2#wf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.FranklinCondensed {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.FranklinBook {
  font-family: 'FranklinGothicURW-Boo', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*
 * Base Shared CSS (All Devices)
 */
/*
 * Global
 */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  background: #000;
  color: #ffffff;
  font-family: 'FranklinGothicURW-Boo', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
}
/*
 * Site Header
 */
#main-header {
  background: #000;
  *zoom: 1;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.3s 0.2s;
  -moz-transition: top 0.3s 0.2s;
  -o-transition: top 0.3s 0.2s;
  transition: top 0.3s 0.2s;
  width: 100%;
  z-index: 1;
}
#main-header:before,
#main-header:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-header:after {
  clear: both;
}
#main-header ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-header ul:before,
#main-header ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-header ul:after {
  clear: both;
}
#main-header ul li {
  margin: 0;
  padding: 0;
}
#main-header ul li {
  vertical-align: top;
}
#main-header ul li a {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
#main-header ul.main li {
  text-transform: uppercase;
}
#main-header ul.main li a {
  display: block;
}
/*
 * Site Footer
 */
#main-footer {
  background: #040009;
  bottom: 0;
  *zoom: 1;
  position: fixed;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s;
  width: 100%;
}
#main-footer:before,
#main-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-footer:after {
  clear: both;
}
#main-footer a {
  color: #ffffff;
  text-decoration: none;
}
#main-footer .next-page {
  background: #cd1728;
}
#main-footer .next-page .btn-next-page {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/*
 * Lightbox
 */
#lightbox {
  cursor: pointer;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  width: 100%;
}
#lightbox #lb-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  -webkit-overflow-scrolling: touch;
}
#lightbox #lb-inner iframe {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#lightbox #lb-inner.ready {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: absolute;
}
#lightbox #lb-inner #lb-wrap {
  height: 100%;
  width: 100%;
}
#lightbox a#lb-close {
  background: #ffffff url(http://www.saferpplaters.com.au/__data/assets/image/0004/58009/btn_close.png?v=0.0.4) no-repeat center center;
  border: 1px solid #C4C4C4;
  height: 20px;
  position: absolute;
  right: 6px;
  text-indent: -9999px;
  top: 6px;
  width: 20px;
}
html.lightbox body #lightbox {
  display: block;
  z-index: 9999;
}
/*
 * Home Pages
 */section.page.home {
  background: #000;
  position: relative;
}
section.page.home .content .next-page .btn-next-page {
  color: #ffffff;
  display: block;
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
section.page.home#home-main .home-links {
  position: absolute;
}
section.page.home#home-main .home-links a {
  display: inline-block;
  text-indent: -9999px;
}
section.page.home#home-main .content h1 {
  text-indent: -9999px;
}
section.page.home#home-main .content h2 {
  color: #ffffff;
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
section.page.home#home-sub .content h1 {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: 0;
}
section.page.home#home-sub .content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  margin: 10px 0 0;
  text-align: center;
}
section.page.home#home-sub .content p strong {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
section.page.home#home-sub .content .actions {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*
 * Inner Pages
 */section.page.risk {
  background: #cd1728;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #cd1728 0%, #a01315 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cd1728), color-stop(100%, #a01315));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #cd1728 0%, #a01315 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #cd1728 0%, #a01315 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #cd1728 0%, #a01315 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #cd1728 0%, #a01315 100%);
  /* W3C */

  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.page.risk .overlay div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.page.risk .overlay div.image {
  z-index: 1;
}
section.page.risk .overlay div.green {
  background: #13842a;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #13842a), color-stop(98%, #0e631e));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #13842a 0%, #0e631e 98%);
  /* W3C */

  top: -100%;
  z-index: 0;
}
section.page.risk .content {
  *zoom: 1;
  position: relative;
  z-index: 5;
}
section.page.risk .content .inner {
  height: 100%;
  width: 100%;
}
section.page.risk .content:before,
section.page.risk .content:after {
  display: table;
  content: "";
  line-height: 0;
}
section.page.risk .content:after {
  clear: both;
}
section.page.risk .content h1 {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
section.page.risk .content h2 {
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
section.page.risk .content ul {
  padding: 0;
}
section.page.risk .content ul li {
  margin: 0 0 20px;
  padding: 0;
}
section.page.risk .content a {
  color: #fff;
  text-decoration: underline;
}
section.page.risk .content a:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
section.page.risk .content .actions {
  clear: both;
  *zoom: 1;
  font-family: 'FranklinGothicBT-RomanCondensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
section.page.risk .content .actions:before,
section.page.risk .content .actions:after {
  display: table;
  content: "";
  line-height: 0;
}
section.page.risk .content .actions:after {
  clear: both;
}
section.page.risk .content .actions ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.page.risk .content .actions ul li {
  margin: 0;
  padding: 0;
}
section.page.risk .content .actions ul li {
  display: inline-block;
}
section.page.risk .content .actions ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
section.page.risk .content .actions ul li #social-box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 100%;
}
section.page.risk .content .actions ul li #social-box:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
section.page.risk .content .actions ul li #social-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  left: 50%;
  margin-left: -15px;
}
section.page.risk .content .actions ul li #social-box a {
  float: none;
  display: inline-block;
  padding: 0 5px;
}
section.page.risk .content .actions ul li #social-box img {
  height: 32px;
  margin: 0 5px;
  width: 32px;
}
/*
 * Global Overrides Based On Page
 */
body.last #main-footer .next-page {
  display: none !important;
}
/*
 * Loading Overrides
 */
html.loading body section.page,
html.loading body #main-header,
html.loading body #main-footer {
  display: none;
}
/*
 * No JS Bleh
 */
html.no-js {
  overflow-y: auto;
}
html.no-js body {
  overflow-y: auto;
}
html.no-js body #main-content {
  height: 100%;
}
html.no-js body .page {
  height: 100%;
}
html.no-js body .page .content .inner {
  height: 100%;
  top: 0;
}
html.no-js body .page .content .scroll {
  height: 100% !important;
  overflow: auto !important;
  position: static;
  top: 0;
}
html.no-js body .page .content .help,
html.no-js body .page .content .actions {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.lt-ie9 #lightbox #lb-inner a#lb-close {
  display: none;
  right: 26px;
}
.lt-ie9 #lightbox #lb-inner.ready a#lb-close {
  display: block;
}
@media screen and (min-width: 768px) {
  /*
   * Tablet & Desktop Shared Styles
   */
  /*
   * Global
   */
  html {
    overflow: hidden;
  }
  /*
   * Site Header
   */
  #main-header {
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.3);
  }
  #main-header h1,
  #main-header .btn-toggle-menu {
    display: none;
  }
  #main-header nav {
    margin: auto;
  }
  #main-header nav ul.main li {
    display: inline-block;
    margin: 0 0 0 -3px;
  }
  #main-header nav ul.main li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0006/57759/bg_d-t_nav.jpg?v=0.0.8) no-repeat 0 0;
    color: #808080;
    display: block;
    height: 25px;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 71px 0 4px;
    position: relative;
    text-align: center;
    width: 90px;
  }
  #main-header nav ul.main li a:after {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0006/57759/bg_d-t_nav.jpg?v=0.0.8) no-repeat 0 0;
    content: ' ';
    display: block;
    height: 65px;
    position: absolute;
    top: 0px;
    -webkit-transition: width 1s 0.2s;
    -moz-transition: width 1s 0.2s;
    -o-transition: width 1s 0.2s;
    transition: width 1s 0.2s;
    width: 0px;
  }
  #main-header nav ul.main li.home {
    display: none;
  }
  #main-header nav ul.main li.complete a:after {
    width: 70px;
  }
  #main-header nav ul.main li:hover a,
  #main-header nav ul.main li.active a {
    color: #fff;
  }
  #main-header nav ul.sub {
    display: none;
  }
  /*
   * Site Footer
   */
  #main-footer {
    -webkit-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
    box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
  }
  #main-footer .next-page {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMTcyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2NkMTcyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgzMTYxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd1728), color-stop(39%, #cd1728), color-stop(99%, #9f1724));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd1728', endColorstr='#9F1724', GradientType=0);
    /* IE6-8 */
  
    width: 100%;
  }
  #main-footer .next-page .btn-next-page {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0010/57754/bg_d-t_nav-arrow.png?v=0.0.8) no-repeat center 32px;
    font-size: 18px;
    font-size: 1.8rem;
    height: 69px;
    margin: auto;
    padding: 11px 0 0;
    text-transform: uppercase;
    -webkit-transition: background 0.1s 0.2s;
    -moz-transition: background 0.1s 0.2s;
    -o-transition: background 0.1s 0.2s;
    transition: background 0.1s 0.2s;
  }
  #main-footer .next-page .btn-next-page:hover,
  #main-footer .next-page .btn-next-page:active {
    background-position: center 40px;
  }
  #main-footer .next-page.completed {
    background: #13842a;
    /* Old browsers */
  
    background: -moz-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
    /* FF3.6+ */
  
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #13842a), color-stop(98%, #0e631e));
    /* Chrome,Safari4+ */
  
    background: -webkit-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
    /* Opera 12+ */
  
    background: -ms-radial-gradient(center, ellipse cover, #13842a 0%, #0e631e 98%);
    /* IE10+ */
  
    background: radial-gradient(ellipse at center, #13842a 0%, #0e631e 98%);
    /* W3C */
  
    top: -100%;
  }
  #main-footer .home {
    float: left;
  }
  #main-footer .home a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0014/58010/btn_d-t_home.png?v=0.0.4) no-repeat left center;
    display: block;
    height: 30px;
    margin: 8px 0 0 5px;
    text-indent: -9999px;
    width: 75px;
  }
  #main-footer .logo {
    float: left;
  }
  #main-footer .logo a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/57751/bg_d-t_logo.png?v=0.0.10) no-repeat left center;
    display: block;
    height: 43px;
    margin: 2px 0 0 20px;
    text-indent: -9999px;
    width: 238px;
  }
  #main-footer nav {
    float: right;
    margin-right: 8px;
  }
  #main-footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #main-footer nav ul li {
    margin: 0;
    padding: 0;
  }
  #main-footer nav ul li {
    display: inline-block;
  }
  #main-footer nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 16px 12px;
  }
  /*
   * Lightbox
   */
  #lightbox {
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  #lightbox #lb-inner {
    bottom: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    right: 20px;
  }
  #lightbox #lb-inner:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #lightbox #lb-inner:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
  }
  #lightbox.youtube #lb-inner {
    background: #fff;
    height: 340px;
    left: 50%;
    margin: -160px 0 0 -330px;
    padding: 30px;
    top: 50%;
    width: 640px;
  }
  #lightbox.youtube #lb-inner:after {
    display: none;
  }
  #lightbox.subscribe #lb-inner {
    background: #fff;
    height: 450px;
    left: 50%;
    margin: -225px 0 0 -245px;
    top: 50%;
    width: 490px;
  }
  #lightbox.subscribe #lb-inner:after {
    display: none;
  }
  #lightbox.contact #lb-inner {
    background: #fff;
    height: 620px;
    right: 28px;
    width: 490px;
  }
  #lightbox.contact #lb-inner:after {
    left: 330px;
  }
  #lightbox.terms #lb-inner {
    background: #fff;
    height: 600px;
    right: 28px;
    width: 490px;
  }
  #lightbox.terms #lb-inner:after {
    left: 440px;
  }
  #lightbox.facts #lb-inner {
    background: #fff;
    height: 560px;
    left: 50%;
    margin: -280px 0 0 -340px;
    top: 50%;
    width: 680px;
  }
  #lightbox.facts #lb-inner:after {
    display: none;
  }
  #lightbox.tvcs {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0005/57740/bg_70-black.png?v=0.0.12) repeat;
  }
  #lightbox.tvcs #lb-inner {
    background: #0E0E0E;
    border: 1px solid #ccc;
    height: 520px;
    left: 50%;
    margin: -260px 0 0 -330px;
    top: 50%;
    width: 670px;
  }
  #lightbox.tvcs #lb-inner:after {
    display: none;
  }
  /*
   * Home Pages
   */section.page.home .content {
    left: 50%;
    top: 50%;
    position: absolute;
  }
  section.page.home .content .next-page .btn-next-page {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0010/57754/bg_d-t_nav-arrow.png?v=0.0.8) no-repeat left bottom;
    font-size: 16px;
    font-size: 1.6rem;
    height: 65px;
    margin: auto;
    padding: 15px 0 0;
    text-transform: uppercase;
    width: 180px;
  }
  section.page.home#home-main .home-links {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 1;
  }
  section.page.home#home-main .home-links a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0011/57746/bg_d-t_header-links.png?v=0.0.8) no-repeat;
    display: inline-block;
    height: 32px;
    text-indent: -9999px;
  }
  section.page.home#home-main .home-links a.vic {
    background-position: -10px 0;
    width: 45px;
  }
  section.page.home#home-main .home-links a.tac {
    background-position: -75px 0;
    margin: 0 20px 0 0;
    width: 70px;
  }
  section.page.home#home-main .home-links a:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  section.page.home#home-main .content {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0005/57749/bg_d-t_home.jpg?v=0.0.10) no-repeat center top;
    height: 680px;
  }
  section.page.home#home-main .content h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 120px auto 0;
    width: 400px;
  }
  section.page.home#home-main .content .next-page {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  section.page.home#home-sub .content {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0006/59793/bg_d-t_home-2.jpg?v=0.0.2) no-repeat center top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
  }
  section.page.home#home-sub .content .scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 100px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  section.page.home#home-sub .content .inner {
    *zoom: 1;
    height: auto;
    margin: auto;
    position: static;
    -webkit-overflow-scrolling: touch;
  }
  section.page.home#home-sub .content .inner:before,
  section.page.home#home-sub .content .inner:after {
    display: table;
    content: "";
    line-height: 0;
  }
  section.page.home#home-sub .content .inner:after {
    clear: both;
  }
  section.page.home#home-sub .content h1 {
    margin: 30px 0 0;
    font-size: 60px;
    font-size: 6rem;
  }
  section.page.home#home-sub .content .copy {
    float: left;
  }
  section.page.home#home-sub .content .copy p {
    text-align: left;
  }
  section.page.home#home-sub .content .copy p strong {
    font-size: 20px;
    font-size: 2rem;
  }
  section.page.home#home-sub .content .actions {
    float: right;
    padding: 10px 0 0;
  }
  section.page.home#home-sub .content .actions p {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0;
    width: 100%;
  }
  section.page.home#home-sub .content .actions .tvcs {
    display: none;
  }
  section.page.home#home-sub .content .next-page {
    clear: both;
    padding: 40px 0;
  }
  /*
   * Inner Pages
   */
  section.page.risk .overlay .image {
    top: auto;
  }
  section.page.risk .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
  }
  section.page.risk .content .scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 100px;
    width: 100%;
  }
  section.page.risk .content .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: auto;
    left: 0;
    padding: 35px 0 0;
    position: static;
    top: 0;
  }
  section.page.risk .content header {
    text-align: center;
    width: 100%;
  }
  section.page.risk .content header h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0009/57771/bg_d-t_white-icons.png?v=0.0.6) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 50px;
    font-size: 5rem;
    height: 75px;
    margin: 0;
    padding: 10px 0 0 80px;
    text-align: center;
  }
  section.page.risk .content h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 20px 0 0;
  }
  section.page.risk .content a.show-help {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0005/57767/bg_d-t_show.png?v=0.0.6) no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 115px;
    position: absolute;
    text-indent: -9999px;
    width: 115px;
    z-index: 1;
  }
  section.page.risk .content a.show-help:hover,
  section.page.risk .content a.show-help:active {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/57769/bg_d-t_show_h.png?v=0.0.6) no-repeat;
  }
  section.page.risk .content .arrow {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 50%;
    margin: 0 0 0 -40px;
    position: absolute;
    text-indent: -9999px;
    z-index: 1;
  }
  section.page.risk .content .arrow .a {
    height: 400px;
    position: absolute;
    width: 80px;
    z-index: 5;
  }
  section.page.risk .content .arrow .l {
    height: 39px;
    width: 0px;
    position: absolute;
    z-index: 1;
  }
  section.page.risk .content .risks,
  section.page.risk .content .help {
    float: left;
    margin-bottom: 20px;
  }
  section.page.risk .content .help {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    float: right;
  }
  section.page.risk .content ul {
    margin: 10px 0 0;
  }
  section.page.risk .content ul li {
    line-height: 27px;
  }
  section.page.risk .content p {
    line-height: 27px;
    margin: 10px 0 20px;
  }
  section.page.risk .content .actions {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    padding: 0 0 40px;
    width: 100%;
  }
  section.page.risk .content .actions ul li {
    padding: 0 8px;
  }
  section.page.risk .content .actions ul li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0003/57765/bg_d-t_share.png?v=0.0.8) no-repeat 0 0;
    color: #ffffff;
    height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1px 0 0 32px;
  }
  section.page.risk .content .actions ul li.share a {
    background-position: 0 0;
  }
  section.page.risk .content .actions ul li.share #social-box {
    top: -70px;
    width: 300px;
  }
  section.page.risk .content .actions ul li.share #social-box:after {
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff;
  }
  section.page.risk .content .actions ul li.share #social-box a {
    background: none;
  }
  section.page.risk .content .actions ul li.email a {
    background-position: 0 -40px;
  }
  section.page.risk .content .actions ul li.facts a {
    background-position: 0 -80px;
  }
  section.page.risk .content .actions ul li.subscribe a {
    background-position: 0 -120px;
  }
  section.page.risk .content .actions.top {
    display: none;
  }
  section.page.risk#night-driving .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0008/57995/night-driving.png?v=0.0.8) no-repeat bottom right;
  }
  section.page.risk#night-driving .content header h1 {
    background-position: -5px 0px;
  }
  section.page.risk#speeding .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0004/57991/speeding.png?v=0.0.8) no-repeat bottom right;
  }
  section.page.risk#speeding .content header h1 {
    background-position: -5px -482px;
  }
  section.page.risk#drink-driving .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0019/58015/drink-driving.png?v=0.0.6) no-repeat bottom right;
  }
  section.page.risk#drink-driving .content header h1 {
    background-position: -5px -242px;
  }
  section.page.risk#vehicle-safety .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/59785/vehicle-safety.png?v=0.0.4) no-repeat bottom right;
  }
  section.page.risk#vehicle-safety .content header h1 {
    background-position: -5px -363px;
  }
  section.page.risk#decision-making .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0003/59781/decision-making.png?v=0.0.4) no-repeat bottom right;
  }
  section.page.risk#decision-making .content header h1 {
    background-position: -5px -843px;
  }
  section.page.risk#peer-pressure .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0006/59784/peer-pressure.png?v=0.0.4) no-repeat bottom right;
  }
  section.page.risk#peer-pressure .content header h1 {
    background-position: -5px -603px;
  }
  section.page.risk#distractions .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0004/59782/distractions.png?v=0.0.4) no-repeat bottom right;
  }
  section.page.risk#distractions .content header h1 {
    background-position: -5px -723px;
  }
  section.page.risk#bad-weather .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0009/59787/weather.png?v=0.0.4) no-repeat bottom right;
  }
  section.page.risk#bad-weather .content header h1 {
    background-position: -5px -123px;
  }
  section.page.risk#long-drives .overlay .image {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0005/59783/long-drives.png?v=0.0.2) no-repeat bottom right;
  }
  section.page.risk#long-drives .content header h1 {
    background-position: -5px -964px;
  }
  section.page.risk.completed .content .arrow {
    cursor: default;
  }
  /*
   * Global (to Tablet/Desktop) Overrides Based On Page
   */
  body.page-home-main #main-header {
    top: -100px;
  }
  body.page-home-main #main-footer {
    bottom: -150px;
  }
  body.page-home-sub #main-footer {
    bottom: -150px;
  }
  .lt-ie9 section.page.risk .content header h1 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  /*
   * Mobile Overrides
   */
  /*
   * Global
   */
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /*
   * Site Header
   */
  #main-header {
    height: 47px;
    width: 100%;
  }
  #main-header h1 {
    margin: 0;
    position: relative;
  }
  #main-header h1 a {
    background: #000000 url(http://www.saferpplaters.com.au/__data/assets/image/0003/57918/bg_m_logo.png?v=0.0.6) no-repeat 15px center;
    display: block;
    height: 47px;
    text-indent: -9999px;
    z-index: 1;
  }
  #main-header .btn-toggle-menu {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0004/57928/bg_m_nav-toggle.png?v=0.0.4) no-repeat center center;
    height: 47px;
    position: absolute;
    right: 4px;
    text-indent: -9999px;
    top: 0;
    width: 47px;
    z-index: 2;
  }
  #main-header nav {
    background: #fff;
    -webkit-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.3);
    box-shadow: inset 0px 5px 5px rgba(50, 50, 50, 0.3);
    position: fixed;
    top: -300px;
    -webkit-transition: top 0.3s 0.2s;
    -moz-transition: top 0.3s 0.2s;
    -o-transition: top 0.3s 0.2s;
    transition: top 0.3s 0.2s;
    width: 100%;
    z-index: -1;
  }
  #main-header nav ul {
    *zoom: 1;
  }
  #main-header nav ul:before,
  #main-header nav ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #main-header nav ul:after {
    clear: both;
  }
  #main-header nav ul li a {
    font-size: 9px;
    font-size: 0.9rem;
  }
  #main-header nav ul.main {
    margin: 15px auto;
    width: 300px;
  }
  #main-header nav ul.main li {
    float: left;
    text-align: center;
    padding: 0 0 10px;
  }
  #main-header nav ul.main li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0008/57932/bg_m_nav.jpg?v=0.0.4) no-repeat 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #231f20;
    height: 80px;
    padding: 65px 0px 15px;
    text-align: center;
    width: 57px;
  }
  #main-header nav ul.main li.home a {
    background-position: -4px 0px;
    padding-top: 65px;
  }
  #main-header nav ul.main li.home.active a,
  #main-header nav ul.main li.home.complete a {
    background-position: -4px -90px;
  }
  #main-header nav ul.main li.night-driving a {
    background-position: -84px 0px;
  }
  #main-header nav ul.main li.night-driving.active a,
  #main-header nav ul.main li.night-driving.complete a {
    background-position: -84px -90px;
  }
  #main-header nav ul.main li.speeding a {
    background-position: -400px 0px;
    width: 64px;
  }
  #main-header nav ul.main li.speeding.active a,
  #main-header nav ul.main li.speeding.complete a {
    background-position: -400px -90px;
  }
  #main-header nav ul.main li.drink-driving a {
    background-position: -242px 0px;
    width: 62px;
  }
  #main-header nav ul.main li.drink-driving.active a,
  #main-header nav ul.main li.drink-driving.complete a {
    background-position: -245px -90px;
  }
  #main-header nav ul.main li.vehicle-safety a {
    background-position: -325px 0px;
    padding-top: 60px;
  }
  #main-header nav ul.main li.vehicle-safety.active a,
  #main-header nav ul.main li.vehicle-safety.complete a {
    background-position: -325px -90px;
  }
  #main-header nav ul.main li.decision-making a {
    background-position: -645px 0px;
    padding-top: 60px;
  }
  #main-header nav ul.main li.decision-making.active a,
  #main-header nav ul.main li.decision-making.complete a {
    background-position: -645px -90px;
  }
  #main-header nav ul.main li.peer-pressure a {
    background-position: -485px 0px;
    padding-top: 60px;
  }
  #main-header nav ul.main li.peer-pressure.active a,
  #main-header nav ul.main li.peer-pressure.complete a {
    background-position: -485px -90px;
  }
  #main-header nav ul.main li.distractions a {
    background-position: -563px 0px;
    width: 64px;
  }
  #main-header nav ul.main li.distractions.active a,
  #main-header nav ul.main li.distractions.complete a {
    background-position: -563px -90px;
  }
  #main-header nav ul.main li.bad-weather a {
    background-position: -162px 0px;
    width: 64px;
  }
  #main-header nav ul.main li.bad-weather.active a,
  #main-header nav ul.main li.bad-weather.complete a {
    background-position: -162px -90px;
  }
  #main-header nav ul.main li.long-drives a {
    background-position: -725px 0px;
  }
  #main-header nav ul.main li.long-drives.active a,
  #main-header nav ul.main li.long-drives.complete a {
    background-position: -725px -90px;
  }
  #main-header nav ul.sub {
    background: #F2F2F2;
    text-align: center;
    width: 100%;
  }
  #main-header nav ul.sub li {
    display: inline-block;
  }
  #main-header nav ul.sub li a {
    color: #040009;
    display: block;
    padding: 12px;
  }
  #main-header nav.active {
    top: 47px;
  }
  /*
   * Site Footer
   */
  #main-footer .next-page {
    background: #cd1728;
    /* Old browsers */
  
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMTcyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2NkMTcyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgzMTYxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd1728), color-stop(39%, #cd1728), color-stop(99%, #9f1724));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #cd1728 0%, #cd1728 39%, #9f1724 99%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd1728', endColorstr='#9F1724', GradientType=0);
    /* IE6-8 */
  
    -webkit-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
    box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.1);
  }
  #main-footer .next-page .btn-next-page {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/57922/bg_m_nav-arrow.png?v=0.0.4) no-repeat center 20px;
    font-size: 11px;
    font-size: 1.1rem;
    height: 50px;
    padding: 8px 0 0;
    text-transform: uppercase;
    width: 100%;
  }
  #main-footer .next-page .btn-next-page:hover,
  #main-footer .next-page .btn-next-page:active {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0011/57926/bg_m_nav-arrow_h.png?v=0.0.4);
    color: #F0D0D3;
  }
  #main-footer .logo,
  #main-footer .home,
  #main-footer nav {
    display: none;
  }
  /*
   * Lightbox
   */
  html.lightbox {
    overflow: hidden;
  }
  html.lightbox body {
    overflow: hidden;
  }
  #lightbox {
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    overflow: none;
  }
  #lightbox #lb-outer {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #lightbox #lb-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    width: 100%;
  }
  #lightbox #lb-close {
    top: 10px;
  }
  /*
   * Home Pages
   */section.page.home .content {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0004/57910/bg_m_home.jpg?v=0.0.6) no-repeat center 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 300px;
  }
  section.page.home .content .next-page {
    padding: 30px 0 0;
  }
  section.page.home .content .next-page .btn-next-page {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/57922/bg_m_nav-arrow.png?v=0.0.4) no-repeat center 45px;
    font-size: 11px;
    font-size: 1.1rem;
    height: 40px;
    margin: auto;
    padding: 15px 0 30px;
    text-transform: uppercase;
    width: 109px;
  }
  section.page.home#home-main .home-links {
    display: block;
    right: 15px;
    top: 10px;
  }
  section.page.home#home-main .home-links a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0009/57906/bg_m_header-links.png?v=0.0.4) no-repeat;
    display: inline-block;
    height: 28px;
    text-indent: -9999px;
  }
  section.page.home#home-main .home-links a.vic {
    background-position: 0px 0;
    width: 27px;
  }
  section.page.home#home-main .home-links a.tac {
    background-position: -40px 0;
    margin: 0 10px 0 0;
    width: 45px;
  }
  section.page.home#home-main .home-links a:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  section.page.home#home-main .content {
    padding: 130px 0 0;
  }
  section.page.home#home-main .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0010/57916/bg_m_logo-full.png?v=0.0.6) no-repeat center top;
    height: 47px;
    margin: 0 auto;
    width: 100%;
  }
  section.page.home#home-main .content h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 80px auto 0;
    padding: 0 40px;
  }
  section.page.home#home-sub .content {
    padding: 72px 15px 0;
  }
  section.page.home#home-sub .content h1 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  section.page.home#home-sub .content p {
    margin: 5px 0 0;
    line-height: 130%;
  }
  section.page.home#home-sub .content .actions {
    *zoom: 1;
    margin: 20px 0 0;
  }
  section.page.home#home-sub .content .actions:before,
  section.page.home#home-sub .content .actions:after {
    display: table;
    content: "";
    line-height: 0;
  }
  section.page.home#home-sub .content .actions:after {
    clear: both;
  }
  section.page.home#home-sub .content .actions p {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 15px 0 20px;
  }
  section.page.home#home-sub .content .actions img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  section.page.home#home-sub .content .actions a {
    display: block;
  }
  section.page.home#home-sub .content .actions a:hover img {
    border-color: #ccc;
  }
  section.page.home#home-sub .content .actions .video .lightbox {
    display: none;
  }
  section.page.home#home-sub .content .actions .tvcs {
    list-style: none;
    margin: 0 0;
    padding: 20px 0 0;
  }
  section.page.home#home-sub .content .actions .tvcs li {
    padding: 0 0 20px;
  }
  section.page.home#home-sub .content .actions .tvcs li p {
    margin: 0 0 10px;
  }
  section.page.home#home-sub .content .next-page {
    display: none;
  }
  /*
   * Inner Pages
   */
  section.page.risk {
    background: #13842a;
    background: #168d2d;
    /* Old browsers */
  
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxNjhkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMwOTU1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, #168d2d 0%, #09551b 99%);
    /* FF3.6+ */
  
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #168d2d), color-stop(99%, #09551b));
    /* Chrome,Safari4+ */
  
    background: -webkit-radial-gradient(center, ellipse cover, #168d2d 0%, #09551b 99%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-radial-gradient(center, ellipse cover, #168d2d 0%, #09551b 99%);
    /* Opera 12+ */
  
    background: -ms-radial-gradient(center, ellipse cover, #168d2d 0%, #09551b 99%);
    /* IE10+ */
  
    background: radial-gradient(ellipse at center, #168d2d 0%, #09551b 99%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#168d2d', endColorstr='#09551b', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
  
  }
  section.page.risk .overlay .green,
  section.page.risk .overlay .image {
    display: none;
  }
  section.page.risk .content {
    padding: 50px 15px 0;
  }
  section.page.risk .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0007/57940/bg_m_white-icons.png?v=0.0.4) no-repeat;
    font-size: 35px;
    font-size: 3rem;
    margin: 10px 0 0;
    padding: 2px 0 0 50px;
  }
  section.page.risk .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 10px 0 5px;
  }
  section.page.risk .content ul {
    margin: 0;
  }
  section.page.risk .content a.show-help {
    display: none;
  }
  section.page.risk .content .risks {
    margin: 0 15px;
  }
  section.page.risk .content .arrow {
    display: none !important;
  }
  section.page.risk .content .help {
    margin: 0 15px;
  }
  section.page.risk .content .actions {
    margin: 10px 0;
  }
  section.page.risk .content .actions ul {
    background: #fff;
  }
  section.page.risk .content .actions ul li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0003/57936/bg_m_share.png?v=0.0.4) no-repeat 0 0;
    color: #13842a;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 7px 22px 5px 22px;
  }
  section.page.risk .content .actions ul li.share a {
    background-position: 0 3px;
  }
  section.page.risk .content .actions ul li.share #social-box a {
    background: none;
  }
  section.page.risk .content .actions ul li.email a {
    background-position: 0 -27px;
  }
  section.page.risk .content .actions ul li.facts a {
    background-position: 0 -57px;
  }
  section.page.risk .content .actions ul li.subscribe {
    display: none;
  }
  section.page.risk .content .actions.bottom {
    display: none !important;
  }
  section.page.risk#night-driving .content header h1 {
    background-position: 0 0px;
  }
  section.page.risk#speeding .content header h1 {
    background-position: 0 -270px;
  }
  section.page.risk#drink-driving .content header h1 {
    background-position: 0 -134px;
  }
  section.page.risk#vehicle-safety .content header h1 {
    background-position: 0 -203px;
  }
  section.page.risk#decision-making .content header h1 {
    background-position: 0 -473px;
  }
  section.page.risk#peer-pressure .content header h1 {
    background-position: 0 -337px;
  }
  section.page.risk#distractions .content header h1 {
    background-position: 0 -405px;
  }
  section.page.risk#bad-weather .content header h1 {
    background-position: 0 -68px;
  }
  section.page.risk#long-drives .content header h1 {
    background-position: 0 -541px;
  }
  /*
   * Global (Mobile) Overrides Based On Page
   */
  body.page-home-main #main-header {
    top: -60px;
  }
  body.page-home-main #main-footer {
    bottom: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1089px) {
  /*
   * Tablet Overrides
   */
  /*
   * Site Header
   */
  #main-header nav {
    text-align: center;
  }
  #main-header nav ul.main li a {
    width: 84px;
  }
  #main-header nav ul.main li a:after {
    left: 7px;
  }
  #main-header nav ul.main li.night-driving a {
    background-position: 8px 5px;
  }
  #main-header nav ul.main li.night-driving.complete a:after {
    background-position: 1px -105px;
  }
  #main-header nav ul.main li.speeding a {
    background-position: -392px 5px;
  }
  #main-header nav ul.main li.speeding.complete a:after {
    background-position: -399px -105px;
  }
  #main-header nav ul.main li.drink-driving a {
    background-position: -192px 5px;
  }
  #main-header nav ul.main li.drink-driving.complete a:after {
    background-position: -199px -105px;
  }
  #main-header nav ul.main li.vehicle-safety a {
    background-position: -292px 5px;
  }
  #main-header nav ul.main li.vehicle-safety.complete a:after {
    background-position: -299px -105px;
    width: 70px;
  }
  #main-header nav ul.main li.decision-making a {
    background-position: -692px 5px;
  }
  #main-header nav ul.main li.decision-making.complete a:after {
    background-position: -699px -105px;
    width: 70px;
  }
  #main-header nav ul.main li.peer-pressure a {
    background-position: -492px 5px;
  }
  #main-header nav ul.main li.peer-pressure.complete a:after {
    background-position: -499px -105px;
    width: 70px;
  }
  #main-header nav ul.main li.distractions a {
    background-position: -592px 5px;
  }
  #main-header nav ul.main li.distractions.complete a:after {
    background-position: -599px -105px;
  }
  #main-header nav ul.main li.bad-weather a {
    background-position: -92px 5px;
  }
  #main-header nav ul.main li.bad-weather.complete a:after {
    background-position: -99px -105px;
  }
  #main-header nav ul.main li.long-drives a {
    background-position: -792px 5px;
  }
  #main-header nav ul.main li.long-drives.complete a:after {
    background-position: -799px -105px;
  }
  /*
   * Home Pages
   */section.page.home .content {
    margin: -340px auto 0 -320px;
    width: 640px;
  }
  section.page.home .content .inner {
    width: 640px;
  }
  section.page.home#home-main .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0015/58002/bg_t_logo-full.png?v=0.0.4) no-repeat center top;
    height: 120px;
    margin: 240px auto 0;
  }
  section.page.home#home-sub .content .inner {
    width: 680px;
  }
  section.page.home#home-sub .content .copy {
    width: 340px;
  }
  section.page.home#home-sub .content .actions {
    width: 290px;
  }
  section.page.home#home-sub .content .actions img {
    height: auto;
    width: 100%;
  }
  /*
   * Inner Pages
   */
  section.page.risk {
    -webkit-overflow-scrolling: touch;
  }
  section.page.risk .content {
    height: 100%;
    width: 100%;
  }
  section.page.risk .content .scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  section.page.risk .content .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    margin: 0px auto 0 -345px;
    position: absolute;
    width: 680px;
    -webkit-overflow-scrolling: touch;
  }
  section.page.risk .content .risks,
  section.page.risk .content .help {
    min-height: 475px;
    margin: 0;
    width: 280px;
  }
  section.page.risk .content a.show-help {
    top: 270px;
    right: 145px;
  }
  section.page.risk .content .arrow {
    height: 330px;
    top: 155px;
    width: 80px;
  }
  section.page.risk .content .arrow .a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0019/58006/bg_t_page-arrow.png?v=0.0.2) no-repeat 0 20px;
  }
  section.page.risk .content .arrow .l {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0011/57989/t_arrow_1.png?v=0.0.4) no-repeat right 0;
    left: 46px;
    top: 149px;
  }
  section.page.risk .content .actions ul li.share #social-box {
    left: 125px;
  }
  /*
   * Lightbox
   */
  #lightbox #lb-inner {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1090px) {
  /*
   * Desktop Overrides
   */
  /*
   * Site Header
   */
  #main-header nav {
    text-align: center;
  }
  #main-header nav ul.main li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #main-header nav ul.main li a:after {
    left: 12px;
  }
  #main-header nav ul.main li.night-driving a {
    background-position: 11px 5px;
  }
  #main-header nav ul.main li.night-driving.complete a:after {
    background-position: -1px -105px;
  }
  #main-header nav ul.main li.speeding a {
    background-position: -388px 5px;
  }
  #main-header nav ul.main li.speeding.complete a:after {
    background-position: -401px -105px;
  }
  #main-header nav ul.main li.drink-driving a {
    background-position: -189px 5px;
  }
  #main-header nav ul.main li.drink-driving.complete a:after {
    background-position: -201px -105px;
  }
  #main-header nav ul.main li.vehicle-safety a {
    background-position: -284px 5px;
    width: 100px;
  }
  #main-header nav ul.main li.vehicle-safety.complete a:after {
    background-position: -296px -105px;
  }
  #main-header nav ul.main li.decision-making a {
    background-position: -679px 5px;
    width: 110px;
  }
  #main-header nav ul.main li.decision-making.complete a:after {
    background-position: -691px -105px;
  }
  #main-header nav ul.main li.peer-pressure a {
    background-position: -484px 5px;
    width: 100px;
  }
  #main-header nav ul.main li.peer-pressure.complete a:after {
    background-position: -496px -105px;
  }
  #main-header nav ul.main li.distractions a {
    background-position: -591px 5px;
  }
  #main-header nav ul.main li.distractions.complete a:after {
    background-position: -603px -105px;
  }
  #main-header nav ul.main li.bad-weather a {
    background-position: -90px 5px;
  }
  #main-header nav ul.main li.bad-weather.complete a:after {
    background-position: -102px -105px;
  }
  #main-header nav ul.main li.long-drives a {
    background-position: -789px 5px;
  }
  #main-header nav ul.main li.long-drives.complete a:after {
    background-position: -801px -105px;
  }
  /*
   * Site Footer
   */
  #main-footer .btn-next-page {
    letter-spacing: 1px;
  }
  /*
   * Home Pages
   */section.page.home .content {
    margin: -340px auto 0 -380px;
    width: 760px;
  }
  section.page.home .content .btn-next-page {
    letter-spacing: 1px;
  }
  section.page.home#home-main .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0011/57773/bg_d_logo-full.png?v=0.0.10) no-repeat center top;
    height: 140px;
    margin: 240px auto 0;
  }
  section.page.home#home-sub .content .inner {
    width: 820px;
  }
  section.page.home#home-sub .content .inner .copy {
    width: 435px;
  }
  section.page.home#home-sub .content .inner .actions {
    width: 354px;
  }
  /*
   * Inner Pages
   */
  section.page.risk .content {
    height: 100%;
    width: 100%;
  }
  section.page.risk .content .inner {
    height: 100%;
    left: 50%;
    margin: 0 auto 0 -410px;
    position: absolute;
    width: 820px;
  }
  section.page.risk .content h1,
  section.page.risk .content h2 {
    letter-spacing: 1px;
  }
  section.page.risk .content .risks,
  section.page.risk .content .help {
    min-height: 475px;
    width: 320px;
  }
  section.page.risk .content .arrow {
    height: 430px;
    top: 140px;
    width: 80px;
  }
  section.page.risk .content .arrow .a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0004/57775/bg_d_page-arrow.png?v=0.0.6) no-repeat 0 20px;
  }
  section.page.risk .content .arrow .l {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0014/58001/d_arrow_1.png?v=0.0.4) no-repeat right 0;
    left: 63px;
    top: 199px;
  }
  section.page.risk .content .actions ul {
    letter-spacing: 1px;
  }
  section.page.risk .content .actions ul li.share #social-box {
    left: 182px;
  }
}
/*
 * Overrides for old browsers
 */
/*
 * Retina Mobile Overrides
 */
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  /*
   * Site Header
   */
  #main-header h1 {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0005/57920/bg_m_logo_2x.png?v=0.0.4);
    background-size: 233.5px 48.5px;
  }
  #main-header .btn-toggle-menu {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0006/57930/bg_m_nav-toggle_2x.png?v=0.0.4);
    background-size: 23px 20px;
  }
  #main-header nav ul.main li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0010/57934/bg_m_nav_2x.jpg?v=0.0.4) no-repeat 0 0;
    background-size: 785px 154px;
  }
  /*
   * Site Footer
   */
  #main-footer .next-page .btn-next-page {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0009/57924/bg_m_nav-arrow_2x.png?v=0.0.4);
    background-size: 109px 24px;
  }
  /*
   * Home Pages
   */section.page.home#home-main#home-main .home-links a {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0011/57908/bg_m_header-links_2x.png?v=0.0.4);
    background-size: 85px 23px;
  }
  section.page.home#home-main .content h1 {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0008/57914/bg_m_logo-full-2x.png?v=0.0.4);
    background-size: 290px 47px;
  }
  section.page.home#home-main .content .next-page .btn-next-page {
    background-image: url(http://www.saferpplaters.com.au/__data/assets/image/0009/57924/bg_m_nav-arrow_2x.png?v=0.0.4);
    background-size: 109px 24px;
  }
  /*
   * Inner Pages
   */
  section.page.risk .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0009/57942/bg_m_white-icons_2x.png?v=0.0.4) no-repeat;
    background-size: 46px 584px;
  }
  section.page.risk .actions ul li a {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0005/57938/bg_m_share_2x.png?v=0.0.4) no-repeat 0 0;
    background-size: 20px 90px;
  }
}
@media only screen and (min-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  section.page.home#home-main .content h1 {
    background: url(http://www.saferpplaters.com.au/__data/assets/image/0017/58004/bg_t_logo-full_2x.png?v=0.0.2) no-repeat center top;
    background-size: 640px 118px;
  }
}
