@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
   ========================================================================== */
/* ==========================================================================
   1. General (Foundation Overrides)
   ========================================================================== */
body {
  font-family: "Arimo", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 1.7; }

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

h1 {
  font-size: 1.85rem; }

h2 {
  font-size: 1.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.35rem; }

h6 {
  font-size: 1.25rem; }

a {
  color: #0066cc;
  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: #dd0200;
  display: block;
  font-weight: 800; }

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

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

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

.black-font {
  color: #333; }

.red {
  color: #dd0200; }

.white {
  color: #fefefe; }

.button {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  background-color: #dd0200;
  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: #dd0200 transparent transparent;
  right: 0px;
  display: none; }

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

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

.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 h4 {
    color: #333333;
    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; }

/* ==========================================================================
   8. Promotion 
   ========================================================================== */
.promotion {
  text-align: center;
  padding: 0 2rem; }
  .promotion-item {
    margin-bottom: 1rem; }

/* ==========================================================================
   9. Front Page 
   ========================================================================== */
.hp h1 {
  display: none; }

/* ==========================================================================
   9. loading spinner
   ========================================================================== */
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box; }

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

.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); } }

/* ==========================================================================
   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 #dd0200; }

/* ==========================================================================
   2. Header
   ========================================================================== */
header {
  background-color: #fefefe;
  /*  .header-logo {
    width: 200px;
    position: relative;
    height: 1px;
    top: -5px;

    a {
      position: absolute;
      z-index: 10;
    }
  }*/ }
  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-logo {
      background-color:$black;
    }*/ }
    header .top-bar-title img {
      max-width: 350px; }
  header .header .header-body-left {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media print, screen and (min-width: 64em) {
      header .header .header-body-left {
        padding: 0 2rem; } }
    header .header .header-body-left .header-logo {
      padding: .5625rem 0;
      display: block; }
    header .header .header-body-left #header-search, header .header .header-body-left .header-search {
      width: 100%;
      max-width: 484px; }
    header .header .header-body-left #header-search {
      display: flex;
      align-items: center; }
      header .header .header-body-left #header-search input, header .header .header-body-left #header-search select {
        margin-bottom: 0;
        height: 48px; }
      header .header .header-body-left #header-search input {
        padding: .6875rem;
        width: 314px; }
      header .header .header-body-left #header-search select {
        background-position: left -1rem center;
        padding-left: 1.5rem;
        padding-right: .5rem;
        background-color: #333333;
        color: #cccccc;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        width: 100%;
        max-width: 115px;
        margin-right: 2px; }
      header .header .header-body-left #header-search button {
        background-color: #dd0200;
        width: 100%;
        max-width: 52px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        header .header .header-body-left #header-search button i {
          color: #fefefe; }
  header .header .header-body-right {
    display: flex;
    align-items: center; }
    header .header .header-body-right ul {
      margin: 0; }
      header .header .header-body-right ul li {
        display: inline-block;
        border-left: 1px solid #0a0a0a;
        padding-left: 1.5rem;
        margin-left: 1.5rem; }
        header .header .header-body-right ul li:last-child {
          padding-left: 1rem; }
      header .header .header-body-right ul.header-cart-links {
        display: flex;
        align-items: center; }
        header .header .header-body-right ul.header-cart-links a {
          font-size: 1.5rem;
          font-weight: 100;
          color: #0a0a0a;
          padding-right: 1rem;
          position: relative; }
          header .header .header-body-right ul.header-cart-links a:hover {
            color: #dd0200; }
          header .header .header-body-right ul.header-cart-links a .snipcart-items-count {
            position: absolute;
            display: flex;
            top: -6px;
            right: 12px;
            color: #fefefe;
            font-weight: 800;
            font-size: .8rem;
            width: 20px;
            height: 20px;
            text-align: center;
            justify-content: center;
            align-items: center;
            background-color: #cc0000;
            border-radius: 50px; }
          header .header .header-body-right ul.header-cart-links a.snipcart-checkout i {
            font-size: 1.75rem;
            color: #0a0a0a; }
      header .header .header-body-right ul.header-custom-quote a, header .header .header-body-right ul.header-cart-links a {
        display: flex;
        align-items: center;
        color: #0a0a0a;
        line-height: 1.15;
        font-weight: 500;
        font-size: .8rem; }
        header .header .header-body-right ul.header-custom-quote a i, header .header .header-body-right ul.header-cart-links a i {
          font-size: 1.5rem;
          color: #dd0200;
          margin: 0 .5rem; }
        header .header .header-body-right ul.header-custom-quote a.snipcart-checkout, header .header .header-body-right ul.header-cart-links a.snipcart-checkout {
          position: relative; }
          header .header .header-body-right ul.header-custom-quote a.snipcart-checkout i, header .header .header-body-right ul.header-cart-links a.snipcart-checkout i {
            font-size: 1.75rem;
            color: #0a0a0a; }
          header .header .header-body-right ul.header-custom-quote a.snipcart-checkout .snipcart-items-count, header .header .header-body-right ul.header-cart-links a.snipcart-checkout .snipcart-items-count {
            position: absolute;
            display: flex;
            top: -6px;
            right: 0;
            color: #fefefe;
            font-weight: 800;
            font-size: .8rem;
            width: 20px;
            height: 20px;
            text-align: center;
            justify-content: center;
            align-items: center;
            background-color: #cc0000;
            border-radius: 50px; }
      header .header .header-body-right ul.header-custom-quote {
        display: flex;
        align-items: center; }
        header .header .header-body-right ul.header-custom-quote a {
          text-transform: capitalize; }
          header .header .header-body-right ul.header-custom-quote a.header-contact {
            text-transform: none; }
  header .header > span:first-child {
    width: 28%; }
  header .header .header-logo {
    max-width: 100px; }
    @media print, screen and (min-width: 64em) {
      header .header .header-logo {
        max-width: none; } }
  header .header #responsive-menu {
    display: flex;
    align-items: center;
    width: 100%; }
    header .header #responsive-menu > .top-bar-right {
      width: 100%; }
    header .header #responsive-menu ul {
      flex-direction: column;
      padding: 1rem 2rem; }
      @media print, screen and (min-width: 64em) {
        header .header #responsive-menu ul {
          justify-content: space-evenly;
          flex-direction: row;
          padding: 0; }
          header .header #responsive-menu ul ul {
            padding: 2rem 2.9375rem;
            list-style: none;
            margin-left: 0;
            right: auto;
            min-width: 300px; }
            header .header #responsive-menu ul ul ul {
              margin-right: 1rem;
              background-color: #fefefe;
              left: 123%;
              min-width: 300px;
              margin-top: -2.05rem; } }
    header .header #responsive-menu a {
      font-size: 1.25rem;
      font-family: "Rajdhani", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #fefefe;
      background-color: transparent;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        header .header #responsive-menu a {
          padding: 1.25rem .5rem; } }
      header .header #responsive-menu a:hover {
        color: #dd0200; }
    header .header #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 #responsive-menu .header-mobile-only {
          display: none; } }
      header .header #responsive-menu .header-mobile-only .button {
        width: 100%; }
      header .header #responsive-menu .header-mobile-only ul {
        flex-direction: row; }
        header .header #responsive-menu .header-mobile-only ul a {
          margin-right: 2rem;
          font-size: 1.5rem; }
  header .header .nav-menu-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .header .nav-menu-right .header-financing a {
      display: flex;
      flex-direction: column;
      background-color: #dd0200;
      color: #fefefe;
      transition: all .3s ease-in-out;
      padding-left: 2rem;
      padding-right: 2rem;
      align-items: center;
      justify-content: center; }
      @media print, screen and (min-width: 64em) {
        header .header .nav-menu-right .header-financing a {
          height: 60px; } }
      header .header .nav-menu-right .header-financing a:hover {
        color: #0a0a0a;
        background-color: #cccccc; }
      header .header .nav-menu-right .header-financing a .header-financing-top, header .header .nav-menu-right .header-financing a .header-financing-bottom {
        background: transparent;
        padding: 0;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        font-weight: 700; }
      header .header .nav-menu-right .header-financing a .header-financing-top {
        font-family: "Rajdhani", sans-serif;
        font-size: 1.25rem; }
      header .header .nav-menu-right .header-financing a .header-financing-bottom {
        font-size: .9rem; }
    header .header .nav-menu-right-mobile {
      width: 28%; }
      header .header .nav-menu-right-mobile > a {
        padding: .5rem; }
  header .header .top-bar-left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: .75rem;
    background-color: #fefefe; }
    @media print, screen and (min-width: 64em) {
      header .header .top-bar-left {
        width: auto;
        padding: 0; } }
    header .header .top-bar-left > span:first-child {
      width: 18%; }
      @media print, screen and (min-width: 64em) {
        header .header .top-bar-left > span:first-child {
          width: 28%; } }
    header .header .top-bar-left .nav-menu-right-mobile {
      width: 28%; }
      header .header .top-bar-left .nav-menu-right-mobile > a {
        color: #23426a;
        padding: .5rem;
        font-size: 1.75rem; }
        header .header .top-bar-left .nav-menu-right-mobile > a.snipcart-checkout {
          position: relative; }
          header .header .top-bar-left .nav-menu-right-mobile > a.snipcart-checkout i {
            font-size: 1.75rem;
            color: #0a0a0a; }
          header .header .top-bar-left .nav-menu-right-mobile > a.snipcart-checkout .snipcart-items-count {
            position: absolute;
            display: flex;
            top: 3px;
            right: 0;
            color: #fefefe;
            font-weight: 800;
            font-size: .8rem;
            width: 20px;
            height: 20px;
            text-align: center;
            justify-content: center;
            align-items: center;
            background-color: #cc0000;
            border-radius: 50px; }
  header .header .top-bar-right {
    background-color: #333333; }
    @media print, screen and (min-width: 64em) {
      header .header .top-bar-right {
        display: flex;
        justify-content: space-between;
        padding-left: 2.5rem; } }
  header .header-left {
    background-color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1rem; }
    @media print, screen and (min-width: 64em) {
      header .header-left {
        background: linear-gradient(104deg, #000000 0, #000000 85%, transparent 85%, transparent 100%);
        width: 222px;
        justify-content: center; } }
    header .header-left:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #dd0200;
      height: 45px;
      z-index: -1; }
    header .header-left > span, header .header-left div {
      width: 33.3333%; }
      @media print, screen and (min-width: 64em) {
        header .header-left > span, header .header-left div {
          width: auto; } }
    header .header-left .header-logo {
      text-align: center; }
      header .header-left .header-logo img {
        max-width: 45px; }
        @media print, screen and (min-width: 64em) {
          header .header-left .header-logo img {
            width: auto;
            max-width: none; } }
  header .header-right {
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      header .header-right {
        height: 126px !important; } }
    header .header-right-top {
      background-color: #dd0200; }
      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-header {
        display: flex;
        align-items: center; }
        @media print, screen and (min-width: 64em) {
          header .header-right-top .pencil-header {
            padding-right: 1.5rem; } }
        header .header-right-top .pencil-header > div {
          width: 100%; }
    header .header-right-bottom {
      display: flex;
      justify-content: space-between; }
  header .pencil-header-mobile {
    text-align: center;
    font-weight: 800;
    background-color: #dd0200;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Rajdhani", sans-serif;
    color: #fefefe; }
    header .pencil-header-mobile p, header .pencil-header-mobile a {
      color: #fefefe; }
    header .pencil-header-mobile a {
      font-family: "Rajdhani", sans-serif;
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: .05rem;
      text-transform: uppercase;
      margin-top: .25rem; }
    header .pencil-header-mobile .divider {
      width: 2px;
      height: 16px;
      background-color: #fefefe;
      display: block;
      margin: 10px 7px; }
  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: #dd0200; }

/* 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: 131px; }
  @media print, screen and (min-width: 64em) {
    .sticky-container {
      height: 144px; } }

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

.basket-icon {
  color: #0066cc;
  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 {
    height: 46px;
    font-size: .75rem;
    background-color: #dd0200;
    padding: .45rem 0; }
    header .pencil-header p {
      font-family: "Rajdhani", sans-serif;
      font-weight: 700;
      color: #fefefe;
      font-size: 1.3rem;
      margin-bottom: 0;
      text-align: center;
      text-transform: uppercase; }
      header .pencil-header p a {
        color: #fefefe; }
      header .pencil-header p .header-phone {
        margin-left: .25rem; }
      header .pencil-header p .header-divider {
        margin: 0 .75rem; }
    header .pencil-header .row > .column, header .pencil-header .row > .columns {
      text-align: center; }
      header .pencil-header .row > .column:first-child, header .pencil-header .row > .columns:first-child {
        text-align: left; }
      header .pencil-header .row > .column:last-child, header .pencil-header .row > .columns:last-child {
        text-align: right; }
  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: #dd0200; }
    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 > 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: #dd0200;
  border-left-style: solid;
  border-right-width: 0;
  border-left-width: 6px; }

header .menu > li:not(.menu-text) > a {
  padding: 0.1rem;
  margin: 0 0.6rem; }
  @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: #0a0a0a; }
    .menu-open header .menu-icon:hover {
      color: #dd0200; }
  .menu-open header nav {
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: 0;
    display: block; }
    .menu-open header nav .top-bar-right .vertical-rule-left {
      width: 100%; }
    .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: black;
        margin-left: 0;
        padding: 1rem 2rem; }
        .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active a {
          color: #fefefe;
          padding-top: .75rem;
          padding-bottom: .75rem;
          display: block;
          line-height: 1; }
        .menu-open header nav .top-bar-right .is-drilldown-submenu.is-active .js-drilldown-back {
          border-bottom: 1px solid #fefefe;
          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 #fefefe transparent transparent; }
      .menu-open header nav .top-bar-right .is-drilldown-submenu-parent > a::after {
        border-color: transparent transparent transparent #fefefe; }
    .menu-open header nav .top-bar-right .menu > li:not(.menu-text) > a {
      color: #fefefe;
      padding-top: .75rem;
      padding-bottom: .75rem;
      margin: 0; }
    .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 button {
      padding-left: .75rem; }
      @media print, screen and (min-width: 40em) {
        .header-nav-search form button {
          padding: 0 1rem; } }

.header-search select {
  margin-bottom: 0;
  max-width: 100px; }

.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 {
  background-color: #333333;
  border-top: 20px solid #dd0200;
  /*
  .footer-top {
    display:flex;
    align-items: flex-end;
    margin-bottom:1rem;
    .footer-logo {
      margin-right:2rem;
    }
    .footer-contact {
      text-transform: uppercase;
      font-weight:700;
      color:$black;
      padding-left: .75rem;
      padding-right: .75rem;
      .subtitle {
        font-family:$heading-font-family;
      }
      .title {
        font-size:1.5rem;
        font-weight:900;
      }
    }
  }*/ }
  .footer a, .footer p, .footer h5 {
    color: #cccccc; }
  .footer a, .footer p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .25rem;
    line-height: 1.5; }
  .footer h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.25rem; }
  .footer ul {
    list-style: none;
    margin: 0; }
  .footer li {
    line-height: 1; }
  .footer a {
    display: inline-block; }
    .footer a:hover {
      color: #dd0200; }
  .footer .row {
    border-top: 1px solid #6a6a6a; }
    .footer .row:first-child {
      padding-top: 3rem;
      padding-bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .footer-logo {
      text-align: left; } }
  .footer-logo img {
    /*max-width:25%;
      @include breakpoint (medium) {
        max-width:50%;
      }*/ }
  .footer .footer-contact {
    padding-left: .75rem;
    padding-right: .75rem; }
    .footer .footer-contact h5 {
      margin-bottom: 0; }
    .footer .footer-contact p {
      font-size: 1.25rem; }
  .footer .footer-contact-hours, .footer .footer-social-content {
    padding-left: .75rem;
    padding-right: .75rem; }
  .footer .footer-contact-hours {
    margin-bottom: 2rem; }
  .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: 1rem;
          margin-left: 0; } }
    .footer .footer-social-content ul a {
      font-size: 1.75rem; }
  .footer-copy p {
    font-size: .9rem;
    color: #cccccc;
    text-transform: capitalize;
    font-weight: 600; }
    .footer-copy p a {
      font-size: .9rem;
      font-weight: 600;
      color: #999999; }
      .footer-copy p a:hover {
        color: #dd0200; }
    .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-menu {
    /*
    @include breakpoint (medium only) {
      margin-bottom:3rem;
    }*/ }
    .footer-menu-collection {
      display: table;
      width: 100%;
      padding-bottom: 2rem; }
      .footer-menu-collection .accordion {
        background-color: transparent;
        margin-bottom: 1.25rem; }
        .footer-menu-collection .accordion h5 {
          color: #fefefe; }
          @media print, screen and (max-width: 39.99875em) {
            .footer-menu-collection .accordion h5 {
              margin-bottom: 0; } }
        .footer-menu-collection .accordion .fas {
          color: #cccccc;
          padding-right: 1rem; }
        .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: #dd0200; }
          .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 {
              margin-top: 2rem; } }
        @media print, screen and (max-width: 39.99875em) {
          .footer-menu-collection .accordion-item {
            border-bottom: 1px solid #666666; } }
        .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%; } }

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

#snipcart {
  font-size: 100%;
  font-weight: 600;
  /*
  .snipcart-overwrite #snipcart-header #snipcart-title {
    color: #50bcd0;
    background: url('https://images.iconfigurators.app/images/websites/logos/logo-color_5790.png') no-repeat 0 center;
    padding-left: 60px;
  }*/ }
  #snipcart .snipcart__font--std, #snipcart .snipcart-form__label {
    font-size: 100%;
    font-weight: 600; }
  #snipcart .snipcart-cart-header__title img {
    max-width: 175px; }
  #snipcart .snipcart-button-secondary.snipcart-base-button.is-fit-content.is-icon-left {
    background-color: #dd0200;
    color: #ffffff; }
  #snipcart .snipcart-discount-box .snipcart-input {
    padding-right: 0; }
  #snipcart .snipcart-summary-fees__notice {
    font-weight: 600; }
  #snipcart .snipcart-summary-fees__notice.snipcart__font--regular span {
    visibility: hidden;
    position: relative;
    /*  &:after {
      content:'goodbye'; 
      visibility: visible;
      display: block;
      position: absolute;
      background-color: red;
      padding: 5px;
      top: 2px;
    }*/ }
    #snipcart .snipcart-summary-fees__notice.snipcart__font--regular span.snipcart-summary-fees__notice-ic-opt {
      visibility: visible; }
  #snipcart .snipcart-discount-box__button.snipcart__font--bold {
    visibility: hidden;
    position: relative; }
  #snipcart .snipcart-discount-box__button.snipcart__font--bold:after {
    content: 'Apply Gift Certificate';
    visibility: visible;
    display: block;
    position: absolute;
    padding: 5px;
    top: 2px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    border: 1px solid;
    color: #2e3338;
    color: var(--color-input, #2e3338);
    border-color: #e3e6e8;
    border-color: var(--borderColor-input, #e3e6e8);
    background-color: #fff;
    background-color: var(--bgColor-input, #fff); }
  #snipcart .snipcart-discount-box__form-container {
    /*
    .snipcart-input {
      &:after {
        content:'Gift Code';
        position: absolute;
        left:0;
        padding-left:.5rem;
        color: #2e3338;
        color: var(--color-input,#2e3338);
      }
    }*/ }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-webkit-input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-webkit-input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-moz-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-moz-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-moz-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-moz-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-ms-input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-ms-input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
  @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 .snipcart-input .snipcart-input__input {
    margin-bottom: 0;
    height: 52px; }
  #snipcart .snipcart-form-radio__label {
    display: flex; }
  #snipcart .snipcart-form__field > label {
    font-weight: 600; }
  #snipcart .snipcart-cart-summary-item > span {
    font-weight: 600; }
  #snipcart .snipcart-cart-header .snipcart-modal__close-icon, #snipcart .snipcart-cart-header__icon, #snipcart .snipcart-payment-methods-list-item__arrow {
    color: #0066cc; }
  #snipcart .snipcart-form__address-autocomplete > .snipcart-textbox, #snipcart .snipcart-textbox {
    border-color: #666666; }
  #snipcart .address-disclaimer {
    margin-bottom: 2rem; }
  #snipcart .snipcart__box--badge-highlight, #snipcart .snipcart-button-icon.is-secondary {
    background-color: #eaa4a3;
    color: #ffffff; }
  #snipcart .snipcart__box--badge-highlight:hover, #snipcart .snipcart-button-icon.is-secondary:hover {
    background-color: #ffffff;
    color: #0066cc; }
  #snipcart .snipcart-item-quantity__quantity:hover, #snipcart .snipcart-discount-box__button:hover {
    border-color: #0066cc; }
  #snipcart .snipcart-button-primary {
    background-color: #dd0200;
    color: #ffffff; }
  #snipcart .snipcart-button-link {
    color: #0066cc; }
  #snipcart .snipcart-button-link:hover {
    color: #333333; }
  #snipcart .notice {
    margin-top: 2rem; }
    #snipcart .notice p {
      line-height: 1.5;
      font-weight: 600; }
    #snipcart .notice b {
      font-weight: 700; }

/*
$red:#fe3232;

#snipcart {
  ///// checkout /////
  input {
    margin-bottom:0;
  }
  .snipcart-input {
    height:auto;
  }
  .im-custom-subtitle {
    margin-top:2rem;
  }

  .address-disclaimer {
    margin-top:1rem;
    p {
      font-weight:600;
      color:$red;
    }
  }

  .snipcart-featured-payment-methods__list {
    align-items:center;
    justify-content: center;
    &-item {
      padding:8px;
    }
  }
}

.snipcart-form-radio__label {
  display: flex!important;
}
*/
.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: #dd0200; }
  .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 .fitment-bar {
  box-shadow: 0 5px 10px #cccccc; }

.hp .fitment h3, .hp .fitment p {
  line-height: 1.25;
  margin-bottom: 0; }

.hp .fitment h3 {
  text-transform: uppercase;
  font-weight: 900;
  display: inline;
  color: #fefefe;
  font-size: 1.65rem; }

.hp .fitment p {
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 900;
  font-size: .9rem; }

.hp .fitment .search-by {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #333333; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment .search-by {
      flex-direction: row; } }
  .hp .fitment .search-by > div:first-child {
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .search-by > div:first-child {
        margin-bottom: 0;
        width: 25%;
        padding: 0 2rem; } }
  .hp .fitment .search-by > div:last-child {
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .hp .fitment .search-by > div:last-child {
        width: 75%; } }

.hp .fitment .fitment-left {
  background-color: #dd0200;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment .fitment-left {
      height: 106px;
      max-width: 280px; } }

.hp .fitment .fitment-right {
  padding: 0 1rem; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment .fitment-right {
      padding: 0;
      padding-left: 2rem; } }

@media print, screen and (min-width: 64em) {
  .hp .fitment #wheels-vehicle-select-elite select, .hp .fitment #tires-vehicle-select-v select {
    margin-bottom: 0; } }

.hp .fitment #wheels-vehicle-select-elite #icv_vehicle-select, .hp .fitment #tires-vehicle-select-v #icv_vehicle-select {
  flex-wrap: nowrap;
  flex-direction: column; }
  @media print, screen and (min-width: 40em) {
    .hp .fitment #wheels-vehicle-select-elite #icv_vehicle-select, .hp .fitment #tires-vehicle-select-v #icv_vehicle-select {
      flex-direction: row; } }

.hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option, .hp .fitment #tires-vehicle-select-v .icv_vehicle-select-option {
  width: 100%;
  border-radius: 3px; }
  @media print, screen and (min-width: 40em) {
    .hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option, .hp .fitment #tires-vehicle-select-v .icv_vehicle-select-option {
      margin-left: 1.25rem; }
      .hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option:first-child, .hp .fitment #tires-vehicle-select-v .icv_vehicle-select-option:first-child {
        margin: 0; } }
  .hp .fitment #wheels-vehicle-select-elite .icv_vehicle-select-option:last-child, .hp .fitment #tires-vehicle-select-v .icv_vehicle-select-option:last-child {
    margin-right: 0; }

.hp .fitment #wheels-vehicle-select-elite .vs--unsearchable, .hp .fitment #tires-vehicle-select-v .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, .hp .fitment #tires-vehicle-select-v .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, .hp .fitment #tires-vehicle-select-v .vs--unsearchable input {
    background-color: #fefefe;
    margin: 0; }
  .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable .vs__dropdown-toggle, .hp .fitment #tires-vehicle-select-v .vs--unsearchable .vs__dropdown-toggle {
    border: 0;
    padding: 0;
    width: 100%; }
    .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable .vs__dropdown-toggle .vs__search, .hp .fitment #tires-vehicle-select-v .vs--unsearchable .vs__dropdown-toggle .vs__search {
      font-weight: 600; }
  .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled, .hp .fitment #tires-vehicle-select-v .vs--unsearchable.vs--disabled {
    background-color: #e6e6e6; }
    .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled input, .hp .fitment #tires-vehicle-select-v .vs--unsearchable.vs--disabled input {
      background-color: #e6e6e6; }
    .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled .vs__dropdown-toggle, .hp .fitment #tires-vehicle-select-v .vs--unsearchable.vs--disabled .vs__dropdown-toggle {
      background-color: #e6e6e6;
      border: 0; }
    .hp .fitment #wheels-vehicle-select-elite .vs--unsearchable.vs--disabled svg, .hp .fitment #tires-vehicle-select-v .vs--unsearchable.vs--disabled svg {
      background-color: #e6e6e6; }

.hp .fitment #wheels-vehicle-select-elite .vs__selected, .hp .fitment #tires-vehicle-select-v .vs__selected {
  font-weight: 600; }
  .hp .fitment #wheels-vehicle-select-elite .vs__selected-options, .hp .fitment #tires-vehicle-select-v .vs__selected-options {
    flex-wrap: nowrap; }

.hp .fitment #wheels-vehicle-select-elite .vs__dropdown-menu, .hp .fitment #tires-vehicle-select-v .vs__dropdown-menu {
  overflow-x: visible;
  width: auto; }

@media print, screen and (min-width: 64em) {
  .icon-vehicle-select-embed {
    flex-direction: row !important; } }

@media print, screen and (min-width: 64em) {
  .icon-vehicle-select-embed #icv_vehicle-select {
    flex-direction: row; } }

.icon-vehicle-select-embed #icv_vehicle-select select {
  margin: 8px 0 8px 0; }
  @media print, screen and (min-width: 64em) {
    .icon-vehicle-select-embed #icv_vehicle-select select {
      margin: 8px;
      margin-bottom: 1rem; } }

.icon-vehicle-select-embed .icm_vs_header h1, .icon-vehicle-select-embed .icm_vs_header h2 {
  color: #fefefe;
  white-space: nowrap;
  margin-bottom: 0; }

.icon-vehicle-select-embed .icm_vs_header h1 {
  display: block; }

@media print, screen and (min-width: 64em) {
  .icon-vehicle-select-embed .icm_vs_header {
    width: 20%; }
    .icon-vehicle-select-embed .icm_vs_header h2 {
      white-space: nowrap;
      color: #fefefe;
      margin-top: -.3rem; } }

@media print, screen and (min-width: 64em) {
  .icon-vehicle-select-embed .icm_vs_body {
    width: 100%; } }

.hp .shipping {
  background-color: #dd0200;
  padding: 1rem .5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hp .shipping h5 {
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0.5rem;
    text-align: center;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .hp .shipping h5 {
        font-size: 1.75rem;
        margin: 0 1.25rem; } }
  .hp .shipping i {
    font-size: 1.5rem;
    color: #0a0a0a; }
    @media print, screen and (min-width: 40em) {
      .hp .shipping i {
        font-size: 2rem; } }

.hp .instagram {
  background-color: #dd0200; }
  .hp .instagram h2 {
    text-align: center;
    margin-bottom: 0;
    padding: .75rem 0; }
  .hp .instagram a {
    font-size: 1.25rem;
    color: #fefefe;
    font-weight: 600;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hp .instagram a:hover {
      color: #333333; }
    .hp .instagram a i {
      font-size: 1.75rem;
      margin-right: .5rem; }

.hp .featured-wheels {
  padding: 2rem 1rem; }
  @media print, screen and (min-width: 64em) {
    .hp .featured-wheels {
      padding: 5rem 3.25rem 2rem; } }
  .hp .featured-wheels .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .section-title {
        margin-bottom: 2rem; } }
    .hp .featured-wheels .section-title .line {
      height: 1px;
      background-color: #dd0200;
      width: 33%; }
      @media print, screen and (min-width: 64em) {
        .hp .featured-wheels .section-title .line {
          width: 33%; } }
    .hp .featured-wheels .section-title h2 {
      font-family: "Rajdhani", sans-serif;
      position: relative;
      text-align: center;
      font-size: 1.5rem;
      padding-bottom: 0;
      margin-bottom: 0;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.125;
      margin: 0 .5rem;
      width: 100%;
      white-space: nowrap; }
      @media print, screen and (min-width: 64em) {
        .hp .featured-wheels .section-title h2 {
          font-size: 3.5rem;
          margin: 0 1rem; } }
  .hp .featured-wheels .section-subtitle h5 {
    font-family: "Arimo", 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: 3rem; } }
  .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;
    box-shadow: 0 0 10px #cccccc; }
    .hp .featured-wheels .featured-slider a:hover {
      border-color: #dd0200; }
  .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: #dd0200; }
  .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: "Rajdhani", 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: #333333;
    border-radius: 3px; }
    @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: #dd0200; }

@media print, screen and (min-width: 64em) {
  .hp .packages {
    padding-top: 1rem;
    padding-bottom: 3rem; } }

.hp .packages h6 {
  font-family: "Arimo", sans-serif;
  font-weight: 900;
  transition: all .3s ease-in-out;
  text-transform: uppercase; }

.hp .packages h2 {
  font-family: "Rajdhani", sans-serif;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  margin: 0 .5rem;
  width: 100%;
  white-space: nowrap;
  /*
    &: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: 3.5rem;
      margin: 0 1rem;
      line-height: 1.4; } }

.hp .packages .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .hp .packages .section-title {
      margin-bottom: 5rem; } }
  .hp .packages .section-title .line {
    height: 1px;
    background-color: #dd0200;
    width: 33%; }
    @media print, screen and (min-width: 64em) {
      .hp .packages .section-title .line {
        width: 50%; } }

.hp .packages-list a {
  position: relative;
  display: block; }
  .hp .packages-list a img {
    transition: all .3s ease-in-out; }
  .hp .packages-list a:hover h6 {
    color: #dd0200; }
  .hp .packages-list a:hover img {
    transform: scale(1.05); }
  .hp .packages-list a:hover .pkg-info-description {
    color: #dd0200; }

.hp .packages-list .pkg-special {
  background-color: #dd0200;
  color: #0a0a0a;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-weight: 800;
  border-radius: 25px;
  position: absolute;
  top: 1rem; }

.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 {
    max-width: 260px;
    width: 100%;
    background-color: #dd0200;
    border-radius: 5px;
    letter-spacing: unset; }
    @media print, screen and (max-width: 63.99875em) {
      .hp .packages-button-container .button {
        font-size: 1rem;
        max-width: 200px; } }
    .hp .packages-button-container .button:hover {
      background-color: #333333; }

.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;
  line-height: 1.35; }
  .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: #dd0200; }
  .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: #dd0200; }
  .hp .packages .pkg-info .description {
    text-align: center;
    margin-bottom: .5rem; }
    .hp .packages .pkg-info .description .information {
      color: #0a0a0a;
      font-family: "Rajdhani", sans-serif;
      font-weight: 800; }
      .hp .packages .pkg-info .description .information .spec-info, .hp .packages .pkg-info .description .information .size {
        color: #0a0a0a;
        font-weight: 500; }
  .hp .packages .pkg-info .price {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    color: #dd0200;
    font-size: 1.25rem; }

.hp .packages .pkg-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 25px;
  background-color: #dd0200;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 900;
  padding: .5rem 1.5rem; }

.hp .packages .pkg-btn {
  width: 75%; }

.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: #dd0200; }
  .vehicle-select__links {
    margin-bottom: 1rem; }
    .vehicle-select__links a {
      color: #dd0200;
      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: #dd0200;
  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; }
  @media print, screen and (min-width: 64em) {
    .featured-brands {
      margin-bottom: 2.5rem; } }
  .featured-brands h2 {
    text-align: center;
    color: #0a0a0a; }
    @media print, screen and (max-width: 63.99875em) {
      .featured-brands h2 {
        font-size: 1.5;
        line-height: 1; } }
  .featured-brands .title {
    margin-bottom: 2rem; }
  .featured-brands a {
    background-color: #f3f3f3;
    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; }
    @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 {
  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: 3rem;
  padding-bottom: 3rem; }
  .newsletter input {
    border-radius: 2px !important;
    margin: 0;
    border: 0; }
  .newsletter .title, .newsletter .content {
    text-align: center; }
  .newsletter .content {
    max-width: 530px;
    margin: 0 auto; }
  .newsletter h2 {
    color: #fefefe; }
    @media print, screen and (max-width: 63.99875em) {
      .newsletter h2 {
        font-size: 1.5rem; } }
  .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: #dd0200;
    letter-spacing: .1rem;
    padding: 1.05rem 1.5rem; }
    .newsletter .button:hover {
      background-color: #666666; }

/*.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;
  }
}
*/
@media print, screen and (min-width: 64em) {
  .hp .fitment-gallery {
    padding-bottom: 1.5rem; } }

.hp .fitment-gallery h2 {
  text-align: center;
  color: #0a0a0a;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: unset;
  color: #fefefe;
  margin-bottom: 0; }
  @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: 1.5rem;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment-gallery .title {
      height: 116px; } }

@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 .image {
  background-position: center;
  background-size: cover;
  height: 252px; }

.hp .fitment-gallery .fitment-gallery-collection img {
  position: static;
  width: 100%;
  opacity: 0; }

.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: "Arimo", 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: "Arimo", 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 .cta {
  padding: 2rem 0 1rem; }
  @media print, screen and (min-width: 64em) {
    .hp .cta {
      padding-top: 5rem; } }
  .hp .cta h2 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
    margin: 0 .5rem;
    width: 100%;
    white-space: nowrap; }
    @media print, screen and (min-width: 64em) {
      .hp .cta h2 {
        font-size: 3.5rem;
        margin: 0 1rem; } }
  .hp .cta .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .hp .cta .section-title {
        margin-bottom: 5rem; } }
    .hp .cta .section-title .line {
      height: 1px;
      background-color: #dd0200;
      width: 33%; }
      @media print, screen and (min-width: 64em) {
        .hp .cta .section-title .line {
          width: 50%; } }
  .hp .cta a {
    text-align: center;
    margin-bottom: 1rem;
    display: block;
    color: #fefefe; }
    @media print, screen and (min-width: 64em) {
      .hp .cta a {
        margin-bottom: 2rem; } }
    .hp .cta a .content {
      padding: 1rem 0;
      width: 100%;
      transition: all .3s ease-in-out; }
      .hp .cta a .content img {
        transition: all .3s ease-in-out;
        width: auto; }
        @media print, screen and (min-width: 40em) {
          .hp .cta a .content img {
            height: 100%;
            max-width: none; } }
    .hp .cta a .text {
      font-family: "Rajdhani", sans-serif;
      color: #0a0a0a;
      text-transform: uppercase;
      font-weight: 500; }
      .hp .cta a .text .title {
        font-weight: 900;
        display: inline-block;
        color: #23426a;
        border-bottom: 4px solid #dd0200;
        font-size: 2rem;
        width: 160px;
        margin-bottom: 1rem; }
    .hp .cta a:hover {
      color: #dd0200; }
      .hp .cta a:hover .content {
        scale: 1.05; }
        .hp .cta a:hover .content img {
          scale: 1.05; }
  .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;
    overflow: hidden; }
    .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: #dd0200;
        border-color: #fefefe; }
    .hp .cta .cta-content-01 {
      background-image: url("/images/home/cta/cta-01.jpg"); }
    .hp .cta .cta-content-02 {
      background-image: url("/images/home/cta/cta-02.jpg"); }
    .hp .cta .cta-content-03 {
      background-image: url("/images/home/cta/cta-03.jpg"); }
    .hp .cta .cta-content-04 {
      background-image: url("/images/home/cta/cta-04.jpg"); }
    .hp .cta .cta-content-05 {
      background-image: url("/images/home/cta/cta-05.jpg"); }
    .hp .cta .cta-content-06 {
      background-image: url("/images/home/cta/cta-06.jpg"); }
    .hp .cta .cta-content .content {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      transition: all .3s ease-in-out; }
    .hp .cta .cta-content .title, .hp .cta .cta-content .subtitle {
      font-family: "Rajdhani", sans-serif;
      text-transform: uppercase;
      transition: all .3s ease-in-out; }
    .hp .cta .cta-content .title {
      font-size: 2.75rem;
      font-weight: 800;
      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: "Arimo", 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; }
  .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: #dd0200; }

.financing img {
  width: 100%; }

.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: #cc0000;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center; }

.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: #dd0200; }
    .off-canvas .close-button.orange {
      background-color: #dd0200; }
      .off-canvas .close-button.orange:hover {
        color: #0a0a0a; }
  .off-canvas .slide-over-container {
    font-size: .75rem;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 2rem; }
    .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: #dd0200;
        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: "Arimo", 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: #dd0200;
      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: #dd0200; }
    .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: #dd0200; }
    .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: #dd0200;
          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: #dd0200;
          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/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) {
  #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: #dd0200;
    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: #0066cc;
      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: #e6e6e6;
      border: 1px solid #efefef;
      border-radius: 5px;
      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 .row > .column:last-child a > i, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > i, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > i, #wheels .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > i, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > i, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > i, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > i, #wheel-brands .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > i, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child a > i, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child a > i, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .column:last-child button > i, #gallery .listing-search-bar .mobile-only-slide-filter-search .row > .columns:last-child button > i {
        font-size: 1.05rem; }

#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; }
    #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, #dd0200 0, #dd0200 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: #dd0200;
      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 .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; }
    #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 .price.original-price .symbol, #wheels .products-list .price.original-price .value, #wheel-brands .products-list .price.original-price .symbol, #wheel-brands .products-list .price.original-price .value, #gallery .products-list .price.original-price .symbol, #gallery .products-list .price.original-price .value {
      font-weight: 500; }
    #wheels .products-list .price.original-price .value, #wheel-brands .products-list .price.original-price .value, #gallery .products-list .price.original-price .value {
      text-decoration: line-through; }
    #wheels .products-list .price.sales-price, #wheel-brands .products-list .price.sales-price, #gallery .products-list .price.sales-price {
      color: #dd0200; }
  #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 {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase; }
  #wheels .pagination .current, #wheel-brands .pagination .current, #gallery .pagination .current {
    background-color: #dd0200; }

#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 {
    font-size: .9rem;
    font-weight: 500;
    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: #dd0200; }

.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: #dd0200;
    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: #dd0200;
      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: #e6e6e6;
      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; }

/*
// series title
#wheels {
  padding-top:2rem;
  .series-anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
  }
  .series-logo {
    border-bottom:1px solid $grayA;
    margin-bottom:1rem;
    padding-bottom:.5rem;
    @include breakpoint (medium) {
      margin-bottom:1.5rem;
    }
    img {
      max-width:200px;
    }
  }
  .products-series, .products-series .products-list {
    margin-left:auto;
    margin-right:auto;
  }
}

// wheels listing
#wheels {
  .products-list {
    text-align:center;
    .product-information {
      margin-bottom:1rem;
      color:$gray3;
      text-transform: uppercase;
      @include breakpoint (medium) {
        margin-bottom:2rem;
      }
      @include breakpoint (large) {
        margin-bottom:3rem;
      }
      .wheel-name {
        font-weight:700;
      }
      .wheel-sizes {
        font-size:.9rem;
        font-weight:600;
      }
    }
    &-none {
      text-align:center;
      font-size:1.25rem;
      span {
        font-weight:600;
      }
    }
  }
}

// Fitment
#wheels,#wheel {
  .page-header.fitment-header {
    font-size:1rem;
    @include breakpoint (small only) {
      padding-top:2rem;
    }
    h1 {
      line-height:1;
      font-size:1.85rem;
      font-size:700;
    }
    span {
      @include breakpoint (small only) {
        display:block;
      }
    }
    .fitment-bar-container {
      @include breakpoint (medium) {
        display:flex;
        justify-content: flex-end;
        align-items: center;
      }
    }
    .fitment-bar {
      padding-left:.625rem;
      padding-right:.625rem;
      @include breakpoint (medium) {
        padding-left:.9375rem;
        padding-right:.9375rem;
      }
      &.right {
        @include breakpoint (medium) {
          max-width:300px;
        }
      }
    }
    .fitment-header-info {
      @include breakpoint (medium) {
        display:flex;
        flex-direction: column;
        justify-content: center;
      }
      .vehicle-size {
        font-size:1.35rem;
        font-weight:100;
      }
    }
    .vehicle-display {
      display:flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      @include breakpoint (medium) {
        border-left:1px solid $grayA;
      }
    }
    .vehicle-display {
      text-align: center;
      padding-left:1rem;
      padding-right:1rem;
    }
    .vehicleUpdate {
      padding-left:1rem;
      padding-right:1rem;
    }
    .fitment-change {
      color:$gray5;
      text-transform: uppercase;
      font-weight: 400;
    }
  }
}*/
#wheels .wheel-filters h3, #wheel-brands .wheel-filters h3 {
  font-size: 1.15rem;
  color: #dd0200;
  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: #dd0200;
  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: #dd0200;
  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: #dd0200;
      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: #cc0000;
        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: #dd0200;
        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: #dd0200;
    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: #0066cc; }
  #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: #cc0000;
      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: "Rajdhani", 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: #dd0200;
    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: #dd0200;
  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: #dd0200;
    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: #dd0200; }
  #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: #dd0200; }
  #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: #dd0200;
      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: #dd0200;
        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: #dd0200;
        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; }

#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: #dd0200; }
        #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: #dd0200;
  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: #23426a; }

#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 #cc0000;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg); }

#wheel .financing {
  padding-left: .625rem;
  padding-right: .625rem; }
  #wheel .financing .row > .column, #wheel .financing .row > .columns {
    margin-bottom: 0.9375rem; }
    #wheel .financing .row > .column:nth-child(odd), #wheel .financing .row > .columns:nth-child(odd) {
      padding-right: .46875rem; }
    #wheel .financing .row > .column:nth-child(even), #wheel .financing .row > .columns:nth-child(even) {
      padding-left: .46875rem; }

#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; }
  .main-image .slick-dots li button:before {
    background-color: #0a0a0a; }

.alt-images {
  margin: 0 auto 2rem; }
  @media print, screen and (min-width: 64em) {
    .alt-images {
      margin-bottom: 0 !important;
      max-width: 60%; } }
  @media print, screen and (max-width: 39.99875em) {
    .alt-images {
      display: none; } }
  .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: #dd0200; }
  .alt-images .slick-current:after {
    width: 80%; }
  .alt-images .slick-current img {
    opacity: 1; }

#wheel .details-media {
  position: absolute;
  top: 0;
  right: 2rem; }

.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 {
    font-family: "Rajdhani", sans-serif;
    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: .2rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1; }
  #wheel .wheel-info .pricing-style, #wheel .accessory-info .pricing-style {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
    letter-spacing: 0;
    font-size: 1.25rem; }
  #wheel .wheel-info .pricing-finish, #wheel .accessory-info .pricing-finish {
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  #wheel .wheel-info .pricing-brand > a, #wheel .accessory-info .pricing-brand > a {
    color: #0066cc;
    font-size: 1.125rem;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    margin-bottom: .5rem; }
  #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 .bottom, #wheel .accessory-info .pricing-specs .bottom {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin-bottom: .5rem; }
      #wheel .wheel-info .pricing-specs .bottom .front > span:after, #wheel .wheel-info .pricing-specs .bottom .rear > span:after, #wheel .accessory-info .pricing-specs .bottom .front > span:after, #wheel .accessory-info .pricing-specs .bottom .rear > span:after {
        content: ','; }
      #wheel .wheel-info .pricing-specs .bottom .front > span:last-child:after, #wheel .wheel-info .pricing-specs .bottom .rear > span:last-child:after, #wheel .accessory-info .pricing-specs .bottom .front > span:last-child:after, #wheel .accessory-info .pricing-specs .bottom .rear > span:last-child:after {
        content: ''; }
    #wheel .wheel-info .pricing-specs .top, #wheel .accessory-info .pricing-specs .top {
      margin-bottom: .5rem;
      font-weight: 500; }
      #wheel .wheel-info .pricing-specs .top > div, #wheel .accessory-info .pricing-specs .top > div {
        margin-bottom: .5rem; }
      #wheel .wheel-info .pricing-specs .top span, #wheel .accessory-info .pricing-specs .top span {
        color: #0a0a0a;
        font-weight: 600; }
      #wheel .wheel-info .pricing-specs .top .pricing-brand, #wheel .accessory-info .pricing-specs .top .pricing-brand {
        color: #dd0200; }
      #wheel .wheel-info .pricing-specs .top .pricing-starting .call-for, #wheel .accessory-info .pricing-specs .top .pricing-starting .call-for {
        color: #dd0200;
        text-transform: uppercase;
        font-weight: 600; }
      #wheel .wheel-info .pricing-specs .top .pricing-starting .sale-item, #wheel .accessory-info .pricing-specs .top .pricing-starting .sale-item {
        color: #dd0200;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: .5rem; }
      #wheel .wheel-info .pricing-specs .top.non-skupage, #wheel .accessory-info .pricing-specs .top.non-skupage {
        flex-direction: column; }
        #wheel .wheel-info .pricing-specs .top.non-skupage > div, #wheel .accessory-info .pricing-specs .top.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-other-specs, #wheel .accessory-info .pricing-other-specs {
    margin-bottom: 1rem; }
  #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.3rem;
      font-weight: 600;
      margin-bottom: .5rem; }
      #wheel .wheel-info .pricing-price .title .sale-item, #wheel .accessory-info .pricing-price .title .sale-item {
        color: #dd0200;
        font-size: 1.25rem; }
    #wheel .wheel-info .pricing-price .subtitle, #wheel .accessory-info .pricing-price .subtitle {
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .05rem; }
      #wheel .wheel-info .pricing-price .subtitle span, #wheel .accessory-info .pricing-price .subtitle span {
        text-transform: uppercase; }
    #wheel .wheel-info .pricing-price .price-original, #wheel .accessory-info .pricing-price .price-original {
      font-weight: 400;
      text-decoration: line-through; }
    #wheel .wheel-info .pricing-price .price-sale, #wheel .accessory-info .pricing-price .price-sale {
      color: #dd0200; }
  #wheel .wheel-info .pricing-affirm, #wheel .accessory-info .pricing-affirm {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    font-weight: 500; }
    #wheel .wheel-info .pricing-affirm .affirm-modal-trigger, #wheel .accessory-info .pricing-affirm .affirm-modal-trigger {
      display: inline-block;
      font-weight: 600; }
    #wheel .wheel-info .pricing-affirm p, #wheel .accessory-info .pricing-affirm p {
      margin: 0; }
  #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;
    border: 1px solid #333333;
    border-radius: 3px;
    padding: 1rem;
    padding-top: .75rem; }
    #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: #0066cc;
      text-decoration: underline;
      font-weight: 700; }
    #wheel .wheel-info .pricing-vehicle .vehicle-title, #wheel .wheel-info .pricing-vehicle .vehicle, #wheel .accessory-info .pricing-vehicle .vehicle-title, #wheel .accessory-info .pricing-vehicle .vehicle {
      font-family: "Rajdhani", sans-serif; }
    #wheel .wheel-info .pricing-vehicle .vehicle-title, #wheel .accessory-info .pricing-vehicle .vehicle-title {
      font-size: 1.25rem;
      color: #2ca900;
      text-transform: uppercase;
      font-weight: 800; }
    #wheel .wheel-info .pricing-vehicle .vehicle, #wheel .accessory-info .pricing-vehicle .vehicle {
      font-size: 1rem;
      font-weight: 600;
      color: #0a0a0a; }
  #wheel .wheel-info .cta .button, #wheel .accessory-info .cta .button {
    background-color: #dd0200;
    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 {
      border: 2px solid #cccccc;
      background-color: #fefefe;
      color: #dd0200; }
      #wheel .wheel-info .cta .button#shop-by-spec-btn:hover, #wheel .accessory-info .cta .button#shop-by-spec-btn:hover {
        background-color: #cccccc;
        color: #fefefe; }
    #wheel .wheel-info .cta .button.open-experts-quote-popup, #wheel .accessory-info .cta .button.open-experts-quote-popup {
      background-color: #dd0200;
      color: #fefefe; }
      #wheel .wheel-info .cta .button.open-experts-quote-popup:hover, #wheel .accessory-info .cta .button.open-experts-quote-popup:hover {
        background-color: #0066cc; }
  #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: #dd0200; }
    #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: #dd0200;
      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 .selection, #wheel .accessory-info .selection {
    font-family: "Rajdhani", sans-serif; }

#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: #dd0200; }

.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;
  margin-bottom: rem; }
  #wheel #specs .spec-tabs-divider {
    border-top: 1px solid #dd0200;
    margin-bottom: 2rem; }
  #wheel #specs h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: .1rem;
    font-weight: 700;
    text-transform: uppercase; }
  #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: #dd0200;
        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 a.wheel-spec-btn:not(.button) {
      color: #dd0200; }
      #wheel #specs .tabs-content a.wheel-spec-btn:not(.button):hover {
        color: #999999; }
    #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; }
  #wheel #specs .spec-sale {
    text-decoration: line-through;
    font-weight: 400; }
    #wheel #specs .spec-sale-price {
      color: #dd0200; }

@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: #dd0200;
    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: #dd0200;
      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: #e6e6e6;
      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: #dd0200;
    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: #dd0200;
      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: #dd0200; }
  #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: #dd0200;
    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: #dd0200;
      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: #e6e6e6;
      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: #dd0200;
  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: #dd0200;
  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: #dd0200;
  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: #dd0200;
      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: #cc0000;
        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: #dd0200;
        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: #dd0200;
    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: #0066cc; }
  #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: #cc0000;
      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: "Rajdhani", 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: #dd0200;
    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: #dd0200;
  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 #tire-fitment-vehicle-select .vs--unsearchable, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable {
  width: 100%;
  background-color: transparent;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6; }
  #tires #tire-fitment-vehicle-select .vs--unsearchable input, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable input {
    background-color: transparent;
    margin: 0; }
  #tires #tire-fitment-vehicle-select .vs--unsearchable .vs__dropdown-toggle, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable .vs__dropdown-toggle {
    border: 0;
    padding: 0; }
  #tires #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled {
    background-color: #e6e6e6; }
    #tires #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled input, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled input {
      background-color: #e6e6e6; }
    #tires #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled .vs__dropdown-toggle, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled .vs__dropdown-toggle {
      background-color: #e6e6e6;
      border: 0; }
    #tires #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled svg, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable.vs--disabled svg {
      background-color: #e6e6e6; }
  #tires #tire-fitment-vehicle-select .vs--unsearchable .vs__selected, #tire-brands #tire-fitment-vehicle-select .vs--unsearchable .vs__selected {
    font-weight: 600; }

#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: #dd0200;
    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: #dd0200; }
  #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: #dd0200; }
  #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: #dd0200;
      border-radius: 5px;
      padding: .25rem .5rem;
      font-weight: 600; }
      #tires .filter .filter-active a i, #tire-brands .filter .filter-active a i {
        color: #dd0200;
        transition: all .3s ease-in-out;
        font-size: inherit; }
      #tires .filter .filter-active a:hover, #tire-brands .filter .filter-active a:hover {
        background-color: #dd0200;
        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/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) {
  #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 .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: #dd0200;
    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: #0066cc;
      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: #e6e6e6;
      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 .sale-item, #tire-brands .products-list .sale-item {
    background: linear-gradient(135deg, #dd0200 0, #dd0200 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; }
  #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: #dd0200;
      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: #23426a; }

#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: .9rem;
    font-weight: 500;
    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; }

#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: #dd0200; }
        #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 {
  padding-left: .625rem;
  padding-right: .625rem; }
  #tire .financing .row > .column, #tire .financing .row > .columns {
    margin-bottom: 0.9375rem; }
    #tire .financing .row > .column:nth-child(odd), #tire .financing .row > .columns:nth-child(odd) {
      padding-right: .46875rem; }
    #tire .financing .row > .column:nth-child(even), #tire .financing .row > .columns:nth-child(even) {
      padding-left: .46875rem; }

#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 {
  margin: 0 auto 2rem;
  max-height: 400px; }
  @media print, screen and (min-width: 64em) {
    .alt-images {
      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: #dd0200; }
  .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: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    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-brand > a {
    color: #dd0200;
    font-size: .9rem;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    margin-bottom: .5rem; }
  #tire .tire-info .pricing-specs {
    color: #0a0a0a;
    margin-bottom: 1rem; }
    #tire .tire-info .pricing-specs .top {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .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 {
      margin-bottom: .5rem;
      font-weight: 500; }
      #tire .tire-info .pricing-specs .bottom span {
        color: #0a0a0a;
        font-weight: 600; }
      #tire .tire-info .pricing-specs .bottom .pricing-brand {
        color: #dd0200; }
    #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.3rem;
      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 .pricing-affirm {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    font-weight: 500; }
    #tire .tire-info .pricing-affirm .affirm-modal-trigger {
      display: inline-block;
      font-weight: 600; }
    #tire .tire-info .pricing-affirm p {
      margin: 0; }
  #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: #dd0200;
    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: #dd0200;
      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 {
    font-family: "Rajdhani", sans-serif;
    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: #dd0200;
    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: #dd0200;
    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: #dd0200;
    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: "Rajdhani", 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: "Rajdhani", 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: "Arimo", sans-serif;
    font-size: 1.35rem;
    margin-bottom: 0;
    text-transform: none; }
  .details-information .product-vehicle h3 {
    font-family: "Arimo", 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: "Rajdhani", 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 .pricing-affirm {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    font-weight: 500;
    max-width: 400px; }
    .details-information .pricing-affirm .affirm-modal-trigger {
      display: inline-block;
      font-weight: 600; }
    .details-information .pricing-affirm p {
      margin: 0; }
  .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: #dd0200;
      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: #dd0200;
      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 .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 #dd0200;
  color: #dd0200;
  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: #dd0200; }
    .breadcrumbs a:hover {
      color: #0a0a0a; }

@media print, screen and (max-width: 39.99875em) {
  #products .breadcrumbs {
    padding-bottom: 0; } }

#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: #dd0200; }
    #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: #dd0200; }
      #packages .filter .vehicle-make a i {
        color: #dd0200; }
    #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 {
  text-align: center; }
  #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: #dd0200; }
  #packages .listing .head .sort select {
    font-family: "Arimo", 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: #dd0200; }
  #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: #dd0200; }
  #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: "Arimo", 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: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #0a0a0a; }
  #package .left .product-title span {
    color: #0066cc; }

#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: #dd0200; }

#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: "Arimo", 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: #dd0200;
  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: "Arimo", 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: "Arimo", 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-left: .625rem;
  padding-right: .625rem; }
  #package .right .financing .row > .column, #package .right .financing .row > .columns {
    margin-bottom: 0.9375rem; }
    #package .right .financing .row > .column:nth-child(odd), #package .right .financing .row > .columns:nth-child(odd) {
      padding-right: .46875rem; }
    #package .right .financing .row > .column:nth-child(even), #package .right .financing .row > .columns:nth-child(even) {
      padding-left: .46875rem; }

#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: #dd0200;
    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: #cc0000;
      color: #fefefe;
      font-weight: 600; }
    #package .right .cta a.gold {
      background-color: #dd0200;
      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: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    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: #0a0a0a; }
      #package .wheel-info .pricing-specs .bottom .pricing-brand {
        color: #0a0a0a; }
      #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.3rem;
      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; }
      #package .wheel-info .pricing-price .additional .title {
        margin-bottom: .75rem;
        font-size: 1rem;
        text-align: center; }
        #package .wheel-info .pricing-price .additional .title i {
          color: #dd0200; }
      #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-affirm {
    background-color: #efefef;
    padding: 1rem;
    border-radius: .5rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    font-weight: 500; }
    #package .wheel-info .pricing-affirm .affirm-modal-trigger {
      display: inline-block;
      font-weight: 600; }
    #package .wheel-info .pricing-affirm p {
      margin: 0; }
  #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: #dd0200;
    border-radius: .5rem;
    margin-bottom: 0rem;
    width: 100%;
    padding: 1.6rem .5rem;
    font-size: 1.05rem; }
    #package .wheel-info .cta .button:hover {
      background-color: #cccccc; }
    #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: #dd0200;
      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;
    margin-bottom: 2rem; }
    #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: "Rajdhani", 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: #0066cc;
        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: "Rajdhani", 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: "Rajdhani", 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: #dd0200; }
    #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: "Rajdhani", 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: #dd0200; }
        #gallery-vehicle .right .package .spec-information .image-container a {
          color: #dd0200; }
          #gallery-vehicle .right .package .spec-information .image-container a:hover {
            color: #999999; }
        #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: #dd0200;
        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: #dd0200;
          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 .right .financing .row > .column, #gallery-vehicle .right .financing .row > .columns {
      margin-bottom: 0.9375rem; }
      #gallery-vehicle .right .financing .row > .column:nth-child(odd), #gallery-vehicle .right .financing .row > .columns:nth-child(odd) {
        padding-right: .46875rem; }
      #gallery-vehicle .right .financing .row > .column:nth-child(even), #gallery-vehicle .right .financing .row > .columns:nth-child(even) {
        padding-left: .46875rem; }
  #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.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/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: "Arimo", 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: "Arimo", sans-serif;
      letter-spacing: .05rem;
      font-weight: 700; }
  #gallery.results .listing .pagination-container {
    border-top: 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: #cc0000;
      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: #dd0200;
        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: #dd0200;
      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: #dd0200;
  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 .page-header {
  padding-top: 2rem;
  text-align: center; }

#contact.custom-quote .page-content {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  padding: 2rem; }

#contact.custom-quote select {
  text-transform: capitalize; }

.page {
  padding-bottom: 50px; }
  .page__content {
    padding-top: 50px; }
    .page__content h1, .page__content h2 {
      text-transform: initial;
      font-family: "Rajdhani", sans-serif; }

.page-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Arimo", sans-serif; }

#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; }
  #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: 600; }

#page .page-content p {
  font-weight: 500;
  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; }

.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 #dd0200; }
  .news-article .news-sidebar {
    padding: 1rem;
    background: #fbfbfb; }
    .news-article .news-sidebar li a {
      color: #505050; }
      .news-article .news-sidebar li a:hover {
        color: #dd0200; }

.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: "Arimo", 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: "Arimo", 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: "Arimo", 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: #dd0200;
    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: #dd0200;
    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: #dd0200;
    display: block;
    margin-bottom: 1rem; }

.gallery-quote-popup__header {
  font-size: 1.7rem;
  text-align: center;
  color: #dd0200;
  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: #dd0200;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.fitmentCheck__btn {
  background-color: #dd0200;
  padding-right: 2rem;
  padding-left: 2rem; }

#fitment-vehicle-select-popup .vs--unsearchable {
  width: 100%;
  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; }

.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; }

#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;
    border: 1px solid #333333; }
    @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: #0a0a0a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1; }
  #products .search-by-vehicle a {
    text-decoration: underline; }

@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: "Arimo", 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: #dd0200;
        font-weight: 600; }
      .products-filter .filter-section.filter-vehicle a:hover {
        color: #dd0200;
        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: #dd0200; }
  .products-filter .filter-category .category-filter label.checked {
    color: #dd0200; }
  .products-filter .clear {
    color: #333333;
    font-weight: 800;
    font-size: .8375rem;
    text-decoration: underline;
    text-transform: uppercase; }
    .products-filter .clear:hover {
      color: #dd0200; }

.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: "Arimo", 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; }

@media print, screen and (min-width: 40em) {
  #products .content-header {
    background-image: url("/images/banners/suspension.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) {
  #products .content-header {
    height: 240px; } }

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

.product-vehicle-bar {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  background-color: #dd0200;
  margin-bottom: 2rem;
  font-size: 1rem; }
  .product-vehicle-bar h2 {
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fefefe; }
  @media print, screen and (min-width: 64em) {
    .product-vehicle-bar {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .product-vehicle-bar h2 {
        font-size: 2rem; } }

.products-listing h6 {
  margin-bottom: 0;
  font-family: "Arimo", 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: 400px; }

.products-listing .product-image {
  min-height: 200px;
  padding-bottom: 1rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .products-listing .product-image {
      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: #0066cc;
    color: #0a0a0a;
    padding: .25rem;
    display: inline-block;
    padding: .25rem .5rem;
    line-height: 1.5;
    margin-bottom: .5rem; }

.loading-screen {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .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; }

.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: #dd0200; }
      .text-overflow-button a:hover .fas {
        color: #dd0200; }
  .text-overflow-button .fas {
    font-size: 1.25rem;
    color: #dd0200;
    margin-right: .25rem;
    transition: all .2s ease; }

@media print, screen and (max-width: 39.99875em) {
  .text-overflow-button {
    display: block; }
  .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; } }

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

#snipcart {
  font-size: 100%;
  font-weight: 600;
  /*
  .snipcart-overwrite #snipcart-header #snipcart-title {
    color: #50bcd0;
    background: url('https://images.iconfigurators.app/images/websites/logos/logo-color_5790.png') no-repeat 0 center;
    padding-left: 60px;
  }*/ }
  #snipcart .snipcart__font--std, #snipcart .snipcart-form__label {
    font-size: 100%;
    font-weight: 600; }
  #snipcart .snipcart-cart-header__title img {
    max-width: 175px; }
  #snipcart .snipcart-button-secondary.snipcart-base-button.is-fit-content.is-icon-left {
    background-color: #dd0200;
    color: #ffffff; }
  #snipcart .snipcart-discount-box .snipcart-input {
    padding-right: 0; }
  #snipcart .snipcart-summary-fees__notice {
    font-weight: 600; }
  #snipcart .snipcart-summary-fees__notice.snipcart__font--regular span {
    visibility: hidden;
    position: relative;
    /*  &:after {
      content:'goodbye'; 
      visibility: visible;
      display: block;
      position: absolute;
      background-color: red;
      padding: 5px;
      top: 2px;
    }*/ }
    #snipcart .snipcart-summary-fees__notice.snipcart__font--regular span.snipcart-summary-fees__notice-ic-opt {
      visibility: visible; }
  #snipcart .snipcart-discount-box__button.snipcart__font--bold {
    visibility: hidden;
    position: relative; }
  #snipcart .snipcart-discount-box__button.snipcart__font--bold:after {
    content: 'Apply Gift Certificate';
    visibility: visible;
    display: block;
    position: absolute;
    padding: 5px;
    top: 2px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    border: 1px solid;
    color: #2e3338;
    color: var(--color-input, #2e3338);
    border-color: #e3e6e8;
    border-color: var(--borderColor-input, #e3e6e8);
    background-color: #fff;
    background-color: var(--bgColor-input, #fff); }
  #snipcart .snipcart-discount-box__form-container {
    /*
    .snipcart-input {
      &:after {
        content:'Gift Code';
        position: absolute;
        left:0;
        padding-left:.5rem;
        color: #2e3338;
        color: var(--color-input,#2e3338);
      }
    }*/ }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-webkit-input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-webkit-input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-moz-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-moz-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-moz-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::-moz-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-ms-input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold:-ms-input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::input-placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::input-placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
    #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::placeholder {
      position: relative; }
      #snipcart .snipcart-discount-box__form-container .snipcart-input__input.snipcart__font--secondary.snipcart__font--bold::placeholder::after {
        position: absolute;
        color: black;
        visibility: visible;
        content: 'hello there';
        background-color: green; }
  @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 .snipcart-input .snipcart-input__input {
    margin-bottom: 0;
    height: 52px; }
  #snipcart .snipcart-form-radio__label {
    display: flex; }
  #snipcart .snipcart-form__field > label {
    font-weight: 600; }
  #snipcart .snipcart-cart-summary-item > span {
    font-weight: 600; }
  #snipcart .snipcart-cart-header .snipcart-modal__close-icon, #snipcart .snipcart-cart-header__icon, #snipcart .snipcart-payment-methods-list-item__arrow {
    color: #0066cc; }
  #snipcart .snipcart-form__address-autocomplete > .snipcart-textbox, #snipcart .snipcart-textbox {
    border-color: #666666; }
  #snipcart .address-disclaimer {
    margin-bottom: 2rem; }
  #snipcart .snipcart__box--badge-highlight, #snipcart .snipcart-button-icon.is-secondary {
    background-color: #eaa4a3;
    color: #ffffff; }
  #snipcart .snipcart__box--badge-highlight:hover, #snipcart .snipcart-button-icon.is-secondary:hover {
    background-color: #ffffff;
    color: #0066cc; }
  #snipcart .snipcart-item-quantity__quantity:hover, #snipcart .snipcart-discount-box__button:hover {
    border-color: #0066cc; }
  #snipcart .snipcart-button-primary {
    background-color: #dd0200;
    color: #ffffff; }
  #snipcart .snipcart-button-link {
    color: #0066cc; }
  #snipcart .snipcart-button-link:hover {
    color: #333333; }
  #snipcart .notice {
    margin-top: 2rem; }
    #snipcart .notice p {
      line-height: 1.5;
      font-weight: 600; }
    #snipcart .notice b {
      font-weight: 700; }

/*
$red:#fe3232;

#snipcart {
  ///// checkout /////
  input {
    margin-bottom:0;
  }
  .snipcart-input {
    height:auto;
  }
  .im-custom-subtitle {
    margin-top:2rem;
  }

  .address-disclaimer {
    margin-top:1rem;
    p {
      font-weight:600;
      color:$red;
    }
  }

  .snipcart-featured-payment-methods__list {
    align-items:center;
    justify-content: center;
    &-item {
      padding:8px;
    }
  }
}

.snipcart-form-radio__label {
  display: flex!important;
}
*/

/*# sourceMappingURL=style.css.map */
