@charset "UTF-8";
.page-nav-inner > button.configure, comp-truck-hero > .specs .mobile-options button.configure {
  background: #713738 url(/images/360-icon.png) no-repeat 20px center;
  background-size: auto 50%;
  color: #fff;
  font-size: 12px !important;
  font-weight: bold;
  padding-left: 128px;
  padding-right: 33px;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  text-align: left; }
  html:not(.touch) .page-nav-inner > button.configure:hover, html:not(.touch) comp-truck-hero > .specs .mobile-options button.configure:hover, comp-truck-hero > .specs .mobile-options html:not(.touch) button.configure:hover {
    background-color: #934849; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.8125;
  color: #3b3b3b;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #6F87A6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #713738;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.8125;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 29px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, comp-truck-hero > .specs > div li > strong, comp-truck-hero comp-specs > div li > strong, [engine] comp-specs > div li > strong, [specs] comp-specs[type="cabConfigurations"] strong, article table.specs thead th, article table.specs tbody td:not([colspan]):first-of-type, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "industry", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #3b3b3b; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small, comp-truck-hero > .specs > div li > strong small, comp-truck-hero comp-specs > div li > strong small, [engine] comp-specs > div li > strong small, [specs] comp-specs[type="cabConfigurations"] strong small, article table.specs thead th small, article table.specs tbody td:not([colspan]):first-of-type small,
  h5 .small, comp-truck-hero > .specs > div li > strong .small, comp-truck-hero comp-specs > div li > strong .small, [engine] comp-specs > div li > strong .small, [specs] comp-specs[type="cabConfigurations"] strong .small, article table.specs thead th .small, article table.specs tbody td:not([colspan]):first-of-type .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 29px;
  margin-bottom: 14.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5,
comp-truck-hero > .specs > div li > strong,
comp-truck-hero comp-specs > div li > strong,
[engine] comp-specs > div li > strong,
[specs] comp-specs[type="cabConfigurations"] strong,
article table.specs thead th,
article table.specs tbody td:not([colspan]):first-of-type, .h5,
h6, .h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small, comp-truck-hero > .specs > div li > strong small, comp-truck-hero comp-specs > div li > strong small, [engine] comp-specs > div li > strong small, [specs] comp-specs[type="cabConfigurations"] strong small, article table.specs thead th small, article table.specs tbody td:not([colspan]):first-of-type small,
  h5 .small, comp-truck-hero > .specs > div li > strong .small, comp-truck-hero comp-specs > div li > strong .small, [engine] comp-specs > div li > strong .small, [specs] comp-specs[type="cabConfigurations"] strong .small, article table.specs thead th .small, article table.specs tbody td:not([colspan]):first-of-type .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 33px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, comp-truck-hero > .specs > div li > strong, comp-truck-hero comp-specs > div li > strong, [engine] comp-specs > div li > strong, [specs] comp-specs[type="cabConfigurations"] strong, article table.specs thead th, article table.specs tbody td:not([colspan]):first-of-type, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 14.5px; }

.lead {
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 14.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 29px; }

dt,
dd {
  line-height: 1.8125; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 14.5px 29px;
  margin: 0 0 29px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.8125;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 29px;
  font-style: normal;
  line-height: 1.8125; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.8125;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #6F87A6;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #566e8c;
    border-color: transparent; }
  .btn-default:hover {
    color: #fff;
    background-color: #566e8c;
    border-color: transparent; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #566e8c;
    border-color: transparent; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #495c76;
      border-color: transparent; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #6F87A6;
    border-color: transparent; }
  .btn-default .badge {
    color: #6F87A6;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #484848;
  border-color: #888888; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #484848; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: dimgray; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f2f2f;
    border-color: dimgray; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1d1d1d;
      border-color: #484848; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #484848;
    border-color: #888888; }
  .btn-primary .badge {
    color: #484848;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #6F87A6;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #713738;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.materialize-red {
  background-color: #484848 !important; }

.materialize-red-text {
  color: #484848 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #713738 !important; }

.materialize-red-text.text-lighten-2 {
  color: #713738 !important; }

.materialize-red.lighten-1 {
  background-color: #6F87A6 !important; }

.materialize-red-text.text-lighten-1 {
  color: #6F87A6 !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  list-style-type: none; }
  ul.browser-default {
    list-style-type: initial; }

a {
  color: #6F87A6;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .valign-wrapper .valign {
    display: block; }

ul {
  padding: 0; }
  ul li {
    list-style-type: none; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #713738; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center; }
  .pagination li a {
    color: #444; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #713738; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2.2rem;
    vertical-align: middle; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #713738; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #ddd; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #ddd; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #ddd; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #ddd; } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #6F87A6;
      color: white; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #6F87A6; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #6F87A6; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #6F87A6;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: width .3s linear;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #fff; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, footer.page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
  will-change: transform, opacity; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  @media only screen and (max-width: 992px) {
    .modal {
      width: 80%; } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-flat {
      float: right;
      margin: 6px 0; }

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

select:focus {
  outline: 1px solid white; }

button:focus {
  outline: none;
  background-color: #7c92ae; }

label {
  font-size: 9px;
  color: #979797; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #979797; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #979797; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797; }

:-ms-input-placeholder {
  color: #979797; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  outline: none;
  height: 44px;
  width: 100%;
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #6F87A6;
    box-shadow: 0 1px 0 0 #6F87A6; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #6F87A6; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #6F87A6;
    box-shadow: 0 1px 0 0 #6F87A6; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #6F87A6;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field label {
    color: #979797;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 9px;
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 44px;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #6F87A6; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ textarea {
    padding-top: .8rem; }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 44px;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 44px; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #6F87A6; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #6F87A6;
  z-index: 0; }

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #6F87A6;
  border-bottom: 2px solid #6F87A6;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #6F87A6;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #6F87A6;
  background-color: #6F87A6;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #6F87A6;
  border-color: #6F87A6; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #cacaca; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #6F87A6;
      left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(111, 135, 166, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 44px; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #979797;
    outline: none;
    height: 44px;
    line-height: 44px;
    width: 100%;
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
    display: block; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.26); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 9px; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn {
    float: left;
    height: 44px;
    line-height: 44px; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #6F87A6;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #6F87A6;
    font-size: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #6F87A6;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: .3s;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #6F87A6;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #6F87A6; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

@font-face {
  font-family: "freightliner-icns";
  font-style: normal;
  font-weight: normal;
  src: url("../images/icon-font/freightliner-icns.eot?") format("eot"), url("../images/icon-font/freightliner-icns.ttf") format("truetype"), url("../images/icon-font/freightliner-icns.woff") format("woff"), url("../images/icon-font/freightliner-icns.svg#freightliner-icns") format("svg"); }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ }
  [class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-category:before, comp-card-list > div > * data::before, article > heading data::before {
  content: "\e900"; }

.icon-connectivity:before, comp-swipe-card[pillar="Connectivity"] > h2::before {
  content: "\e901"; }

.icon-driver-experience:before, comp-swipe-card[pillar="Driver Experience"] > h2::before {
  content: "\e902"; }

.icon-productivity:before, comp-swipe-card[pillar="Productivity"] > h2::before {
  content: "\e903"; }

.icon-safety:before, comp-swipe-card[pillar="Safety"] > h2::before {
  content: "\e904"; }

.icon-time:before, comp-card-list > div > * time::before, article > heading time::before {
  content: "\e905"; }

.icon-user:before, comp-card-list > div > * address::before, article > heading address::before {
  content: "\e906"; }

.icon-down-arrow:before, .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop::before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e908"; }

.icon-information:before, body > .find-dealer button.filters-toggle::after, body > .find-dealer button.highlight-off::after, comp-dealers > inner-content > aside > .filters-container button.filters-info-toggle::after {
  content: "\e909"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-play-icon:before, button[type="VID"]::before, .btn[type="VID"]::before, input[type="button"][type="VID"]::before, input[type="submit"][type="VID"]::before, a[role="button"][type="VID"]::before, comp-swipe-card comp-card[video] .play::after, comp-swipe-card comp-card[image] .play::after {
  content: "\e90b"; }

.icon-route:before {
  content: "\e90c"; }

.icon-twitter:before {
  content: "\e90d"; }

.icon-upfit:before, comp-swipe-card[pillar="Upfit"] > h2::before {
  content: "\e90e"; }

.icon-youtube:before {
  content: "\e90f"; }

.icon-checkmark:before {
  content: "\e910"; }

.icon-left-arrow:before, .swiper-button-prev::before, article > nav > a.prev span.dir::before {
  content: "\e911"; }

.icon-map-pin:before {
  content: "\e912"; }

.icon-minus-icon:before {
  content: "\e913"; }

.icon-pdf-icon:before {
  content: "\e914"; }

.icon-phone:before {
  content: "\e915"; }

.icon-right-arrow-with-background:before {
  content: "\e916"; }

.icon-right-arrow:before, .swiper-button-next::before, body > .trucks-menu a[index]::before, body > .site-menu a[index]::before, body > .find-dealer button.option:not(.geo)::after, article > nav > a.next span.dir::after {
  content: "\e917"; }

.icon-target:before {
  content: "\e918"; }

.icon-Fuel-Efficiency:before, comp-swipe-card[pillar="Fuel Efficiency"] > h2::before {
  content: "\e919"; }

.icon-header-search:before, [resources-page] form::before {
  content: "\e91a"; }

.icon-plus-icon:before {
  content: "\e91b"; }

.icon-Quality:before, comp-swipe-card[pillar="Quality"] > h2::before {
  content: "\e91c"; }

.icon-Uptime:before, comp-swipe-card[pillar="Uptime"] > h2::before {
  content: "\e91d"; }

body, html {
  min-height: 100%; }

.gsc-control-cse {
  box-sizing: content-box; }
  .gsc-control-cse *, .gsc-control-cse *::before, .gsc-control-cse *::after {
    box-sizing: inherit;
    line-height: normal; }

body {
  max-width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > img {
    width: 100%; }
  body > footer {
    padding: 5.8565153734vw 0;
    border-top: 1px solid #d7d7d7; }
    body > footer inner-content:first-child {
      width: 90%;
      max-width: 1188px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        body > footer inner-content:first-child {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          body > footer inner-content:first-child > * {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 0 3.6603221083vw; }
            body > footer inner-content:first-child > *:not(:first-child) {
              border-left: 1px solid #f7f7f7; } }
    @media (min-width: 768px) and (min-width: 1320px) {
      body > footer inner-content:first-child > * {
        padding: 0 50px; } }
      @media (max-width: 767px) {
        body > footer inner-content:first-child > * {
          display: block;
          border-bottom: 1px solid #d7d7d7;
          padding: 5.2% 40px; } }
      body > footer inner-content:first-child > .branding {
        text-align: center; }
        body > footer inner-content:first-child > .branding > a {
          display: block;
          margin-bottom: 20px; }
        @media (min-width: 768px) {
          body > footer inner-content:first-child > .branding {
            text-align: left;
            padding-left: 0; }
            body > footer inner-content:first-child > .branding > a {
              max-width: 148px;
              margin-bottom: 30px; } }
        body > footer inner-content:first-child > .branding p {
          font-family: "industry", sans-serif;
          font-size: 12px;
          letter-spacing: 0.15em;
          color: #585858;
          margin: 1em 0; }
        body > footer inner-content:first-child > .branding .social a {
          display: inline-block;
          margin: 3px;
          color: #fff;
          background: #808181;
          background-size: 100% 0px;
          width: 28px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          text-shadow: none;
          border-radius: 100%;
          -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
          html:not(.touch) body > footer inner-content:first-child > .branding .social a:hover {
            color: #fff !important;
            text-decoration: none;
            background: #713738; }
          @media (max-width: 767px) {
            body > footer inner-content:first-child > .branding .social a {
              width: 40px;
              height: 40px;
              line-height: 40px; } }
      body > footer inner-content:first-child > :not(.branding) a {
        font-family: "industry", sans-serif;
        display: block;
        font-size: 12px;
        color: #484848; }
    body > footer inner-content:last-child {
      width: 90%;
      max-width: 1188px;
      margin: 0 auto;
      padding: 5% 0; }
      @media (min-width: 768px) {
        body > footer inner-content:last-child {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      body > footer inner-content:last-child > div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        body > footer inner-content:last-child > div.branding {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
          @media (min-width: 768px) {
            body > footer inner-content:last-child > div.branding {
              width: 40%; } }
          @media (min-width: 768px) {
            body > footer inner-content:last-child > div.branding > div {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; } }
          body > footer inner-content:last-child > div.branding > div a {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            max-width: 144px; }
          body > footer inner-content:last-child > div.branding > div span {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: block;
            font-size: 12px; }
            @media (min-width: 768px) {
              body > footer inner-content:last-child > div.branding > div span {
                padding: 5px 10px;
                margin: 0 10px;
                border-left: 1px solid #f7f7f7; } }
            @media (max-width: 767px) {
              body > footer inner-content:last-child > div.branding > div span {
                margin-top: 20px;
                margin-bottom: 20px; } }
        body > footer inner-content:last-child > div p {
          margin: 0;
          color: #3b3b3b;
          font-size: 12px;
          font-weight: 100; }

img, iframe {
  max-width: 100%; }

strong {
  font-weight: 600; }

a {
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none; }
  html:not(.touch) a:not(.btn):not([role="button"]):not(.btn-default):not(.btn-primary):hover {
    color: #713738; }

h1 {
  font-weight: 100;
  letter-spacing: 0.015em; }

h2 {
  font-weight: 100;
  letter-spacing: 0.015em; }

h5, comp-truck-hero > .specs > div li > strong, comp-truck-hero comp-specs > div li > strong, [engine] comp-specs > div li > strong, [specs] comp-specs[type="cabConfigurations"] strong, article table.specs thead th, article table.specs tbody td:not([colspan]):first-of-type {
  color: #6F87A6;
  letter-spacing: 0.15em; }

h6 {
  color: #6F87A6;
  letter-spacing: 0.15em; }

[class*=btn] {
  font-family: "industry", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  [class*=btn]:hover, [class*=btn]:focus {
    text-decoration: none; }

button, .btn, input[type="button"], input[type="submit"], a[role="button"] {
  color: #fff;
  font-family: "industry", sans-serif;
  padding: 11px 30px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  background-color: #6F87A6;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  max-width: 100%; }
  button[type="VID"]::before, .btn[type="VID"]::before, input[type="button"][type="VID"]::before, input[type="submit"][type="VID"]::before, a[role="button"][type="VID"]::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  button[type="VID"]::before, .btn[type="VID"]::before, input[type="button"][type="VID"]::before, input[type="submit"][type="VID"]::before, a[role="button"][type="VID"]::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  button.toggle.on, .btn.toggle.on, input[type="button"].toggle.on, input[type="submit"].toggle.on, a[role="button"].toggle.on {
    background: #6F87A6; }
    html:not(.touch) button.toggle.on:hover, html:not(.touch) .btn.toggle.on:hover, html:not(.touch) input[type="button"].toggle.on:hover, html:not(.touch) input[type="submit"].toggle.on:hover, html:not(.touch) a[role="button"].toggle.on:hover {
      background: #7f94b0; }
  button.toggle:not(.on), .btn.toggle:not(.on), input[type="button"].toggle:not(.on), input[type="submit"].toggle:not(.on), a[role="button"].toggle:not(.on) {
    background: #484848; }
    html:not(.touch) button.toggle:not(.on):hover, html:not(.touch) .btn.toggle:not(.on):hover, html:not(.touch) input[type="button"].toggle:not(.on):hover, html:not(.touch) input[type="submit"].toggle:not(.on):hover, html:not(.touch) a[role="button"].toggle:not(.on):hover {
      background: #555555; }
  html:not(.touch) button:hover, button:focus, html:not(.touch) .btn:hover, .btn:focus, html:not(.touch) input[type="button"]:hover, input[type="button"]:focus, html:not(.touch) input[type="submit"]:hover, input[type="submit"]:focus, html:not(.touch) a[role="button"]:hover, a[role="button"]:focus {
    background-color: #713738; }

select, input.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #efefef url("/images/select-drop-arrow.png") no-repeat right center !important;
  padding: 5px 10px;
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 0 #aaa; }
  select::-ms-expand, input.select::-ms-expand {
    display: none; }

input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  background: #efefef;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #aaa;
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  box-sizing: border-box; }
  input[type="text"]:not(textarea),
  input[type="tel"]:not(textarea),
  input[type="email"]:not(textarea),
  input[type="number"]:not(textarea),
  textarea:not(textarea) {
    height: 43px; }

textarea {
  height: auto; }

body form:not(.gsc-search-box) .input-field label {
  top: 5px;
  left: 10px;
  font-size: 18px; }

.disclaimer {
  padding: 10px 0;
  text-align: left;
  font-size: 0.8em; }
  .disclaimer + .disclaimer {
    padding-top: 0; }

.modal {
  overflow-y: hidden !important;
  will-change: auto; }

.material-tooltip {
  font-size: 15px; }

.nav-fixed body {
  padding-top: 80px; }

body > nav:not([breadcrumbs]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 12;
  background: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  top: 0;
  left: 0; }
  .nav-fixed body > nav:not([breadcrumbs]) {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #e5e7e9; }
  body > nav:not([breadcrumbs]) > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 30%;
        -ms-flex: 1 30%;
            flex: 1 30%; }
    @media (max-width: 510px) {
      body > nav:not([breadcrumbs]) > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0; }
        body > nav:not([breadcrumbs]) > * > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    body > nav:not([breadcrumbs]) > * > a {
      display: inline-block;
      overflow: hidden;
      height: 80px;
      line-height: 80px;
      vertical-align: top;
      padding: 0 2.7818448023vw;
      color: #000;
      text-transform: uppercase;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      letter-spacing: 0.75px;
      font-size: 14px;
      font-family: "industry", sans-serif;
      font-weight: 600; }
      .nav-fixed body > nav:not([breadcrumbs]) > * > a {
        height: 35px;
        line-height: 35px;
        padding: 0 1.217057101vw; }
      @media (max-width: 510px) {
        body > nav:not([breadcrumbs]) > * > a {
          font-size: 10px;
          padding: 0 4px; } }
  body > nav:not([breadcrumbs]) .left {
    padding-left: 1.4641288433vw; }
  body > nav:not([breadcrumbs]) .right {
    text-align: right;
    padding-right: 1.4641288433vw; }
    @media (min-width: 900px) {
      body > nav:not([breadcrumbs]) .right {
        position: relative; } }
    @media (max-width: 767px) {
      body > nav:not([breadcrumbs]) .right {
        padding-right: 0; }
        body > nav:not([breadcrumbs]) .right > a:last-of-type {
          -webkit-box-flex: 0.5;
          -webkit-flex: 0.5;
              -ms-flex: 0.5;
                  flex: 0.5;
          width: 30%;
          font-size: 14px; } }
    body > nav:not([breadcrumbs]) .right > div {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      overflow: hidden;
      background: #6F87A6;
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .nav-fixed body > nav:not([breadcrumbs]) .right > div {
        height: 35px; }
      body > nav:not([breadcrumbs]) .right > div button.close {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 80px;
        background: #6F87A6;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s; }
        .nav-fixed body > nav:not([breadcrumbs]) .right > div button.close {
          width: 80px; }
        html:not(.touch) body > nav:not([breadcrumbs]) .right > div button.close:hover {
          background-color: #43556c; }
        body > nav:not([breadcrumbs]) .right > div button.close i {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          background: transparent url(../images/close-icon.png) no-repeat center center;
          background-size: 20px; }
      body > nav:not([breadcrumbs]) .right > div > div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0 10px; }
      body > nav:not([breadcrumbs]) .right > div .gsc-input-box {
        height: 100%;
        background: transparent;
        border: 0;
        box-shadow: none; }
        body > nav:not([breadcrumbs]) .right > div .gsc-input-box input {
          font-size: 24px;
          box-shadow: none;
          margin: 0 !important;
          padding: 0 !important;
          background: transparent !important;
          color: #fff;
          height: 80px !important;
          line-height: 80px;
          display: block; }
          .nav-fixed body > nav:not([breadcrumbs]) .right > div .gsc-input-box input {
            line-height: 35px; }
          body > nav:not([breadcrumbs]) .right > div .gsc-input-box input::-moz-placeholder {
            color: #b7c3d3;
            opacity: 1; }
          body > nav:not([breadcrumbs]) .right > div .gsc-input-box input:-ms-input-placeholder {
            color: #b7c3d3; }
          body > nav:not([breadcrumbs]) .right > div .gsc-input-box input::-webkit-input-placeholder {
            color: #b7c3d3; }
        body > nav:not([breadcrumbs]) .right > div .gsc-input-box .gsib_b {
          display: none; }
      body > nav:not([breadcrumbs]) .right > div .gsc-clear-button, body > nav:not([breadcrumbs]) .right > div .gsc-search-button {
        display: none; }
      body > nav:not([breadcrumbs]) .right > div form {
        margin: 0;
        height: 100%; }
      body > nav:not([breadcrumbs]) .right > div td {
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: block; }
      body > nav:not([breadcrumbs]) .right > div table {
        margin: 0;
        width: 100%; }
    html:not(.nav-fixed) body > nav:not([breadcrumbs]) .right.search-active > div {
      width: 100%; }
      html:not(.nav-fixed) body > nav:not([breadcrumbs]) .right.search-active > div > div > div {
        height: 100%; }
        html:not(.nav-fixed) body > nav:not([breadcrumbs]) .right.search-active > div > div > div * {
          height: inherit; }
    @media (max-width: 510px) {
      body > nav:not([breadcrumbs]) .right .search {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        max-width: 56px;
        padding-right: calc(1.4641288433vw + 4px);
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%; } }
    .nav-fixed body > nav:not([breadcrumbs]) .right .search, body > nav:not([breadcrumbs]) .right .scrolltop {
      display: none; }
    .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop {
      display: inline-block;
      text-align: center;
      background-color: #6F87A6;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #fff !important; }
      .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop::before {
        font-family: "freightliner-icns" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop::before {
        display: block;
        margin-top: 8px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop:hover, .nav-fixed body > nav:not([breadcrumbs]) .right .scrolltop:focus {
        text-decoration: none !important; }
    html:not(.touch) body > nav:not([breadcrumbs]) .right .scrolltop:hover, body > nav:not([breadcrumbs]) .right .scrolltop:focus {
      color: #fff !important;
      background-color: #713738; }
  body > nav:not([breadcrumbs]) .center {
    min-width: 130px;
    text-align: center; }
    body > nav:not([breadcrumbs]) .center a {
      padding: 0; }
    body > nav:not([breadcrumbs]) .center img {
      width: 180px; }
      .nav-fixed body > nav:not([breadcrumbs]) .center img {
        width: 78px; }

nav[breadcrumbs] {
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.77);
  padding: 0 4.2459736457vw; }
  nav[breadcrumbs] > * {
    display: inline-block;
    color: #fff;
    font-family: "industry", sans-serif;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-right: 0.5em; }
    nav[breadcrumbs] > *:not(:last-child)::after {
      content: "/";
      display: inline-block;
      margin-left: 0.5em; }
  nav[breadcrumbs] > a {
    opacity: 0.5; }
    html:not(.touch) nav[breadcrumbs] > a:hover {
      opacity: 1;
      color: #fff !important; }

nav[pagination] {
  text-align: center; }
  nav[pagination] a {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer; }
    nav[pagination] a.active, html:not(.touch) nav[pagination] a.active:hover {
      cursor: default;
      color: #fff !important;
      background: #6F87A6; }
    html:not(.touch) nav[pagination] a:hover {
      text-decoration: none;
      background: #ebebeb; }

comp-tabs {
  display: block; }
  comp-tabs[constrained] {
    padding: 0 0 4px 0;
    max-width: 560px;
    margin: 0 auto; }
  comp-tabs[constrained="wide"] {
    max-width: 901px; }
  @media (min-width: 768px) {
    comp-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  comp-tabs > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 2px 0; }
    @media (max-width: 767px) {
      comp-tabs > * {
        display: block;
        width: 100%;
        box-sizing: border-box; } }
    @media (min-width: 768px) {
      comp-tabs > * {
        margin: 0 2px; }
        comp-tabs > *:first-child {
          margin-left: 0; }
        comp-tabs > *:last-child {
          margin-right: 0; } }

form:not(.gsc-search-box)[constrained] {
  padding: 7.7598828697vw 20px;
  max-width: 560px;
  margin: 0 auto; }
  form:not(.gsc-search-box)[constrained] h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 100; }
  form:not(.gsc-search-box)[constrained] h3 {
    margin-top: 7.3206442167vw;
    font-size: 38px;
    text-align: center;
    font-weight: 100; }
  form:not(.gsc-search-box)[constrained] > p {
    text-align: center;
    font-size: 24px; }

form:not(.gsc-search-box)[constrained="wide"] {
  max-width: 901px; }

form:not(.gsc-search-box)[type*="Calc"] {
  padding: 0;
  background: #f2f2f2; }
  form:not(.gsc-search-box)[type*="Calc"] > header {
    padding: 20px 30px; }
    @media (min-width: 768px) {
      form:not(.gsc-search-box)[type*="Calc"] > header {
        padding: 20px 88px; } }
    form:not(.gsc-search-box)[type*="Calc"] > header h4, form:not(.gsc-search-box)[type*="Calc"] > header p {
      padding: 0;
      margin: 0;
      font-size: 18px; }
  form:not(.gsc-search-box)[type*="Calc"] > footer {
    font-size: 22px; }
    form:not(.gsc-search-box)[type*="Calc"] > footer:not([split]) {
      padding: 20px 30px; }
      @media (min-width: 768px) {
        form:not(.gsc-search-box)[type*="Calc"] > footer:not([split]) {
          padding: 20px 88px; } }
    form:not(.gsc-search-box)[type*="Calc"] > footer[split] {
      padding-bottom: 3.57vw; }
    form:not(.gsc-search-box)[type*="Calc"] > footer .result {
      font-weight: bold; }
    form:not(.gsc-search-box)[type*="Calc"] > footer h4 {
      text-transform: uppercase;
      font-weight: normal;
      text-align: center; }
    form:not(.gsc-search-box)[type*="Calc"] > footer > h4 {
      margin: 3.57vw 0; }
    form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col {
      border-bottom: 1px solid #fff;
      background-image: -webkit-linear-gradient(left, #fff, #fff);
      background-image: linear-gradient(to right, #fff, #fff); }
      form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row + .results-row {
        margin-top: 30px; }
      form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col:last-child {
        border-bottom: 0;
        text-align: center; }
        form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col:last-child .results-row {
          display: inline-block; }
          form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col:last-child .results-row i {
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col:last-child .results-row .calculation {
            display: inline-block;
            font-size: 34px;
            background: #484848;
            color: #fff;
            padding: 10px 15px;
            line-height: 1; }
      form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col inner-content > .label {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px; }
      form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .label {
        display: block; }
      form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row {
        padding-left: 50px;
        position: relative; }
        form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row i {
          position: absolute;
          top: 0;
          left: 0;
          font-family: "industry", sans-serif;
          font-style: normal;
          color: #6F87A6;
          text-align: center;
          width: 40px;
          font-size: 36px; }
        form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row .calculation {
          color: #6F87A6;
          font-family: "industry", sans-serif;
          font-weight: 100; }
        form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row .calculation, form:not(.gsc-search-box)[type*="Calc"] > footer > comp-two-col .results-row .label {
          font-size: 18px;
          line-height: 1.5; }
  form:not(.gsc-search-box)[type*="Calc"] > .row {
    padding: 20px 30px; }
    @media (min-width: 768px) {
      form:not(.gsc-search-box)[type*="Calc"] > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 68px; }
        form:not(.gsc-search-box)[type*="Calc"] > .row > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 20px; } }
  form:not(.gsc-search-box)[type*="Calc"] > header, form:not(.gsc-search-box)[type*="Calc"] > .row {
    border-bottom: 1px solid #fff; }
  form:not(.gsc-search-box)[type*="Calc"] .input-field::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 6px; }
  form:not(.gsc-search-box)[type*="Calc"] .percent::before {
    content: "%";
    left: 100%; }
  form:not(.gsc-search-box)[type*="Calc"] .currency::before {
    content: "$";
    right: 100%; }

form:not(.gsc-search-box) .input-field:not(:first-child), form:not(.gsc-search-box) .input-field + div:not(:first-child) {
  margin-top: 3rem; }

form:not(.gsc-search-box) > div:not(.input-field) .label {
  margin-top: -20px;
  margin-bottom: 10px;
  display: block;
  font-size: 0.8em; }

form:not(.gsc-search-box) .input-field {
  color: #6F87A6; }
  form:not(.gsc-search-box) .input-field input:focus:not([readonly]), form:not(.gsc-search-box) .input-field input:focus.valid, form:not(.gsc-search-box) .input-field input.valid {
    box-shadow: none; }
  form:not(.gsc-search-box) .input-field label {
    top: 0.8rem;
    left: 0;
    font-size: 22px; }
    form:not(.gsc-search-box) .input-field label.active {
      font-size: 12px;
      -webkit-transform: translateY(-140%);
              transform: translateY(-140%); }
  form:not(.gsc-search-box) .input-field [type="checkbox"] + label {
    margin: 0 !important; }

@media (min-width: 620px) {
  form:not(.gsc-search-box) .range-field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

form:not(.gsc-search-box) .range-field-container > * {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 619px) {
    form:not(.gsc-search-box) .range-field-container > * {
      text-align: center; } }

form:not(.gsc-search-box) .range-field-container label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (min-width: 620px) {
    form:not(.gsc-search-box) .range-field-container label {
      width: 33%; } }

form:not(.gsc-search-box) .range-field-container .result {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (min-width: 620px) {
    form:not(.gsc-search-box) .range-field-container .result {
      width: 17%; } }
  form:not(.gsc-search-box) .range-field-container .result span {
    color: #6F87A6; }

@media (min-width: 620px) {
  form:not(.gsc-search-box) .range-field-container .range-field {
    margin-left: 50px;
    margin-right: 50px; } }

form:not(.gsc-search-box) .range-field-container input {
  width: 100%; }

form:not(.gsc-search-box) .range-field-container label, form:not(.gsc-search-box) .range-field-container .result {
  font-size: 18px;
  font-family: "industry", sans-serif;
  font-weight: 100;
  color: #484848; }

form:not(.gsc-search-box) .range-field-container .thumb {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

form:not(.gsc-search-box) .range-field-container :not(:hover) .thumb {
  opacity: 0; }

form:not(.gsc-search-box) .errors {
  padding: 0 14px; }
  form:not(.gsc-search-box) .errors p {
    margin: 0;
    color: Red; }
    form:not(.gsc-search-box) .errors p::before {
      content: "\00B7";
      display: inline-block;
      margin-right: 6px;
      font-size: 30px;
      vertical-align: middle;
      line-height: 14px; }

form:not(.gsc-search-box) [type="checkbox"] + label {
  min-height: 40px;
  height: auto;
  line-height: 20px;
  font-size: 16px;
  margin: 15px 0;
  padding-left: 45px; }

form:not(.gsc-search-box) [type="checkbox"].filled-in:checked + label:before {
  top: 5px;
  left: 6px; }

form:not(.gsc-search-box) [type="checkbox"].filled-in + label:after {
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important; }

form:not(.gsc-search-box) input, form:not(.gsc-search-box) select, form:not(.gsc-search-box) textarea, form:not(.gsc-search-box) [type="checkbox"] + label {
  margin-bottom: 20px !important; }

form:not(.gsc-search-box) select {
  display: block;
  width: 100%; }

form:not(.gsc-search-box) footer {
  text-align: center; }
  form:not(.gsc-search-box) footer input[type="submit"] {
    min-width: 210px; }
  form:not(.gsc-search-box) footer p {
    max-width: 300px;
    text-align: center;
    margin: 38px auto; }

form:not(.gsc-search-box).loading > *, body > .find-dealer form.route-fields.loading-location:not(.gsc-search-box)::before > *, body > .find-dealer form.location-fields.loading-location:not(.gsc-search-box)::before > * {
  display: none !important; }

form:not(.gsc-search-box).loading::before, body > .find-dealer form.route-fields.loading-location:not(.gsc-search-box)::before, body > .find-dealer form.location-fields.loading-location:not(.gsc-search-box)::before {
  content: "Loading...";
  text-align: center;
  display: block;
  margin-bottom: 10px; }

form:not(.gsc-search-box) .thankyou-message {
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  max-width: 674px;
  padding: 2.196193265vw;
  text-align: center;
  margin-bottom: 20px; }
  form:not(.gsc-search-box) .thankyou-message p {
    text-align: center; }
  form:not(.gsc-search-box) .thankyou-message h2 {
    margin: 0; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 4.0263543192vw;
  height: 4.39238653vw;
  line-height: 4.39238653vw;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background-color: rgba(34, 37, 51, 0.35);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none;
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  @media (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none; } }
  html:not(.touch) .swiper-button-prev:hover, html:not(.touch)
  .swiper-button-next:hover {
    background-color: #713738; }

.swiper-button-prev {
  left: 0;
  right: auto; }
  .swiper-button-prev::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.swiper-button-next {
  right: 0;
  left: auto; }
  .swiper-button-next::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px;
  left: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 56px; } }

/* Bullets */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #888888; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  background: #888888;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

body {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }
  body.push-left, body.push-right {
    overflow: hidden;
    -webkit-overflow-scrolling: none; }
  body.push-left {
    left: 250px; }
    @media (min-width: 300px) {
      body.push-left {
        left: 275px; } }
    @media (min-width: 325px) {
      body.push-left {
        left: 300px; } }
    @media (min-width: 350px) {
      body.push-left {
        left: 325px; } }
    @media (min-width: 375px) {
      body.push-left {
        left: 350px; } }
    @media (min-width: 400px) {
      body.push-left {
        left: 375px; } }
    @media (min-width: 425px) {
      body.push-left {
        left: 400px; } }
    @media (min-width: 450px) {
      body.push-left {
        left: 425px; } }
    @media (min-width: 475px) {
      body.push-left {
        left: 450px; } }
    @media (min-width: 500px) {
      body.push-left {
        left: 475px; } }
    @media (min-width: 525px) {
      body.push-left {
        left: 500px; } }
    .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
      left: 250px; }
      @media (min-width: 300px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 275px; } }
      @media (min-width: 325px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 300px; } }
      @media (min-width: 350px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 325px; } }
      @media (min-width: 375px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 350px; } }
      @media (min-width: 400px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 375px; } }
      @media (min-width: 425px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 400px; } }
      @media (min-width: 450px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 425px; } }
      @media (min-width: 475px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 450px; } }
      @media (min-width: 500px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 475px; } }
      @media (min-width: 525px) {
        .nav-fixed body.push-left > nav, .nav-fixed body.push-left .fixed .page-nav-inner {
          left: 500px; } }
  body.push-right {
    left: -250px; }
    @media (min-width: 300px) {
      body.push-right {
        left: -275px; } }
    @media (min-width: 325px) {
      body.push-right {
        left: -300px; } }
    @media (min-width: 350px) {
      body.push-right {
        left: -325px; } }
    @media (min-width: 375px) {
      body.push-right {
        left: -350px; } }
    @media (min-width: 400px) {
      body.push-right {
        left: -375px; } }
    @media (min-width: 425px) {
      body.push-right {
        left: -400px; } }
    @media (min-width: 450px) {
      body.push-right {
        left: -425px; } }
    @media (min-width: 475px) {
      body.push-right {
        left: -450px; } }
    @media (min-width: 500px) {
      body.push-right {
        left: -475px; } }
    @media (min-width: 525px) {
      body.push-right {
        left: -500px; } }
    .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
      left: -250px; }
      @media (min-width: 300px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -275px; } }
      @media (min-width: 325px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -300px; } }
      @media (min-width: 350px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -325px; } }
      @media (min-width: 375px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -350px; } }
      @media (min-width: 400px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -375px; } }
      @media (min-width: 425px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -400px; } }
      @media (min-width: 450px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -425px; } }
      @media (min-width: 475px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -450px; } }
      @media (min-width: 500px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -475px; } }
      @media (min-width: 525px) {
        .nav-fixed body.push-right > nav, .nav-fixed body.push-right .fixed .page-nav-inner {
          left: -500px; } }
    body.push-right.off-canvas-full-screen {
      left: -100%; }
      .nav-fixed body.push-right.off-canvas-full-screen > nav, .nav-fixed body.push-right.off-canvas-full-screen .fixed .page-nav-inner {
        left: -100%; }

div.off-canvas {
  background: #fff;
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.18); }
  div.off-canvas.right {
    right: -250px; }
    @media (min-width: 300px) {
      div.off-canvas.right {
        width: 275px;
        right: -275px; } }
    @media (min-width: 325px) {
      div.off-canvas.right {
        width: 300px;
        right: -300px; } }
    @media (min-width: 350px) {
      div.off-canvas.right {
        width: 325px;
        right: -325px; } }
    @media (min-width: 375px) {
      div.off-canvas.right {
        width: 350px;
        right: -350px; } }
    @media (min-width: 400px) {
      div.off-canvas.right {
        width: 375px;
        right: -375px; } }
    @media (min-width: 425px) {
      div.off-canvas.right {
        width: 400px;
        right: -400px; } }
    @media (min-width: 450px) {
      div.off-canvas.right {
        width: 425px;
        right: -425px; } }
    @media (min-width: 475px) {
      div.off-canvas.right {
        width: 450px;
        right: -450px; } }
    @media (min-width: 500px) {
      div.off-canvas.right {
        width: 475px;
        right: -475px; } }
    @media (min-width: 525px) {
      div.off-canvas.right {
        width: 500px;
        right: -500px; } }
    div.off-canvas.right.full-screen {
      right: -100%;
      width: 100%; }
    div.off-canvas.right.slide-open {
      right: 0; }
  div.off-canvas.left {
    left: -250px; }
    @media (min-width: 300px) {
      div.off-canvas.left {
        width: 275px;
        left: -275px; } }
    @media (min-width: 325px) {
      div.off-canvas.left {
        width: 300px;
        left: -300px; } }
    @media (min-width: 350px) {
      div.off-canvas.left {
        width: 325px;
        left: -325px; } }
    @media (min-width: 375px) {
      div.off-canvas.left {
        width: 350px;
        left: -350px; } }
    @media (min-width: 400px) {
      div.off-canvas.left {
        width: 375px;
        left: -375px; } }
    @media (min-width: 425px) {
      div.off-canvas.left {
        width: 400px;
        left: -400px; } }
    @media (min-width: 450px) {
      div.off-canvas.left {
        width: 425px;
        left: -425px; } }
    @media (min-width: 475px) {
      div.off-canvas.left {
        width: 450px;
        left: -450px; } }
    @media (min-width: 500px) {
      div.off-canvas.left {
        width: 475px;
        left: -475px; } }
    @media (min-width: 525px) {
      div.off-canvas.left {
        width: 500px;
        left: -500px; } }
    div.off-canvas.left.slide-open {
      left: 0; }
  div.off-canvas > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-x: hidden;
    overflow-y: auto; }
  div.off-canvas > .out, div.off-canvas.reverse > .in {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  div.off-canvas > .in, div.off-canvas.reverse > .out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  div.off-canvas header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    div.off-canvas header > * {
      line-height: 68px;
      height: 68px;
      padding: 0;
      margin: 0;
      border: 0;
      color: #fff;
      background-color: #6F87A6;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    div.off-canvas header > button {
      width: 68px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68px;
          -ms-flex: 0 0 68px;
              flex: 0 0 68px;
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      background: #6F87A6 url(../images/close-icon.png) no-repeat center center;
      background-size: 20px; }
      div.off-canvas header > button:hover {
        background-size: 20px; }
    div.off-canvas header > h1 {
      padding-left: 25px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    div.off-canvas header > .back {
      cursor: pointer; }
      div.off-canvas header > .back::before {
        content: "";
        display: inline-block;
        margin-right: 38.4px;
        width: 11px;
        background: url(../images/chevron-thin-left.png) no-repeat center center;
        background-size: contain;
        height: 22px; }
    div.off-canvas header > button, div.off-canvas header > .back {
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      html:not(.touch) div.off-canvas header > button:hover, html:not(.touch) div.off-canvas header > .back:hover {
        background-color: #43556c; }
  div.off-canvas inner-content {
    width: 90%;
    max-width: 1014px;
    margin: 0 auto;
    padding: 10%; }
    div.off-canvas inner-content .images .image {
      display: inline-block;
      width: 240px;
      margin: 0 20px 20px 0;
      vertical-align: top; }
      div.off-canvas inner-content .images .image h5, div.off-canvas inner-content .images .image comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div div.off-canvas inner-content .images .image li > strong, div.off-canvas inner-content .images .image comp-truck-hero comp-specs > div li > strong, comp-truck-hero comp-specs > div div.off-canvas inner-content .images .image li > strong, div.off-canvas inner-content .images .image [engine] comp-specs > div li > strong, [engine] comp-specs > div div.off-canvas inner-content .images .image li > strong, div.off-canvas inner-content .images .image [specs] comp-specs[type="cabConfigurations"] strong, [specs] comp-specs[type="cabConfigurations"] div.off-canvas inner-content .images .image strong, div.off-canvas inner-content .images .image article table.specs thead th, article table.specs thead div.off-canvas inner-content .images .image th, div.off-canvas inner-content .images .image article table.specs tbody td:not([colspan]):first-of-type, article table.specs tbody div.off-canvas inner-content .images .image td:not([colspan]):first-of-type {
        display: block;
        line-height: 1;
        padding: 5px 0;
        margin: 0;
        text-transform: none; }
      div.off-canvas inner-content .images .image a {
        display: block; }

div.off-canvas-cover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 13;
  top: 0 !important;
  left: 0 !important;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background: transparent; }
  div.off-canvas-cover.show {
    background: rgba(0, 0, 0, 0.8); }

body > .trucks-menu h1, body > .site-menu h1 {
  font-size: 27.84px; }

body > .trucks-menu h2, body > .site-menu h2 {
  font-size: 19.2px;
  font-weight: normal; }

body > .trucks-menu a, body > .site-menu a {
  cursor: pointer;
  font-family: "industry", sans-serif;
  display: block;
  padding: 20px 5%;
  font-size: 26px;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: -webkit-linear-gradient(#e1e1e1, #e1e1e1) center 1.09em no-repeat;
  background: linear-gradient(#e1e1e1, #e1e1e1) center 1.09em no-repeat;
  background-size: 90% 1px;
  background-position: center bottom;
  text-decoration: none;
  color: #484848;
  position: relative;
  margin-bottom: -1px;
  font-weight: 100; }
  html:not(.touch) body > .trucks-menu a:hover, html:not(.touch) body > .site-menu a:hover {
    text-decoration: none;
    color: #713738;
    background-size: 100% 100%; }
  body > .trucks-menu a[index]::before, body > .site-menu a[index]::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body > .trucks-menu a[index]::before, body > .site-menu a[index]::before {
    position: absolute;
    right: 5%;
    top: 50%;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body > .trucks-menu a span, body > .site-menu a span {
    display: block; }
    body > .trucks-menu a span.image, body > .site-menu a span.image {
      padding-bottom: 28.8%;
      background: no-repeat center center;
      background-size: contain; }

body > .trucks-menu .secondary, body > .site-menu .secondary {
  margin-top: 20px; }
  body > .trucks-menu .secondary a, body > .site-menu .secondary a {
    padding: 10px 5%;
    font-size: 18px;
    background-size: 90% 0px; }

body > .find-dealer h1 {
  font-size: 27.84px; }

body > .find-dealer h2 {
  font-size: 19.2px;
  font-weight: normal; }

body > .find-dealer div.map {
  height: 200px; }
  @media (min-height: 768px) {
    body > .find-dealer div.map {
      height: 300px; } }

body > .find-dealer button {
  line-height: normal; }

body > .find-dealer button.option {
  display: block;
  width: 100%;
  padding: 12px 22px;
  background: transparent;
  text-align: left;
  margin: -1px auto;
  font-size: 23px;
  color: #444444;
  border: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: -webkit-linear-gradient(#e1e1e1, #e1e1e1) center 1.09em no-repeat;
  background: linear-gradient(#e1e1e1, #e1e1e1) center 1.09em no-repeat;
  background-size: 90% 1px;
  background-position: center bottom;
  text-decoration: none;
  position: relative; }
  @media (max-width: 380px) {
    body > .find-dealer button.option {
      font-size: 17px; } }
  html:not(.touch) body > .find-dealer button.option:hover {
    color: #444444;
    background-size: 100% 100%; }
  body > .find-dealer button.option::before {
    display: inline-block;
    width: 30px;
    height: 50px;
    margin-right: 34px;
    font-size: 38px;
    line-height: 50px;
    color: #6F87A6;
    vertical-align: middle; }
  body > .find-dealer button.option:not(.geo)::after {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body > .find-dealer button.option:not(.geo)::after {
    position: absolute;
    right: 5%;
    top: 50%;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

body > .find-dealer button, body > .find-dealer a.button {
  text-decoration: none; }
  body > .find-dealer button.primary, body > .find-dealer a.button.primary {
    display: block;
    text-align: center;
    width: 65.6%;
    padding: 0 10px;
    font-size: 24px;
    word-wrap: normal;
    margin: 10px auto;
    color: #6f87a6;
    border: 1px solid #85bac8;
    background: #fff -webkit-linear-gradient(#e1e1e1, #e1e1e1) center bottom no-repeat;
    background: #fff linear-gradient(#e1e1e1, #e1e1e1) center bottom no-repeat;
    background-size: 90% 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: inherit; }
    html:not(.touch) body > .find-dealer button.primary:hover, html:not(.touch) body > .find-dealer a.button.primary:hover {
      color: #444444;
      background-size: 100% 100%; }

body > .find-dealer button.filters-toggle, body > .find-dealer button.highlight-off {
  display: block;
  width: 100%;
  background: #484848;
  padding: 8px 8%;
  color: #fff;
  border: 0px;
  text-align: left;
  position: relative;
  cursor: pointer; }
  body > .find-dealer button.filters-toggle::after, body > .find-dealer button.highlight-off::after {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body > .find-dealer button.filters-toggle::after, body > .find-dealer button.highlight-off::after {
    position: absolute;
    right: 8%;
    height: 24px;
    width: 24px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #fff;
    color: #fff;
    line-height: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
    font-size: 12px;
    text-align: center; }
  body > .find-dealer button.filters-toggle.active::after, body > .find-dealer button.highlight-off.active::after {
    background-color: #6F87A6; }

body > .find-dealer .loading, body > .find-dealer .route-fields.loading-location::before, body > .find-dealer .location-fields.loading-location::before {
  text-align: center;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

body > .find-dealer .route-fields, body > .find-dealer .location-fields {
  position: relative; }
  body > .find-dealer .route-fields.loading-location input, body > .find-dealer .location-fields.loading-location input {
    visibility: hidden; }
  body > .find-dealer .route-fields.loading-location::before, body > .find-dealer .location-fields.loading-location::before {
    content: "Loading...";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  body > .find-dealer .route-fields .fallback-label, body > .find-dealer .location-fields .fallback-label {
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0 16px;
    text-align: center;
    cursor: pointer;
    color: #713738;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden; }
  body > .find-dealer .route-fields.fallback .fallback-label, body > .find-dealer .location-fields.fallback .fallback-label {
    max-height: 200px;
    opacity: 1; }

body > .find-dealer .filters-info {
  background: #393939;
  padding: 25px;
  color: #fff; }
  @media (min-width: 530px) {
    body > .find-dealer .filters-info > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  body > .find-dealer .filters-info > div:not(:last-child) {
    margin-bottom: 15px; }
  body > .find-dealer .filters-info > div > * {
    line-height: 1.5; }
  body > .find-dealer .filters-info > div > h4 {
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 26%;
    margin: 0 20px 0 0; }
  body > .find-dealer .filters-info > div > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: rgba(255, 255, 255, 0.5);
    max-width: 70%; }
    body > .find-dealer .filters-info > div > div a {
      color: #fff;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
      html:not(.touch) body > .find-dealer .filters-info > div > div a:hover {
        color: #fff !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

body > .find-dealer .filters {
  background: #e1e1e1;
  font-size: 0; }
  body > .find-dealer .filters > .filter {
    width: calc(25% - 1px);
    padding: 0 0 15% 0;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
    background: linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
    background-size: 90% 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #6F87A6; }
    body > .find-dealer .filters > .filter > span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 14.52px;
      line-height: 1.5;
      box-sizing: border-box;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 430px) {
        body > .find-dealer .filters > .filter > span {
          font-size: 9px; } }
    html:not(.touch) body > .find-dealer .filters > .filter:hover {
      background-size: 100% 100%;
      color: #fff; }
    body > .find-dealer .filters > .filter.selected {
      background-size: 90% 0;
      background-color: #6F87A6;
      color: #fff; }
      body > .find-dealer .filters > .filter.selected::before {
        background-color: transparent; }

body > .find-dealer input[type="text"],
body > .find-dealer input[type="tel"],
body > .find-dealer input[type="email"],
body > .find-dealer textarea {
  width: 90%;
  margin: 10px auto;
  box-sizing: content-box; }

body > .find-dealer .input-alert {
  background: #713738;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  width: 94%;
  margin: 10px auto; }

body > .find-dealer > div > .list {
  padding-top: 2px; }
  body > .find-dealer > div > .list > h5, comp-truck-hero body > comp-specs.find-dealer > div > li.list > strong, [engine] body > comp-specs.find-dealer > div > li.list > strong, [specs] comp-specs[type="cabConfigurations"] body > .find-dealer > div > .list > strong, article table.specs thead body > .find-dealer > div > .list > th, article table.specs tbody body > .find-dealer > div > .list > td:not([colspan]):first-of-type {
    margin: 0;
    padding: 16px 26px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    letter-spacing: 2px; }
  body > .find-dealer > div > .list.error {
    text-align: center;
    color: #713738; }
    body > .find-dealer > div > .list.error > h5, comp-truck-hero body > comp-specs.find-dealer > div > li.list.error > strong, [engine] body > comp-specs.find-dealer > div > li.list.error > strong, [specs] comp-specs[type="cabConfigurations"] body > .find-dealer > div > .list.error > strong, article table.specs thead body > .find-dealer > div > .list.error > th, article table.specs tbody body > .find-dealer > div > .list.error > td:not([colspan]):first-of-type {
      margin-bottom: 10px; }

body > .find-dealer h2.group {
  margin: 0 0 22px 0;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #484848;
  padding-bottom: 16px; }
  body > .find-dealer h2.group:not(:first-child) {
    margin-top: 60px; }
  body > .find-dealer h2.group::before {
    content: "";
    display: inline-block;
    background: url(../images/map-pin.png) no-repeat left center;
    background-size: contain;
    width: 18px;
    height: 18px; }
  body > .find-dealer h2.group.freightliner_dealers::before {
    background-image: url(../images/map-pin-red.png); }

body > .find-dealer .no-results {
  text-align: center; }

body > .find-dealer .location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-bottom: 7%;
  margin: 0 auto 7% auto;
  border-bottom: 1px solid #e1e1e1; }
  body > .find-dealer .location > .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  body > .find-dealer .location > .actions {
    width: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68px;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
    text-align: center; }
    body > .find-dealer .location > .actions > * {
      display: block;
      border: 0;
      background: none;
      font-size: 10px;
      color: #484848;
      text-align: center;
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%;
      letter-spacing: normal;
      font-weight: normal !important;
      text-decoration: none; }
      body > .find-dealer .location > .actions > * > span {
        display: block;
        margin: 0 auto;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        background: #e1e1e1 -webkit-linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
        background: #e1e1e1 linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
        position: relative;
        background-size: 100% 0px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        body > .find-dealer .location > .actions > * > span::before {
          display: block;
          position: absolute;
          width: 36px;
          height: 36px;
          line-height: 36px;
          font-size: 26px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #fff; }
      html:not(.touch) body > .find-dealer .location > .actions > *:hover > span {
        background-size: 100% 100%; }
      body > .find-dealer .location > .actions > *.open > span {
        background: #63b978 -webkit-linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
        background: #63b978 linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
        background-size: 100% 0px; }
  body > .find-dealer .location h2 {
    color: #484848;
    cursor: pointer;
    margin-top: 0; }
  body > .find-dealer .location h3, body > .find-dealer .location h4 {
    margin-left: 34px; }

body > .find-dealer .location a, body > .find-dealer .section a.phone {
  text-decoration: none; }
  body > .find-dealer .location a h3, body > .find-dealer .section a.phone h3 {
    color: #6F87A6;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 17.28px; }
    body > .find-dealer .location a h3::before, body > .find-dealer .section a.phone h3::before {
      position: absolute;
      top: -2px;
      left: -34px;
      width: 20px;
      height: 20px;
      font-size: 22px; }

body > .find-dealer .section {
  width: 90%;
  margin: 0 auto;
  padding: 8% 0; }
  body > .find-dealer .section + .section {
    background: -webkit-linear-gradient(#c7cdd4, #c7cdd4) center top no-repeat;
    background: linear-gradient(#c7cdd4, #c7cdd4) center top no-repeat;
    background-size: 60% 1px; }
  body > .find-dealer .section.loading, body > .find-dealer .section.route-fields.loading-location::before, body > .find-dealer .section.location-fields.loading-location::before {
    background-size: 0; }
  body > .find-dealer .section.center {
    text-align: center; }
  body > .find-dealer .section strong {
    color: #000; }
  body > .find-dealer .section h2 {
    margin-bottom: 6px; }
    body > .find-dealer .section h2:first-of-type {
      margin-top: 0; }
  body > .find-dealer .section a.phone h3 {
    margin: 0;
    display: inline-block; }
  body > .find-dealer .section .expandible {
    cursor: pointer; }
    body > .find-dealer .section .expandible > div {
      display: inline-block;
      vertical-align: top; }
    html:not(.touch) body > .find-dealer .section .expandible:hover {
      color: #000; }
    body > .find-dealer .section .expandible .default::after {
      content: "";
      border-color: #3b3b3b transparent;
      border-style: solid;
      border-width: 4px 4px 0px 4px;
      display: inline-block;
      top: 0;
      right: 0;
      height: 0;
      margin: 11px 0 0 3px;
      vertical-align: top;
      width: 0; }
    body > .find-dealer .section .expandible:not(.detail) .extended {
      display: none; }
    body > .find-dealer .section .expandible.detail .default {
      display: none; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

@keyframes loading {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

.page-nav-holder {
  height: 73px; }
  @media (max-width: 767px) {
    .page-nav-holder {
      display: none; } }

.page-nav-inner {
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 1px 0 transparent; }
  .fixed .page-nav-inner {
    position: fixed;
    top: 35px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .page-nav-inner > button.configure, .page-nav-inner > img {
    position: absolute;
    top: 50%;
    right: 2.9282576867vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20.7906295754vw;
    font-size: 17px; }
    @media (max-width: 970px) {
      .page-nav-inner > button.configure, .page-nav-inner > img {
        font-size: 10px; } }
    .fixed .page-nav-inner > button.configure, .fixed .page-nav-inner > img {
      right: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: 0;
      bottom: 0;
      height: 100%;
      font-size: 10px;
      width: 14.6412884334vw; }
      @media (max-width: 1000px) {
        .fixed .page-nav-inner > button.configure, .fixed .page-nav-inner > img {
          width: 146px; } }
      .fixed .page-nav-inner > button.configure.configure, .fixed .page-nav-inner > img.configure {
        overflow: hidden;
        color: transparent;
        background-position: center center; }
  .page-nav-inner > button.configure {
    padding-top: 9px;
    padding-bottom: 9px; }
    @media (max-width: 1490px) {
      .page-nav-inner > button.configure {
        letter-spacing: 0.2em; } }
    @media (max-width: 1370px) {
      .page-nav-inner > button.configure {
        padding-left: 62px;
        background-size: 46px auto;
        background-position: 8px center; } }
    @media (max-width: 1060px) {
      .page-nav-inner > button.configure {
        letter-spacing: 0.1em;
        font-size: 7px !important; } }
  .page-nav-inner > img {
    max-width: 170px;
    height: auto; }
    .fixed .page-nav-inner > img {
      width: auto;
      height: 80%;
      top: 10%;
      right: 2.6811859444vw; }

#pillar-nav {
  width: 100%;
  padding: 0 26.6471449488vw 0 8.4919472914vw;
  line-height: 1; }
  .fixed #pillar-nav {
    padding-left: 2.6811859444vw;
    padding-right: 2.6811859444vw; }
  @media (max-width: 767px) {
    #pillar-nav {
      display: none; } }
  #pillar-nav button {
    display: inline-block;
    background: transparent;
    color: #3b3b3b;
    font-size: 14px;
    vertical-align: middle;
    padding: 16px 0;
    letter-spacing: 0.15em;
    margin: 0 15px; }
    @media (max-width: 1174px) {
      #pillar-nav button {
        font-size: 10px; } }
    @media (max-width: 930px) {
      #pillar-nav button {
        margin: 0 8px; } }
    @media (max-width: 790px) {
      #pillar-nav button {
        margin: 0 6px; } }
    .fixed #pillar-nav button {
      padding: 10px 0;
      font-size: 10px;
      text-transform: uppercase; }
      @media (max-width: 870px) {
        .fixed #pillar-nav button {
          margin: 0 15px; } }
    #pillar-nav button:first-child {
      margin-left: 0; }
    #pillar-nav button.active {
      color: #6F87A6;
      box-shadow: inset 0 -3px 0 #6F87A6; }
    html:not(.touch) #pillar-nav button:hover {
      color: #6F87A6; }

inner-content:not([inline]),
comp-image:not([inline]),
comp-container:not([inline]),
comp-swipe-card:not([inline]),
comp-card:not([inline]),
comp-card-list:not([inline]),
comp-social:not([inline]),
comp-truck-hero:not([inline]),
comp-press:not([inline]),
comp-revealer:not([inline]),
comp-applications:not([inline]),
comp-footer-actions:not([inline]),
comp-resources:not([inline]) {
  display: block; }

comp-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #707070 no-repeat center top;
  background-size: cover; }
  comp-background iframe {
    position: absolute;
    border: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
    z-index: 0; }
  comp-background > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
    background: transparent; }

comp-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 7.14vw;
  padding-bottom: 7.14vw; }
  comp-container[padd="small"], comp-container[padd="Small"] {
    padding-top: 3.57vw;
    padding-bottom: 3.57vw; }
  comp-container[padd="large"], comp-container[padd="Large"] {
    padding-top: 14.28vw;
    padding-bottom: 14.28vw; }
  comp-container[padd="none"], comp-container[padd="None"] {
    padding-top: 0;
    padding-bottom: 0; }
  comp-container[padd-side="small"], comp-container[padd-side="Small"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw; }
  comp-container[padd-side="large"], comp-container[padd-side="Large"] {
    padding-left: 20vw;
    padding-right: 20vw; }
  comp-container[padd-side="none"], comp-container[padd-side="None"] {
    padding-left: 0;
    padding-right: 0; }
  comp-container[padd="full"], comp-container[padd="Full"] {
    min-height: 100vh; }
  comp-container[withaside] {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    max-width: 1063px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      comp-container[withaside] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        comp-container[withaside] > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        comp-container[withaside] inner-content {
          margin-right: 62px; }
        comp-container[withaside] aside {
          -webkit-box-flex: 0.3;
          -webkit-flex: 0.3;
              -ms-flex: 0.3;
                  flex: 0.3;
          width: 312px; } }
    comp-container[withaside] aside {
      background: #f7f7f7;
      padding: 45px; }
      comp-container[withaside] aside h1 {
        margin-bottom: 5px; }
        comp-container[withaside] aside h1:not(:first-child) {
          margin-top: 20px; }
      comp-container[withaside] aside h2 {
        margin-bottom: 5px; }
        comp-container[withaside] aside h2:not(:first-child) {
          margin-top: 20px; }
      comp-container[withaside] aside h3 {
        margin-bottom: 5px; }
        comp-container[withaside] aside h3:not(:first-child) {
          margin-top: 20px; }
      comp-container[withaside] aside h4 {
        margin-bottom: 5px; }
        comp-container[withaside] aside h4:not(:first-child) {
          margin-top: 20px; }
      comp-container[withaside] aside h5, comp-container[withaside] aside comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div comp-container[withaside] aside li > strong, comp-container[withaside] aside comp-truck-hero comp-specs > div li > strong, comp-truck-hero comp-specs > div comp-container[withaside] aside li > strong, comp-container[withaside] aside [engine] comp-specs > div li > strong, [engine] comp-specs > div comp-container[withaside] aside li > strong, comp-container[withaside] aside [specs] comp-specs[type="cabConfigurations"] strong, [specs] comp-specs[type="cabConfigurations"] comp-container[withaside] aside strong, comp-container[withaside] aside article table.specs thead th, article table.specs thead comp-container[withaside] aside th, comp-container[withaside] aside article table.specs tbody td:not([colspan]):first-of-type, article table.specs tbody comp-container[withaside] aside td:not([colspan]):first-of-type {
        margin-bottom: 5px; }
        comp-container[withaside] aside h5:not(:first-child), comp-container[withaside] aside comp-truck-hero > .specs > div li > strong:not(:first-child), comp-truck-hero > .specs > div comp-container[withaside] aside li > strong:not(:first-child), comp-container[withaside] aside comp-truck-hero comp-specs > div li > strong:not(:first-child), comp-truck-hero comp-specs > div comp-container[withaside] aside li > strong:not(:first-child), comp-container[withaside] aside [engine] comp-specs > div li > strong:not(:first-child), [engine] comp-specs > div comp-container[withaside] aside li > strong:not(:first-child), comp-container[withaside] aside [specs] comp-specs[type="cabConfigurations"] strong:not(:first-child), [specs] comp-specs[type="cabConfigurations"] comp-container[withaside] aside strong:not(:first-child), comp-container[withaside] aside article table.specs thead th:not(:first-child), article table.specs thead comp-container[withaside] aside th:not(:first-child), comp-container[withaside] aside article table.specs tbody td:not(:first-child):not([colspan]):first-of-type, article table.specs tbody comp-container[withaside] aside td:not(:first-child):not([colspan]):first-of-type {
          margin-top: 20px; }
      comp-container[withaside] aside h6 {
        margin-bottom: 5px; }
        comp-container[withaside] aside h6:not(:first-child) {
          margin-top: 20px; }
  comp-container[constrained] {
    box-sizing: content-box;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 560px;
    margin: 0 auto; }
    comp-container[constrained] + [constrained] {
      padding-top: 0; }
  comp-container[constrained="wide"] {
    max-width: 901px; }
  comp-container[hero] {
    padding-top: 10.6881405564vw;
    padding-bottom: 31.3323572474vw;
    text-align: center; }
    comp-container[hero] inner-content {
      margin: 0 auto; }
      @media (min-width: 930px) {
        comp-container[hero] inner-content {
          width: 49.4875549048vw; } }
    comp-container[hero] comp-background {
      background-position: center bottom; }
    comp-container[hero] h2 {
      font-size: 30px;
      font-weight: normal;
      text-transform: uppercase; }
      @media (min-width: 930px) {
        comp-container[hero] h2 {
          font-size: 2.9282576867vw; } }
    comp-container[hero] p {
      font-size: 20px;
      line-height: 1.5;
      font-family: "industry", sans-serif; }
  comp-container[detroit-hero] {
    padding-top: 8vw;
    padding-bottom: 16vw;
    padding-left: 5.0512445095vw; }
    @media (max-width: 767px) {
      comp-container[detroit-hero] {
        padding-bottom: 8vw; } }
    @media (max-width: 767px) {
      comp-container[detroit-hero] comp-background {
        display: none; } }
    @media (min-width: 768px) {
      comp-container[detroit-hero] comp-background {
        background-position: right center;
        background-size: 73.2064421669vw auto; } }
    @media (min-width: 768px) {
      comp-container[detroit-hero] inner-content {
        max-width: 29.2825768668vw; } }
    @media (max-width: 767px) {
      comp-container[detroit-hero] inner-content[text-light] {
        color: #3b3b3b; }
        comp-container[detroit-hero] inner-content[text-light] h1, comp-container[detroit-hero] inner-content[text-light] h2, comp-container[detroit-hero] inner-content[text-light] h6 {
          color: #3b3b3b; } }
    comp-container[detroit-hero] h2 {
      font-size: 40px;
      font-weight: 100; }
      @media (min-width: 768px) {
        comp-container[detroit-hero] h2 {
          font-size: 2.9282576867vw; } }
    @media (min-width: 1366px) {
      comp-container[detroit-hero] p {
        font-size: 1.1713030747vw; } }
    @media (min-width: 768px) {
      comp-container[detroit-hero] p {
        max-width: 22.9868228404vw; } }
    comp-container[detroit-hero] p:last-child {
      margin-bottom: 0; }
  comp-container[engine-hero] {
    text-align: right; }
    @media (max-width: 767px) {
      comp-container[engine-hero] {
        padding-bottom: 65vw; } }
    @media (max-width: 767px) {
      comp-container[engine-hero] comp-background {
        background-position: center bottom;
        background-size: contain; } }
    @media (min-width: 768px) {
      comp-container[engine-hero] comp-background {
        background-position: left bottom;
        background-size: 65.8857979502vw auto; } }
    comp-container[engine-hero] inner-content {
      text-align: left;
      display: inline-block; }
      @media (min-width: 768px) {
        comp-container[engine-hero] inner-content {
          max-width: 29.2825768668vw; } }
    comp-container[engine-hero] h2 {
      font-size: 40px;
      font-weight: 100; }
      @media (min-width: 768px) {
        comp-container[engine-hero] h2 {
          font-size: 2.9282576867vw; } }
    @media (min-width: 1366px) {
      comp-container[engine-hero] p {
        font-size: 1.1713030747vw; } }
    @media (min-width: 768px) {
      comp-container[engine-hero] p {
        max-width: 22.9868228404vw; } }
  comp-container[parent-page] {
    padding-left: 3.3vw;
    padding-right: 3.3vw;
    padding-top: 7.5%;
    padding-bottom: 7.5%; }
    comp-container[parent-page] inner-content {
      margin: 0 auto;
      max-width: 1260px;
      color: #3b3b3b; }
      comp-container[parent-page] inner-content > * {
        max-width: 500px; }
        comp-container[parent-page] inner-content > *:first-child {
          margin-top: 0; }
        comp-container[parent-page] inner-content > *:last-child {
          margin-bottom: 0; }
      comp-container[parent-page] inner-content[alignment="Center"] > * {
        margin-left: auto;
        margin-right: auto; }
      comp-container[parent-page] inner-content[alignment="Right"] > * {
        margin-left: auto;
        margin-right: 0; }
      comp-container[parent-page] inner-content h6 {
        letter-spacing: 4px;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 34px;
        font-weight: 100; }
      @media (min-width: 768px) {
        comp-container[parent-page] inner-content[text-light] {
          color: #e6e6e6; }
          comp-container[parent-page] inner-content[text-light] h1, comp-container[parent-page] inner-content[text-light] h6 {
            color: #fff; } }
    comp-container[parent-page] comp-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 75%;
      height: 100%;
      bottom: 0;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); }
      comp-container[parent-page] comp-cover[text-light] {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }
    comp-container[parent-page] comp-background {
      background-position: top right; }
    @media (max-width: 767px) {
      comp-container[parent-page] comp-cover, comp-container[parent-page] comp-background {
        display: none; } }
  comp-container[specs] inner-content {
    max-width: 676px;
    margin: 0 auto; }
    comp-container[specs] inner-content > img {
      margin-bottom: 50px; }
  comp-container inner-content, comp-container comp-background {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

comp-image img {
  width: 100%;
  height: auto; }

inner-content {
  position: relative;
  z-index: 1; }
  @media (min-width: 666px) {
    inner-content {
      min-width: 260px; } }
  inner-content h2, inner-content h3, inner-content h4 {
    margin-top: 0;
    margin-bottom: 28px; }
    inner-content h2 + h6, inner-content h3 + h6, inner-content h4 + h6 {
      margin-top: -12px;
      margin-bottom: 28px; }
  inner-content p:last-of-type {
    margin-bottom: 42px; }
  inner-content[alignment="Left"] {
    text-align: left; }
  inner-content[alignment="Center"] {
    text-align: center; }
  @media (min-width: 768px) {
    inner-content[alignment="Right"] {
      text-align: right; } }
  inner-content[text-light] {
    color: #fff; }
    inner-content[text-light] h2, inner-content[text-light] h3, inner-content[text-light] h4 {
      color: #fff; }
  inner-content[text-white] {
    color: #fff; }
    inner-content[text-white] h2, inner-content[text-white] h3, inner-content[text-white] h4 {
      color: #fff; }
  comp-container:not([parent-page]) inner-content p a:not(.btn) {
    text-shadow: 0 0 #fff,.08em 0 0 #fff,0 0,-.08em 0 0 #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: -webkit-linear-gradient(#a7a9ac, #a7a9ac) center 1.09em no-repeat;
    background: linear-gradient(#a7a9ac, #a7a9ac) center 1.09em no-repeat;
    background-size: 0% 1px;
    background-position: center bottom;
    text-decoration: none; }
    comp-container:not([parent-page]) inner-content p a:not(.btn):hover {
      background-size: 100% 1px; }

comp-applications + comp-two-col, comp-two-col + comp-two-col, comp-card-list + comp-two-col {
  border-top: 1px solid #f5f5f5; }

@media (min-width: 768px) {
  comp-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #f5f5f5, #f5f5f5) no-repeat center top;
    background: linear-gradient(to right, #f5f5f5, #f5f5f5) no-repeat center top;
    background-size: 1px 100%; } }

@media (max-width: 767px) {
  comp-two-col comp-container comp-background:only-child {
    position: static;
    display: block;
    padding-bottom: 50%;
    box-sizing: content-box; } }

comp-two-col > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; }
  @media (min-width: 768px) {
    comp-two-col > * {
      max-width: 50%; } }
  @media (max-width: 767px) {
    comp-two-col > * {
      border-top: 1px solid #f5f5f5; } }

comp-two-col[third] {
  background: none; }
  comp-two-col[third] h2 {
    text-align: left; }
  @media (min-width: 1340px) {
    comp-two-col[third] > :first-child {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      max-width: 66%; }
    comp-two-col[third] > :last-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 33%; } }
  @media (min-width: 768px) {
    comp-two-col[third] > form {
      padding-top: 0 !important; } }
  @media (max-width: 767px) {
    comp-two-col[third] > form {
      padding: 0 !important; } }

comp-two-col h2 {
  font-size: 38px;
  font-weight: 100;
  text-align: center; }

comp-two-col form {
  padding: 0 48px; }
  comp-two-col form[type="Whitepaper"] a {
    display: block; }

comp-two-col .btn {
  margin: 25px auto 0 auto;
  display: block;
  width: 200px; }

comp-two-col[engine] {
  max-width: 1366px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    comp-two-col[engine] {
      padding: 80px; }
      comp-two-col[engine] > :first-child {
        margin-right: 40px; }
      comp-two-col[engine] > :last-child {
        margin-left: 40px; } }
  comp-two-col[engine] h3 {
    text-transform: uppercase;
    color: #5e5c58; }
    comp-two-col[engine] h3 strong {
      color: #94918b; }
  @media (max-width: 767px) {
    comp-two-col[engine] inner-content > h3 {
      margin-top: 20px; }
    comp-two-col[engine] > :last-child {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    comp-two-col[engine] {
      background-size: 0 100%; } }
  @media (max-width: 767px) {
    comp-two-col[engine] > * {
      border-top: 0; } }

comp-two-col[blog] {
  margin: 3.3vw;
  background: none !important; }
  @media (min-width: 1366px) {
    comp-two-col[blog] {
      margin: 45px auto;
      max-width: 1260px; } }
  @media (min-width: 768px) {
    comp-two-col[blog] select {
      position: absolute;
      max-width: 250px;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  comp-two-col[blog] > * {
    border-top: 0 !important;
    position: relative; }
    @media (max-width: 767px) {
      comp-two-col[blog] > * {
        margin: 3.3vw; } }
  comp-two-col[blog] + * {
    margin-top: 0; }

comp-swipe-card {
  position: relative;
  overflow: hidden; }
  comp-swipe-card.active comp-card:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) comp-background {
    background-image: none !important; }
  comp-swipe-card:not(.active) comp-card:not(.swiper-slide-active) comp-background {
    background-image: none !important; }
  comp-swipe-card > h2 {
    position: absolute;
    z-index: 1;
    left: 8.4919472914vw;
    top: 5.270863836vw;
    max-width: 100%;
    white-space: nowrap;
    line-height: 2.5;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    letter-spacing: 0.15em;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    color: #888888;
    text-transform: uppercase; }
    @media (min-width: 1366px) {
      comp-swipe-card > h2 {
        font-size: 1.317715959vw; } }
    comp-swipe-card > h2::before {
      display: inline-block;
      font-size: 2em;
      vertical-align: middle;
      margin-right: 0.6em; }
  comp-swipe-card[pillar="Uptime"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Quality"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Fuel Efficiency"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Upfit"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Productivity"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Driver Experience"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Safety"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card[pillar="Connectivity"] > h2::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  comp-swipe-card > div {
    white-space: nowrap;
    font-size: 0; }
  comp-swipe-card comp-card {
    display: inline-block !important;
    vertical-align: top;
    white-space: normal;
    font-size: 16px;
    position: relative;
    width: 100vw;
    height: 100vh; }
    comp-swipe-card comp-card h3 {
      font-size: 65.83px;
      margin-bottom: 28px; }
      @media (min-width: 1366px) {
        comp-swipe-card comp-card h3 {
          font-size: 4.8191800878vw;
          margin-bottom: 2.0497803807vw; } }
      @media (max-width: 900px) {
        comp-swipe-card comp-card h3 {
          font-size: 7.3144444444vw;
          margin-bottom: 3.1111111111vw; } }
      @media (max-height: 700px) and (orientation: landscape) {
        comp-swipe-card comp-card h3 {
          font-size: 7vh;
          margin-bottom: 4vh; } }
    comp-swipe-card comp-card[split] {
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
    comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 42px;
      letter-spacing: 1.5px; }
      @media (min-width: 1366px) {
        comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
          font-size: 1.317715959vw;
          margin-bottom: 3.074670571vw; } }
      @media (max-height: 700px), (max-width: 700px) {
        comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
          font-size: 16px;
          margin-bottom: 12px; } }
      @media (max-height: 700px) and (orientation: landscape) {
        comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
          line-height: 1.2;
          margin-bottom: 6vh; } }
    comp-swipe-card comp-card > inner-content {
      padding: 10.980966325vw 8.4919472914vw;
      margin-top: 30px; }
      @media (max-width: 750px) and (orientation: portrait) {
        comp-swipe-card comp-card > inner-content {
          padding-top: 20vw; } }
      comp-swipe-card comp-card > inner-content > div {
        width: 50%; }
    @media (max-width: 500px) {
      comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
        font-size: 13px; }
      comp-swipe-card comp-card .btn {
        font-size: 14px; }
      comp-swipe-card comp-card[split] > inner-card p {
        color: #000; } }
    @media (max-height: 500px) {
      comp-swipe-card comp-card p, comp-swipe-card comp-card p:last-of-type {
        font-size: 13px; }
      comp-swipe-card comp-card .btn {
        font-size: 14px; }
      comp-swipe-card comp-card[split] > inner-card p {
        color: #000; } }
    comp-swipe-card comp-card[feature] > comp-background {
      background-position: right bottom;
      background-size: 100% auto; }
      comp-swipe-card comp-card[feature] > comp-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%; }
    comp-swipe-card comp-card[feature][text-light] > comp-background::before {
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 75%); }
    @media (orientation: portrait) {
      comp-swipe-card comp-card[feature] > comp-background {
        background-size: auto 100%; }
      comp-swipe-card comp-card[feature][text-light] > comp-background::before {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%); }
      comp-swipe-card comp-card[feature] > inner-content > div {
        width: 100%; } }
    comp-swipe-card comp-card[split] > inner-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%; }
      @media (orientation: portrait) {
        comp-swipe-card comp-card[split] > inner-card {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      comp-swipe-card comp-card[split] > inner-card > comp-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 10.980966325vw 8.4919472914vw;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        comp-swipe-card comp-card[split] > inner-card > comp-container > inner-content {
          margin-top: 30px; }
        @media (max-width: 750px) and (orientation: portrait) {
          comp-swipe-card comp-card[split] > inner-card > comp-container {
            padding-top: 20vw; }
            comp-swipe-card comp-card[split] > inner-card > comp-container:last-of-type {
              margin-top: 0; }
              comp-swipe-card comp-card[split] > inner-card > comp-container:last-of-type > comp-background {
                height: 100%; } }
        @media (orientation: landscape) {
          comp-swipe-card comp-card[split] > inner-card > comp-container[position="Right"] {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; }
          comp-swipe-card comp-card[split] > inner-card > comp-container[position="Left"] {
            -webkit-box-ordinal-group: 1;
            -webkit-order: 0;
                -ms-flex-order: 0;
                    order: 0; } }
        comp-swipe-card comp-card[split] > inner-card > comp-container > comp-background {
          background-position: center center;
          background-size: cover; }
    comp-swipe-card comp-card[video] > comp-background, comp-swipe-card comp-card[image] > comp-background {
      background-position: center center;
      background-size: cover; }
    comp-swipe-card comp-card[video] > div[class*="jw-"], comp-swipe-card comp-card[image] > div[class*="jw-"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      width: 100% !important;
      height: 100% !important; }
    comp-swipe-card comp-card[video] .play, comp-swipe-card comp-card[image] .play {
      position: absolute;
      top: 10.980966325vw;
      left: 8.4919472914vw;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 750px) and (orientation: portrait) {
        comp-swipe-card comp-card[video] .play, comp-swipe-card comp-card[image] .play {
          top: 20vw; } }
      comp-swipe-card comp-card[video] .play::after, comp-swipe-card comp-card[image] .play::after {
        font-family: "freightliner-icns" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      comp-swipe-card comp-card[video] .play::after, comp-swipe-card comp-card[image] .play::after {
        display: inline-block;
        margin-left: 10px;
        font-size: 1.5em;
        vertical-align: middle; }
    comp-swipe-card comp-card[video][button="Center"] .play, comp-swipe-card comp-card[image][button="Center"] .play {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  comp-swipe-card:not([pillar=""]) comp-card h3 {
    font-size: 48px; }
    @media (min-width: 1366px) {
      comp-swipe-card:not([pillar=""]) comp-card h3 {
        font-size: 3.5vw; } }
    @media (max-width: 900px) {
      comp-swipe-card:not([pillar=""]) comp-card h3 {
        font-size: 5.3vw; } }
    @media (max-height: 600px) and (orientation: landscape) {
      comp-swipe-card:not([pillar=""]) comp-card h3 {
        font-size: 8vh; } }
  comp-swipe-card + comp-card-list {
    margin-top: 90px; }

comp-card-list {
  margin: 3.3vw; }
  comp-container[nomargin] + comp-card-list {
    margin-top: 0; }
  @media (min-width: 1366px) {
    comp-card-list {
      margin: 45px auto;
      max-width: 1260px; } }
  comp-card-list > h2 {
    font-size: 45px;
    font-weight: 100; }
  comp-card-list > div {
    margin: 0 -3vw 0 -1.5vw; }
    comp-card-list > div > * {
      display: inline-block;
      margin: 2vw 1.5vw;
      padding-bottom: 1.5vw;
      box-sizing: border-box;
      -webkit-transition: max-height 1s, max-width 1s, padding 1s, margin 1s;
      transition: max-height 1s, max-width 1s, padding 1s, margin 1s;
      max-height: 900px;
      max-width: 900px;
      overflow: hidden;
      vertical-align: top; }
      comp-card-list > div > * * {
        -webkit-transition: color 0.25s;
        transition: color 0.25s; }
      comp-card-list > div > *.hidden {
        max-height: 0;
        max-width: 0;
        padding: 0;
        margin: 0; }
      comp-card-list > div > * time::before {
        font-family: "freightliner-icns" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      comp-card-list > div > * address {
        margin-bottom: 0; }
        comp-card-list > div > * address::before {
          font-family: "freightliner-icns" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      comp-card-list > div > * data::before {
        font-family: "freightliner-icns" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      comp-card-list > div > * time, comp-card-list > div > * address, comp-card-list > div > * data {
        display: inline-block;
        font-size: 12px;
        color: #6F87A6;
        text-transform: uppercase;
        font-family: "industry", sans-serif;
        letter-spacing: .3em;
        margin-right: 50px; }
        comp-card-list > div > * time::before, comp-card-list > div > * address::before, comp-card-list > div > * data::before {
          color: #bdbdbd;
          display: inline-block;
          margin-right: 5px; }
      comp-card-list > div > * p {
        color: #3b3b3b; }
    @media (max-width: 767px) {
      comp-card-list > div {
        margin: 0; }
        comp-card-list > div > * {
          display: block;
          margin: 30px 0 60px 0;
          padding-bottom: 20px; } }
    comp-card-list > div h3 {
      font-size: 30px;
      font-weight: 100; }
    comp-card-list > div a:hover {
      text-decoration: none; }
      html:not(.touch) comp-card-list > div a:hover {
        color: #6F87A6 !important; }
        html:not(.touch) comp-card-list > div a:hover * {
          color: inherit !important; }
  @media (min-width: 768px) {
    comp-card-list[columns="2"] > div > * {
      width: 44.2vw; }
    comp-card-list[columns="3"] > div > * {
      width: 28vw; } }

@media (min-width: 1366px) and (min-width: 1366px) {
  comp-card-list > div {
    margin: 0 -20px; } }
  @media (min-width: 1366px) {
    comp-card-list > div > * {
      margin: 27px 20px; }
    comp-card-list[columns="2"] > div > * {
      width: calc(50% - 44px); }
    comp-card-list[columns="3"] > div > * {
      width: calc(33.3% - 60px); } }

comp-social {
  font-size: 0; }
  comp-social::after {
    content: "";
    display: table;
    clear: both; }
  comp-social > comp-container {
    display: inline-block;
    position: relative;
    z-index: 0;
    vertical-align: top;
    box-sizing: content;
    width: 100%;
    font-size: 5vw;
    padding: 0 0 100% 0;
    background: #6F87A6;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative; }
    @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      comp-social > comp-container {
        -webkit-transition: none;
        transition: none; } }
    @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 3) {
      comp-social > comp-container {
        -webkit-transition: none;
        transition: none; } }
    @media (min-width: 450px) and (max-width: 767px) {
      comp-social > comp-container {
        width: 50%;
        font-size: 2.5vw;
        padding: 0 0 50% 0; }
        comp-social > comp-container:nth-child(3n) {
          float: right; }
        comp-social > comp-container:nth-child(3n+1) {
          clear: both; }
        comp-social > comp-container:nth-child(5n) {
          float: left; }
        comp-social > comp-container:nth-child(7n) {
          float: right;
          clear: both; }
        comp-social > comp-container:nth-child(7n+1) {
          float: left; } }
    @media (min-width: 768px) {
      comp-social > comp-container {
        width: 25%;
        font-size: 1.25vw;
        padding: 0 0 25% 0; }
        comp-social > comp-container:nth-child(n+5), comp-social > comp-container:nth-child(n+6), comp-social > comp-container:nth-child(n+7), comp-social > comp-container:nth-child(n+8) {
          float: right; }
        comp-social > comp-container:nth-child(n+9) {
          clear: both; } }
    @media (max-width: 449px) {
      comp-social > comp-container {
        padding-bottom: 60%; } }
    comp-social > comp-container > a {
      -webkit-backface-visibility: visible;
              backface-visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      font-size: 1em; }
      @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
        comp-social > comp-container > a {
          -webkit-transform: none !important;
                  transform: none !important; } }
      @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 3) {
        comp-social > comp-container > a {
          -webkit-transform: none !important;
                  transform: none !important; } }
      comp-social > comp-container > a:first-child {
        z-index: 2;
        -webkit-transform: rotateY(0deg) translateZ(2px);
                transform: rotateY(0deg) translateZ(2px); }
      comp-social > comp-container > a:last-child {
        z-index: 1;
        -webkit-transform: rotateY(180deg) translateZ(1px);
                transform: rotateY(180deg) translateZ(1px);
        opacity: 0; }
      comp-social > comp-container > a inner-content {
        position: absolute;
        text-align: center;
        min-width: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        color: #fff; }
        comp-social > comp-container > a inner-content p {
          margin: 0;
          padding: 0 10%; }
      comp-social > comp-container > a::before {
        content: "";
        position: absolute;
        z-index: 3;
        bottom: 8px;
        right: 8px;
        width: 22px;
        height: 22px;
        background: no-repeat center center;
        background-size: contain; }
      comp-social > comp-container > a[source*="facebook"]::before {
        background-image: url(/images/facebook.png); }
      comp-social > comp-container > a[source*="twitter"]::before {
        background-image: url(/images/twitter.png); }
      comp-social > comp-container > a[source*="instagram"]::before {
        background-image: url(/images/instagram.png); }
    comp-social > comp-container.flipped {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      comp-social > comp-container.flipped > a:first-child {
        opacity: 0;
        pointer-events: none; }
      comp-social > comp-container.flipped > a:last-child {
        opacity: 1; }
      @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
        comp-social > comp-container.flipped {
          -webkit-transform: none;
                  transform: none; } }
      @media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 3) {
        comp-social > comp-container.flipped {
          -webkit-transform: none;
                  transform: none; } }

comp-footer-actions {
  position: relative;
  z-index: 11; }
  comp-footer-actions > img {
    width: 100%;
    height: 34.1874084919vw; }
  comp-footer-actions > canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.8); }
  comp-footer-actions > div {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.25s, margin 0.25s, padding 0.25s, -webkit-transform 0.15s;
    transition: opacity 0.25s, margin 0.25s, padding 0.25s, -webkit-transform 0.15s;
    transition: transform 0.15s, opacity 0.25s, margin 0.25s, padding 0.25s;
    transition: transform 0.15s, opacity 0.25s, margin 0.25s, padding 0.25s, -webkit-transform 0.15s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    opacity: 0;
    margin-bottom: -100px; }
    comp-footer-actions > div > * {
      padding: 15px 45px; }
    @media (max-width: 767px) {
      comp-footer-actions > div {
        padding: 10px 30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        comp-footer-actions > div > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 5px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 0;
          padding-right: 0; } }
    comp-footer-actions > div.fixed {
      -webkit-transform-origin: left center;
              transform-origin: left center;
      position: fixed;
      top: auto;
      bottom: 0; }
      @media (min-width: 768px) {
        comp-footer-actions > div.fixed {
          width: auto;
          text-align: left;
          padding-left: 8.4919472914vw; } }
      @media (max-width: 767px) {
        comp-footer-actions > div.fixed {
          -webkit-transform: none;
                  transform: none;
          padding: 0; }
          comp-footer-actions > div.fixed > * {
            margin: 0;
            border-radius: 0; } }
    comp-footer-actions > div.visible {
      opacity: 1;
      margin-bottom: 0; }

comp-applications {
  padding: 10.980966325vw 1.1713030747vw 3.6603221083vw 1.1713030747vw;
  text-align: center; }
  @media (min-width: 1366px) {
    comp-applications {
      padding: 150px 16px 50px 16px;
      max-width: 1351px;
      margin: 0 auto; } }
  comp-applications > header {
    box-sizing: content-box;
    text-align: left;
    padding: 0 7.3206442167vw;
    margin-bottom: 3.513909224vw;
    max-width: 640px; }
    @media (min-width: 1366px) {
      comp-applications > header {
        padding: 0 100px;
        margin-bottom: 48px; } }
    comp-applications > header h2 {
      margin: 0;
      font-weight: 100;
      font-size: 38px; }
    @media (min-width: 1366px) {
      comp-applications > header p {
        font-size: 16px; }
      comp-applications > header h2 {
        font-size: 38px; } }
  comp-applications > a {
    display: inline-block;
    margin: 1.0248901903vw;
    width: 30.0146412884vw;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    vertical-align: top; }
    @media (max-width: 1020px) {
      comp-applications > a {
        width: 44.6559297218vw; } }
    @media (max-width: 620px) {
      comp-applications > a {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
    @media (min-width: 1366px) {
      comp-applications > a {
        margin: 14px;
        width: 408px; } }
    comp-applications > a img {
      width: 100%;
      height: auto; }
    comp-applications > a span {
      display: block;
      padding: 2.3426061493vw 10px 1.1713030747vw 10px;
      font-size: 16px;
      color: #6F87A6;
      font-family: "industry", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.35em; }
      @media (min-width: 1366px) {
        comp-applications > a span {
          padding: 32px 10px 16px 10px; } }
    comp-applications > a:hover, comp-applications > a:focus {
      text-decoration: none; }
    html:not(.touch) comp-applications > a:hover {
      z-index: 2;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

comp-truck-hero {
  position: relative;
  box-sizing: content-box;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }
  comp-truck-hero * {
    box-sizing: border-box; }
  comp-truck-hero > img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  comp-truck-hero .cab-tabs, comp-truck-hero .extra {
    display: none; }
  comp-truck-hero > :not(img):not(.cabs):not(.cab-tabs):not(.specs) {
    position: absolute; }
  @media (min-width: 768px) {
    comp-truck-hero {
      min-height: 32.9428989751vw; }
      comp-truck-hero[list] {
        padding-bottom: 30px;
        cursor: pointer; }
      comp-truck-hero > .cab-tabs, comp-truck-hero > .specs {
        position: absolute; } }
  @media (max-width: 767px) {
    comp-truck-hero .extra {
      display: none; } }
  comp-truck-hero > .cab-tabs {
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #000;
    padding: 10px 8.4919472914vw;
    text-align: left; }
    comp-truck-hero > .cab-tabs button {
      padding: 19px 30px; }
      @media (min-width: 768px) {
        comp-truck-hero > .cab-tabs button:not(:first-of-type) {
          margin: 2px; } }
    @media (max-width: 767px) {
      comp-truck-hero > .cab-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: none;
        padding: 0;
        height: 50px; }
        comp-truck-hero > .cab-tabs button {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 10px 0; } }
    @media (min-width: 768px) {
      comp-truck-hero > .cab-tabs::after {
        content: "CAB TYPE";
        font-family: "industry", sans-serif;
        position: absolute;
        bottom: 6px;
        letter-spacing: 0.35em;
        left: 8.4919472914vw;
        height: 10px;
        font-size: 9px;
        line-height: 10px;
        color: #fff; } }
  comp-truck-hero > .cabs > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    comp-truck-hero > .cabs > img:not(.active) {
      opacity: 0; }
  comp-truck-hero:not(.loaded) > img, comp-truck-hero:not(.loaded) > .cabs > img {
    opacity: 0; }
  comp-truck-hero > h1 {
    display: none; }
    @media (min-width: 768px) {
      comp-truck-hero > h1 {
        display: block;
        z-index: 1;
        bottom: 0;
        left: 8.4919472914vw;
        color: #fff; } }
  comp-truck-hero > .specs {
    z-index: 1;
    width: 100%;
    text-align: center;
    background: #fff; }
    comp-truck-hero > .specs::before {
      content: "";
      display: table;
      clear: both; }
    comp-truck-hero > .specs h5, comp-truck-hero > .specs comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div comp-truck-hero > .specs li > strong, comp-truck-hero > .specs comp-specs > div li > strong, comp-truck-hero > .specs [engine] comp-specs > div li > strong, [engine] comp-specs > div comp-truck-hero > .specs li > strong, comp-truck-hero > .specs [specs] comp-specs[type="cabConfigurations"] strong, [specs] comp-specs[type="cabConfigurations"] comp-truck-hero > .specs strong, comp-truck-hero > .specs article table.specs thead th, article table.specs thead comp-truck-hero > .specs th, comp-truck-hero > .specs article table.specs tbody td:not([colspan]):first-of-type, article table.specs tbody comp-truck-hero > .specs td:not([colspan]):first-of-type {
      letter-spacing: normal; }
    comp-truck-hero > .specs .mobile-options {
      text-align: center; }
      @media (min-width: 768px) {
        comp-truck-hero > .specs .mobile-options {
          display: none; } }
    comp-truck-hero > .specs a.resource-item {
      display: block;
      max-width: none;
      margin: 20px auto 10px auto;
      padding: 0;
      min-height: 60px;
      position: relative; }
      @media (max-width: 940px) {
        comp-truck-hero > .specs a.resource-item {
          min-height: 40px; } }
      @media (max-width: 767px) {
        comp-truck-hero > .specs a.resource-item {
          max-width: 250px; } }
      comp-truck-hero > .specs a.resource-item .thumb {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 5.8565153734vw;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain; }
        @media (max-width: 767px) {
          comp-truck-hero > .specs a.resource-item .thumb {
            width: 80px; } }
      comp-truck-hero > .specs a.resource-item .label {
        display: block;
        color: #3b3b3b;
        line-height: 1.25;
        margin-left: 6.588579795vw;
        font-size: 1.1713030747vw; }
        @media (max-width: 940px) {
          comp-truck-hero > .specs a.resource-item .label {
            font-size: 10px; } }
        @media (max-width: 767px) {
          comp-truck-hero > .specs a.resource-item .label {
            margin-left: 90px;
            font-size: 16px; } }
    @media (min-width: 768px) {
      comp-truck-hero > .specs {
        width: 20.7906295754vw;
        right: 2.9282576867vw;
        top: 0; } }
    @media (max-width: 767px) {
      comp-truck-hero > .specs {
        padding-bottom: 30px; } }
    comp-truck-hero > .specs > div {
      margin: 20px;
      text-align: left; }
      @media (min-width: 768px) {
        comp-truck-hero > .specs > div {
          margin: 1.4641288433vw; } }
      comp-truck-hero > .specs > div h3 {
        text-align: center;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 0;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          comp-truck-hero > .specs > div h3 {
            padding-bottom: 0.7320644217vw;
            margin-bottom: 0.7320644217vw;
            font-size: 1.756954612vw; } }
      comp-truck-hero > .specs > div h5, comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div comp-specs > div li > strong, comp-truck-hero > .specs > div [engine] comp-specs > div li > strong, [engine] comp-specs > div comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div [specs] comp-specs[type="cabConfigurations"] strong, [specs] comp-specs[type="cabConfigurations"] comp-truck-hero > .specs > div strong, comp-truck-hero > .specs > div article table.specs thead th, article table.specs thead comp-truck-hero > .specs > div th, comp-truck-hero > .specs > div article table.specs tbody td:not([colspan]):first-of-type, article table.specs tbody comp-truck-hero > .specs > div td:not([colspan]):first-of-type {
        margin: 0; }
        @media (min-width: 768px) {
          comp-truck-hero > .specs > div h5, comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div comp-specs > div li > strong, comp-truck-hero > .specs > div [engine] comp-specs > div li > strong, [engine] comp-specs > div comp-truck-hero > .specs > div li > strong, comp-truck-hero > .specs > div [specs] comp-specs[type="cabConfigurations"] strong, [specs] comp-specs[type="cabConfigurations"] comp-truck-hero > .specs > div strong, comp-truck-hero > .specs > div article table.specs thead th, article table.specs thead comp-truck-hero > .specs > div th, comp-truck-hero > .specs > div article table.specs tbody td:not([colspan]):first-of-type, article table.specs tbody comp-truck-hero > .specs > div td:not([colspan]):first-of-type {
            font-size: 1.1713030747vw; } }
      comp-truck-hero > .specs > div li > strong {
        letter-spacing: normal; }
      comp-truck-hero > .specs > div > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 768px) {
          comp-truck-hero > .specs > div > div {
            font-size: 1.1713030747vw; } }
        comp-truck-hero > .specs > div > div > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          line-height: 1.5; }
          comp-truck-hero > .specs > div > div > *:not(:last-child) {
            margin-right: 10px; }
          comp-truck-hero > .specs > div > div > *:not(:first-child) {
            margin-left: 10px; }
        comp-truck-hero > .specs > div > div ul {
          list-style: none;
          margin: 0;
          padding: 0; }
        comp-truck-hero > .specs > div > div > ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          comp-truck-hero > .specs > div > div > ul > * {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            line-height: 1.25; }
        comp-truck-hero > .specs > div > div > h5, [specs] comp-specs[type="cabConfigurations"] comp-truck-hero > .specs > div > div > strong, article table.specs thead comp-truck-hero > .specs > div > div > th, article table.specs tbody comp-truck-hero > .specs > div > div > td:not([colspan]):first-of-type {
          text-align: right; }
    comp-truck-hero > .specs > .btn {
      border-radius: 0;
      margin: auto;
      width: 100%; }
      @media (min-width: 768px) {
        comp-truck-hero > .specs > .btn {
          padding: 0.8052708638vw 2.196193265vw;
          font-size: 1.317715959vw;
          margin-bottom: -1px; } }

comp-all-trucks-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3.3vw; }
  @media (min-width: 1366px) {
    comp-all-trucks-hero {
      margin: 45px auto;
      max-width: 1260px; } }
  comp-all-trucks-hero > comp-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
  comp-all-trucks-hero > aside {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 30%;
    background: #000 no-repeat center 15%;
    background-size: 85% auto;
    margin: 2.196193265vw 0 0 3.3vw;
    min-height: 18.3016105417vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      comp-all-trucks-hero > aside {
        display: none; } }
    comp-all-trucks-hero > aside > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      padding: 16px;
      text-align: center; }
      comp-all-trucks-hero > aside > *:first-child, comp-all-trucks-hero > aside > *:last-child {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        box-sizing: content-box;
        min-height: 50px; }
    comp-all-trucks-hero > aside h2 {
      color: #fff;
      font-size: 15.25px;
      letter-spacing: 0.355em;
      text-transform: uppercase; }
    comp-all-trucks-hero > aside .action {
      padding-top: 20%; }

comp-resources > .group {
  padding: 4.39238653vw 20px 4.39238653vw 20px;
  border-bottom: 1px solid #f9fbfe; }
  comp-resources > .group:nth-of-type(odd) {
    background: #f9fbfe; }
  comp-resources > .group > .group-inner {
    max-width: 915px;
    margin: 0 auto; }

comp-resources h2 {
  font-size: 30px;
  font-weight: 100;
  margin: 0 0 1em 0; }

comp-resources a {
  display: inline-block;
  width: 28%;
  padding: 10px;
  margin-right: 4%;
  position: relative;
  vertical-align: top;
  margin-bottom: 44px;
  line-height: normal;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  min-height: 60px;
  color: #484848; }
  @media (max-width: 1000px) {
    comp-resources a {
      width: 45%; } }
  @media (max-width: 620px) {
    comp-resources a {
      width: 45%; } }
  @media (max-width: 450px) {
    comp-resources a {
      width: 100%;
      margin-right: 0; } }
  comp-resources a .thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 5.8565153734vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain; }
    @media (max-width: 767px) {
      comp-resources a .thumb {
        width: 80px; } }
  comp-resources a .label {
    display: block;
    margin-left: 6.588579795vw; }
    @media (max-width: 767px) {
      comp-resources a .label {
        margin-left: 90px;
        font-size: 16px; } }
  comp-resources a::after {
    content: "";
    display: table;
    clear: both; }
  comp-resources a:hover, comp-resources a:focus {
    text-decoration: none; }
  html:not(.touch) comp-resources a:hover {
    z-index: 2;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

[resources-page] form {
  position: relative;
  margin: 60px auto 30px auto; }
  [resources-page] form::before {
    font-family: "freightliner-icns" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  [resources-page] form::before {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 22px; }
  [resources-page] form input {
    padding-left: 30px;
    box-sizing: border-box; }

[resources-page] nav[breadcrumbs] {
  margin: 30px auto;
  background: transparent;
  padding: 0; }
  [resources-page] nav[breadcrumbs] a {
    color: #6F87A6;
    opacity: 1;
    font-size: 18px;
    font-family: "industry", sans-serif; }
    html:not(.touch) [resources-page] nav[breadcrumbs] a:hover {
      color: #713738 !important; }
  [resources-page] nav[breadcrumbs] span {
    display: none; }

[resources-page] comp-resources > .group {
  padding: 48px 0;
  border-top: 1px solid #d7d7d7;
  background: transparent; }
  [resources-page] comp-resources > .group > .group-inner {
    max-width: none; }

[resources-page] .children {
  margin: 20px -10px; }
  [resources-page] .children a {
    margin: 10px; }

#modal-lightbox {
  background: transparent; }
  #modal-lightbox .modal-content {
    padding: 0;
    position: relative; }
    #modal-lightbox .modal-content .close {
      position: absolute;
      top: 0;
      right: 0;
      width: 68px;
      height: 68px;
      background: transparent url(../images/close-icon.png) no-repeat center center;
      background-size: 20px; }
    #modal-lightbox .modal-content img {
      width: 100%; }
    #modal-lightbox .modal-content .vid-holder {
      position: relative;
      padding-bottom: 56.25%; }
      #modal-lightbox .modal-content .vid-holder > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0; }
      #modal-lightbox .modal-content .vid-holder .jwplayer {
        width: 100% !important;
        height: 100% !important; }

comp-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  comp-specs > h3 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 200px;
    margin-right: 20px; }
  comp-specs > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    comp-truck-hero comp-specs > div > ul, [engine] comp-specs > div > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      comp-truck-hero comp-specs > div > ul > *, [engine] comp-specs > div > ul > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 2; }
  @media (min-width: 768px) {
    [engine] comp-specs {
      border-top: 1px solid #d7d7d7; }
      [engine] comp-specs:last-child {
        border-bottom: 1px solid #d7d7d7; } }
  @media (max-width: 767px) {
    [engine] comp-specs:first-of-type {
      border-top: 1px solid #d7d7d7;
      margin-top: 20px; }
    [engine] comp-specs:last-of-type {
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 20px; } }
  [engine] comp-specs > h3 {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
    text-align: right;
    color: #6F87A6; }
    @media (max-width: 1090px) {
      [engine] comp-specs > h3 {
        font-size: 18px; } }
  [engine] comp-specs > h3, [engine] comp-specs > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
    line-height: 1.5em;
    padding: 20px 10px; }
    @media (max-width: 767px) {
      [engine] comp-specs > h3, [engine] comp-specs > div {
        padding: 10px; } }
  [engine] comp-specs > div {
    text-align: left; }
  [specs] comp-specs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7; }
    @media (max-width: 767px) {
      [specs] comp-specs {
        display: block; } }
    [specs] comp-specs > h3 {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      text-align: right;
      width: 170px;
      color: #6F87A6;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        [specs] comp-specs > h3 {
          text-align: left;
          width: auto;
          margin: 30px 0 5px 0; } }
    [specs] comp-specs ul:last-child {
      margin-bottom: 0; }
    [specs] comp-specs img {
      height: auto !important;
      width: 100%;
      margin: 10px 0; }
    [specs] comp-specs > div {
      line-height: 1.2;
      letter-spacing: 0.015em;
      max-width: 506px; }
      [specs] comp-specs > div li {
        margin-bottom: 0.5em; }
    [specs] comp-specs[type=""] > div ul, [specs] comp-specs[type="lightweightOptions"] > div ul {
      list-style-type: disc;
      list-style-position: outside; }
      [specs] comp-specs[type=""] > div ul li, [specs] comp-specs[type="lightweightOptions"] > div ul li {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 15px; }
    @media (min-width: 450px) {
      [specs] comp-specs[type=""] > div > ul, [specs] comp-specs[type="lightweightOptions"] > div > ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 2em;
           -moz-column-gap: 2em;
                column-gap: 2em; } }
    [specs] comp-specs[type="cabConfigurations"] strong {
      letter-spacing: normal; }
    @media (min-width: 768px) {
      [specs] comp-specs[type="cabConfigurations"] > div > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        [specs] comp-specs[type="cabConfigurations"] > div > ul > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 60px; }
          [specs] comp-specs[type="cabConfigurations"] > div > ul > *:last-child {
            margin-right: 0; } }
    [specs] comp-specs[type="cabConfigurations"] > div > ul ul {
      list-style-type: disc;
      list-style-position: outside; }
      [specs] comp-specs[type="cabConfigurations"] > div > ul ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 15px; }
    [specs] comp-specs[type="cabConfigurations"] > div > ul ul {
      margin-top: 10px; }

comp-container[specs] nav {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    comp-container[specs] nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  comp-container[specs] nav > a {
    display: block;
    vertical-align: middle;
    font-family: "industry", sans-serif;
    margin-right: 49px; }
  comp-container[specs] nav > h3, comp-container[specs] nav > a {
    line-height: 1.5; }

article table.specs {
  margin: 1em 0; }
  article table.specs thead th {
    text-align: center;
    color: #3b3b3b;
    text-transform: uppercase;
    padding-bottom: 2em; }
  article table.specs tbody tr {
    border-bottom: 1px solid #d7d7d7; }
  article table.specs tbody td:not([colspan]) {
    vertical-align: top;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px; }
    article table.specs tbody td:not([colspan]):first-of-type {
      letter-spacing: normal;
      text-align: right;
      font-weight: bold; }

comp-filters {
  display: block; }
  @media (min-width: 768px) {
    comp-filters {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 3.3vw;
      margin-bottom: 1.51vw;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1; } }
  @media (min-width: 768px) and (min-width: 1366px) {
    comp-filters {
      margin: 45px auto;
      max-width: 1260px; } }
  comp-filters > div.categories {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      comp-filters > div.categories {
        padding-right: 20px;
        margin-right: 30px;
        border-right: 1px solid #d7d7d7; } }
    comp-filters > div.categories > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        comp-filters > div.categories > * {
          margin-right: 10px; } }
      @media (max-width: 767px) {
        comp-filters > div.categories > *:not(:last-child) {
          margin-right: 1px; } }
      @media (max-width: 992px) {
        comp-filters > div.categories > * {
          font-size: 13px; } }
      @media (max-width: 420px) {
        comp-filters > div.categories > * {
          font-size: 10px; } }
  comp-filters > div.applications {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (min-width: 993px) {
      comp-filters > div.applications {
        width: 20%; } }
    @media (max-width: 992px) and (min-width: 768px) {
      comp-filters > div.applications {
        width: 40%; } }
    @media (max-width: 767px) {
      comp-filters > div.applications {
        margin: 3.2942898975vw; } }
  comp-filters option.hidden {
    display: none; }

.filter-results {
  padding: 0 3.3vw;
  text-align: center;
  color: #6F87A6; }
  .filter-results + comp-card-list {
    margin-top: 1.51vw; }

.gsc-control-wrapper-cse {
  max-width: 902px;
  margin: 0 auto;
  padding: 47px 0; }
  @media (max-width: 767px) {
    .gsc-control-wrapper-cse {
      padding-top: 0;
      margin-top: -1em; }
      .gsc-control-wrapper-cse .gsc-refinementsArea {
        display: none; }
      .gsc-control-wrapper-cse .gsc-result-info-container, .gsc-control-wrapper-cse .gsc-orderby-container {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0; } }
  .gsc-control-wrapper-cse .gsc-above-wrapper-area-container, .gsc-control-wrapper-cse .gs-title, .gsc-control-wrapper-cse .gsc-cursor-box {
    font-family: "industry", sans-serif; }
  .gsc-control-wrapper-cse .gsc-tabsArea, .gsc-control-wrapper-cse .gcsc-branding {
    display: none; }
  .gsc-control-wrapper-cse .gsc-above-wrapper-area {
    margin-left: 8px;
    margin-right: 8px; }
  .gsc-control-wrapper-cse .gsc-result-info-container {
    padding-left: 0;
    padding-right: 0; }
  .gsc-control-wrapper-cse .gsc-result-info {
    color: #6F87A6;
    letter-spacing: 0.3em; }
    @media (max-width: 767px) {
      .gsc-control-wrapper-cse .gsc-result-info {
        padding-left: 0; } }
  .gsc-control-wrapper-cse .gsc-selected-option-container, .gsc-control-wrapper-cse .gsc-orderby-label {
    font-size: 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #6F87A6;
    font-weight: normal; }
  .gsc-control-wrapper-cse .gsc-orderby-label {
    color: #8c9091; }
  .gsc-control-wrapper-cse .gsc-option-menu-container {
    cursor: pointer; }
  .gsc-control-wrapper-cse .gsc-control-cse .gsc-option-selector {
    top: 8px; }
  .gsc-control-wrapper-cse .gsc-refinementsArea {
    border-bottom: 0; }
  .gsc-control-wrapper-cse .gsc-table-cell-snippet-close, .gsc-control-wrapper-cse .gsc-table-cell-snippet-open {
    padding-left: 8px; }
  .gsc-control-wrapper-cse .gs-title {
    color: #3b3b3b !important;
    font-size: 30px !important;
    font-weight: 100;
    text-decoration: none !important;
    letter-spacing: 0.015em; }
    .gsc-control-wrapper-cse .gs-title b {
      font-size: inherit !important;
      color: inherit !important;
      text-decoration: inherit !important; }
    .gsc-control-wrapper-cse .gs-title:hover {
      text-decoration: underline !important; }
    @media (max-width: 767px) {
      .gsc-control-wrapper-cse .gs-title {
        font-size: 24px !important;
        height: auto !important;
        word-wrap: break-word; } }
  .gsc-control-wrapper-cse .gsc-url-top {
    font-size: 16px;
    margin-top: 10px; }
    .gsc-control-wrapper-cse .gsc-url-top * {
      color: #6F87A6 !important; }
  .gsc-control-wrapper-cse .gs-snippet {
    font-size: 16px !important;
    color: #3b3b3b !important;
    line-height: 1.5; }
    .gsc-control-wrapper-cse .gs-snippet * {
      font-size: inherit !important;
      color: inherit !important; }
  .gsc-control-wrapper-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 210px; }
    .gsc-control-wrapper-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape img {
      max-width: 200px;
      max-height: 142px; }
    @media (max-width: 767px) {
      .gsc-control-wrapper-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
        width: 120px; }
        .gsc-control-wrapper-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape img {
          max-width: 110px;
          max-height: 78px; } }
  .gsc-control-wrapper-cse .gsc-result::after {
    content: "";
    display: block !important;
    visibility: visible !important;
    border-bottom: 1px solid #d7d7d7 !important;
    margin: 20px 8px 15px 8px; }
  .gsc-control-wrapper-cse .gsc-cursor-box {
    font-size: 28px;
    text-align: center; }
    .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
      color: #3b3b3b; }
      @media (min-width: 768px) {
        .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
          padding: 10px; } }
      .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
        color: #6F87A6; }
        .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page:hover {
          text-decoration: none; }
  .gsc-control-wrapper-cse .gs-no-results-result .gs-snippet {
    border: 0;
    background: #6F87A6;
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 30px !important;
    text-align: center;
    padding: 10px;
    font-family: "industry", sans-serif; }

article .constrained, article > heading, article > img, article > blockquote, article > div {
  margin: 0 auto;
  padding: 38px 0;
  max-width: 680px;
  display: block; }
  @media (max-width: 767px) {
    article .constrained, article > heading, article > img, article > blockquote, article > div {
      padding: 7.2%; } }
  @media (max-width: 680px) {
    article .constrained, article > heading, article > img, article > blockquote, article > div {
      max-width: 100%; } }
  article .constrained::after, article > heading::after, article > img::after, article > blockquote::after, article > div::after {
    content: "";
    display: table;
    clear: both; }

article > heading h1 {
  font-size: 44px;
  font-weight: 100; }

article > heading time::before {
  font-family: "freightliner-icns" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article > heading address::before {
  font-family: "freightliner-icns" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article > heading data::before {
  font-family: "freightliner-icns" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article > heading time, article > heading address, article > heading data {
  display: inline-block;
  font-size: 12px;
  color: #6F87A6;
  text-transform: uppercase;
  font-family: "industry", sans-serif;
  letter-spacing: .3em;
  margin-right: 50px;
  margin-bottom: 0; }
  article > heading time::before, article > heading address::before, article > heading data::before {
    color: #bdbdbd;
    display: inline-block;
    margin-right: 5px; }

article > heading + div {
  padding-top: 0; }

article > img {
  padding: 0; }

article > blockquote {
  border: none;
  margin-top: 40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.25; }

article > div h1:first-child {
  margin-top: 0; }

article > div h2:first-child {
  margin-top: 0; }

article > div h3:first-child {
  margin-top: 0; }

article > div h4:first-child {
  margin-top: 0; }

article > div h5:first-child, article > div comp-truck-hero > .specs > div li > strong:first-child, comp-truck-hero > .specs > div article > div li > strong:first-child, article > div comp-truck-hero comp-specs > div li > strong:first-child, comp-truck-hero comp-specs > div article > div li > strong:first-child, article > div [engine] comp-specs > div li > strong:first-child, [engine] comp-specs > div article > div li > strong:first-child, article > div [specs] comp-specs[type="cabConfigurations"] strong:first-child, [specs] comp-specs[type="cabConfigurations"] article > div strong:first-child, article > div table.specs thead th:first-child, article > div table.specs tbody td:first-child:not([colspan]):first-of-type {
  margin-top: 0; }

article > div h6:first-child {
  margin-top: 0; }

article > div p {
  font-size: 18px; }
  article > div p:not(:last-child) {
    margin-bottom: 2em; }
  article > div p.vid-holder {
    position: relative;
    padding-bottom: 56.5%;
    /* height */
    height: 0; }
    article > div p.vid-holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      background: transparent; }

article > div li {
  font-size: 18px; }

article > div ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    article > div ul[col] {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
    article > div ul[col="2"] {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    article > div ul[col="3"] {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  article > div ul:not(:last-child) {
    margin-bottom: 2em; }
  article > div ul:not([dealer-list]) li {
    padding-left: 2.5em;
    text-indent: -.7em; }
    article > div ul:not([dealer-list]) li:not(:last-of-type) {
      margin-bottom: 1em; }
    article > div ul:not([dealer-list]) li:before {
      content: "• ";
      display: inline-block;
      margin-right: 0.2em;
      color: #6F87A6;
      /* or whatever color you prefer */ }
  article > div ul[dealer-list] {
    margin-top: 2em; }

article > div img {
  height: auto !important; }
  article > div img:not([style*="float:"]) {
    margin-bottom: 1em; }
  article > div img[style*="float: left"] {
    margin-right: 1em; }
  article > div img[style*="float: right"] {
    margin-left: 1em; }
  @media (max-width: 599px) {
    article > div img[style*="float:"] {
      margin-left: 0;
      margin-right: 0;
      float: none !important;
      display: block;
      margin-bottom: 1em; } }

article > div > .location {
  padding-top: 7%;
  margin-top: 7%;
  border-top: 1px solid #e1e1e1; }
  article > div > .location h2 {
    color: #484848;
    cursor: pointer;
    margin-top: 0; }
    article > div > .location h2 a {
      color: #484848;
      text-decoration: none; }
  article > div > .location h3, article > div > .location h4 {
    margin-left: 34px; }
  article > div > .location > a {
    text-decoration: none; }
    article > div > .location > a h3 {
      color: #6F87A6;
      position: relative;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      font-size: 17.28px; }
      article > div > .location > a h3::before {
        position: absolute;
        top: -2px;
        left: -34px;
        width: 20px;
        height: 20px;
        font-size: 22px; }

article > nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  article > nav > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 2px;
    background: #f0eeee;
    padding: 40px 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s; }
    @media (max-width: 767px) {
      article > nav > a {
        padding: 14px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        article > nav > a.next {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          text-align: right; }
        article > nav > a .dir {
          margin-bottom: 10px; } }
    article > nav > a:first-child {
      margin-left: 0; }
    article > nav > a:last-child {
      margin-right: 0; }
    article > nav > a:hover, article > nav > a:focus {
      text-decoration: none; }
      html:not(.touch) article > nav > a:hover, html:not(.touch) article > nav > a:focus {
        background: #6F87A6; }
        html:not(.touch) article > nav > a:hover *, html:not(.touch) article > nav > a:hover ::before, html:not(.touch) article > nav > a:hover ::after, html:not(.touch) article > nav > a:focus *, html:not(.touch) article > nav > a:focus ::before, html:not(.touch) article > nav > a:focus ::after {
          color: #fff !important; }
    article > nav > a span {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 6.4421669107vw;
      font-family: "industry", sans-serif;
      color: #3b3b3b;
      display: block; }
      @media (max-width: 1000px) {
        article > nav > a span {
          padding: 0 3.2942898975vw; } }
      @media (max-width: 767px) {
        article > nav > a span {
          padding: 0 14px; } }
      article > nav > a span.dir {
        color: #6F87A6;
        font-size: 12px;
        letter-spacing: 0.015em; }
        article > nav > a span.dir::before, article > nav > a span.dir::after {
          display: inline-block;
          font-size: 16px;
          line-height: 16px;
          height: 16px;
          vertical-align: middle;
          color: #3b3b3b; }
    article > nav > a.prev span.dir::before {
      font-family: "freightliner-icns" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    article > nav > a.prev span.dir::before {
      margin-right: 10px; }
    article > nav > a.next span.dir {
      text-align: right; }
      article > nav > a.next span.dir::after {
        font-family: "freightliner-icns" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      article > nav > a.next span.dir::after {
        margin-left: 10px; }

article .actions a.btn {
  margin-bottom: 10px; }
  @media (max-width: 400px) {
    article .actions a.btn {
      width: 100%; } }

/*
The jQuery UI Month Picker Version 3.0.0

https://github.com/KidSysco/jquery-ui-month-picker/

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;
version 3.0. This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, visit
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt.
*/
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid #d7d7d7;
  min-width: 230px; }
  .month-picker a {
    cursor: pointer; }

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px; }

.month-picker td {
  padding: 0px; }

/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker-previous a::before, .month-picker-next a::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.75em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em; }

.month-picker-previous a .ui-icon, .month-picker-next a .ui-icon {
  display: none; }

.month-picker-previous a::before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.month-picker-next a::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.month-picker .ui-button-text {
  padding: .4em 0; }

.month-picker-header {
  margin: 3px 3px 0px 3px; }

.month-picker-year-table {
  width: 100%;
  /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
.month-picker-year-table a {
  border: 1px solid transparent; }

/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  margin: 0; }

.month-picker-year-table .month-picker-title {
  text-align: center; }

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: .1em 0;
  width: 100%;
  font-weight: bold;
  color: #3b3b3b; }

/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
  padding: 0 5px; }

.month-picker-month-table td {
  height: 35px;
  text-align: center; }

/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: .2em;
  text-align: center; }
  .month-picker-month-table .ui-button .ui-button-text {
    color: #3b3b3b;
    width: 36px;
    margin: 0 auto;
    padding: 0 5px; }
  .month-picker-month-table .ui-button.ui-state-active .ui-button-text {
    color: #fff;
    background: #3b3b3b;
    border-radius: 50px; }
  .month-picker-month-table .ui-button.ui-button-disabled {
    opacity: 0.15; }

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom; }

.month-picker-invalid-message {
  display: none;
  background-color: Yellow; }

.month-picker-disabled {
  background-color: #e1e1e1; }

comp-press {
  width: 90%;
  max-width: 673px;
  margin: 0 auto; }
  comp-press .btn {
    text-align: left;
    margin-bottom: 10px; }
  comp-press comp-container {
    padding-left: 0;
    padding-right: 0; }
    comp-press comp-container.loading::after {
      content: "";
      display: block;
      font-size: 20px;
      margin: 100px auto;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: relative;
      text-indent: -9999em;
      -webkit-animation: pressLoadingAnim 1.3s infinite linear;
              animation: pressLoadingAnim 1.3s infinite linear;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    comp-press comp-container .btn.load-more {
      opacity: 1;
      display: block;
      margin: 30px auto 0 auto; }
  comp-press [data-node-name] {
    cursor: pointer;
    padding: 20px 0;
    position: relative;
    min-height: 4em;
    box-sizing: content-box; }
    comp-press [data-node-name]:not(:last-of-type) {
      border-bottom: 1px solid #d7d7d7; }
    comp-press [data-node-name] .date {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 20px;
      border-radius: 2px;
      width: 60px;
      padding: 16px 0;
      background-color: #6F87A6;
      color: #fff;
      text-align: center;
      -webkit-transition: background-color 1s;
      transition: background-color 1s; }
      comp-press [data-node-name] .date .month, comp-press [data-node-name] .date .day {
        display: block;
        font-size: 18px;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 1; }
    comp-press [data-node-name] .title {
      font-size: 18px;
      color: #3b3b3b;
      font-weight: bold;
      line-height: normal;
      display: block;
      margin-left: 100px;
      padding-left: 18px;
      position: relative;
      z-index: 1;
      -webkit-transition: color 0.25s;
      transition: color 0.25s; }
    comp-press [data-node-name]:hover .title {
      color: #6F87A6; }
    comp-press [data-node-name]::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 0%;
      -webkit-transition: width 1s;
      transition: width 1s;
      background: #d7d7d7; }
    comp-press [data-node-name].loading .date, comp-press body > .find-dealer [data-node-name].route-fields.loading-location::before .date, body > .find-dealer comp-press [data-node-name].route-fields.loading-location::before .date, comp-press body > .find-dealer [data-node-name].location-fields.loading-location::before .date, body > .find-dealer comp-press [data-node-name].location-fields.loading-location::before .date {
      background-color: #3b3b3b; }
    comp-press [data-node-name].loading::after {
      width: 100%; }
  @media (max-width: 767px) {
    comp-press select.btn {
      font-size: 16px; }
    comp-press input[type="text"].btn.cal {
      font-size: 16px; } }

@-webkit-keyframes pressLoadingAnim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #6F87A6, 2em -2em 0 0em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 0 #6F87A6; }
  12.5% {
    box-shadow: 0 -3em 0 0 #6F87A6, 2em -2em 0 0.2em #6F87A6, 3em 0 0 0 #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #6F87A6, 2em -2em 0 0 #6F87A6, 3em 0 0 0.2em #6F87A6, 2em 2em 0 0 #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0em 0 0 #6F87A6, 2em 2em 0 0.2em #6F87A6, 0 3em 0 0em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0em 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  50% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 0em #6F87A6, 0 3em 0 0.2em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 0 #6F87A6, -2em 2em 0 0.2em #6F87A6, -3em 0 0 0 #6F87A6, -2em -2em 0 -1em #6F87A6; }
  75% {
    box-shadow: 0em -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0em 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 0.2em #6F87A6, -2em -2em 0 0 #6F87A6; }
  87.5% {
    box-shadow: 0em -3em 0 0 #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 0 #6F87A6, -2em -2em 0 0.2em #6F87A6; } }

@keyframes pressLoadingAnim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #6F87A6, 2em -2em 0 0em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 0 #6F87A6; }
  12.5% {
    box-shadow: 0 -3em 0 0 #6F87A6, 2em -2em 0 0.2em #6F87A6, 3em 0 0 0 #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #6F87A6, 2em -2em 0 0 #6F87A6, 3em 0 0 0.2em #6F87A6, 2em 2em 0 0 #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0em 0 0 #6F87A6, 2em 2em 0 0.2em #6F87A6, 0 3em 0 0em #6F87A6, -2em 2em 0 -1em #6F87A6, -3em 0em 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  50% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 0em #6F87A6, 0 3em 0 0.2em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 -1em #6F87A6, -2em -2em 0 -1em #6F87A6; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 0 #6F87A6, -2em 2em 0 0.2em #6F87A6, -3em 0 0 0 #6F87A6, -2em -2em 0 -1em #6F87A6; }
  75% {
    box-shadow: 0em -3em 0 -1em #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0em 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 0.2em #6F87A6, -2em -2em 0 0 #6F87A6; }
  87.5% {
    box-shadow: 0em -3em 0 0 #6F87A6, 2em -2em 0 -1em #6F87A6, 3em 0 0 -1em #6F87A6, 2em 2em 0 -1em #6F87A6, 0 3em 0 -1em #6F87A6, -2em 2em 0 0 #6F87A6, -3em 0em 0 0 #6F87A6, -2em -2em 0 0.2em #6F87A6; } }

comp-dealers {
  display: block; }
  @media (max-width: 767px) {
    comp-dealers comp-tabs {
      display: none; } }
  comp-dealers > inner-content {
    z-index: 2; }
    @media (min-width: 960px) {
      comp-dealers > inner-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        comp-dealers > inner-content > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    comp-dealers > inner-content > aside {
      position: relative; }
      @media (min-width: 960px) {
        comp-dealers > inner-content > aside {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      comp-dealers > inner-content > aside > header {
        background: #ebebeb;
        padding: 28px 48px;
        margin-bottom: 1px; }
        @media (max-width: 959px) {
          comp-dealers > inner-content > aside > header {
            padding: 10px; }
            comp-dealers > inner-content > aside > header #by-location {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              comp-dealers > inner-content > aside > header #by-location button {
                margin-left: 10px;
                padding: 0 10px; }
              comp-dealers > inner-content > aside > header #by-location input {
                margin: 0; } }
        comp-dealers > inner-content > aside > header > comp-tabs {
          margin-bottom: 17px; }
        comp-dealers > inner-content > aside > header input[type="text"] {
          background: #fff; }
      @media (min-width: 960px) {
        comp-dealers > inner-content > aside > .filters-container.map-fixed:not(.map-fixed-bottom) {
          position: fixed;
          bottom: 0;
          right: 0;
          width: 50%;
          z-index: 1; }
        comp-dealers > inner-content > aside > .filters-container.map-fixed-bottom {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%; } }
      comp-dealers > inner-content > aside > .filters-container header {
        background: #ebebeb;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      comp-dealers > inner-content > aside > .filters-container button.filters-info-toggle {
        position: relative;
        -webkit-flex-basis: 24%;
            -ms-flex-preferred-size: 24%;
                flex-basis: 24%;
        max-width: 150px;
        cursor: pointer;
        background: transparent -webkit-linear-gradient(#e1e1e1, #e1e1e1) left center no-repeat;
        background: transparent linear-gradient(#e1e1e1, #e1e1e1) left center no-repeat;
        background-size: 1px 25px; }
        comp-dealers > inner-content > aside > .filters-container button.filters-info-toggle::after {
          font-family: "freightliner-icns" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        comp-dealers > inner-content > aside > .filters-container button.filters-info-toggle::after {
          position: absolute;
          left: 50%;
          height: 24px;
          width: 24px;
          top: 50%;
          -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
          border: 1px solid #888888;
          color: #888888;
          line-height: 24px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-radius: 100%;
          font-size: 12px;
          text-align: center; }
        comp-dealers > inner-content > aside > .filters-container button.filters-info-toggle.active::after {
          background-color: #6F87A6;
          color: #fff; }
      comp-dealers > inner-content > aside > .filters-container button.filters-toggle {
        display: block;
        width: 100%;
        background: #ebebeb;
        padding: 8px 8%;
        color: #888888;
        border: 0px;
        text-align: left;
        position: relative; }
        @media (min-width: 960px) {
          comp-dealers > inner-content > aside > .filters-container button.filters-toggle {
            cursor: default; } }
        @media (max-width: 959px) {
          comp-dealers > inner-content > aside > .filters-container button.filters-toggle.active {
            color: #6F87A6; } }
      comp-dealers > inner-content > aside > .filters-container .filters-info {
        background: #c0c7ce;
        padding: 25px;
        color: #5a6574; }
        @media (min-width: 960px) {
          comp-dealers > inner-content > aside > .filters-container .filters-info {
            max-height: 50vh;
            overflow: auto; } }
        @media (min-width: 530px) {
          comp-dealers > inner-content > aside > .filters-container .filters-info > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        comp-dealers > inner-content > aside > .filters-container .filters-info > div:not(:last-child) {
          margin-bottom: 15px; }
        comp-dealers > inner-content > aside > .filters-container .filters-info > div > * {
          line-height: 1.5; }
        comp-dealers > inner-content > aside > .filters-container .filters-info > div > h4 {
          color: #000;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          width: 26%;
          margin: 0 20px 0 0; }
        comp-dealers > inner-content > aside > .filters-container .filters-info > div > div {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          color: #5a6574;
          max-width: 70%; }
          comp-dealers > inner-content > aside > .filters-container .filters-info > div > div a {
            color: #000;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
            html:not(.touch) comp-dealers > inner-content > aside > .filters-container .filters-info > div > div a:hover {
              box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
      comp-dealers > inner-content > aside > .filters-container .filters {
        background: #fff;
        font-size: 0; }
        @media (min-width: 960px) {
          comp-dealers > inner-content > aside > .filters-container .filters {
            display: block !important; } }
        comp-dealers > inner-content > aside > .filters-container .filters > .filter {
          width: calc(33.3% - 1px);
          height: 42px;
          box-sizing: content-box;
          display: inline-block;
          position: relative;
          margin: 0 -1px -1px 0;
          overflow: hidden;
          font-size: 0;
          border: 1px solid #e1e1e1;
          cursor: pointer;
          background: -webkit-linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
          background: linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
          background-size: 90% 0px;
          -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
          color: #6F87A6; }
          comp-dealers > inner-content > aside > .filters-container .filters > .filter > span {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 10px;
            font-size: 14.52px;
            line-height: 1;
            box-sizing: border-box;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            @media (max-width: 430px) {
              comp-dealers > inner-content > aside > .filters-container .filters > .filter > span {
                font-size: 9px; } }
          html:not(.touch) comp-dealers > inner-content > aside > .filters-container .filters > .filter:hover {
            background-size: 100% 100%;
            color: #fff; }
          comp-dealers > inner-content > aside > .filters-container .filters > .filter.selected {
            background-size: 90% 0;
            background-color: #6F87A6;
            color: #fff; }
            comp-dealers > inner-content > aside > .filters-container .filters > .filter.selected::before {
              background-color: transparent; }
    comp-dealers > inner-content > section {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      padding: 0 20px; }
      @media (min-width: 960px) {
        comp-dealers > inner-content > section {
          padding: 0 67px;
          max-width: 50%; } }
      comp-dealers > inner-content > section .location {
        border-top: 1px solid #d7d7d7;
        padding: 38px 0; }
    comp-dealers > inner-content [list] {
      padding-top: 30px; }
      comp-dealers > inner-content [list] > h5, comp-dealers > inner-content comp-truck-hero > .specs > div li[list] > strong, comp-truck-hero > .specs > div comp-dealers > inner-content li[list] > strong, comp-dealers > inner-content comp-truck-hero comp-specs > div li[list] > strong, comp-truck-hero comp-specs > div comp-dealers > inner-content li[list] > strong, comp-dealers > inner-content [engine] comp-specs > div li[list] > strong, [engine] comp-specs > div comp-dealers > inner-content li[list] > strong, comp-dealers > inner-content [specs] comp-specs[type="cabConfigurations"] [list] > strong, [specs] comp-specs[type="cabConfigurations"] comp-dealers > inner-content [list] > strong, comp-dealers > inner-content article table.specs thead [list] > th, article table.specs thead comp-dealers > inner-content [list] > th, comp-dealers > inner-content article table.specs tbody [list] > td:not([colspan]):first-of-type, article table.specs tbody comp-dealers > inner-content [list] > td:not([colspan]):first-of-type {
        padding: 0 0 30px 0;
        margin: 0;
        border-bottom: 1px solid #d7d7d7;
        text-align: center;
        font-weight: bold; }
      comp-dealers > inner-content [list] > h2 {
        margin: 30px 0 10px 0;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        color: #484848; }
    comp-dealers > inner-content .location > .content > * {
      position: relative;
      padding-left: 50px;
      display: block; }
      comp-dealers > inner-content .location > .content > * ::before {
        position: absolute;
        left: 0;
        top: -12px; }
    comp-dealers > inner-content .location > .content > h2 {
      font-size: 24px;
      color: #484848;
      font-weight: 500; }
      @media (min-width: 960px) {
        comp-dealers > inner-content .location > .content > h2 ::before {
          font-size: 50px;
          color: #713738;
          left: -12px; }
        comp-dealers > inner-content .location > .content > h2 label {
          position: absolute;
          left: -2px;
          top: 0px;
          width: 30px;
          text-align: center;
          font-size: 10px;
          color: #713738; } }
      @media (max-width: 959px) {
        comp-dealers > inner-content .location > .content > h2 {
          padding-left: 0; }
          comp-dealers > inner-content .location > .content > h2 ::before {
            display: none; }
          comp-dealers > inner-content .location > .content > h2 label::after {
            content: ". "; }
          comp-dealers > inner-content .location > .content > h2 > span, comp-dealers > inner-content .location > .content > h2 label {
            font-size: inherit;
            color: inherit;
            font-weight: inherit; } }
      comp-dealers > inner-content .location > .content > h2 .partner label {
        color: #6F87A6; }
      comp-dealers > inner-content .location > .content > h2 .partner::before {
        color: #6F87A6; }
    comp-dealers > inner-content .location > .content > a {
      font-size: 18px;
      font-weight: 500;
      font-family: "industry", sans-serif; }
      comp-dealers > inner-content .location > .content > a ::before {
        -webkit-transform: none;
                transform: none;
        top: 0;
        color: #713738; }
      comp-dealers > inner-content .location > .content > a.phone {
        margin-bottom: 15px; }
    comp-dealers > inner-content .location > .content > h4 {
      line-height: inherit; }
    comp-dealers > inner-content .location > .actions {
      position: relative;
      padding-right: 74px; }
      @media (min-width: 960px) {
        comp-dealers > inner-content .location > .actions {
          padding-left: 50px; } }
      comp-dealers > inner-content .location > .actions > a {
        margin-right: 8px;
        margin-top: 10px;
        display: inline-block;
        font-size: 17px;
        min-width: 186px;
        text-align: center; }
      comp-dealers > inner-content .location > .actions > .open {
        display: block;
        font-family: "industry", sans-serif;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        right: 0;
        top: 0;
        width: 74px;
        text-align: center; }
        comp-dealers > inner-content .location > .actions > .open > span {
          display: block;
          margin: 0 auto;
          position: relative;
          width: 40px;
          height: 40px;
          border-radius: 45px;
          background: #63b978 -webkit-linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
          background: #63b978 linear-gradient(#8fa1b9, #8fa1b9) center bottom no-repeat;
          background-size: 100% 0px; }
          comp-dealers > inner-content .location > .actions > .open > span::before {
            display: block;
            position: absolute;
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 16px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            color: #fff; }
    @media (min-width: 960px) {
      comp-dealers > inner-content .map-spacer, comp-dealers > inner-content [map] {
        height: calc(100vh - 36px - 129px); }
      comp-dealers > inner-content .map-spacer.map-fixed:not(.map-fixed-bottom) .map-container {
        width: 50%;
        position: fixed;
        top: 36px;
        right: 0;
        z-index: 1; }
      comp-dealers > inner-content .map-spacer.map-fixed-bottom {
        position: absolute;
        width: 100%;
        bottom: 129px;
        right: 0; } }
    @media (max-width: 959px) {
      comp-dealers > inner-content .map-spacer {
        position: fixed;
        bottom: 100%;
        left: 0;
        width: 100%; }
      comp-dealers > inner-content [map] {
        height: 400px;
        opacity: 0; } }

comp-dealer {
  display: block; }
  comp-dealer > [map] {
    height: 312px;
    width: 100%; }
  comp-dealer heading {
    text-align: center; }
  comp-dealer [actions] {
    padding-bottom: 28px; }
    @media (min-width: 550px) {
      comp-dealer [actions] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    comp-dealer [actions] > * {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      margin-bottom: 10px; }
      @media (min-width: 550px) {
        comp-dealer [actions] > *:last-child {
          margin-left: 42px; } }
  comp-dealer [phone] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    comp-dealer [phone] > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    comp-dealer [phone] strong {
      display: block; }
  comp-dealer [services] > div {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; }
  comp-dealer [details] {
    padding-top: 0;
    padding-bottom: 0; }
  comp-dealer item-department {
    display: block; }
    comp-dealer item-department:not(:last-child) {
      margin-bottom: 40px; }
    comp-dealer item-department section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      comp-dealer item-department section > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      comp-dealer item-department section > header {
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
        max-width: 30%; }
    comp-dealer item-department > section > header {
      -webkit-flex-basis: 15%;
          -ms-flex-preferred-size: 15%;
              flex-basis: 15%;
      max-width: 15%; }
  comp-dealer h4 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7; }

comp-takeover.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 13; }
  comp-takeover.active canvas {
    width: 100%;
    height: 100%; }
  comp-takeover.active button {
    opacity: 0;
    position: absolute;
    z-index: 14;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    comp-takeover.active button.close {
      top: 10px;
      right: 10px;
      background: transparent !important;
      border: 2px solid #6F87A6;
      color: #6F87A6;
      border-radius: 2px;
      padding: 0;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      width: 26px;
      height: 26px;
      line-height: 26px;
      box-sizing: content-box; }
    comp-takeover.active button.explore {
      top: 79%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      white-space: nowrap; }
  comp-takeover.active.ready button {
    opacity: 1; }

comp-revealer {
  padding: 2.9282576867vw 0; }
  comp-revealer > h2, comp-revealer > p {
    max-width: 760px;
    margin: 0 auto;
    text-align: center; }
  comp-revealer > h2 {
    padding-bottom: 2.9282576867vw;
    text-align: center;
    font-size: 48px; }
  comp-revealer > figure {
    position: relative; }
    comp-revealer > figure img {
      max-width: none;
      width: 100vw; }
    comp-revealer > figure > div {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      overflow: hidden;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      box-shadow: 1px 0 0 #6F87A6; }
    comp-revealer > figure > span {
      position: absolute;
      z-index: 1;
      height: 58px;
      width: 58px;
      /* center the element */
      left: 50%;
      top: 50%;
      margin-left: -29px;
      margin-top: -29px;
      border-radius: 50%;
      background-image: url("/images/drag-arrows.svg"), -webkit-linear-gradient(left, #566e8c 0%, #8fa1b9 100%);
      background-image: url("/images/drag-arrows.svg"), linear-gradient(to right, #566e8c 0%, #8fa1b9 100%);
      background-repeat: no-repeat, repeat;
      background-position: center center, top left;
      background-size: 75% auto, 100% 100%;
      cursor: move;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0) scale(0);
              transform: translate3d(0, 0, 0) scale(0); }
      comp-revealer > figure > span.draggable {
        background-image: url("/images/drag-arrows.svg"), -webkit-linear-gradient(left, #43556c 0%, #6F87A6 100%);
        background-image: url("/images/drag-arrows.svg"), linear-gradient(to right, #43556c 0%, #6F87A6 100%); }
    comp-revealer > figure > comp-background {
      background-color: transparent;
      -webkit-transform: opacity 0.25s;
              transform: opacity 0.25s; }
      comp-revealer > figure > comp-background:not(.active) {
        opacity: 0; }
    comp-revealer > figure.is-visible > div {
      width: 50%;
      -webkit-animation: revealer-bounce-in 0.7s;
              animation: revealer-bounce-in 0.7s; }
    comp-revealer > figure.is-visible > span {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1);
      -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
      transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
      transition: transform 0.3s 0.7s, opacity 0s 0.7s;
      transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s; }
  comp-revealer > nav {
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px;
    border-bottom: 1px solid #ebebeb; }
    comp-revealer > nav button {
      margin: 0 10px; }
      comp-revealer > nav button:not(.active) {
        background-color: #e2e6ea;
        color: #3b3b3b; }
  comp-revealer > p {
    padding-top: 45px; }
    comp-revealer > p:not(.active) {
      display: none; }

@-webkit-keyframes revealer-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes revealer-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

body.configurator-open {
  overflow: hidden; }

#configurator {
  background: #f6f6f6;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  right: -105%;
  z-index: 1000;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  overflow: hidden; }
  #configurator.open {
    right: 0%;
    overflow-x: hidden;
    overflow-y: auto; }
  #configurator.loading, body > .find-dealer #configurator.route-fields.loading-location::before, body > .find-dealer #configurator.location-fields.loading-location::before {
    position: fixed; }
    #configurator.loading:before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: loading 1s linear infinite alternate;
              animation: loading 1s linear infinite alternate;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      left: -80px;
      z-index: 999; }

@keyframes loading {
  0% {
    background-color: #6f87a6;
    box-shadow: 40px 0px 0px 0px rgba(111, 135, 166, 0.2), 80px 0px 0px 0px rgba(111, 135, 166, 0.2); }
  25% {
    background-color: rgba(111, 135, 166, 0.4);
    box-shadow: 40px 0px 0px 0px #6f87a6, 80px 0px 0px 0px rgba(111, 135, 166, 0.2); }
  75% {
    background-color: rgba(111, 135, 166, 0.4);
    box-shadow: 40px 0px 0px 0px rgba(111, 135, 166, 0.2), 80px 0px 0px 0px #6f87a6; } }
  #configurator.closed {
    left: 100%; }
  @media screen and (max-width: 992px) {
    #configurator {
      background: #fff; } }
  #configurator #social {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 30px;
    z-index: 10; }
    #configurator #social a {
      display: inline-block;
      margin: 3px;
      color: #fff;
      background: #6f87a6;
      background-size: 100% 0px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      text-shadow: none;
      border-radius: 100%;
      box-sizing: content-box;
      border: 3px solid #6f87a6;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      position: absolute; }
      #configurator #social a:nth-child(2) {
        top: -55px;
        left: 0; }
      #configurator #social a:nth-child(3) {
        top: -39px;
        left: 34px; }
      #configurator #social a:nth-child(4) {
        top: -7px;
        left: 54px; }
      #configurator #social a:nth-child(5) {
        top: 31px;
        left: 50px; }
      #configurator #social a:hover {
        color: #fff !important;
        text-decoration: none;
        background: #6f87a6;
        border: 3px solid #dbe1e9; }
    @media screen and (max-width: 992px) {
      #configurator #social {
        position: static;
        margin-left: 20px; }
        #configurator #social a {
          position: static; }
          #configurator #social a:nth-child(1) {
            display: none; } }
  #configurator #btn-send-to-dealer {
    display: none;
    background: #6f87a6;
    border-radius: 6px;
    border-color: #6f87a6;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: calc(100% - 220px);
    white-space: nowrap;
    z-index: 10; }
    #configurator #btn-send-to-dealer:hover, #configurator #btn-send-to-dealer:focus, #configurator #btn-send-to-dealer:active {
      background-color: #713738;
      border-color: #713738;
      background-image: -webkit-linear-gradient(top, #865859 0%, #623435 100%);
      background-image: linear-gradient(to bottom, #865859 0%, #623435 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF865859', endColorstr='#FF623435', GradientType=0); }
    @media screen and (max-width: 992px) {
      #configurator #btn-send-to-dealer {
        background: none;
        border: 0 none;
        color: #6f87a6;
        font-size: 16px;
        position: static;
        float: right; }
        #configurator #btn-send-to-dealer:hover, #configurator #btn-send-to-dealer:focus, #configurator #btn-send-to-dealer:active {
          background: none;
          border: 0 none;
          box-shadow: none;
          text-decoration: underline; } }
  #configurator #configurator-selector .vdom {
    background: #ffffff;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 10; }
    @media screen and (max-width: 992px) {
      #configurator #configurator-selector .vdom {
        box-shadow: none; } }
    #configurator #configurator-selector .vdom.active {
      display: block; }
    #configurator #configurator-selector .vdom #cab-selector {
      max-width: 1365px;
      margin: 0 auto;
      position: relative;
      height: 100%; }
    #configurator #configurator-selector .vdom .cab {
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 50%;
      opacity: 1;
      -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
      transition: top 0.5s ease, -webkit-transform 0.5s ease;
      transition: transform 0.5s ease, top 0.5s ease;
      transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
      text-align: center; }
      #configurator #configurator-selector .vdom .cab img {
        max-height: calc(100% - 65px); }
      #configurator #configurator-selector .vdom .cab h2 {
        text-align: center;
        margin-bottom: 0; }
      #configurator #configurator-selector .vdom .cab.active, #configurator #configurator-selector .vdom .cab.inactive {
        top: 50%; }
      #configurator #configurator-selector .vdom .cab.inactive {
        opacity: 0.5; }
      #configurator #configurator-selector .vdom .cab.cab-day {
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
        #configurator #configurator-selector .vdom .cab.cab-day.active {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        #configurator #configurator-selector .vdom .cab.cab-day.inactive {
          -webkit-transform: translate(-170%, -50%);
                  transform: translate(-170%, -50%); }
      #configurator #configurator-selector .vdom .cab.cab-sleeper {
        -webkit-transform: translate(10%, -50%);
                transform: translate(10%, -50%); }
        #configurator #configurator-selector .vdom .cab.cab-sleeper.active {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        #configurator #configurator-selector .vdom .cab.cab-sleeper.inactive {
          -webkit-transform: translate(60%, -50%);
                  transform: translate(60%, -50%); }
      #configurator #configurator-selector .vdom .cab:hover, #configurator #configurator-selector .vdom .cab:focus, #configurator #configurator-selector .vdom .cab.active {
        opacity: 1; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-selector .vdom .cab {
          -webkit-transform: translate(0, -50%) !important;
                  transform: translate(0, -50%) !important;
          width: 50%; }
          #configurator #configurator-selector .vdom .cab.cab-day {
            left: 0; }
          #configurator #configurator-selector .vdom .cab.cab-sleeper {
            left: 50%; }
          #configurator #configurator-selector .vdom .cab h2 {
            font-size: 22px; } }
    #configurator #configurator-selector .vdom #truck-selector {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 60%;
      height: 50%;
      text-align: center; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-selector .vdom #truck-selector {
          width: 80%;
          position: static;
          height: auto; } }
    #configurator #configurator-selector .vdom .truck-cab {
      display: inline-block;
      width: 20%;
      padding: 15px;
      position: relative;
      text-align: center; }
      #configurator #configurator-selector .vdom .truck-cab h3 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 0; }
      #configurator #configurator-selector .vdom .truck-cab:hover {
        background: #ffffff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 992px) {
        #configurator #configurator-selector .vdom .truck-cab {
          width: 50%; } }
  #configurator #configurator-header-primary,
  #configurator #configurator-header-secondary {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 6; }
    #configurator #configurator-header-primary nav .truck-label,
    #configurator #configurator-header-primary nav a,
    #configurator #configurator-header-secondary nav .truck-label,
    #configurator #configurator-header-secondary nav a {
      color: #3b3b3b;
      display: inline-block;
      font-family: "Industry";
      font-weight: 500;
      font-size: 14px;
      height: 60px;
      margin: 0 10px;
      padding: 0 10px;
      line-height: 60px;
      vertical-align: top; }
      #configurator #configurator-header-primary nav .truck-label:hover, #configurator #configurator-header-primary nav .truck-label:focus, #configurator #configurator-header-primary nav .truck-label:active, #configurator #configurator-header-primary nav .truck-label.active,
      #configurator #configurator-header-primary nav a:hover,
      #configurator #configurator-header-primary nav a:focus,
      #configurator #configurator-header-primary nav a:active,
      #configurator #configurator-header-primary nav a.active,
      #configurator #configurator-header-secondary nav .truck-label:hover,
      #configurator #configurator-header-secondary nav .truck-label:focus,
      #configurator #configurator-header-secondary nav .truck-label:active,
      #configurator #configurator-header-secondary nav .truck-label.active,
      #configurator #configurator-header-secondary nav a:hover,
      #configurator #configurator-header-secondary nav a:focus,
      #configurator #configurator-header-secondary nav a:active,
      #configurator #configurator-header-secondary nav a.active {
        border-bottom: 4px solid #6f87a6;
        color: #6f87a6; }
      #configurator #configurator-header-primary nav .truck-label.disabled,
      #configurator #configurator-header-primary nav a.disabled,
      #configurator #configurator-header-secondary nav .truck-label.disabled,
      #configurator #configurator-header-secondary nav a.disabled {
        border-bottom: 0 none;
        opacity: 0.15;
        cursor: not-allowed; }
    #configurator #configurator-header-primary nav .truck-label,
    #configurator #configurator-header-secondary nav .truck-label {
      color: #747474;
      font-size: 12px; }
      #configurator #configurator-header-primary nav .truck-label:hover, #configurator #configurator-header-primary nav .truck-label:focus, #configurator #configurator-header-primary nav .truck-label:active, #configurator #configurator-header-primary nav .truck-label.active,
      #configurator #configurator-header-secondary nav .truck-label:hover,
      #configurator #configurator-header-secondary nav .truck-label:focus,
      #configurator #configurator-header-secondary nav .truck-label:active,
      #configurator #configurator-header-secondary nav .truck-label.active {
        border-bottom: 0 none;
        color: #3b3b3b; }
    #configurator #configurator-header-primary nav .logo,
    #configurator #configurator-header-secondary nav .logo {
      line-height: 56px;
      margin: 0;
      padding: 0 36px 0 36px;
      border: 0 none;
      display: inline-block; }
      #configurator #configurator-header-primary nav .logo img,
      #configurator #configurator-header-secondary nav .logo img {
        height: 16px; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-header-primary nav .logo,
        #configurator #configurator-header-secondary nav .logo {
          padding: 0 15px 0 15px; }
          #configurator #configurator-header-primary nav .logo img,
          #configurator #configurator-header-secondary nav .logo img {
            height: 12px; } }
    #configurator #configurator-header-primary nav .main-nav-wrap,
    #configurator #configurator-header-secondary nav .main-nav-wrap {
      display: inline-block;
      vertical-align: top; }
      #configurator #configurator-header-primary nav .main-nav-wrap .truck-label,
      #configurator #configurator-header-primary nav .main-nav-wrap .main-nav,
      #configurator #configurator-header-secondary nav .main-nav-wrap .truck-label,
      #configurator #configurator-header-secondary nav .main-nav-wrap .main-nav {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
      #configurator #configurator-header-primary nav .main-nav-wrap .truck-label,
      #configurator #configurator-header-secondary nav .main-nav-wrap .truck-label {
        padding-left: 0;
        margin-left: 0; }
      #configurator #configurator-header-primary nav .main-nav-wrap .btn-back,
      #configurator #configurator-header-secondary nav .main-nav-wrap .btn-back {
        display: none; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-header-primary nav .main-nav-wrap .btn-back,
        #configurator #configurator-header-secondary nav .main-nav-wrap .btn-back {
          display: inline-block;
          width: 40px; }
        #configurator #configurator-header-primary nav .main-nav-wrap .main-nav,
        #configurator #configurator-header-secondary nav .main-nav-wrap .main-nav {
          margin: 0 10px;
          display: none; }
        #configurator #configurator-header-primary nav .main-nav-wrap .truck-label,
        #configurator #configurator-header-secondary nav .main-nav-wrap .truck-label {
          display: none; } }
    #configurator #configurator-header-primary nav .primary,
    #configurator #configurator-header-secondary nav .primary {
      background: #ffffff;
      height: 60px; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-header-primary nav .primary,
        #configurator #configurator-header-secondary nav .primary {
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          height: auto;
          position: relative; }
          #configurator #configurator-header-primary nav .primary a,
          #configurator #configurator-header-secondary nav .primary a {
            font-weight: bold;
            text-transform: uppercase; } }
    #configurator #configurator-header-primary nav .btn-back,
    #configurator #configurator-header-secondary nav .btn-back {
      background: url("../images/back-arrow.png") center center no-repeat;
      border: 0 none;
      border-right: 1px solid #fefefe;
      border-radius: 0;
      width: 100px;
      height: 60px;
      margin-right: 20px; }
    #configurator #configurator-header-primary nav .secondary,
    #configurator #configurator-header-secondary nav .secondary {
      box-shadow: inset 0 8px 12px -8px rgba(0, 0, 0, 0.5);
      background: #f6f6f6;
      height: 60px; }
      #configurator #configurator-header-primary nav .secondary .btn-group,
      #configurator #configurator-header-secondary nav .secondary .btn-group {
        display: inline-block !important;
        padding-right: 20px;
        width: auto;
        vertical-align: top; }
      #configurator #configurator-header-primary nav .secondary .btn,
      #configurator #configurator-header-secondary nav .secondary .btn {
        border-radius: 20px;
        display: inline-block;
        height: 40px;
        margin-top: 10px;
        padding: 0 30px;
        line-height: 40px;
        text-transform: capitalize;
        position: relative; }
        #configurator #configurator-header-primary nav .secondary .btn.active,
        #configurator #configurator-header-secondary nav .secondary .btn.active {
          z-index: 2; }
        #configurator #configurator-header-primary nav .secondary .btn.btn-default,
        #configurator #configurator-header-secondary nav .secondary .btn.btn-default {
          background: #d7d7d7;
          border: 0 none;
          color: #000;
          box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
          padding-right: 50px; }
        #configurator #configurator-header-primary nav .secondary .btn + .btn,
        #configurator #configurator-header-secondary nav .secondary .btn + .btn {
          position: relative;
          margin-left: -40px; }
          #configurator #configurator-header-primary nav .secondary .btn + .btn.btn-default,
          #configurator #configurator-header-secondary nav .secondary .btn + .btn.btn-default {
            padding-left: 50px;
            padding-right: 30px; }
      #configurator #configurator-header-primary nav .secondary .truck-label,
      #configurator #configurator-header-secondary nav .secondary .truck-label {
        display: none;
        font-size: 16px;
        font-weight: bold;
        text-align: center; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-header-primary nav .secondary,
        #configurator #configurator-header-secondary nav .secondary {
          box-shadow: none;
          background: #fff;
          height: auto; }
          #configurator #configurator-header-primary nav .secondary .truck-label,
          #configurator #configurator-header-secondary nav .secondary .truck-label {
            display: block; }
          #configurator #configurator-header-primary nav .secondary .btn-back,
          #configurator #configurator-header-secondary nav .secondary .btn-back {
            display: none; }
          #configurator #configurator-header-primary nav .secondary .btn-group,
          #configurator #configurator-header-secondary nav .secondary .btn-group {
            box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
            padding-bottom: 10px;
            position: relative;
            width: 100%;
            text-align: center;
            z-index: 1; }
          #configurator #configurator-header-primary nav .secondary a,
          #configurator #configurator-header-secondary nav .secondary a {
            display: block;
            background: #f6f6f6;
            border-bottom: 1px solid #ebebeb;
            font-size: 24px;
            margin: 0;
            padding-left: 20px;
            position: relative; }
            #configurator #configurator-header-primary nav .secondary a:after,
            #configurator #configurator-header-secondary nav .secondary a:after {
              content: ">";
              position: absolute;
              right: 20px;
              padding-right: 20px; }
            #configurator #configurator-header-primary nav .secondary a.active,
            #configurator #configurator-header-secondary nav .secondary a.active {
              border: 0 none;
              color: #ffffff;
              background-image: -webkit-linear-gradient(top, #8497b0 0%, #60728b 100%);
              background-image: linear-gradient(to bottom, #8497b0 0%, #60728b 100%);
              background-repeat: repeat-x;
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8497B0', endColorstr='#FF60728B', GradientType=0); } }
    #configurator #configurator-header-primary .close,
    #configurator #configurator-header-secondary .close {
      background: none;
      border: 0 none;
      border-left: 2px solid #f4f4f4;
      color: #000;
      font-family: "Industry";
      font-weight: 500;
      font-size: 16px;
      padding: 0;
      position: absolute;
      height: 60px;
      width: 95px;
      line-height: 60px;
      right: 0;
      top: 0;
      text-transform: uppercase;
      z-index: 5; }
      #configurator #configurator-header-primary .close:hover, #configurator #configurator-header-primary .close:focus, #configurator #configurator-header-primary .close:active, #configurator #configurator-header-primary .close.active,
      #configurator #configurator-header-secondary .close:hover,
      #configurator #configurator-header-secondary .close:focus,
      #configurator #configurator-header-secondary .close:active,
      #configurator #configurator-header-secondary .close.active {
        color: #6f87a6; }
  #configurator #configurator-header-secondary {
    position: absolute;
    top: 60px;
    width: 100%; }
    #configurator #configurator-header-secondary .pillar-nav:before {
      margin-right: 10px;
      font-size: 22px;
      position: relative;
      top: 4px; }
    @media screen and (min-width: 993px) and (max-width: 1200px) {
      #configurator #configurator-header-secondary .pillar-nav span {
        display: none; } }
    @media screen and (min-width: 1200px) and (max-width: 1300px) {
      #configurator #configurator-header-secondary .pillar-nav {
        font-size: 12px;
        padding: 0 5px;
        margin: 0; } }
    #configurator #configurator-header-secondary .build-options {
      float: right; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-header-secondary .build-options {
          float: none; } }
  @media screen and (max-width: 992px) {
    #configurator #configurator-header-primary,
    #configurator #configurator-header-secondary {
      box-shadow: none;
      position: relative;
      top: 0; } }
  #configurator #buttons {
    background: #ffffff;
    padding: 20px; }
    #configurator #buttons h3 {
      margin: 5px 0;
      font-size: 24px; }
    #configurator #buttons .btn {
      cursor: pointer;
      display: block;
      text-align: left;
      padding: 0; }
      #configurator #buttons .btn:hover {
        text-decoration: underline;
        color: #333; }
      #configurator #buttons .btn.off {
        text-decoration: line-through; }
    #configurator #buttons .toggle {
      display: block;
      text-align: right; }
    #configurator #buttons .center {
      border: 0 none;
      background: none;
      float: left;
      padding: 5px 10px; }
      #configurator #buttons .center:hover {
        color: blue; }
  #configurator #configurator-viewers {
    position: relative;
    top: 60px;
    height: calc(100% - 120px);
    background: #f6f6f6; }
    @media screen and (max-width: 992px) {
      #configurator #configurator-viewers {
        background: #fff;
        width: 100%;
        max-width: none;
        position: static;
        top: 0;
        height: 0;
        padding-bottom: 66.666%; } }
    #configurator #configurator-viewers #exterior-builder,
    #configurator #configurator-viewers #interior-builder {
      position: absolute;
      left: 0;
      top: 0;
      width: 75%;
      max-width: calc(100% - 400px);
      height: 100%;
      opacity: 0;
      z-index: 1;
      overflow: hidden; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-viewers #exterior-builder,
        #configurator #configurator-viewers #interior-builder {
          position: relative;
          width: 100%;
          max-width: 100%;
          height: 0;
          padding-bottom: 66.666%; } }
    #configurator #configurator-viewers #interior-builder:before {
      background: url("/images/360-interior.png") top right no-repeat;
      background-size: contain;
      content: "";
      position: absolute;
      top: 30px;
      left: 30px;
      width: 5%;
      max-width: 158px;
      height: 0;
      padding-bottom: 16%;
      opacity: 0.5;
      z-index: 1; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-viewers #interior-builder:before {
          top: 10px;
          left: 10px;
          width: 10%;
          opacity: 0.7; } }
    #configurator #configurator-viewers #interior-builder.loading:after {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: loading 1s linear infinite alternate;
              animation: loading 1s linear infinite alternate;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      left: -80px;
      z-index: 1; }
    #configurator #configurator-viewers .viewers[data-viewer=interior] #interior-builder {
      opacity: 1;
      z-index: 2; }
    #configurator #configurator-viewers .viewers[data-viewer=exterior] #exterior-builder {
      opacity: 1;
      z-index: 2; }
    #configurator #configurator-viewers .viewers[data-mode=explore] #exterior-builder,
    #configurator #configurator-viewers .viewers[data-mode=explore] #interior-builder {
      width: 100%;
      max-width: 100%; }
    #configurator #configurator-viewers .viewers[data-mode=explore][data-viewer=interior] #interior-builder {
      z-index: 5; }
    #configurator #configurator-viewers .viewers[data-mode=explore][data-viewer=exterior] #exterior-builder {
      z-index: 3; }
    #configurator #configurator-viewers .viewers[data-mode=build] #hotspot-overlay .vdom {
      left: 100%;
      opacity: 0.3; }
    #configurator #configurator-viewers .viewers[data-mode=build] .hotspot-label {
      display: none !important; }
    @media screen and (max-width: 992px) {
      #configurator #configurator-viewers .viewers[data-viewer=interior] #exterior-builder {
        padding-bottom: 0; }
      #configurator #configurator-viewers .viewers[data-viewer=exterior] #interior-builder {
        padding-bottom: 0; } }
  #configurator #hotspot-overlay {
    z-index: 10; }
    #configurator #hotspot-overlay .vdom {
      background: #f6f6f6;
      position: absolute;
      top: 0;
      left: 100%;
      opacity: 0.3;
      width: 100%;
      height: 100%;
      z-index: 5;
      -webkit-transition: left 1s, opacity 1s;
      transition: left 1s, opacity 1s; }
      #configurator #hotspot-overlay .vdom.active {
        left: 0;
        opacity: 1; }
    #configurator #hotspot-overlay .wrap {
      padding-top: 25px;
      padding-bottom: 10px;
      position: absolute;
      top: 0;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%;
      height: calc(100% - 80px); }
      #configurator #hotspot-overlay .wrap.full-height {
        height: 100%; }
    #configurator #hotspot-overlay .pillar-icon {
      margin-left: 10px; }
      #configurator #hotspot-overlay .pillar-icon:before {
        margin-right: 10px; }
    #configurator #hotspot-overlay h3 {
      border-bottom: 1px solid #ebebeb;
      color: #6f87a6;
      margin-bottom: 25px;
      padding-left: 10px;
      padding-bottom: 25px; }
    #configurator #hotspot-overlay .content {
      padding: 0 10px; }
      #configurator #hotspot-overlay .content ul {
        padding: 0 0 0 20px; }
        #configurator #hotspot-overlay .content ul li {
          list-style: disc outside; }
    #configurator #hotspot-overlay .hotspot-content {
      background: #ffffff;
      position: absolute;
      width: 75%;
      max-width: calc(100% - 400px);
      height: 100%;
      left: 0;
      text-align: center; }
      #configurator #hotspot-overlay .hotspot-content.disabled {
        display: none; }
      #configurator #hotspot-overlay .hotspot-content:before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-animation: loading 1s linear infinite alternate;
                animation: loading 1s linear infinite alternate;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        left: -80px;
        z-index: 1; }
      #configurator #hotspot-overlay .hotspot-content .img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    #configurator #hotspot-overlay .hotspot-slider {
      border-left: 1px solid #ebebeb;
      overflow-x: hidden;
      overflow-y: visible;
      position: absolute;
      top: 0;
      right: 0;
      width: 25%;
      min-width: 400px;
      height: 100%; }
    #configurator #hotspot-overlay .hotspot-slide {
      background: #f6f6f6;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      -webkit-transition: left 0.5s ease;
      transition: left 0.5s ease; }
      #configurator #hotspot-overlay .hotspot-slide.active {
        left: 0; }
      #configurator #hotspot-overlay .hotspot-slide.prev {
        left: -100%; }
      #configurator #hotspot-overlay .hotspot-slide.next {
        left: 100%; }
      #configurator #hotspot-overlay .hotspot-slide .btn {
        font-size: 13px;
        width: 50%;
        position: absolute;
        bottom: 0;
        height: 80px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer; }
        #configurator #hotspot-overlay .hotspot-slide .btn:before {
          content: "";
          position: absolute;
          left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #configurator #hotspot-overlay .hotspot-slide .btn.prev {
          left: 0; }
          #configurator #hotspot-overlay .hotspot-slide .btn.prev:before {
            content: "<"; }
        #configurator #hotspot-overlay .hotspot-slide .btn.next {
          right: 0; }
          #configurator #hotspot-overlay .hotspot-slide .btn.next:before {
            content: ">";
            left: auto;
            right: 10px; }
      #configurator #hotspot-overlay .hotspot-slide .btn-jwlauncher {
        height: 40px;
        width: auto;
        position: static !important;
        border-color: #5e738d;
        color: #fff;
        background-image: -webkit-linear-gradient(top, #8598b1 0%, #5e738d 100%);
        background-image: linear-gradient(to bottom, #8598b1 0%, #5e738d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8598B1', endColorstr='#FF5E738D', GradientType=0); }
    #configurator #hotspot-overlay .close {
      background: #ffffff;
      color: #6f87a6;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0px;
      width: 60px;
      height: 60px;
      font-size: 40px;
      line-height: 60px;
      text-align: center;
      z-index: 20; }
      #configurator #hotspot-overlay .close:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "\2715";
        font-size: 32px;
        opacity: 0.4; }
    @media screen and (max-width: 992px) {
      #configurator #hotspot-overlay .vdom {
        position: fixed;
        top: 0;
        z-index: -1; }
        #configurator #hotspot-overlay .vdom.active {
          width: 100%;
          height: 100%;
          z-index: 10; }
      #configurator #hotspot-overlay .fab-wrap {
        overflow: auto;
        overflow-x: hidden;
        position: static;
        height: 100%; }
      #configurator #hotspot-overlay .hotspot-content {
        background: #f6f6f6;
        position: relative;
        width: 100%;
        max-width: none;
        height: auto;
        overflow: hidden; }
        #configurator #hotspot-overlay .hotspot-content .img {
          max-width: none;
          max-height: none;
          position: relative;
          height: 0;
          padding-bottom: 75%; }
      #configurator #hotspot-overlay .hotspot-slider {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
        min-width: 0;
        z-index: 1; }
        #configurator #hotspot-overlay .hotspot-slider .hotspot-slide {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          height: 400px; }
          #configurator #hotspot-overlay .hotspot-slider .hotspot-slide .btn {
            position: fixed; } }
  #configurator #configurator-infobox {
    border-left: 1px solid #ebebeb;
    position: absolute;
    top: 120px;
    right: 0;
    height: calc(100% - 120px); }
    @media screen and (max-width: 992px) {
      #configurator #configurator-infobox {
        position: relative;
        top: auto;
        width: 100%;
        max-width: none;
        height: auto; } }
    #configurator #configurator-infobox .vdom {
      background: #ffffff;
      position: absolute;
      right: 0;
      padding: 20px;
      width: 25%;
      min-width: 400px;
      height: 100%;
      z-index: 4;
      overflow-x: hidden;
      overflow-y: auto; }
      @media screen and (max-width: 992px) {
        #configurator #configurator-infobox .vdom {
          position: relative;
          width: 100%;
          min-width: 0;
          max-width: none;
          overflow: visible; } }
      #configurator #configurator-infobox .vdom.explore {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #configurator #configurator-infobox .vdom.build {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      @media screen and (max-width: 992px) {
        #configurator #configurator-infobox .vdom {
          position: relative;
          width: 100%;
          min-width: 0;
          max-width: none;
          overflow: visible;
          -webkit-transform: none !important;
                  transform: none !important; } }
    #configurator #configurator-infobox .btn {
      font-size: 14px;
      padding-left: 5px;
      padding-right: 5px; }
  #configurator .hotspot-label {
    background: rgba(170, 170, 170, 0.5);
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, transform 0.4s;
    transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s; }
    #configurator .hotspot-label:before {
      background: #aaa;
      border-radius: 50%;
      content: "\0020";
      position: absolute;
      width: 37px;
      height: 37px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }
    #configurator .hotspot-label:after {
      background: url("/images/hotspot-icon.png") center center;
      background-size: contain;
      color: #eceff3;
      content: "";
      position: absolute;
      width: 37px;
      height: 37px;
      font-size: 26px;
      opacity: 0.5;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      line-height: 37px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      text-align: center; }
    #configurator .hotspot-label:hover, #configurator .hotspot-label:active, #configurator .hotspot-label:focus, #configurator .hotspot-label.active {
      background: rgba(111, 135, 166, 0.5);
      border: 1px solid #6f87a6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      #configurator .hotspot-label:hover:before, #configurator .hotspot-label:active:before, #configurator .hotspot-label:focus:before, #configurator .hotspot-label.active:before {
        background: #6f87a6; }
    @media screen and (max-width: 992px) {
      #configurator .hotspot-label {
        width: 30px;
        height: 30px; }
        #configurator .hotspot-label:before {
          width: 22px;
          height: 22px; }
        #configurator .hotspot-label:after {
          width: 22px;
          height: 22px;
          line-height: 22px;
          font-size: .8em; } }
  #configurator .option-group h2 {
    color: #3b3b3b;
    font-family: "Industry";
    font-size: 18px;
    font-weight: 500;
    position: relative; }
    #configurator .option-group h2.icon-info {
      cursor: pointer; }
      #configurator .option-group h2.icon-info:after {
        content: "i";
        display: inline-block;
        right: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #666;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        font-size: .75em;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 8px;
        position: relative;
        top: -1px; }
  #configurator .option-group .category-info {
    display: none; }
  #configurator .option-group:first-child h2 {
    margin-top: 0; }
  #configurator .progress-bar-mask {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none; }
  #configurator .progress-bar-wrap {
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px; }
    #configurator .progress-bar-wrap .progress-bar-circle:before {
      background-image: -webkit-linear-gradient(top, #6f94b5 0%, #496e8f 100%);
      background-image: linear-gradient(to bottom, #6f94b5 0%, #496e8f 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6F94B5', endColorstr='#FF496E8F', GradientType=0);
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 48%;
      height: 48%;
      border-radius: 50%; }
    #configurator .progress-bar-wrap .progress-bar-circle .progressbar-text {
      font-weight: bold;
      text-align: center;
      line-height: 1.3; }
    #configurator .progress-bar-wrap.remainder {
      width: 100%;
      height: 4px;
      margin: 0;
      display: none; }
      #configurator .progress-bar-wrap.remainder .progress-bar-line {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
        #configurator .progress-bar-wrap.remainder .progress-bar-line svg {
          position: absolute;
          top: 0;
          left: 0; }
  #configurator .layers {
    background: #f6f6f6;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    max-width: 1365px;
    left: 0;
    right: 0; }
    #configurator .layers.disabled {
      display: none; }
    #configurator .layers:before {
      background: url("/images/360-exterior.png") top right no-repeat;
      background-size: contain;
      content: "";
      position: absolute;
      top: 30px;
      left: 30px;
      width: 5%;
      max-width: 158px;
      height: 0;
      padding-bottom: 7%;
      opacity: 0.5;
      z-index: 1; }
      @media screen and (max-width: 992px) {
        #configurator .layers:before {
          width: 10%;
          opacity: 0.7; } }
    #configurator .layers .view-hotspots {
      border-radius: 10px;
      font-size: 14px;
      padding: 5px 20px;
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1; }
      @media screen and (max-width: 992px) {
        #configurator .layers .view-hotspots {
          top: auto;
          bottom: 5px;
          right: 5px; } }
    #configurator .layers .vdom {
      margin: 0 auto;
      position: relative; }
    #configurator .layers .image-layer,
    #configurator .layers .paint-layer {
      position: absolute;
      width: 100%;
      height: 100%; }
      #configurator .layers .image-layer img,
      #configurator .layers .paint-layer img {
        max-width: 100%;
        max-height: 100%; }
    #configurator .layers .layer-angle {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
      #configurator .layers .layer-angle:first-child {
        opacity: 1; }
    @media screen and (max-width: 992px) {
      #configurator .layers {
        background: #fff; } }
  #configurator .btn-group {
    display: table;
    table-layout: fixed;
    width: 100%; }
  #configurator .btn {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFECECEC', GradientType=0);
    border-radius: 0;
    border: 1px solid #eef0f3;
    color: #6f87a6;
    display: table-cell;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #configurator .btn:hover, #configurator .btn:focus, #configurator .btn:active, #configurator .btn.active {
      border-color: #5e738d;
      color: #fff;
      background-image: -webkit-linear-gradient(top, #8598b1 0%, #5e738d 100%);
      background-image: linear-gradient(to bottom, #8598b1 0%, #5e738d 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8598B1', endColorstr='#FF5E738D', GradientType=0); }
  #configurator .btn-seat {
    display: inline-block;
    width: 50%; }
    #configurator .btn-seat.disabled {
      display: none; }
  #configurator .btn-color {
    display: inline-block;
    border: 0 none;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: calc(20% - 1px);
    height: 0;
    padding-bottom: 14.28%; }
    @media screen and (max-width: 992px) {
      #configurator .btn-color {
        width: calc(10% - 1px); } }
  #configurator .btn-color_maroon {
    background: #331417; }
    #configurator .btn-color_maroon:hover, #configurator .btn-color_maroon:focus, #configurator .btn-color_maroon:active, #configurator .btn-color_maroon.active {
      background: #331417;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_red {
    background: #ED1C2C; }
    #configurator .btn-color_red:hover, #configurator .btn-color_red:focus, #configurator .btn-color_red:active, #configurator .btn-color_red.active {
      background: #ED1C2C;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_viper {
    background: #B02026; }
    #configurator .btn-color_viper:hover, #configurator .btn-color_viper:focus, #configurator .btn-color_viper:active, #configurator .btn-color_viper.active {
      background: #B02026;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_orange {
    background: #F15421; }
    #configurator .btn-color_orange:hover, #configurator .btn-color_orange:focus, #configurator .btn-color_orange:active, #configurator .btn-color_orange.active {
      background: #F15421;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_boral {
    background: #ECC11A; }
    #configurator .btn-color_boral:hover, #configurator .btn-color_boral:focus, #configurator .btn-color_boral:active, #configurator .btn-color_boral.active {
      background: #ECC11A;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_yellow {
    background: #DBE245; }
    #configurator .btn-color_yellow:hover, #configurator .btn-color_yellow:focus, #configurator .btn-color_yellow:active, #configurator .btn-color_yellow.active {
      background: #DBE245;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_moss {
    background: #4D8C40; }
    #configurator .btn-color_moss:hover, #configurator .btn-color_moss:focus, #configurator .btn-color_moss:active, #configurator .btn-color_moss.active {
      background: #4D8C40;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_richblue {
    background: #0E4D66; }
    #configurator .btn-color_richblue:hover, #configurator .btn-color_richblue:focus, #configurator .btn-color_richblue:active, #configurator .btn-color_richblue.active {
      background: #0E4D66;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_ryder {
    background: #0BC0DD; }
    #configurator .btn-color_ryder:hover, #configurator .btn-color_ryder:focus, #configurator .btn-color_ryder:active, #configurator .btn-color_ryder.active {
      background: #0BC0DD;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_blue {
    background: #1279A7; }
    #configurator .btn-color_blue:hover, #configurator .btn-color_blue:focus, #configurator .btn-color_blue:active, #configurator .btn-color_blue.active {
      background: #1279A7;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_viperblue {
    background: #184377; }
    #configurator .btn-color_viperblue:hover, #configurator .btn-color_viperblue:focus, #configurator .btn-color_viperblue:active, #configurator .btn-color_viperblue.active {
      background: #184377;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_cypress {
    background: #5E8097; }
    #configurator .btn-color_cypress:hover, #configurator .btn-color_cypress:focus, #configurator .btn-color_cypress:active, #configurator .btn-color_cypress.active {
      background: #5E8097;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_concord {
    background: #07425D; }
    #configurator .btn-color_concord:hover, #configurator .btn-color_concord:focus, #configurator .btn-color_concord:active, #configurator .btn-color_concord.active {
      background: #07425D;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_azul {
    background: #15345D; }
    #configurator .btn-color_azul:hover, #configurator .btn-color_azul:focus, #configurator .btn-color_azul:active, #configurator .btn-color_azul.active {
      background: #15345D;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_purple {
    background: #8765AC; }
    #configurator .btn-color_purple:hover, #configurator .btn-color_purple:focus, #configurator .btn-color_purple:active, #configurator .btn-color_purple.active {
      background: #8765AC;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_black {
    background: #101010; }
    #configurator .btn-color_black:hover, #configurator .btn-color_black:focus, #configurator .btn-color_black:active, #configurator .btn-color_black.active {
      background: #101010;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_midnight {
    background: #060909; }
    #configurator .btn-color_midnight:hover, #configurator .btn-color_midnight:focus, #configurator .btn-color_midnight:active, #configurator .btn-color_midnight.active {
      background: #060909;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_white {
    background: #FBFCF1; }
    #configurator .btn-color_white:hover, #configurator .btn-color_white:focus, #configurator .btn-color_white:active, #configurator .btn-color_white.active {
      background: #FBFCF1;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_fawn {
    background: #B9AEA0; }
    #configurator .btn-color_fawn:hover, #configurator .btn-color_fawn:focus, #configurator .btn-color_fawn:active, #configurator .btn-color_fawn.active {
      background: #B9AEA0;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator .btn-color_slate {
    background: #616464; }
    #configurator .btn-color_slate:hover, #configurator .btn-color_slate:focus, #configurator .btn-color_slate:active, #configurator .btn-color_slate.active {
      background: #616464;
      box-shadow: inset 0 0 20px -1px rgba(255, 255, 255, 0.8); }
  #configurator #send-to-dealer {
    display: none; }
    #configurator #send-to-dealer.active {
      background: #f6f6f6;
      box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
      display: block;
      padding-top: 60px;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: calc(100% - 60px);
      z-index: 999; }
    #configurator #send-to-dealer .btn-back {
      background: #fff url("../images/back-arrow.png") center center no-repeat;
      box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
      border: 0 none;
      border-right: 1px solid #fefefe;
      border-radius: 0;
      width: 100px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0; }
    #configurator #send-to-dealer h2 {
      margin-left: 8px; }
    #configurator #send-to-dealer #truck-details {
      position: absolute;
      left: 0;
      top: 60px;
      width: 50%;
      height: calc(100% - 120px);
      padding: 0 20px 20px 20px;
      overflow: auto; }
      #configurator #send-to-dealer #truck-details #truck {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 66.666%; }
        #configurator #send-to-dealer #truck-details #truck #configurator-viewers {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0; }
          #configurator #send-to-dealer #truck-details #truck #configurator-viewers #hotspot-overlay {
            display: none; }
          #configurator #send-to-dealer #truck-details #truck #configurator-viewers .hotspot-label {
            display: none !important; }
      #configurator #send-to-dealer #truck-details h3 {
        color: #484848;
        font-size: 20px; }
      #configurator #send-to-dealer #truck-details p {
        font-size: 14px; }
      #configurator #send-to-dealer #truck-details .detail-wrap {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; }
        @media screen and (max-width: 480px) {
          #configurator #send-to-dealer #truck-details .detail-wrap {
            -webkit-column-count: 1;
               -moz-column-count: 1;
                    column-count: 1;
            -webkit-column-gap: 0;
               -moz-column-gap: 0;
                    column-gap: 0; } }
        #configurator #send-to-dealer #truck-details .detail-wrap .detail-category {
          display: inline-block; }
          #configurator #send-to-dealer #truck-details .detail-wrap .detail-category h3 {
            margin-top: 10px;
            margin-bottom: 5px;
            font-size: 16px; }
          #configurator #send-to-dealer #truck-details .detail-wrap .detail-category li {
            font-size: 14px; }
    #configurator #send-to-dealer #send-to-dealer-form {
      position: absolute;
      right: 0;
      top: 60px;
      height: calc(100% - 120px);
      width: 50%;
      padding: 20px;
      border-left: 1px solid #dadada; }
      @media screen and (max-width: 480px) {
        #configurator #send-to-dealer #send-to-dealer-form {
          padding: 0 20px 20px 10px; } }
    #configurator #send-to-dealer input {
      display: inline-block;
      background: none;
      margin: 10px !important;
      padding: 0;
      height: 32px; }
      #configurator #send-to-dealer input.error {
        border-color: #ce201f; }
    #configurator #send-to-dealer .half {
      width: calc(50% - 24px); }
    #configurator #send-to-dealer .full {
      width: calc(100% - 24px); }
    #configurator #send-to-dealer .state {
      width: calc(20% - 24px); }
    #configurator #send-to-dealer .zip {
      width: calc(30% - 24px); }
    #configurator #send-to-dealer .submit {
      background: #6f87a6;
      border-radius: 6px;
      border-color: #6f87a6;
      color: #ffffff;
      font-size: 14px;
      margin-top: 20px;
      margin-left: 10px;
      text-transform: uppercase;
      white-space: nowrap;
      z-index: 10; }
      #configurator #send-to-dealer .submit:hover, #configurator #send-to-dealer .submit:focus, #configurator #send-to-dealer .submit:active {
        background-color: #713738;
        border-color: #713738;
        background-image: -webkit-linear-gradient(top, #865859 0%, #623435 100%);
        background-image: linear-gradient(to bottom, #865859 0%, #623435 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF865859', endColorstr='#FF623435', GradientType=0); }
    @media screen and (max-width: 992px) {
      #configurator #send-to-dealer #truck-details,
      #configurator #send-to-dealer #send-to-dealer-form {
        background: #ffffff;
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        border: 0 none; } }
  #configurator #drawer {
    display: none;
    background: #ffffff;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    height: auto;
    z-index: 999;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    #configurator #drawer.open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    #configurator #drawer #handle {
      cursor: pointer;
      background: #ffffff;
      border-radius: 10px 10px 0 0;
      border: 1px solid #ccc;
      border-bottom: 1px solid #fff;
      color: #6f87a6;
      display: block;
      font-family: "industry", sans-serif;
      font-size: 12px;
      font-weight: 500;
      padding: 5px 0 0 0;
      text-transform: uppercase;
      position: absolute;
      top: 0px;
      left: 50%;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      width: 200px; }
      #configurator #drawer #handle .handle-up-arrow {
        position: absolute;
        top: 9px;
        font-size: 22px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 14px;
        height: 10px;
        display: block;
        line-height: 10px; }
        #configurator #drawer #handle .handle-up-arrow.left {
          left: 9px; }
        #configurator #drawer #handle .handle-up-arrow.right {
          right: 7px; }
    #configurator #drawer .cab-option {
      display: inline-block;
      width: 140px;
      text-align: center; }
      #configurator #drawer .cab-option.disabled {
        opacity: 0.5; }
      #configurator #drawer .cab-option img {
        max-width: 100%; }
      #configurator #drawer .cab-option span {
        color: #6f87a6 !important;
        display: block;
        white-space: nowrap; }
    @media screen and (max-width: 992px) {
      #configurator #drawer {
        position: static;
        -webkit-transform: none;
                transform: none; }
        #configurator #drawer #handle {
          position: static;
          -webkit-transform: none;
                  transform: none;
          width: 100%;
          background: #ffffff;
          border-radius: 0;
          border: 0 none;
          padding: 10px 0 10px 20px;
          text-align: left;
          font-size: 20px;
          font-family: "industry", sans-serif;
          text-transform: none; }
          #configurator #drawer #handle:after {
            content: ">";
            position: absolute;
            right: 20px;
            padding-right: 20px; }
        #configurator #drawer .cab-options {
          display: none;
          padding-top: 20px; } }
/*# sourceMappingURL=site.css.map */