/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1px; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, select, textarea {
  font-family: sans-serif; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

#map_canvas * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#map_canvas img {
  max-width: none; }

@font-face {
  font-family: 'Arca';
  src: url("/fonts/arca-heavy-webfont.eot");
  src: url("/fonts/arca-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/arca-heavy-webfont.woff2") format("woff2"), url("/fonts/arca-heavy-webfont.woff") format("woff"), url("/fonts/arca-heavy-webfont.ttf") format("truetype"), url("/fonts/arca-heavy-webfont.svg#arca_majoraheavy") format("svg");
  font-weight: bold;
  font-style: normal; }
/* COLOURS */
/*$text_colour: #98999b;
$title_colour: #74787b;
$titledark_colour: #454547;*/
/* USAGE 
.button {@include border-radius(5px);}
*/
/* BASE CSS */
body {
  background: #fff;
  color: #74787b;
  font-family: "Open Sans", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  color: #454547;
  font-family: 'arca'; }

a {
  text-decoration: none;
  color: #ee1d23;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #ee1d23; }
  a:hover, a:focus {
    color: #004e96; }

h3, h4, h5, h6 {
  color: #004e96; }

/* GENERAL CLASSES */
.container {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 0 40px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.last {
  margin-right: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.imgLeft {
  float: left;
  margin: 0 15px 15px 0; }

.imgRight {
  float: right;
  margin: 0 0 15px 15px; }

.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hidden {
  display: none; }

.replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 12px; }

.tiny {
  font-size: 10px; }

.flex-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* bValidator Form Messages */
.bvalidator_invalid {
  background-color: #FFFFAE; }

.bvalidator_errmsg {
  display: none;
  padding: 1px 10px 1px 5px;
  background-color: #333;
  border: 1px solid #999;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  white-space: nowrap;
  color: #FFF; }
  .bvalidator_errmsg div {
    font-size: 11px; }
  .bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ee1c25;
    font-size: 12px;
    line-height: 1;
    cursor: pointer; }
  .bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0; }

/* **********************************
		OffCanvas mobile
********************************** */
.mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 40px;
  display: none;
  background: url("/images/icn-menu.png") center no-repeat;
  cursor: pointer; }

body {
  /*&.hide-extras {overflow: hidden;}*/ }
  body.off-canvas {
    padding: 0;
    margin: 0; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-right-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  float: right;
  margin-right: 0; }

#mob-right-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px; }

.mob-sidebar {
  padding: 20px 0;
  border-left: 3px solid #74787b; }
  .mob-sidebar .nav-menu.nav-bar {
    margin: 0;
    background: #fff;
    height: auto; }
  .mob-sidebar li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "Arca", "Open Sans", Arial, sans-serif;
    font-weight: bold; }
    .mob-sidebar li:hover, .mob-sidebar li:focus {
      background-color: #ee1c25; }
      .mob-sidebar li:hover a, .mob-sidebar li:focus a {
        color: #fff; }
    .mob-sidebar li a {
      padding: 5px 25px !important;
      text-decoration: none;
      font-weight: bold;
      color: #74787b;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    .mob-sidebar li:after {
      display: none; }
    .mob-sidebar li.active a {
      color: #004e96; }
      .mob-sidebar li.active a:hover, .mob-sidebar li.active a:focus {
        color: #fff; }
  .mob-sidebar li, .mob-sidebar li a {
    font-size: 16px;
    color: #74787b;
    display: block; }
  .mob-sidebar .flyout {
    display: block !important;
    position: static;
    border: none;
    width: auto;
    padding-left: 15px;
    margin: 5px 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .mob-sidebar .flyout li {
      border: none; }
      .mob-sidebar .flyout li a {
        background: transparent;
        border: none;
        border-bottom: 1px solid #575549;
        padding: 10px 5px;
        color: #004e96;
        font-weight: bold;
        box-shadow: none; }
        .mob-sidebar .flyout li a:hover, .mob-sidebar .flyout li a:focus {
          background: #ee1c25;
          color: #000; }
  .mob-sidebar .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    float: none; }

.active-right #mob-right-nav {
  right: 0; }
.active-right #main {
  margin-right: 260px; }

.contactForm {
  margin-bottom: 100px; }
  .contactForm .button {
    margin-top: 25px; }

/* LAYOUT */
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left; }

.mainstreet.topborder {
  border-top: 1px solid #004e96; }

/* ****************
		HEADER 
**************** */
.site-header {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  z-index: 1; }
  .site-header {
    *zoom: 1; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }

.site-logo {
  display: block;
  float: left;
  width: 302px;
  height: 54px;
  background: url("/images/logo-ev-2.gif") center no-repeat;
  background-size: contain; }

.site-nav {
  float: right; }
  .site-nav .nav-bar {
    margin: 7px 0;
    background: #fff; }
    .site-nav .nav-bar li {
      font-family: "Arca", "Open Sans", Arial, sans-serif;
      font-weight: bold;
      float: none;
      display: inline-block;
      border: none;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      box-shadow: none; }
      .site-nav .nav-bar li a {
        padding: 0 25px;
        color: #74787b; }
      .site-nav .nav-bar li:hover, .site-nav .nav-bar li:focus {
        background: transparent; }
        .site-nav .nav-bar li:hover a, .site-nav .nav-bar li:focus a {
          color: #ee1c25; }
      .site-nav .nav-bar li.active {
        background: transparent; }
        .site-nav .nav-bar li.active a {
          color: #ee1c25; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .overlay.b30 {
    background-color: rgba(0, 0, 0, 0.3); }

/* ****************
		FOOTER 
**************** */
.site-footer {
  background-color: #222222;
  padding: 75px 0 5px; }
  .site-footer .tiny {
    margin-bottom: 0;
    text-align: center; }

.site-footer-title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center; }

.site-footer-enquiry {
  max-width: 550px;
  margin: 0 auto 40px;
  padding-left: 200px;
  background: url("/images/icn-contact.png") 0 10px no-repeat; }
  .site-footer-enquiry div, .site-footer-enquiry p {
    font-size: 18px; }
  .site-footer-enquiry a {
    display: block; }
  .site-footer-enquiry .tel {
    font-size: 26px;
    font-family: "Arca", "Open Sans", Arial, sans-serif;
    font-weight: bold; }

.whitefooter + .site-footer {
  background-color: #fff; }
  .whitefooter + .site-footer .site-footer-title {
    color: #454547; }

/* ****************
		CONTENT 
**************** */
.quote-backing {
  padding: 40px 0px 10px 0px;
  background-color: #f2f2f2;
  width: 100%; }

.home-feature-wrap {
  overflow-x: hidden; }
  .home-feature-wrap + .text-content {
    padding-top: 0; }

.home-feature-inner {
  height: 675px;
  background-color: #3f3f3f;
  position: relative;
  /*margin-bottom: 100px;*/
  background: url("/images/offroad-banner.jpg") center no-repeat;
  /*		background: url("/images/banner-lead-car.jpg") center no-repeat;
  */
  /*		background: url("/images/banner-overview-car.jpg") center no-repeat;
*/
  background-size: cover; }

.home-feature-bg {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1295px;
  margin: 0 auto;
  /*background: url("/images/bg-motorfeat.jpg") center no-repeat;*/ }

.home-feature-caption {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  max-width: 910px;
  margin: 0 auto; }

.home-feature-capinner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "Arca", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 95px;
  line-height: 1.1;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }

.flying-part {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0; }
  .flying-part.part1 {
    width: 160px;
    height: 160px;
    background-image: url("/images/gear-1.png"); }
  .flying-part.part2 {
    width: 60px;
    height: 60px;
    background-image: url("/images/gear-2.png"); }
  .flying-part.part3 {
    width: 210px;
    height: 210px;
    background-image: url("/images/gear-3.png"); }
  .flying-part.part4 {
    width: 140px;
    height: 140px;
    background-image: url("/images/gear-4.png"); }
  .flying-part.part5 {
    width: 90px;
    height: 90px;
    background-image: url("/images/gear-5.png"); }
  .flying-part.part6 {
    width: 200px;
    height: 200px;
    background-image: url("/images/gear-6.png"); }
  .flying-part.part7 {
    width: 60px;
    height: 60px;
    background-image: url("/images/gear-7.png"); }
  .flying-part.part8 {
    width: 360px;
    height: 360px;
    background-image: url("/images/gear-8.png"); }
  .flying-part.part9 {
    width: 60px;
    height: 60px;
    background-image: url("/images/gear-9.png"); }
  .flying-part.part10 {
    width: 155px;
    height: 155px;
    background-image: url("/images/gear-10.png"); }
  .flying-part.startanimate {
    left: 500px;
    top: 200px;
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
    .flying-part.startanimate.part1 {
      top: 270px;
      left: 380px; }
    .flying-part.startanimate.part2 {
      top: 440px;
      left: 350px; }
    .flying-part.startanimate.part3 {
      top: 240px;
      left: 410px; }
    .flying-part.startanimate.part4 {
      top: 300px;
      left: 710px; }
    .flying-part.startanimate.part5 {
      top: 330px;
      left: 690px; }
    .flying-part.startanimate.part6 {
      top: 260px;
      left: 390px;
      -moz-transform: scale(0.3);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }
    .flying-part.startanimate.part7 {
      top: 320px;
      left: 930px; }
    .flying-part.startanimate.part8 {
      top: 150px;
      left: 590px;
      -moz-transform: scale(0.3);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3); }
    .flying-part.startanimate.part9 {
      top: 170px;
      left: 1120px; }
    .flying-part.startanimate.part10 {
      top: 290px;
      left: 900px; }
  .flying-part.animate {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-oute; }
    .flying-part.animate.part1 {
      top: 40px;
      left: -100px; }
    .flying-part.animate.part2 {
      top: 250px;
      left: -10px; }
    .flying-part.animate.part3 {
      top: 110px;
      left: 330px; }
    .flying-part.animate.part4 {
      top: 350px;
      left: 440px; }
    .flying-part.animate.part5 {
      top: 440px;
      left: 300px; }
    .flying-part.animate.part6 {
      top: 550px;
      left: 230px; }
    .flying-part.animate.part7 {
      top: 100px;
      left: 770px; }
    .flying-part.animate.part8 {
      top: -100px;
      left: 1100px; }
    .flying-part.animate.part9 {
      top: 570px;
      left: 980px; }
    .flying-part.animate.part10 {
      top: 500px;
      left: 1160px; }

.ctc-button {
  font-family: "Arca", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 40px;
  color: white !important;
  border: 2px solid #ffffff;
  background-color: #232222;
  text-align: center;
  max-width: #000000;
  max-width: 200px;
  display: inline-block !important;
  margin-bottom: 20px;
  transition: all .5s; }
  .ctc-button.inverted {
    color: #232222 !important;
    background-color: white !important;
    border: 2px solid #232222; }
    .ctc-button.inverted:hover {
      background-color: #232222 !important;
      color: #ffffff !important;
      border: 2px solid #232222; }
  .ctc-button:hover {
    background-color: white;
    color: #232222 !important;
    border: 2px solid #232222; }

.site-footer-enquiry {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  background-image: none; }

.text-content {
  padding: 100px 0; }
  .text-content p:last-child {
    margin-bottom: 0; }

.news-content {
  padding: 25px 0 100px 0; }
  .news-content p:last-child {
    margin-bottom: 0; }

.banner-area {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner-wrap {
  height: 600px;
  display: table;
  width: 100%; }

.banner-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }
  .banner-cell:first-child {
    text-align: left; }
  .banner-cell:last-child {
    text-align: right; }

.banner-title {
  color: #fff;
  font-family: "Arca", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 95px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }
  .banner-title + .banner-btn {
    margin-top: 50px; }

.banner-btn {
  position: relative;
  display: inline-block;
  padding: 12px 35px 12px 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
  .banner-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: solid 30px rgba(255, 255, 255, 0);
    border-right-width: 0;
    border-top-color: #fff;
    -webkit-transition: border-top-color 0.3s ease-out;
    -moz-transition: border-top-color 0.3s ease;
    -o-transition: border-top-color 0.3s ease;
    transition: border-top-color 0.3s ease; }
  .banner-btn:visited {
    color: #fff; }
  .banner-btn:hover, .banner-btn:focus {
    color: #ee1c25; }
    .banner-btn:hover:after, .banner-btn:focus:after {
      border-top-color: #ee1c25; }

.page-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-banner-cap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 400px;
  display: table; }

.page-banner-capinner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-family: "Arca", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.2;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }

.bg-lightgrey {
  background-color: #f2f2f2; }

.specifications-wrap h1, .specifications-wrap h2 {
  text-align: center; }
.specifications-wrap h1 {
  color: #74787b;
  margin: 0 0 15px 0; }
.specifications-wrap h2 {
  color: #ee1c25;
  font-weight: normal;
  margin: 15px 0 70px 0; }

.header-sub-promo {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 19px;
  font-style: italic; }
  .header-sub-promo:before {
    content: '';
    background-image: url("../images/quote-mark.png");
    text-align: center;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    top: -12px;
    left: 0px;
    padding-right: 20px;
    height: 40px;
    width: 70px;
    background-size: contain;
    background-repeat: no-repeat; }
  .header-sub-promo:after {
    content: '';
    background-image: url("../images/quote-mark.png");
    text-align: center;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    bottom: 0px;
    right: -20px;
    height: 40px;
    width: 70px;
    padding-right: 20px;
    background-size: contain;
    background-repeat: no-repeat; }

.quote-area:before {
  content: '';
  background-image: url("../images/quote-mark.png");
  text-align: center;
  position: absolute;
  opacity: 0.1;
  z-index: 1;
  top: -11px;
  left: -40px;
  padding-right: 20px;
  height: 40px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat; }
.quote-area:after {
  content: '';
  background-image: url("../images/quote-mark.png");
  text-align: center;
  position: absolute;
  opacity: 0.1;
  z-index: 1;
  bottom: 0px;
  right: -58px;
  height: 40px;
  width: 70px;
  padding-right: 20px;
  background-size: contain;
  background-repeat: no-repeat; }

.largetext {
  font-size: 80px;
  margin-bottom: 40px; }

.spec-tile {
  float: left;
  width: 33.33%;
  height: 240px;
  text-align: center; }
  .spec-tile p {
    color: #ee1c25; }

.spec-title {
  text-transform: uppercase;
  margin: 25px 0 10px;
  color: #454547;
  font-size: 24px;
  font-weight: bold; }

.specs-notrequired-wrap {
  clear: both;
  border-top: 1px solid #fff;
  padding-top: 80px; }

.specs-notrequired-inner {
  max-width: 400px;
  margin: 0 auto; }

.brace-list {
  position: relative;
  width: 205px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 4px solid #9a9ea1; }
  .brace-list:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -11px;
    height: 22px;
    width: 12px;
    background: url("/images/bracelist-arrow.png") center no-repeat; }
  .brace-list:after {
    content: "NOT REQUIRED";
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: -33px;
    width: 130px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    color: #454547;
    text-align: center; }
  .brace-list li {
    position: relative;
    color: #454547; }
    .brace-list li:first-child:after, .brace-list li:last-child:after {
      content: "";
      position: absolute;
      right: -4px;
      width: 26px;
      height: 15px; }
    .brace-list li:first-child:after {
      top: 0;
      background: url("/images/bracelist-tr.png") right 0 no-repeat; }
    .brace-list li:last-child:after {
      bottom: 0;
      background: url("/images/bracelist-br.png") right 0 no-repeat; }

.value-item {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  text-align: left; }

.value-num {
  font-size: 18px;
  margin-bottom: 5px; }

.value-title {
  display: table;
  width: 100%;
  height: 49px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #454547; }

.value-title-inner {
  display: table-cell;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  font-style: italic; }

.value-caption {
  line-height: 1.4; }

.value-item.blue-dark .value-title {
  color: #004e96;
  border-bottom-color: #004e96; }
.value-item.blue-medium .value-title {
  color: #2e88bc;
  border-bottom-color: #2e88bc; }
.value-item.blue-light .value-title {
  color: #3ab6f4;
  border-bottom-color: #3ab6f4; }
.value-item.purple .value-title {
  color: #9573bd;
  border-bottom-color: #9573bd; }
.value-item.red .value-title {
  color: #ed1c22;
  border-bottom-color: #ed1c22; }

.breadcrumbs {
  padding: 20px 0; }
  .breadcrumbs + .back {
    margin-top: 20px; }

.back {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  color: #74787b;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }
  .back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: solid 25px rgba(255, 255, 255, 0);
    border-left-width: 0;
    border-top-color: #ee1c25;
    -webkit-transition: border-top-color 0.3s ease-out;
    -moz-transition: border-top-color 0.3s ease;
    -o-transition: border-top-color 0.3s ease;
    transition: border-top-color 0.3s ease; }
  .back:hover, .back:focus {
    color: #004e96; }
    .back:hover:after, .back:focus:after {
      border-top-color: #004e96; }

.pagination {
  padding: 20px 0;
  text-align: right; }
  .pagination a {
    display: inline-block;
    padding: 5px;
    color: #454547; }
    .pagination a:hover, .pagination a:focus {
      color: #004e96; }
    .pagination a.active {
      color: #ee1c25; }

.news-tile {
  max-width: 350px;
  margin: 0 auto 50px; }
  .news-tile > a {
    display: block; }
    .news-tile > a:hover .news-tile-title, .news-tile > a:focus .news-tile-title {
      color: #ee1c25; }

.news-tile-img {
  height: 160px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.news-tile-date, .news-tile-title {
  padding: 0 20px; }

.news-tile-date {
  margin-bottom: 20px;
  color: #74787b; }

.news-tile-title {
  color: #454547;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.news-article img {
  display: block;
  margin: 25px auto; }

.article-time {
  display: block;
  margin: 25px 0;
  font-family: "Arca", "Open Sans", Arial, sans-serif;
  font-weight: bold; }

.comparison-header {
  text-align: center;
  color: #9a9d9f;
  padding: 100px 0;
  font-size: 38px;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .quote-area:before {
    display: none; }
  .quote-area:after {
    display: none; }

  .header-sub-promo:before {
    display: none; }
  .header-sub-promo:after {
    display: none; }

  .comparison-header {
    padding: 20px 0; } }

/*# sourceMappingURL=style.css.map */
