@charset "UTF-8";
/* 
=======================================
Table of Contents
=======================================
*/
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1779ba; }
  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1779ba; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px;
    margin-right: 0; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #126195;
    color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px;
      margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 445px;
  transform: translateX(-445px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-445px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(445px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 445px;
  transform: translateX(445px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(445px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-445px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 445px;
  transform: translateY(-445px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-445px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(445px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 445px;
  transform: translateY(445px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(445px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-445px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 445px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 445px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 445px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 445px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 445px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 445px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 445px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 445px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 445px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 445px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 445px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 445px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 445px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 445px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 445px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 445px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-loading .slick-list {
  background: #fff url("./../images/vendors/ajax-loader.gif") center center no-repeat; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ==========================================================================
   0. variables
   ========================================================================== */
@font-face {
  font-family: 'EurostileLTStd-Bold';
  src: url("/css/fonts/EurostileLTStd-Bold.woff2") format("woff2"), url("/css/fonts/EurostileLTStd-Bold.woff") format("woff"), url("/css/fonts/EurostileLTStd-Bold.svg#EurostileLTStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   1. General (Foundation Overrides)
   ========================================================================== */
body {
  font-family: "Roboto", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EurostileLTStd-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0a0a0a; }

h1 {
  font-size: 1.85rem; }

h2 {
  font-size: 1.85rem;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-size: 1.5rem;
  letter-spacing: .125rem; }

h4 {
  font-size: 1.125rem;
  letter-spacing: .125rem; }

h5 {
  font-size: 1rem;
  letter-spacing: .125rem; }

h6 {
  font-size: .9rem; }

a {
  color: #cc3333;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #999999; }
  a:focus {
    color: #0a0a0a; }

ul,
ol {
  margin-right: 0;
  margin-bottom: 0; }

table {
  min-width: 100%;
  margin-bottom: 0;
  border: 0; }

table tr td,
table thead tr th {
  text-align: center; }

.bg-img {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.hidden {
  display: none !important; }

.product-paragraph {
  color: #000;
  margin-bottom: 0.5rem;
  text-align: left;
  margin-right: 1rem; }

.info--limit {
  line-height: 1.2em;
  overflow: hidden;
  margin-bottom: 0; }

.info--height {
  height: 6em; }

.parallax {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .parallax h1,
  .parallax h2 {
    position: relative;
    padding: 1.8rem;
    font-size: 2.25rem;
    top: 25%; }
  .parallax .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .parallax .img .bg-top {
      background-position: center top; }
  .parallax .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0.4;
    background: #000; }

.page-header {
  text-align: right;
  padding: 1rem .5rem; }
  @media print, screen and (min-width: 64em) {
    .page-header {
      padding-top: 3rem;
      padding-bottom: 1rem; } }
  .page-header h1 {
    color: #0a0a0a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: .1rem;
    font-size: 1.25rem; }
    @media print, screen and (min-width: 64em) {
      .page-header h1 {
        font-size: 1.85rem; } }
    .page-header h1 span {
      font-weight: 400; }

#configurator .page-header {
  padding-bottom: 0; }

.white-popup {
  background: #fefefe;
  margin: 20px auto;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: auto;
  padding-top: 2rem; }
  .white-popup .popup-header {
    font-size: 1.2rem; }
  .white-popup .button-group {
    margin-bottom: 0;
    overflow: auto; }
    .white-popup .button-group button:first-child {
      margin-right: .25rem; }
    .white-popup .button-group button:last-child {
      margin-left: .25rem; }

.no-results {
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  color: white;
  display: none; }
  .overlay--nav {
    display: block;
    top: 3.2rem; }

.primary {
  color: #cc3333;
  display: block;
  font-weight: 800; }

.primary-bg {
  background-color: #cc3333; }

.primary-btn {
  border-radius: 4px;
  padding: 0.8rem 1.9rem;
  margin: 0;
  font-weight: 700; }
  .primary-btn a {
    color: #fefefe; }

.red-bg {
  background-color: #cc3333; }

.black-font {
  color: #333; }

.red {
  color: #cc3333; }

.white {
  color: #fefefe; }

.button {
  font-weight: bold;
  background-color: #cc3333;
  border-radius: 2px;
  padding: 1rem 1.5rem;
  letter-spacing: .1rem; }
  .button:hover {
    background-color: #999999; }

.no-margin {
  margin-bottom: 0; }

.button.secondary {
  background-color: #e7e7e7;
  color: #323232; }

.black,
.button.black {
  background-color: #000000; }

.button,
.text-uppercase {
  text-transform: uppercase; }

.button-group .button {
  padding-right: 0;
  padding-left: 0; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 700; }

.font-heavy {
  font-weight: 900; }

.font-italic {
  font-style: italic; }

.g-recaptcha {
  margin-bottom: 0.5rem;
  display: inline-block; }

#captchaCheck {
  float: left;
  margin-left: 1rem;
  text-transform: uppercase; }

.padded {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padded.extra {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padded.short {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.padded-left {
  padding-left: 0.5rem; }

.padded-right {
  padding-right: 0.5rem; }

.container-padding--b {
  padding-bottom: 4rem; }

.accordion .accordion-navigation > .content {
  padding-right: 0;
  padding-left: 0; }

.accordion-item:first-child > :first-child {
  font-weight: 700; }

.anchor {
  position: relative;
  top: -3rem;
  display: block;
  visibility: hidden; }

.full-width {
  width: 100%;
  max-width: 100%; }

.menu.simple > li > a {
  padding: 0; }

.menu > li:not(.menu-text) > a {
  padding: 1rem; }

.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%; }

.title-bar,
.top-bar {
  padding: 0; }

.top-bar,
.top-bar ul {
  background-color: transparent; }

.top-bar ul.is-dropdown-submenu {
  background-color: white;
  border: 0px; }

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  right: 0px; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border-color: #cc3333 transparent transparent;
  right: 0px;
  display: none; }

.dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #cc3333;
  right: 5px; }

.dropdown.menu > li > a:hover,
.dropdown.menu > li > ul li a:hover,
.dropdown.menu > li.is-active > a {
  color: #cc3333; }

.dropdown.menu > li > ul li a {
  padding: 0.5rem 0rem; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 154%;
  min-width: 280px;
  padding-bottom: 20px; }

address {
  font-style: normal; }

#instafeed .column, #instafeed .columns {
  padding: 1px; }

@media only screen and (min-width: 40.063em) {
  .int.site-content .h2 {
    font-size: 2.6rem; } }

/********* VIDEO *********/
#videos {
  margin-top: 3rem; }
  #videos a:hover {
    color: #666; }
  #videos a::before {
    background: rgba(255, 255, 255, 0); }
  #videos p {
    font-size: 1.6rem; }
  #videos #next-button {
    background-color: #fff; }
  #videos #video-container .column a, #videos #video-container .columns a {
    position: relative;
    display: block; }

.white-popup--wide {
  max-width: 700px; }

.hover-item-link {
  display: block;
  padding: 1rem 0; }

.hover-item {
  position: relative;
  display: block;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  text-align: center; }
  .hover-item:hover .hover-item__img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .hover-item__header {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 1.2rem; }
  .hover-item__header,
  .hover-item h6 small {
    color: #545454; }
  .hover-item__img {
    -webkit-transition: -webkit-all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.7rem; }
  h2 {
    font-size: 2.1rem; }
  h3 {
    font-size: 2rem; }
  h5 {
    font-size: 1.5rem; }
  p {
    font-size: 1rem; } }

.popup-bkg .mfp-img {
  background-color: #fff; }

.popup-bkg .mfp-image-holder .mfp-close {
  color: #000;
  right: 0; }

.line-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center; }
  @media print, screen and (min-width: 40em) {
    .line-title {
      margin-bottom: 2rem; } }
  .line-title .line {
    height: 1px;
    background-color: #575757;
    width: 33%; }
    @media print, screen and (min-width: 40em) {
      .line-title .line {
        width: 100%; } }
    @media screen and (max-width: 430px) {
      .line-title .line {
        width: 20%; } }
  .line-title .title {
    font-weight: 600;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.15rem; }
    @media print, screen and (min-width: 40em) {
      .line-title .title {
        font-size: 1.25rem;
        width: 35%; } }
    @media screen and (max-width: 430px) {
      .line-title .title {
        width: 75%; } }
    .line-title .title span {
      font-weight: 500; }

.thumbnail {
  transition: all .2s ease-in-out;
  box-shadow: none;
  border: 0; }
  .thumbnail:hover {
    box-shadow: none;
    transform: scale(1.025); }

/* ==========================================================================
   7. loading modal
   ========================================================================== */
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

#loading-modal {
  text-align: center;
  color: #fefefe;
  font-size: 2rem; }
  #loading-modal .fa-spin {
    animation: spin 1s linear infinite; }

/* ==========================================================================
   7. foundation
   ========================================================================== */
.row {
  max-width: 90rem; }

/* ==========================================================================
   7. popup
   ========================================================================== */
.mfp-wrap {
  top: 0 !important; }
  .mfp-wrap h1 {
    color: #cc3333;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700; }
  .mfp-wrap h4 {
    color: #cc3333;
    font-weight: 700;
    text-transform: uppercase; }
  .mfp-wrap p {
    font-family: "Arial", sans-serif;
    line-height: 1.5;
    font-size: .8;
    text-align: center; }
  .mfp-wrap #contact-form {
    font-family: "Arial", sans-serif; }

/* ==========================================================================
   7. FOUC - flash of unstyled content
   ========================================================================== */
.no-js {
  display: none; }

/* ==========================================================================
   7. Fitment loader 
   ========================================================================== */
.white-popup.processing {
  background-color: transparent;
  color: #fefefe;
  text-align: center; }

.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

/* ==========================================================================
   8. Front Page
   ========================================================================== */
/* ==========================================================================
   10. Forms
   ========================================================================== */
/* honeypot */
.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

.t-uppercase {
  text-transform: uppercase; }

.t-center {
  text-align: center; }
  @media print, screen and (max-width: 39.99875em) {
    .t-center--sm {
      text-align: center; } }

.t-right {
  text-align: right; }

.color--gray {
  color: #cacaca; }

.margin--tb {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.padding--tb {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.f-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.border-b {
  border-bottom: 5px solid #cc3333; }

/* ==========================================================================
   2. Header
   ========================================================================== */
@media print, screen and (min-width: 40em) {
  header {
    background-color: #fefefe; } }

header .top-bar {
  padding: 21px 0; }
  header .top-bar a {
    font-size: 1rem;
    font-weight: 700;
    color: #0a0a0a;
    text-transform: uppercase;
    position: relative; }
    header .top-bar a.active-page:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: -.6rem;
      display: block;
      background-color: #2ca900;
      height: 3px;
      width: 100%; }
  header .top-bar .top-bar-left {
    padding: 8px 0;
    padding-right: 2%; }
  header .top-bar .hp-btn-links a {
    font-size: 1.2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-left: 8px; }

header .top-bar-title {
  background-color: #fefefe; }
  header .top-bar-title img {
    max-width: 350px; }

header .header .pencil.mobile-view {
  background-color: #eceef7;
  text-align: center;
  padding-top: .5rem;
  border-bottom: 1px solid #cccccc; }
  header .header .pencil.mobile-view a {
    font-family: "EurostileLTStd-Bold", sans-serif;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 700; }
  header .header .pencil.mobile-view .header-promotion {
    background-color: #cc3333;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 500; }
    header .header .pencil.mobile-view .header-promotion p {
      margin-bottom: 0; }

header .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
      background-color:$white;
      //background:linear-gradient(104deg, $black0 0, $black0 85%, transparent 85%, transparent 100%);
      
      display:flex;
      align-items:center;
      justify-content:space-between;
      position:relative;
      padding:1rem;
      @include breakpoint (large) {
        background:linear-gradient(104deg, $black0 0, $black0 85%, transparent 85%, transparent 100%);
        width:222px;
        justify-content:center;
      }
      &:after {
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        background-color:$primary-color;
        height:45px;
        z-index:-1;
      }
      > span,div {
        width:33.3333%;
        @include breakpoint (large) {
          width:auto;
        }
      }
      }*/ }
  @media print, screen and (min-width: 64em) {
    header .header-left {
      display: static; } }
  header .header-left .hamburger {
    width: 72px; }
  header .header-left .header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 260px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      header .header-left .header-logo {
        max-width: none;
        text-align: left; } }
    header .header-left .header-logo img {
      padding: .5rem 0; }
  header .header-left .header-search.mobile {
    display: flex;
    align-items: center; }
    header .header-left .header-search.mobile .toggle-search {
      font-size: 1.5rem;
      color: #333333; }
      @media print, screen and (min-width: 64em) {
        header .header-left .header-search.mobile .toggle-search {
          font-size: 1rem; } }
    header .header-left .header-search.mobile button {
      margin-left: .5rem;
      position: relative; }
      header .header-left .header-search.mobile button i {
        font-size: 2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
      header .header-left .header-search.mobile button .snipcart-items-count {
        background-color: #cc3333;
        color: #fefefe;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 12px;
        right: 7px;
        border-radius: 50px; }
  header .header-left .header-logo img {
    width: 80%; }

header .header-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 75em) {
    header .header-right .header-phone {
      margin-left: 2rem; } }
  header .header-right .header-phone a {
    color: #0a0a0a;
    font-size: 3rem;
    font-weight: 800;
    font-family: "EurostileLTStd-Bold", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: .5rem; }
    header .header-right .header-phone a span {
      font-size: .9rem;
      max-width: 156px;
      font-size: 1rem;
      display: inline-block;
      line-height: 1.25;
      color: #cc3333; }
  header .header-right .header-phone p {
    font-family: "EurostileLTStd-Bold", sans-serif;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      header .header-right .header-phone p {
        text-align: right;
        margin-right: .25rem; } }
  header .header-right .header-cta {
    display: flex;
    align-items: center; }
    header .header-right .header-cta a {
      margin-bottom: 0; }
      header .header-right .header-cta a.button:hover, header .header-right .header-cta a.toggle-search:hover {
        background-color: #cc3333;
        color: #fefefe; }
      header .header-right .header-cta a.button {
        padding: .75rem 1rem;
        border-radius: 5px;
        color: #fefefe;
        background-color: #cc3333;
        margin-right: .5rem;
        letter-spacing: normal; }
        @media print, screen and (min-width: 64em) {
          header .header-right .header-cta a.button {
            margin-right: 2.5rem; } }
      header .header-right .header-cta a.toggle-search {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333333;
        width: 48px;
        height: 48px;
        color: #fefefe;
        border-radius: 3px;
        font-size: 1.35rem;
        margin-right: .5rem; }
        @media print, screen and (min-width: 64em) {
          header .header-right .header-cta a.toggle-search {
            margin-right: 2rem; } }
    header .header-right .header-cta .cart-button button {
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
    header .header-right .header-cta .cart-button i {
      font-size: 1.5rem;
      margin-top: .5rem;
      margin-bottom: .5rem; }
    header .header-right .header-cta .cart-button .snipcart-items-count {
      background-color: #cc3333;
      color: #fefefe;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 50px; }
  header .header-right-top {
    background-color: #cc3333; }
    header .header-right-top .column, header .header-right-top .columns {
      display: flex;
      align-items: center; }
      header .header-right-top .column:nth-child(2), header .header-right-top .columns:nth-child(2) {
        text-align: center; }
        header .header-right-top .column:nth-child(2) a, header .header-right-top .columns:nth-child(2) a {
          margin-left: 10%;
          font-size: 2.5rem;
          line-height: 1;
          font-weight: 900; }
      header .header-right-top .column:last-child, header .header-right-top .columns:last-child {
        text-align: right; }
        header .header-right-top .column:last-child a, header .header-right-top .columns:last-child a {
          line-height: 1; }
    header .header-right-top a {
      font-weight: 700;
      color: #fefefe;
      font-size: .7rem;
      letter-spacing: .05rem; }
      header .header-right-top a:hover {
        color: #0a0a0a; }
      header .header-right-top a.snipcart-customer-signin {
        color: #0a0a0a; }
        header .header-right-top a.snipcart-customer-signin:hover {
          color: #fefefe; }
    header .header-right-top .pencil-top-bar {
      display: flex;
      align-items: center; }
      @media print, screen and (min-width: 64em) {
        header .header-right-top .pencil-top-bar {
          padding-right: 1.5rem; } }
      header .header-right-top .pencil-top-bar > div {
        width: 100%; }
  header .header-right-bottom {
    display: flex;
    justify-content: space-between; }
    header .header-right-bottom #responsive-menu {
      display: flex;
      align-items: center;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        header .header-right-bottom #responsive-menu {
          width: 65%; } }
      header .header-right-bottom #responsive-menu > .top-bar-right {
        width: 100%; }
      header .header-right-bottom #responsive-menu ul {
        flex-direction: column;
        padding: 1rem 2rem; }
        @media print, screen and (min-width: 64em) {
          header .header-right-bottom #responsive-menu ul {
            justify-content: space-evenly;
            flex-direction: row;
            padding: 0; }
            header .header-right-bottom #responsive-menu ul ul {
              padding: 2rem 2.9375rem;
              list-style: none;
              margin-left: 0;
              right: auto;
              min-width: 300px; }
              header .header-right-bottom #responsive-menu ul ul ul {
                margin-right: 1rem;
                background-color: #fefefe;
                left: 123%;
                min-width: 300px;
                margin-top: -2.05rem; } }
      header .header-right-bottom #responsive-menu a {
        text-transform: uppercase;
        color: #fefefe;
        font-weight: 700;
        letter-spacing: .05rem;
        background-color: transparent;
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        @media print, screen and (min-width: 64em) {
          header .header-right-bottom #responsive-menu a {
            color: #0a0a0a;
            font-size: .85rem; } }
        header .header-right-bottom #responsive-menu a:hover {
          color: #cc3333; }
      header .header-right-bottom #responsive-menu .header-mobile-only {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #fefefe; }
        @media print, screen and (min-width: 64em) {
          header .header-right-bottom #responsive-menu .header-mobile-only {
            display: none; } }
        header .header-right-bottom #responsive-menu .header-mobile-only .button {
          width: 100%; }
        header .header-right-bottom #responsive-menu .header-mobile-only ul {
          flex-direction: row; }
          header .header-right-bottom #responsive-menu .header-mobile-only ul a {
            margin-right: 2rem;
            font-size: 1.5rem; }
    header .header-right-bottom .nav-menu-right {
      background-color: #eaeaea;
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 35%; }
      @media print, screen and (min-width: 64em) {
        header .header-right-bottom .nav-menu-right {
          background: linear-gradient(104deg, transparent 0, transparent 5%, #eaeaea 5%, #eaeaea 100%);
          padding-left: 4rem;
          padding-right: 1.5rem;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
      header .header-right-bottom .nav-menu-right ul {
        margin: 0; }
        header .header-right-bottom .nav-menu-right ul li {
          display: inline-block; }
        header .header-right-bottom .nav-menu-right ul.header-cart-links a {
          font-size: 1.5rem;
          font-weight: 100;
          color: #0a0a0a;
          padding-right: 1rem;
          position: relative; }
          header .header-right-bottom .nav-menu-right ul.header-cart-links a:hover {
            color: #cc3333; }
          header .header-right-bottom .nav-menu-right ul.header-cart-links a .snipcart-items-count {
            position: absolute;
            display: flex;
            top: 2px;
            left: 12px;
            bottom: 0;
            right: 0;
            color: #fefefe;
            font-weight: 800;
            font-size: .8rem; }
      header .header-right-bottom .nav-menu-right .button {
        font-size: .75rem;
        margin-bottom: 0;
        letter-spacing: .05rem;
        border-radius: 3px;
        background-color: #cc3333;
        width: 220px; }
        header .header-right-bottom .nav-menu-right .button:hover {
          background-color: #666666; }

header .header .header-bottom {
  border-top: 1px solid #cccccc; }
  @media print, screen and (min-width: 64em) {
    header .header .header-bottom {
      padding-top: .75rem;
      padding-bottom: .75rem; } }
  header .header .header-bottom #responsive-menu {
    max-width: 90rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      header .header .header-bottom #responsive-menu {
        padding-left: 4rem;
        padding-right: 4rem; } }
    header .header .header-bottom #responsive-menu .vertical.menu {
      padding-left: 1rem;
      padding-right: 1rem; }
      @media print, screen and (min-width: 64em) {
        header .header .header-bottom #responsive-menu .vertical.menu {
          padding-left: 0;
          padding-right: 0;
          justify-content: center;
          align-items: center; }
          header .header .header-bottom #responsive-menu .vertical.menu li + li {
            padding-top: .25rem;
            padding-bottom: .25rem; } }
    header .header .header-bottom #responsive-menu a {
      font-weight: 800;
      text-transform: uppercase; }
      @media print, screen and (min-width: 64em) {
        header .header .header-bottom #responsive-menu a {
          font-family: "EurostileLTStd-Bold", sans-serif;
          color: #0a0a0a;
          font-size: 1.125rem;
          padding-left: .45rem;
          padding-right: .45rem; }
          header .header .header-bottom #responsive-menu a:hover {
            color: #cc3333; } }

header .pencil-top-bar-mobile {
  text-align: center;
  font-weight: 800;
  background-color: #cc3333;
  display: flex;
  flex-direction: column; }
  header .pencil-top-bar-mobile a {
    color: #fefefe;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    margin-top: .25rem; }
    header .pencil-top-bar-mobile a.header-phone {
      font-size: 1.5rem;
      margin-bottom: .5rem;
      margin-top: .25rem;
      color: #0a0a0a;
      background-color: #fefefe; }

header .menu-icon {
  font-size: 1.75rem;
  color: #0a0a0a; }
  header .menu-icon.menu-open {
    font-size: 1rem; }

header .header-cta-mobile ul {
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end; }

header .header-cta-mobile a {
  color: #0a0a0a;
  padding: .5rem; }
  header .header-cta-mobile a:hover {
    color: #cc3333; }

/* mobile */
.menu-icon.dark:hover:after, .menu-icon.dark:after {
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }

/* Media Queries */
@media screen and (max-width: 480px) {
  .menu > li:not(.menu-text) > a {
    padding: 0.7rem 0.5rem; }
  header .top-bar .top-bar-left {
    padding-top: 20px; } }

@media screen and (max-width: 1023px) {
  header {
    padding: 0; }
    header .menu.nav-social {
      display: block; }
    header .top-bar-title {
      width: 100%;
      /*      padding-right: 15px;
      padding-left: 15px;*/ }
      header .top-bar-title span {
        float: right; }
      header .top-bar-title img {
        width: 60%;
        margin-top: -10px; }
    header .top-bar .top-bar-left,
    header .top-bar .top-bar-right {
      border-right: 0px;
      width: 100%; }
    header .top-bar .top-bar-right {
      padding: 10px 20px 20px; }
    header .top-bar .top-bar-left li {
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #eeeeee; }
    header .top-bar .top-bar-left ul ul div div {
      border-right: 0;
      margin: 0; }
      header .top-bar .top-bar-left ul ul div div:last-child {
        border: none; }
    header .top-bar .top-bar-left .dropdown.menu .submenu li {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 0;
      border-top: 1px solid #eeeeee; }
  header.fixed {
    position: inherit; }
  .menu-icon::after {
    background-color: #999999;
    box-shadow: 0 7px 0 #999999, 0 14px 0 #999999; }
  .menu > li {
    display: inherit; }
  .dropdown.menu .submenu {
    position: relative;
    border: 0; } }

@media only screen and (max-width: 1212px) {
  header .top-bar a {
    font-size: 1rem; } }

@media only screen and (max-width: 1262px) {
  header .top-bar .top-bar-left {
    padding-right: 0; } }

/* ==========================================================================
   3. Top bar
   ========================================================================== */
.sticky-container {
  z-index: 10;
  height: 107px; }
  @media print, screen and (min-width: 64em) {
    .sticky-container {
      height: 200px; } }

header.main {
  box-shadow: 0px 5px 15px -5px black;
  position: relative;
  z-index: 10;
  background-color: #fefefe; }

.basket-icon {
  color: #cc3333;
  padding-right: 2px; }

header {
  /*/// Pencil Navigation ///*/
  /*
  .pencil-top-menu .menu>li:not(.menu-text)>a {
    text-transform: uppercase;
    color: $medium-gray;
    font-family: $body-font-family;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.5 !important;
    margin: 0;
    padding: 1rem 0.8rem;

    @media (min-width: 1024px) and (max-width: 1200px) {
      padding: 1rem 0.3rem;
    }

    &:hover {
      color: white;
    }
  }

  .pencil-top-announcement {
    font-family: $font-primary;
    padding: 8px 0;
    white-space: nowrap;
  }
*/
  /*/// Main Navigation ///*/ }
  header .pencil-header {
    background-color: #cc3333;
    text-align: center;
    padding: .5rem .25rem .25rem; }
    header .pencil-header h5 {
      color: #cc3333;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: .85rem;
      margin: 0 1rem; }
      @media print, screen and (min-width: 64em) {
        header .pencil-header h5 {
          font-size: 1.25rem;
          font-weight: 800;
          letter-spacing: 1px; } }
    header .pencil-header i {
      color: #cc3333; }
      @media print, screen and (min-width: 64em) {
        header .pencil-header i {
          font-size: 1.25rem; } }
    header .pencil-header p, header .pencil-header a {
      font-family: "EurostileLTStd-Bold", sans-serif;
      color: #fefefe;
      text-transform: uppercase;
      margin-bottom: 0; }
    header .pencil-header ul > li {
      display: inline-block; }
      header .pencil-header ul > li a {
        font-size: .75rem;
        margin-left: 1rem; }
    header .pencil-header .pencil-menu {
      text-align: right; }
  header .pencil-top-bar {
    height: 45px;
    text-transform: uppercase;
    font-size: .75rem; }
  header .pencil-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase; }
    header .pencil-top .pencil-top-login {
      margin-left: 2rem;
      padding: .65rem;
      padding-top: 1rem;
      background-color: #0a0a0a; }
      header .pencil-top .pencil-top-login a {
        color: #fefefe;
        font-weight: 700; }
        header .pencil-top .pencil-top-login a:hover {
          color: #cc3333; }
    header .pencil-top .pencil-top-search {
      padding-bottom: 0rem;
      margin-left: 1rem; }
      header .pencil-top .pencil-top-search form {
        display: flex;
        align-items: center; }
      header .pencil-top .pencil-top-search input {
        margin-bottom: 0;
        height: 1.25rem;
        max-width: 200px;
        padding: 0;
        box-shadow: 0 0 5px #cccccc; }
      header .pencil-top .pencil-top-search button {
        width: 65%;
        text-transform: uppercase; }
  header .pencil-top-announcement {
    color: white;
    height: 100%; }
  header .announcement-large {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .announcement-large {
        font-size: 1.1rem; } }
  header .announcement-small {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .announcement-small {
        font-size: 0.9; } }
  header .top-bar {
    padding: 0;
    /*background-color: $white;*/ }
    @media print, screen and (min-width: 40em) {
      header .top-bar {
        padding: 15px; } }
    @media only screen and (min-width: 64rem) {
      header .top-bar {
        padding: 0;
        padding-bottom: 1.5rem; } }
    header .top-bar .menu.icon-top > li > a {
      color: #8a8a8a; }
      @media screen and (max-width: 64rem) {
        header .top-bar .menu.icon-top > li > a {
          text-align: left;
          font-size: 1.3rem;
          padding: 0.5rem; }
          header .top-bar .menu.icon-top > li > a i {
            display: none; } }
    header .top-bar .first-sub {
      left: 0 !important;
      right: 0 !important;
      top: 44px !important; }
    @media only screen and (max-width: 64rem) {
      header .top-bar .header-logo {
        top: 0; } }
    @media print, screen and (min-width: 40em) {
      header .top-bar #responsive-menu {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; } }

.menu {
  position: static; }

/*
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
  list-style: none;
  margin:0;
  border-top:0;
  //background-color:rgba(255,255,255,.9);
  background-color:$white;
  padding:1rem;
  //min-width:205px;
  width:100%;
  max-width:75rem;
  left:0;
  right:0;
  margin:0 auto;
  box-shadow: 3px 1px 5px $gray6;
  @include breakpoint (large) {
    //top:50px;
    top:131px;
    left:0;
    border:0;
  }
//  &:before {
//    content: '';
//    height: 100vh;
//    background: rgba(0,0,0,.7);
//    position: absolute;
//    top: 0;
//    right: 0;
//    left: 0;
//    bottom: 0;
//    width: 100%;
//    max-width: none;
//    width: 100vw;
//    z-index: -1;
//    margin: 0 auto;
//    top: -5px;
//    left: -100%;
//    right: -100%;
//  }
  &:after {
    content: '';
    background-color:$white;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }
  h5 {
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:.1rem;
    font-size:1.5rem;
  }
  button {
    font-size: 3rem;
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-weight:100;
  }
}*/
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent {
  position: static; }

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > ul {
  list-style: none; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > ul.is-dropdown-submenu {
    left: auto;
    right: auto;
    margin-left: 0;
    padding: .5rem; }

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0.1rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: none; }

.dropdown.menu > li > ul li a {
  display: block;
  font-weight: 600;
  padding-left: .75rem;
  padding-right: .75rem;
  line-height: 1; }

@media only screen and (max-width: 1360px) {
  .dropdown.menu > li:last-child .first-sub, .dropdown.menu > li:nth-child(7) .first-sub {
    left: auto !important; } }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: 0;
  left: auto;
  border-left-color: #ff4d0d;
  border-left-style: solid;
  border-right-width: 0;
  border-left-width: 6px; }

header .menu > li:not(.menu-text) > a {
  padding: 0.1rem; }
  @media only screen and (max-width: 64rem) {
    header .menu > li:not(.menu-text) > a {
      margin-left: 0; } }

/* ==========================================================================
   2. Header
   ========================================================================== */
/* mobile */
.menu-icon {
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  font-size: 1rem;
  transition: all .2s ease-in-out; }
  .menu-icon:hover:after, .menu-icon:after {
    display: none; }
  .menu-icon:hover {
    color: #575757; }

header .top-bar .header-mobile-only {
  display: none;
  margin-left: 0;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #fefefe; }
  header .top-bar .header-mobile-only a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fefefe;
    display: block; }

.menu-open {
  /*&.sticky-container {*/
  /*  background-color:$black;*/
  /*}*/ }
  .menu-open header .top-bar {
    padding: 0; }
    .menu-open header .top-bar-title {
      background-color: #0a0a0a; }
  .menu-open header .menu-icon {
    color: #cc3333; }
    .menu-open header .menu-icon:hover {
      color: #333333; }
  .menu-open header nav {
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 0; }
    .menu-open header nav .top-bar-right {
      padding: 0; }
      .menu-open header nav .top-bar-right .is-drilldown {
        width: 100%;
        max-width: none !important;
        height: 100vh; }
        .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active {
          background-color: white;
          margin-left: 0;
          padding: 1rem; }
          .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active a {
            color: #0a0a0a;
            padding-top: .75rem;
            padding-bottom: .75rem;
            display: block;
            line-height: 1;
            background-color: transparent; }
          .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active .js-drilldown-back {
            border-bottom: 1px solid #0a0a0a;
            padding-bottom: 1rem;
            margin-bottom: 1rem; }
            .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active .js-drilldown-back > a::before {
              border-color: transparent #0a0a0a transparent transparent; }
        .menu-open header nav .top-bar-right .is-drilldown-submenu-parent > a::after {
          border-color: transparent transparent transparent #0a0a0a; }
      .menu-open header nav .top-bar-right .menu > li:not(.menu-text) > a {
        color: #0a0a0a;
        padding-top: .75rem;
        padding-bottom: .75rem;
        margin: 0;
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #0a0a0a; }
      .menu-open header nav .top-bar-right .header-mobile-only {
        display: block; }

/* Media Queries */
@media screen and (max-width: 480px) {
  .menu > li:not(.menu-text) > a {
    padding: 0.7rem 0.5rem; }
  header .top-bar .top-bar-left {
    padding-top: 20px; } }

@media screen and (max-width: 1023px) {
  header {
    padding: 0; }
    header .menu.nav-social {
      display: block; }
    header .top-bar-title {
      width: 100%;
      /*      padding-right: 15px;
      padding-left: 15px;*/
      padding: 15px; }
      header .top-bar-title span {
        float: right; }
      header .top-bar-title img {
        width: 60%;
        margin-top: -10px; }
    header .top-bar .top-bar-left,
    header .top-bar .top-bar-right {
      border-right: 0px;
      width: 100%; }
    header .top-bar .top-bar-right {
      padding: 10px 20px 20px; }
    header .top-bar .top-bar-left li {
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #eeeeee; }
    header .top-bar .top-bar-left ul ul div div {
      border-right: 0;
      margin: 0; }
      header .top-bar .top-bar-left ul ul div div:last-child {
        border: none; }
    header .top-bar .top-bar-left .dropdown.menu .submenu li {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 0;
      border-top: 1px solid #eeeeee; }
  header.fixed {
    position: inherit; }
  .menu-icon::after {
    background-color: #999999;
    box-shadow: 0 7px 0 #999999, 0 14px 0 #999999; }
  .menu > li {
    display: inherit; }
  .dropdown.menu .submenu {
    position: relative;
    border: 0; } }

@media only screen and (max-width: 1212px) {
  header .top-bar a {
    font-size: 1rem; } }

@media only screen and (max-width: 1262px) {
  header .top-bar .top-bar-left {
    padding-right: 0; } }

.header-nav-search {
  background-color: #e7e7e7;
  width: 100%;
  display: none;
  border-bottom: 1px solid #cccccc; }
  @media print, screen and (min-width: 64em) {
    .header-nav-search {
      border-bottom: 0; } }
  .header-nav-search button {
    cursor: pointer;
    color: #0a0a0a; }
  .header-nav-search-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem; }
    @media print, screen and (min-width: 40em) {
      .header-nav-search-container {
        padding-left: 1.9375rem;
        padding-right: 1.9375rem; } }
  .header-nav-search .toggle-search {
    font-size: 2rem; }
  .header-nav-search form {
    display: flex; }
    .header-nav-search form input {
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      width: 280px; }
      @media print, screen and (min-width: 64em) {
        .header-nav-search form input {
          width: 400px; } }
      .header-nav-search form input::placeholder {
        letter-spacing: .15rem;
        text-align: center; }
    .header-nav-search form select {
      max-width: 100px;
      margin-bottom: 0; }
    .header-nav-search form button {
      padding-left: .75rem; }
      @media print, screen and (min-width: 40em) {
        .header-nav-search form button {
          padding: 0 1rem; } }

.megamenu-container {
  position: absolute;
  left: 0;
  right: 0;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .megamenu-container {
      margin-top: 34px; } }

.megamenu {
  width: 100%;
  background-color: #fefefe;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 3px 1px 5px #666666; }
  @media print, screen and (min-width: 40em) {
    .megamenu {
      padding: 2rem;
      margin-top: 5px; } }
  .megamenu ul {
    list-style: none;
    margin-left: 0; }
  .megamenu h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 1.5rem; }
  .megamenu button {
    font-size: 3rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-weight: 100; }

.footer {
  color: #0a0a0a; }
  .footer a, .footer p, .footer h5 {
    color: #0a0a0a; }
  .footer a, .footer p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .75rem;
    line-height: 1.7; }
  .footer h2 {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .footer h2 {
        font-size: 2.5rem; } }
    .footer h2 a {
      font-size: 2.25rem;
      font-weight: 900;
      letter-spacing: 0;
      margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .footer h2 a {
          font-size: 2.5rem; } }
  .footer h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .footer ul {
    list-style: none;
    margin: 0; }
  .footer li {
    margin-bottom: .5rem;
    line-height: 1; }
  .footer a {
    display: inline-block; }
    .footer a:hover {
      color: #cc3333; }
  @media print, screen and (max-width: 39.99875em) {
    .footer p {
      font-size: .9rem; } }
  .footer .row {
    max-width: 100rem;
    border-top: 1px solid #6a6a6a; }
    .footer .row:first-child {
      padding-top: 3rem;
      padding-bottom: 3rem;
      margin-bottom: 2rem; }
    .footer .row:last-child {
      padding-top: 2rem; }
  .footer .footer-menu-collection > .row {
    padding: 0;
    margin: 0;
    border: 0; }
  .footer-logo, .footer-contact-hours, .footer-about, .footer-store-hours, .footer-store-address, .footer-social-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .footer-logo, .footer-contact-hours, .footer-about, .footer-store-hours, .footer-store-address, .footer-social-content {
        padding-left: 0;
        padding-right: 0; } }
  .footer-about p a {
    text-decoration: underline; }
  .footer-logo {
    margin-bottom: 1rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .footer-logo {
        text-align: left; } }
    .footer-logo img {
      max-width: 40%; }
  .footer .footer-contact-hours {
    margin-bottom: 1rem; }
  .footer .footer-store {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media print, screen and (min-width: 64em) {
      .footer .footer-store {
        flex-direction: row; }
        .footer .footer-store > div {
          width: 50%; } }
    .footer .footer-store .title {
      text-transform: uppercase; }
  .footer .footer-store-hours, .footer .footer-store-address {
    display: flex; }
    .footer .footer-store-hours i, .footer .footer-store-address i {
      color: #cc3333;
      margin-right: .75rem;
      width: 32px; }
    @media print, screen and (max-width: 39.99875em) {
      .footer .footer-store-hours p, .footer .footer-store-address p {
        font-weight: 800; } }
  .footer .footer-social-content ul {
    display: flex; }
    .footer .footer-social-content ul li {
      margin: 0 .75rem; }
      @media print, screen and (min-width: 40em) {
        .footer .footer-social-content ul li {
          margin-right: 1.5rem;
          margin-left: 0; } }
    .footer .footer-social-content ul a {
      font-size: 1.75rem; }
      @media print, screen and (min-width: 64em) {
        .footer .footer-social-content ul a {
          font-size: 2rem; } }
  .footer-copy {
    text-align: center; }
    .footer-copy p {
      font-size: .7rem;
      color: #999999; }
      .footer-copy p a {
        font-size: .75rem;
        color: #999999; }
        .footer-copy p a:hover {
          color: #cc3333; }
      .footer-copy p span {
        margin-left: .25rem;
        margin-right: .25rem; }
  .footer .footer-menu-list {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .footer .footer-menu-list {
        margin-bottom: 0; } }
  .footer .footer-divider {
    width: 4px;
    background-color: #cccccc;
    height: 100%;
    min-height: 250px;
    margin: 0 auto; }
  .footer-menu {
    /*
    @include breakpoint (medium only) {
      margin-bottom:3rem;
    }*/ }
    .footer-menu-hours {
      margin-bottom: 1rem; }
    .footer-menu-collection {
      display: table;
      width: 100%;
      padding-bottom: 2rem; }
      .footer-menu-collection h5 {
        font-size: 1rem;
        text-transform: uppercase;
        color: #cc3333; }
        .footer-menu-collection h5 i {
          color: #cc3333;
          margin-right: .25rem; }
      .footer-menu-collection a, .footer-menu-collection li {
        margin-bottom: 0; }
      .footer-menu-collection .footer-menu-hours {
        margin-bottom: 1rem; }
      .footer-menu-collection .footer-menu > .column, .footer-menu-collection .footer-menu > .columns {
        padding-left: 0;
        padding-right: 0; }
      .footer-menu-collection .accordion {
        background-color: transparent;
        margin-bottom: 1.25rem; }
        @media print, screen and (max-width: 39.99875em) {
          .footer-menu-collection .accordion h5 {
            margin-bottom: 0; } }
        .footer-menu-collection .accordion .fas {
          color: #cc3333; }
          @media print, screen and (max-width: 39.99875em) {
            .footer-menu-collection .accordion .fas.chevron-down, .footer-menu-collection .accordion .fas.chevron-up {
              font-size: 1.5rem; } }
        .footer-menu-collection .accordion-title {
          font-size: 1rem;
          color: #0a0a0a;
          border: 0;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0;
          padding-top: 1rem; }
          @media print, screen and (max-width: 39.99875em) {
            .footer-menu-collection .accordion-title {
              margin-bottom: .25rem; } }
          .footer-menu-collection .accordion-title:focus {
            background-color: transparent; }
          .footer-menu-collection .accordion-title:hover {
            background-color: transparent;
            color: #cc3333; }
          .footer-menu-collection .accordion-title::before {
            content: ''; }
        .footer-menu-collection .accordion-content {
          border: 0;
          padding: 0;
          background-color: transparent;
          color: #666666; }
          @media print, screen and (max-width: 39.99875em) {
            .footer-menu-collection .accordion-content:last-child {
              border: 0; } }
        @media print, screen and (max-width: 39.99875em) {
          .footer-menu-collection .accordion-item {
            border-bottom: 1px solid #cccccc;
            padding: 0 1.25rem 1.25rem;
            font-size: 1.125rem; } }
        .footer-menu-collection .accordion-item:first-child > :first-child {
          border-bottom: 0px; }
      @media print, screen and (max-width: 39.99875em) {
        .footer-menu-collection .footer-menu-list {
          padding-top: 1rem; } }
    .footer-menu.small-15 {
      width: 50%;
      padding-left: 0;
      padding-right: 0; }
      @media print, screen and (min-width: 40em) {
        .footer-menu.small-15 {
          width: 25%; } }
      @media print, screen and (min-width: 64em) {
        .footer-menu.small-15 {
          width: 12.5%; } }
  .footer .footer-bottom {
    background-color: #383e47; }
    .footer .footer-bottom .row {
      margin-bottom: 0;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    .footer .footer-bottom p {
      color: #fefefe;
      font-family: "EurostileLTStd-Bold", sans-serif;
      text-transform: uppercase;
      font-size: .8rem;
      line-height: 1;
      margin-bottom: 0;
      font-weight: 600;
      letter-spacing: .1rem; }

#fc .fc-cart__item__option__value,
#fc .fc-cart__item__option__name {
  text-transform: capitalize; }

#snipcart {
  /*///// sidecart /////*/
  /*///// checkout /////*/ }
  @media (min-width: 768px) {
    #snipcart .snipcart-cart-summary-side.snipcart-cart-summary--edit.snipcart-modal__container {
      width: 100%;
      max-width: none;
      background-color: rgba(0, 0, 0, 0.7); }
      #snipcart .snipcart-cart-summary-side.snipcart-cart-summary--edit.snipcart-modal__container .snipcart-layout {
        max-width: 540px;
        margin-right: 0; } }
  #snipcart input {
    margin-bottom: 0; }
  #snipcart .snipcart-input {
    height: auto; }
  #snipcart .im-custom-subtitle {
    margin-top: 2rem; }
  #snipcart .address-disclaimer {
    margin-top: 1rem; }
    #snipcart .address-disclaimer p {
      font-weight: 600;
      color: #fe3232; }
  #snipcart [type='checkbox'] + label, #snipcart [type='radio'] + label {
    display: inline-flex; }

.home-slider-container {
  margin-bottom: 0; }
  .home-slider-container .slick-slide {
    position: relative; }
  .home-slider-container img {
    width: 100%; }

.home-slider-img {
  width: 100%; }

.hero {
  position: relative; }
  .hero-link {
    display: block; }

.slider-content {
  text-align: right;
  margin-top: -180px;
  margin-bottom: .5rem; }
  @media print, screen and (max-width: 39.99875em) {
    .slider-content {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 480px) {
    .slider-content {
      margin-top: -125px; } }
  .slider-content .slider-information {
    display: inline-block; }
  .slider-content .slider-title {
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .slider-content .slider-title {
        text-align: right; } }
    .slider-content .slider-title h1 {
      line-height: .75;
      text-transform: uppercase;
      margin-bottom: .5rem;
      color: #fefefe; }
      @media print, screen and (max-width: 39.99875em) {
        .slider-content .slider-title h1 {
          font-size: 2.5rem; } }
      @media screen and (max-width: 480px) {
        .slider-content .slider-title h1 {
          font-size: 1.5rem;
          line-height: .9; } }
      .slider-content .slider-title h1 span {
        font-weight: 500; }
  .slider-content .to-skew {
    box-shadow: 0 0 10px #0a0a0a;
    background-color: #0a0a0a; }
    @media print, screen and (min-width: 40em) {
      .slider-content .to-skew {
        transform: skew(-15deg);
        background-image: linear-gradient(90deg, #0a0a0a 50%, #fefefe 50%); } }
  @media print, screen and (min-width: 40em) {
    .slider-content .un-skew {
      transform: skew(15deg); } }
  .slider-content .slider-wheel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    @media print, screen and (min-width: 40em) {
      .slider-content .slider-wheel {
        flex-direction: row; } }
    .slider-content .slider-wheel img {
      max-width: 80px; }
      @media print, screen and (min-width: 40em) {
        .slider-content .slider-wheel img {
          max-width: 136px; } }
    .slider-content .slider-wheel > div {
      padding: .5rem .9rem; }
      @media print, screen and (min-width: 40em) {
        .slider-content .slider-wheel > div {
          padding: .5rem 1.5rem; } }
    .slider-content .slider-wheel-specs {
      color: #fefefe;
      font-weight: 600; }
      @media print, screen and (max-width: 39.99875em) {
        .slider-content .slider-wheel-specs {
          background-color: #0a0a0a;
          font-size: .7rem; } }
      @media print, screen and (min-width: 40em) {
        .slider-content .slider-wheel-specs span {
          color: #999999; } }
    @media print, screen and (max-width: 39.99875em) {
      .slider-content .slider-wheel-image {
        background-color: #fefefe; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: 15px; }
  .slick-dots li {
    width: 10px;
    height: 10px; }
    .slick-dots li button {
      width: 10px;
      height: 10px; }
      .slick-dots li button:before {
        color: transparent;
        background-color: #fefefe;
        border-radius: 10px;
        width: 10px;
        height: 10px;
        opacity: .5; }
    .slick-dots li.slick-active button:before {
      color: transparent;
      opacity: .95; }

.hero-bkg {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 40em) {
    .hero-bkg {
      background-size: cover; } }

.hero-overlay {
  background-color: #cc3333; }
  .hero-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 1023px) {
      .hero-overlay-content {
        align-items: center;
        text-align: center; } }
  @media print, screen and (min-width: 64em) {
    .hero-overlay {
      position: absolute;
      top: 20%;
      right: 0;
      padding: 0;
      background-color: transparent; } }
  .hero-overlay-info {
    display: inline-block;
    background-color: #0066b2;
    padding: 0.5rem;
    color: #fefefe;
    max-width: 500px;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .hero-overlay-info {
        padding: 1rem 1rem 1rem 2rem; } }
    @media print, screen and (min-width: 64em) {
      .hero-overlay-info {
        margin: 0 0 1rem;
        background-color: rgba(0, 102, 178, 0.8);
        clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0 100%); } }
    .hero-overlay-info--small {
      font-size: 1rem;
      font-weight: 400;
      margin: 0; }
      @media print, screen and (min-width: 40em) {
        .hero-overlay-info--small {
          font-size: 1.43rem; } }
    .hero-overlay-info--medium {
      font-size: 1.7rem;
      font-style: italic; }
      @media print, screen and (min-width: 40em) {
        .hero-overlay-info--medium {
          font-size: 2.4rem; } }
    .hero-overlay-info--large {
      color: #fefefe;
      font-size: 2rem;
      font-style: italic;
      margin: 0; }
      @media print, screen and (min-width: 40em) {
        .hero-overlay-info--large {
          font-size: 4.6rem; } }
  .hero-overlay-header {
    font-family: 'Roboto Condensed';
    text-transform: capitalize;
    font-style: italic;
    font-size: 2rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .hero-overlay-header {
        margin-top: 1rem;
        font-size: 3.2rem;
        margin-bottom: 0.5rem; } }
  .hero-overlay-desc {
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .hero-overlay-desc {
        margin-bottom: 1rem; } }

.hero-btn {
  align-self: flex-start; }
  @media print, screen and (min-width: 40em) {
    .hero-btn {
      display: inline-block; } }
  @media (max-width: 1023px) {
    .hero-btn {
      margin: 0 auto 1rem; } }

.hp .about {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("/images/home/about/about-bg.jpg");
  background-size: cover;
  background-position: center; }
  @media print, screen and (min-width: 64em) {
    .hp .about {
      padding-top: 8rem;
      padding-bottom: 10rem; } }
  .hp .about h1, .hp .about h2, .hp .about p {
    color: #fefefe; }
  .hp .about h1 {
    text-transform: uppercase;
    line-height: 1;
    font-size: 2rem;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .hp .about h1 {
        font-size: 4.25rem;
        letter-spacing: -1px;
        text-align: left; } }
  .hp .about h2 {
    line-height: 1; }
  .hp .about p {
    font-size: 1rem;
    font-weight: 400; }
    @media print, screen and (min-width: 64em) {
      .hp .about p {
        font-size: 1.25rem; } }
  .hp .about .logo {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .hp .about .logo {
        margin-bottom: 2rem; } }
    @media print, screen and (max-width: 63.99875em) {
      .hp .about .logo img {
        max-width: 200px; } }
  .hp .about .title {
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      .hp .about .title {
        margin-bottom: 2.5rem; } }
  .hp .about .subtitle {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .hp .about .subtitle {
        margin-bottom: 2rem; } }
    .hp .about .subtitle p {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
  .hp .about .text {
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .hp .about .text {
        margin-bottom: 5rem;
        max-width: 60%; } }
  .hp .about .button {
    margin: 0 auto;
    color: #fefefe;
    border: 1px solid #fefefe;
    letter-spacing: .125rem;
    background-color: transparent;
    font-size: 1rem;
    padding: .875rem;
    max-width: 276px; }
    @media print, screen and (min-width: 64em) {
      .hp .about .button {
        font-size: 1.25rem;
        border-width: 2px;
        max-width: 460px;
        width: 100%; } }
    .hp .about .button:hover {
      background-color: #cc3333; }
    .hp .about .button-container {
      margin-bottom: 1rem;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .hp .about .button-container {
          margin-bottom: 2rem;
          text-align: left; } }
  .hp .about.autotriz {
    background-image: url("/images/home/about/autotriz-bg.jpg"); }
    .hp .about.autotriz h1 {
      font-size: 2.7rem;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .hp .about.autotriz h1 {
          font-size: 4.25rem;
          letter-spacing: -1px; } }
    @media print, screen and (min-width: 64em) {
      .hp .about.autotriz .subtitle {
        margin-bottom: 0; }
        .hp .about.autotriz .subtitle p {
          font-size: 1.5rem;
          font-weight: 400; } }
    .hp .about.autotriz .logo {
      margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .hp .about.autotriz .title h1 {
        font-size: 6.75rem;
        line-height: .9; } }
    @media print, screen and (min-width: 64em) {
      .hp .about.autotriz .button {
        max-width: 260px; } }
    .hp .about.autotriz .button-container {
      text-align: left; }

.hp .featured-wheels {
  padding: 2rem 1rem;
  background: #eceef7; }
  @media print, screen and (min-width: 64em) {
    .hp .featured-wheels {
      padding: 5rem 3.25rem; } }
  .hp .featured-wheels .row {
    max-width: 80rem; }
  @media print, screen and (min-width: 64em) {
    .hp .featured-wheels .section-title {
      margin-bottom: 2rem; } }
  .hp .featured-wheels .section-title h2 {
    font-family: "EurostileLTStd-Bold", sans-serif;
    position: relative;
    text-align: center;
    font-size: 1.75rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.125;
    color: #383e47; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .section-title h2 {
        font-size: 3rem; } }
  .hp .featured-wheels .section-subtitle h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    letter-spacing: .1rem;
    font-weight: 500;
    margin-bottom: 0; }
  .hp .featured-wheels .featured-slider {
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .featured-slider {
        margin-bottom: 2rem; } }
  .hp .featured-wheels .featured-prev, .hp .featured-wheels .featured-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 2.25rem;
    cursor: pointer;
    background: transparent;
    color: #0a0a0a;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    transition: all .3s ease-in-out; }
    .hp .featured-wheels .featured-prev:hover, .hp .featured-wheels .featured-next:hover {
      color: #999999; }
  .hp .featured-wheels .featured-prev {
    left: -20px; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .featured-prev {
        left: -40px; } }
  .hp .featured-wheels .featured-next {
    right: -20px; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .featured-next {
        right: -40px; } }
  .hp .featured-wheels .featured-slider a {
    border: 1px solid #cccccc;
    display: block;
    padding: 1rem;
    margin: .75rem;
    background-color: #fefefe;
    transition: all .3s ease-in-out; }
    .hp .featured-wheels .featured-slider a:hover {
      border-color: #cc3333; }
  .hp .featured-wheels img {
    margin: 0 auto;
    opacity: 1;
    transition: all .3s ease-in-out; }
    .hp .featured-wheels img:hover {
      opacity: .5; }
  .hp .featured-wheels .hover-item:hover img {
    opacity: .7;
    transform: scale(1.05); }
  .hp .featured-wheels .hover-item:hover .item-information {
    color: #cc3333; }
  .hp .featured-wheels .item-information {
    line-height: 1.25;
    color: #0a0a0a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
    line-height: 1; }
    .hp .featured-wheels .item-information .image-image {
      margin-bottom: 1rem; }
    .hp .featured-wheels .item-information .item-brand {
      font-weight: 600;
      margin-bottom: .5rem;
      font-size: 1.15rem; }
    .hp .featured-wheels .item-information .item-name {
      font-weight: 900;
      font-family: "EurostileLTStd-Bold", sans-serif;
      font-size: 1.5rem; }
    .hp .featured-wheels .item-information .item-finish {
      font-size: .9rem; }
  .hp .featured-wheels .button {
    max-width: 260px;
    width: 100%;
    background-color: #bbbbbb;
    color: #0a0a0a;
    font-family: "EurostileLTStd-Bold", sans-serif;
    border-radius: 5px;
    line-height: .9; }
    @media print, screen and (max-width: 63.99875em) {
      .hp .featured-wheels .button {
        font-size: 1rem;
        max-width: 200px; } }
    .hp .featured-wheels .button:hover {
      background-color: #cc3333; }

.vehicle-select {
  background-color: #fefefe; }
  .vehicle-select__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem; }
    @media print, screen and (min-width: 64em) {
      .vehicle-select__top {
        padding: 1rem 0;
        border-bottom: 1px solid #e6e6e6; } }
  .vehicle-select__header {
    font-size: 2rem;
    font-family: Roboto;
    font-weight: 900;
    margin: 0; }
  .vehicle-select__icon {
    color: #cc3333; }
  .vehicle-select__links {
    margin-bottom: 1rem; }
    .vehicle-select__links a {
      color: #cc3333;
      font-size: 0.9rem;
      font-weight: 500;
      font-style: italic;
      text-transform: uppercase;
      text-decoration: underline; }
      @media print, screen and (min-width: 64em) {
        .vehicle-select__links a {
          font-size: 1rem; } }
  .vehicle-select__bottom {
    padding-top: 1rem;
    font-weight: 700; }
    @media print, screen and (min-width: 64em) {
      .vehicle-select__bottom {
        padding: 1rem 0; } }
  .vehicle-select .select {
    border: 1px solid #ccc; }
    .vehicle-select .select:disabled {
      background-color: #ddd; }

.home-panels__left, .home-panels__center, .home-panels__right {
  min-height: 396px;
  position: relative; }

.home-panels__left {
  background-image: url("/images/home/panel-left.jpg");
  background-size: cover; }

.home-panels__center {
  background-image: url("/images/home/panel-center.jpg");
  background-size: cover; }
  @media only screen and (min-width: 40rem) {
    .home-panels__center {
      border-left: 1px solid white;
      border-right: 1px solid white; } }

.home-panels__right {
  background-image: url("/images/home/panel-right.jpg");
  background-size: cover; }

.home-panels__btn {
  bottom: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.text-banner {
  padding: 3rem 0; }
  .text-banner__header {
    color: #8a8a8a;
    font-size: 2.7rem;
    font-weight: 700; }

.text-banner--primary {
  background-color: #cc3333;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fefefe;
  padding: 1rem 0; }
  .text-banner--primary__header {
    display: inline-block;
    font-size: 1.4rem;
    color: #fefefe;
    margin: 0; }

.home-vehicle-packages__header {
  font-size: 2.9rem; }

.home-vehicle-packages .column-block {
  margin-top: 1.2rem; }

.home-vehicle-packages__img {
  border: none;
  box-shadow: none; }
  .home-vehicle-packages__img:hover {
    transform: scale(1.2) rotate(-3deg);
    transition: all 300ms;
    box-shadow: none; }

.home-vehicle-packages .vehicle-title {
  font-size: 1rem;
  color: #cacaca;
  text-transform: uppercase; }

.featured-brands {
  padding-top: 4rem;
  background-color: #eceef7; }
  @media print, screen and (min-width: 64em) {
    .featured-brands {
      padding-bottom: 2.5rem; } }
  .featured-brands .row .row {
    margin-right: auto;
    margin-left: auto; }
  .featured-brands h2 {
    text-align: center;
    color: #383e47;
    font-weight: 900;
    font-size: 3rem; }
    @media print, screen and (max-width: 63.99875em) {
      .featured-brands h2 {
        font-size: 1.5rem;
        line-height: 1.125; } }
  .featured-brands .title {
    margin-bottom: 2rem; }
  .featured-brands a {
    background-color: #fefefe;
    color: #0a0a0a;
    font-size: .75rem;
    letter-spacing: .05rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 1.875rem;
    box-shadow: 0 0 7px #cccccc; }
    @media print, screen and (min-width: 64em) {
      .featured-brands a {
        min-height: 218px; } }
  .featured-brands .featured-brand-item {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .featured-brands .featured-brand-item {
        margin-bottom: 0; } }
  .featured-brands .featured-brand-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 148px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .featured-brands .featured-brand-content {
        padding-top: 0;
        padding-bottom: 0; } }
    .featured-brands .featured-brand-content .image {
      height: 100%;
      display: flex;
      align-items: center; }
  .featured-brands .featured-next, .featured-brands .featured-prev {
    background-color: #fefefe;
    box-shadow: 0 5px 7px #cccccc;
    z-index: 1;
    font-size: 1rem;
    top: 46%;
    padding: 1rem;
    border-radius: 50px; }

/*.featured-brands {
  padding-top: 2rem;
  padding-bottom: 2rem;
  @include breakpoint(medium up) {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  &__header {
    font-size: 1.5rem;
    @include breakpoint(medium up) {
      font-size: 2.7rem;
    }
  }
  &__text {
    padding: 0 1rem;
    margin-bottom: 0;
    @include breakpoint(medium up) {
      padding: 0 5rem;
      margin-bottom: 4rem;
    }
  }
  &__bottom {
    margin-bottom: 4rem;
  }
}

.brand-links {
  margin-bottom: 3rem;
  &__link {
    margin-bottom: 1rem;
  }
}
*/
.newsletter {
  background-color: #1d1d1d;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .newsletter {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .newsletter input {
    border-radius: 2px !important;
    margin: 0;
    border: 0; }
  .newsletter .title, .newsletter .content {
    text-align: center; }
  .newsletter .subtitle {
    text-align: center;
    margin-bottom: 1rem; }
  .newsletter .content {
    max-width: 530px;
    margin: 0 auto; }
  .newsletter h2 {
    color: #fefefe;
    font-family: "Roboto", sans-serif;
    font-size: 2.125rem;
    letter-spacing: .15rem;
    margin-bottom: 0; }
    @media print, screen and (max-width: 63.99875em) {
      .newsletter h2 {
        font-size: 1.5rem; } }
  .newsletter p {
    color: #fefefe; }
  .newsletter .input-group-field {
    width: 100%;
    padding: .75rem;
    height: auto;
    font-size: .9rem;
    font-weight: 500;
    margin-right: 10px; }
    @media print, screen and (min-width: 40em) {
      .newsletter .input-group-field {
        margin-right: 10px;
        width: 410px;
        margin-bottom: 0; } }
  .newsletter .input-group {
    display: flex;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      .newsletter .input-group {
        align-items: normal; } }
    @media print, screen and (max-width: 39.99875em) {
      .newsletter .input-group-button {
        width: auto; } }
  .newsletter .button {
    background-color: #cc3333;
    letter-spacing: .1rem;
    padding: 1.05rem 1.5rem;
    color: #0a0a0a; }
    .newsletter .button:hover {
      background-color: #666666; }
  .newsletter #mc_embed_signup #mc_embed_signup_scroll {
    display: flex; }
  .newsletter #mc_embed_signup .mc-field-group {
    width: 100%;
    margin-right: 10px; }
    .newsletter #mc_embed_signup .mc-field-group #mce-EMAIL {
      padding: .75rem;
      font-size: .9rem;
      height: 50px; }
  .newsletter #mc_embed_signup #mc-embedded-subscribe {
    font-size: 1rem; }

/*.newsletter {
  background-color: $primary-color;
  padding: 1rem 0.5rem;
  @include breakpoint(medium up) {
    padding: 2rem;
  }
  &--position {
    display: flex;
    align-items: center;
    justify-content: space-around;
    @include breakpoint(small only) {
      flex-direction: column;
    }
  }
  &__header {
    color: $white;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.7rem;
    @include breakpoint(medium up) {
      font-size: 2rem;
      margin: 0;
    }
  }
}

.signup {
  display: flex;
  justify-content: center;
  align-items: center;
  &__input {
    display: inline-block;
    margin: 0;
    &--font {
      font-family: FontAwesome, 'roboto';
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 500;
    }
  }
  &__btn {
    background-color: $black;
    margin: 0;
  }
}
*/
.hp .fitment-gallery {
  padding-top: 4rem;
  border-top: 20px solid #cc3333; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment-gallery {
      padding-bottom: 2.5rem; } }
  .hp .fitment-gallery h2 {
    text-align: center;
    color: #0a0a0a;
    font-weight: 900;
    font-size: 3rem; }
    @media print, screen and (max-width: 63.99875em) {
      .hp .fitment-gallery h2 {
        font-size: 1.5rem;
        line-height: 1.125; } }
  .hp .fitment-gallery .title {
    margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment-gallery .fitment-gallery-collection {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .hp .fitment-gallery .fitment-gallery-collection .fitment-gallery-item {
    padding-left: .75rem;
    padding-right: .75rem; }
  .hp .fitment-gallery .fitment-gallery-collection img {
    position: static;
    width: 100%; }
  .hp .fitment-gallery .fitment-gallery-collection .info {
    background-color: #333333;
    text-transform: uppercase;
    color: #fefefe; }
  .hp .fitment-gallery .fitment-gallery-collection .description {
    padding: .9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
    letter-spacing: .05rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment-gallery .fitment-gallery-collection .description {
        margin-bottom: 2rem; } }
    .hp .fitment-gallery .fitment-gallery-collection .description .vehicle {
      font-size: 1rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: .05rem;
      font-weight: 700; }

/*.hp .gallery {

  background-image:url('/images/home/gallery.jpg');
  background-size:cover;
  background-position: center;
  padding-top:5rem;
  padding-bottom:6rem;
  padding-left:2rem;
  @include breakpoint (large) {
    padding-top:10rem;
    padding-bottom:11rem;
    padding-left:0;
  }
  .row {
    max-width:90rem;
  }
  .title, .subtitle {
    color:$white;
    text-transform: uppercase;
  }
  .title {
    font-family:$heading-font-family;
    line-height:1;
    margin-bottom:1.25rem;
    font-weight:900;
    font-size:2rem;
    @include breakpoint (large) {
      margin-bottom:3rem;
      font-size:6.75rem;
      line-height:.9;
    }
    .top {
      //font-size:2rem;
      
      @include breakpoint (large) {
        //font-size:6rem;
        letter-spacing:-.125rem;
      }
    }
    .bottom {
      //font-size:2.65rem;
      @include breakpoint (large) {
        //font-size:8rem;
        letter-spacing:-.25rem;
      }
    }
  }
  .subtitle {
    font-size:1rem;
    font-weight:500;
    letter-spacing:.1rem;
    margin-bottom:1rem;
    @include breakpoint (large) {
      font-size:1.75rem;
      margin-bottom:2rem;
    }
  }
  .button {
    margin:0 auto;
    color:$white;
    border:1px solid $white;
    letter-spacing:.125rem;
    background-color: transparent;
    font-size:1rem;
    padding:.875rem;
    max-width:200px;
    width:100%;
    @include breakpoint (large) {
      font-size:1.25rem;
      border-width:2px;
      max-width:276px;
    }
    &:hover {
      background-color:$primary-color;
    }
  }
}*/
.hp .pencil {
  background-color: #cc3333;
  text-align: center;
  padding: 1.5rem 0; }
  .hp .pencil p {
    font-family: "EurostileLTStd-Bold", sans-serif;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.15;
    text-align: left;
    font-weight: 900;
    display: flex;
    justify-content: center; }
    @media print, screen and (min-width: 64em) {
      .hp .pencil p {
        font-size: 1.75rem;
        font-weight: 800; } }
    .hp .pencil p i {
      font-size: 2.75rem;
      margin-right: 1rem;
      margin-left: 1rem; }
      @media print, screen and (min-width: 64em) {
        .hp .pencil p i {
          margin-left: 0; } }

.hp .cta {
  padding-top: 2px;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .hp .cta {
      margin-bottom: 4rem; } }
  .hp .cta-header {
    text-align: center;
    padding: 1.5rem 1rem;
    line-height: 1; }
    .hp .cta-header h2 {
      color: #fefefe;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0; }
      @media print, screen and (min-width: 64em) {
        .hp .cta-header h2 {
          font-size: 1.75rem; } }
    .hp .cta-header .subtitle, .hp .cta-header .title {
      margin-bottom: 1rem; }
    .hp .cta-header .subtitle {
      font-family: "Roboto", sans-serif;
      color: #0a0a0a;
      font-size: 1.5rem;
      font-weight: 900; }
      @media print, screen and (min-width: 64em) {
        .hp .cta-header .subtitle {
          font-size: 2.25rem; } }
    .hp .cta-header .title {
      font-family: "EurostileLTStd-Bold", sans-serif;
      color: #cc3333;
      font-size: 2rem; }
      @media print, screen and (min-width: 64em) {
        .hp .cta-header .title {
          font-size: 3.75rem;
          margin-top: 1.5rem; } }
    .hp .cta-header .button {
      margin: 0 auto;
      color: #0a0a0a;
      border: 1px solid #0a0a0a;
      letter-spacing: .125rem;
      background-color: transparent;
      font-size: 1rem;
      padding: .875rem;
      max-width: 200px; }
      @media print, screen and (min-width: 64em) {
        .hp .cta-header .button {
          font-size: 1.25rem;
          border-width: 2px;
          max-width: 276px; } }
      .hp .cta-header .button:hover {
        color: #cc3333;
        border-color: #cc3333; }
  .hp .cta a {
    display: block;
    color: #fefefe;
    line-height: 1.25; }
  @media print, screen and (min-width: 64em) {
    .hp .cta .row {
      margin-bottom: 2rem; } }
  .hp .cta .row > .column, .hp .cta .row > .columns {
    /*
    &:first-child {
      .content {
        border-top-color:transparent;
        border-left-color:transparent;
      }
    }
    &:last-child {
      .content {
        border-right-color:transparent;
        //border-bottom-color:transparent;
      }
    }*/ }
    .hp .cta .row > .column .content, .hp .cta .row > .columns .content {
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent; }
    @media print, screen and (max-width: 63.99875em) {
      .hp .cta .row > .column:nth-child(2) .content, .hp .cta .row > .columns:nth-child(2) .content, .hp .cta .row > .column:nth-child(4) .content, .hp .cta .row > .columns:nth-child(4) .content {
        border-right-color: transparent; }
      .hp .cta .row > .column:nth-child(2) .content, .hp .cta .row > .columns:nth-child(2) .content {
        border-top-color: transparent; }
      .hp .cta .row > .column:nth-child(3) .content, .hp .cta .row > .columns:nth-child(3) .content, .hp .cta .row > .column:nth-child(5) .content, .hp .cta .row > .columns:nth-child(5) .content {
        border-left-color: transparent; }
      .hp .cta .row > .column:nth-child(5) .content, .hp .cta .row > .columns:nth-child(5) .content {
        border-bottom-color: transparent; } }
    @media print, screen and (min-width: 64em) {
      .hp .cta .row > .column .content, .hp .cta .row > .columns .content {
        border-top-color: transparent;
        border-right-color: initial;
        border-left-color: initial; }
      .hp .cta .row > .column:first-child .content, .hp .cta .row > .columns:first-child .content {
        border-top-color: transparent;
        border-left-color: transparent; }
      .hp .cta .row > .column:last-child .content, .hp .cta .row > .columns:last-child .content {
        border-right-color: transparent; }
      .hp .cta .row > .column:nth-child(2) .content, .hp .cta .row > .columns:nth-child(2) .content, .hp .cta .row > .column:nth-child(3) .content, .hp .cta .row > .columns:nth-child(3) .content {
        border-top-color: transparent; }
      .hp .cta .row > .column:nth-child(3) .content, .hp .cta .row > .columns:nth-child(3) .content {
        border-right-color: transparent; }
      .hp .cta .row > .column:nth-child(4) .content, .hp .cta .row > .columns:nth-child(4) .content, .hp .cta .row > .column:nth-child(5) .content, .hp .cta .row > .columns:nth-child(5) .content {
        border-bottom-color: transparent; }
      .hp .cta .row > .column:nth-child(4) .content, .hp .cta .row > .columns:nth-child(4) .content {
        border-left-color: transparent; } }
  .hp .cta .cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70%;
    position: relative;
    background-size: 100%;
    background-position: center;
    transition: all .3s ease-in-out; }
    .hp .cta .cta-content:hover {
      background-size: 105%; }
      .hp .cta .cta-content:hover .content {
        background-color: rgba(0, 0, 0, 0.3); }
      .hp .cta .cta-content:hover .title, .hp .cta .cta-content:hover .subtitle {
        color: #cc3333;
        border-color: #fefefe; }
    .hp .cta .cta-content-01 {
      background-image: url("/images/home/cta/cta-bg-wheels.jpg"); }
    .hp .cta .cta-content-02 {
      background-image: url("/images/home/cta/cta-bg-tires.jpg"); }
    .hp .cta .cta-content-03 {
      background-image: url("/images/home/cta/cta-bg-protection.jpg"); }
    .hp .cta .cta-content-04 {
      background-image: url("/images/home/cta/cta-bg-detailing.jpg"); }
    .hp .cta .cta-content-05 {
      background-image: url("/images/home/cta/cta-bg-tint.jpg"); }
    .hp .cta .cta-content-06 {
      background-image: url("/images/home/cta/cta-bg-graphics.jpg"); }
    .hp .cta .cta-content .content {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border: 1px solid #fefefe;
      background-color: transparent;
      transition: all .3s ease-in-out; }
    .hp .cta .cta-content .title, .hp .cta .cta-content .subtitle {
      font-family: "EurostileLTStd-Bold", sans-serif;
      text-transform: uppercase;
      transition: all .3s ease-in-out; }
    .hp .cta .cta-content .title {
      font-size: 1.5rem;
      font-weight: 800;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 1rem;
      /*
      @include breakpoint (large) {
        font-size:4.5rem;
        letter-spacing:-.1rem;
      }*/ }
    .hp .cta .cta-content .subtitle {
      font-weight: 500;
      font-size: 1.25rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: .125rem; }

.featured {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .featured {
      margin-bottom: 3rem; } }
  .featured h6, .featured p {
    color: #575757;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .featured p {
    font-size: .75rem; }
  .featured .featured-finish p {
    font-weight: 600; }
  @media print, screen and (max-width: 39.99875em) {
    .featured-list {
      margin-bottom: 2rem; } }
  .featured-slider {
    position: relative;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .featured-slider {
        margin-bottom: 0; } }
  .featured-prev, .featured-next {
    position: absolute;
    display: block;
    /*    height: 20px;
    width: 20px;*/
    line-height: 0px;
    font-size: 2rem;
    cursor: pointer;
    background: transparent;
    color: #575757;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    transition: all .3s ease-in-out; }
    .featured-prev:hover, .featured-next:hover {
      color: #575757; }
  .featured-prev {
    left: -3%; }
  .featured-next {
    right: -3%; }
  .featured .view-all {
    text-align: center;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .featured .view-all {
        display: none; } }
    .featured .view-all a {
      color: #575757;
      font-weight: 500;
      font-size: 1.15rem; }
      .featured .view-all a:hover {
        color: #cc3333; }

.hp .fitment {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .hp .fitment {
      padding: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .hp .fitment {
      padding: 2rem 0 3rem; } }
  .hp .fitment .title h1 {
    text-transform: uppercase;
    color: #cc3333;
    font-size: 1.5rem;
    line-height: 1; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .title h1 {
        font-size: 3.125rem; } }
  .hp .fitment .search-by {
    background-color: #383e47;
    border-radius: 5px;
    color: #fefefe;
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .search-by {
        flex-direction: row;
        padding: 2rem; } }
    .hp .fitment .search-by .top-navigation {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin-bottom: .75rem; }
      @media print, screen and (min-width: 64em) {
        .hp .fitment .search-by .top-navigation {
          flex-direction: row; } }
      .hp .fitment .search-by .top-navigation > div.left {
        margin-bottom: 1.25rem; }
        @media print, screen and (min-width: 64em) {
          .hp .fitment .search-by .top-navigation > div.left {
            margin-bottom: 0; } }
      .hp .fitment .search-by .top-navigation > div.right {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .hp .fitment .search-by .top-navigation > div.right {
            width: auto; } }
    .hp .fitment .search-by .title {
      font-family: "EurostileLTStd-Bold", sans-serif;
      font-size: 1rem;
      line-height: 1;
      font-weight: 900;
      width: 100%;
      max-width: 260px; }
      @media print, screen and (min-width: 64em) {
        .hp .fitment .search-by .title {
          font-size: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .hp .fitment .search-by .title p {
          margin-bottom: 0; } }
  .hp .fitment select {
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .75rem;
    line-height: 1; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment select {
        margin-bottom: 0; } }
  .hp .fitment .button {
    font-size: .7rem;
    padding: .5rem 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #666666;
    color: #333333;
    font-family: "EurostileLTStd-Bold", sans-serif;
    font-weight: 900;
    letter-spacing: 0; }
    @media print, screen and (min-width: 40em) {
      .hp .fitment .button {
        font-size: 1rem;
        min-width: 170px;
        padding: .75rem 2rem; } }
    .hp .fitment .button:hover {
      background-color: #cccccc; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .button {
        padding: 1rem 2rem; } }
  .hp .fitment .input-group .input-group-button {
    display: block; }
    @media print, screen and (max-width: 63.99875em) {
      .hp .fitment .input-group .input-group-button {
        width: auto; } }
  @media print, screen and (min-width: 40em) {
    .hp .fitment .input-group {
      display: flex; } }
  .hp .fitment .tabs {
    border: 0;
    background-color: transparent;
    margin-bottom: 1rem;
    display: flex;
    margin-bottom: 0; }
    .hp .fitment .tabs li {
      float: left;
      width: 100%;
      /*
      .divider {
        width:2px;
        height:12px;
        background-color:$grayA;
        margin-right:1rem;
        @include breakpoint (large) {
          margin-right:1.5rem;
        }
      }*/ }
      @media print, screen and (min-width: 64em) {
        .hp .fitment .tabs li {
          display: flex;
          align-items: flex-end;
          width: auto; } }
  .hp .fitment .tabs-panel {
    padding: 0; }
  .hp .fitment .tabs-title {
    margin-right: .5rem;
    /*
    &:last-child {
      a {
        padding-right:0;
      }
    }
    a {
      background-color:transparent;
      letter-spacing:.1rem;
      font-weight:700;
      padding:0;
      padding-right:1rem;
      color:$primary-color;
      @include breakpoint (large) {
        padding-right:1.5rem;
      }
    }
    &.is-active {
      a {
        font-size:1rem;
        color:$white;
        font-weight:700;
        letter-spacing:.1rem;
        @include breakpoint (large) {
          font-size:1.5rem;
          letter-spacing:.2rem;
        }
      }
    }*/ }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .tabs-title {
        margin-right: 1rem; } }
    .hp .fitment .tabs-title > div {
      width: 100%; }
    .hp .fitment .tabs-title.is-active .button {
      background-color: #fe3232;
      color: #fefefe; }
  .hp .fitment .tabs-content {
    background: transparent;
    border: 0; }
    .hp .fitment .tabs-content select {
      margin-bottom: 0;
      border: 0; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .tabs-content .row > .column, .hp .fitment .tabs-content .row > .columns {
        padding-right: 5px; } }
    .hp .fitment .tabs-content .row > .column:last-child, .hp .fitment .tabs-content .row > .columns:last-child {
      padding-right: 0; }
    .hp .fitment .tabs-content .row > .column label, .hp .fitment .tabs-content .row > .columns label {
      margin-bottom: 5px; }
      @media print, screen and (min-width: 64em) {
        .hp .fitment .tabs-content .row > .column label, .hp .fitment .tabs-content .row > .columns label {
          margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .hp .fitment #app {
      display: flex; } }
  .hp .fitment #app label {
    width: 100%;
    margin-bottom: 5px; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment #app label {
        padding-right: 5px;
        margin-bottom: 0; } }
    .hp .fitment #app label:last-child {
      padding-right: 0; }
  .hp .fitment #wheels-specs-select .button {
    transition: all .3s ease-in-out; }
    .hp .fitment #wheels-specs-select .button[disabled] {
      opacity: .75;
      background-color: #cccccc;
      color: #999999;
      border-color: #999999; }
  .hp .fitment #wheels-vehicle-select-elite {
    width: 100%;
    /*
    #icv_vehicle-select {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .icv_vehicle-select-option {
      width: 200px;
  }*/ }
    .hp .fitment #wheels-vehicle-select-elite .vs__dropdown-option {
      color: #383e47; }
    .hp .fitment #wheels-vehicle-select-elite #icv_vehicle-select {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; }
      @media print, screen and (min-width: 40em) {
        .hp .fitment #wheels-vehicle-select-elite #icv_vehicle-select {
          flex-direction: row; } }
    @media print, screen and (min-width: 40em) {
      .hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option {
        margin-right: 14px; } }
    .hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option:last-child {
      margin-right: 0; }
    .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable {
      background-color: #fefefe;
      width: 100%;
      margin-bottom: 5px; }
      @media print, screen and (min-width: 40em) {
        .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable {
          margin-bottom: 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%; } }
      .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable input {
        background-color: #fefefe;
        margin: 0;
        color: #383e47; }
      .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable .vs__dropdown-toggle {
        border: 0;
        padding: 0;
        width: 100%; }
        .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable .vs__dropdown-toggle .vs__search {
          font-weight: 600; }
      .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled {
        background-color: #e6e6e6; }
        .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled input {
          background-color: #e6e6e6; }
        .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled .vs__dropdown-toggle {
          background-color: #e6e6e6;
          border: 0; }
        .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled svg {
          background-color: #e6e6e6; }
    .hp .fitment #wheels-vehicle-select-elite .vs__selected {
      font-weight: 600; }
      .hp .fitment #wheels-vehicle-select-elite .vs__selected-options {
        flex-wrap: nowrap; }
    .hp .fitment #wheels-vehicle-select-elite .vs__dropdown-menu {
      overflow-x: visible; }

.financing {
  background: #cc3333;
  padding: 1rem .5rem 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .financing {
      padding: 1.5rem; } }
  .financing p {
    margin-bottom: 0; }
  .financing a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-family: "EurostileLTStd-Bold", sans-serif;
    font-weight: 900;
    color: #fefefe;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.25;
    color: #fefefe; }
    @media print, screen and (min-width: 64em) {
      .financing a {
        flex-direction: row;
        font-size: 1.7rem; } }
  .financing i {
    font-size: 2.5rem; }
  .financing span {
    color: #cc3333; }
    .financing span.divider {
      color: #fefefe; }
  .financing .text {
    margin-bottom: .5rem; }
    @media print, screen and (min-width: 64em) {
      .financing .text {
        margin: 0 2.5rem;
        margin-bottom: 0; } }

.videos {
  margin-bottom: 3rem; }
  .videos .video-item {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .videos .video-item {
        margin-bottom: 0; } }
  .videos a {
    position: relative;
    display: block;
    font-size: 2.75rem; }
    .videos a .video-icon {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3); }
      .videos a .video-icon i {
        color: #fefefe;
        background-color: #fe3232;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center; }

.hp .packages {
  padding: 2.5rem; }
  @media print, screen and (min-width: 64em) {
    .hp .packages {
      padding: 3rem 0;
      padding-bottom: 6rem; } }
  .hp .packages h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    transition: all .3s ease-in-out;
    text-transform: uppercase; }
  .hp .packages h2 {
    font-family: "EurostileLTStd-Bold", sans-serif;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    line-height: 1;
    /*
    &:after {
      content: '';
      position: absolute;
      border-bottom: 2px solid $primary-color;
      bottom: 0;
      width: 100%;
      max-width:364px;
      left: 50%;
      transform: translateX(-50%);

      @include breakpoint(large up) {
        width: 40%;
      }
    }*/ }
    @media print, screen and (min-width: 64em) {
      .hp .packages h2 {
        font-size: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        line-height: 1.4; } }
  .hp .packages-list a img {
    transition: all .3s ease-in-out; }
  .hp .packages-list a:hover h6 {
    color: #cc3333; }
  .hp .packages-list a:hover img {
    transform: scale(1.05); }
  .hp .packages-list a:hover .pkg-info-description {
    color: #cc3333; }
  .hp .packages-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-items: center; }
    @media print, screen and (min-width: 64em) {
      .hp .packages-container {
        grid-template-columns: repeat(5, 20%); } }
  .hp .packages-button-container {
    padding-top: 2em; }
    .hp .packages-button-container .button {
      letter-spacing: .1rem;
      width: 278px;
      height: 56px;
      padding: 0;
      font-size: .9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
  .hp .packages .pkg-img {
    position: relative;
    margin-bottom: 2rem; }
    .hp .packages .pkg-img-wheel {
      width: 80%;
      margin-left: auto;
      display: block; }
    .hp .packages .pkg-img-tire {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 55%; }
  .hp .packages .pkg-info {
    margin-bottom: 1rem; }
    .hp .packages .pkg-info-header, .hp .packages .pkg-info-description {
      font-size: .9rem;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1; }
      @media print, screen and (min-width: 64em) {
        .hp .packages .pkg-info-header, .hp .packages .pkg-info-description {
          line-height: 1.4; } }
    .hp .packages .pkg-info-header {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.1;
      color: #cc3333; }
    .hp .packages .pkg-info-description {
      text-align: center;
      color: #0a0a0a;
      transition: all .3s ease-in-out; }
    .hp .packages .pkg-info-wheel, .hp .packages .pkg-info-tire {
      font-weight: 400;
      color: #0a0a0a; }
    .hp .packages .pkg-info-price {
      font-weight: 700;
      color: #0a0a0a; }
    .hp .packages .pkg-info .red {
      color: #cc3333; }
  .hp .packages .pkg-btn {
    width: 75%; }

#home-popup {
  max-width: 700px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: transparent; }
  @media print, screen and (max-width: 63.99875em) {
    #home-popup {
      margin-left: 1rem;
      margin-right: 1rem; } }
  #home-popup h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2rem; }
  #home-popup p {
    font-size: 1.125rem;
    color: #0a0a0a;
    font-weight: 500;
    line-height: 1.25; }
  #home-popup button {
    color: #fefefe; }
  @media print, screen and (min-width: 64em) {
    #home-popup .column, #home-popup .columns {
      height: 640px; } }
  #home-popup .column > div, #home-popup .columns > div {
    padding: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      #home-popup .column > div, #home-popup .columns > div {
        padding: 2.5rem; } }
  #home-popup .popover-bg {
    position: relative;
    background-image: url("/images/home/popup/popover-bg.jpg");
    background-size: cover;
    background-position: center right;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    #home-popup .popover-bg > div {
      color: #fefefe;
      border: 1px solid #fefefe;
      max-width: 200px;
      width: 100%;
      font-size: 4.5rem;
      font-weight: 900;
      line-height: .9;
      text-transform: uppercase;
      padding: .5rem;
      letter-spacing: -.15rem;
      text-align: center; }
      #home-popup .popover-bg > div span {
        font-size: 2rem;
        display: block; }
  #home-popup .popover-content a {
    display: flex;
    align-items: center;
    justify-content: center; }
  #home-popup .popover-logo {
    margin-bottom: 3rem; }
  #home-popup .popover-subtitle {
    margin: 0 auto;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      #home-popup .popover-subtitle {
        max-width: 90%;
        margin-bottom: 3rem; } }
  #home-popup .popover-submit label {
    text-align: left;
    text-transform: capitalize;
    font-weight: 800; }
  #home-popup .popover-submit input {
    border-radius: 2px;
    height: 4rem; }
  #home-popup .popover-submit button {
    width: 100%;
    padding: 1.3rem 1rem; }
    #home-popup .popover-submit button.button {
      background-color: #cc3333;
      color: #0a0a0a; }
      #home-popup .popover-submit button.button:hover {
        background-color: #cc3333;
        color: #fefefe; }
  #home-popup .mfp-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  #home-popup #mc_embed_signup label {
    text-align: left;
    text-transform: capitalize;
    font-weight: 800; }
  #home-popup #mc_embed_signup input {
    border-radius: 2px;
    height: 4rem; }
  #home-popup #mc_embed_signup input {
    width: 100%;
    padding: 1.3rem 1rem; }
    #home-popup #mc_embed_signup input.button {
      background-color: #cc3333;
      color: #0a0a0a; }
      #home-popup #mc_embed_signup input.button:hover {
        background-color: #cc3333;
        color: #fefefe; }

.my-mfp-slide-bottom.mfp-wrap {
  position: fixed !important; }

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.accordion-filter {
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem; }
  @media print, screen and (min-width: 40em) {
    .accordion-filter {
      margin-right: auto;
      margin-left: auto; } }
  @media print, screen and (min-width: 64em) {
    .accordion-filter__container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .accordion-filter__header {
    font-size: .9rem;
    display: inline-block;
    margin: 0;
    font-weight: 400; }
    .accordion-filter__header--mobile {
      border: 1px solid #e6e6e6;
      padding: 1rem;
      text-transform: capitalize;
      font-size: 1rem;
      color: #0a0a0a; }
  .accordion-filter__content {
    border: 0; }
    @media print, screen and (max-width: 39.99875em) {
      .accordion-filter__content {
        padding-left: 0;
        padding-right: 0; } }
  @media print, screen and (min-width: 64em) {
    .accordion-filter__dropdown {
      margin: 0 0.5rem;
      flex-grow: 1; } }
  .accordion-filter__dropdown select {
    padding: 1rem;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      .accordion-filter__dropdown select {
        padding: 0.5rem; } }
    @media print, screen and (min-width: 64em) {
      .accordion-filter__dropdown select {
        margin: 0; } }
  .accordion-filter__btn {
    margin: 0;
    padding: .65rem 1rem;
    font-size: 1rem; }
    @media print, screen and (max-width: 39.99875em) {
      .accordion-filter__btn {
        max-width: none;
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.75); }

.off-canvas {
  color: #0a0a0a; }
  .off-canvas > div > div {
    padding-left: 2rem;
    padding-right: 2rem; }
  .off-canvas.position-left {
    /*width:445px; // Need to update js before applying....*/
    width: 100%;
    text-transform: uppercase;
    font-size: 0.825rem;
    background-color: #fefefe;
    box-shadow: none; }
    @media print, screen and (min-width: 40em) {
      .off-canvas.position-left {
        width: 445px; } }
  .off-canvas.position-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .off-canvas .close-button {
    background-color: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    padding: 1.25rem 2rem;
    font-size: .825rem;
    text-transform: uppercase;
    font-weight: 700;
    /*
    padding:.5rem 2rem;
    color:$light-gray;
    margin-bottom:.5rem;
    */ }
    .off-canvas .close-button span {
      font-weight: 200;
      font-size: 3rem; }
    .off-canvas .close-button:hover {
      color: #cc3333; }
    .off-canvas .close-button.orange {
      background-color: #cc3333; }
      .off-canvas .close-button.orange:hover {
        color: #0a0a0a; }
  .off-canvas .slide-over-container {
    font-size: .75rem;
    line-height: 1.5;
    font-weight: 700; }
    .off-canvas .slide-over-container .slide-over-fitment {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 1rem;
      padding-bottom: 1rem;
      background-color: #e6e6e6;
      margin-bottom: 2rem; }
      .off-canvas .slide-over-container .slide-over-fitment .button {
        white-space: nowrap;
        margin-bottom: 0;
        background-color: #cc3333;
        width: 200px;
        height: 58px;
        font-size: .75rem;
        letter-spacing: .1rem;
        margin-right: 1rem; }
        .off-canvas .slide-over-container .slide-over-fitment .button:hover {
          background-color: #666666; }
      .off-canvas .slide-over-container .slide-over-fitment .fitment-info {
        font-weight: 700;
        max-width: 43%; }
    .off-canvas .slide-over-container .slide-over-filter {
      background-color: #fefefe; }
      .off-canvas .slide-over-container .slide-over-filter select, .off-canvas .slide-over-container .slide-over-filter .button {
        height: 55px;
        padding: 1rem; }
      .off-canvas .slide-over-container .slide-over-filter select {
        background-position: right center;
        border-radius: 2px;
        width: 100%;
        letter-spacing: .1rem;
        padding: 1rem;
        font-size: .8rem;
        text-transform: uppercase;
        font-weight: 700; }
  .off-canvas .vertical.menu {
    padding-left: 0;
    padding-top: 3rem;
    margin-top: 0; }
    .off-canvas .vertical.menu > li {
      position: relative; }
      .off-canvas .vertical.menu > li.is-accordion-submenu-parent > a:after {
        content: '+';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border: none;
        font-size: 1.5rem;
        top: 13px;
        margin-top: 0;
        right: 2rem; }
      .off-canvas .vertical.menu > li.is-accordion-submenu-parent[aria-expanded=true] > a:after {
        content: '-';
        transform: none; }
      .off-canvas .vertical.menu > li > a {
        font-family: "Roboto", sans-serif;
        color: #fefefe;
        text-transform: uppercase;
        font-size: 1.2rem;
        text-decoration: none;
        transition: all .2s ease-in-out; }
        .off-canvas .vertical.menu > li > a:hover {
          color: #333333; }
        .off-canvas .vertical.menu > li > a .fa-caret-down {
          display: none; }
    .off-canvas .vertical.menu.is-accordion-submenu > li::after {
      left: 0; }
  .off-canvas .social-menu {
    padding: 1rem 1rem 2rem; }
    .off-canvas .social-menu a:hover {
      color: #333333; }
  .off-canvas .product-filters .icon-product-filter {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
  .off-canvas .icon-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .off-canvas .icon-filter-items {
    padding-top: 1rem; }
    .off-canvas .icon-filter-items li {
      align-items: center;
      margin-bottom: 1rem;
      line-height: 1; }
    .off-canvas .icon-filter-items input {
      margin-bottom: 0; }
    .off-canvas .icon-filter-items label {
      line-height: 1; }
  .off-canvas .wheels-slide-filter, .off-canvas .tires-slide-filter {
    padding-left: 2rem;
    padding-right: 2rem; }
    .off-canvas .wheels-slide-filter .product-filters, .off-canvas .tires-slide-filter .product-filters {
      display: block !important; }
    .off-canvas .wheels-slide-filter h4, .off-canvas .tires-slide-filter h4 {
      text-transform: uppercase;
      font-size: .9rem;
      letter-spacing: .1rem;
      color: #cc3333;
      margin-bottom: 0;
      font-weight: 700; }
    .off-canvas .wheels-slide-filter ul, .off-canvas .tires-slide-filter ul {
      list-style: none; }
    .off-canvas .wheels-slide-filter label, .off-canvas .tires-slide-filter label {
      font-weight: 700;
      text-transform: uppercase; }
    .off-canvas .wheels-slide-filter i.fa-minus, .off-canvas .wheels-slide-filter i.fa-plus, .off-canvas .tires-slide-filter i.fa-minus, .off-canvas .tires-slide-filter i.fa-plus {
      color: #888888; }
      .off-canvas .wheels-slide-filter i.fa-minus:hover, .off-canvas .wheels-slide-filter i.fa-plus:hover, .off-canvas .tires-slide-filter i.fa-minus:hover, .off-canvas .tires-slide-filter i.fa-plus:hover {
        color: #cc3333; }
    .off-canvas .wheels-slide-filter .filter-title, .off-canvas .tires-slide-filter .filter-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .off-canvas .wheels-slide-filter .filter-button, .off-canvas .tires-slide-filter .filter-button {
      text-transform: uppercase;
      font-size: .75rem;
      font-weight: 600;
      color: #444444; }
      .off-canvas .wheels-slide-filter .filter-button:hover, .off-canvas .tires-slide-filter .filter-button:hover {
        color: #cc3333; }
    .off-canvas .wheels-slide-filter .filter-items, .off-canvas .tires-slide-filter .filter-items {
      padding-top: 1rem;
      display: none; }
      .off-canvas .wheels-slide-filter .filter-items li, .off-canvas .tires-slide-filter .filter-items li {
        align-items: center;
        margin-bottom: 1rem;
        line-height: 1; }
      .off-canvas .wheels-slide-filter .filter-items input, .off-canvas .tires-slide-filter .filter-items input {
        margin-bottom: 0; }
      .off-canvas .wheels-slide-filter .filter-items label, .off-canvas .tires-slide-filter .filter-items label {
        line-height: 1; }
    .off-canvas .wheels-slide-filter .product-filters .product-filter, .off-canvas .tires-slide-filter .product-filters .product-filter {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
    .off-canvas .wheels-slide-filter .filter-active, .off-canvas .tires-slide-filter .filter-active {
      margin-bottom: 1rem; }
      @media print, screen and (max-width: 63.99875em) {
        .off-canvas .wheels-slide-filter .filter-active, .off-canvas .tires-slide-filter .filter-active {
          border-bottom: 1px solid #cccccc; } }
      .off-canvas .wheels-slide-filter .filter-active a, .off-canvas .tires-slide-filter .filter-active a {
        background-color: #cccccc;
        color: #0a0a0a;
        border-radius: 5px;
        padding: .25rem .5rem;
        font-weight: 600; }
        .off-canvas .wheels-slide-filter .filter-active a i, .off-canvas .tires-slide-filter .filter-active a i {
          color: #cc3333;
          transition: all .3s ease-in-out;
          font-size: inherit; }
        .off-canvas .wheels-slide-filter .filter-active a:hover, .off-canvas .tires-slide-filter .filter-active a:hover {
          background-color: #cc3333;
          color: #fefefe; }
          .off-canvas .wheels-slide-filter .filter-active a:hover i, .off-canvas .tires-slide-filter .filter-active a:hover i {
            color: #fefefe; }
        .off-canvas .wheels-slide-filter .filter-active a.fitmentSet, .off-canvas .tires-slide-filter .filter-active a.fitmentSet {
          pointer-events: none;
          background-color: #999999; }
          .off-canvas .wheels-slide-filter .filter-active a.fitmentSet i, .off-canvas .tires-slide-filter .filter-active a.fitmentSet i {
            color: #666666; }
      .off-canvas .wheels-slide-filter .filter-active ul li, .off-canvas .tires-slide-filter .filter-active ul li {
        display: inline-block;
        margin-bottom: .5rem;
        margin-right: 10px; }
      .off-canvas .wheels-slide-filter .filter-active-clear, .off-canvas .tires-slide-filter .filter-active-clear {
        margin-bottom: 1rem; }
        @media print, screen and (min-width: 64em) {
          .off-canvas .wheels-slide-filter .filter-active-clear, .off-canvas .tires-slide-filter .filter-active-clear {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 1.5rem;
            margin-bottom: 1.5rem; } }
        .off-canvas .wheels-slide-filter .filter-active-clear a, .off-canvas .tires-slide-filter .filter-active-clear a {
          font-size: .75rem;
          font-weight: 600;
          color: #444444;
          text-transform: uppercase;
          border: none;
          background-color: transparent;
          padding: 0; }
          .off-canvas .wheels-slide-filter .filter-active-clear a:hover, .off-canvas .tires-slide-filter .filter-active-clear a:hover {
            border: none;
            background-color: transparent;
            color: #0a0a0a; }
      .off-canvas .wheels-slide-filter .filter-active .filter-active-title, .off-canvas .tires-slide-filter .filter-active .filter-active-title {
        margin-bottom: 1rem; }
        .off-canvas .wheels-slide-filter .filter-active .filter-active-title h4, .off-canvas .tires-slide-filter .filter-active .filter-active-title h4 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          color: #0a0a0a; }
    .off-canvas .wheels-slide-filter .filter-brands label, .off-canvas .tires-slide-filter .filter-brands label {
      max-width: 260px;
      line-height: 1;
      vertical-align: middle; }
  .off-canvas .slide-filter-gallery {
    margin-top: 2rem; }

.selectedVehicleBar {
  position: relative;
  background-color: #ebebeb; }
  .selectedVehicleBar .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media print, screen and (max-width: 39.99875em) {
      .selectedVehicleBar .layout {
        flex-direction: column; } }
  .selectedVehicleBar img {
    max-height: 100px; }
  .selectedVehicleBar .row--small {
    max-width: 67rem; }
  .selectedVehicleBar__content {
    padding-left: 0;
    padding-right: 0; }
    .selectedVehicleBar__content--noMargin {
      margin: 0; }
    @media print, screen and (min-width: 40em) {
      .selectedVehicleBar__content {
        margin: 1.5rem auto 0; } }
  .selectedVehicleBar__text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .selectedVehicleBar__text {
        font-size: 2rem; } }
  .selectedVehicleBar__span {
    color: #6a6a6a;
    white-space: nowrap; }
  .selectedVehicleBar__btn {
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .selectedVehicleBar--smaller {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem; }

.pencil-top-search {
  padding: 11px 0; }

.nav-search {
  display: inline-block; }
  @media print, screen and (min-width: 64em) {
    .nav-search {
      margin-left: 1rem; } }

.search-link {
  display: flex;
  justify-content: center;
  vertical-align: center;
  margin-bottom: 0.8rem; }
  .search-link__text {
    position: relative;
    font-size: 0.9rem;
    top: 0.2rem;
    color: #0a0a0a;
    font-weight: 500;
    text-decoration: underline; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .search-link__text {
        font-size: 0.9rem; } }
    @media only screen and (min-width: 1024px) {
      .search-link__text {
        color: #fefefe; } }

.search-icon {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  margin-right: 0.2rem;
  padding-left: 0.5rem; }
  @media print, screen and (min-width: 64em) {
    .search-icon {
      padding-left: 0;
      color: rgba(255, 255, 255, 0.8); } }

.search-box {
  display: none;
  position: absolute;
  bottom: 0.7rem;
  width: 423px;
  z-index: 11; }
  @media screen and (max-width: 1024px) {
    .search-box {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.search-btn {
  border-radius: 0; }

#wheels h1, #wheel-brands h1, #gallery h1 {
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    #wheels h1, #wheel-brands h1, #gallery h1 {
      color: #fefefe; } }
  @media print, screen and (min-width: 64em) {
    #wheels h1, #wheel-brands h1, #gallery h1 {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: .2rem; } }

@media print, screen and (min-width: 40em) {
  #wheels .content-header, #wheel-brands .content-header, #gallery .content-header {
    background-image: url("/images/banners/banner-rims-wheels.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media print, screen and (min-width: 64em) {
  #wheels .content-header, #wheel-brands .content-header, #gallery .content-header {
    height: 240px; } }

@media print, screen and (max-width: 39.99875em) {
  #wheels .page-content.padded.extra, #wheel-brands .page-content.padded.extra, #gallery .page-content.padded.extra {
    padding-top: 0; } }

#wheels .listing-search-bar #wheel-filter-search ul, #wheel-brands .listing-search-bar #wheel-filter-search ul, #gallery .listing-search-bar #wheel-filter-search ul {
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 75em) {
    #wheels .listing-search-bar #wheel-filter-search ul, #wheel-brands .listing-search-bar #wheel-filter-search ul, #gallery .listing-search-bar #wheel-filter-search ul {
      display: flex;
      justify-content: space-between; } }
  #wheels .listing-search-bar #wheel-filter-search ul > li, #wheel-brands .listing-search-bar #wheel-filter-search ul > li, #gallery .listing-search-bar #wheel-filter-search ul > li {
    display: inline-block;
    margin-bottom: .35rem; }
    #wheels .listing-search-bar #wheel-filter-search ul > li:last-child, #wheel-brands .listing-search-bar #wheel-filter-search ul > li:last-child, #gallery .listing-search-bar #wheel-filter-search ul > li:last-child {
      margin-right: 0; }
      #wheels .listing-search-bar #wheel-filter-search ul > li:last-child a, #wheel-brands .listing-search-bar #wheel-filter-search ul > li:last-child a, #gallery .listing-search-bar #wheel-filter-search ul > li:last-child a {
        width: 96px; }
        @media screen and (min-width: 75em) {
          #wheels .listing-search-bar #wheel-filter-search ul > li:last-child a, #wheel-brands .listing-search-bar #wheel-filter-search ul > li:last-child a, #gallery .listing-search-bar #wheel-filter-search ul > li:last-child a {
            width: 40px; } }

#wheels .listing-search-bar a, #wheel-brands .listing-search-bar a, #gallery .listing-search-bar a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    #wheels .listing-search-bar a, #wheel-brands .listing-search-bar a, #gallery .listing-search-bar a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  #wheels .listing-search-bar a:hover, #wheels .listing-search-bar a.active-letter, #wheel-brands .listing-search-bar a:hover, #wheel-brands .listing-search-bar a.active-letter, #gallery .listing-search-bar a:hover, #gallery .listing-search-bar a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  #wheels .listing-search-bar a.disable-letter, #wheel-brands .listing-search-bar a.disable-letter, #gallery .listing-search-bar a.disable-letter {
    pointer-events: none;
    opacity: .25; }

#wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child {
    padding-right: 0; }
    #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div {
        width: 60%; }

#wheels .listing-search-bar .mobile-only-slide-filter-search a, #wheels .listing-search-bar .mobile-only-slide-filter-search button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search a, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search button, #gallery .listing-search-bar .mobile-only-slide-filter-search a, #gallery .listing-search-bar .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem; }

#wheels .listing-search-bar .mobile-only-slide-filter-search button, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search button, #gallery .listing-search-bar .mobile-only-slide-filter-search button {
  width: 100%;
  height: 52px; }

#wheels .products-list, #wheel-brands .products-list, #gallery .products-list {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #wheels .products-list, #wheel-brands .products-list, #gallery .products-list {
      margin-bottom: 4rem; } }
  #wheels .products-list .hover-item, #wheel-brands .products-list .hover-item, #gallery .products-list .hover-item {
    position: relative;
    margin-bottom: 2rem; }
    #wheels .products-list .hover-item:hover img, #wheel-brands .products-list .hover-item:hover img, #gallery .products-list .hover-item:hover img {
      transform: scale(1.025); }
  #wheels .products-list .sale-item, #wheel-brands .products-list .sale-item, #gallery .products-list .sale-item {
    background: linear-gradient(135deg, #cc3333 0, #cc3333 40%, transparent 40%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    text-align: left;
    padding: 0.5rem;
    padding-right: 2rem;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fefefe;
    font-weight: 700;
    font-size: .9rem; }
  #wheels .products-list .info, #wheel-brands .products-list .info, #gallery .products-list .info {
    text-align: left;
    color: #0a0a0a; }
  #wheels .products-list .image, #wheel-brands .products-list .image, #gallery .products-list .image {
    background-color: #f4f4f4;
    margin-bottom: 1rem;
    text-align: center; }
  #wheels .products-list .product-name, #wheel-brands .products-list .product-name, #gallery .products-list .product-name {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem; }
    #wheels .products-list .product-name span, #wheel-brands .products-list .product-name span, #gallery .products-list .product-name span {
      display: inline-block; }
    #wheels .products-list .product-name .new, #wheel-brands .products-list .product-name .new, #gallery .products-list .product-name .new {
      width: 56px;
      height: 28px;
      background-color: #cc3333;
      font-size: .9rem;
      font-weight: 700;
      color: #fefefe;
      margin-right: .75rem;
      text-align: center;
      text-transform: uppercase;
      line-height: 2; }
    #wheels .products-list .product-name .brand-and-name, #wheel-brands .products-list .product-name .brand-and-name, #gallery .products-list .product-name .brand-and-name {
      text-align: left;
      font-weight: 700;
      letter-spacing: .1rem;
      text-transform: uppercase;
      line-height: 1.25; }
  #wheels .products-list .specs, #wheels .products-list .price, #wheels .products-list .shipping, #wheel-brands .products-list .specs, #wheel-brands .products-list .price, #wheel-brands .products-list .shipping, #gallery .products-list .specs, #gallery .products-list .price, #gallery .products-list .shipping {
    font-family: "Arial", sans-serif; }
  #wheels .products-list .specs, #wheel-brands .products-list .specs, #gallery .products-list .specs {
    font-size: .85rem;
    text-transform: uppercase; }
    #wheels .products-list .specs .size, #wheel-brands .products-list .specs .size, #gallery .products-list .specs .size {
      margin-bottom: .25rem; }
    #wheels .products-list .specs .sku, #wheel-brands .products-list .specs .sku, #gallery .products-list .specs .sku {
      color: #999999; }
  #wheels .products-list .price, #wheel-brands .products-list .price, #gallery .products-list .price {
    text-align: left;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25; }
    #wheels .products-list .price .price-title, #wheel-brands .products-list .price .price-title, #gallery .products-list .price .price-title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px; }
    #wheels .products-list .price .symbol, #wheels .products-list .price .value, #wheel-brands .products-list .price .symbol, #wheel-brands .products-list .price .value, #gallery .products-list .price .symbol, #gallery .products-list .price .value {
      font-weight: 700;
      font-size: 1.25rem; }
    #wheels .products-list .price .set, #wheel-brands .products-list .price .set, #gallery .products-list .price .set {
      font-size: .75rem;
      font-weight: 600; }
  #wheels .products-list .shipping, #wheel-brands .products-list .shipping, #gallery .products-list .shipping {
    text-transform: uppercase;
    color: #999999;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .05rem; }

#wheels .pagination, #wheel-brands .pagination, #gallery .pagination {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase; }
  #wheels .pagination .current, #wheel-brands .pagination .current, #gallery .pagination .current {
    background-color: #cc3333; }

#wheels .financing, #wheel-brands .financing, #gallery .financing {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #wheels .financing, #wheel-brands .financing, #gallery .financing {
      margin-bottom: 4rem; } }

#wheels .brand-information, #wheel-brands .brand-information, #gallery .brand-information {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #wheels .brand-information, #wheel-brands .brand-information, #gallery .brand-information {
      margin-bottom: 3rem; } }
  #wheels .brand-information h5, #wheel-brands .brand-information h5, #gallery .brand-information h5 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2rem; }
  #wheels .brand-information p, #wheel-brands .brand-information p, #gallery .brand-information p {
    line-height: 2; }
  #wheels .brand-information .title, #wheel-brands .brand-information .title, #gallery .brand-information .title {
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 600; }
  #wheels .brand-information ul, #wheel-brands .brand-information ul, #gallery .brand-information ul {
    margin: 0;
    list-style: none; }
    #wheels .brand-information ul li, #wheel-brands .brand-information ul li, #gallery .brand-information ul li {
      display: inline-block; }

#wheels.wheels-searched-by-vehicle h3, #wheels.wheels-searched-by-vehicle h4, #wheel-brands.wheels-searched-by-vehicle h3, #wheel-brands.wheels-searched-by-vehicle h4, #gallery.wheels-searched-by-vehicle h3, #gallery.wheels-searched-by-vehicle h4 {
  text-transform: uppercase; }

#wheels.wheels-searched-by-vehicle h4, #wheel-brands.wheels-searched-by-vehicle h4, #gallery.wheels-searched-by-vehicle h4 {
  font-size: 1.25rem; }
  #wheels.wheels-searched-by-vehicle h4 span, #wheel-brands.wheels-searched-by-vehicle h4 span, #gallery.wheels-searched-by-vehicle h4 span {
    color: #cc3333; }

#wheels .promotion-item, #wheel-brands .promotion-item, #gallery .promotion-item {
  margin-bottom: 1rem; }

.sticky-container .top {
  background-color: #fefefe;
  padding: 1rem 1.25rem;
  padding-bottom: 0;
  position: relative; }

.sticky-container .listing-search-bar a, .sticky-container .brand-letter-search a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .sticky-container .listing-search-bar a, .sticky-container .brand-letter-search a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  .sticky-container .listing-search-bar a:hover, .sticky-container .listing-search-bar a.active-letter, .sticky-container .brand-letter-search a:hover, .sticky-container .brand-letter-search a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  .sticky-container .listing-search-bar a.disable-letter, .sticky-container .brand-letter-search a.disable-letter {
    pointer-events: none;
    opacity: .25; }

.sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child a, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child a, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child {
    padding-right: 0; }
    .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, .sticky-container .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a > div, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a > div, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button > div, .sticky-container .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button > div {
        width: 60%; }

.sticky-container .listing-search-bar .mobile-only-slide-filter-search a, .sticky-container .listing-search-bar .mobile-only-slide-filter-search button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search a, .sticky-container .brand-letter-search .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem;
  margin-bottom: 0; }

.sticky-container .listing-search-bar .mobile-only-slide-filter-search button, .sticky-container .brand-letter-search .mobile-only-slide-filter-search button {
  width: 100%;
  height: 52px; }

.sticky-container .main.cta-added {
  box-shadow: none;
  border-bottom: 1px solid #0a0a0a; }

.sticky-container .content-header {
  background-color: #fefefe;
  box-shadow: 0px 5px 15px -5px #0a0a0a; }
  .sticky-container .content-header h1 {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
    font-weight: 700; }

#wheels .wheel-filters h3, #wheel-brands .wheel-filters h3 {
  font-size: 1.15rem;
  color: #cc3333;
  text-transform: uppercase;
  font-weight: 700; }

#wheels .wheel-filters .title, #wheel-brands .wheel-filters .title {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 2rem; }

#wheels .wheel-filters .accordion-container, #wheel-brands .wheel-filters .accordion-container {
  margin-bottom: 2rem; }

#wheels .wheel-filters .accordion-title, #wheel-brands .wheel-filters .accordion-title {
  color: #cc3333;
  font-weight: 700; }

@media print, screen and (max-width: 63.99875em) {
  #wheels .wheel-filters .accordion-content, #wheel-brands .wheel-filters .accordion-content {
    padding: 1rem;
    border-top: 1px solid #aaaaaa; } }

#wheels .wheel-filters .fitment-search .button, #wheel-brands .wheel-filters .fitment-search .button {
  background-color: #cc3333;
  border-radius: 10px; }
  @media print, screen and (min-width: 64em) {
    #wheels .wheel-filters .fitment-search .button, #wheel-brands .wheel-filters .fitment-search .button {
      margin-bottom: 2rem; } }
  #wheels .wheel-filters .fitment-search .button:hover, #wheel-brands .wheel-filters .fitment-search .button:hover {
    background-color: #666666; }

#wheels .wheel-filters .wheel-filter, #wheel-brands .wheel-filters .wheel-filter {
  padding-bottom: 2rem; }
  #wheels .wheel-filters .wheel-filter h5, #wheel-brands .wheel-filters .wheel-filter h5 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.15rem; }
  #wheels .wheel-filters .wheel-filter ul, #wheel-brands .wheel-filters .wheel-filter ul {
    list-style: none;
    margin: 0; }
  #wheels .wheel-filters .wheel-filter li, #wheel-brands .wheel-filters .wheel-filter li {
    font-weight: 400;
    font-size: .875rem;
    line-height: 0; }
  #wheels .wheel-filters .wheel-filter input, #wheel-brands .wheel-filters .wheel-filter input {
    margin-bottom: .75rem; }
  #wheels .wheel-filters .wheel-filter label, #wheel-brands .wheel-filters .wheel-filter label {
    line-height: 0; }
  #wheels .wheel-filters .wheel-filter.filter-active, #wheel-brands .wheel-filters .wheel-filter.filter-active {
    font-weight: 400;
    padding-bottom: 2rem; }
    #wheels .wheel-filters .wheel-filter.filter-active ul, #wheel-brands .wheel-filters .wheel-filter.filter-active ul {
      padding-bottom: 1rem; }
    #wheels .wheel-filters .wheel-filter.filter-active li, #wheel-brands .wheel-filters .wheel-filter.filter-active li {
      display: inline-block; }
    #wheels .wheel-filters .wheel-filter.filter-active a, #wheel-brands .wheel-filters .wheel-filter.filter-active a {
      color: #fefefe;
      background-color: #cc3333;
      font-weight: 700;
      padding: .25rem .5rem;
      border-radius: 10px;
      display: block; }
      #wheels .wheel-filters .wheel-filter.filter-active a:hover, #wheel-brands .wheel-filters .wheel-filter.filter-active a:hover {
        background-color: #666666; }
      #wheels .wheel-filters .wheel-filter.filter-active a i, #wheel-brands .wheel-filters .wheel-filter.filter-active a i {
        margin-right: .5rem; }
      #wheels .wheel-filters .wheel-filter.filter-active a#clear, #wheel-brands .wheel-filters .wheel-filter.filter-active a#clear {
        display: block;
        margin-top: .5rem; }
    #wheels .wheel-filters .wheel-filter.filter-active-selected, #wheel-brands .wheel-filters .wheel-filter.filter-active-selected {
      padding: .5rem;
      transition: all .2s ease-out;
      display: inline-block;
      border-radius: 5px; }
      #wheels .wheel-filters .wheel-filter.filter-active-selected:hover, #wheel-brands .wheel-filters .wheel-filter.filter-active-selected:hover {
        background-color: #fe3232;
        color: white; }
        #wheels .wheel-filters .wheel-filter.filter-active-selected:hover a, #wheel-brands .wheel-filters .wheel-filter.filter-active-selected:hover a {
          color: #fefefe; }
    #wheels .wheel-filters .wheel-filter.filter-active .filter-active-clear, #wheel-brands .wheel-filters .wheel-filter.filter-active .filter-active-clear {
      padding-bottom: 2rem;
      border-bottom: 1px solid #aaaaaa; }
      #wheels .wheel-filters .wheel-filter.filter-active .filter-active-clear a, #wheel-brands .wheel-filters .wheel-filter.filter-active .filter-active-clear a {
        color: #cc3333;
        font-weight: 900;
        background-color: transparent;
        text-transform: capitalize;
        padding: 0; }
        #wheels .wheel-filters .wheel-filter.filter-active .filter-active-clear a:hover, #wheel-brands .wheel-filters .wheel-filter.filter-active .filter-active-clear a:hover {
          color: #666666; }
  #wheels .wheel-filters .wheel-filter .filter-button, #wheel-brands .wheel-filters .wheel-filter .filter-button {
    color: #cc3333;
    font-weight: 800; }
  #wheels .wheel-filters .wheel-filter-part-number, #wheel-brands .wheel-filters .wheel-filter-part-number {
    max-width: 80%;
    border-bottom: 1px solid #666666;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #wheels .wheel-filters .wheel-filter-part-number input, #wheel-brands .wheel-filters .wheel-filter-part-number input {
      padding: .5rem;
      margin-bottom: 0; }
    #wheels .wheel-filters .wheel-filter-part-number button, #wheel-brands .wheel-filters .wheel-filter-part-number button {
      background-color: #383e47; }
  #wheels .wheel-filters .wheel-filter-shopby, #wheel-brands .wheel-filters .wheel-filter-shopby {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (max-width: 39.99875em) {
      #wheels .wheel-filters .wheel-filter-shopby, #wheel-brands .wheel-filters .wheel-filter-shopby {
        padding-bottom: 1rem; } }
    @media print, screen and (min-width: 40em) {
      #wheels .wheel-filters .wheel-filter-shopby, #wheel-brands .wheel-filters .wheel-filter-shopby {
        border-bottom: 5px solid #666666;
        justify-content: flex-start;
        margin-bottom: 2rem;
        max-width: 80%; } }
    #wheels .wheel-filters .wheel-filter-shopby label, #wheels .wheel-filters .wheel-filter-shopby select, #wheel-brands .wheel-filters .wheel-filter-shopby label, #wheel-brands .wheel-filters .wheel-filter-shopby select {
      margin-bottom: 0; }
    #wheels .wheel-filters .wheel-filter-shopby label, #wheel-brands .wheel-filters .wheel-filter-shopby label {
      margin-right: .5rem; }
      @media print, screen and (min-width: 40em) {
        #wheels .wheel-filters .wheel-filter-shopby label, #wheel-brands .wheel-filters .wheel-filter-shopby label {
          margin-right: 1rem; } }
    #wheels .wheel-filters .wheel-filter-shopby select, #wheel-brands .wheel-filters .wheel-filter-shopby select {
      width: auto; }
      @media print, screen and (max-width: 39.99875em) {
        #wheels .wheel-filters .wheel-filter-shopby select, #wheel-brands .wheel-filters .wheel-filter-shopby select {
          font-size: .9rem; } }
    #wheels .wheel-filters .wheel-filter-shopby h5, #wheel-brands .wheel-filters .wheel-filter-shopby h5 {
      color: #fe3232;
      margin-bottom: 0; }
      @media print, screen and (max-width: 39.99875em) {
        #wheels .wheel-filters .wheel-filter-shopby h5, #wheel-brands .wheel-filters .wheel-filter-shopby h5 {
          font-size: 1.15rem;
          text-transform: uppercase;
          letter-spacing: 1px; } }

@media print, screen and (max-width: 63.99875em) {
  #wheels .filter-selection, #wheel-brands .filter-selection, #gallery .filter-selection {
    border: 0;
    padding: .75rem; }
  #wheels .accordion-item, #wheel-brands .accordion-item, #gallery .accordion-item {
    border: 1px solid #aaaaaa; } }

#wheels .accordion-title, #wheel-brands .accordion-title, #gallery .accordion-title {
  font-family: "EurostileLTStd-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0; }

#wheels .wheel-filter #wheel-filter-search, #wheel-brands .wheel-filter #wheel-filter-search {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #wheels .wheel-filter #wheel-filter-search .brand-name, #wheel-brands .wheel-filter #wheel-filter-search .brand-name {
    font-size: 1.5rem;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    margin: 0 1rem; }
  #wheels .wheel-filter #wheel-filter-search .accordion-filter__header, #wheel-brands .wheel-filter #wheel-filter-search .accordion-filter__header {
    text-transform: unset; }

@media print, screen and (max-width: 63.99875em) {
  #wheels .wheel-filter .accordion-filter__content, #wheel-brands .wheel-filter .accordion-filter__content {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media print, screen and (min-width: 64em) {
  #wheels .wheel-filter .accordion-filter__container, #wheel-brands .wheel-filter .accordion-filter__container {
    justify-content: space-between; } }

#wheels .wheel-filter .accordion-filter__dropdown, #wheel-brands .wheel-filter .accordion-filter__dropdown {
  flex-grow: 0;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    #wheels .wheel-filter .accordion-filter__dropdown, #wheel-brands .wheel-filter .accordion-filter__dropdown {
      margin: 0 1rem;
      width: auto; } }
  #wheels .wheel-filter .accordion-filter__dropdown select, #wheel-brands .wheel-filter .accordion-filter__dropdown select {
    padding: .75rem;
    padding-right: 1.5rem;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-size: .9rem; }
  #wheels .wheel-filter .accordion-filter__dropdown .button, #wheel-brands .wheel-filter .accordion-filter__dropdown .button {
    margin-bottom: 0;
    background-color: #cc3333;
    color: #fefefe;
    padding: .75rem 1.75rem;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }

#wheels .wheel-filter .sort-wheels, #wheel-brands .wheel-filter .sort-wheels {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, screen and (min-width: 64em) {
    #wheels .wheel-filter .sort-wheels, #wheel-brands .wheel-filter .sort-wheels {
      flex-direction: row; } }

#wheels .filter-fitment, #wheel-brands .filter-fitment, #gallery .filter-fitment {
  margin-bottom: 3rem; }

#wheels .filter .vehicle-title, #wheel-brands .filter .vehicle-title, #gallery .filter .vehicle-title {
  background-color: #cc3333;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #wheels .filter .vehicle-title h4, #wheel-brands .filter .vehicle-title h4, #gallery .filter .vehicle-title h4 {
    color: #fefefe; }

#wheels .filter .vehicle-select, #wheel-brands .filter .vehicle-select, #gallery .filter .vehicle-select {
  padding: 1rem;
  border: 1px solid #cccccc;
  border-top: 0; }
  #wheels .filter .vehicle-select select, #wheel-brands .filter .vehicle-select select, #gallery .filter .vehicle-select select {
    border-color: #cccccc; }
  #wheels .filter .vehicle-select .button-group, #wheel-brands .filter .vehicle-select .button-group, #gallery .filter .vehicle-select .button-group {
    margin-bottom: 0; }

#wheels #fitment-vehicle-select .vs--unsearchable, #wheel-brands #fitment-vehicle-select .vs--unsearchable, #gallery #fitment-vehicle-select .vs--unsearchable {
  width: 100%;
  background-color: transparent;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6; }
  #wheels #fitment-vehicle-select .vs--unsearchable input, #wheel-brands #fitment-vehicle-select .vs--unsearchable input, #gallery #fitment-vehicle-select .vs--unsearchable input {
    background-color: transparent;
    margin: 0; }
  #wheels #fitment-vehicle-select .vs--unsearchable .vs__dropdown-toggle, #wheel-brands #fitment-vehicle-select .vs--unsearchable .vs__dropdown-toggle, #gallery #fitment-vehicle-select .vs--unsearchable .vs__dropdown-toggle {
    border: 0;
    padding: 0; }
  #wheels #fitment-vehicle-select .vs--unsearchable.vs--disabled, #wheel-brands #fitment-vehicle-select .vs--unsearchable.vs--disabled, #gallery #fitment-vehicle-select .vs--unsearchable.vs--disabled {
    background-color: #e6e6e6; }
    #wheels #fitment-vehicle-select .vs--unsearchable.vs--disabled input, #wheel-brands #fitment-vehicle-select .vs--unsearchable.vs--disabled input, #gallery #fitment-vehicle-select .vs--unsearchable.vs--disabled input {
      background-color: #e6e6e6; }
    #wheels #fitment-vehicle-select .vs--unsearchable.vs--disabled .vs__dropdown-toggle, #wheel-brands #fitment-vehicle-select .vs--unsearchable.vs--disabled .vs__dropdown-toggle, #gallery #fitment-vehicle-select .vs--unsearchable.vs--disabled .vs__dropdown-toggle {
      background-color: #e6e6e6;
      border: 0; }
    #wheels #fitment-vehicle-select .vs--unsearchable.vs--disabled svg, #wheel-brands #fitment-vehicle-select .vs--unsearchable.vs--disabled svg, #gallery #fitment-vehicle-select .vs--unsearchable.vs--disabled svg {
      background-color: #e6e6e6; }
  #wheels #fitment-vehicle-select .vs--unsearchable .vs__selected, #wheel-brands #fitment-vehicle-select .vs--unsearchable .vs__selected, #gallery #fitment-vehicle-select .vs--unsearchable .vs__selected {
    font-weight: 600; }

.product-filters .icon-product-filter {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

.icon-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.icon-filter-items {
  padding-top: 1rem; }
  .icon-filter-items li {
    align-items: center;
    margin-bottom: 1rem;
    line-height: 1;
    display: flex; }
  .icon-filter-items input {
    margin-bottom: 0; }
  .icon-filter-items label {
    line-height: 1; }

#wheels .filter, #wheel-brands .filter, #gallery .filter {
  padding-left: 2rem;
  padding-right: 2rem; }
  #wheels .filter h4, #wheel-brands .filter h4, #gallery .filter h4 {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .1rem;
    color: #cc3333;
    margin-bottom: 0;
    font-weight: 700; }
  #wheels .filter ul, #wheel-brands .filter ul, #gallery .filter ul {
    list-style: none; }
  #wheels .filter label, #wheel-brands .filter label, #gallery .filter label {
    font-weight: 700;
    text-transform: uppercase; }
  #wheels .filter i.fa-minus, #wheels .filter i.fa-plus, #wheel-brands .filter i.fa-minus, #wheel-brands .filter i.fa-plus, #gallery .filter i.fa-minus, #gallery .filter i.fa-plus {
    color: #888888; }
    #wheels .filter i.fa-minus:hover, #wheels .filter i.fa-plus:hover, #wheel-brands .filter i.fa-minus:hover, #wheel-brands .filter i.fa-plus:hover, #gallery .filter i.fa-minus:hover, #gallery .filter i.fa-plus:hover {
      color: #cc3333; }
  #wheels .filter .filter-title, #wheel-brands .filter .filter-title, #gallery .filter .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #wheels .filter .filter-button, #wheel-brands .filter .filter-button, #gallery .filter .filter-button {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    color: #444444; }
    #wheels .filter .filter-button:hover, #wheel-brands .filter .filter-button:hover, #gallery .filter .filter-button:hover {
      color: #cc3333; }
  #wheels .filter .filter-items, #wheel-brands .filter .filter-items, #gallery .filter .filter-items {
    padding-top: 1rem;
    display: none; }
    #wheels .filter .filter-items li, #wheel-brands .filter .filter-items li, #gallery .filter .filter-items li {
      align-items: center;
      margin-bottom: 1rem;
      line-height: 1; }
    #wheels .filter .filter-items input, #wheel-brands .filter .filter-items input, #gallery .filter .filter-items input {
      margin-bottom: 0; }
    #wheels .filter .filter-items label, #wheel-brands .filter .filter-items label, #gallery .filter .filter-items label {
      line-height: 1; }
  #wheels .filter .product-filters .product-filter, #wheel-brands .filter .product-filters .product-filter, #gallery .filter .product-filters .product-filter {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
  #wheels .filter .filter-active, #wheel-brands .filter .filter-active, #gallery .filter .filter-active {
    margin-bottom: 1rem; }
    @media print, screen and (max-width: 63.99875em) {
      #wheels .filter .filter-active, #wheel-brands .filter .filter-active, #gallery .filter .filter-active {
        border-bottom: 1px solid #cccccc; } }
    #wheels .filter .filter-active a, #wheel-brands .filter .filter-active a, #gallery .filter .filter-active a {
      background-color: #cccccc;
      color: #0a0a0a;
      border-radius: 5px;
      padding: .25rem .5rem;
      font-weight: 600; }
      #wheels .filter .filter-active a i, #wheel-brands .filter .filter-active a i, #gallery .filter .filter-active a i {
        color: #cc3333;
        transition: all .3s ease-in-out;
        font-size: inherit; }
      #wheels .filter .filter-active a:hover, #wheel-brands .filter .filter-active a:hover, #gallery .filter .filter-active a:hover {
        background-color: #cc3333;
        color: #fefefe; }
        #wheels .filter .filter-active a:hover i, #wheel-brands .filter .filter-active a:hover i, #gallery .filter .filter-active a:hover i {
          color: #fefefe; }
      #wheels .filter .filter-active a.fitmentSet, #wheel-brands .filter .filter-active a.fitmentSet, #gallery .filter .filter-active a.fitmentSet {
        pointer-events: none;
        background-color: #999999; }
        #wheels .filter .filter-active a.fitmentSet i, #wheel-brands .filter .filter-active a.fitmentSet i, #gallery .filter .filter-active a.fitmentSet i {
          color: #666666; }
    #wheels .filter .filter-active ul li, #wheel-brands .filter .filter-active ul li, #gallery .filter .filter-active ul li {
      display: inline-block;
      margin-bottom: .5rem;
      margin-right: 10px; }
    #wheels .filter .filter-active-clear, #wheel-brands .filter .filter-active-clear, #gallery .filter .filter-active-clear {
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        #wheels .filter .filter-active-clear, #wheel-brands .filter .filter-active-clear, #gallery .filter .filter-active-clear {
          border-bottom: 1px solid #cccccc;
          padding-bottom: 1.5rem;
          margin-bottom: 1.5rem; } }
      #wheels .filter .filter-active-clear a, #wheel-brands .filter .filter-active-clear a, #gallery .filter .filter-active-clear a {
        font-size: .75rem;
        font-weight: 600;
        color: #444444;
        text-transform: uppercase;
        border: none;
        background-color: transparent;
        padding: 0; }
        #wheels .filter .filter-active-clear a:hover, #wheel-brands .filter .filter-active-clear a:hover, #gallery .filter .filter-active-clear a:hover {
          border: none;
          background-color: transparent;
          color: #0a0a0a; }
    #wheels .filter .filter-active .filter-active-title, #wheel-brands .filter .filter-active .filter-active-title, #gallery .filter .filter-active .filter-active-title {
      margin-bottom: 1rem; }
      #wheels .filter .filter-active .filter-active-title h4, #wheel-brands .filter .filter-active .filter-active-title h4, #gallery .filter .filter-active .filter-active-title h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #0a0a0a; }
  #wheels .filter .filter-brands label, #wheel-brands .filter .filter-brands label, #gallery .filter .filter-brands label {
    max-width: 260px;
    line-height: 1;
    vertical-align: middle; }

.promotion img {
  width: 100%; }

#wheel {
  padding-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    #wheel {
      padding-top: 3.5rem;
      margin-bottom: 4rem; } }

#wheel .about-container h4, #wheel .about-container p, #wheel .about-container .wheel-sizes {
  color: #333333; }

#wheel .about-container h4 {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: .1rem;
  font-weight: 700;
  text-transform: uppercase; }

#wheel .about-container p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 2; }

#wheel .about-container .wheel-sizes {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

#wheel {
  /*  .wheel-sizes {
    margin-top: 1rem;
    span {
      font-size: 1rem;
      font-weight: bold;
    }
  }*/ }
  #wheel #detail-top {
    margin-top: 1rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      #wheel #detail-top {
        margin-top: 2rem; } }
  #wheel .details-info-section {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem; }
    #wheel .details-info-section.wheel-dealers {
      padding-top: 1.5rem; }
      #wheel .details-info-section.wheel-dealers .button {
        width: 100%;
        background-color: #0a0a0a; }
        #wheel .details-info-section.wheel-dealers .button:focus {
          background-color: #cc3333; }
        #wheel .details-info-section.wheel-dealers .button:hover {
          background-color: #999999; }
  #wheel .wheel-details {
    background: #f1f1f1;
    padding: 1rem 1.5rem; }
    #wheel .wheel-details .wheel-paragraph {
      font-size: 1rem;
      font-weight: bold;
      text-align: left;
      margin-bottom: 1rem; }
      #wheel .wheel-details .wheel-paragraph span {
        font-size: 1.2rem; }
  #wheel .loadingImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }

.gallery-popup {
  display: table;
  margin: 0 auto; }
  .gallery-popup .galleryView-info {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem; }
    .gallery-popup .galleryView-info span {
      display: block; }
  .gallery-popup .popup-car {
    font-weight: 900;
    font-size: 1.3rem;
    color: #fff; }
  .gallery-popup .mfp-close {
    color: white !important;
    position: relative;
    float: right; }

@media print, screen and (min-width: 40em) {
  .accordion-content {
    padding: 0;
    border: 0;
    border-bottom: 0 !important; }
  .alt-images .slick-slide {
    /*width: 100% !important;*/ } }

.detail-thumb p {
  line-height: 1;
  margin: 0.25rem; }

.detail-thumb .finish-name {
  color: #8a8a8a;
  font-size: 0.8rem; }

.detail-thumb img {
  transition: transform 0.3s ease-in-out; }
  .detail-thumb img:hover {
    backface-visibility: hidden;
    transform: scale(1.08); }

.see-on-vehicle-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem;
  margin: 0.5rem 0; }

.see-on-vehicle-header {
  font-size: 1.5rem;
  margin-bottom: 0; }

.see-on-vehicle-select {
  margin-bottom: 0; }

table {
  border: 0;
  margin-bottom: 0; }
  table tr td,
  table tr th {
    text-align: center; }
  table tr th {
    background: #e6e6e6; }

@media print, screen and (max-width: 39.99875em) {
  #wheel .banner-top .wheel-banner {
    height: 6rem; }
  #wheel .banner-top .heading {
    font-size: 1.7rem;
    top: 90%; }
  #wheel .slick-slide {
    display: inline-block;
    float: none; } }

@media print, screen and (min-width: 40em) {
  .finish-header {
    display: none; } }

.wheel-warning {
  margin-bottom: 2rem; }

#related-popup h4 {
  color: #cc3333;
  font-size: 1.15rem;
  font-weight: 700; }

#related-popup ul {
  list-style: none;
  margin: 0; }

#related-popup li {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

#related-popup img {
  max-width: 100px;
  width: 100%; }

#related-popup label {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#related-popup .add-additional-to-cart-cta {
  text-align: center; }
  #related-popup .add-additional-to-cart-cta > button {
    width: 100%; }
    #related-popup .add-additional-to-cart-cta > button:last-child {
      color: #cc3333; }

#related-popup .strikeout {
  position: relative;
  display: inline-block; }
  #related-popup .strikeout:before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 45%;
    border-bottom: 2px solid #fe3232;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg); }

#wheel .financing {
  background: transparent;
  padding: 1rem; }
  @media print, screen and (max-width: 63.99875em) {
    #wheel .financing {
      display: block;
      float: left;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; } }
  #wheel .financing img {
    margin-bottom: 1rem; }

#wheel .wheel-detail-stage {
  position: relative; }
  @media print, screen and (min-width: 64em) {
    #wheel .wheel-detail-stage {
      margin-bottom: 7rem; } }

#wheel .stage-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse; }
  #wheel .stage-container > div:last-child {
    width: 20%; }
    @media print, screen and (min-width: 64em) {
      #wheel .stage-container > div:last-child {
        width: 15%; } }
  #wheel .stage-container > div:first-child {
    width: 80%; }
    @media print, screen and (min-width: 64em) {
      #wheel .stage-container > div:first-child {
        width: 85%; } }
  @media print, screen and (min-width: 40em) {
    #wheel .stage-container .alt-images .slick-slide {
      width: 100% !important; } }
  @media print, screen and (min-width: 40em) {
    #wheel .stage-container .alt-images .slick-track {
      width: 100% !important; } }

.main-image {
  margin-bottom: 0; }
  .main-image img {
    margin: 0 auto; }

@media print, screen and (min-width: 64em) {
  .alt-images {
    margin: 0 auto 2rem;
    margin-bottom: 0 !important;
    max-width: 60%; } }

.alt-images .slick-track {
  margin: 0 auto; }

@media print, screen and (min-width: 40em) {
  .alt-images--retailer .slick-track {
    /*width: 100% !important;*/
    /*margin-top: 3rem;*/ } }

.alt-images .slick-dots {
  position: relative !important;
  text-align: center;
  bottom: 0;
  margin: 0; }

.alt-images .slick-slide:focus {
  outline: 0; }

.alt-images .slick-slide img {
  max-width: 100px;
  margin: 0 auto;
  width: 100%; }

.alt-images a {
  margin-right: 0;
  padding: .7rem; }

.alt-images img {
  transition: all .3s ease-in-out;
  opacity: .5; }
  .alt-images img:hover {
    backface-visibility: hidden;
    transform: scale(1.08); }

.alt-images .slick-active:after {
  width: 0;
  transition: all .3s ease-in-out;
  content: '';
  display: block;
  margin: 0 auto;
  height: 5px;
  background-color: #cc3333; }

.alt-images .slick-current:after {
  width: 80%; }

.alt-images .slick-current img {
  opacity: 1; }

#wheel .details-media {
  top: 0;
  right: 2rem; }
  @media print, screen and (min-width: 64em) {
    #wheel .details-media {
      position: absolute; } }

.zoom {
  display: inline-block;
  position: relative; }
  .zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png); }
  .zoom img {
    display: block; }
    .zoom img::selection {
      background-color: transparent; }

/*
.easyzoom {
  position: relative;
   'Shrink-wrap' the element 
  display: inline-block;
  max-width: 100%;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  line-height: 2em;
  position: absolute;
  z-index: 150;
  top: 50%;
  left: 50%;
  width: 10em;
  margin: -1em 0 0 -5em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
}

.easyzoom-flyout img {
  max-width: none;
}



.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: -10px;
  left: 75%;
  width: 350px;
  height: 350px;
  margin-left: 20px;
  border: 3px solid #333;
}










*/
#wheel .spec-information-container .spec-information {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-family: "Arial", sans-serif;
  letter-spacing: .05rem; }
  #wheel .spec-information-container .spec-information-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1rem; }
  #wheel .spec-information-container .spec-information-item {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase; }
    #wheel .spec-information-container .spec-information-item:nth-child(odd) > div {
      background-color: #eeeeee; }
    #wheel .spec-information-container .spec-information-item > div {
      width: 50%;
      padding: .5rem;
      margin: 0 2px; }
      #wheel .spec-information-container .spec-information-item > div:first-child {
        margin-left: 0; }
      #wheel .spec-information-container .spec-information-item > div:last-child {
        margin-right: 0; }

#wheel .wheel-info, #wheel .accessory-info {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 25px #cccccc;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    #wheel .wheel-info, #wheel .accessory-info {
      padding: 2.5rem;
      margin-bottom: 2.5rem; } }
  #wheel .wheel-info h1, #wheel .wheel-info h4, #wheel .accessory-info h1, #wheel .accessory-info h4 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.1; }
  #wheel .wheel-info .bottom, #wheel .wheel-info .pricing-stock, #wheel .wheel-info .pricing-price, #wheel .wheel-info .pricing-match, #wheel .accessory-info .bottom, #wheel .accessory-info .pricing-stock, #wheel .accessory-info .pricing-price, #wheel .accessory-info .pricing-match {
    font-family: "Arial", sans-serif; }
  #wheel .wheel-info .pricing-specs, #wheel .accessory-info .pricing-specs {
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-size: .85rem; }
    @media print, screen and (min-width: 64em) {
      #wheel .wheel-info .pricing-specs, #wheel .accessory-info .pricing-specs {
        font-size: 1rem; } }
    #wheel .wheel-info .pricing-specs .top, #wheel .accessory-info .pricing-specs .top {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin-bottom: 1rem; }
      #wheel .wheel-info .pricing-specs .top .front > span:after, #wheel .wheel-info .pricing-specs .top .rear > span:after, #wheel .accessory-info .pricing-specs .top .front > span:after, #wheel .accessory-info .pricing-specs .top .rear > span:after {
        content: ','; }
      #wheel .wheel-info .pricing-specs .top .front > span:last-child:after, #wheel .wheel-info .pricing-specs .top .rear > span:last-child:after, #wheel .accessory-info .pricing-specs .top .front > span:last-child:after, #wheel .accessory-info .pricing-specs .top .rear > span:last-child:after {
        content: ''; }
    #wheel .wheel-info .pricing-specs .bottom, #wheel .accessory-info .pricing-specs .bottom {
      margin-bottom: .5rem;
      font-weight: 500; }
      #wheel .wheel-info .pricing-specs .bottom span, #wheel .accessory-info .pricing-specs .bottom span {
        color: #0a0a0a;
        font-weight: 600; }
      #wheel .wheel-info .pricing-specs .bottom .pricing-brand, #wheel .accessory-info .pricing-specs .bottom .pricing-brand {
        color: #cc3333; }
        #wheel .wheel-info .pricing-specs .bottom .pricing-brand a, #wheel .accessory-info .pricing-specs .bottom .pricing-brand a {
          color: #cc3333; }
      #wheel .wheel-info .pricing-specs .bottom .pricing-starting .call-for, #wheel .accessory-info .pricing-specs .bottom .pricing-starting .call-for {
        color: #cc3333;
        text-transform: uppercase;
        font-weight: 600; }
      #wheel .wheel-info .pricing-specs .bottom .pricing-starting .sale-item, #wheel .accessory-info .pricing-specs .bottom .pricing-starting .sale-item {
        color: #cc3333;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: .5rem; }
      #wheel .wheel-info .pricing-specs .bottom.non-skupage, #wheel .accessory-info .pricing-specs .bottom.non-skupage {
        flex-direction: column; }
        #wheel .wheel-info .pricing-specs .bottom.non-skupage > div, #wheel .accessory-info .pricing-specs .bottom.non-skupage > div {
          width: 100%; }
    #wheel .wheel-info .pricing-specs .pricing-stock, #wheel .accessory-info .pricing-specs .pricing-stock {
      color: #2ca900;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .05rem; }
  #wheel .wheel-info .pricing-price, #wheel .accessory-info .pricing-price {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem; }
    #wheel .wheel-info .pricing-price .title, #wheel .accessory-info .pricing-price .title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: .5rem; }
      #wheel .wheel-info .pricing-price .title .sale-item, #wheel .accessory-info .pricing-price .title .sale-item {
        color: #cc3333;
        font-size: 1.25rem; }
    #wheel .wheel-info .pricing-price .subtitle, #wheel .accessory-info .pricing-price .subtitle {
      font-size: .85rem;
      font-weight: 600; }
      #wheel .wheel-info .pricing-price .subtitle span, #wheel .accessory-info .pricing-price .subtitle span {
        text-transform: uppercase; }
  #wheel .wheel-info .pricing-match, #wheel .accessory-info .pricing-match {
    margin-bottom: 1rem;
    text-transform: capitalize;
    color: #0a0a0a;
    font-size: .95rem;
    font-weight: 600; }
  #wheel .wheel-info .pricing-vehicle, #wheel .accessory-info .pricing-vehicle {
    margin-bottom: 2rem; }
    #wheel .wheel-info .pricing-vehicle h1, #wheel .accessory-info .pricing-vehicle h1 {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.15; }
    #wheel .wheel-info .pricing-vehicle h4, #wheel .accessory-info .pricing-vehicle h4 {
      font-size: 1.25rem; }
    #wheel .wheel-info .pricing-vehicle button, #wheel .accessory-info .pricing-vehicle button {
      font-family: "Arial", sans-serif;
      font-size: .95rem;
      color: #cc3333;
      text-decoration: underline;
      font-weight: 700; }
  #wheel .wheel-info .cta .button, #wheel .accessory-info .cta .button {
    background-color: #cc3333;
    border-radius: .5rem;
    margin-bottom: 0rem;
    width: 100%;
    padding: 1.6rem .5rem;
    font-size: 1.05rem; }
    #wheel .wheel-info .cta .button:hover, #wheel .accessory-info .cta .button:hover {
      background-color: #cccccc; }
    #wheel .wheel-info .cta .button.gray, #wheel .accessory-info .cta .button.gray {
      background-color: #999999; }
      #wheel .wheel-info .cta .button.gray:hover, #wheel .accessory-info .cta .button.gray:hover {
        background-color: #cccccc; }
    #wheel .wheel-info .cta .button.active, #wheel .accessory-info .cta .button.active {
      background-color: #0a0a0a; }
    #wheel .wheel-info .cta .button#shop-by-spec-btn, #wheel .accessory-info .cta .button#shop-by-spec-btn {
      color: #cc3333; }
    #wheel .wheel-info .cta .button.yellow, #wheel .accessory-info .cta .button.yellow {
      background-color: #cc3333;
      color: #0a0a0a; }
      #wheel .wheel-info .cta .button.yellow:hover, #wheel .accessory-info .cta .button.yellow:hover {
        background-color: #cccccc;
        color: #fefefe; }
  #wheel .wheel-info .cta-button, #wheel .accessory-info .cta-button {
    margin-bottom: 2rem; }
  #wheel .wheel-info .cta-link, #wheel .accessory-info .cta-link {
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    #wheel .wheel-info .cta-link:last-child, #wheel .accessory-info .cta-link:last-child {
      margin-bottom: 0; }
      #wheel .wheel-info .cta-link:last-child .icon, #wheel .accessory-info .cta-link:last-child .icon {
        background-color: #999999; }
    #wheel .wheel-info .cta-link.orange .icon, #wheel .accessory-info .cta-link.orange .icon {
      background-color: #cc3333; }
    #wheel .wheel-info .cta-link a, #wheel .accessory-info .cta-link a {
      font-family: "Arial", sans-serif;
      color: #333333;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: .05rem;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #wheel .wheel-info .cta-link .icon, #wheel .accessory-info .cta-link .icon {
      margin-right: 1.5rem;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      background-color: #cc3333;
      text-decoration: unset;
      color: #fefefe;
      font-size: 2.5rem; }
    #wheel .wheel-info .cta-link .text, #wheel .accessory-info .cta-link .text {
      text-decoration: underline;
      font-size: .85rem; }
      @media print, screen and (min-width: 64em) {
        #wheel .wheel-info .cta-link .text, #wheel .accessory-info .cta-link .text {
          font-size: 1rem; } }
  #wheel .wheel-info .buy-options, #wheel .accessory-info .buy-options {
    font-family: "Arial", sans-serif;
    padding: 1rem;
    background-color: #d4d4d4;
    border-radius: .5rem; }
    #wheel .wheel-info .buy-options label, #wheel .accessory-info .buy-options label {
      font-weight: 600; }
    #wheel .wheel-info .buy-options .missing, #wheel .accessory-info .buy-options .missing {
      background-color: rgba(255, 51, 51, 0.5); }

#wheel .wheel-info img, #wheel .accessory-info img {
  max-width: 200px; }

@media print, screen and (max-width: 39.99875em) {
  #wheel .wheel-info .series-logo, #wheel .accessory-info .series-logo {
    text-align: center; }
    #wheel .wheel-info .series-logo img, #wheel .accessory-info .series-logo img {
      max-width: 180px; } }

#wheel .wheel-info .wheel-name, #wheel .accessory-info .wheel-name {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: .5rem; }
  @media print, screen and (max-width: 39.99875em) {
    #wheel .wheel-info .wheel-name, #wheel .accessory-info .wheel-name {
      text-align: center;
      padding-bottom: 0;
      font-size: 2rem; } }
  #wheel .wheel-info .wheel-name span, #wheel .accessory-info .wheel-name span {
    font-weight: 400; }

#see-on-vehicle-detail h5 {
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  color: #0a0a0a; }

.wheel-detail-sizes .title {
  font-weight: 600; }

.wheel-badges {
  display: flex; }
  .wheel-badges > div {
    margin-right: .5rem; }
  .wheel-badges img {
    max-width: 100px; }

.wheel-finishes img {
  max-width: 150px;
  transition: all .3s ease-in-out; }
  .wheel-finishes img:hover {
    opacity: .5; }

.wheel-finishes .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.wheel-finishes .detail-thumb {
  display: flex; }

.wheel-finishes .wheel-finish {
  text-align: center;
  font-weight: 600;
  margin-right: .5rem; }

.wheel-videos.finishes-border {
  border-top: 1px solid #aaaaaa;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.wheel-videos .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.wheel-videos .wheel-video {
  display: flex; }
  .wheel-videos .wheel-video > div {
    width: 100%;
    max-width: 50%; }
  .wheel-videos .wheel-video a {
    display: block;
    border: 1px solid #aaaaaa;
    position: relative; }
    .wheel-videos .wheel-video a:hover .play-icon {
      background-color: transparent; }
      .wheel-videos .wheel-video a:hover .play-icon img {
        opacity: 0; }
  .wheel-videos .wheel-video .play-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out; }
    .wheel-videos .wheel-video .play-icon img {
      transition: all .3s ease-in-out; }

.pricing-information {
  padding: 0 .625rem; }

.wheel-cta span {
  background-color: #2ca900;
  color: #fefefe;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-right: .5rem; }

.wheel-cta a {
  text-transform: uppercase;
  font-weight: 700;
  color: #2ca900;
  display: flex;
  align-items: center; }

.wheel-cta ul {
  margin: 0;
  list-style: none; }
  @media print, screen and (min-width: 40em) {
    .wheel-cta ul {
      display: flex; } }
  @media print, screen and (min-width: 64em) {
    .wheel-cta ul {
      justify-content: space-between; } }
  .wheel-cta ul li {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .wheel-cta ul li {
        margin-bottom: 0; } }

.wheel-cta img {
  max-width: 33px; }

.details-media {
  z-index: 5;
  text-align: center; }
  .details-media__header {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #000; }
    .details-media__header:hover {
      color: #cc3333; }

.details-divider {
  padding-bottom: 20px; }
  .details-divider:before {
    background-color: #c7c7c9;
    content: '';
    display: block;
    height: 1px;
    margin: 15px auto 0;
    width: 2rem; }

@media print, screen and (max-width: 39.99875em) {
  .details-360,
  .details-video {
    display: inline-block;
    margin: 0 1rem; }
  .details-divider {
    display: none; } }

#see-on-vehicle-detail h5 {
  font-size: 1.5rem; }

#see-on-vehicle-detail select {
  font-size: .875rem; }

#see-on-vehicle-detail .error {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

#see-on-vehicle-detail .no-fitment {
  min-height: 6rem;
  position: relative; }
  #see-on-vehicle-detail .no-fitment::before {
    background: #fefefe;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
    position: absolute;
    z-index: 1; }
  #see-on-vehicle-detail .no-fitment .error {
    display: block; }

#see-on-vehicle-detail .loadingImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

#see-on-vehicle-detail .hover-item:hover button {
  opacity: 1;
  transition: opacity .3s ease-in-out; }

#see-on-vehicle-detail .hover-item:hover img {
  opacity: 0.075;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#see-on-vehicle-detail .hover-item:hover::before {
  opacity: .7; }

#see-on-vehicle-detail button {
  position: absolute;
  top: 40%;
  left: 0;
  padding: 1rem;
  width: 100%;
  font-size: 0.8rem;
  opacity: 0; }
  #see-on-vehicle-detail button:hover {
    background-color: #666; }

#see-on-vehicle-detail-overlay {
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: 50px; }
  #see-on-vehicle-detail-overlay .fa-spinner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.wheel-detail-gallery {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .wheel-detail-gallery {
      margin-bottom: 3rem; } }
  .wheel-detail-gallery .line-title .title {
    width: 70%; }
  .wheel-detail-gallery .line-title .line {
    width: 15%; }

/*
.wheel-gallery {
  &__header {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.105;
    margin: 0;
    @include breakpoint(small only) {
      margin-top: 1rem;
    }
  }
}

.wheel-galleryList {
  display: inline-block;
  margin: 0;
  @include breakpoint(small only) {
    margin-left: 0.5rem;
  }
  &__item {
    list-style: none;
    float: left;
    width: 31%;
    height: auto;
    margin-right: 2%;
    margin-top: 0.5rem;
    &:nth-child(n + 7) {
      display: none;
    }
    &--display:nth-child(n + 7) {
      display: block;
    }
  }
}

.wheel-galleryImage {
  width: 190px;
  height: 102px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  @include breakpoint(small only) {
    width: 95px;
    height: 60px;
  }
}

@include breakpoint(small only) {
  .wheel-galleryTxt {
    font-size: 0.8rem;
  }
}
*/
#wheel #specs {
  overflow: unset; }
  #wheel #specs .spec-tabs-divider {
    border-top: 1px solid #cc3333;
    margin-bottom: 2rem; }
  #wheel #specs h2 {
    font-family: "EurostileLTStd-Bold", sans-serif;
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: .1rem;
    font-weight: 700;
    padding-left: .5rem;
    padding-right: .5rem;
    text-transform: uppercase; }
    @media print, screen and (min-width: 64em) {
      #wheel #specs h2 {
        padding-left: 0;
        padding-right: 0; } }
  #wheel #specs a:hover {
    color: #cc3333; }
  #wheel #specs .button {
    background-color: #cc3333; }
    #wheel #specs .button.wheel-spec-btn {
      color: #fefefe; }
      #wheel #specs .button.wheel-spec-btn:hover {
        background-color: #cc3333; }
  #wheel #specs .wheel-spec-btn {
    color: #cc3333; }
  #wheel #specs #spec-tabs {
    border: 0; }
    #wheel #specs #spec-tabs .tabs-title {
      width: auto; }
      #wheel #specs #spec-tabs .tabs-title > a {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: .1rem;
        color: #333333;
        padding: 1.25rem 1rem; }
      #wheel #specs #spec-tabs .tabs-title.is-active > a {
        color: #cc3333;
        text-decoration: underline;
        background-color: transparent; }
      #wheel #specs #spec-tabs .tabs-title:first-child > a {
        padding-left: 0; }
  #wheel #specs .tabs-content {
    background: transparent;
    border: 0;
    overflow: auto; }
    #wheel #specs .tabs-content > .tabs-panel {
      padding: 0; }
    #wheel #specs .tabs-content table {
      background: transparent;
      color: #333333; }
      #wheel #specs .tabs-content table thead, #wheel #specs .tabs-content table tbody {
        border: 0; }
      #wheel #specs .tabs-content table tr {
        font-weight: 500; }
        #wheel #specs .tabs-content table tr td, #wheel #specs .tabs-content table tr th {
          text-align: left;
          padding: 1.25rem 0.625rem; }
          #wheel #specs .tabs-content table tr td:first-child, #wheel #specs .tabs-content table tr th:first-child {
            padding-left: 1.5rem; }
      #wheel #specs .tabs-content table thead {
        background: transparent;
        text-transform: uppercase; }
        #wheel #specs .tabs-content table thead tr {
          background: transparent; }
          #wheel #specs .tabs-content table thead tr th {
            background: transparent;
            color: #333333; }
      #wheel #specs .tabs-content table tbody tr {
        background: transparent; }
        #wheel #specs .tabs-content table tbody tr:nth-child(odd) {
          background-color: #f1f1f1; }
  #wheel #specs .wheel-details-specs-title {
    background-color: #dddddd;
    color: #666666;
    border-bottom: 1px solid #666666;
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 600; }
    #wheel #specs .wheel-details-specs-title a {
      font-size: 1.25rem;
      color: #666666;
      font-weight: 600; }
    #wheel #specs .wheel-details-specs-title .tabs {
      background-color: transparent;
      border: 0; }
    #wheel #specs .wheel-details-specs-title .title {
      line-height: 1;
      padding: 1rem; }
    #wheel #specs .wheel-details-specs-title .tabs-title.is-active > a {
      color: #fefefe; }
    #wheel #specs .wheel-details-specs-title .tabs-title > a {
      padding: 1rem; }

@media print, screen and (max-width: 39.99875em) {
  .wheel-additional .line-title .title {
    width: 70%; } }

.wheel-additional .line-title .line {
  width: 33%; }
  @media print, screen and (max-width: 39.99875em) {
    .wheel-additional .line-title .line {
      width: 15%; } }

.wheel-additional .wheel-additional-list h6 {
  font-size: .8rem;
  text-transform: uppercase; }

.wheel-additional .wheel-additional-list .info {
  margin-top: .25rem; }

.wheel-additional .wheel-additional-list .image img {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
  transition: all .3s ease-in-out; }
  .wheel-additional .wheel-additional-list .image img:hover {
    transform: scale(1.08);
    opacity: .5; }

.wheel-additional .wheel-additional-list .active-wheel .image:after {
  content: '';
  border-bottom: 2px solid #575757;
  display: block;
  width: 60%;
  margin: 0 auto; }

@media print, screen and (max-width: 39.99875em) {
  #wheel-brands .page-content.padded.extra {
    padding-top: 0; } }

#wheel-brands .top {
  margin-bottom: 1.25rem; }

#wheel-brands .brand-letter-search #wheel-filter-search ul {
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 75em) {
    #wheel-brands .brand-letter-search #wheel-filter-search ul {
      display: flex;
      justify-content: space-between; } }
  #wheel-brands .brand-letter-search #wheel-filter-search ul > li {
    display: inline-block;
    margin-bottom: .35rem; }
    #wheel-brands .brand-letter-search #wheel-filter-search ul > li:last-child {
      margin-right: 0; }
      #wheel-brands .brand-letter-search #wheel-filter-search ul > li:last-child a {
        width: 96px; }
        @media screen and (min-width: 75em) {
          #wheel-brands .brand-letter-search #wheel-filter-search ul > li:last-child a {
            width: 40px; } }

#wheel-brands .brand-letter-search a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    #wheel-brands .brand-letter-search a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  #wheel-brands .brand-letter-search a:hover, #wheel-brands .brand-letter-search a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  #wheel-brands .brand-letter-search a.disable-letter {
    pointer-events: none;
    opacity: .25; }

#wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child a, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child a, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child button, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child {
    padding-right: 0; }
    #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a > div, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a > div, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button > div, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button > div {
        width: 60%; }

#wheel-brands .brand-letter-search .mobile-only-slide-filter-search a, #wheel-brands .brand-letter-search .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem; }

#wheel-brands .brand-letter-search .mobile-only-slide-filter-search button {
  width: 100%;
  height: 52px; }

#wheel-brands .products-list {
  padding-left: .3rem;
  padding-right: .3rem; }
  #wheel-brands .products-list .hide-brand-item {
    display: none; }
  @media print, screen and (min-width: 64em) {
    #wheel-brands .products-list .xlarge-15 {
      width: 20%; } }
  #wheel-brands .products-list .column, #wheel-brands .products-list .columns {
    margin-bottom: 1rem;
    padding-left: .35rem;
    padding-right: .35rem; }
    @media print, screen and (min-width: 40em) {
      #wheel-brands .products-list .column, #wheel-brands .products-list .columns {
        margin-bottom: 1.25rem;
        padding-left: .65rem;
        padding-right: .65rem; } }
  #wheel-brands .products-list a {
    background-color: #f4f4f4;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: .7rem;
    letter-spacing: .05rem;
    height: 170px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      #wheel-brands .products-list a {
        height: 215px;
        padding: 1rem; } }
    @media print, screen and (min-width: 64em) {
      #wheel-brands .products-list a {
        font-size: .8rem; } }
    @media print, screen and (max-width: 39.99875em) {
      #wheel-brands .products-list a .image {
        margin-bottom: 0; } }

@media print, screen and (max-width: 39.99875em) {
  #wheel-builder .page-content.padded.extra {
    padding-top: 0; } }

#wheel-builder .top {
  margin-bottom: 1.25rem; }

#wheel-builder .brand-letter-search #wheel-filter-search ul {
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 75em) {
    #wheel-builder .brand-letter-search #wheel-filter-search ul {
      display: flex;
      justify-content: space-between; } }
  #wheel-builder .brand-letter-search #wheel-filter-search ul > li {
    display: inline-block;
    margin-bottom: .35rem; }
    #wheel-builder .brand-letter-search #wheel-filter-search ul > li:last-child {
      margin-right: 0; }
      #wheel-builder .brand-letter-search #wheel-filter-search ul > li:last-child a {
        width: 96px; }
        @media screen and (min-width: 75em) {
          #wheel-builder .brand-letter-search #wheel-filter-search ul > li:last-child a {
            width: 40px; } }

#wheel-builder .brand-letter-search a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    #wheel-builder .brand-letter-search a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  #wheel-builder .brand-letter-search a:hover, #wheel-builder .brand-letter-search a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  #wheel-builder .brand-letter-search a.disable-letter {
    pointer-events: none;
    opacity: .25; }

#wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .column, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem;
  /*
        &:last-child {
          padding-right:0;
          a,button {
            background-color:transparent;
            border:1px solid $gray3;
            color:$black;
            display:flex;
            justify-content: space-between;
            text-align: left;
            align-items: center;
            > div {
              width:60%;
            }
          }
        }*/ }
  #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child a, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child a, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child button, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }

#wheel-builder .brand-letter-search .mobile-only-slide-filter-search a, #wheel-builder .brand-letter-search .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem; }

#wheel-builder .brand-letter-search .mobile-only-slide-filter-search button {
  width: 100%;
  height: 46px; }

#wheel-builder .products-list {
  padding-left: .3rem;
  padding-right: .3rem; }
  #wheel-builder .products-list .hide-brand-item {
    display: none; }
  @media print, screen and (min-width: 64em) {
    #wheel-builder .products-list .xlarge-15 {
      width: 20%; } }
  #wheel-builder .products-list .column, #wheel-builder .products-list .columns {
    margin-bottom: 1rem;
    padding-left: .35rem;
    padding-right: .35rem; }
    @media print, screen and (min-width: 40em) {
      #wheel-builder .products-list .column, #wheel-builder .products-list .columns {
        margin-bottom: 1.25rem;
        padding-left: .65rem;
        padding-right: .65rem; } }
  #wheel-builder .products-list a {
    background-color: #f4f4f4;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: .7rem;
    letter-spacing: .05rem;
    height: 170px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      #wheel-builder .products-list a {
        height: 215px;
        padding: 1rem; } }
    @media print, screen and (min-width: 64em) {
      #wheel-builder .products-list a {
        font-size: .8rem; } }
    @media print, screen and (max-width: 39.99875em) {
      #wheel-builder .products-list a .image {
        margin-bottom: 0; } }

#wheel .finishes {
  margin-bottom: 2rem; }
  #wheel .finishes a {
    display: block;
    max-width: 112px;
    float: left;
    color: #0a0a0a;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 .25rem;
    margin-bottom: .5rem; }
    @media print, screen and (min-width: 64em) {
      #wheel .finishes a {
        margin-left: 0;
        margin-right: .75rem; } }
    #wheel .finishes a:hover {
      color: #cc3333; }
  #wheel .finishes .label {
    background-color: transparent;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0; }
  #wheel .finishes .image {
    background-color: #f4f4f4;
    margin-bottom: .5rem; }
  #wheel .finishes .finish-name {
    font-size: .8rem; }

@media print, screen and (max-width: 39.99875em) {
  #tire-brands .page-content.padded.extra {
    padding-top: 0; } }

#tire-brands .top {
  margin-bottom: 1.25rem; }

#tire-brands .brand-letter-search #tire-filter-search ul {
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 75em) {
    #tire-brands .brand-letter-search #tire-filter-search ul {
      display: flex;
      justify-content: space-between; } }
  #tire-brands .brand-letter-search #tire-filter-search ul > li {
    display: inline-block;
    margin-bottom: .35rem; }
    #tire-brands .brand-letter-search #tire-filter-search ul > li:last-child {
      margin-right: 0; }
      #tire-brands .brand-letter-search #tire-filter-search ul > li:last-child a {
        width: 96px; }
        @media screen and (min-width: 75em) {
          #tire-brands .brand-letter-search #tire-filter-search ul > li:last-child a {
            width: 40px; } }

#tire-brands .brand-letter-search a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    #tire-brands .brand-letter-search a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  #tire-brands .brand-letter-search a:hover, #tire-brands .brand-letter-search a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  #tire-brands .brand-letter-search a.disable-letter {
    pointer-events: none;
    opacity: .25; }

#tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child a, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child a, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:first-child button, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child {
    padding-right: 0; }
    #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child a > div, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child a > div, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .column:last-child button > div, #tire-brands .brand-letter-search .mobile-only-slide-filter-search .row > .columns:last-child button > div {
        width: 60%; }

#tire-brands .brand-letter-search .mobile-only-slide-filter-search a, #tire-brands .brand-letter-search .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem; }

#tire-brands .brand-letter-search .mobile-only-slide-filter-search button {
  width: 100%;
  height: 52px; }

#tire-brands .products-list {
  padding-left: .3rem;
  padding-right: .3rem; }
  #tire-brands .products-list .hide-brand-item {
    display: none; }
  @media print, screen and (min-width: 64em) {
    #tire-brands .products-list .xlarge-15 {
      width: 20%; } }
  #tire-brands .products-list .column, #tire-brands .products-list .columns {
    margin-bottom: 1rem;
    padding-left: .35rem;
    padding-right: .35rem; }
    @media print, screen and (min-width: 40em) {
      #tire-brands .products-list .column, #tire-brands .products-list .columns {
        margin-bottom: 1.25rem;
        padding-left: .65rem;
        padding-right: .65rem; } }
  #tire-brands .products-list a {
    background-color: #f4f4f4;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: .7rem;
    letter-spacing: .05rem;
    height: 170px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 40em) {
      #tire-brands .products-list a {
        height: 215px;
        padding: 1rem; } }
    @media print, screen and (min-width: 64em) {
      #tire-brands .products-list a {
        font-size: .8rem; } }
    @media print, screen and (max-width: 39.99875em) {
      #tire-brands .products-list a .image {
        margin-bottom: 0; } }

#tires .tire-filters h3, #tire-brands .tire-filters h3 {
  font-size: 1.15rem;
  color: #cc3333;
  text-transform: uppercase;
  font-weight: 700; }

#tires .tire-filters .title, #tire-brands .tire-filters .title {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 2rem; }

#tires .tire-filters .accordion-container, #tire-brands .tire-filters .accordion-container {
  margin-bottom: 2rem; }

#tires .tire-filters .accordion-title, #tire-brands .tire-filters .accordion-title {
  color: #cc3333;
  font-weight: 700; }

@media print, screen and (max-width: 63.99875em) {
  #tires .tire-filters .accordion-content, #tire-brands .tire-filters .accordion-content {
    padding: 1rem;
    border-top: 1px solid #aaaaaa; } }

#tires .tire-filters .fitment-search .button, #tire-brands .tire-filters .fitment-search .button {
  background-color: #cc3333;
  border-radius: 10px; }
  @media print, screen and (min-width: 64em) {
    #tires .tire-filters .fitment-search .button, #tire-brands .tire-filters .fitment-search .button {
      margin-bottom: 2rem; } }
  #tires .tire-filters .fitment-search .button:hover, #tire-brands .tire-filters .fitment-search .button:hover {
    background-color: #666666; }

#tires .tire-filters .tire-filter, #tire-brands .tire-filters .tire-filter {
  padding-bottom: 2rem; }
  #tires .tire-filters .tire-filter h5, #tire-brands .tire-filters .tire-filter h5 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.15rem; }
  #tires .tire-filters .tire-filter ul, #tire-brands .tire-filters .tire-filter ul {
    list-style: none;
    margin: 0; }
  #tires .tire-filters .tire-filter li, #tire-brands .tire-filters .tire-filter li {
    font-weight: 400;
    font-size: .875rem;
    line-height: 0; }
  #tires .tire-filters .tire-filter input, #tire-brands .tire-filters .tire-filter input {
    margin-bottom: .75rem; }
  #tires .tire-filters .tire-filter label, #tire-brands .tire-filters .tire-filter label {
    line-height: 0; }
  #tires .tire-filters .tire-filter.filter-active, #tire-brands .tire-filters .tire-filter.filter-active {
    font-weight: 400;
    padding-bottom: 2rem; }
    #tires .tire-filters .tire-filter.filter-active ul, #tire-brands .tire-filters .tire-filter.filter-active ul {
      padding-bottom: 1rem; }
    #tires .tire-filters .tire-filter.filter-active li, #tire-brands .tire-filters .tire-filter.filter-active li {
      display: inline-block; }
    #tires .tire-filters .tire-filter.filter-active a, #tire-brands .tire-filters .tire-filter.filter-active a {
      color: #fefefe;
      background-color: #cc3333;
      font-weight: 700;
      padding: .25rem .5rem;
      border-radius: 10px;
      display: block; }
      #tires .tire-filters .tire-filter.filter-active a:hover, #tire-brands .tire-filters .tire-filter.filter-active a:hover {
        background-color: #666666; }
      #tires .tire-filters .tire-filter.filter-active a i, #tire-brands .tire-filters .tire-filter.filter-active a i {
        margin-right: .5rem; }
      #tires .tire-filters .tire-filter.filter-active a#clear, #tire-brands .tire-filters .tire-filter.filter-active a#clear {
        display: block;
        margin-top: .5rem; }
    #tires .tire-filters .tire-filter.filter-active-selected, #tire-brands .tire-filters .tire-filter.filter-active-selected {
      padding: .5rem;
      transition: all .2s ease-out;
      display: inline-block;
      border-radius: 5px; }
      #tires .tire-filters .tire-filter.filter-active-selected:hover, #tire-brands .tire-filters .tire-filter.filter-active-selected:hover {
        background-color: #fe3232;
        color: white; }
        #tires .tire-filters .tire-filter.filter-active-selected:hover a, #tire-brands .tire-filters .tire-filter.filter-active-selected:hover a {
          color: #fefefe; }
    #tires .tire-filters .tire-filter.filter-active .filter-active-clear, #tire-brands .tire-filters .tire-filter.filter-active .filter-active-clear {
      padding-bottom: 2rem;
      border-bottom: 1px solid #aaaaaa; }
      #tires .tire-filters .tire-filter.filter-active .filter-active-clear a, #tire-brands .tire-filters .tire-filter.filter-active .filter-active-clear a {
        color: #cc3333;
        font-weight: 900;
        background-color: transparent;
        text-transform: capitalize;
        padding: 0; }
        #tires .tire-filters .tire-filter.filter-active .filter-active-clear a:hover, #tire-brands .tire-filters .tire-filter.filter-active .filter-active-clear a:hover {
          color: #666666; }
  #tires .tire-filters .tire-filter .filter-button, #tire-brands .tire-filters .tire-filter .filter-button {
    color: #cc3333;
    font-weight: 800; }
  #tires .tire-filters .tire-filter-part-number, #tire-brands .tire-filters .tire-filter-part-number {
    max-width: 80%;
    border-bottom: 1px solid #666666;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #tires .tire-filters .tire-filter-part-number input, #tire-brands .tire-filters .tire-filter-part-number input {
      padding: .5rem;
      margin-bottom: 0; }
    #tires .tire-filters .tire-filter-part-number button, #tire-brands .tire-filters .tire-filter-part-number button {
      background-color: #383e47; }
  #tires .tire-filters .tire-filter-shopby, #tire-brands .tire-filters .tire-filter-shopby {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (max-width: 39.99875em) {
      #tires .tire-filters .tire-filter-shopby, #tire-brands .tire-filters .tire-filter-shopby {
        padding-bottom: 1rem; } }
    @media print, screen and (min-width: 40em) {
      #tires .tire-filters .tire-filter-shopby, #tire-brands .tire-filters .tire-filter-shopby {
        border-bottom: 5px solid #666666;
        justify-content: flex-start;
        margin-bottom: 2rem;
        max-width: 80%; } }
    #tires .tire-filters .tire-filter-shopby label, #tires .tire-filters .tire-filter-shopby select, #tire-brands .tire-filters .tire-filter-shopby label, #tire-brands .tire-filters .tire-filter-shopby select {
      margin-bottom: 0; }
    #tires .tire-filters .tire-filter-shopby label, #tire-brands .tire-filters .tire-filter-shopby label {
      margin-right: .5rem; }
      @media print, screen and (min-width: 40em) {
        #tires .tire-filters .tire-filter-shopby label, #tire-brands .tire-filters .tire-filter-shopby label {
          margin-right: 1rem; } }
    #tires .tire-filters .tire-filter-shopby select, #tire-brands .tire-filters .tire-filter-shopby select {
      width: auto; }
      @media print, screen and (max-width: 39.99875em) {
        #tires .tire-filters .tire-filter-shopby select, #tire-brands .tire-filters .tire-filter-shopby select {
          font-size: .9rem; } }
    #tires .tire-filters .tire-filter-shopby h5, #tire-brands .tire-filters .tire-filter-shopby h5 {
      color: #fe3232;
      margin-bottom: 0; }
      @media print, screen and (max-width: 39.99875em) {
        #tires .tire-filters .tire-filter-shopby h5, #tire-brands .tire-filters .tire-filter-shopby h5 {
          font-size: 1.15rem;
          text-transform: uppercase;
          letter-spacing: 1px; } }

@media print, screen and (max-width: 63.99875em) {
  #tires .filter-selection, #tire-brands .filter-selection {
    border: 0;
    padding: .75rem; }
  #tires .accordion-item, #tire-brands .accordion-item {
    border: 1px solid #aaaaaa; } }

#tires .accordion-title, #tire-brands .accordion-title {
  font-family: "EurostileLTStd-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0; }

#tires .tire-filter #tire-filter-search, #tire-brands .tire-filter #tire-filter-search {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #tires .tire-filter #tire-filter-search .brand-name, #tire-brands .tire-filter #tire-filter-search .brand-name {
    font-size: 1.5rem;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    margin: 0 1rem; }
  #tires .tire-filter #tire-filter-search .accordion-filter__header, #tire-brands .tire-filter #tire-filter-search .accordion-filter__header {
    text-transform: unset; }

@media print, screen and (max-width: 63.99875em) {
  #tires .tire-filter .accordion-filter__content, #tire-brands .tire-filter .accordion-filter__content {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media print, screen and (min-width: 64em) {
  #tires .tire-filter .accordion-filter__container, #tire-brands .tire-filter .accordion-filter__container {
    justify-content: space-between; } }

#tires .tire-filter .accordion-filter__dropdown, #tire-brands .tire-filter .accordion-filter__dropdown {
  flex-grow: 0;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    #tires .tire-filter .accordion-filter__dropdown, #tire-brands .tire-filter .accordion-filter__dropdown {
      margin: 0 1rem;
      width: auto; } }
  #tires .tire-filter .accordion-filter__dropdown select, #tire-brands .tire-filter .accordion-filter__dropdown select {
    padding: .75rem;
    padding-right: 1.5rem;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-size: .9rem; }
  #tires .tire-filter .accordion-filter__dropdown .button, #tire-brands .tire-filter .accordion-filter__dropdown .button {
    margin-bottom: 0;
    background-color: #cc3333;
    color: #fefefe;
    padding: .75rem 1.75rem;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }

#tires .tire-filter .sort-tires, #tire-brands .tire-filter .sort-tires {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, screen and (min-width: 64em) {
    #tires .tire-filter .sort-tires, #tire-brands .tire-filter .sort-tires {
      flex-direction: row; } }

#tires .filter-fitment, #tire-brands .filter-fitment {
  margin-bottom: 3rem; }

#tires .filter .vehicle-title, #tire-brands .filter .vehicle-title {
  background-color: #cc3333;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #tires .filter .vehicle-title h4, #tire-brands .filter .vehicle-title h4 {
    color: #fefefe; }

#tires .filter .vehicle-select, #tire-brands .filter .vehicle-select {
  padding: 1rem;
  border: 1px solid #cccccc;
  border-top: 0; }
  #tires .filter .vehicle-select select, #tire-brands .filter .vehicle-select select {
    border-color: #cccccc; }
  #tires .filter .vehicle-select .button-group, #tire-brands .filter .vehicle-select .button-group {
    margin-bottom: 0; }

#tires .fitmentSubmit, #tire-brands .fitmentSubmit {
  background-color: #cc3333; }

#tires .filter, #tire-brands .filter {
  padding-left: 2rem;
  padding-right: 2rem; }
  #tires .filter h4, #tire-brands .filter h4 {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .1rem;
    color: #cc3333;
    margin-bottom: 0;
    font-weight: 700; }
  #tires .filter ul, #tire-brands .filter ul {
    list-style: none; }
  #tires .filter label, #tire-brands .filter label {
    font-weight: 700;
    text-transform: uppercase; }
  #tires .filter i.fa-minus, #tires .filter i.fa-plus, #tire-brands .filter i.fa-minus, #tire-brands .filter i.fa-plus {
    color: #888888; }
    #tires .filter i.fa-minus:hover, #tires .filter i.fa-plus:hover, #tire-brands .filter i.fa-minus:hover, #tire-brands .filter i.fa-plus:hover {
      color: #cc3333; }
  #tires .filter .filter-title, #tire-brands .filter .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #tires .filter .filter-button, #tire-brands .filter .filter-button {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    color: #444444; }
    #tires .filter .filter-button:hover, #tire-brands .filter .filter-button:hover {
      color: #cc3333; }
  #tires .filter .filter-items, #tire-brands .filter .filter-items {
    padding-top: 1rem;
    display: none; }
    #tires .filter .filter-items li, #tire-brands .filter .filter-items li {
      align-items: center;
      margin-bottom: 1rem;
      line-height: 1; }
    #tires .filter .filter-items input, #tire-brands .filter .filter-items input {
      margin-bottom: 0; }
    #tires .filter .filter-items label, #tire-brands .filter .filter-items label {
      line-height: 1; }
  #tires .filter .product-filters .product-filter, #tire-brands .filter .product-filters .product-filter {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
  #tires .filter .filter-active, #tire-brands .filter .filter-active {
    margin-bottom: 1rem; }
    @media print, screen and (max-width: 63.99875em) {
      #tires .filter .filter-active, #tire-brands .filter .filter-active {
        border-bottom: 1px solid #cccccc; } }
    #tires .filter .filter-active a, #tire-brands .filter .filter-active a {
      background-color: #cccccc;
      color: #0a0a0a;
      border-radius: 5px;
      padding: .25rem .5rem;
      font-weight: 600; }
      #tires .filter .filter-active a i, #tire-brands .filter .filter-active a i {
        color: #cc3333;
        transition: all .3s ease-in-out;
        font-size: inherit; }
      #tires .filter .filter-active a:hover, #tire-brands .filter .filter-active a:hover {
        background-color: #cc3333;
        color: #fefefe; }
        #tires .filter .filter-active a:hover i, #tire-brands .filter .filter-active a:hover i {
          color: #fefefe; }
      #tires .filter .filter-active a.fitmentSet, #tire-brands .filter .filter-active a.fitmentSet {
        pointer-events: none;
        background-color: #999999; }
        #tires .filter .filter-active a.fitmentSet i, #tire-brands .filter .filter-active a.fitmentSet i {
          color: #666666; }
    #tires .filter .filter-active ul li, #tire-brands .filter .filter-active ul li {
      display: inline-block;
      margin-bottom: .5rem;
      margin-right: 10px; }
    #tires .filter .filter-active-clear, #tire-brands .filter .filter-active-clear {
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        #tires .filter .filter-active-clear, #tire-brands .filter .filter-active-clear {
          border-bottom: 1px solid #cccccc;
          padding-bottom: 1.5rem;
          margin-bottom: 1.5rem; } }
      #tires .filter .filter-active-clear a, #tire-brands .filter .filter-active-clear a {
        font-size: .75rem;
        font-weight: 600;
        color: #444444;
        text-transform: uppercase;
        border: none;
        background-color: transparent;
        padding: 0; }
        #tires .filter .filter-active-clear a:hover, #tire-brands .filter .filter-active-clear a:hover {
          border: none;
          background-color: transparent;
          color: #0a0a0a; }
    #tires .filter .filter-active .filter-active-title, #tire-brands .filter .filter-active .filter-active-title {
      margin-bottom: 1rem; }
      #tires .filter .filter-active .filter-active-title h4, #tire-brands .filter .filter-active .filter-active-title h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #0a0a0a; }
  #tires .filter .filter-brands label, #tire-brands .filter .filter-brands label {
    max-width: 260px;
    line-height: 1;
    vertical-align: middle; }

#tires h1, #tire-brands h1 {
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    #tires h1, #tire-brands h1 {
      color: #fefefe; } }
  @media print, screen and (min-width: 64em) {
    #tires h1, #tire-brands h1 {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: .2rem; } }

@media print, screen and (min-width: 40em) {
  #tires .content-header, #tire-brands .content-header {
    background-image: url("/images/banners/banner-tires.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media print, screen and (min-width: 64em) {
  #tires .content-header, #tire-brands .content-header {
    height: 240px; } }

@media print, screen and (max-width: 39.99875em) {
  #tires .page-content.padded.extra, #tire-brands .page-content.padded.extra {
    padding-top: 0; } }

#tires .brands-content, #tire-brands .brands-content {
  max-width: 64rem;
  margin: 0 auto; }
  #tires .brands-content .tire-logos, #tire-brands .brands-content .tire-logos {
    padding-top: 2rem; }
    #tires .brands-content .tire-logos ul, #tire-brands .brands-content .tire-logos ul {
      margin: 0;
      text-decoration: none;
      text-align: center; }
      #tires .brands-content .tire-logos ul li, #tire-brands .brands-content .tire-logos ul li {
        background-color: #fefefe;
        color: #0a0a0a;
        font-size: .75rem;
        letter-spacing: .05rem;
        text-align: center;
        display: inline-flex;
        margin: 0 .5rem;
        text-transform: uppercase;
        border-radius: 5px;
        margin-bottom: 1.875rem;
        box-shadow: 0 0 7px #cccccc;
        min-width: 144px;
        padding: 0 .5rem;
        height: 84px;
        vertical-align: middle;
        text-align: center;
        justify-content: center; }
        #tires .brands-content .tire-logos ul li img, #tire-brands .brands-content .tire-logos ul li img {
          max-width: 100px; }

#tires .listing-search-bar #tire-filter-search ul, #tire-brands .listing-search-bar #tire-filter-search ul {
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 75em) {
    #tires .listing-search-bar #tire-filter-search ul, #tire-brands .listing-search-bar #tire-filter-search ul {
      display: flex;
      justify-content: space-between; } }
  #tires .listing-search-bar #tire-filter-search ul > li, #tire-brands .listing-search-bar #tire-filter-search ul > li {
    display: inline-block;
    margin-bottom: .35rem; }
    #tires .listing-search-bar #tire-filter-search ul > li:last-child, #tire-brands .listing-search-bar #tire-filter-search ul > li:last-child {
      margin-right: 0; }
      #tires .listing-search-bar #tire-filter-search ul > li:last-child a, #tire-brands .listing-search-bar #tire-filter-search ul > li:last-child a {
        width: 96px; }
        @media screen and (min-width: 75em) {
          #tires .listing-search-bar #tire-filter-search ul > li:last-child a, #tire-brands .listing-search-bar #tire-filter-search ul > li:last-child a {
            width: 40px; } }

#tires .listing-search-bar a, #tire-brands .listing-search-bar a {
  width: 46px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #666666;
  font-weight: 500;
  font-size: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    #tires .listing-search-bar a, #tire-brands .listing-search-bar a {
      width: 40px;
      height: 40px;
      font-size: 1rem; } }
  #tires .listing-search-bar a:hover, #tires .listing-search-bar a.active-letter, #tire-brands .listing-search-bar a:hover, #tire-brands .listing-search-bar a.active-letter {
    background-color: #cc3333;
    color: #fefefe; }
  #tires .listing-search-bar a.disable-letter, #tire-brands .listing-search-bar a.disable-letter {
    pointer-events: none;
    opacity: .25; }

#tires .listing-search-bar .mobile-only-slide-filter-search .row > .column, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child {
    padding-left: 0; }
    #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child a, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child a, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:first-child button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child {
    padding-right: 0; }
    #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, #tires .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > div, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > div, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > div, #tire-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > div {
        width: 60%; }

#tires .listing-search-bar .mobile-only-slide-filter-search a, #tires .listing-search-bar .mobile-only-slide-filter-search button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search a, #tire-brands .listing-search-bar .mobile-only-slide-filter-search button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem; }

#tires .listing-search-bar .mobile-only-slide-filter-search button, #tire-brands .listing-search-bar .mobile-only-slide-filter-search button {
  width: 100%;
  height: 52px; }

#tires .products-list, #tire-brands .products-list {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #tires .products-list, #tire-brands .products-list {
      margin-bottom: 4rem; } }
  #tires .products-list .hover-item:hover img, #tire-brands .products-list .hover-item:hover img {
    transform: scale(1.025); }
  #tires .products-list .info, #tire-brands .products-list .info {
    text-align: left;
    color: #0a0a0a; }
  #tires .products-list .image, #tire-brands .products-list .image {
    background-color: #f4f4f4;
    margin-bottom: 1rem;
    text-align: center; }
  #tires .products-list .product-name, #tire-brands .products-list .product-name {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem; }
    #tires .products-list .product-name span, #tire-brands .products-list .product-name span {
      display: inline-block; }
    #tires .products-list .product-name .new, #tire-brands .products-list .product-name .new {
      width: 56px;
      height: 28px;
      background-color: #cc3333;
      font-size: .9rem;
      font-weight: 700;
      color: #fefefe;
      margin-right: .75rem;
      text-align: center;
      text-transform: uppercase;
      line-height: 2; }
    #tires .products-list .product-name .brand-and-name, #tire-brands .products-list .product-name .brand-and-name {
      text-align: left;
      font-weight: 700;
      letter-spacing: .1rem;
      text-transform: uppercase;
      line-height: 1.25; }
  #tires .products-list .specs, #tires .products-list .price, #tires .products-list .shipping, #tire-brands .products-list .specs, #tire-brands .products-list .price, #tire-brands .products-list .shipping {
    font-family: "Arial", sans-serif; }
  #tires .products-list .specs, #tire-brands .products-list .specs {
    font-size: .85rem;
    text-transform: uppercase; }
    #tires .products-list .specs .sku, #tire-brands .products-list .specs .sku {
      color: #999999; }
  #tires .products-list .price, #tire-brands .products-list .price {
    text-align: left;
    color: #0a0a0a;
    text-transform: uppercase; }
    #tires .products-list .price .symbol, #tires .products-list .price .value, #tire-brands .products-list .price .symbol, #tire-brands .products-list .price .value {
      font-weight: 700;
      font-size: 1.25rem; }
    #tires .products-list .price .set, #tire-brands .products-list .price .set {
      font-size: .75rem;
      font-weight: 600; }
  #tires .products-list .shipping, #tire-brands .products-list .shipping {
    text-transform: uppercase;
    color: #999999;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .05rem; }

#tires .pagination, #tire-brands .pagination {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase; }
  #tires .pagination .current, #tire-brands .pagination .current {
    background-color: #cc3333; }

#tires .financing, #tire-brands .financing {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #tires .financing, #tire-brands .financing {
      margin-bottom: 4rem; } }

#tires .brand-information, #tire-brands .brand-information {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #tires .brand-information, #tire-brands .brand-information {
      margin-bottom: 3rem; } }
  #tires .brand-information h5, #tire-brands .brand-information h5 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2rem; }
  #tires .brand-information p, #tire-brands .brand-information p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2; }
  #tires .brand-information .title, #tire-brands .brand-information .title {
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 600; }
  #tires .brand-information ul, #tire-brands .brand-information ul {
    margin: 0;
    list-style: none; }
    #tires .brand-information ul li, #tire-brands .brand-information ul li {
      display: inline-block; }

#tires .promotion-item, #tire-brands .promotion-item {
  margin-bottom: 1rem; }

#tire {
  padding-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    #tire {
      padding-top: 3.5rem;
      margin-bottom: 4rem; } }

#tire .about-container h4, #tire .about-container p, #tire .about-container .tire-sizes {
  color: #333333; }

#tire .about-container h4 {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: .1rem;
  font-weight: 700;
  text-transform: uppercase; }

#tire .about-container p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 2; }

#tire .about-container .wheel-sizes {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

#tire {
  /*  .wheel-sizes {
    margin-top: 1rem;
    span {
      font-size: 1rem;
      font-weight: bold;
    }
  }*/ }
  #tire #detail-top {
    margin-top: 1rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      #tire #detail-top {
        margin-top: 2rem; } }
  #tire .details-info-section {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem; }
    #tire .details-info-section.wheel-dealers {
      padding-top: 1.5rem; }
      #tire .details-info-section.wheel-dealers .button {
        width: 100%;
        background-color: #0a0a0a; }
        #tire .details-info-section.wheel-dealers .button:focus {
          background-color: #cc3333; }
        #tire .details-info-section.wheel-dealers .button:hover {
          background-color: #999999; }
  #tire .tire-details {
    background: #f1f1f1;
    padding: 1rem 1.5rem; }
    #tire .tire-details .tire-paragraph {
      font-size: 1rem;
      font-weight: bold;
      text-align: left;
      margin-bottom: 1rem; }
      #tire .tire-details .tire-paragraph span {
        font-size: 1.2rem; }
  #tire .loadingImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }

.gallery-popup {
  display: table;
  margin: 0 auto; }
  .gallery-popup .galleryView-info {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem; }
    .gallery-popup .galleryView-info span {
      display: block; }
  .gallery-popup .popup-car {
    font-weight: 900;
    font-size: 1.3rem;
    color: #fff; }
  .gallery-popup .mfp-close {
    color: white !important;
    position: relative;
    float: right; }

@media print, screen and (min-width: 40em) {
  .accordion-content {
    padding: 0;
    border: 0;
    border-bottom: 0 !important; }
  .alt-images .slick-slide {
    /*width: 100% !important;*/ } }

.detail-thumb p {
  line-height: 1;
  margin: 0.25rem; }

.detail-thumb .finish-name {
  color: #8a8a8a;
  font-size: 0.8rem; }

.detail-thumb img {
  transition: transform 0.3s ease-in-out; }
  .detail-thumb img:hover {
    backface-visibility: hidden;
    transform: scale(1.08); }

.see-on-vehicle-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem;
  margin: 0.5rem 0; }

.see-on-vehicle-header {
  font-size: 1.5rem;
  margin-bottom: 0; }

.see-on-vehicle-select {
  margin-bottom: 0; }

table {
  border: 0;
  margin-bottom: 0; }
  table tr td,
  table tr th {
    text-align: center; }
  table tr th {
    background: #e6e6e6; }

@media print, screen and (max-width: 39.99875em) {
  #tire .banner-top .tire-banner {
    height: 6rem; }
  #tire .banner-top .heading {
    font-size: 1.7rem;
    top: 90%; }
  #tire .slick-slide {
    display: inline-block;
    float: none; } }

@media print, screen and (min-width: 40em) {
  .finish-header {
    display: none; } }

.tire-warning {
  margin-bottom: 2rem; }

#tire .financing {
  background: transparent;
  padding: 1rem; }
  @media print, screen and (max-width: 63.99875em) {
    #tire .financing {
      display: block;
      float: left;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; } }
  #tire .financing img {
    margin-bottom: 1rem; }

#tire .tire-detail-stage {
  position: relative;
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 64em) {
    #tire .tire-detail-stage {
      margin-bottom: 7rem; } }

@media print, screen and (min-width: 40em) {
  #tire .stage-container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; } }

@media print, screen and (min-width: 64em) {
  #tire .stage-container > div:last-child {
    width: 15%; } }

@media print, screen and (min-width: 64em) {
  #tire .stage-container > div:first-child {
    width: 85%; } }

@media print, screen and (min-width: 40em) {
  #tire .stage-container .alt-images .slick-slide {
    width: 100% !important; } }

@media print, screen and (min-width: 40em) {
  #tire .stage-container .alt-images .slick-track {
    width: 100% !important; } }

.main-image {
  margin-bottom: 0; }
  .main-image img {
    margin: 0 auto; }

.alt-images {
  max-height: 400px; }
  @media print, screen and (min-width: 64em) {
    .alt-images {
      margin: 0 auto 2rem;
      margin-bottom: 0 !important;
      max-width: 60%; } }
  .alt-images .slick-track {
    margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .alt-images--retailer .slick-track {
      /*width: 100% !important;*/
      /*margin-top: 3rem;*/ } }
  @media print, screen and (min-width: 64em) {
    .alt-images .slick-list {
      padding: 35px 0 !important; } }
  .alt-images .slick-dots {
    position: relative !important;
    text-align: center;
    bottom: 0;
    margin: 0; }
  .alt-images .slick-slide:focus {
    outline: 0; }
  .alt-images .slick-slide img {
    max-width: 100px;
    margin: 0 auto;
    width: 100%; }
  .alt-images a {
    margin-right: 0;
    padding: .7rem; }
  .alt-images img {
    transition: all .3s ease-in-out;
    opacity: .5; }
    .alt-images img:hover {
      backface-visibility: hidden;
      transform: scale(1.08); }
  .alt-images .slick-active:after {
    width: 0;
    transition: all .3s ease-in-out;
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    background-color: #cc3333; }
  .alt-images .slick-current:after {
    width: 80%; }
  .alt-images .slick-current img {
    opacity: 1; }

.zoom {
  display: inline-block;
  position: relative; }
  .zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png); }
  .zoom img {
    display: block; }
    .zoom img::selection {
      background-color: transparent; }

#tire .tire-info {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 25px #cccccc;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    #tire .tire-info {
      padding: 2.5rem;
      margin-bottom: 2.5rem; } }
  #tire .tire-info h1, #tire .tire-info h4 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.1; }
  #tire .tire-info .bottom, #tire .tire-info .pricing-stock, #tire .tire-info .pricing-price, #tire .tire-info .pricing-match {
    font-family: "Arial", sans-serif; }
  #tire .tire-info .pricing-specs {
    color: #0a0a0a;
    margin-bottom: 1rem; }
    #tire .tire-info .pricing-specs .top {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin-bottom: 1rem; }
      #tire .tire-info .pricing-specs .top .front > span:after, #tire .tire-info .pricing-specs .top .rear > span:after {
        content: ','; }
      #tire .tire-info .pricing-specs .top .front > span:last-child:after, #tire .tire-info .pricing-specs .top .rear > span:last-child:after {
        content: ''; }
    #tire .tire-info .pricing-specs .bottom {
      display: flex;
      margin-bottom: .5rem;
      font-weight: 500; }
      #tire .tire-info .pricing-specs .bottom > div {
        width: 50%; }
      #tire .tire-info .pricing-specs .bottom span {
        color: #0a0a0a;
        font-weight: 600; }
      #tire .tire-info .pricing-specs .bottom .pricing-brand {
        color: #cc3333; }
        #tire .tire-info .pricing-specs .bottom .pricing-brand a {
          color: #cc3333; }
    #tire .tire-info .pricing-specs .pricing-stock {
      color: #2ca900;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .05rem; }
  #tire .tire-info .pricing-price {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem; }
    #tire .tire-info .pricing-price .title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: .5rem; }
    #tire .tire-info .pricing-price .subtitle {
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .05rem; }
      #tire .tire-info .pricing-price .subtitle span {
        text-transform: uppercase; }
  #tire .tire-info .open-price-match-popup {
    color: #cc3333; }
  #tire .tire-info .pricing-match {
    margin-bottom: 1rem;
    text-transform: capitalize;
    color: #0a0a0a;
    font-size: .95rem;
    font-weight: 600; }
  #tire .tire-info .cta .button {
    background-color: #cc3333;
    border-radius: .5rem;
    margin-bottom: 0rem;
    width: 100%;
    padding: 1.6rem .5rem;
    font-size: 1.05rem; }
    #tire .tire-info .cta .button:hover {
      background-color: #cccccc; }
    #tire .tire-info .cta .button.gray {
      background-color: #999999; }
      #tire .tire-info .cta .button.gray:hover {
        background-color: #cccccc; }
    #tire .tire-info .cta .button.active {
      background-color: #0a0a0a; }
  #tire .tire-info .cta-button {
    margin-bottom: 2rem; }
  #tire .tire-info .cta-link {
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    #tire .tire-info .cta-link:last-child {
      margin-bottom: 0; }
      #tire .tire-info .cta-link:last-child .icon {
        background-color: #999999; }
    #tire .tire-info .cta-link a {
      font-family: "Arial", sans-serif;
      color: #333333;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: .05rem;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #tire .tire-info .cta-link .icon {
      margin-right: 1.5rem;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      background-color: #cc3333;
      text-decoration: unset;
      color: #fefefe;
      font-size: 2.5rem; }
    #tire .tire-info .cta-link .text {
      text-decoration: underline;
      font-size: .85rem; }
      @media print, screen and (min-width: 64em) {
        #tire .tire-info .cta-link .text {
          font-size: 1rem; } }
  #tire .tire-info .buy-options {
    font-family: "Arial", sans-serif;
    padding: 1rem;
    background-color: #d4d4d4;
    border-radius: .5rem; }
    #tire .tire-info .buy-options label {
      font-weight: 600; }
    #tire .tire-info .buy-options .missing {
      background-color: rgba(255, 51, 51, 0.5); }

#tire .tire-info img {
  max-width: 200px; }

@media print, screen and (max-width: 39.99875em) {
  #tire .tire-info .series-logo {
    text-align: center; }
    #tire .tire-info .series-logo img {
      max-width: 180px; } }

#tire .tire-info .tire-name {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: .5rem; }
  @media print, screen and (max-width: 39.99875em) {
    #tire .tire-info .tire-name {
      text-align: center;
      padding-bottom: 0;
      font-size: 2rem; } }
  #tire .tire-info .tire-name span {
    font-weight: 400; }

#see-on-vehicle-detail h5 {
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  color: #0a0a0a; }

.tire-detail-sizes .title {
  font-weight: 600; }

.tire-badges {
  display: flex; }
  .tire-badges > div {
    margin-right: .5rem; }
  .tire-badges img {
    max-width: 100px; }

.tire-finishes img {
  max-width: 150px;
  transition: all .3s ease-in-out; }
  .tire-finishes img:hover {
    opacity: .5; }

.tire-finishes .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.tire-finishes .detail-thumb {
  display: flex; }

.tire-finishes .tire-finish {
  text-align: center;
  font-weight: 600;
  margin-right: .5rem; }

.tire-videos.finishes-border {
  border-top: 1px solid #aaaaaa;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.tire-videos .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.tire-videos .tire-video {
  display: flex; }
  .tire-videos .tire-video > div {
    width: 100%;
    max-width: 50%; }
  .tire-videos .tire-video a {
    display: block;
    border: 1px solid #aaaaaa;
    position: relative; }
    .tire-videos .tire-video a:hover .play-icon {
      background-color: transparent; }
      .tire-videos .tire-video a:hover .play-icon img {
        opacity: 0; }
  .tire-videos .tire-video .play-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out; }
    .tire-videos .tire-video .play-icon img {
      transition: all .3s ease-in-out; }

.tire-cta .button-group {
  margin: 0; }
  .tire-cta .button-group li {
    margin-top: 1rem; }
  .tire-cta .button-group .button {
    width: 100%; }

#tire .spec-information-container .spec-information {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-family: "Arial", sans-serif;
  letter-spacing: .05rem; }
  #tire .spec-information-container .spec-information-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1rem; }
  #tire .spec-information-container .spec-information-item {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase; }
    #tire .spec-information-container .spec-information-item:nth-child(odd) > div {
      background-color: #eeeeee; }
    #tire .spec-information-container .spec-information-item > div {
      width: 50%;
      padding: .5rem;
      margin: 0 2px; }
      #tire .spec-information-container .spec-information-item > div:first-child {
        margin-left: 0; }
      #tire .spec-information-container .spec-information-item > div:last-child {
        margin-right: 0; }

#accessory .content-header {
  position: relative;
  padding: 0;
  border-top: 2px solid #666666; }
  #accessory .content-header h1 {
    color: #fefefe;
    padding: .5rem 0;
    background: rgba(0, 0, 0, 0.7); }
    @media print, screen and (min-width: 64em) {
      #accessory .content-header h1 {
        padding: 1.8rem 0 2.25rem; } }
  #accessory .content-header .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1; }

#accessory .text-overflow-button {
  display: none;
  padding-top: .5rem; }

.accessory-image {
  max-width: 500px; }

.accessory-name {
  font-weight: 700;
  font-size: 1.5rem; }

.accessory-details {
  background: #f1f1f1;
  padding: 1rem 1.5rem; }

@media print, screen and (max-width: 39.99875em) {
  .accessory-detail .breadcrumbs {
    padding-bottom: 0; } }

.accessory-detail #detail-top {
  padding-bottom: 1.5rem; }
  .accessory-detail #detail-top .disclaimer {
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: .5rem; }

.accessory-detail .main-image {
  border: 1px solid #999999;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .accessory-detail .main-image {
      margin-bottom: 2rem; } }
  .accessory-detail .main-image img {
    width: 100%; }

.accessory-detail .alt-images {
  margin-bottom: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .accessory-detail .alt-images {
      margin-bottom: 0rem; } }
  .accessory-detail .alt-images img {
    transition: all .2s ease-in-out; }
    .accessory-detail .alt-images img:hover {
      transform: scale(1); }
  .accessory-detail .alt-images .slick-track {
    display: flex;
    justify-content: center;
    margin-top: 0; }
    .accessory-detail .alt-images .slick-track > .slick-slide:last-child {
      margin-right: 0; }
  .accessory-detail .alt-images .slick-slide {
    border: 1px solid #999999;
    margin-right: .5rem;
    background-color: #cc3333;
    max-width: 136px; }
    .accessory-detail .alt-images .slick-slide:hover img {
      opacity: .65; }

.accessory-detail .lighting-main-image {
  border: 1px solid #999999;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .accessory-detail .lighting-main-image {
      margin-bottom: 2rem; } }
  .accessory-detail .lighting-main-image img {
    width: 100%;
    margin: 0 auto; }

.accessory-detail .lighting-alt-images {
  margin-bottom: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .accessory-detail .lighting-alt-images {
      margin-bottom: 0rem; } }
  .accessory-detail .lighting-alt-images img {
    transition: all .2s ease-in-out; }
    .accessory-detail .lighting-alt-images img:hover {
      transform: scale(1); }
  .accessory-detail .lighting-alt-images .slick-track {
    width: 100% !important; }
    .accessory-detail .lighting-alt-images .slick-track > .slick-slide:nth-child(4n) {
      margin-right: 0; }
  .accessory-detail .lighting-alt-images .slick-slide {
    border: 1px solid #999999;
    margin-right: .5rem;
    background-color: #cc3333;
    max-width: 136px;
    margin-bottom: .5rem; }
    .accessory-detail .lighting-alt-images .slick-slide:hover img {
      opacity: .65; }

.accessory-detail .details-spec-description-container {
  padding-bottom: 0; }

#accessory .slick-dots li button {
  display: none; }

.detail-bottom {
  padding: 1rem .5rem;
  border: 1px solid #999999;
  float: left;
  clear: both;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .detail-bottom {
      padding: 2rem;
      margin-bottom: 5rem; } }
  .detail-bottom.row {
    margin-left: 0;
    margin-right: 0; }
    .detail-bottom.row > .column > div, .detail-bottom.row > .columns > div {
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .detail-bottom.row > .column > div, .detail-bottom.row > .columns > div {
          margin-bottom: 2rem; } }
      .detail-bottom.row > .column > div.kit-components iframe, .detail-bottom.row > .columns > div.kit-components iframe {
        max-width: 560px;
        width: 100%;
        height: 200px; }
        @media print, screen and (min-width: 64em) {
          .detail-bottom.row > .column > div.kit-components iframe, .detail-bottom.row > .columns > div.kit-components iframe {
            min-height: 315px; } }
  .detail-bottom .downloads ul {
    list-style: none;
    margin-left: 0; }
    .detail-bottom .downloads ul li {
      margin-bottom: 1rem; }
  .detail-bottom .downloads a {
    display: flex;
    align-items: center; }
    .detail-bottom .downloads a:hover .downloads-icon {
      background-color: #0a0a0a;
      transition: all .3s ease-in-out; }
      .detail-bottom .downloads a:hover .downloads-icon i {
        color: #333333;
        transition: all .3s ease-in-out; }
    .detail-bottom .downloads a:hover .downloads-title {
      color: #333333;
      transition: all .3s ease-in-out; }
  .detail-bottom .downloads-icon {
    width: 50px;
    height: 50px;
    background-color: #cc3333;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    margin-right: 1rem; }
    .detail-bottom .downloads-icon i {
      display: flex;
      align-items: center;
      color: #0a0a0a;
      font-size: 2rem; }
  .detail-bottom .downloads-title {
    font-family: "EurostileLTStd-Bold", sans-serif;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1.5rem; }

.qualifier {
  border-top: 1px solid #0a0a0a;
  margin-top: 3rem;
  padding-top: 1rem;
  line-height: 1; }
  .qualifier h4 {
    text-transform: uppercase;
    line-height: 1; }

.details-information {
  font-size: 1rem; }
  .details-information h2 {
    font-family: "EurostileLTStd-Bold", sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  .details-information > div {
    padding-bottom: .5rem; }
  .details-information .label {
    background-color: transparent;
    font-weight: 700;
    text-transform: capitalize;
    color: #0a0a0a;
    font-size: 1rem;
    padding-left: 0; }
  .details-information .details-brand-logo {
    padding-bottom: 1.5rem; }
  .details-information .title h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.35rem;
    margin-bottom: 0;
    text-transform: none; }
  .details-information .product-vehicle h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.35rem;
    color: #666666;
    margin-bottom: 0;
    text-transform: none; }
  .details-information .product-information {
    font-size: .9rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .details-information .product-information {
        margin-bottom: 1.5rem; } }
  .details-information .instock {
    font-family: "EurostileLTStd-Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem; }
    .details-information .instock.orange {
      color: #333333; }
    .details-information .instock.green {
      color: #2ca900; }
  .details-information .part-number .label {
    text-transform: uppercase; }
  .details-information .price {
    font-size: 2rem; }
    .details-information .price .content {
      font-weight: 900;
      color: #0a0a0a; }
    .details-information .price .sale {
      text-decoration: line-through; }
      .details-information .price .salePrice {
        margin-left: .5rem; }
    .details-information .price .sale-box {
      background-color: #cc3333;
      color: #0a0a0a;
      padding: .25rem;
      margin-left: .5rem;
      font-weight: 400;
      font-size: 1rem; }
  .details-information .quantity {
    display: flex;
    align-items: center;
    padding-bottom: 1rem; }
    .details-information .quantity input {
      max-width: 2.5rem;
      max-height: 1.5rem;
      padding: 0 .25rem;
      margin-bottom: 0; }
  .details-information .vehicle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .details-information .vehicle-icon {
      background-color: #cc3333;
      display: flex;
      justify-content: center;
      align-content: center;
      border-radius: 50px;
      width: 100%;
      max-width: 50px;
      height: 50px;
      margin-right: 1rem; }
      .details-information .vehicle-icon i {
        color: #fefefe;
        display: flex;
        align-items: center;
        font-size: 2rem; }
    .details-information .vehicle-information {
      font-weight: 800;
      font-size: 2rem;
      color: #0a0a0a;
      line-height: 1; }
  .details-information .shipping {
    padding-bottom: 1rem; }
  .details-information .vehicle-info {
    background-color: #eeeeee;
    padding: 1rem;
    display: none; }
    .details-information .vehicle-info label {
      text-transform: capitalize;
      font-size: 1rem;
      font-weight: 700; }
    .details-information .vehicle-info input.missing {
      background-color: rgba(255, 51, 51, 0.5); }
    .details-information .vehicle-info .snipcart-add-item {
      display: none; }
    .details-information .vehicle-info .button.disabled {
      color: #fefefe;
      background-color: #333333; }
  .details-information .buy-toggle.buy-active {
    background-color: #999999;
    color: #333333; }
  .details-information .button:hover {
    color: #333333; }
  .details-information .financing-options {
    padding-top: 1rem;
    margin-bottom: 1rem; }
  .details-information .shipping-options {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .details-information .shipping-options {
        margin-bottom: 2rem; } }
    .details-information .shipping-options .text {
      max-width: 85%; }
      @media print, screen and (min-width: 64em) {
        .details-information .shipping-options .text {
          max-width: none; } }
    .details-information .shipping-options p {
      margin-bottom: 0;
      color: #0a0a0a; }
      .details-information .shipping-options p span {
        font-weight: 600; }
    .details-information .shipping-options ul {
      list-style: none;
      margin: 0; }
      .details-information .shipping-options ul li {
        display: flex;
        align-items: center;
        margin-bottom: 1rem; }
        .details-information .shipping-options ul li .icon {
          background-color: #2ca900;
          border-radius: 25px;
          color: #fefefe;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 1rem; }
          .details-information .shipping-options ul li .icon.option-call {
            background-color: #25b7d3; }
    .details-information .shipping-options .free-shipping {
      display: flex;
      align-items: center; }
      .details-information .shipping-options .free-shipping .icon {
        margin-right: .75rem;
        font-size: 2rem;
        color: #2ca900; }
      .details-information .shipping-options .free-shipping .information {
        line-height: 1.35;
        font-size: .9rem; }

.accessory-cta .cta-buttons {
  margin: 0;
  list-style: none; }
  .accessory-cta .cta-buttons__btn {
    width: 100%;
    margin-top: 1rem; }

.accessory-bar-btn {
  margin: 0;
  background-color: #fff;
  border: 2px solid #cc3333;
  color: #cc3333;
  box-shadow: 1px 1px #999; }
  .accessory-bar-btn:hover {
    box-shadow: none; }

.breadcrumbs {
  font-size: .85rem;
  padding-top: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25; }
  @media print, screen and (min-width: 40em) {
    .breadcrumbs {
      font-size: 1rem; } }
  .breadcrumbs a {
    color: #cc3333; }
    .breadcrumbs a:hover {
      color: #0a0a0a; }

@media print, screen and (max-width: 39.99875em) {
  #products .breadcrumbs {
    padding-bottom: 0; } }

.category-list .category-image {
  min-height: 300px;
  display: flex;
  align-items: center; }

.category-list .category-name {
  text-align: center; }
  .category-list .category-name h6 {
    text-transform: uppercase; }

.text-overflow-button {
  display: none;
  padding-top: .5rem; }
  .text-overflow-button a {
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .95rem; }
    .text-overflow-button a:hover {
      color: #cc3333; }
      .text-overflow-button a:hover .fas {
        color: #cc3333; }
  .text-overflow-button .fas {
    font-size: 1.25rem;
    color: #cc3333;
    margin-right: .25rem;
    transition: all .2s ease; }

@media print, screen and (max-width: 39.99875em) {
  .text-overflow-button {
    display: none;
    padding-top: .5rem; }
  .btn-overflow {
    display: none;
    text-decoration: none; } }

.product-detail h3 {
  font-size: 1rem;
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    .product-detail h3 {
      font-size: 2rem; } }

.product-detail .details-spec-description-container {
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .product-detail .details-spec-description-container {
      padding-bottom: 0;
      border-right: 1px solid #666666; } }

@media print, screen and (min-width: 64em) {
  .column-filter {
    padding-left: 0;
    padding-right: 0; } }

.products-filter {
  border: 1px solid #333333;
  padding: 1rem;
  margin-bottom: 3rem; }
  .products-filter input {
    margin-bottom: 0; }
  .products-filter h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 800; }
  .products-filter .filter-section {
    border-bottom: 1px solid #333333;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .products-filter .filter-section:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .products-filter .filter-section.filter-vehicle a {
      margin-left: 1.6rem;
      color: #0a0a0a;
      font-weight: 400; }
      .products-filter .filter-section.filter-vehicle a.active {
        color: #cc3333;
        font-weight: 600; }
      .products-filter .filter-section.filter-vehicle a:hover {
        color: #cc3333;
        font-weight: 800; }
  .products-filter .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .products-filter .filter-title i {
      color: #444444;
      font-size: 1.65rem; }
  .products-filter .filter-items ul {
    list-style: none; }
    .products-filter .filter-items ul.level-0 {
      margin-left: 0; }
  .products-filter .filter-item label {
    margin-right: 0; }
  .products-filter .filter-category label.checked {
    font-weight: 800; }
  .products-filter .filter-category .category-sub, .products-filter .filter-category .category-filter {
    margin-left: 1rem; }
  .products-filter .filter-category .category-sub label.checked {
    color: #cc3333; }
  .products-filter .filter-category .category-filter label.checked {
    color: #cc3333; }
  .products-filter .clear {
    color: #333333;
    font-weight: 800;
    font-size: .8375rem;
    text-decoration: underline;
    text-transform: uppercase; }
    .products-filter .clear:hover {
      color: #cc3333; }

.header-price-filter, .header-sort-filter {
  padding-bottom: 1rem;
  text-align: right; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .header-price-filter, .header-sort-filter {
      padding-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .header-price-filter, .header-sort-filter {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .header-price-filter select, .header-sort-filter select {
    margin-bottom: 0;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 204, 0%29'></polygon></svg>"); }
    @media print, screen and (min-width: 40em) {
      .header-price-filter select, .header-sort-filter select {
        max-width: 210px; } }

.products-search input {
  border-color: #333333;
  border-right: 0; }

.products-search button {
  width: 100%;
  padding: .575rem;
  border: 1px solid #333333;
  border-left: 0; }

.products-search form {
  margin-top: 1rem; }

#products .parallax {
  margin-bottom: 0; }
  #products .parallax h1 {
    color: #666666;
    padding-bottom: 0;
    margin-bottom: 0; }

.product-vehicle-bar {
  text-align: center; }
  .product-vehicle-bar h2 {
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
    color: #cc3333; }

.products-listing h6 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0; }

.products-listing .product-item {
  text-align: center;
  border-bottom: 1px solid #444444;
  margin-bottom: 2rem;
  min-height: 310px; }
  @media print, screen and (min-width: 64em) {
    .products-listing .product-item {
      min-height: 400px; } }

.products-listing .product-image {
  position: relative;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .products-listing .product-image {
      min-height: 200px;
      padding-bottom: 2rem; } }
  .products-listing .product-image img {
    max-height: 200px; }
  .products-listing .product-image .in-stock-image {
    max-width: 50px;
    position: absolute;
    top: 0;
    left: 0; }

.products-listing .product-name {
  min-height: 40px;
  /*max-height:40px;*/ }

.products-listing .product-notes, .products-listing .product-price {
  color: #0a0a0a;
  padding-bottom: 1rem; }

.products-listing .product-notes {
  font-weight: 600;
  line-height: 1.25; }

.products-listing .product-number {
  color: #333333;
  font-weight: 800;
  line-height: 1.5; }

.products-listing .product-price {
  margin-top: 1rem; }

.products-listing .pricing {
  color: #545454;
  font-weight: 600; }
  .products-listing .pricing .price, .products-listing .pricing .sale-price {
    font-weight: 400; }
  .products-listing .pricing .sale-price {
    margin-left: .25rem; }
  .products-listing .pricing .sale-box {
    background-color: #cc3333;
    color: #0a0a0a;
    padding: .25rem;
    display: inline-block;
    padding: .25rem .5rem;
    line-height: 1.5;
    margin-bottom: .5rem; }

.products-listing .pagination .current {
  background: #cc3333; }

.loading-screen {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 9999; }
  .loading-screen i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    font-size: 3rem;
    color: #fefefe;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.column-listing a {
  display: block; }

#products.lighting-products .products-listing .product-number {
  text-transform: uppercase;
  font-weight: 500; }

#detailing .products-listing h6 {
  font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    #detailing .products-listing h6 {
      font-size: 1.15rem; } }

#detailing .products-listing .product-item {
  padding-bottom: 1rem;
  min-height: auto; }

#detailing .products-listing .product-name {
  min-height: 48px; }
  @media print, screen and (min-width: 64em) {
    #detailing .products-listing .product-name {
      min-height: auto; } }

#detailing .products-listing .product-number {
  font-size: .9rem; }
  @media print, screen and (min-width: 40em) {
    #detailing .products-listing .product-number {
      font-size: 1rem; } }

#detailing .products-listing .product-image {
  min-height: auto;
  padding-bottom: 0; }
  #detailing .products-listing .product-image img {
    min-height: auto; }

#products .search-by-vehicle {
  margin-bottom: 2rem;
  text-align: center;
  padding-left: .625rem;
  padding-right: .625rem; }
  @media print, screen and (min-width: 64em) {
    #products .search-by-vehicle select {
      margin-bottom: 0; } }
  #products .search-by-vehicle .row {
    padding: 1rem;
    background-color: #cc3333; }
    @media print, screen and (min-width: 64em) {
      #products .search-by-vehicle .row > .column, #products .search-by-vehicle .row > .columns {
        padding-right: .5rem; }
        #products .search-by-vehicle .row > .column:first-child, #products .search-by-vehicle .row > .columns:first-child, #products .search-by-vehicle .row > .column:last-child, #products .search-by-vehicle .row > .columns:last-child {
          padding-right: 0; } }
  #products .search-by-vehicle .search-title {
    font-size: 1.25rem;
    color: #fefefe;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1; }
  #products .search-by-vehicle a {
    color: #fefefe;
    text-decoration: underline;
    font-weight: 500;
    margin-top: .5rem;
    display: block; }
    #products .search-by-vehicle a:hover {
      color: #999999; }

#packages h1 {
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    #packages h1 {
      color: #fefefe; } }
  @media print, screen and (min-width: 64em) {
    #packages h1 {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: .2rem; } }

@media print, screen and (min-width: 40em) {
  #packages .content-header {
    background-image: url("/images/banners/wheels-banner.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media print, screen and (min-width: 64em) {
  #packages .content-header {
    height: 240px; } }

#packages.specials .quote {
  padding: 0; }
  #packages.specials .quote a {
    padding: .85rem 0;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0;
    background-color: #cc3333; }
    #packages.specials .quote a:hover {
      background-color: #999999; }

#packages .filter {
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  margin-bottom: 2rem; }
  #packages .filter .head .title {
    color: #fefefe;
    background-color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    font-size: 1.25rem; }
  #packages .filter .accordion-title {
    color: #fefefe;
    background-color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.7;
    border: 0; }
    #packages .filter .accordion-title:before {
      margin-top: -1rem; }
  #packages .filter .accordion li {
    margin-bottom: 0; }
  #packages .filter .content {
    padding: 1.25rem; }
  #packages .filter ul {
    list-style: none;
    margin: 0; }
    #packages .filter ul li {
      margin-bottom: .25rem; }
  #packages .filter .vehicle {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #packages .filter .vehicle-make a {
      font-size: 1.15rem;
      font-weight: 700;
      color: #0a0a0a;
      text-transform: uppercase; }
      #packages .filter .vehicle-make a:hover {
        color: #cc3333; }
      #packages .filter .vehicle-make a i {
        color: #cc3333; }
    #packages .filter .vehicle-make ul {
      margin-left: 2rem; }
    #packages .filter .vehicle-models {
      display: none; }
      #packages .filter .vehicle-models.active {
        display: block; }
      #packages .filter .vehicle-models .active {
        color: #f9632e; }
  #packages .filter .cta {
    text-align: center; }
    #packages .filter .cta p {
      font-weight: 500;
      line-height: 1.1; }
    #packages .filter .cta .button {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }

#packages .promotion-item {
  margin-bottom: 2rem; }

#packages .listing .head {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media print, screen and (min-width: 64em) {
    #packages .listing .head {
      flex-direction: row; } }
  #packages .listing .head .vehicle-selected {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: .5rem; }
    #packages .listing .head .vehicle-selected .divider {
      color: #cc3333; }
  #packages .listing .head .sort select {
    font-family: "Roboto", sans-serif;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28208, 167, 1%29'></polygon></svg>");
    border-color: #cccccc; }

#packages .listing .content a {
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 2rem;
  position: relative;
  padding: 2rem 1rem 1.5rem;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0a0a; }
  #packages .listing .content a:hover {
    color: #cc3333; }
    #packages .listing .content a:hover .button {
      background-color: #cc3333; }
  #packages .listing .content a i {
    font-weight: 600; }

#packages .listing .content .item > div {
  margin-bottom: 1rem; }
  #packages .listing .content .item > div:not(.price):not(.image) {
    padding-left: 2rem;
    padding-right: 2rem; }
  #packages .listing .content .item > div.description, #packages .listing .content .item > div.additional {
    margin-bottom: 2rem; }

#packages .listing .content .price {
  background: linear-gradient(142deg, #444444 0, #444444 50%, transparent 50%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 130px;
  text-align: left;
  padding: .75rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fefefe; }
  #packages .listing .content .price .title {
    font-size: .8rem;
    font-weight: 400; }
  #packages .listing .content .price .value {
    font-weight: 700;
    font-size: 1.5rem; }

#packages .listing .content .image {
  position: relative; }
  #packages .listing .content .image .wheel {
    max-width: 80%;
    margin-left: auto; }
  #packages .listing .content .image .tire {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 55%; }

#packages .listing .content .description {
  margin-bottom: 2rem; }
  #packages .listing .content .description .vehicle {
    margin-bottom: 1rem; }
  #packages .listing .content .description .wheel, #packages .listing .content .description .tire {
    color: #0a0a0a;
    font-size: .9rem;
    line-height: 1.25;
    margin-bottom: 1rem; }
    #packages .listing .content .description .wheel > div, #packages .listing .content .description .tire > div {
      display: inline; }
  #packages .listing .content .description .sku {
    font-weight: 400; }

#packages .listing .content .cta .button {
  width: 100%; }

#packages .listing .content .additional {
  font-size: 1rem;
  color: #0a0a0a;
  margin-bottom: 2rem; }
  #packages .listing .content .additional .title {
    margin-bottom: .75rem; }
    #packages .listing .content .additional .title i {
      color: #cc3333; }
  #packages .listing .content .additional-list ul {
    list-style: none;
    margin: 0; }
  #packages .listing .content .additional-list li {
    margin-bottom: .5rem; }
  #packages .listing .content .additional-list span:not(.fas) {
    font-weight: 400;
    text-transform: none; }
  #packages .listing .content .additional-list .icon {
    height: 28px;
    width: 28px;
    border-radius: 25px;
    color: #fefefe;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    #packages .listing .content .additional-list .icon.pink, #packages .listing .content .additional-list .icon.green {
      margin-right: .25rem; }
    #packages .listing .content .additional-list .icon.pink {
      background-color: #f9632e; }
    #packages .listing .content .additional-list .icon.green {
      background-color: #3ea20a; }

#package {
  padding-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    #package {
      padding-top: 3.5rem;
      margin-bottom: 4rem; } }
  #package h4 {
    font-family: "Roboto", sans-serif; }
  #package .wheel-sizes {
    margin-top: 1rem; }
    #package .wheel-sizes span {
      font-size: 1rem;
      font-weight: bold; }
  #package .wheel-details {
    background: #f1f1f1;
    padding: 1rem 1.5rem; }
    #package .wheel-details .wheel-paragraph {
      font-size: 1rem;
      font-weight: bold;
      text-align: left;
      margin-bottom: 1rem; }
      #package .wheel-details .wheel-paragraph span {
        font-size: 1.2rem; }
  #package .loadingImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }

.gallery-popup {
  display: table;
  margin: 0 auto; }
  .gallery-popup .galleryView-info {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem; }
    .gallery-popup .galleryView-info span {
      display: block; }
  .gallery-popup .popup-car {
    font-weight: 900;
    font-size: 1.3rem;
    color: #fff; }
  .gallery-popup .mfp-close {
    color: white !important;
    position: relative;
    float: right; }

@media print, screen and (min-width: 40em) {
  .accordion-content {
    padding: 0;
    border: 0;
    border-bottom: 0 !important; } }

.detail-thumb p {
  line-height: 1;
  margin: 0.25rem; }

.detail-thumb .finish-name {
  color: #8a8a8a;
  font-size: 0.8rem; }

.detail-thumb img {
  transition: transform 0.3s ease-in-out; }
  .detail-thumb img:hover {
    backface-visibility: hidden;
    transform: scale(1.08); }

#specs {
  margin-bottom: 1.25rem;
  overflow: auto; }

.see-on-vehicle-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem;
  margin: 0.5rem 0; }

.see-on-vehicle-header {
  font-size: 1.5rem;
  margin-bottom: 0; }

.see-on-vehicle-select {
  margin-bottom: 0; }

table {
  border: 0;
  margin-bottom: 0; }
  table tr td,
  table tr th {
    text-align: center; }
  table tr th {
    background: #e6e6e6; }

@media print, screen and (max-width: 39.99875em) {
  #package .banner-top .wheel-banner {
    height: 6rem; }
  #package .banner-top .heading {
    font-size: 1.7rem;
    top: 90%; }
  #package .slick-slide {
    display: inline-block;
    float: none; } }

@media print, screen and (min-width: 40em) {
  .finish-header {
    display: none; } }

#package .wheel-content {
  /*background-color:$white;
    float:left;
    box-shadow: 0px 0px 5px $grayB;
    padding-bottom:2rem;
    
    &-padding {
      float:left;
      border:1px solid $grayC;
      background-color:$grayE;
      padding:1.85rem;
      width:100%;
    }
    &.row {
      max-width:75rem;
      width:100%;
    }*/ }

#package .left .products, #package .left .about {
  margin-bottom: 2rem; }

#package .left .products {
  float: left;
  padding-top: 2rem;
  width: 100%; }

#package .left .product-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #0a0a0a; }
  #package .left .product-title span {
    color: #cc3333; }

#package .left .gallery-image {
  padding: 1.75rem;
  padding-right: 3rem; }

#package .left .pkg-img {
  position: relative; }
  #package .left .pkg-img-wheel {
    width: 80%;
    margin-left: auto;
    display: block; }
  #package .left .pkg-img-tire {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%; }

#package .left .pkg-info {
  margin-bottom: 1rem; }
  #package .left .pkg-info-header {
    font-size: 1.2rem; }
  #package .left .pkg-info-wheel, #package .left .pkg-info-tire {
    font-weight: 400;
    color: #0a0a0a; }
  #package .left .pkg-info-price {
    font-weight: 700;
    color: #0a0a0a; }
  #package .left .pkg-info .red {
    color: #cc3333; }

#package .left .pkg-btn {
  width: 75%; }

#package .left #specials-wheel-info, #package .left #specials-tire-info {
  border-bottom: 0; }
  @media print, screen and (max-width: 39.99875em) {
    #package .left #specials-wheel-info .spec-information-title, #package .left #specials-tire-info .spec-information-title {
      display: none; } }

#package .left .tire-detail-stage a, #package .left .wheel-detail-stage a {
  display: block; }

#package .left .accordion {
  padding-left: .625rem;
  padding-right: .625rem; }
  @media print, screen and (min-width: 40em) {
    #package .left .accordion {
      padding-right: 0;
      padding-left: 0; } }

#package .left .accordion-title {
  color: #fefefe;
  padding: 0.6rem 0.75rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.35rem;
  font-weight: 700; }

#package .left .spec-information-container .spec-information {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-family: "Arial", sans-serif;
  letter-spacing: .05rem; }
  #package .left .spec-information-container .spec-information-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1rem; }
  #package .left .spec-information-container .spec-information-item {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase; }
    #package .left .spec-information-container .spec-information-item:nth-child(odd) > div {
      background-color: #eeeeee; }
    #package .left .spec-information-container .spec-information-item > div {
      width: 50%;
      padding: .5rem;
      margin: 0 2px; }
      #package .left .spec-information-container .spec-information-item > div:first-child {
        margin-left: 0; }
      #package .left .spec-information-container .spec-information-item > div:last-child {
        margin-right: 0; }

#package .left .stage-arrow {
  position: absolute;
  height: 100%;
  z-index: 3;
  color: #cc3333;
  top: 0; }
  #package .left .stage-arrow.stage-prev {
    left: -10px; }
  #package .left .stage-arrow.stage-next {
    right: -10px; }

#package .left .gallery-description {
  padding: 1rem; }
  #package .left .gallery-description-divider {
    border-top: 1px solid #cccccc; }

#package .left .gallery-related {
  padding: 1.5rem 0; }
  #package .left .gallery-related-title {
    background-color: #333333;
    color: #fefefe;
    padding: .6rem .75rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.35rem;
    font-weight: 700; }

#package .left .about-container h4, #package .left .about-container p, #package .left .about-container .wheel-sizes {
  color: #333333; }

#package .left .about-container h4 {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: .1rem;
  font-weight: 700;
  text-transform: uppercase; }

#package .left .about-container p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 2; }

#package .left .about-container .wheel-sizes {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

#package .right .lower {
  text-transform: lowercase; }

#package .right .pricing {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333333; }

#package .right .image {
  margin-bottom: 1.15rem; }

#package .right .symbol {
  margin-top: 5px;
  font-size: 1rem; }

#package .right .price {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: .5rem; }
  #package .right .price .symbol {
    font-size: 1.5rem;
    margin-top: -10px; }
  #package .right .price .value {
    font-size: 2.5rem; }
  #package .right .price .precursor {
    font-size: 2rem;
    text-transform: capitalize;
    padding-right: .5rem; }
    @media print, screen and (max-width: 39.99875em) {
      #package .right .price .precursor {
        display: none; } }

#package .right .promotions {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    #package .right .promotions {
      padding-left: .5rem;
      padding-right: .5rem; } }
  #package .right .promotions .promotion {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    text-align: left; }
    #package .right .promotions .promotion .icon {
      margin-right: 1rem; }

#package .right .financing {
  padding: 0;
  background: transparent; }
  #package .right .financing img {
    margin-bottom: 1rem; }

#package .right .stock {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: .5rem;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  text-align: left;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    #package .right .stock {
      margin-right: 1.75rem;
      margin-left: 0; } }
  #package .right .stock-tires .title, #package .right .stock-wheels .title {
    margin-bottom: .5rem; }
  #package .right .stock-tires .quantity, #package .right .stock-wheels .quantity {
    font-style: normal;
    font-size: 1rem;
    margin-bottom: .25rem;
    font-weight: 500; }

#package .right .vehicle-information {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.25rem;
  padding-left: .5rem;
  margin-bottom: 1rem;
  margin-right: 1.75rem;
  font-size: normal;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: left; }
  #package .right .vehicle-information > div {
    margin-bottom: .25rem; }
  #package .right .vehicle-information .title {
    margin-bottom: .5rem;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 700; }
  #package .right .vehicle-information .information {
    margin-bottom: .5rem; }
  #package .right .vehicle-information .button {
    color: #cc3333;
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-bottom: 0; }

#package .right .cta {
  padding: 0;
  /*.ymm-info {
      background-color:$grayE;
      padding:1rem;
      label {
        font-size:1rem;
        font-weight:700;
        line-height:1.25;
        margin-bottom:.5rem;
      }
      button {
        border-radius: 0;
        color:$white;
        width:100%;
        margin-bottom:0;
        font-size:1rem;
        padding-top:1.25rem;
        padding-bottom:1.25rem;
      }
      .required {
        font-weight:400;
        span {
          color:$red;
        }
      }
      .missing {
        background-color: rgba(255,51,51,.5);
      }
    }*/ }
  #package .right .cta ul {
    list-style: none;
    margin: 0; }
  #package .right .cta li {
    margin-bottom: 1rem; }
  #package .right .cta a {
    /*
      padding:1.25rem 0;
      color:$black;
      background-color:$grayE;
      box-shadow: 5px 5px 0 $gray6;
      border-radius:0;
      font-size:1rem;
      max-height:60px;
      display:block;
      letter-spacing:.1rem;
      font-weight:500;
      font-family:$body-font-family;*/ }
    #package .right .cta a.red {
      background-color: #fe3232;
      color: #fefefe;
      font-weight: 600; }
    #package .right .cta a.gold {
      background-color: #cc3333;
      color: #fefefe;
      font-weight: 600; }
    #package .right .cta a.grayC {
      background-color: #cccccc;
      font-weight: 700; }
    #package .right .cta a.save {
      font-size: 1.5rem; }
    #package .right .cta a.buy-toggle {
      margin-bottom: .25rem; }
      #package .right .cta a.buy-toggle.active {
        background-color: #333333;
        color: #fefefe; }
    #package .right .cta a.financing-toggle {
      margin-bottom: .25rem; }
      #package .right .cta a.financing-toggle.active {
        background-color: #333333;
        color: #fefefe; }
  #package .right .cta .financing-options {
    text-align: center; }
    #package .right .cta .financing-options > a {
      box-shadow: none;
      max-height: none; }
      #package .right .cta .financing-options > a span {
        cursor: pointer; }
    #package .right .cta .financing-options .financing-options-paytomorrow img {
      margin-right: .5rem;
      max-width: 125px; }

#package .right .share {
  text-align: center; }

#package .right .spec-information-container .spec-information {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-family: "Arial", sans-serif;
  letter-spacing: .05rem; }
  #package .right .spec-information-container .spec-information-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1rem; }
  #package .right .spec-information-container .spec-information-item {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase; }
    #package .right .spec-information-container .spec-information-item:nth-child(odd) > div {
      background-color: #eeeeee; }
    #package .right .spec-information-container .spec-information-item > div {
      width: 50%;
      padding: .5rem;
      margin: 0 2px; }
      #package .right .spec-information-container .spec-information-item > div:first-child {
        margin-left: 0; }
      #package .right .spec-information-container .spec-information-item > div:last-child {
        margin-right: 0; }

#package .right .about-container h4, #package .right .about-container p, #package .right .about-container .wheel-sizes {
  color: #333333; }

#package .right .about-container h4 {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: .1rem;
  font-weight: 700;
  text-transform: uppercase; }

#package .right .about-container p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 2; }

#package .right .about-container .wheel-sizes {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

#package .quote {
  float: left;
  padding-top: 2rem;
  padding-bottom: 0;
  width: 100%; }
  #package .quote .column, #package .quote .columns, #package .quote .columns {
    padding: 0 1rem; }

#package .wheel-info {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 25px #cccccc;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    #package .wheel-info {
      padding: 2.5rem;
      margin-bottom: 2.5rem; } }
  #package .wheel-info h1, #package .wheel-info h4 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.1; }
  #package .wheel-info .bottom, #package .wheel-info .pricing-stock, #package .wheel-info .pricing-price, #package .wheel-info .pricing-match {
    font-family: "Arial", sans-serif; }
  #package .wheel-info .pricing-specs {
    color: #0a0a0a;
    margin-bottom: 1rem; }
    #package .wheel-info .pricing-specs .top {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin-bottom: 1rem; }
      #package .wheel-info .pricing-specs .top .front > span:after, #package .wheel-info .pricing-specs .top .rear > span:after {
        content: ','; }
      #package .wheel-info .pricing-specs .top .front > span:last-child:after, #package .wheel-info .pricing-specs .top .rear > span:last-child:after {
        content: ''; }
    #package .wheel-info .pricing-specs .bottom {
      margin-bottom: .5rem;
      font-weight: 500; }
      #package .wheel-info .pricing-specs .bottom span {
        color: #0a0a0a;
        font-weight: 600;
        text-transform: capitalize; }
      #package .wheel-info .pricing-specs .bottom .pricing-product {
        color: #cc3333; }
      #package .wheel-info .pricing-specs .bottom .pricing-brand {
        color: #cc3333; }
      #package .wheel-info .pricing-specs .bottom .wheel-info-specs, #package .wheel-info .pricing-specs .bottom .tire-info-specs {
        line-height: 1.7; }
  #package .wheel-info .pricing-stock {
    color: #2ca900;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.6;
    margin-bottom: 1rem; }
    #package .wheel-info .pricing-stock .quantity {
      font-weight: 700; }
  #package .wheel-info .pricing-price {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
    line-height: 1.7; }
    #package .wheel-info .pricing-price .title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: .5rem; }
    #package .wheel-info .pricing-price .subtitle {
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .05rem;
      text-transform: none; }
      #package .wheel-info .pricing-price .subtitle span {
        text-transform: uppercase; }
    #package .wheel-info .pricing-price .additional {
      font-size: 1rem;
      color: #0a0a0a;
      text-transform: uppercase;
      text-align: center; }
      #package .wheel-info .pricing-price .additional .title {
        margin-bottom: .75rem;
        font-size: 1rem; }
        #package .wheel-info .pricing-price .additional .title i {
          color: #cc3333; }
      #package .wheel-info .pricing-price .additional-list ul {
        list-style: none;
        margin: 0; }
      #package .wheel-info .pricing-price .additional-list li {
        margin-bottom: .5rem; }
      #package .wheel-info .pricing-price .additional-list span:not(.fas) {
        font-weight: 400;
        text-transform: none; }
      #package .wheel-info .pricing-price .additional-list .icon {
        height: 28px;
        width: 28px;
        border-radius: 25px;
        color: #fefefe;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        #package .wheel-info .pricing-price .additional-list .icon.pink {
          background-color: #f9632e; }
        #package .wheel-info .pricing-price .additional-list .icon.green {
          background-color: #3ea20a; }
  #package .wheel-info .pricing-match {
    margin-bottom: 1rem;
    text-transform: capitalize;
    color: #0a0a0a;
    font-size: .95rem;
    font-weight: 600; }
  #package .wheel-info .cta .button {
    background-color: #cc3333;
    border-radius: .5rem;
    margin-bottom: 0rem;
    width: 100%;
    padding: 1.6rem .5rem;
    font-size: 1.05rem; }
    #package .wheel-info .cta .button:hover {
      background-color: #cc3333; }
    #package .wheel-info .cta .button.gray {
      background-color: #333333; }
      #package .wheel-info .cta .button.gray:hover {
        background-color: #cccccc; }
  #package .wheel-info .cta-button {
    margin-bottom: 2rem; }
  #package .wheel-info .cta-link {
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    #package .wheel-info .cta-link:last-child {
      margin-bottom: 0; }
      #package .wheel-info .cta-link:last-child .icon {
        background-color: #999999; }
    #package .wheel-info .cta-link a {
      font-family: "Arial", sans-serif;
      color: #333333;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: .05rem;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #package .wheel-info .cta-link .icon {
      margin-right: 1.5rem;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      background-color: #cc3333;
      text-decoration: unset;
      color: #fefefe;
      font-size: 2.5rem; }
    #package .wheel-info .cta-link .text {
      text-decoration: underline;
      font-size: .85rem; }
      @media print, screen and (min-width: 64em) {
        #package .wheel-info .cta-link .text {
          font-size: 1rem; } }
  #package .wheel-info .buy-options {
    font-family: "Arial", sans-serif;
    padding: 1rem;
    background-color: #d4d4d4;
    border-radius: .5rem; }
    #package .wheel-info .buy-options label {
      font-weight: 600; }
    #package .wheel-info .buy-options .missing {
      background-color: rgba(255, 51, 51, 0.5); }

#package .wheel-info img {
  max-width: 200px; }

@media print, screen and (max-width: 39.99875em) {
  #package .wheel-info .series-logo {
    text-align: center; }
    #package .wheel-info .series-logo img {
      max-width: 180px; } }

#package .wheel-info .wheel-name {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: .5rem; }
  @media print, screen and (max-width: 39.99875em) {
    #package .wheel-info .wheel-name {
      text-align: center;
      padding-bottom: 0;
      font-size: 2rem; } }
  #package .wheel-info .wheel-name span {
    font-weight: 400; }

#see-on-vehicle-detail h5 {
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  color: #0a0a0a; }

.wheel-detail-sizes .title {
  font-weight: 600; }

.wheel-badges {
  display: flex; }
  .wheel-badges > div {
    margin-right: .5rem; }
  .wheel-badges img {
    max-width: 100px; }

.wheel-finishes img {
  max-width: 150px;
  transition: all .3s ease-in-out; }
  .wheel-finishes img:hover {
    opacity: .5; }

.wheel-finishes .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.wheel-finishes .detail-thumb {
  display: flex; }

.wheel-finishes .wheel-finish {
  text-align: center;
  font-weight: 600;
  margin-right: .5rem; }

.wheel-videos.finishes-border {
  border-top: 1px solid #aaaaaa;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.wheel-videos .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.15rem; }

.wheel-videos .wheel-video {
  display: flex; }
  .wheel-videos .wheel-video > div {
    width: 100%;
    max-width: 50%; }
  .wheel-videos .wheel-video a {
    display: block;
    border: 1px solid #aaaaaa;
    position: relative; }
    .wheel-videos .wheel-video a:hover .play-icon {
      background-color: transparent; }
      .wheel-videos .wheel-video a:hover .play-icon img {
        opacity: 0; }
  .wheel-videos .wheel-video .play-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out; }
    .wheel-videos .wheel-video .play-icon img {
      transition: all .3s ease-in-out; }

#gallery.results {
  /*
  .filter {
    background-color:$grayE;
    border:1px solid $grayC;
    margin-bottom:1.5rem;
    h4 {
      letter-spacing:.15rem;
      text-transform: capitalize;
      font-size:1.25rem;
      margin-bottom:0;
    }
    i {
      color:$gray9;
      font-size:3rem;
      &:hover {
        color:$red;
      }
      &.fa-caret-down {
        color:$primary-color;
      }
    }
    ul {
      margin:0;
      li {
        list-style: none;
        margin-top:.25rem;
        margin-bottom:.25rem;
      }
    }
    label {
      font-size:1.1rem;
    }
    .filter-title {
      display:flex;
      justify-content: space-between;
      align-items: center;
    }
    .product-filters {
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      .product-filter {
        border-bottom:1px solid $gray9;
        padding-bottom:1rem;
        margin-bottom:1rem;
        label {
          width:80%;
          overflow:hidden;
          text-overflow:ellipsis;
          white-space: nowrap;
          line-height:1;
          margin-bottom:-.15rem;
        }
      }
    }
    .filter-button {
      color:$primary-color;
      font-size:1.15rem;
      text-transform: capitalize;
      font-weight:700;
      &:hover {
        color:$gray9;
      }
    }
    // vehicle select
    .vehicle {
      padding-bottom:1rem;
      &-title {
        text-align:center;
        color:$white;
        background-color:$primary-color;
        padding-top:.6rem;
        padding-bottom:.6rem;
        margin-bottom:1rem;
        padding-left:1rem;
        padding-right:1rem;
        @include breakpoint (large) {
          padding-left:0;
          padding-right:0;
          padding-top:1.25rem;
          padding-bottom:1.25rem;
        }
        h4 {
          color:$white;
          text-transform: uppercase;
          display:flex;
          align-items:center;
          justify-content: space-between;
          cursor: pointer;
          @include breakpoint (large) {
            justify-content:center;
          }
          i {
            color:$white;
          }
        }
      }
      &-active, &-select {
        padding-left:1rem;
        padding-right:1rem;
      }
      &-active {
        display:flex;
        justify-content: center;
        align-items: center;
        text-align:center;
        margin-bottom:1rem;
        > div {
          &:first-child {
            color:$black;
            font-size:1.15rem; 
            letter-spacing:.15rem;
            text-transform: uppercase;
            font-weight:700;
            @include breakpoint (large) {
              width:80%;
            }
            span {
              margin-right:.25rem;
            }
          }
          &:last-child {
            display:none;
            @include breakpoint (large) {
              display:block;
              width:20%;
              text-align:right;
            }
          }
        }
      }
      &-select {
        background-color: transparent;
        select {
          text-transform: capitalize;
          font-weight: 400;
        }
        .vehicle-trim {
          border-bottom:1px solid $gray9; 
        }
      }
    }
    
    // filter active
    .filter-active {
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      a {
        background-color:$grayC;
        color:$black;
        border-radius:5px;
        padding:.25rem .5rem;
        font-weight:400;
        i {
          color:$primary-color;
          font-size:1.25rem;
          transition: all .3s ease-in-out;
        }
        &:hover {
          background-color:$primary-color;
          color:$white;
          i {
            color:$white;
          }
        }
      }
      ul {
        li {
          display:inline-block;
          margin-bottom:.5rem;
        }
      }
      &-clear {
        border-bottom:1px solid $gray9;
        padding-bottom:1rem;
        a {
          color:$primary-color;
          font-weight:700;
          font-size:1.15rem;
          text-transform: capitalize;
          border:none;
          background-color:transparent;
          padding:0;
        }
      }
      .filter-active-title {
        margin-bottom:1rem;
        h4 {
          display:flex;
          align-items:center;
          justify-content: space-between;
          width:100%;
        }
      }
    }
    
    // tire
    .product-filters .product-filter.filter-gallery-size {
      margin-bottom:3rem;
    }
    
    // search field
    .product-filters .product-filter.filter-gallery-search {
      border-bottom:0;
      display:flex;
      justify-content: space-between;
      align-items: center;
      label {
        padding-left:1rem;
      }
      input {
        margin-bottom:0;
        background-color:transparent;
        border-top:0;
        border-left:0;
        border-right:0;
        box-shadow: none;
      }
      button {
        background-color:$primary-color;
        width:100px;
        height:50px;
        display:flex;
        font-weight:700;
        letter-spacing:.1rem;
        justify-content: center;
        align-items: center;
        color:$white;
        text-transform: uppercase;
        box-shadow: 5px 5px 0px $gray6;
      }
      .search-right {
        padding-right:1rem;
      }
    }
    
  } // filter sidebar
  */ }
  #gallery.results .filter {
    padding-top: 1.75rem; }
    #gallery.results .filter .vehicle {
      margin-bottom: 2rem; }
      #gallery.results .filter .vehicle select {
        font-size: .75rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05rem; }

#gallery.results {
  /*
  .accordion {
    background-color:transparent;
    &-title {
      border:0;
      font-family:$heading-font-family;
      text-transform: uppercase;
    }
    &-item {
      @include breakpoint (medium down) {
        &:before {
          content:'';
          display:block;
          border-top:2px solid $gray3;
          margin:0 1rem;
        }
      }
    }
    &-content {
      background-color:transparent;
    }
  }
  */ }

.parallax h1, .parallax h4 {
  color: #fefefe;
  text-transform: uppercase; }

.parallax h1 {
  font-family: "EurostileLTStd-Bold", sans-serif;
  font-weight: 700; }
  @media print, screen and (min-width: 64em) {
    .parallax h1 {
      font-size: 6.5rem;
      letter-spacing: -.2rem; } }

.parallax h4 {
  font-family: "Arial", sans-serif;
  letter-spacing: .1625rem;
  font-size: 1.5rem; }

#gallery.featured-gallery .page-header {
  padding-top: 0;
  padding-bottom: 1rem; }

#gallery .page-header p {
  font-family: "Arial", sans-serif;
  font-size: 1.15rem;
  color: #0a0a0a; }

#gallery .page-content {
  padding-bottom: 4rem; }

#gallery .hover-list .photo {
  position: relative;
  display: block;
  padding: 0 1px 1px 0; }
  #gallery .hover-list .photo-image {
    position: absolute;
    bottom: 0;
    right: 0; }
    #gallery .hover-list .photo-image-container {
      height: 0;
      padding-top: 50%;
      overflow: hidden;
      position: relative; }
  #gallery .hover-list .photo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #fefefe;
    font-size: 1.25rem;
    font-weight: 900;
    transition: all .3s ease-in-out;
    z-index: 1; }
    @media print, screen and (max-width: 39.99875em) {
      #gallery .hover-list .photo-overlay {
        font-size: .7rem; } }
    #gallery .hover-list .photo-overlay > div {
      padding: .25rem 0;
      line-height: 1;
      text-align: center; }
      #gallery .hover-list .photo-overlay > div.photo-overlay-divider {
        padding: 1rem 0; }
    #gallery .hover-list .photo-overlay-accessory, #gallery .hover-list .photo-overlay-offset, #gallery .hover-list .photo-overlay-suspension {
      font-size: 1.5rem; }
      @media print, screen and (max-width: 39.99875em) {
        #gallery .hover-list .photo-overlay-accessory, #gallery .hover-list .photo-overlay-offset, #gallery .hover-list .photo-overlay-suspension {
          font-size: .9rem; } }
    #gallery .hover-list .photo-overlay-divider {
      height: 4px;
      width: 20%;
      position: relative; }
      #gallery .hover-list .photo-overlay-divider:after {
        content: '';
        background-color: #cc3333;
        height: 4px;
        position: absolute;
        top: 43%;
        bottom: 0;
        left: 0;
        right: 0; }
    #gallery .hover-list .photo-overlay-moreinfo {
      font-size: 1rem;
      text-transform: uppercase; }
  #gallery .hover-list .photo:hover .photo-overlay {
    opacity: 1; }

#gallery .hover-list .video:after {
  font-weight: 300;
  color: #fefefe; }

#gallery .hover-list .video:hover:before {
  background: rgba(223, 61, 61, 0.9); }

#gallery .no-results {
  color: #0a0a0a;
  font-weight: 400;
  text-align: center; }

#gallery-vehicle {
  padding-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    #gallery-vehicle {
      padding-top: 3.5rem;
      margin-bottom: 4rem; } }
  #gallery-vehicle .page-header {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media print, screen and (min-width: 64em) {
      #gallery-vehicle .page-header {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    #gallery-vehicle .page-header h1 {
      font-family: "EurostileLTStd-Bold", sans-serif;
      letter-spacing: .15rem;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 2rem; }
      @media print, screen and (min-width: 64em) {
        #gallery-vehicle .page-header h1 {
          font-size: 3.5rem; } }
  #gallery-vehicle .gallery-content {
    background-color: #fefefe;
    float: left;
    box-shadow: 0px 0px 5px #bbbbbb;
    padding-bottom: 2rem; }
    #gallery-vehicle .gallery-content-container {
      padding-bottom: 4rem; }
    #gallery-vehicle .gallery-content-padding {
      float: left;
      border: 1px solid #cccccc;
      background-color: #eeeeee;
      padding: 1.85rem;
      width: 100%; }
    #gallery-vehicle .gallery-content.row {
      max-width: 75rem;
      width: 100%; }
  #gallery-vehicle .left .gallery-image {
    padding-top: 0;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      #gallery-vehicle .left .gallery-image {
        padding: 1.75rem;
        padding-right: 3rem;
        padding-top: 0; } }
    #gallery-vehicle .left .gallery-image .slick-slider {
      margin-bottom: 1.25rem; }
  #gallery-vehicle .left .spec-information-container, #gallery-vehicle .left .gallery-description-container, #gallery-vehicle .left .gallery-related-container {
    padding-left: .4rem;
    padding-right: .4rem; }
    @media print, screen and (min-width: 64em) {
      #gallery-vehicle .left .spec-information-container, #gallery-vehicle .left .gallery-description-container, #gallery-vehicle .left .gallery-related-container {
        padding-left: .9rem;
        padding-right: 2.1rem; } }
  #gallery-vehicle .left .spec-information-container {
    font-family: "EurostileLTStd-Bold", sans-serif;
    letter-spacing: .05rem; }
    #gallery-vehicle .left .spec-information-container-end {
      border-bottom: 1px solid #999999;
      padding-bottom: 1rem;
      margin-bottom: 2rem; }
  #gallery-vehicle .left .spec-information-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 1rem; }
  #gallery-vehicle .left .spec-information-item {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    color: #333333; }
    #gallery-vehicle .left .spec-information-item:nth-child(odd) > div {
      background-color: #eeeeee; }
    #gallery-vehicle .left .spec-information-item > div {
      width: 100%;
      padding: 0.5rem;
      margin: 0 2px; }
      #gallery-vehicle .left .spec-information-item > div:first-child {
        margin-left: 0; }
      #gallery-vehicle .left .spec-information-item > div:last-child {
        margin-right: 0; }
    #gallery-vehicle .left .spec-information-item .info-label {
      font-weight: 700; }
  #gallery-vehicle .left .gallery-description-divider {
    border-top: 1px solid #cccccc; }
  #gallery-vehicle .left .gallery-description h4 {
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: .1rem;
    font-weight: 700;
    text-transform: uppercase; }
  #gallery-vehicle .left .gallery-description p {
    font-size: .9rem;
    font-weight: 500;
    line-height: 2;
    color: #333333; }
  #gallery-vehicle .left .gallery-related {
    padding: 1.5rem 0; }
    #gallery-vehicle .left .gallery-related-title {
      background-color: #333333;
      color: #fefefe;
      padding: .6rem .75rem;
      font-family: "Arial", sans-serif;
      text-transform: uppercase;
      line-height: 1;
      font-size: 1.35rem;
      font-weight: 700; }
  #gallery-vehicle .left .vehicle-details {
    display: none; }
    @media print, screen and (min-width: 40em) {
      #gallery-vehicle .left .vehicle-details {
        display: block; } }
    #gallery-vehicle .left .vehicle-details-container h4 {
      text-transform: uppercase;
      font-size: 1.25rem;
      letter-spacing: .1rem;
      color: #333333;
      margin-bottom: 0rem;
      font-weight: 700; }
    #gallery-vehicle .left .vehicle-details-container i {
      font-size: 2rem; }
      #gallery-vehicle .left .vehicle-details-container i.fa-minus, #gallery-vehicle .left .vehicle-details-container i.fa-plus {
        color: #888888; }
        #gallery-vehicle .left .vehicle-details-container i.fa-minus:hover, #gallery-vehicle .left .vehicle-details-container i.fa-plus:hover {
          color: #cc3333; }
    #gallery-vehicle .left .vehicle-details-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #999999;
      padding-bottom: .5rem;
      margin-bottom: 2rem; }
  #gallery-vehicle .right {
    text-transform: uppercase;
    /*
    .pricing {
      font-family:$detail-font-family;
      font-weight:700;
      text-align: center;
      color:$gray3;
      line-height:1;
    }*/
    /*.cta {
      padding:0 1rem;
      margin-bottom:5rem;
      @include breakpoint (large) {
        padding-right:1.5rem;
        padding-left:0;
      }
      ul {
        list-style: none;
        margin:0;
        li:first-child a {
          background-color:$red;
          color:$white;
          font-weight:600;
        }
      }
      li {
        margin-bottom:1rem;
      }
      a {
        padding:1.25rem 0;
        color:$black;
        background-color:$grayE;
        box-shadow: 5px 5px 0 $gray6;
      }
    }*/ }
    #gallery-vehicle .right .lower {
      text-transform: lowercase; }
    #gallery-vehicle .right .package {
      padding: 1rem;
      border-radius: 1rem;
      box-shadow: 0px 0px 25px #cccccc;
      margin-bottom: 1rem;
      font-family: "EurostileLTStd-Bold", sans-serif; }
      @media print, screen and (min-width: 64em) {
        #gallery-vehicle .right .package {
          padding: 2.5rem;
          margin-bottom: 2.5rem; } }
      #gallery-vehicle .right .package h1, #gallery-vehicle .right .package h4 {
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: .2rem;
        font-weight: 700;
        margin-bottom: .5rem;
        line-height: 1; }
      #gallery-vehicle .right .package .product-name, #gallery-vehicle .right .package .spec-information {
        text-align: left; }
      #gallery-vehicle .right .package .spec-information .brand, #gallery-vehicle .right .package .spec-information .style {
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .1rem;
        color: #0a0a0a; }
      #gallery-vehicle .right .package .spec-information .image-container {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #cc3333; }
        #gallery-vehicle .right .package .spec-information .image-container > div {
          margin-right: 2rem; }
          #gallery-vehicle .right .package .spec-information .image-container > div:last-child {
            margin-right: 0; }
      #gallery-vehicle .right .package .cta .button {
        background-color: #cc3333;
        border-radius: .5rem;
        margin-bottom: 0rem;
        width: 100%;
        padding: 1.6rem .5rem;
        font-size: 1.05rem; }
        #gallery-vehicle .right .package .cta .button:hover {
          background-color: #cccccc; }
        #gallery-vehicle .right .package .cta .button.gray {
          background-color: #333333; }
          #gallery-vehicle .right .package .cta .button.gray:hover {
            background-color: #cccccc; }
      #gallery-vehicle .right .package .cta-button {
        margin-bottom: 2rem; }
      #gallery-vehicle .right .package .cta-link {
        text-transform: uppercase;
        margin-bottom: 1.5rem; }
        #gallery-vehicle .right .package .cta-link:last-child {
          margin-bottom: 0; }
          #gallery-vehicle .right .package .cta-link:last-child .icon {
            background-color: #999999; }
        #gallery-vehicle .right .package .cta-link a {
          font-family: "Arial", sans-serif;
          color: #333333;
          font-weight: 600;
          font-size: 1rem;
          letter-spacing: .05rem;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        #gallery-vehicle .right .package .cta-link .icon {
          margin-right: 1.5rem;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50px;
          background-color: #cc3333;
          text-decoration: unset;
          color: #fefefe;
          font-size: 2.5rem; }
        #gallery-vehicle .right .package .cta-link .text {
          text-decoration: underline; }
    #gallery-vehicle .right .image {
      margin-bottom: 1.15rem; }
    #gallery-vehicle .right .symbol {
      margin-top: 5px;
      font-size: 1rem; }
    #gallery-vehicle .right .package-pricing {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #333333;
      color: #fefefe;
      text-transform: uppercase;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      #gallery-vehicle .right .package-pricing .symbol {
        font-size: 1.5rem;
        margin-top: -10px; }
      #gallery-vehicle .right .package-pricing .value {
        font-size: 1.75rem; }
        @media print, screen and (min-width: 64em) {
          #gallery-vehicle .right .package-pricing .value {
            font-size: 2.5rem; } }
    #gallery-vehicle .right .wheel-pricing, #gallery-vehicle .right .tire-pricing {
      display: inline-block;
      padding: 1rem; }
      @media print, screen and (min-width: 64em) {
        #gallery-vehicle .right .wheel-pricing, #gallery-vehicle .right .tire-pricing {
          padding: 2rem;
          padding-top: 1rem; } }
      #gallery-vehicle .right .wheel-pricing .price, #gallery-vehicle .right .tire-pricing .price {
        font-size: 1.5rem;
        display: flex;
        justify-content: center; }
      #gallery-vehicle .right .wheel-pricing .subtitle, #gallery-vehicle .right .tire-pricing .subtitle {
        font-size: .85rem;
        letter-spacing: .05rem; }
    #gallery-vehicle .right .share {
      text-align: center; }
  #gallery-vehicle .quote {
    float: left;
    padding-top: 2rem;
    padding-bottom: 0;
    width: 100%; }
    #gallery-vehicle .quote .column, #gallery-vehicle .quote .columns, #gallery-vehicle .quote .columns {
      padding: 0 1rem; }
  #gallery-vehicle .financing {
    background: transparent;
    padding: 1rem; }
    @media print, screen and (max-width: 63.99875em) {
      #gallery-vehicle .financing {
        display: block;
        float: left;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem; } }
    #gallery-vehicle .financing img {
      margin-bottom: 1rem; }

#gallery.results {
  /*
    .row > .column {
      padding-left:0;
      padding-right:0;
      
      //&:first-child {
      //  padding-left:0;
      //  .button {
      //    background-color:$primary-color;
      //    color:$white;
      //  }
      //}
        .button {
          background-color:$primary-color;
          //border:1px solid $grayEF;
          color:$white;
          display:flex;
          justify-content: space-between;
          align-items:center;
          text-align: left;
          > div {
            width:60%;
          }
        }
    }
    .button {
      width: 100%;
      height:46px;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: 0;
      padding: 0 1rem;
    }
  }*/ }
  @media print, screen and (min-width: 40em) {
    #gallery.results .content-header {
      background-image: url("/images/banners/banner-fitment-gallery.jpg"); } }
  @media print, screen and (min-width: 64em) {
    #gallery.results .listing {
      padding: 1.75rem 0; } }
  #gallery.results .listing .accordion {
    background-color: transparent; }
  #gallery.results .listing #gallery-sorting #gallery-sort {
    background-color: transparent;
    padding: 0; }
    #gallery.results .listing #gallery-sorting #gallery-sort select {
      font-weight: 400;
      background-color: #fefefe;
      text-transform: uppercase; }
      @media print, screen and (min-width: 40em) {
        #gallery.results .listing #gallery-sorting #gallery-sort select {
          padding: .5rem; } }
  #gallery.results .listing h3 {
    text-transform: none; }
  #gallery.results .listing .accordion-filter__container {
    display: flex; }
    @media print, screen and (min-width: 64em) {
      #gallery.results .listing .accordion-filter__container {
        justify-content: flex-start;
        align-items: center; } }
  #gallery.results .listing .accordion-filter__header {
    font-size: 1rem;
    display: inline-block;
    margin: 0; }
  #gallery.results .listing .accordion-filter__dropdown {
    max-width: 140px; }
  @media print, screen and (min-width: 64em) {
    #gallery.results .listing .gallery-list {
      padding-left: 1rem;
      padding-right: 1rem; } }
  #gallery.results .listing .gallery-list img {
    position: static;
    width: 100%; }
  #gallery.results .listing .gallery-list .info {
    background-color: #f4f4f4;
    text-transform: uppercase;
    color: #0a0a0a; }
  #gallery.results .listing .gallery-list .description {
    padding: .9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
    letter-spacing: .05rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      #gallery.results .listing .gallery-list .description {
        margin-bottom: 2rem; } }
    #gallery.results .listing .gallery-list .description .vehicle {
      font-size: 1rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: .05rem;
      font-weight: 700; }
  #gallery.results .listing .pagination-container {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 0 1.75rem;
    margin-bottom: 2rem;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #gallery.results .listing .pagination-container .current {
      font-weight: 700; }
    #gallery.results .listing .pagination-container a {
      margin-bottom: 0;
      box-shadow: none; }
    #gallery.results .listing .pagination-container ul {
      margin-bottom: 0; }
  #gallery.results .listing .quote {
    padding-top: 0;
    padding-bottom: 0; }
    #gallery.results .listing .quote .column, #gallery.results .listing .quote .columns {
      padding: 0 1.75rem; }
    #gallery.results .listing .quote a {
      color: #fe3232;
      margin-bottom: 0; }
  #gallery.results .mobile-only-slide-filter .row > .column, #gallery.results .mobile-only-slide-filter .row > .columns {
    padding-left: .35rem;
    padding-right: .35rem; }
    #gallery.results .mobile-only-slide-filter .row > .column:first-child, #gallery.results .mobile-only-slide-filter .row > .columns:first-child {
      padding-left: 0; }
      #gallery.results .mobile-only-slide-filter .row > .column:first-child a, #gallery.results .mobile-only-slide-filter .row > .columns:first-child a, #gallery.results .mobile-only-slide-filter .row > .column:first-child button, #gallery.results .mobile-only-slide-filter .row > .columns:first-child button {
        background-color: #cc3333;
        color: #fefefe; }
    #gallery.results .mobile-only-slide-filter .row > .column:last-child, #gallery.results .mobile-only-slide-filter .row > .columns:last-child {
      padding-right: 0; }
      #gallery.results .mobile-only-slide-filter .row > .column:last-child a, #gallery.results .mobile-only-slide-filter .row > .columns:last-child a, #gallery.results .mobile-only-slide-filter .row > .column:last-child button, #gallery.results .mobile-only-slide-filter .row > .columns:last-child button {
        background-color: transparent;
        border: 1px solid #333333;
        color: #0a0a0a;
        display: flex;
        justify-content: space-between;
        text-align: left;
        align-items: center; }
        #gallery.results .mobile-only-slide-filter .row > .column:last-child a > div, #gallery.results .mobile-only-slide-filter .row > .columns:last-child a > div, #gallery.results .mobile-only-slide-filter .row > .column:last-child button > div, #gallery.results .mobile-only-slide-filter .row > .columns:last-child button > div {
          width: 60%; }
  #gallery.results .mobile-only-slide-filter a, #gallery.results .mobile-only-slide-filter button {
    width: auto;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 1rem;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 64em) {
      #gallery.results .mobile-only-slide-filter a, #gallery.results .mobile-only-slide-filter button {
        height: 40px; } }

.sticky-container .top {
  background-color: #fefefe;
  padding: 1rem 1.25rem;
  padding-bottom: 0;
  position: relative; }

.sticky-container .gallery-filter .mobile-only-slide-filter .row > .column, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns {
  padding-left: .35rem;
  padding-right: .35rem; }
  .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:first-child, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:first-child {
    padding-left: 0; }
    .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:first-child a, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:first-child a, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:first-child button, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:first-child button {
      background-color: #cc3333;
      color: #fefefe; }
  .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:last-child, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:last-child {
    padding-right: 0; }
    .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:last-child a, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:last-child a, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:last-child button, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:last-child button {
      background-color: transparent;
      border: 1px solid #efefef;
      color: #0a0a0a;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center; }
      .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:last-child a > div, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:last-child a > div, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .column:last-child button > div, .sticky-container .gallery-filter .mobile-only-slide-filter .row > .columns:last-child button > div {
        width: 60%; }

.sticky-container .gallery-filter .mobile-only-slide-filter a, .sticky-container .gallery-filter .mobile-only-slide-filter button {
  width: auto;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 1rem;
  margin-bottom: 0; }

.sticky-container .gallery-filter .mobile-only-slide-filter button {
  width: 100%;
  height: 52px; }

.sticky-container .main.cta-added {
  box-shadow: none;
  border-bottom: 1px solid #0a0a0a; }

.sticky-container .content-header {
  background-color: #fefefe;
  box-shadow: 0px 5px 15px -5px #0a0a0a; }
  .sticky-container .content-header h1 {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
    font-weight: 700; }

#contact p,
#thanks p,
#contact li,
#thanks li {
  font-weight: 500;
  padding-top: 0px; }

#contact h3,
#thanks h3 {
  font-size: 2rem;
  margin-bottom: 0px; }

#contact p.red {
  color: #333333;
  font-size: 1rem;
  font-weight: 600; }

#form-right a {
  padding: 0; }
  #form-right a i {
    font-size: 1.5rem; }

#form-right li {
  padding-top: .25rem;
  padding-bottom: .25rem; }

#form-right .fa {
  font-size: 2.25rem; }

#form-right h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-bottom: 1rem; }

#form-right address {
  margin-bottom: 20px; }

#form-right .phone {
  margin-bottom: 1rem; }

#contact .content-header, #thanks .content-header {
  background-color: #666666; }
  @media print, screen and (min-width: 40em) {
    #contact .content-header, #thanks .content-header {
      background-image: url("/images/banners/contact.jpg");
      background-size: cover;
      background-position: center;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
      padding: 0; } }
  @media print, screen and (min-width: 64em) {
    #contact .content-header, #thanks .content-header {
      height: 240px; } }
  #contact .content-header h1, #thanks .content-header h1 {
    color: #fefefe;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: .2rem; }
  #contact .content-header .content-header-overlay, #thanks .content-header .content-header-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }

@media print, screen and (max-width: 39.99875em) {
  #contact .page-content.padded.extra, #thanks .page-content.padded.extra {
    padding-top: 0; } }

#contact h3, #contact h4 {
  text-transform: uppercase; }

#contact h3 {
  font-size: 1.65rem; }

#contact h4 {
  font-size: 1.55rem;
  text-transform: uppercase;
  margin-top: 1.5rem; }
  #contact h4 span {
    font-weight: 400; }

#contact .page-description {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #contact .page-description p {
    font-size: 1.35rem;
    font-weight: 300; }

#contact .iframe-container.google-maps iframe {
  width: 100%; }

#contact .location {
  margin-bottom: 1rem; }

#contact .icon-container a {
  margin-right: 1rem; }

#contact.warranty-submit a {
  text-decoration: underline; }

#contact.warranty-submit .permission {
  margin-bottom: 2rem; }

#contact.warranty-submit .g-recaptcha {
  margin-bottom: 1rem; }

#contact.warranty-submit .red {
  color: #666666; }

#contact.warranty-submit .divider {
  margin-top: 2rem;
  margin-bottom: 1rem;
  height: 1px;
  background-color: #cccccc; }

#contact.sponsorship .page-description p {
  font-size: 1.15rem;
  font-weight: 400; }

#contact.sponsorship .page-description h3 {
  margin-bottom: 1rem; }

#contact.sponsorship .page-description .row {
  max-width: 90rem; }

#contact.sponsorship input::-webkit-input-placeholder {
  /* Edge */
  font-style: italic; }

#contact.sponsorship input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic; }

#contact.sponsorship input::placeholder {
  font-style: italic; }

#contact.sponsorship .disclaimer {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#contact.custom-quote, #contact.appointment {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #contact.custom-quote, #contact.appointment {
      margin-bottom: 4rem; } }
  #contact.custom-quote .page-header, #contact.appointment .page-header {
    padding-top: 2rem;
    text-align: center; }
  #contact.custom-quote .page-content, #contact.appointment .page-content {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 2rem; }
  #contact.custom-quote select, #contact.appointment select {
    text-transform: capitalize; }
  #contact.custom-quote h1, #contact.appointment h1 {
    font-size: 2rem; }
  #contact.custom-quote h3, #contact.appointment h3 {
    font-size: 1.5rem; }
  #contact.custom-quote hr, #contact.appointment hr {
    margin: 2rem auto; }
    @media print, screen and (min-width: 64em) {
      #contact.custom-quote hr, #contact.appointment hr {
        margin: 3rem auto; } }
  #contact.custom-quote .address, #contact.appointment .address {
    margin-bottom: 2rem; }
  #contact.custom-quote .hours, #contact.appointment .hours {
    display: flex; }
    #contact.custom-quote .hours .day, #contact.appointment .hours .day {
      width: 100px; }

.page {
  padding-bottom: 50px; }
  .page__content {
    padding-top: 50px; }
    .page__content h1, .page__content h2 {
      text-transform: initial;
      font-family: "EurostileLTStd-Bold", sans-serif; }

.page-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page p {
  color: #333333; }
  @media print, screen and (min-width: 64em) {
    #page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page p {
      margin-bottom: 2rem; } }

#page .row {
  max-width: 100%; }

#page h1 {
  text-transform: uppercase;
  color: #0a0a0a; }
  @media print, screen and (min-width: 64em) {
    #page h1 {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: .2rem; } }

#page .content-header {
  margin-bottom: 2rem;
  background-color: #666666;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    #page .content-header {
      height: 240px;
      margin-bottom: 6rem; } }
  #page .content-header h1 {
    color: #fefefe; }
    @media print, screen and (min-width: 64em) {
      #page .content-header h1 {
        font-size: 2.75rem; } }
  #page .content-header .content-header-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }

#page .page-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    #page .page-content h2 {
      font-size: 2rem;
      letter-spacing: .4rem;
      margin-bottom: 3rem; } }

#page .page-content p {
  font-weight: 400;
  margin-bottom: 2rem; }

#page .page-content .title {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    #page .page-content .title {
      margin-bottom: 4rem; } }
  #page .page-content .title h2 {
    font-size: 1.85rem;
    font-weight: 700; }

#page .page-content .pt-h4 {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #323232; }

#page .page-content .pt-paragraph {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 22px; }

#page .page-content .pt-container input:focus {
  background-color: #666666; }

.news-article {
  position: relative;
  overflow: auto;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc; }
  .news-article .timestamp {
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem;
    text-align: center;
    color: #fefefe;
    background: #333; }
    .news-article .timestamp .date {
      font-size: 2.75rem;
      font-weight: 900;
      line-height: 1;
      display: block; }
  .news-article img {
    border-bottom: 5px solid #cc3333; }
  .news-article .news-sidebar {
    padding: 1rem;
    background: #fbfbfb; }
    .news-article .news-sidebar li a {
      color: #505050; }
      .news-article .news-sidebar li a:hover {
        color: #cc3333; }

.media .page-header h1 {
  text-transform: uppercase;
  margin-bottom: 1rem; }

@media print, screen and (min-width: 40em) {
  .media .page-content {
    padding-bottom: 5rem; } }

.media .page-content .row {
  max-width: 64rem; }

.media .page-content .media-newsletter > .row {
  max-width: 62.15rem; }

.media .title {
  font-size: 1.25rem;
  color: #555555;
  font-weight: 600; }
  .media .title span {
    font-weight: 500; }

.media-list a {
  box-shadow: 0 3px 10px #999999;
  display: block; }
  .media-list a:hover {
    transform: scale(1.05); }
    .media-list a:hover .thumbnail {
      transform: none; }

.media-list img {
  width: 100%; }

.media-list .thumbnail {
  margin-bottom: 0;
  width: 100%; }

.media-list .title {
  background-color: #0a0a0a;
  color: #cccccc;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.media-item {
  margin-bottom: 2rem; }

.media-newsletter label {
  color: #cccccc;
  font-size: 1.15rem;
  width: auto;
  height: 52px;
  border-left: 1px solid #cccccc;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  font-weight: 600; }

.media-newsletter input {
  max-width: 300px;
  margin-bottom: 0;
  height: 52px;
  margin-left: 1rem; }

.media-newsletter .row {
  max-width: 73.15rem;
  background-color: #0a0a0a;
  color: #cccccc;
  padding: 3rem 2rem;
  text-transform: uppercase; }

.media-newsletter .newsletter-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .media-newsletter .newsletter-item .icon {
    padding-right: 1rem; }
  .media-newsletter .newsletter-item .title {
    line-height: 1.1;
    max-width: 200px;
    color: #cccccc; }
  .media-newsletter .newsletter-item button, .media-newsletter .newsletter-item .button {
    background-color: #2ca900;
    font-size: 1.15rem;
    border-radius: 0;
    padding: 1rem 1.75rem;
    margin-bottom: 0;
    margin-left: 5px; }
    .media-newsletter .newsletter-item button:hover, .media-newsletter .newsletter-item .button:hover {
      background-color: #cccccc; }

.media-newsletter #robly_embed_signup {
  width: 100%; }

.media-newsletter form, .media-newsletter .robly_field_group {
  display: flex; }

.media-newsletter form {
  justify-content: flex-end; }
  .media-newsletter form label {
    max-width: 110px;
    width: 100%; }
  .media-newsletter form input[name="EMAIL"] {
    width: 100%; }

.media-newsletter .robly_field_group {
  max-width: 410px;
  width: 100%; }

.media-newsletter .column:nth-child(2) .newsletter-item, .media-newsletter .columns:nth-child(2) .newsletter-item {
  justify-content: flex-end; }

.mediakit .page-header p {
  font-weight: 400;
  font-size: 1.15rem; }

.mediakit .page-header .column, .mediakit .page-header .columns {
  display: flex;
  align-items: center; }

.mediakit .page-content {
  background-color: #f1f1f1; }

.mediakit .kit-bar {
  background-color: #8b8b8b;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .mediakit .kit-bar {
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 64em) {
    .mediakit .kit-bar {
      margin-bottom: 4rem; } }

.mediakit .tabs {
  border: 0;
  background-color: transparent; }
  .mediakit .tabs a {
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.25rem 2.15rem;
    font-size: 1.15rem; }
  .mediakit .tabs .is-active {
    position: relative; }
    .mediakit .tabs .is-active:after {
      position: absolute;
      content: '';
      display: block;
      height: 5px;
      width: 100%;
      background-color: #2ca900; }
    .mediakit .tabs .is-active a {
      color: #fefefe;
      background-color: transparent; }

.mediakit .tabs-content {
  background-color: transparent;
  border: 0; }

.mediakit .kit-item {
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .mediakit .kit-item {
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 64em) {
    .mediakit .kit-item {
      padding-bottom: 3rem; } }
  .mediakit .kit-item a {
    color: #555555; }
    .mediakit .kit-item a:hover {
      color: #999999; }
  .mediakit .kit-item .thumbnail {
    font-size: 4rem; }
  .mediakit .kit-item .title {
    font-size: 1.15rem;
    font-weight: 700; }

.mediakit .wheels .series {
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

.mediakit .wheels .divider {
  margin-bottom: 3rem;
  border-bottom: 1px solid #666666; }

.mediakit .wheels .wheel-image-container {
  padding-left: .5rem;
  padding-right: .5rem; }

.mediakit .wheels .wheel-information {
  margin-bottom: 2rem;
  color: #666666;
  padding-left: .5rem;
  padding-right: .5rem; }

.mediakit .wheels .wheel-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.3; }

.mediakit .wheels .wheel-finish {
  font-weight: 400; }

.mediakit-downloads {
  padding-bottom: 10rem; }
  .mediakit-downloads h3 span {
    font-weight: 400; }
  .mediakit-downloads a {
    color: #666666;
    font-size: 1rem;
    font-weight: 400; }
    .mediakit-downloads a:hover {
      color: #cccccc; }

.events .event-item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .events .event-item {
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 64em) {
    .events .event-item {
      margin-bottom: 3rem;
      padding-bottom: 3rem; } }

.events .event-thumbnail a img {
  transition: all .3s ease-in-out;
  box-shadow: 0 3px 10px #999999; }

.events .event-thumbnail a:hover img {
  transform: scale(1.025); }

.events .event-information {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.events .event-date {
  color: #2ca900;
  font-weight: 900; }

.events .event-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0a0a; }

.events .event-location-date {
  font-weight: 400; }

.events .event-link a {
  color: #2ca900;
  text-decoration: underline;
  font-weight: 600; }

.news-article {
  position: relative;
  overflow: auto;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc; }
  .news-article .timestamp {
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem;
    text-align: center;
    color: #fefefe;
    background: #333; }
    .news-article .timestamp .date {
      font-size: 2.75rem;
      font-weight: 900;
      line-height: 1;
      display: block; }
  .news-article img {
    border-bottom: 5px solid #d40000; }
  .news-article .news-sidebar {
    padding: 1rem;
    background: #fbfbfb; }
    .news-article .news-sidebar li a {
      color: #505050; }
      .news-article .news-sidebar li a:hover {
        color: #d40000; }

.blog {
  font-weight: 400; }
  .blog a {
    color: #0a0a0a;
    text-transform: uppercase; }
    .blog a.button {
      border-radius: 4px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      width: 130px; }
      .blog a.button.not-found {
        background-color: #cccccc;
        color: #fefefe;
        pointer-events: none; }
  .blog h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.75rem; }
  .blog-img a {
    position: relative;
    display: block; }
  .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a0a0a;
    color: #fefefe;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 1;
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .blog-date-month {
      font-size: .9rem; }
  .blog-archive h4, .blog-tags h4 {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600; }
  .blog-archive ul, .blog-tags ul {
    list-style: none;
    margin-left: 0; }
    .blog-archive ul i, .blog-tags ul i {
      color: #2ca900; }
  .blog-archive a, .blog-tags a {
    text-transform: capitalize; }
  .blog-archive a {
    font-weight: 600;
    font-size: 1.05rem; }
    .blog-archive a.archive-active {
      color: #2ca900; }
    .blog-archive a.year-tab span {
      padding-left: 1rem; }
  .blog-archive .menu > li:not(.menu-text) > a {
    padding: .5rem 0; }
  .blog-archive .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 0;
    border-color: #2ca900 transparent transparent;
    transform: rotate(-90deg);
    transition: all .2s ease-in-out; }
  .blog-archive .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    transform: scaleY(1); }
  .blog-tags li {
    margin-right: .5rem;
    margin-bottom: .5rem; }
  .blog-tags a {
    background-color: #333333;
    color: #cccccc;
    padding: .5rem;
    font-weight: 400;
    display: inline-block;
    border-radius: .2px;
    font-size: .85rem; }
    .blog-tags a:hover {
      background-color: #0a0a0a; }
    .blog-tags a.tag-active {
      background-color: #0a0a0a;
      color: #2ca900; }

.blog .article-date {
  color: #333333; }

.blog .article-nav {
  border-top: 1px solid #333333; }

.blog #article-gal-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333; }
  .blog #article-gal-thumbs .item {
    grid-column-end: span 1;
    padding: .5rem; }
  .blog #article-gal-thumbs a {
    display: block;
    width: 100%;
    position: relative; }
    .blog #article-gal-thumbs a:after {
      content: '';
      position: absolute;
      background-color: #0a0a0a;
      opacity: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .3s ease-in-out; }
    .blog #article-gal-thumbs a:hover:after {
      opacity: .5; }

.blog .page-header {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .blog .page-header {
      margin-bottom: 3rem; } }
  .blog .page-header .row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem; }
  .blog .page-header .blog-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .blog .page-header .blog-filter h4 {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.5rem; }
    .blog .page-header .blog-filter form {
      font-weight: 100;
      height: 100%;
      margin-top: -10px; }
    .blog .page-header .blog-filter select {
      margin-bottom: 0; }
      @media print, screen and (min-width: 64em) {
        .blog .page-header .blog-filter select {
          width: 375px; } }
    .blog .page-header .blog-filter-title, .blog .page-header .blog-filter-list {
      line-height: 1; }
    .blog .page-header .blog-filter-title {
      margin-right: 1rem; }

.blog h3 {
  text-transform: uppercase;
  color: #0a0a0a;
  line-height: 1.25; }

.blog hr {
  border-color: #cccccc;
  margin: 2rem auto; }

.blog a {
  color: #2ca900;
  text-transform: uppercase;
  font-weight: 700; }
  .blog a:hover {
    color: #666666; }

.blog img {
  width: 100%; }

.blog-date {
  z-index: 2; }

.blog-description {
  margin-bottom: 2rem; }

.blog.blog-details h3 {
  line-height: 1;
  margin-bottom: .5rem; }

.blog.blog-details .page-header {
  margin-bottom: 1rem; }

.blog.blog-details .article-header {
  margin-bottom: 1.5rem; }

.blog.blog-details #article-gal-thumbs {
  border: 0;
  padding: 0; }
  .blog.blog-details #article-gal-thumbs .item {
    padding: .15rem; }

.blog.blog-details .article-share {
  text-align: center; }

.blog.blog-details .article-nav {
  border-color: #cccccc; }
  .blog.blog-details .article-nav a.button {
    padding-left: 0;
    padding-right: 0;
    color: #fefefe; }
    .blog.blog-details .article-nav a.button:focus {
      background: #2ca900; }
    .blog.blog-details .article-nav a.button.not-found {
      background-color: #dddddd; }

@media print, screen and (max-width: 39.99875em) {
  .overview .page-header {
    text-align: left;
    padding-left: .5rem;
    padding-right: .5rem; }
    .overview .page-header h1 {
      font-size: 1.45rem; } }

.overview .page-content .column, .overview .page-content .columns {
  display: flex;
  align-items: center;
  justify-content: center; }

.overview-content {
  max-width: 400px; }
  @media print, screen and (max-width: 63.99875em) {
    .overview-content {
      padding: 2rem 2rem 4rem;
      max-width: none; } }

.overview-item {
  width: 100%; }
  .overview-item img {
    width: 100%; }
  .overview-item .title, .overview-item .information {
    margin-bottom: 2rem; }
  .overview-item .title {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1; }
  .overview-item .information {
    font-weight: 400; }
  .overview-item a {
    background-color: #0a0a0a;
    color: #fefefe;
    width: 220px;
    font-weight: 600;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    display: block;
    border-radius: 3px; }
    .overview-item a:hover {
      background-color: #2ca900; }

.dealers #dealers-middle h1, .dealers h2, .dealers h3 {
  text-transform: uppercase;
  font-size: 1.85rem;
  font-weight: 600; }
  .dealers #dealers-middle h1 span, .dealers h2 span, .dealers h3 span {
    font-weight: 400; }

.dealers h2 {
  font-size: 1.55rem; }

.dealers a {
  font-weight: 600; }

.dealers .distance {
  color: #2ca900;
  font-weight: 900; }

.dealers .input-group-field {
  height: 3rem; }

.dealers .button:focus {
  background-color: #2ca900; }

#error-page {
  margin-bottom: 6rem; }
  #error-page h1 {
    text-transform: uppercase;
    color: #0a0a0a; }
    @media print, screen and (min-width: 64em) {
      #error-page h1 {
        font-size: 2.25rem;
        font-weight: 700;
        letter-spacing: .2rem; } }
  #error-page .content-header {
    margin-bottom: 2rem;
    background-color: #666666;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0; }
    @media print, screen and (min-width: 64em) {
      #error-page .content-header {
        height: 240px; } }
    #error-page .content-header h1 {
      color: #fefefe; }
    #error-page .content-header .content-header-overlay {
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
  #error-page .page-content {
    background-image: url("/images/utilities/error-bg.jpg");
    background-position: center 10%;
    background-repeat: no-repeat; }
    #error-page .page-content h2 {
      font-size: 1.5rem;
      font-weight: 600; }
    #error-page .page-content h3 {
      font-weight: 700; }
    #error-page .page-content p {
      font-weight: 500;
      margin-bottom: 2rem;
      color: #0a0a0a;
      font-size: 1.15rem; }
      #error-page .page-content p a {
        font-weight: 700; }
    #error-page .page-content ul {
      list-style: none;
      margin-left: 0;
      margin-bottom: 2rem; }
    #error-page .page-content .button {
      max-width: 260px;
      width: 100%; }
    #error-page .page-content .icon {
      margin-bottom: 2rem; }
    #error-page .page-content .title {
      margin-bottom: 2rem; }
      @media print, screen and (min-width: 64em) {
        #error-page .page-content .title {
          margin-bottom: 4rem; } }
      #error-page .page-content .title h2 {
        font-size: 1.85rem;
        font-weight: 700; }

/*
.packages {
  background-color: #F5F5F5;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
  width: auto;

  .item-name {
    font-size: 1.5rem;
  }

  .returnTxt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}*/
.accessory-container {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .accessory-container {
      border-bottom: 1px solid #ccc; } }
  .accessory-container__left {
    border-right: 1px solid #ccc; }

.accessory-popup {
  max-width: 425px;
  padding: 0 0 10px;
  text-align: center; }
  .accessory-popup--wide {
    max-width: 850px; }
  .accessory-popup__header {
    padding-top: 10px;
    border-bottom: 3px solid #ccc;
    background-color: #f2f2f2;
    color: #cc3333;
    font-size: 1.5rem;
    font-weight: bold; }
  .accessory-popup__item {
    width: 90%;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    text-align: left; }
    .accessory-popup__item--border:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    @media print, screen and (max-width: 39.99875em) {
      .accessory-popup__item {
        border-bottom: 1px solid #ccc; } }
    .accessory-popup__item .input {
      margin: 0 20px; }
      .accessory-popup__item .input--right {
        margin: 0; }
    .accessory-popup__item .img {
      max-width: 100px; }
      @media print, screen and (max-width: 39.99875em) {
        .accessory-popup__item .img {
          max-width: 90px; } }
      .accessory-popup__item .img--lrg {
        max-width: 50%;
        margin-bottom: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .accessory-popup .title {
      font-size: 0.8rem; } }
  .accessory-popup .title--right {
    display: block;
    text-align: center;
    line-height: 1.2; }
  .accessory-popup__link {
    display: inline-block;
    color: #cc3333;
    cursor: pointer;
    font-size: 100%; }
    .accessory-popup__link:hover {
      text-decoration: underline; }

.accessory-popup--right {
  display: flex;
  align-items: center;
  justify-content: center; }
  .accessory-popup--right .input {
    margin: 0; }
  .accessory-popup--right .content {
    padding: 0 2rem; }
  .accessory-popup--right .subtext {
    color: #cc3333;
    display: block;
    margin-bottom: 1rem; }

.gallery-quote-popup__header {
  font-size: 1.7rem;
  text-align: center;
  color: #cc3333;
  text-transform: uppercase; }

.gallery-quote-popup__txt {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0.5rem; }
  @media print, screen and (max-width: 39.99875em) {
    .gallery-quote-popup__txt {
      line-height: 1.2; } }

.gallery-quote-popup__note {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0; }

.gallery-quote-popup label {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700; }

.gallery-quote-popup input:not([type="submit"]) {
  font-family: "Arial", sans-serif;
  background-color: #eee;
  box-shadow: none;
  border: none;
  color: #000; }

.form-name {
  display: flex;
  justify-content: space-between; }
  @media print, screen and (max-width: 39.99875em) {
    .form-name {
      flex-direction: column; } }
  .form-name input {
    width: 19.5rem; }
    @media print, screen and (max-width: 39.99875em) {
      .form-name input {
        width: 100%; } }
    .form-name input::placeholder {
      color: #333;
      font-size: 0.9rem; }

.gallery-product-info p {
  color: #0a0a0a; }

.gallery-product-info span {
  font-weight: 600; }

.fitmentCheck__txt {
  color: #cc3333;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.fitmentCheck__btn {
  background-color: #cc3333;
  padding-right: 2rem;
  padding-left: 2rem; }

#fitment-vehicle-select-popup .vs--unsearchable {
  background-color: transparent;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6; }
  #fitment-vehicle-select-popup .vs--unsearchable input {
    background-color: transparent;
    margin: 0; }
  #fitment-vehicle-select-popup .vs--unsearchable .vs__dropdown-toggle {
    border: 0;
    padding: 0; }
  #fitment-vehicle-select-popup .vs--unsearchable.vs--disabled {
    background-color: #e6e6e6; }
    #fitment-vehicle-select-popup .vs--unsearchable.vs--disabled input {
      background-color: #e6e6e6; }
    #fitment-vehicle-select-popup .vs--unsearchable.vs--disabled .vs__dropdown-toggle {
      background-color: #e6e6e6;
      border: 0; }
    #fitment-vehicle-select-popup .vs--unsearchable.vs--disabled svg {
      background-color: #e6e6e6; }
  #fitment-vehicle-select-popup .vs--unsearchable .vs__selected {
    font-weight: 600; }

#content-pages {
  /**
   * ## Note
   * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
   * For example percentage units do not work on descendants of elements that
   * have any dimensions expressed in viewport units. It also doesn’t handle them at
   * all in `calc()`.
   */
  /**
   * Wrapper around all lightbox elements
   *
   * 1. Since the lightbox can receive focus, IE also gives it an outline.
   * 2. Fixes flickering on Chrome when a transition is in progress
   *    underneath the lightbox.
   */
  /**
   * Neat trick to bind the rubberband effect to our canvas instead of the whole
   * document on iOS. It also prevents a bug that causes the document underneath to scroll.
   */
  /* .w-lightbox-content */
  /*
   * 1. Remove default margin set by user-agent on the <figure> element.
   */
  /**
   * IE adds image dimensions as width and height attributes on the IMG tag,
   * but we need both width and height to be set to auto to enable scaling.
   */
  /**
   * 1. Reset if style is set by user on "All Images"
   */
  /*
   * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
   * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
   * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
   */
  /**
   * 1. All IE versions add extra space at the bottom without this.
   */
  /*
   * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
   *    which doesn’t work in Safari anyway.
   * 2. Chrome renders images pixelated when switching to GPU. Making sure
   *    the parent is also rendered on the GPU (by setting translate3d for
   *    example) fixes this behavior.
   */
  /*
   * Spinner
   *
   * Absolute pixel values are used to avoid rounding errors that would cause
   * the white spinning element to be misaligned with the track.
   */
  /*
   * Utility classes
   */ }

@font-face {
  #content-pages {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal; } }
  #content-pages [class^="w-icon-"],
  #content-pages [class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    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; }
  #content-pages .w-icon-nav-menu:before {
    content: "\e602"; }
  #content-pages .w-icon-arrow-down:before,
  #content-pages .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #content-pages .w-icon-file-upload-remove:before {
    content: "\e900"; }
  #content-pages .w-icon-file-upload-icon:before {
    content: "\e903"; }
  #content-pages * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #content-pages html {
    height: 100%; }
  #content-pages body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #content-pages img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #content-pages html.w-mod-touch * {
    background-attachment: scroll !important; }
  #content-pages .w-block {
    display: block; }
  #content-pages .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #content-pages .w-clearfix:before,
  #content-pages .w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-clearfix:after {
    clear: both; }
  #content-pages .w-hidden {
    display: none; }
  #content-pages .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #000;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #content-pages input.w-button {
    -webkit-appearance: button; }
  #content-pages html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #content-pages .w-code-block {
    margin: unset; }
  #content-pages pre.w-code-block code {
    all: inherit; }
  #content-pages .w-webflow-badge,
  #content-pages .w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal; }
  #content-pages .w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #aaadb0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  #content-pages .w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important; }
  #content-pages h1,
  #content-pages h2,
  #content-pages h3,
  #content-pages h4,
  #content-pages h5,
  #content-pages h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #content-pages h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #content-pages h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #content-pages h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #content-pages h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #content-pages h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #content-pages h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #content-pages p {
    margin-top: 0;
    margin-bottom: 10px; }
  #content-pages blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #content-pages figure {
    margin: 0;
    margin-bottom: 10px; }
  #content-pages figcaption {
    margin-top: 5px;
    text-align: center; }
  #content-pages ul,
  #content-pages ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #content-pages .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #content-pages .w-embed:before,
  #content-pages .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-embed:after {
    clear: both; }
  #content-pages .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
  #content-pages .w-video iframe,
  #content-pages .w-video object,
  #content-pages .w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  #content-pages fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #content-pages button,
  #content-pages [type='button'],
  #content-pages [type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #content-pages .w-form {
    margin: 0 0 15px; }
  #content-pages .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #content-pages .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #content-pages label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #content-pages .w-input,
  #content-pages .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #content-pages .w-input:-moz-placeholder,
  #content-pages .w-select:-moz-placeholder {
    color: #999; }
  #content-pages .w-input::-moz-placeholder,
  #content-pages .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #content-pages .w-input::-webkit-input-placeholder,
  #content-pages .w-select::-webkit-input-placeholder {
    color: #999; }
  #content-pages .w-input:focus,
  #content-pages .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #content-pages .w-input[disabled],
  #content-pages .w-select[disabled],
  #content-pages .w-input[readonly],
  #content-pages .w-select[readonly],
  #content-pages fieldset[disabled] .w-input,
  #content-pages fieldset[disabled] .w-select {
    cursor: not-allowed; }
  #content-pages .w-input[disabled]:not(.w-input-disabled),
  #content-pages .w-select[disabled]:not(.w-input-disabled),
  #content-pages .w-input[readonly],
  #content-pages .w-select[readonly],
  #content-pages fieldset[disabled]:not(.w-input-disabled) .w-input,
  #content-pages fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eeeeee; }
  #content-pages textarea.w-input,
  #content-pages textarea.w-select {
    height: auto; }
  #content-pages .w-select {
    background-color: #f3f3f3; }
  #content-pages .w-select[multiple] {
    height: auto; }
  #content-pages .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #content-pages .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #content-pages .w-radio:before,
  #content-pages .w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-radio:after {
    clear: both; }
  #content-pages .w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #content-pages .w-radio-input {
    margin-top: 3px; }
  #content-pages .w-file-upload {
    display: block;
    margin-bottom: 10px; }
  #content-pages .w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100; }
  #content-pages .w-file-upload-default,
  #content-pages .w-file-upload-uploading,
  #content-pages .w-file-upload-success {
    display: inline-block;
    color: #333333; }
  #content-pages .w-file-upload-error {
    display: block;
    margin-top: 10px; }
  #content-pages .w-file-upload-default.w-hidden,
  #content-pages .w-file-upload-uploading.w-hidden,
  #content-pages .w-file-upload-error.w-hidden,
  #content-pages .w-file-upload-success.w-hidden {
    display: none; }
  #content-pages .w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa; }
  #content-pages .w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa; }
  #content-pages .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block; }
  #content-pages .w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer; }
  #content-pages .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px; }
  #content-pages .w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0; }
  #content-pages .w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px; }
  #content-pages .w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa; }
  #content-pages .w-icon-file-upload-icon,
  #content-pages .w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px; }
  #content-pages .w-icon-file-upload-uploading {
    height: 20px; }
  #content-pages .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
  #content-pages .w-container:before,
  #content-pages .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-container:after {
    clear: both; }
  #content-pages .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px; }
  #content-pages .w-row:before,
  #content-pages .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-row:after {
    clear: both; }
  #content-pages .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #content-pages .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
  #content-pages .w-col .w-col {
    padding-left: 0;
    padding-right: 0; }
  #content-pages .w-col-1 {
    width: 8.33333333%; }
  #content-pages .w-col-2 {
    width: 16.66666667%; }
  #content-pages .w-col-3 {
    width: 25%; }
  #content-pages .w-col-4 {
    width: 33.33333333%; }
  #content-pages .w-col-5 {
    width: 41.66666667%; }
  #content-pages .w-col-6 {
    width: 50%; }
  #content-pages .w-col-7 {
    width: 58.33333333%; }
  #content-pages .w-col-8 {
    width: 66.66666667%; }
  #content-pages .w-col-9 {
    width: 75%; }
  #content-pages .w-col-10 {
    width: 83.33333333%; }
  #content-pages .w-col-11 {
    width: 91.66666667%; }
  #content-pages .w-col-12 {
    width: 100%; }
  #content-pages .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #content-pages .w-container {
      max-width: 728px; }
    #content-pages .w-hidden-main {
      display: inherit !important; }
    #content-pages .w-hidden-medium {
      display: none !important; }
    #content-pages .w-col-medium-1 {
      width: 8.33333333%; }
    #content-pages .w-col-medium-2 {
      width: 16.66666667%; }
    #content-pages .w-col-medium-3 {
      width: 25%; }
    #content-pages .w-col-medium-4 {
      width: 33.33333333%; }
    #content-pages .w-col-medium-5 {
      width: 41.66666667%; }
    #content-pages .w-col-medium-6 {
      width: 50%; }
    #content-pages .w-col-medium-7 {
      width: 58.33333333%; }
    #content-pages .w-col-medium-8 {
      width: 66.66666667%; }
    #content-pages .w-col-medium-9 {
      width: 75%; }
    #content-pages .w-col-medium-10 {
      width: 83.33333333%; }
    #content-pages .w-col-medium-11 {
      width: 91.66666667%; }
    #content-pages .w-col-medium-12 {
      width: 100%; }
    #content-pages .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #content-pages .w-hidden-main {
      display: inherit !important; }
    #content-pages .w-hidden-medium {
      display: inherit !important; }
    #content-pages .w-hidden-small {
      display: none !important; }
    #content-pages .w-row,
    #content-pages .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #content-pages .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #content-pages .w-col-small-1 {
      width: 8.33333333%; }
    #content-pages .w-col-small-2 {
      width: 16.66666667%; }
    #content-pages .w-col-small-3 {
      width: 25%; }
    #content-pages .w-col-small-4 {
      width: 33.33333333%; }
    #content-pages .w-col-small-5 {
      width: 41.66666667%; }
    #content-pages .w-col-small-6 {
      width: 50%; }
    #content-pages .w-col-small-7 {
      width: 58.33333333%; }
    #content-pages .w-col-small-8 {
      width: 66.66666667%; }
    #content-pages .w-col-small-9 {
      width: 75%; }
    #content-pages .w-col-small-10 {
      width: 83.33333333%; }
    #content-pages .w-col-small-11 {
      width: 91.66666667%; }
    #content-pages .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #content-pages .w-container {
      max-width: none; }
    #content-pages .w-hidden-main {
      display: inherit !important; }
    #content-pages .w-hidden-medium {
      display: inherit !important; }
    #content-pages .w-hidden-small {
      display: inherit !important; }
    #content-pages .w-hidden-tiny {
      display: none !important; }
    #content-pages .w-col {
      width: 100%; }
    #content-pages .w-col-tiny-1 {
      width: 8.33333333%; }
    #content-pages .w-col-tiny-2 {
      width: 16.66666667%; }
    #content-pages .w-col-tiny-3 {
      width: 25%; }
    #content-pages .w-col-tiny-4 {
      width: 33.33333333%; }
    #content-pages .w-col-tiny-5 {
      width: 41.66666667%; }
    #content-pages .w-col-tiny-6 {
      width: 50%; }
    #content-pages .w-col-tiny-7 {
      width: 58.33333333%; }
    #content-pages .w-col-tiny-8 {
      width: 66.66666667%; }
    #content-pages .w-col-tiny-9 {
      width: 75%; }
    #content-pages .w-col-tiny-10 {
      width: 83.33333333%; }
    #content-pages .w-col-tiny-11 {
      width: 91.66666667%; }
    #content-pages .w-col-tiny-12 {
      width: 100%; } }
  #content-pages .w-widget {
    position: relative; }
  #content-pages .w-widget-map {
    width: 100%;
    height: 400px; }
  #content-pages .w-widget-map label {
    width: auto;
    display: inline; }
  #content-pages .w-widget-map img {
    max-width: inherit; }
  #content-pages .w-widget-map .gm-style-iw {
    text-align: center; }
  #content-pages .w-widget-map .gm-style-iw > button {
    display: none !important; }
  #content-pages .w-widget-twitter {
    overflow: hidden; }
  #content-pages .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
  #content-pages .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #content-pages .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif; }
  #content-pages .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block; }
  #content-pages .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px; }
  #content-pages .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical):before,
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px; }
  #content-pages .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px; }
  #content-pages .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px; }
  #content-pages .w-widget-twitter-count-shim.w--vertical:before,
  #content-pages .w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #content-pages .w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px; }
  #content-pages .w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px; }
  #content-pages .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px; }
  #content-pages .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px; }
  #content-pages .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
  #content-pages .w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100; }
  #content-pages .w-background-video > video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }
  #content-pages .w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0; }
  #content-pages .w-background-video--control > [hidden] {
    display: none !important; }
  #content-pages .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #content-pages .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #content-pages .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #content-pages .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #content-pages .w-slider-nav.w-round > div {
    border-radius: 100%; }
  #content-pages .w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit; }
  #content-pages .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #content-pages .w-slider-nav-invert {
    color: #fff; }
  #content-pages .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4); }
  #content-pages .w-slider-nav-invert > div.w-active {
    background-color: #222; }
  #content-pages .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms; }
  #content-pages .w-slider-dot.w-active {
    background-color: #fff; }
  #content-pages .w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff; }
  #content-pages .w-slider-dot:focus.w-active {
    box-shadow: none; }
  #content-pages .w-slider-arrow-left,
  #content-pages .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #content-pages .w-slider-arrow-left [class^='w-icon-'],
  #content-pages .w-slider-arrow-right [class^='w-icon-'],
  #content-pages .w-slider-arrow-left [class*=' w-icon-'],
  #content-pages .w-slider-arrow-right [class*=' w-icon-'] {
    position: absolute; }
  #content-pages .w-slider-arrow-left:focus,
  #content-pages .w-slider-arrow-right:focus {
    outline: 0; }
  #content-pages .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #content-pages .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #content-pages .w-icon-slider-left,
  #content-pages .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #content-pages .w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #content-pages .w-slider-force-show {
    display: block !important; }
  #content-pages .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #content-pages .w-dropdown-btn,
  #content-pages .w-dropdown-toggle,
  #content-pages .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #content-pages .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
  #content-pages .w-dropdown-toggle:focus {
    outline: 0; }
  #content-pages .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #content-pages .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
  #content-pages .w-dropdown-list.w--open {
    display: block; }
  #content-pages .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
  #content-pages .w-dropdown-link.w--current {
    color: #0082f3; }
  #content-pages .w-dropdown-link:focus {
    outline: 0; }
  @media screen and (max-width: 767px) {
    #content-pages .w-nav-brand {
      padding-left: 10px; } }
  #content-pages .w-lightbox-backdrop {
    cursor: auto;
    font-style: normal;
    letter-spacing: normal;
    list-style: disc;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */ }
  #content-pages .w-lightbox-backdrop,
  #content-pages .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #content-pages .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #content-pages .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
  #content-pages .w-lightbox-view:before {
    content: "";
    height: 100vh; }
  #content-pages .w-lightbox-group,
  #content-pages .w-lightbox-group .w-lightbox-view,
  #content-pages .w-lightbox-group .w-lightbox-view:before {
    height: 86vh; }
  #content-pages .w-lightbox-frame,
  #content-pages .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #content-pages .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #content-pages .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #content-pages .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #content-pages .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #content-pages .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #content-pages .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #content-pages .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #content-pages .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #content-pages .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #content-pages .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #content-pages .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #content-pages .w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #content-pages .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #content-pages .w-lightbox-active {
    opacity: 0.3; }
  #content-pages .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #content-pages .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #content-pages .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #content-pages .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #content-pages .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear; }
  #content-pages .w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%; }
  #content-pages .w-lightbox-hide {
    display: none; }
  #content-pages .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #content-pages {
      /* .w-lightbox-content */ }
      #content-pages .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #content-pages .w-lightbox-view,
      #content-pages .w-lightbox-view:before {
        height: 96vh; }
      #content-pages .w-lightbox-group,
      #content-pages .w-lightbox-group .w-lightbox-view,
      #content-pages .w-lightbox-group .w-lightbox-view:before {
        height: 84vh; }
      #content-pages .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #content-pages .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #content-pages .w-lightbox-left,
      #content-pages .w-lightbox-right {
        display: block;
        opacity: 0.5; }
      #content-pages .w-lightbox-close {
        opacity: 0.8; }
      #content-pages .w-lightbox-control:hover {
        opacity: 1; } }
  #content-pages .w-lightbox-inactive,
  #content-pages .w-lightbox-inactive:hover {
    opacity: 0; }
  #content-pages .w-richtext:before,
  #content-pages .w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-richtext:after {
    clear: both; }
  #content-pages .w-richtext[contenteditable="true"]:before,
  #content-pages .w-richtext[contenteditable="true"]:after {
    white-space: initial; }
  #content-pages .w-richtext ol,
  #content-pages .w-richtext ul {
    overflow: hidden; }
  #content-pages .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
  #content-pages .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7; }
  #content-pages .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
  #content-pages .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #content-pages .w-richtext figure.w-richtext-figure-type-video > div:after,
  #content-pages .w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  #content-pages .w-richtext figure {
    position: relative;
    max-width: 60%; }
  #content-pages .w-richtext figure > div:before {
    cursor: default !important; }
  #content-pages .w-richtext figure img {
    width: 100%; }
  #content-pages .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6; }
  #content-pages .w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent; }
  #content-pages .w-richtext figure.w-richtext-figure-type-image,
  #content-pages .w-richtext figure[data-rt-type="image"] {
    display: table; }
  #content-pages .w-richtext figure.w-richtext-figure-type-image > div,
  #content-pages .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block; }
  #content-pages .w-richtext figure.w-richtext-figure-type-image > figcaption,
  #content-pages .w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom; }
  #content-pages .w-richtext figure.w-richtext-figure-type-video,
  #content-pages .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0; }
  #content-pages .w-richtext figure.w-richtext-figure-type-video iframe,
  #content-pages .w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #content-pages .w-richtext figure.w-richtext-figure-type-video > div,
  #content-pages .w-richtext figure[data-rt-type="video"] > div {
    width: 100%; }
  #content-pages .w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both; }
  #content-pages .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
  #content-pages .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%; }
  #content-pages .w-richtext figure.w-richtext-align-normal {
    clear: both; }
  #content-pages .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto; }
  #content-pages .w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
    padding-bottom: inherit; }
  #content-pages .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block; }
  #content-pages .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none; }
  #content-pages .w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none; }
  #content-pages .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
  #content-pages .w-nav:before,
  #content-pages .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-nav:after {
    clear: both; }
  #content-pages .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #content-pages .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
  #content-pages .w-nav-link.w--current {
    color: #0082f3; }
  #content-pages .w-nav-menu {
    position: relative;
    float: right; }
  #content-pages [data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #content-pages .w--nav-link-open {
    display: block;
    position: relative; }
  #content-pages .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
  #content-pages .w-nav-overlay [data-nav-menu-open] {
    top: 0; }
  #content-pages .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto; }
  #content-pages .w-nav[data-animation="over-left"] .w-nav-overlay,
  #content-pages .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0; }
  #content-pages .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto; }
  #content-pages .w-nav[data-animation="over-right"] .w-nav-overlay,
  #content-pages .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0; }
  #content-pages .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #content-pages .w-nav-button:focus {
    outline: 0; }
  #content-pages .w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white; }
  #content-pages .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #content-pages .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  #content-pages .w--nav-dropdown-open {
    display: block; }
  #content-pages .w--nav-dropdown-toggle-open {
    display: block; }
  #content-pages .w--nav-dropdown-list-open {
    position: static; }
  @media screen and (max-width: 991px) {
    #content-pages .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #content-pages .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #content-pages .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #content-pages .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #content-pages .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #content-pages .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #content-pages .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #content-pages .w-tabs {
    position: relative; }
  #content-pages .w-tabs:before,
  #content-pages .w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2; }
  #content-pages .w-tabs:after {
    clear: both; }
  #content-pages .w-tab-menu {
    position: relative; }
  #content-pages .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
  #content-pages .w-tab-link.w--current {
    background-color: #C8C8C8; }
  #content-pages .w-tab-link:focus {
    outline: 0; }
  #content-pages .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #content-pages .w-tab-pane {
    position: relative;
    display: none; }
  #content-pages .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #content-pages .w-tab-link {
      display: block; } }
  #content-pages .w-ix-emptyfix:after {
    content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #content-pages .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #content-pages .w-dyn-hide {
    display: none !important; }
  #content-pages .w-dyn-bind-empty {
    display: none !important; }
  #content-pages .w-condition-invisible {
    display: none !important; }
  #content-pages .wf-layout-layout {
    display: grid; }

:root {
  --spark-library--foreground-interactive: #c33;
  --black: black;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--foreground-disabled: #98a1b3;
  --spark-library--foreground-secondary: rgba(0, 0, 0, 0.76);
  --spark-library--border-default: rgba(0, 0, 0, 0.16);
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --white: white;
  --spark-library--light-steel-purple: #a695fb;
  --trans: var(--#ffffff); }

@font-face {
  font-family: 'Eurostyle';
  src: url("/css/fonts/EuroStyle-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eurostile web';
  src: url("/css/fonts/007f636c4af6a332a98f32cc3cee8cb4.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eurostile';
  src: url("/css/fonts/Eurostile-Bold-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

#content-pages .w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

@media screen and (max-width: 991px) {
  #content-pages .w-layout-blockcontainer {
    max-width: 728px; } }

@media screen and (max-width: 767px) {
  #content-pages .w-layout-blockcontainer {
    max-width: none; } }

#content-pages body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px; }

#content-pages h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px; }

#content-pages p {
  margin-bottom: 10px; }

#content-pages a {
  text-decoration: underline; }

#content-pages .header-section {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.18)), url("/images/shc-victoria-window-tint-vw-gold-r.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex; }

#content-pages .header-section.header-vinyl {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.18) 19%), url("../images/20231108-DSC03648-Enhanced-NR.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover; }

#content-pages .header-section.ceramic-header {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.18)), url("../images/ceramic-header.jpg");
  background-position: 0 0, 50% 43%;
  background-size: auto, cover; }

#content-pages .header-section.detailing-header {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.18) 49%), url("../images/Detailing-Banner.jpg"); }

#content-pages .header-section.graphics-header {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.18)), url("../images/IMG_5911.jpg");
  background-position: 0 0, 50%; }

#content-pages .heading {
  color: #fefefe;
  text-align: center;
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  min-width: 64rem;
  height: 240px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostile web, sans-serif;
  font-size: 2.75rem;
  display: flex; }

#content-pages .fn-get-a-demo-shape-second {
  border: 1px solid #df0;
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto; }

#content-pages .fn-get-a-demo-shape {
  border: 1px solid #df0;
  border-radius: 50%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%; }

#content-pages .fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative; }

#content-pages .fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em; }

#content-pages .fn-get-a-demo-link.w--current:hover {
  color: #df0; }

#content-pages .fn-span-color-text {
  color: white;
  font-size: 38px; }

#content-pages .fn-heading-jambo {
  color: #000;
  letter-spacing: 0;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.2em; }

#content-pages .fn-label-jambo {
  color: #cc3333;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-family: Eurostile web, sans-serif;
  font-size: 25px;
  line-height: 1.6em; }

#content-pages .fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid; }

#content-pages .fn-container-grid.container-grid-ceramic {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

#content-pages .fn-section-off-black {
  color: #ecf0ef;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: center;
  width: 103%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
  margin-left: -15px; }

#content-pages .fn-paragraph-no-margin {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .fn-heading-4 {
  color: #000;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em; }

#content-pages .fn-faq-item {
  color: #939b9b;
  border-bottom: 1px solid #687373;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex; }

#content-pages .fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex; }

#content-pages .fn-faq-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s; }

#content-pages .fn-faq-link:hover {
  opacity: .7; }

#content-pages .form-label-no-margin {
  color: var(--spark-library--foreground-interactive);
  margin-bottom: 0;
  font-family: Eurostile web, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-paragraph {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-column {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-section {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-button-secondery {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex; }

#content-pages .fn-button-secondery:hover {
  background-color: #3e4545; }

#content-pages .spacer-s {
  width: 24px;
  height: 24px; }

#content-pages .fn-list-checkmark-icon {
  color: #0f1213;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex; }

#content-pages .fn-list-checkmark {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden; }

#content-pages .fn-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex; }

#content-pages .fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex; }

#content-pages .fn-pricing-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-bottom: 24px; }

#content-pages .fn-label-small-gray {
  color: #939b9b;
  margin-bottom: 0;
  line-height: 1em; }

#content-pages .fn-heading-6 {
  color: #ecf0ef;
  font-size: 18px; }

#content-pages .fn-pricing-cost {
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: .9em; }

#content-pages .fn-pricing-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex; }

#content-pages .fn-pricing-info-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex; }

#content-pages .fn-classic-pricing-card {
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  padding: 22px;
  display: flex; }

#content-pages .fn-paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 37px;
  line-height: 1.2em; }

#content-pages .fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-section-2 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: static; }

#content-pages .fn-link-arrow {
  color: #000;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex; }

#content-pages .fn-link-with-arrow {
  color: #000;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-column-3 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-author-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden; }

#content-pages .fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex; }

#content-pages .fn-paragraph-3 {
  color: #000;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .testimonials-stars {
  object-fit: contain;
  width: 164px;
  height: 24px;
  margin-bottom: 0; }

#content-pages .fn-slide-item-wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #939b9b;
  background-color: transparent;
  border: 1px solid #687373;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex; }

#content-pages .fn-testimonial-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

#content-pages .fn-heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex; }

#content-pages .fn-section-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-section-3.overflow-none {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

#content-pages .text-block {
  color: #000;
  text-decoration: none; }

#content-pages .text-block-2, #content-pages .text-block-3 {
  color: #000; }

#content-pages .fn-logos-masonary-logo {
  color: #df0;
  object-fit: contain;
  width: 100%;
  height: 35px; }

#content-pages .fn-logos-card {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex; }

#content-pages .fn-logos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

#content-pages .fn-paragraph-4 {
  color: #000;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-column-4 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-section-4 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .image {
  max-width: 200%; }

#content-pages .fn-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex; }

#content-pages .fn-link-with-arrow-2 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-paragraph-5 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex; }

#content-pages .fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px; }

#content-pages .fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden; }

#content-pages .fn-features-card-with-image:hover {
  color: #ecf0ef; }

#content-pages .fn-features-card-with-image.slider-cards {
  flex: none;
  max-width: 400px; }

#content-pages .fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex; }

#content-pages .fn-paragraph-no-margin-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .fn-heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-column-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-section-5 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s; }

#content-pages .spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1; }

#content-pages .spark-button.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%; }

#content-pages .spark-button.spark-full-width:hover {
  background-color: var(--#000000); }

#content-pages .spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex; }

#content-pages .spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block; }

#content-pages .spark-small-icon.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled); }

#content-pages .spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive); }

#content-pages .spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex; }

#content-pages .spark-features-included {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex; }

#content-pages .spark-features-included.spark-two-column {
  flex-flow: wrap;
  justify-content: center; }

#content-pages .spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary); }

#content-pages .spark-foreground-secondary.spark-no-bottom {
  margin-bottom: 0; }

#content-pages .spark-foreground-primary {
  color: var(--spark-library--black);
  font-weight: 600; }

#content-pages .spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1; }

#content-pages .spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex; }

#content-pages .spark-large-plan-name {
  margin-bottom: 0;
  font-family: Eurostile web, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1; }

#content-pages .spark-left-side-pricing-info {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: var(--spark-library--foreground-interactive);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex; }

#content-pages .spark-left-side-pricing-info.spark-reduce-margin-bottom {
  margin-bottom: 16px;
  padding-bottom: 0; }

#content-pages .spark-pricing-information {
  flex-direction: column;
  justify-content: center;
  font-family: Great Vibes, cursive;
  display: flex; }

#content-pages .spark-pricing-top {
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex; }

#content-pages .spark-pricing-top.spark-thick-top-pricing {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 38px 48px; }

#content-pages .spark-full-pricing-column {
  background-color: var(--spark-library--white);
  width: 100%;
  max-width: 100%; }

#content-pages .spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.12); }

#content-pages .spark-pricing-tab-pane {
  padding: 32px; }

#content-pages .spark-side-tabs-content {
  width: 60%;
  display: block; }

#content-pages .spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3; }

#content-pages .spark-small-sub-paragraph.spark-no-bottom {
  margin-bottom: 0; }

#content-pages .spark-bold-heading {
  margin-bottom: .5rem;
  font-family: Eurostile web, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block; }

#content-pages .spark-side-flat-tab {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: transparent;
  width: 100%;
  padding: 48px 24px;
  transition: border-color .3s, color .15s; }

#content-pages .spark-side-flat-tab:hover {
  border: 1px solid var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive); }

#content-pages .spark-side-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: transparent; }

#content-pages .spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block; }

#content-pages .spark-side-flat-tab-parent {
  width: 100%;
  display: block; }

#content-pages .spark-side-flat-tab-parent.spark-flex-middle {
  align-items: center;
  display: flex; }

#content-pages .spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px; }

#content-pages .spark-max-width-utility-800 {
  flex: none;
  max-width: 46rem; }

#content-pages .spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#content-pages .spark-section {
  width: 100%;
  padding: 20px 100px;
  font-family: Open Sans, sans-serif;
  position: relative; }

#content-pages .spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3; }

#content-pages .spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4; }

#content-pages .spark-section h1 {
  margin-bottom: 1rem;
  font-family: Eurostile web, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1; }

#content-pages .spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Eurostile web, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2; }

#content-pages .spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3; }

#content-pages .spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5; }

#content-pages .spark-section p {
  color: var(--spark-library--black);
  font-family: Eurostile web, sans-serif; }

#content-pages .spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px; }

#content-pages .spark-section li {
  margin-bottom: .5rem; }

#content-pages .spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s; }

#content-pages .spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1; }

#content-pages .spark-button-2.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%; }

#content-pages .spark-button-2.spark-full-width:hover {
  background-color: var(--spark-library--black); }

#content-pages .spark-pricing-bottom-2 {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex; }

#content-pages .spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block; }

#content-pages .spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive); }

#content-pages .spark-small-icon-2.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled); }

#content-pages .spark-checked-item-2 {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex; }

#content-pages .spark-features-included-2 {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex; }

#content-pages .spark-foreground-secondary-2 {
  color: var(--spark-library--foreground-secondary); }

#content-pages .spark-foreground-secondary-2.spark-no-bottom {
  margin-bottom: 0; }

#content-pages .spark-foreground-primary-2 {
  color: var(--spark-library--black);
  font-weight: 600; }

#content-pages .spark-price-text-2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1; }

#content-pages .spark-flexed-price-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex; }

#content-pages .spark-label {
  font-weight: 500;
  line-height: 1; }

#content-pages .spark-centered-primary-bg-content {
  grid-row-gap: 8px;
  color: var(--spark-library--foreground-interactive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex; }

#content-pages .spark-pricing-top-2 {
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  padding: 32px 16px;
  display: flex; }

#content-pages .spark-pricing-top-2.paint-correction-img {
  background-color: var(--#000000);
  background-image: none;
  border-radius: 10px; }

#content-pages .spark-pricing-top-2.headlight-resto-img {
  background-color: #000;
  background-image: none;
  border-radius: 10px; }

#content-pages .spark-pricing-top-2.brake-caliper-img {
  background-color: var(--#000000);
  background-image: none; }

#content-pages .spark-pricing-column {
  background-color: var(--spark-library--white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%; }

#content-pages .spark-simple-shadow-tiny-2 {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.12); }

#content-pages .spark-flex-row-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex; }

#content-pages .spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#content-pages .spark-section-2 {
  width: 100%;
  padding: 20px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative; }

#content-pages .spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3; }

#content-pages .spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4; }

#content-pages .spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1; }

#content-pages .spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Eurostile web, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2; }

#content-pages .spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Eurostile web, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3; }

#content-pages .spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5; }

#content-pages .spark-section-2 p {
  color: #fff;
  font-family: Eurostile web, sans-serif;
  font-size: 20px; }

#content-pages .spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px; }

#content-pages .spark-section-2 li {
  margin-bottom: .5rem; }

#content-pages .udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

#content-pages .udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700; }

#content-pages .udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px; }

#content-pages .fmg-flex {
  align-items: center;
  display: flex; }

#content-pages .fmg-flex.fmg-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%; }

#content-pages .udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden; }

#content-pages .udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; }

#content-pages .udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800; }

#content-pages .udesly-text-extrabold.udesly-large {
  font-size: 28px;
  line-height: 1.2; }

#content-pages .fmg-overline {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px; }

#content-pages .udesly-content-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .udesly-content-detail.mt-24 {
  margin-bottom: 24px; }

#content-pages .tint-hero-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, 0.1); }

#content-pages .udesly-hide {
  display: none; }

#content-pages .udesly-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex; }

#content-pages .udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px; }

#content-pages .udesly-arrow.udesly-right-property:hover {
  transform: translate(3px) scale(1.1); }

#content-pages .udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px; }

#content-pages .udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1) translate(-3px); }

#content-pages .tint-hero-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#content-pages .udesly-slide {
  height: auto;
  margin-right: 32px; }

#content-pages .udesly-slide.udesly-large {
  height: 100%; }

#content-pages .udesly-slider-large {
  background-color: transparent;
  border-radius: 6px;
  min-height: 450px;
  overflow: hidden; }

#content-pages .udesly-slider-wrapper {
  position: relative; }

#content-pages .udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto; }

#content-pages .udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative; }

#content-pages .fn-column-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-author-image-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden; }

#content-pages .fn-author-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex; }

#content-pages .fn-paragraph-6 {
  color: #000;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-paragraph-6.fn-paragraph-white {
  color: #fff; }

#content-pages .fn-heading-11 {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eurostile web, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-label-icon {
  background-color: var(--spark-library--foreground-interactive);
  width: 63px;
  height: 1px;
  margin-bottom: 24px; }

#content-pages .fn-label-icon.fn-label-icon-pricing {
  margin-bottom: 0; }

#content-pages .fn-slider-column {
  padding: 46px 100px 46px 24px; }

#content-pages .fn-slider-image {
  object-fit: cover;
  width: 100%; }

#content-pages .fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f1213;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 16px;
  display: grid;
  overflow: hidden; }

#content-pages .fn-link-arrow-3 {
  color: #000;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex; }

#content-pages .fn-link-with-arrow-3 {
  color: var(--#000000);
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-heading-12 {
  color: #000;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-heading-12.tint-h2 {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 38px; }

#content-pages .fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex; }

#content-pages .fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: minmax(130px, 211px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid; }

#content-pages .fn-container-grid-2.relative {
  position: relative; }

#content-pages .fn-section-6 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-button-secondery-2 {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex; }

#content-pages .fn-button-secondery-2:hover {
  background-color: #3e4545; }

#content-pages .spacer-s-2 {
  width: 24px;
  height: 24px; }

#content-pages .fn-list-checkmark-icon-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex; }

#content-pages .fn-list-checkmark-2 {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden; }

#content-pages .fn-list-item-2 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

#content-pages .fn-list-item-2.list-item-white {
  color: #fff; }

#content-pages .fn-list-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex; }

#content-pages .fn-pricing-line-2 {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-bottom: 24px; }

#content-pages .fn-label-small-gray-2 {
  color: var(--#ffffff);
  margin-bottom: 0;
  line-height: 1em; }

#content-pages .fn-heading-13 {
  color: #ecf0ef;
  font-size: 18px; }

#content-pages .fn-pricing-cost-2 {
  margin-bottom: 4px;
  font-family: Eurostile web, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: .9em; }

#content-pages .fn-pricing-icon-2 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex; }

#content-pages .fn-classic-pricing-card-2 {
  background-color: #0f1213;
  background-image: linear-gradient(174deg, #000, rgba(0, 0, 0, 0.29)), url("../images/SHC-headlight-film-2.jpg");
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  display: flex; }

#content-pages .fn-classic-pricing-card-2.wrap-pricing {
  background-image: linear-gradient(to bottom, var(--#000000), var(--#000000)); }

#content-pages .fn-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--#ffffff);
  text-align: center;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex; }

#content-pages .fn-button:hover {
  opacity: .9;
  border-color: #0f1213; }

#content-pages .fn-feature-pricing-card {
  background-color: #0f1213;
  border: 1px solid #df0;
  border-radius: 16px;
  padding: 32px; }

#content-pages .fn-heading-14 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid; }

#content-pages .fn-cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#content-pages .fh-features-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  overflow: hidden; }

#content-pages .fn-featured-tabs-content-wrapper {
  width: 100%; }

#content-pages .fn-featured-tabs-content {
  width: 60%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15px; }

#content-pages .fn-tabs-paragraph {
  color: #fff;
  flex: none;
  overflow: hidden; }

#content-pages .fn-tabs-paragraph.fn-tabs-para-blk {
  color: #000; }

#content-pages .fn-tabs-link-title-icon {
  color: #df0;
  object-fit: contain;
  width: 19px;
  height: 19px; }

#content-pages .fn-tabs-link-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #cdd3d2;
  align-items: center;
  display: flex; }

#content-pages .fn-tabs-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--#ffffff);
  background-color: transparent;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  transition: opacity .25s;
  display: flex; }

#content-pages .fn-tabs-link:hover {
  opacity: .8;
  color: #939b9b; }

#content-pages .fn-tabs-link.w--current {
  color: var(--#ffffff);
  background-color: #0f1213; }

#content-pages .fn-featured-tabs-menu {
  flex-direction: column;
  display: flex; }

#content-pages .fn-featured-tabs {
  width: 100%;
  margin-bottom: 32px;
  position: static; }

#content-pages .text-block-4, #content-pages .fn-para-tint {
  color: #000; }

#content-pages .text-block-5 {
  color: #fff; }

#content-pages .fh-section-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 490px;
  overflow: hidden; }

#content-pages .fn-paragraph-7 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-15 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-label-small {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1em; }

#content-pages .fn-section-7 {
  color: black;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .bold-text-tint {
  color: #c33;
  text-transform: uppercase;
  font-family: Eurostile web, sans-serif;
  font-size: 41px;
  line-height: 25px; }

#content-pages .fn-logos-image {
  color: #687373;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 150px;
  height: 42px;
  display: flex; }

#content-pages .fn-hero-quote-line {
  background-color: #df0;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px; }

#content-pages .fn-hero-quote {
  color: #1d1f1e;
  width: 229px;
  height: 164px;
  margin-bottom: 200px; }

#content-pages .fn-link-arrow-4 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex; }

#content-pages .fn-link-with-arrow-4 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-hero-box-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex; }

#content-pages .fn-heading-jambo-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
  color: white; }

#content-pages .fn-section-off-black-2 {
  color: #ecf0ef;
  background-color: rgba(15, 18, 19, 0.44);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 220px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden; }

#content-pages .background-video {
  flex-flow: column;
  order: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative; }

#content-pages .section {
  background-image: linear-gradient(180deg, transparent, var(--#000000));
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-left: -15px;
  width: 103%; }

#content-pages .heading-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Eurostile web, sans-serif;
  color: white; }

#content-pages .heading-3.tint-price-heading {
  font-size: 17px;
  color: white; }

#content-pages .heading-3.tint-h3 {
  color: #000; }

#content-pages .fn-list-checkmark-icon-3 {
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex; }

#content-pages .fn-list-checkmark-3 {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden; }

#content-pages .fn-list-item-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex; }

#content-pages .fn-list-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--#ffffff);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex; }

#content-pages .fn-heading-16 {
  color: #ecf0ef;
  font-size: 18px; }

#content-pages .fn-pricing-info-wrapper-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex; }

#content-pages .fn-paragraph-8 {
  color: var(--#000000);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-17 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid; }

#content-pages .fn-section-8 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-paragraph-no-margin-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .faq-heading {
  color: var(--#000000);
  margin-bottom: 16px;
  font-family: Eurostile web, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em; }

#content-pages .fn-faq-item-2 {
  color: #939b9b;
  border-bottom: 1px solid #687373;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex; }

#content-pages #window-tint-shade-img {
  width: 60%; }

#content-pages .fn-faq-classic-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex; }

#content-pages .fn-faq-link-2 {
  color: var(--spark-library--foreground-interactive);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s; }

#content-pages .fn-faq-link-2:hover {
  opacity: .7; }

#content-pages .form-label-no-margin-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-heading-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .faq-tint {
  background-color: var(--#ffffff);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-logos-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex; }

#content-pages .fn-label {
  color: #000;
  text-align: center;
  font-family: Eurostile web, sans-serif;
  font-size: 30px;
  line-height: 1.6em; }

#content-pages .fn-section-10 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-section-10.overflow-none {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden; }

#content-pages .fn-banner-image-three {
  object-fit: contain;
  width: auto;
  height: 600px;
  min-height: 600px;
  position: absolute;
  top: auto;
  bottom: 116px;
  left: auto;
  right: -55px; }

#content-pages .fn-banner-image-two {
  object-fit: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: -83px;
  left: auto;
  right: -86px; }

#content-pages .fn-banner-image-one {
  object-fit: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: -80px;
  left: -44px;
  right: auto; }

#content-pages .fn-banner-image-one.range-rover-banner-image {
  width: 400px;
  height: 400px;
  bottom: 200px;
  left: 0; }

#content-pages .fn-button-dark {
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s; }

#content-pages .fn-button-dark:hover {
  background-color: var(--#000000);
  color: var(--#ffffff);
  border-color: #0f1213; }

#content-pages .fn-button-dark.w--current {
  background-color: #1d1f1e; }

#content-pages .fn-button-dark.w--current:hover {
  background-color: transparent; }

#content-pages .fn-paragraph-dark {
  color: white;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex; }

#content-pages .fn-cta-banner {
  background-color: var(--spark-library--foreground-interactive);
  color: #1d1f1e;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative; }

#content-pages .fn-cta-banner.cta-banner-alt {
  background-image: url("../images/SHC-Victoria-Vinyl-Wraps-header.jpg");
  background-position: 50%;
  background-size: cover; }

#content-pages .fn-cta-banner.cta-banner-alt-2 {
  display: none; }

#content-pages .fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px; }

#content-pages .fn-section-11 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-section-11.overflow-none {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden; }

#content-pages .text-block-6 {
  color: var(--spark-library--foreground-interactive);
  font-family: Eurostile web, sans-serif; }

#content-pages .fn-list-checkmark-icon-4 {
  color: var(--#ffffff);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex; }

#content-pages .fn-list-checkmark-4 {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden; }

#content-pages .fn-label-small-gray-3 {
  color: var(--#ffffff);
  margin-bottom: 0;
  line-height: 1em; }

#content-pages .fn-heading-21 {
  color: #ecf0ef;
  font-size: 18px; }

#content-pages .fn-paragraph-9 {
  color: #000;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-section-12 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .image-2 {
  margin-bottom: 10px; }

#content-pages .youtube {
  width: 50%; }

#content-pages .background-video-2 {
  flex-flow: column;
  order: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 16rem;
  padding-bottom: 20px;
  display: flex; }

#content-pages .fn-faq-link-3 {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s; }

#content-pages .fn-faq-link-3:hover {
  opacity: .7; }

#content-pages .form-label-no-margin-3 {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-column-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-paragraph-no-margin-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .spacer-s-3 {
  width: 24px;
  height: 24px; }

#content-pages .fn-faq-arrow-down {
  color: var(--spark-library--foreground-interactive);
  -webkit-text-stroke-color: var(--spark-library--foreground-interactive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex; }

#content-pages .fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostile web, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid; }

#content-pages .fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex; }

#content-pages .fn-faq-classic-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex; }

#content-pages .fn-heading-23 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid; }

#content-pages .fn-section-13 {
  color: #ecf0ef;
  background-color: rgba(250, 250, 250, 0);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .link, #content-pages .link-2, #content-pages .link-3 {
  color: var(--spark-library--foreground-interactive); }

#content-pages .background-video-3 {
  z-index: 1;
  border: 1px #000;
  border-radius: 0;
  min-height: 100%; }

#content-pages .image-3, #content-pages .image-4, #content-pages .wrap-logo {
  max-width: 150px; }

#content-pages .image-5 {
  min-height: 100%; }

#content-pages .image-6 {
  min-width: 100%; }

#content-pages .image-7 {
  max-width: 500px; }

#content-pages .image-8 {
  max-width: 25px; }

#content-pages .fn-faq-link-4 {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s; }

#content-pages .fn-faq-link-4:hover {
  opacity: .7; }

#content-pages .form-label-no-margin-4 {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-column-8 {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#content-pages .fn-paragraph-no-margin-5 {
  color: var(--#000000);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .spacer-s-4 {
  width: 24px;
  height: 24px; }

#content-pages .fn-faq-arrow-down-2 {
  color: var(--spark-library--foreground-interactive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex; }

#content-pages .fn-heading-5-no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-faq-intro-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid; }

#content-pages .fn-faq-item-toggle-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex; }

#content-pages .fn-faq-classic-wrapper-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex; }

#content-pages .fn-heading-24 {
  color: var(--spark-library--foreground-interactive);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid; }

#content-pages .fn-section-14 {
  color: #ecf0ef;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .heading-4 {
  color: var(--#000000);
  font-family: Eurostile web, sans-serif; }

#content-pages .bold-text-2 {
  color: #fff; }

#content-pages .bold-text-3, #content-pages .bold-text-4, #content-pages .bold-text-5, #content-pages .bold-text-6, #content-pages .text-block-7 {
  color: var(--#ffffff); }

#content-pages .fn-link-arrow-5 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex; }

#content-pages .fn-link-with-arrow-5 {
  color: var(--#ffffff);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-paragraph-10 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-25 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-features-card-column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex; }

#content-pages .fn-features-card-image-2 {
  object-fit: cover;
  width: 100%;
  height: 225px; }

#content-pages .fn-features-card-with-image-2 {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden; }

#content-pages .fn-features-card-with-image-2:hover {
  color: #ecf0ef; }

#content-pages .fn-solutions-card-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex; }

#content-pages #graphics-heading-22 {
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
  display: block; }

#content-pages .fn-section-15 {
  background-color: var(--#ffffff);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .established-heading {
  color: var(--spark-library--foreground-interactive);
  text-transform: uppercase;
  font-family: Eurostile web, sans-serif;
  font-size: 53px;
  font-weight: 300; }

#content-pages .fn-cover-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%; }

#content-pages .fh-section-image-wrapper-first-2 {
  border-radius: 24px;
  width: 100%;
  height: 490px;
  overflow: hidden; }

#content-pages .fn-button-secondery-3 {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex; }

#content-pages .fn-button-secondery-3:hover {
  background-color: #3e4545; }

#content-pages .fn-button-2 {
  border: 1px solid var(--#000000);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--#ffffff);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex; }

#content-pages .fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213; }

#content-pages .fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid; }

#content-pages .fn-paragraph-11 {
  color: var(--#000000);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-26 {
  color: var(--#000000);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-label-small-2 {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em; }

#content-pages .fn-section-16 {
  background-color: var(--#ffffff);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .slider {
  padding-bottom: 0; }

#content-pages .image-9, #content-pages .image-10, #content-pages .slider-image {
  min-height: 100%;
  width: 100%; }

#content-pages .image-11 {
  min-height: 100px; }

#content-pages .fn-link-with-arrow-6 {
  color: var(--spark-library--foreground-interactive);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex; }

#content-pages .fn-paragraph-12 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

#content-pages .fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex; }

#content-pages .fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex; }

#content-pages .fn-features-card:hover {
  border-color: var(--spark-library--foreground-interactive);
  color: #ecf0ef; }

#content-pages .fn-paragraph-no-margin-6 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }

#content-pages .fn-heading-27 {
  color: var(--#000000);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Eurostile web, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-section-17 {
  color: #ecf0ef;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .detailing-heading {
  margin-top: 10px;
  color: #ecf0ef; }

#content-pages .detailing-price-heading {
  font-family: Eurostile web, sans-serif;
  color: #ecf0ef; }

#content-pages .tint-large-text-red {
  color: var(--spark-library--foreground-interactive); }

#content-pages .text-block-8 {
  font-family: Eurostile web, sans-serif;
  font-size: 41px;
  line-height: 41px; }

#content-pages .slider-4 {
  height: auto; }

#content-pages .image-13 {
  width: 30px;
  max-width: none;
  height: 30px; }

#content-pages .container-2 {
  margin-bottom: 20px;
  display: block; }

#content-pages .list {
  font-size: 16px; }

#content-pages .list-item {
  padding-top: 10px;
  padding-bottom: 10px; }

#content-pages .vinyl-small-heading {
  color: var(--#000000);
  font-family: Eurostile web, sans-serif; }

#content-pages .heading-5, #content-pages .heading-6, #content-pages .heading-7, #content-pages .heading-8 {
  font-family: Eurostile web, sans-serif;
  color: #ecf0ef; }

#content-pages .fn-banner-image-three-2 {
  color: #ecf0ef;
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 155px;
  left: auto;
  right: 38px; }

#content-pages .fn-banner-image-two-2 {
  object-fit: contain;
  width: 172px;
  height: 172px;
  position: absolute;
  top: -67px;
  bottom: auto;
  left: auto;
  right: 186px; }

#content-pages .fn-banner-image-one-2 {
  object-fit: contain;
  width: 287px;
  height: 287px;
  position: absolute;
  top: auto;
  bottom: -62px;
  left: -44px;
  right: auto; }

#content-pages .fn-button-dark-2 {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s; }

#content-pages .fn-button-dark-2:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213; }

#content-pages .fn-button-dark-2.w--current {
  background-color: #1d1f1e; }

#content-pages .fn-button-dark-2.w--current:hover {
  background-color: transparent; }

#content-pages .fn-paragraph-dark-2 {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .fn-heading-28 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em; }

#content-pages .fn-cta-banner-column-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex; }

#content-pages .fn-cta-banner-2 {
  color: #1d1f1e;
  text-align: center;
  background-color: rgba(221, 255, 0, 0);
  background-image: url("../images/SHC-Victoria-Vinyl-Wraps-header.jpg");
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative; }

#content-pages .fn-container-2 {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px; }

#content-pages .fn-section-18 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex; }

#content-pages .fn-section-18.overflow-none {
  background-color: var(--#ffffff);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

#content-pages .image-14 {
  display: none; }

#content-pages .fn-para-mobl {
  color: var(--#ffffff);
  font-size: 16px;
  line-height: 1.6em; }

#content-pages .container-3 {
  display: none; }

@media screen and (max-width: 991px) {
  #content-pages .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto; }
  #content-pages .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto; }
  #content-pages .fn-get-a-demo-link {
    width: 218px;
    height: 218px; }
  #content-pages .fn-get-a-demo-link:hover {
    letter-spacing: .1em; }
  #content-pages .fn-heading-jambo {
    font-size: 76px; }
  #content-pages .fn-label-jambo {
    margin-bottom: 26px; }
  #content-pages .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row; }
  #content-pages .fn-container-grid.fn-container-grib-tablet {
    flex-flow: column;
    display: flex; }
  #content-pages .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 0; }
  #content-pages .fn-heading-4 {
    font-size: 28px; }
  #content-pages .fn-faq-link {
    transition: none; }
  #content-pages .fn-faq-link:hover {
    opacity: 1; }
  #content-pages .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-button-secondery {
    transition: none; }
  #content-pages .fn-button-secondery:hover {
    background-color: transparent; }
  #content-pages .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 40px; }
    #content-pages .fn-heading-3 h2 {
      font-size: 52px; }
  #content-pages .fn-section-2 {
    padding-top: 20px;
    padding-bottom: 60px; }
  #content-pages .fn-testimonial-wrapper {
    grid-template-columns: 1fr 1fr; }
  #content-pages .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-3 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-logos-masonary-logo {
    height: 30px; }
  #content-pages .fn-logos-card {
    min-height: 120px; }
  #content-pages .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-heading-9 {
    font-size: 32px; }
  #content-pages .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px; }
  #content-pages .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto; }
  #content-pages .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .spark-checked-item.spark-half-width {
    width: 50%; }
  #content-pages .spark-features-included {
    padding-left: 64px;
    padding-right: 64px; }
  #content-pages .spark-side-tabs-content.spark-full-width-mobile {
    width: 100%; }
  #content-pages .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block; }
  #content-pages .spark-small-sub-paragraph.spark-no-bottom {
    margin-bottom: 0; }
  #content-pages .spark-side-flat-tab {
    width: 100%; }
  #content-pages .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%; }
  #content-pages .spark-stacked-flat-tabs-menu.spark-full-on-mobile {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%; }
  #content-pages .spark-side-flat-tab-parent.spark-flex-middle {
    flex-direction: column; }
  #content-pages .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px; }
  #content-pages .spark-features-included-2 {
    padding-left: 64px;
    padding-right: 64px; }
  #content-pages .spark-flex-row-pricing {
    flex-wrap: wrap;
    justify-content: center; }
  #content-pages .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px; }
  #content-pages .tint-hero-content {
    max-width: 600px; }
  #content-pages .fn-heading-11 {
    font-size: 32px; }
  #content-pages .fn-slider-column {
    padding-right: 34px; }
  #content-pages .fn-heading-12 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-container-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-6 {
    padding-bottom: 60px; }
  #content-pages .fn-button-secondery-2 {
    transition: none; }
  #content-pages .fn-button-secondery-2:hover {
    background-color: transparent; }
  #content-pages .fn-heading-14 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fh-features-image-wrapper {
    height: 450px; }
  #content-pages .fn-featured-tabs-content {
    width: 58%; }
  #content-pages .fn-tabs-link {
    transition: none; }
  #content-pages .fn-tabs-link:hover {
    opacity: 1; }
  #content-pages .fh-section-image-wrapper-first {
    height: 334px; }
  #content-pages .fn-heading-15 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-7 {
    color: black;
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-logos-image {
    max-width: 100px; }
  #content-pages .fn-hero-quote {
    display: none; }
  #content-pages .fn-heading-jambo-2 {
    margin-bottom: 0;
    font-size: 56px; }
  #content-pages .fn-section-off-black-2 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-heading-17 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-8 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .faq-heading {
    font-size: 28px; }
  #content-pages .fn-faq-link-2 {
    transition: none; }
  #content-pages .fn-faq-link-2:hover {
    opacity: 1; }
  #content-pages .fn-heading-19 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .faq-tint, #content-pages .fn-section-10 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-banner-image-three, #content-pages .fn-banner-image-two, #content-pages .fn-banner-image-one {
    display: none; }
  #content-pages .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e; }
  #content-pages .fn-heading-20 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-cta-banner-column {
    width: 100%;
    max-width: none; }
  #content-pages .fn-cta-banner {
    padding: 60px; }
  #content-pages .fn-section-11 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-heading-22 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-12 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-faq-link-3 {
    transition: none; }
  #content-pages .fn-faq-link-3:hover {
    opacity: 1; }
  #content-pages .fn-heading-23 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-13 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-faq-link-4 {
    transition: none; }
  #content-pages .fn-faq-link-4:hover {
    opacity: 1; }
  #content-pages .fn-heading-24 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-14 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-heading-25 {
    font-size: 32px; }
  #content-pages .fn-features-card-with-image-2.slider-cards {
    flex: none;
    width: 411px; }
  #content-pages .fn-solutions-card-wrapper-2 {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto; }
  #content-pages .graphics-heading-2 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-15 {
    padding-bottom: 60px; }
  #content-pages .fh-section-image-wrapper-first-2 {
    height: 334px; }
  #content-pages .fn-button-secondery-3 {
    transition: none; }
  #content-pages .fn-button-secondery-3:hover {
    background-color: transparent; }
  #content-pages .fn-heading-26 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-16 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-features-card:hover {
    border-color: #0f1213; }
  #content-pages .fn-heading-27 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-section-17 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .fn-banner-image-three-2, #content-pages .fn-banner-image-two-2, #content-pages .fn-banner-image-one-2 {
    display: none; }
  #content-pages .fn-button-dark-2:hover {
    color: #df0;
    background-color: #1d1f1e; }
  #content-pages .fn-heading-28 {
    margin-bottom: 12px;
    font-size: 40px; }
  #content-pages .fn-cta-banner-column-2 {
    width: 100%;
    max-width: none; }
  #content-pages .fn-cta-banner-2 {
    padding: 60px; }
  #content-pages .fn-section-18 {
    padding-top: 60px;
    padding-bottom: 60px; }
  #content-pages .image-14 {
    display: inline-flex; } }

@media screen and (max-width: 767px) {
  #content-pages .heading {
    flex-wrap: wrap; }
  #content-pages .fn-get-a-demo-shape-second, #content-pages .fn-get-a-demo-shape {
    display: none; }
  #content-pages .fn-get-a-demo-link {
    width: auto;
    height: auto; }
  #content-pages .fn-span-color-text {
    font-size: 26px;
    line-height: 1em; }
  #content-pages .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px; }
  #content-pages .fn-label-jambo {
    margin-bottom: 0; }
  #content-pages .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-off-black {
    padding-top: 0;
    padding-bottom: 0; }
  #content-pages .fn-heading-4 {
    font-size: 24px; }
  #content-pages .form-label-no-margin {
    font-size: 20px; }
  #content-pages .fn-paragraph {
    margin-bottom: 24px; }
  #content-pages .fn-heading-2 {
    font-size: 34px; }
  #content-pages .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-pricing-cost {
    font-size: 32px; }
  #content-pages .fn-classic-pricing-card {
    padding: 24px; }
  #content-pages .fn-paragraph-2 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-3 {
    font-size: 34px; }
  #content-pages .fn-section-2 {
    padding-top: 50px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-paragraph-3 {
    margin-bottom: 24px; }
  #content-pages .fn-testimonial-wrapper {
    grid-template-columns: 1fr; }
  #content-pages .fn-heading-7 {
    font-size: 34px; }
  #content-pages .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-logos-card {
    min-height: 80px; }
  #content-pages .fn-logos-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px; }
  #content-pages .fn-paragraph-4 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-8 {
    font-size: 34px; }
  #content-pages .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-paragraph-5 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 28px; }
  #content-pages .fn-features-card-image {
    height: 170px; }
  #content-pages .fn-features-card-with-image.slider-cards {
    width: 260px; }
  #content-pages .fn-heading-10 {
    font-size: 34px; }
  #content-pages .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .spark-features-included.spark-two-column {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px; }
  #content-pages .spark-side-tabs-content {
    width: 100%; }
  #content-pages .spark-small-sub-paragraph {
    line-height: 1.3; }
  #content-pages .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px; }
  #content-pages .spark-stacked-flat-tabs-menu {
    width: 100%; }
  #content-pages .spark-secondary-paragraph {
    margin-bottom: 32px; }
  #content-pages .spark-container {
    width: 100%; }
  #content-pages .spark-section {
    padding-top: 88px;
    padding-bottom: 88px; }
  #content-pages .spark-flex-row-pricing {
    flex-direction: column; }
  #content-pages .spark-container-2 {
    width: 100%; }
  #content-pages .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px; }
  #content-pages .udesly-paragraph-small {
    font-size: 12px; }
  #content-pages .tint-hero-content {
    margin-top: 32px;
    position: static; }
  #content-pages .udesly-slide {
    margin-right: 0; }
  #content-pages .udesly-slider-large {
    min-height: 240px; }
  #content-pages .fn-paragraph-6 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-11 {
    margin-bottom: 12px;
    font-size: 28px; }
  #content-pages .fn-slider-column {
    padding: 15px; }
  #content-pages .fn-slider-image {
    height: 280px; }
  #content-pages .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
  #content-pages .fn-heading-12 {
    font-size: 34px; }
  #content-pages .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-6 {
    padding-bottom: 15px;
    overflow: visible; }
  #content-pages .fn-pricing-cost-2 {
    font-size: 18px; }
  #content-pages .heading-3 {
    padding-left: 5px; }
  #content-pages .fn-label-small-gray-2 {
    font-size: 15px; }
  #content-pages .fn-classic-pricing-card-2 {
    padding: 24px; }
  #content-pages .fn-button {
    width: 100%; }
  #content-pages .fn-feature-pricing-card {
    padding: 24px; }
  #content-pages .fn-heading-14 {
    font-size: 34px; }
  #content-pages .fh-features-image-wrapper {
    height: 350px; }
  #content-pages .fn-featured-tabs-content {
    width: 100%;
    margin-top: 12px;
    position: static; }
  #content-pages .fn-paragraph-7 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-15 {
    font-size: 34px; }
  #content-pages .fn-label-small {
    margin-bottom: 12px; }
  #content-pages .fn-section-7 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-hero-box-small {
    margin-bottom: 12px;
    font-size: 18px; }
  #content-pages .fn-heading-jambo-2 {
    margin-bottom: 12px;
    font-size: 45px; }
  #content-pages .fn-section-off-black-2 {
    padding-top: 32px;
    padding-bottom: 32px; }
  #content-pages .fn-paragraph-8 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-17 {
    font-size: 34px; }
  #content-pages .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-8 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .faq-heading {
    font-size: 24px; }
  #content-pages .form-label-no-margin-2 {
    font-size: 20px; }
  #content-pages .fn-heading-19 {
    font-size: 34px; }
  #content-pages .faq-tint {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-around; }
  #content-pages .fn-section-10 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-button-dark {
    width: 100%; }
  #content-pages .fn-heading-20 {
    font-size: 34px; }
  #content-pages .fn-cta-banner {
    padding: 12px; }
  #content-pages .fn-section-11 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-paragraph-9 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-22 {
    font-size: 34px; }
  #content-pages .fn-section-12 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .form-label-no-margin-3 {
    font-size: 20px; }
  #content-pages .fn-heading-5-no-margin {
    font-size: 18px; }
  #content-pages .fn-heading-23 {
    font-size: 34px; }
  #content-pages .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-13 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .form-label-no-margin-4 {
    font-size: 20px; }
  #content-pages .fn-heading-5-no-margin-2 {
    font-size: 18px; }
  #content-pages .fn-heading-24 {
    font-size: 34px; }
  #content-pages .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-14 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-paragraph-10 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-25 {
    margin-bottom: 12px;
    font-size: 28px; }
  #content-pages .fn-features-card-image-2 {
    height: 170px; }
  #content-pages .fn-features-card-with-image-2.slider-cards {
    width: 260px; }
  #content-pages .graphics-heading-2 {
    font-size: 34px; }
  #content-pages .fn-section-15 {
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-button-2 {
    width: 100%; }
  #content-pages .fn-paragraph-11 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-26 {
    font-size: 34px; }
  #content-pages .fn-label-small-2 {
    margin-bottom: 12px; }
  #content-pages .fn-section-16 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-paragraph-12 {
    margin-bottom: 24px; }
  #content-pages .fn-heading-5 {
    font-size: 18px; }
  #content-pages .fn-features-card {
    padding: 12px; }
  #content-pages .fn-heading-27 {
    font-size: 34px; }
  #content-pages .fn-section-17 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; }
  #content-pages .fn-button-dark-2 {
    width: 100%; }
  #content-pages .fn-heading-28 {
    font-size: 34px; }
  #content-pages .fn-cta-banner-2 {
    padding: 12px; }
  #content-pages .fn-section-18 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible; } }

@media screen and (max-width: 479px) {
  #content-pages .background-video-2 {
    padding-left: 0; }
  #content-pages .heading-3.tint-price-heading {
    font-size: 13px; }
  #content-pages .header-section {
    flex-flow: row;
    max-width: 100%; }
  #content-pages .header-section.header-vinyl {
    background-position: 0 0, 50%;
    background-size: auto, cover; }
  #content-pages .heading {
    flex-wrap: nowrap;
    min-width: auto;
    max-width: none;
    font-size: 2.3rem;
    display: flex; }
  #content-pages .fn-span-color-text {
    font-size: .8em;
    line-height: 1.1em; }
  #content-pages .fn-label-jambo {
    font-size: 15px; }
  #content-pages .fn-container-grid.container-grid-ceramic {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  #content-pages .fn-section-off-black {
    padding-top: 0;
    width: 107%; }
  #content-pages .fn-paragraph {
    margin-bottom: 0; }
  #content-pages .fn-button-secondery {
    text-align: center;
    width: 100%; }
  #content-pages .fn-section-2 {
    margin-top: 0; }
  #content-pages .fn-author-image {
    flex: none; }
  #content-pages .fn-author-wrapper {
    font-size: 14px; }
  #content-pages .testimonials-stars {
    object-position: 0% 50%;
    height: 18px; }
  #content-pages .fn-slide-item-wrapper-testimonial {
    padding: 16px; }
  #content-pages .fn-logos-masonary-logo {
    height: 25px; }
  #content-pages .fn-logos-card {
    min-height: 60px; }
  #content-pages .fn-paragraph-4 {
    min-width: 100%; }
  #content-pages .fn-features-card-with-image.slider-cards {
    flex-direction: column;
    align-items: flex-start; }
  #content-pages .fn-solutions-card-wrapper {
    justify-content: center; }
  #content-pages .spark-checked-item {
    grid-column-gap: 8px; }
  #content-pages .spark-checked-item.spark-half-width {
    width: 100%; }
  #content-pages .spark-features-included {
    padding-left: 20px;
    padding-right: 20px; }
  #content-pages .spark-hold-pricing {
    text-align: center;
    width: 100%; }
  #content-pages .spark-large-plan-name {
    font-size: 1.2rem; }
  #content-pages .spark-left-side-pricing-info.spark-reduce-margin-bottom {
    justify-content: center; }
  #content-pages .spark-pricing-top.spark-thick-top-pricing {
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px; }
  #content-pages .spark-pricing-tab-pane {
    width: 100vw;
    margin-left: 10px;
    padding: 20px; }
  #content-pages .spark-side-tabs-content.spark-full-width-mobile {
    width: 100vw;
    margin-left: -20px; }
  #content-pages .spark-bold-heading {
    line-height: 1.3; }
  #content-pages .spark-side-flat-tab {
    padding: 16px; }
  #content-pages .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start; }
  #content-pages .spark-section {
    padding: 20px 20px 0; }
  #content-pages .spark-section h1 {
    font-size: 3rem; }
  #content-pages .spark-section h2 {
    margin-top: 0;
    font-size: 1.7rem; }
  #content-pages .spark-checked-item-2 {
    grid-column-gap: 8px; }
  #content-pages .spark-features-included-2 {
    padding-left: 20px;
    padding-right: 20px; }
  #content-pages .spark-flex-row-pricing {
    align-items: flex-start;
    margin-top: 64px; }
  #content-pages .spark-section-2 {
    padding: 64px 20px; }
  #content-pages .spark-section-2 h1 {
    font-size: 3rem; }
  #content-pages .spark-section-2 h2 {
    font-size: 2.5rem; }
  #content-pages .fmg-flex.fmg-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap; }
  #content-pages .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0; }
  #content-pages .fn-author-image-2 {
    flex: none; }
  #content-pages .fn-author-wrapper-2, #content-pages .fn-paragraph-6.fn-paragraph-white {
    font-size: 14px; }
  #content-pages .fn-heading-11 {
    font-size: 1.5em; }
  #content-pages .fn-slide-item-wrapper {
    grid-template-columns: 200fr;
    margin-top: 0;
    margin-bottom: 140px; }
  #content-pages .fn-heading-12.tint-h2 {
    margin-bottom: 20px;
    font-size: 1.50em; }
  #content-pages .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-template-rows: auto;
    margin-bottom: -60px; }
  #content-pages .fn-section-6 {
    padding-bottom: 0; }
  #content-pages .fn-button-secondery-2 {
    width: 100%; }
  #content-pages .fn-button-secondery-2:hover {
    background-color: #000; }
  #content-pages .fn-button, #content-pages .fn-button-wrapper {
    width: 100%; }
  #content-pages .fn-cover-image {
    margin-top: 100px;
    display: none; }
  #content-pages .fh-features-image-wrapper {
    height: 220px; }
  #content-pages .fh-section-image-wrapper-first {
    height: 130px;
    display: none; }
  #content-pages .fn-section-7 {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px; }
  #content-pages .bold-text-tint {
    font-size: 1.6em; }
  #content-pages .fn-heading-jambo-2 {
    font-size: 35px; }
  #content-pages .section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.56)), url("../images/truck-vinyl-wrap-victoria-bc-shc.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 107%;
    margin-top: 32px; }
  #content-pages .fn-faq-item-2 {
    margin-bottom: 0; }
  #content-pages .fn-label {
    font-size: 24px; }
  #content-pages .fn-button-dark:hover {
    background-color: var(--#000000);
    color: var(--#ffffff); }
  #content-pages .fn-cta-banner {
    box-shadow: 8px 2px 5px rgba(0, 0, 0, 0.2); }
  #content-pages .fn-list-checkmark-4 {
    background-color: var(--spark-library--foreground-interactive); }
  #content-pages .fn-paragraph-9 {
    color: #000; }
  #content-pages .fn-heading-22 {
    color: #000;
    font-family: Eurostile web, sans-serif; }
  #content-pages .fn-section-12 {
    background-color: #fff; }
  #content-pages .slide {
    min-width: auto;
    height: auto; }
  #content-pages .mask {
    min-width: 100%;
    height: auto;
    background-image: url(); }
  #content-pages .container {
    min-width: 100%; }
  #content-pages .fn-heading-5-no-margin {
    font-size: 20px; }
  #content-pages .background-video-3 {
    min-width: 100%; }
  #content-pages .wrap-logo {
    max-width: 100px; }
  #content-pages .fn-solutions-card-wrapper-2 {
    flex-flow: column; }
  #content-pages .established-heading {
    margin-top: 0;
    font-size: 31px; }
  #content-pages .fh-section-image-wrapper-first-2 {
    height: 220px; }
  #content-pages .fn-button-secondery-3, #content-pages .fn-button-2, #content-pages .fn-button-wrapper-2 {
    width: 100%; }
  #content-pages .slider {
    height: auto; }
  #content-pages .slider-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%; }
  #content-pages .fn-paragraph-12 {
    color: var(--#ffffff); }
  #content-pages .fn-features-card {
    margin-bottom: 10px; }
  #content-pages .slider-image-mobl {
    max-width: none;
    min-height: 100%;
    max-height: 100%; }
  #content-pages .text-block-8 {
    color: black;
    font-size: 30px; }
  #content-pages .image-12 {
    min-width: 100%;
    min-height: 100%; }
  #content-pages .slider-2, #content-pages .slider-3 {
    height: auto; }
  #content-pages .image-15 {
    display: none; }
  #content-pages #window-tint-shade-img {
    width: 100%; } }

#content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e5-b6414b17 {
  grid-area: span 1 / span 4 / span 1 / span 4; }

#content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e7-b6414b17 {
  grid-area: span 1 / span 6 / span 1 / span 6; }

#content-pages #w-node-_3fc12000-0692-212a-8c6e-f7edb58bc293-b6414b17 {
  grid-area: 2 / 4 / 3 / 10; }

#content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc739f-b6414b17 {
  grid-area: 1 / 2 / 2 / 5; }

#content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc73a4-b6414b17, #content-pages #w-node-_68c8dbb5-5ee5-b8b0-0177-933929155415-b6414b17 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end; }

#content-pages #w-node-efff9144-9a80-bab2-c604-f519ce81dea3-b6414b17 {
  grid-area: 2 / 5 / 3 / 9;
  align-self: end;
  justify-self: auto; }

#content-pages #w-node-_1ee05212-015c-a96e-6dab-78aba4653105-b6414b17 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: end; }

#content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bf4-b6414b17 {
  grid-area: 1 / 3 / 2 / 11; }

#content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bff-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa076787-b6414b17 {
  grid-area: span 1 / span 12 / span 1 / span 12; }

#content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa07678a-b6414b17 {
  grid-area: 2 / 1 / 3 / 7; }

#content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa07678f-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa076797-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa07679f-b6414b17 {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767a3-b6414b17 {
  grid-area: span 1 / span 6 / span 1 / span 6; }

#content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767a8-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767b0-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767b8-b6414b17 {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#content-pages #w-node-a7b14f67-88be-fe71-24c9-2403db944c07-b6414b17 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center; }

#content-pages #w-node-c3e74e0b-3e1a-bc92-8182-7d410c58e40b-b6414b17 {
  grid-area: span 1 / span 6 / span 1 / span 6; }

#content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7c0-66c53354 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: center; }

#content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7c5-66c53354 {
  grid-area: 2 / 1 / 3 / 4; }

#content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7cf-66c53354 {
  grid-area: 2 / 4 / 3 / 7; }

#content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7d9-66c53354 {
  grid-area: 2 / 7 / 3 / 10; }

#content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7e3-66c53354 {
  grid-area: 2 / 10 / 3 / 13; }

#content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aada-66c53354 {
  grid-area: 2 / 1 / 3 / 4; }

#content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aae3-66c53354 {
  grid-area: 2 / 4 / 3 / 7; }

#content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aaec-66c53354 {
  grid-area: 2 / 7 / 3 / 10; }

#content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aaf5-66c53354 {
  grid-area: 2 / 10 / 3 / 13; }

#content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9b1-b702b2f1 {
  grid-area: 1 / 3 / 2 / 11; }

#content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9bc-b702b2f1 {
  grid-area: 2 / 2 / 3 / 12; }

#content-pages #w-node-ccb05c5b-6af3-78ed-6a37-b28c1e6ca68f-b702b2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto; }

#content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9be-b702b2f1 {
  align-self: stretch;
  justify-self: center; }

#content-pages #w-node-_6633f737-96e8-fb33-3e18-7af5b9ecc89d-b702b2f1 {
  grid-area: span 1 / span 2 / span 1 / span 2; }

#content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7cb-b702b2f1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center; }

#content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7e5-b702b2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start; }

#content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7e7-b702b2f1 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: end; }

#content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257a-b702b2f1 {
  grid-area: 1 / 1 / 2 / 5; }

#content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257f-b702b2f1, #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25a5-b702b2f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center; }

#content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25cb-b702b2f1, #content-pages #w-node-f9f3fd72-1ac0-8480-8589-35aea5e66e18-b702b2f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start; }

#content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f39-b702b2f1 {
  grid-area: 1 / 2 / 2 / 7; }

#content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f3e-b702b2f1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end; }

#content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddcb-b702b2f1 {
  grid-area: span 1 / span 4 / span 1 / span 4; }

#content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddd4-b702b2f1 {
  grid-area: 1 / 6 / 2 / 13; }

#content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c303-5782e108 {
  grid-area: span 1 / span 8 / span 1 / span 8; }

#content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c305-5782e108 {
  grid-area: span 1 / span 5 / span 1 / span 5; }

#content-pages #w-node-a098bc02-2f1d-78ee-7110-2665c043ca5b-5782e108 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center; }

#content-pages #w-node-a098bc02-2f1d-78ee-7110-2665c043ca5d-5782e108 {
  grid-area: span 1 / span 12 / span 1 / span 12; }

#content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896da-5782e108 {
  grid-area: 1 / 2 / 2 / 7; }

#content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896df-5782e108 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end; }

#content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b13a-5782e108 {
  grid-area: 1 / 2 / 2 / 7; }

#content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b149-5782e108 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end; }

#content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815e8-5782e108 {
  grid-area: 1 / 2 / 2 / 7; }

#content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815f8-5782e108 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end; }

#content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0b7-5782e108 {
  grid-area: 1 / 3 / 2 / 11; }

#content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0ba-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c8b-5782e108 {
  grid-area: span 1 / span 12 / span 1 / span 12; }

#content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c98-5782e108 {
  grid-area: 2 / 1 / 3 / 7; }

#content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c9f-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4ca9-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cb3-5782e108 {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cb9-5782e108 {
  grid-area: span 1 / span 6 / span 1 / span 6; }

#content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cc0-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cd0-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cda-5782e108 {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43080-bb31c60c {
  grid-area: span 1 / span 9 / span 1 / span 9;
  align-self: center; }

#content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43085-bb31c60c {
  grid-area: span 1 / span 12 / span 1 / span 12; }

#content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43086-bb31c60c {
  grid-area: 2 / 1 / 3 / 5; }

#content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43091-bb31c60c {
  grid-area: 2 / 5 / 3 / 9; }

#content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa4309c-bb31c60c {
  grid-area: 2 / 9 / 3 / 13; }

#content-pages #w-node-_1c69e344-a0fb-0cf7-0993-eee60e81f579-bb31c60c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center; }

#content-pages #w-node-_2dcf743c-3eae-7ed6-8a42-f29e48379dd9-bb31c60c {
  grid-area: span 1 / span 6 / span 1 / span 6; }

@media screen and (max-width: 991px) {
  #content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e5-b6414b17, #content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e7-b6414b17 {
    grid-column: span 7 / span 7; }
  #content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc739f-b6414b17 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc73a4-b6414b17 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-_68c8dbb5-5ee5-b8b0-0177-933929155415-b6414b17, #content-pages #w-node-efff9144-9a80-bab2-c604-f519ce81dea3-b6414b17, #content-pages #w-node-_1ee05212-015c-a96e-6dab-78aba4653105-b6414b17 {
    grid-area: 1 / 1 / 2 / 7; }
  #content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bf4-b6414b17 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bff-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa076787-b6414b17 {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa07678a-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767a3-b6414b17 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-a7b14f67-88be-fe71-24c9-2403db944c07-b6414b17 {
    grid-column: span 4 / span 4; }
  #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7c0-66c53354 {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7c5-66c53354, #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7cf-66c53354, #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7d9-66c53354, #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7e3-66c53354, #content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aada-66c53354, #content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aae3-66c53354, #content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aaec-66c53354, #content-pages #w-node-a76f08b8-a9ae-659a-31a2-53aedc67aaf5-66c53354 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9b1-b702b2f1, #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9bc-b702b2f1 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7cb-b702b2f1 {
    grid-column: span 4 / span 4; }
  #content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7e7-b702b2f1 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257a-b702b2f1 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257f-b702b2f1 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25a5-b702b2f1, #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25cb-b702b2f1, #content-pages #w-node-f9f3fd72-1ac0-8480-8589-35aea5e66e18-b702b2f1 {
    grid-area: 1 / 1 / 2 / 7; }
  #content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f39-b702b2f1 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f3e-b702b2f1 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddcb-b702b2f1 {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddd4-b702b2f1 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c303-5782e108, #content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c305-5782e108, #content-pages #w-node-a098bc02-2f1d-78ee-7110-2665c043ca5b-5782e108, #content-pages #w-node-a098bc02-2f1d-78ee-7110-2665c043ca5d-5782e108 {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896da-5782e108 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896df-5782e108 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b13a-5782e108 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b149-5782e108 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815e8-5782e108 {
    grid-area: 1 / 2 / 2 / 8; }
  #content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815f8-5782e108 {
    grid-area: 2 / 2 / 3 / 8; }
  #content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0b7-5782e108 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0ba-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c8b-5782e108 {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c98-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cb9-5782e108 {
    grid-area: span 1 / span 8 / span 1 / span 8; }
  #content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43080-bb31c60c, #content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43085-bb31c60c {
    grid-column: span 8 / span 8; }
  #content-pages #w-node-_1c69e344-a0fb-0cf7-0993-eee60e81f579-bb31c60c {
    grid-column: span 4 / span 4; } }

@media screen and (max-width: 767px) {
  #content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e5-b6414b17, #content-pages #w-node-_55265d98-75fb-3018-97bf-2ea2c01200e7-b6414b17 {
    grid-column: span 4 / span 4; }
  #content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc739f-b6414b17, #content-pages #w-node-_6d493d10-e786-4bbc-40d3-742646fc73a4-b6414b17, #content-pages #w-node-_68c8dbb5-5ee5-b8b0-0177-933929155415-b6414b17, #content-pages #w-node-efff9144-9a80-bab2-c604-f519ce81dea3-b6414b17, #content-pages #w-node-_1ee05212-015c-a96e-6dab-78aba4653105-b6414b17 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bf4-b6414b17, #content-pages #w-node-_34f04117-a58d-b5b1-7628-2bb6a77c3bff-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa076787-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa07678a-b6414b17, #content-pages #w-node-e9f36c2e-e7ed-e67d-b8db-77fbaa0767a3-b6414b17, #content-pages #w-node-_16b1cac0-a013-c2d1-b72d-37bf3e64c7c0-66c53354, #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9b1-b702b2f1, #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9bc-b702b2f1 {
    grid-column: span 4 / span 4; }
  #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9be-b702b2f1 {
    grid-area: span 1 / span 2 / span 1 / span 2; }
  #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257a-b702b2f1, #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a257f-b702b2f1, #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25a5-b702b2f1, #content-pages #w-node-_2421ad3a-773f-4fd7-986f-e241c31a25cb-b702b2f1, #content-pages #w-node-f9f3fd72-1ac0-8480-8589-35aea5e66e18-b702b2f1, #content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f39-b702b2f1, #content-pages #w-node-_4c796183-eab9-37cc-ae7d-98f4c2fe4f3e-b702b2f1 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddcb-b702b2f1, #content-pages #w-node-_719c21b1-ba65-308c-9c54-93b3a71cddd4-b702b2f1, #content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c303-5782e108, #content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c305-5782e108 {
    grid-column: span 4 / span 4; }
  #content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896da-5782e108, #content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896df-5782e108, #content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b13a-5782e108, #content-pages #w-node-f6b3a7a5-582a-842a-2595-b1da74d3b149-5782e108, #content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815e8-5782e108, #content-pages #w-node-_02098424-6f86-8b60-803c-ffb69d0815f8-5782e108 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0b7-5782e108, #content-pages #w-node-af3cdfd8-34e1-c63e-d395-88071dbbe0ba-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c8b-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4c98-5782e108, #content-pages #w-node-_3e14639d-1855-8ffa-cb4f-c157392b4cb9-5782e108, #content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43080-bb31c60c, #content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43085-bb31c60c {
    grid-column: span 4 / span 4; } }

@media screen and (max-width: 479px) {
  #content-pages #w-node-a7b14f67-88be-fe71-24c9-2403db944c07-b6414b17 {
    grid-column: span 6 / span 6; }
  #content-pages #w-node-_4c527295-de4a-aa5d-6899-3b630e8db9b1-b702b2f1 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-ccb05c5b-6af3-78ed-6a37-b28c1e6ca68f-b702b2f1 {
    justify-self: auto; }
  #content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7e3-b702b2f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch; }
  #content-pages #w-node-_0b6ed8be-1c43-5440-af7c-84e8dddaf7e5-b702b2f1 {
    grid-column: span 2 / span 2;
    justify-self: stretch; }
  #content-pages #w-node-c7e8cb69-444a-09d9-adfc-7a752f73c303-5782e108 {
    grid-area: span 1 / span 4 / span 1 / span 4; }
  #content-pages #w-node-fcff81cf-87bf-6887-71e1-448beaa43085-bb31c60c {
    justify-self: auto; }
  #content-pages #w-node-_1c69e344-a0fb-0cf7-0993-eee60e81f579-bb31c60c {
    grid-column: span 6 / span 6; }
  #content-pages #w-node-_1c69e344-a0fb-0cf7-0993-eee60e81f581-bb31c60c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch; } }

#caliper-painting-content-page #content-pages .w-slider {
  height: 50vh;
  display: inline-flex;
  align-items: center; }

#caliper-painting-content-page #content-pages #w-node-c06d14cf-f990-783d-6a57-e53e172896df-5782e108 {
  align-self: start; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
#content-pages {
  /**
   * Remove default margin.
   */
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in Safari and Chrome.
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in IE 8/9.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  /**
   * Address differences between Firefox and other browsers.
   */
  /**
   * Contain overflow in all browsers.
   */
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
   *    specificity and defer to the .w-button selector
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  /**
   * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
   * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
   *    (similar to normalize.css >=4.0.0)
   */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */ }
  #content-pages html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #content-pages body {
    margin: 0; }
  #content-pages article,
  #content-pages aside,
  #content-pages details,
  #content-pages figcaption,
  #content-pages figure,
  #content-pages footer,
  #content-pages header,
  #content-pages hgroup,
  #content-pages main,
  #content-pages menu,
  #content-pages nav,
  #content-pages section,
  #content-pages summary {
    display: block; }
  #content-pages audio,
  #content-pages canvas,
  #content-pages progress,
  #content-pages video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #content-pages audio:not([controls]) {
    display: none;
    height: 0; }
  #content-pages [hidden],
  #content-pages template {
    display: none; }
  #content-pages a {
    background-color: transparent; }
  #content-pages a:active,
  #content-pages a:hover {
    outline: 0; }
  #content-pages abbr[title] {
    border-bottom: 1px dotted; }
  #content-pages b,
  #content-pages strong {
    font-weight: bold; }
  #content-pages dfn {
    font-style: italic; }
  #content-pages h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #content-pages mark {
    background: #ff0;
    color: #000; }
  #content-pages small {
    font-size: 80%; }
  #content-pages sub,
  #content-pages sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #content-pages sup {
    top: -0.5em; }
  #content-pages sub {
    bottom: -0.25em; }
  #content-pages img {
    border: 0;
    width: 100%; }
  #content-pages svg:not(:root) {
    overflow: hidden; }
  #content-pages figure {
    margin: 1em 40px; }
  #content-pages hr {
    box-sizing: content-box;
    height: 0; }
  #content-pages pre {
    overflow: auto; }
  #content-pages code,
  #content-pages kbd,
  #content-pages pre,
  #content-pages samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #content-pages button,
  #content-pages input,
  #content-pages optgroup,
  #content-pages select,
  #content-pages textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #content-pages button {
    overflow: visible; }
  #content-pages button,
  #content-pages select {
    text-transform: none; }
  #content-pages button,
  #content-pages html input[type="button"],
  #content-pages input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #content-pages button[disabled],
  #content-pages html input[disabled] {
    cursor: default; }
  #content-pages button::-moz-focus-inner,
  #content-pages input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #content-pages input {
    line-height: normal; }
  #content-pages input[type='checkbox'],
  #content-pages input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #content-pages input[type='number']::-webkit-inner-spin-button,
  #content-pages input[type='number']::-webkit-outer-spin-button {
    height: auto; }
  #content-pages input[type='search'] {
    -webkit-appearance: none;
    /* 1 */ }
  #content-pages input[type='search']::-webkit-search-cancel-button,
  #content-pages input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }
  #content-pages fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #content-pages legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #content-pages textarea {
    overflow: auto; }
  #content-pages optgroup {
    font-weight: bold; }
  #content-pages table {
    border-collapse: collapse;
    border-spacing: 0; }
  #content-pages td,
  #content-pages th {
    padding: 0; }
  #content-pages .padded {
    padding: 1rem 0; }

#tire-plug-patch {
  max-width: 70%;
  margin: 0 auto; }
  #tire-plug-patch h1 {
    font-family: Eurostile web, sans-serif;
    font-size: 4rem; }
  @media print, screen and (max-width: 63.99875em) {
    #tire-plug-patch h1 {
      font-size: 2rem; }
    #tire-plug-patch h2 {
      font-size: 1rem; } }

#lowering-kits {
  max-width: 70%;
  margin: 0 auto; }
  #lowering-kits h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #lowering-kits h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }

#body-kits {
  max-width: 70%;
  margin: 0 auto; }
  #body-kits h2 {
    font-family: Eurostile web, sans-serif; }
  #body-kits h3 {
    font-family: Eurostile web, sans-serif; }
  #body-kits p {
    font-size: 16px; }

#suspension-kits {
  max-width: 70%;
  margin: 0 auto; }
  #suspension-kits h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #suspension-kits h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }

#led-headlight-bulbs {
  max-width: 70%;
  margin: 0 auto; }

#exhaust-systems {
  max-width: 70%;
  margin: 0 auto; }
  #exhaust-systems h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #exhaust-systems h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }

#tire-services {
  max-width: 70%;
  margin: 0 auto; }
  #tire-services h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #tire-services h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }

#paint-protection-film {
  max-width: 70%;
  margin: 0 auto; }
  #paint-protection-film h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #paint-protection-film h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 23px; }
  #paint-protection-film h4 {
    font-family: Eurostile web, sans-serif;
    font-size: 22px; }

#graphics-wraps {
  max-width: 70%;
  margin: 0 auto; }
  #graphics-wraps h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #graphics-wraps h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 23px; }

#about-us {
  max-width: 70%;
  margin: 0 auto; }
  #about-us h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #about-us h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }

#services {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((70% - 40px) / 3), 1fr));
  /* Automatically adjust column width */
  grid-gap: 20px;
  color: white; }
  #services .services-box {
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px; }
    #services .services-box h2 {
      color: white;
      font-size: 18px;
      letter-spacing: 1px; }
    #services .services-box li {
      font-family: open sans, sans-serif;
      font-size: 16px; }
    #services .services-box a {
      color: white; }
    #services .services-box p {
      color: #cc3333; }
  #services .service-description {
    list-style-type: none;
    padding: 0; }
  #services .service-description li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px; }
  #services .service-description li::before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #cc3333; }
  #services .service-description li:last-child {
    color: #cc3333;
    list-style: none;
    font-family: Eurostile web, sans-serif; }
  #services .service-description li:last-child::before {
    content: '';
    /* Remove the icon */ }
  #services .service-description li:last-child:hover {
    color: white;
    transition: background-color 0.3s, color 0.3s; }

@media (max-width: 768px) {
  #services {
    max-width: 90%;
    grid-template-columns: 1fr; } }

#ceramic-coating {
  margin-top: -96px; }
  @media screen and (max-width: 479px) {
    #ceramic-coating {
      margin-top: -64px; } }
  #ceramic-coating .banner-container {
    width: 100%;
    margin: 0; }
    #ceramic-coating .banner-container .padded {
      padding: 2rem 0; }

#wraps-ppf {
  margin-top: -96px; }

#privacy-policy {
  max-width: 70%;
  margin: 0 auto;
  color: black; }
  #privacy-policy h1 {
    color: black; }
  #privacy-policy h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 1.5rem; }
  #privacy-policy h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px;
    color: black; }
  #privacy-policy li {
    color: black; }
  #privacy-policy p {
    color: black; }

#return-policy {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 4rem; }
  #return-policy h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #return-policy h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px; }
  #return-policy li {
    color: black;
    line-height: 2.5rem; }
  #return-policy p {
    color: black; }

#shipping-policy {
  max-width: 70%;
  margin: 0 auto;
  color: black; }
  #shipping-policy h1 {
    color: black; }
  #shipping-policy h2 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 1.5rem; }
  #shipping-policy h3 {
    font-family: Eurostile web, sans-serif;
    font-size: 24px;
    color: black; }
  #shipping-policy li {
    color: black; }
  #shipping-policy p {
    color: black; }

.slick-loading .slick-list {
  background: #fff slick-image-url("../images/vendors/ajax-loader.gif") center center no-repeat; }

#snipcart {
  /*///// sidecart /////*/
  /*///// checkout /////*/ }
  @media (min-width: 768px) {
    #snipcart .snipcart-cart-summary-side.snipcart-cart-summary--edit.snipcart-modal__container {
      width: 100%;
      max-width: none;
      background-color: rgba(0, 0, 0, 0.7); }
      #snipcart .snipcart-cart-summary-side.snipcart-cart-summary--edit.snipcart-modal__container .snipcart-layout {
        max-width: 540px;
        margin-right: 0; } }
  #snipcart input {
    margin-bottom: 0; }
  #snipcart .snipcart-input {
    height: auto; }
  #snipcart .im-custom-subtitle {
    margin-top: 2rem; }
  #snipcart .address-disclaimer {
    margin-top: 1rem; }
    #snipcart .address-disclaimer p {
      font-weight: 600;
      color: #fe3232; }
  #snipcart [type='checkbox'] + label, #snipcart [type='radio'] + label {
    display: inline-flex; }


/*# sourceMappingURL=style.css.map */
