@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: 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; } }

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

/* ==========================================================================
   0. Variables
   ========================================================================== */
/* ==========================================================================
   1. General (Foundation Overrides)
   ========================================================================== */
body {
  font-family: "Inter", sans-serif;
  color: #cacaca;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1rem; }

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

h1 {
  font-size: 48px; }

h2 {
  font-size: 32px; }

a {
  color: #cc0000;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #666666; }

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

table thead tr th {
  color: #fefefe;
  background: #707070; }

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

.white-popup {
  background: #fefefe;
  margin: 20px auto;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: auto; }
  .white-popup .popup-header {
    font-size: 1.2rem; }
  .white-popup .button-group {
    margin-bottom: 0;
    overflow: auto; }

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

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

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

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

.black-font {
  color: #333; }

.red {
  color: #cc0000; }

.white {
  color: #fefefe; }

.button {
  font-weight: bold;
  background-color: #cc0000; }

.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:hover {
  background-color: #000000; }

.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 > a:hover,
.dropdown.menu > li > ul li a:hover,
.dropdown.menu > li.is-active > a {
  color: #cc0000; }

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

address {
  font-style: normal; }

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

.breadcrumbs {
  margin-bottom: 0;
  background-color: #cc0000;
  padding-top: .25rem;
  padding-bottom: .25rem; }
  @media print, screen and (max-width: 63.99875em) {
    .breadcrumbs {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .breadcrumbs ul {
    list-style: none;
    margin: 0; }
    .breadcrumbs ul li {
      font-size: 1rem;
      text-transform: capitalize;
      color: #fefefe; }
      .breadcrumbs ul li:not(:last-child)::after {
        color: #0a0a0a; }
      .breadcrumbs ul li a {
        color: #0a0a0a; }

#wheel .breadcrumbs .row {
  background-color: transparent; }

.row {
  max-width: 90rem; }

.page-header h1 {
  font-size: 1.75rem;
  line-height: 1; }

#login {
  background-color: #f1f2f1; }
  #login .inv-disclaimer {
    text-align: center; }
  @media print, screen and (min-width: 64em) {
    #login input {
      max-width: 40%; } }
  #login ul {
    list-style: none;
    margin-left: 0; }
  #login .page-content {
    background-color: #fefefe; }

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

.processing {
  background: transparent;
  color: #fefefe;
  text-align: center; }

.white-popup {
  margin: 20px auto;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: auto; }

/* ==========================================================================
   2. Header
   ========================================================================== */
header .top-bar {
  /*padding: 21px 0;*/
  flex-direction: column; }
  header .top-bar a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #7f8283;
    text-transform: uppercase; }
  header .top-bar .top-bar-left {
    display: flex;
    align-items: center; }
  header .top-bar .hp-btn-links a {
    font-size: 1.2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-left: 8px; }

header .header-top, header .header-bottom {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1rem; }
  @media print, screen and (min-width: 64em) {
    header .header-top, header .header-bottom {
      padding-left: 3rem;
      padding-right: 3rem; } }

header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: .9rem;
  color: #0a0a0a;
  padding-top: .25rem;
  padding-bottom: .25rem;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    header .header-top {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  header .header-top-right {
    display: flex;
    align-items: center; }
    header .header-top-right .header-search button {
      margin-bottom: 0;
      background: transparent;
      color: #0a0a0a;
      display: flex;
      align-items: center;
      text-transform: none;
      font-weight: 500;
      font-size: 1rem; }
      header .header-top-right .header-search button span {
        margin-right: 1rem; }
    header .header-top-right .header-divider {
      width: 1px;
      background-color: #cccccc;
      height: 40px;
      margin-left: 1rem;
      margin-right: 2rem; }
      @media print, screen and (min-width: 64em) {
        header .header-top-right .header-divider {
          margin-left: 1.75rem;
          margin-right: 2.75rem; } }
    header .header-top-right .header-contact {
      line-height: 1.3; }
      header .header-top-right .header-contact a {
        color: #0a0a0a;
        font-weight: 700;
        font-size: 1.65rem; }
        header .header-top-right .header-contact a:hover {
          color: #cc0000; }

header .header-top-bottom-divider {
  background-color: #0a0a0a;
  height: 2px;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    header .header-top-bottom-divider {
      background-color: #999999;
      height: 1px; } }

header .header-bottom {
  width: 100%;
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    header .header-bottom {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  header .header-bottom #responsive-menu {
    display: flex;
    justify-content: space-between; }
  header .header-bottom .button {
    margin-bottom: 0;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #cc0000;
    color: #fefefe; }
    header .header-bottom .button:hover {
      background-color: #cccccc; }
  header .header-bottom .header-cta-register .button {
    color: #0a0a0a;
    border: 1px solid #cccccc;
    background-color: #f8f8f8; }
    header .header-bottom .header-cta-register .button:hover {
      background-color: #cccccc; }
  header .header-bottom .header-cta-login .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  header .header-bottom-mobile {
    padding: .5rem 0; }
    header .header-bottom-mobile .button {
      margin-bottom: 0;
      text-transform: capitalize;
      border-radius: 8px;
      background-color: #cc0000;
      color: #fefefe;
      font-size: .75rem;
      font-weight: 400; }
      header .header-bottom-mobile .button:hover {
        background-color: #cccccc; }
    header .header-bottom-mobile .header-cta-register {
      margin-right: .5rem; }
      header .header-bottom-mobile .header-cta-register .button {
        color: #0a0a0a;
        border: 1px solid #cccccc;
        background-color: #f8f8f8; }
        header .header-bottom-mobile .header-cta-register .button:hover {
          background-color: #cccccc; }
    header .header-bottom-mobile .header-cta-login {
      padding: 0;
      margin: 0;
      margin-left: .5rem; }
      header .header-bottom-mobile .header-cta-login .button {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }

header .header-logo {
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media print, screen and (min-width: 64em) {
    header .header-logo {
      flex-direction: row; } }

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

header .dropdown.menu .is-dropdown-submenu {
  background-color: #cc0000;
  top: 48px !important;
  list-style: none;
  margin: 0; }
  @media only screen and (min-width: 1024px) and (max-width: 1212px) {
    header .dropdown.menu .is-dropdown-submenu {
      top: 45px !important; } }
  header .dropdown.menu .is-dropdown-submenu a {
    font-size: 1.25rem;
    color: #fefefe;
    font-weight: 400;
    text-transform: capitalize; }
    header .dropdown.menu .is-dropdown-submenu a:hover {
      color: #0a0a0a; }
  header .dropdown.menu .is-dropdown-submenu .is-submenu-item {
    border-bottom: 1px solid #fefefe;
    margin: 0;
    padding: .5rem; }
    header .dropdown.menu .is-dropdown-submenu .is-submenu-item:last-child {
      border-bottom: 0; }

/*.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 154%;
  min-width: 280px;
  padding-bottom: 20px;
}*/
/* 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%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0; }
      header .top-bar-title span {
        float: right; }
      header .top-bar-title .button {
        margin-bottom: 0;
        background: transparent;
        color: #0a0a0a;
        display: flex;
        align-items: center;
        text-transform: none;
        font-weight: 500;
        font-size: 1rem;
        padding: 0; }
    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 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: 1262px) {
  header .top-bar .top-bar-left {
    padding-right: 0; } }

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

header.main {
  background-color: white;
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    header.main {
      border-bottom: 1px solid #7f8283; } }

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

header {
  /*/// Pencil Navigation ///*/
  /*/// Main Navigation ///*/ }
  header .pencil-top-bar {
    height: 51px;
    background: #cc0000;
    background: linear-gradient(-75deg, black 35%, #cc0000 35%, #cc0000 40%);
    /* Standard syntax */ }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .pencil-top-bar {
        background: linear-gradient(-75deg, black 33%, #cc0000 33%, #cc0000 40%); } }
  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: 15px;*/
    background-color: #fefefe;
    /*.first-sub {
      left: 0 !important;
      right: 0 !important;
      top: 119% !important;
      border-top: 1px solid #ccc;
    }*/ }
    @media only screen and (min-width: 64rem) {
      header .top-bar {
        /*padding: 20px 0 10px;*/ }
        header .top-bar .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
          padding: 0; } }
    @media only screen and (max-width: 64rem) {
      header .top-bar .top-bar-right {
        margin-top: 1rem;
        border-top: 1px solid #cacaca; } }
    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; } }
    @media only screen and (max-width: 64rem) {
      header .top-bar .header-logo {
        top: 0; } }
  header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: none; }

@media only screen and (min-width: 64rem) {
  .vertical-rule-left {
    border-left: 1px #8a8a8a solid; } }

header .menu > li:not(.menu-text) > a {
  padding: 0.1rem;
  margin: 0 0.6rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 900;
  color: #0a0a0a; }
  @media print, screen and (min-width: 64em) {
    header .menu > li:not(.menu-text) > a {
      margin: 0 .85rem; } }
  @media only screen and (max-width: 64rem) {
    header .menu > li:not(.menu-text) > a {
      margin-left: 0; } }

/* ==========================================================================
   2. Header
   ========================================================================== */
/* 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%; }
      header .top-bar-title span {
        float: right; }
      header .top-bar-title img {
        max-width: 240px; }
      header .top-bar-title .header-contact-bottom a {
        font-weight: 800;
        font-size: 1rem;
        color: #0a0a0a; }
    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-right .header-cta-top {
        text-align: left; }
      header .top-bar .top-bar-right .header-cta-bottom {
        justify-content: flex-start; }
    header .top-bar .top-bar-left li {
      padding-left: 20px;
      padding-right: 20px; }
    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: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu > li {
    display: inherit; }
  .dropdown.menu .submenu {
    position: relative;
    border: 0; } }

@media only screen and (min-width: 1024px) 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; } }

/* mobile */
.header-logo img {
  transition: all .3s ease-in-out; }

.top-bar-title {
  transition: all .3s ease-in-out;
  border-bottom: 0 solid #0a0a0a; }

.is-dropdown-menu {
  width: 100%; }

header .is-dropdown-menu .is-drilldown .menu > li:not(.menu-text) > a, header .is-dropdown-menu .is-drilldown .submenu > li:not(.menu-text) > a {
  padding: .75rem 1rem;
  display: block;
  line-height: 1; }

.is-drilldown-submenu.is-active {
  margin: 0;
  background-color: #fefefe; }

/* ==========================================================================
   2. Right Bar
   ========================================================================== */
header .header-cta a {
  font-weight: 300;
  color: #7f8283;
  font-size: 1rem; }
  header .header-cta a:hover {
    color: #cc0000; }

header .header-cta-top {
  text-align: right;
  padding-bottom: .5rem; }
  header .header-cta-top a {
    text-transform: capitalize;
    font-size: .9735rem; }

header .header-cta-bottom {
  display: flex;
  justify-content: center; }

header .header-cta-login {
  margin-left: .75rem;
  padding-left: .75rem; }
  header .header-cta-login i {
    color: #0a0a0a;
    font-size: .85rem; }

header .header-cta-social {
  display: flex;
  align-items: center; }
  header .header-cta-social ul {
    margin-left: 0;
    list-style: none;
    display: flex; }
  header .header-cta-social li {
    margin: 0 1px; }
  header .header-cta-social a {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fefefe;
    font-weight: 400;
    border-radius: 50px;
    background-color: #0a0a0a;
    font-size: 1rem; }
    header .header-cta-social a:hover {
      background-color: #cc0000;
      color: #fefefe; }
    header .header-cta-social a img {
      width: 75%; }

@media print, screen and (max-width: 39.99875em) {
  .no-js .top-bar {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

/* ==========================================================================
   2. Header - Homepage only
   ========================================================================== */
/*.sticky-container.hp {
  @include breakpoint (large) {
    position:absolute;
    width:100%;
    opacity:0;
    transition: all .2s ease-in-out;
  }
}*/
.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 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; }

footer {
  position: relative;
  color: #0a0a0a;
  font-size: 1rem;
  background-color: #ececec;
  border-top: 1px solid #cccccc; }
  @media print, screen and (min-width: 64em) {
    footer {
      padding-top: 2rem;
      padding-bottom: 3rem; } }
  footer ul {
    margin-left: 0;
    list-style: none;
    line-height: 1.25; }
  footer a {
    color: #0a0a0a;
    font-size: 1rem; }
    footer a:hover {
      color: #cc0000; }
  footer h5 {
    color: #cc0000; }

.footer li {
  display: list-item;
  margin: 0; }

.footer-top {
  padding-bottom: 4rem; }

.footer-logo {
  display: flex;
  align-items: center; }

.footer-dealer-links-title {
  text-transform: uppercase; }

.footer-newsletter {
  margin-top: 2rem; }
  .footer-newsletter h2 {
    font-size: 1.5rem; }
  .footer-newsletter input.button {
    background-color: #0a0a0a; }
    .footer-newsletter input.button:hover {
      background-color: #cccccc;
      color: #cc0000; }
  .footer-newsletter .input-group-button {
    vertical-align: top; }
  .footer-newsletter #mce-responses {
    white-space: normal;
    line-height: 1.25;
    font-size: 1rem; }

.footer .footer-menu-list li {
  margin-bottom: .25rem; }

.footer .footer-phone-container {
  margin-bottom: 2rem; }

.footer .footer-hours {
  margin-bottom: 2rem; }

.footer .footer-social-content i {
  font-size: 1.5rem; }

.footer .accordion, .footer .accordion-content {
  background: transparent; }

.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: #cc0000; }
        @media print, screen and (max-width: 39.99875em) {
          .footer-menu-collection .accordion h5 {
            margin-bottom: 0; } }
      .footer-menu-collection .accordion .fas {
        color: #cc0000;
        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: #cc0000; }
        .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 {
            padding-bottom: 1rem;
            border-bottom: 0; } }
      @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%; } }

.footer-cta-container > .row.social-link-hashtag {
  padding-top: 0;
  color: black;
  font-size: 24px;
  font-weight: 700; }
  .footer-cta-container > .row.social-link-hashtag a {
    color: #0a0a0a; }

.footer-bottom {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: capitalize; }
  .footer-bottom p {
    font-size: .9rem; }

.footer-cta-container > .row .collapse .small-up-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f2f1; }

.footer-return {
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
  top: -18px; }
  @media print, screen and (min-width: 64em) {
    .footer-return {
      margin-top: -81px;
      position: static; } }
  .footer-return a {
    color: #fefefe !important;
    width: 60px;
    height: 60px;
    background: #0a0a0a;
    z-index: 1;
    /* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-return a i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      font-size: 2rem; }
    .footer-return a:hover {
      background-color: #cccccc !important;
      color: #cc0000 !important; }

.footer-cta {
  background-color: #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .footer-cta-container {
    background-color: #f1f2f1; }
  .footer-cta > div {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .footer-cta ul {
    margin-left: 0;
    list-style: none;
    color: #fefefe;
    display: flex; }
  .footer-cta li {
    margin-left: .5rem;
    margin-right: .5rem; }
  .footer-cta-container .row > div {
    /* &:first-child {
        border-right:1px solid $white;
      }*/ }
  .footer-cta-container > .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fefefe; }
  .footer-cta-title h4 {
    color: #fefefe;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 400; }
  .footer-cta-social a, .footer-cta-newsletter a {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    font-weight: 400;
    border-radius: 50px;
    font-size: 2rem; }
  .footer-cta-social-link {
    background-color: #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #fefefe;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .footer-cta-social-link {
        border-right-width: 4px;
        padding-bottom: 2rem;
        padding-top: 2rem; } }
  .footer-cta-container .row > .column:last-child .footer-cta-social-link, .footer-cta-container .row > .columns:last-child .footer-cta-social-link {
    border-right: 0; }
  .footer-cta-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fefefe;
    font-size: 2rem; }
    @media print, screen and (min-width: 40em) {
      .footer-cta-icon {
        margin-bottom: 1rem; } }
  .footer-cta-text {
    color: #fefefe;
    text-transform: capitalize; }

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

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

.hero {
  position: relative; }
  .hero-link {
    display: block; }
  .hero img {
    width: 100%; }
  .hero .video.youtube {
    position: relative;
    padding-bottom: 54.7%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    pointer-events: none; }
    .hero .video.youtube embed, .hero .video.youtube object, .hero .video.youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.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: #cc0000; }
  .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 {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .hp .fitment {
      margin-bottom: 3rem; } }
  .hp .fitment-bar {
    box-shadow: 0 5px 10px #999999; }
  .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: #cc0000;
    font-size: 1.65rem; }
  .hp .fitment p {
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 700;
    font-size: .9rem; }
  .hp .fitment .search-by {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #eeeeee; }
    @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: #fefefe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0;
    border-right: 1px solid #cccccc; }
    @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 .about {
  padding: 2rem 0; }
  @media print, screen and (min-width: 64em) {
    .hp .about {
      padding-top: 5rem; } }
  .hp .about .about-top {
    background: url("/images/home/about/about-bg.jpg");
    background-size: cover;
    text-align: center;
    padding: 2rem 0; }
    @media print, screen and (min-width: 64em) {
      .hp .about .about-top {
        padding: 9.5rem 0; } }
    .hp .about .about-top .title {
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .hp .about .about-top .title {
          margin-bottom: 2rem; } }
    .hp .about .about-top a {
      display: inline-block;
      border-bottom: 2px solid #fefefe;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Rajdhani", sans-serif;
      font-size: 1rem;
      line-height: 1; }
      @media print, screen and (min-width: 64em) {
        .hp .about .about-top a {
          font-size: 1.75rem; } }
      .hp .about .about-top a:hover {
        color: #cc0000; }
    .hp .about .about-top p {
      margin-bottom: 1rem;
      padding: 0 1rem; }
      @media print, screen and (min-width: 64em) {
        .hp .about .about-top p {
          margin-bottom: 2rem;
          line-height: 2;
          padding: 0 2rem; } }
  .hp .about h2, .hp .about a, .hp .about p {
    color: #fefefe; }
  .hp .about h2 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 .5rem;
    width: 100%;
    white-space: nowrap; }
    @media print, screen and (min-width: 64em) {
      .hp .about h2 {
        font-size: 4rem;
        margin: 0 1rem; } }

.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: #cc0000; }
  .vehicle-select__links {
    margin-bottom: 1rem; }
    .vehicle-select__links a {
      color: #cc0000;
      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: #cc0000;
  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; }

.hp .featured-wheels {
  padding: 2rem 1rem; }
  @media print, screen and (min-width: 64em) {
    .hp .featured-wheels {
      padding: 3rem 3.25rem 2rem; } }
  .hp .featured-wheels .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .hp .featured-wheels .section-title {
        margin-bottom: 4rem; } }
    .hp .featured-wheels .section-title .line {
      height: 1px;
      background-color: #cc0000;
      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: "Inter", 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: #cc0000; }
  .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: #cc0000; }
  .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: #cc0000; }

.newsletter {
  background-color: #cc0000;
  padding: 1rem 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .newsletter {
      padding: 2rem; } }
  .newsletter--position {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media print, screen and (max-width: 39.99875em) {
      .newsletter--position {
        flex-direction: column; } }
  .newsletter__header {
    color: #fefefe;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.7rem; }
    @media print, screen and (min-width: 40em) {
      .newsletter__header {
        font-size: 2rem;
        margin: 0; } }

.signup {
  display: flex;
  justify-content: center;
  align-items: center; }
  .signup__input {
    display: inline-block;
    margin: 0; }
    .signup__input--font {
      font-family: FontAwesome, 'roboto';
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 500; }
  .signup__btn {
    background-color: #0a0a0a;
    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: 3.5rem;
  letter-spacing: unset;
  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;
  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: #0a0a0a;
  text-transform: uppercase;
  color: #fefefe; }

.hp .fitment-gallery .fitment-gallery-collection .description {
  padding: .9rem;
  font-weight: 500;
  font-family: "Inter", 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: "Inter", sans-serif;
    letter-spacing: .05rem;
    font-weight: 700; }

.instagram-feed .instagram-header {
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  margin-bottom: 2rem; }
  .instagram-feed .instagram-header h2 {
    margin-bottom: 0;
    text-align: center; }

.instagram-feed .eapps-instagram-feed {
  border-bottom: 2px solid #cc0000; }

.instagram-container {
  padding-bottom: 6rem; }
  .instagram-container a {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover; }

.instagram-popup {
  max-width: 80rem;
  padding: 0;
  border-radius: 3px;
  font-weight: 400; }
  .instagram-popup > div {
    margin: 0;
    max-width: none; }
  .instagram-popup-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .instagram-popup-profilepic {
    border-radius: 2px; }
  .instagram-popup-page {
    display: block;
    position: relative; }
    .instagram-popup-page:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      z-index: 1; }
    .instagram-popup-page:hover:before {
      background-color: rgba(0, 0, 0, 0.5); }
  .instagram-popup-link {
    color: #fefefe;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: .9rem;
    background-color: #cc0000;
    border-radius: 2px; }
  .instagram-popup .no-padding {
    padding: 0; }

@media print, screen and (min-width: 64em) {
  .hp .parallax {
    min-height: 550px; } }

.hp .parallax .img {
  height: 1000px; }

.hp .parallax-01 .img {
  bottom: 50%; }

.hp .parallax-02 .img {
  bottom: 140%; }

.hp .parallax-03 {
  min-height: 1000px; }
  .hp .parallax-03 .img {
    bottom: 20%;
    height: 2000px;
    background-size: 100%; }
    .hp .parallax-03 .img:after {
      display: none; }

.hp .parallax-plus {
  position: relative;
  letter-spacing: 3px;
  font-family: 'Roboto';
  overflow: hidden; }
  .hp .parallax-plus .parallax-plus-foreground-container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 8%;
    padding-bottom: 8%; }
  .hp .parallax-plus .parallax-plus-foreground-logo {
    margin-bottom: 2rem; }
    .hp .parallax-plus .parallax-plus-foreground-logo img {
      width: 50%;
      transition: all .2s ease-in-out; }
      @media print, screen and (min-width: 40em) {
        .hp .parallax-plus .parallax-plus-foreground-logo img {
          width: 60%; } }
      @media print, screen and (min-width: 64em) {
        .hp .parallax-plus .parallax-plus-foreground-logo img {
          width: 80%; } }
      @media screen and (min-width: 75em) {
        .hp .parallax-plus .parallax-plus-foreground-logo img {
          width: auto; } }
  .hp .parallax-plus .parallax-plus-foreground-text {
    text-transform: uppercase;
    color: #fefefe;
    font-size: .8375rem; }
    @media print, screen and (min-width: 40em) {
      .hp .parallax-plus .parallax-plus-foreground-text {
        font-size: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .hp .parallax-plus .parallax-plus-foreground-text {
        font-size: 1.2rem; } }
    .hp .parallax-plus .parallax-plus-foreground-text .dot {
      margin: 0 .5rem;
      vertical-align: middle;
      font-size: 2rem; }
  .hp .parallax-plus .parallax-plus-background-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
    .hp .parallax-plus .parallax-plus-background-container .parallax-plus-image {
      padding-bottom: 800px;
      background-attachment: fixed;
      background-size: 100%;
      background-position: bottom; }

.hp .video {
  position: relative;
  letter-spacing: 3px;
  font-family: 'Roboto';
  overflow: hidden; }
  .hp .video .video-foreground-container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 8%;
    padding-bottom: 8%; }
  .hp .video .video-foreground-logo {
    margin-bottom: 2rem; }
    .hp .video .video-foreground-logo img {
      width: 50%;
      transition: all .2s ease-in-out; }
      @media print, screen and (min-width: 40em) {
        .hp .video .video-foreground-logo img {
          width: 60%; } }
      @media print, screen and (min-width: 64em) {
        .hp .video .video-foreground-logo img {
          width: 80%; } }
      @media screen and (min-width: 75em) {
        .hp .video .video-foreground-logo img {
          width: auto; } }
  .hp .video .video-foreground-text {
    text-transform: uppercase;
    color: #fefefe;
    font-size: .8375rem; }
    @media print, screen and (min-width: 40em) {
      .hp .video .video-foreground-text {
        font-size: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .hp .video .video-foreground-text {
        font-size: 1.2rem; } }
    .hp .video .video-foreground-text .dot {
      margin: 0 .5rem;
      vertical-align: middle;
      font-size: 2rem; }
  .hp .video .video-background-container {
    position: absolute;
    top: -8%;
    left: 0;
    bottom: -8%;
    right: 0;
    z-index: -1; }

.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: 1rem;
    display: inline-block;
    margin: 0; }
    .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;
    background-position: right 0rem center; }
    @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: #cc0000; }
    .off-canvas .close-button.orange {
      background-color: #cc0000; }
      .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: #cc0000;
        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: "Inter", 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: #cc0000;
      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: #cc0000; }
    .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: #cc0000; }
    .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: #cc0000;
          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: #cc0000;
          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.5rem;
      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: 164px; } }

#wheels .page-content.padded.extra, #wheel-brands .page-content.padded.extra, #gallery .page-content.padded.extra {
  padding-top: 0; }
  @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: #cc0000;
    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: #cc0000;
      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, #cc0000 0, #cc0000 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: #cc0000;
      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 .price-title, #wheels .products-list .price .set, #wheel-brands .products-list .price .price-title, #wheel-brands .products-list .price .set, #gallery .products-list .price .price-title, #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: #cc0000; }
  #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: #cc0000; }

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

.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: #cc0000;
    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: #cc0000;
      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;
    }
  }
}*/
#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: #cc0000; }
        #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: #cc0000;
  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: #ed001a; }

#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-list {
    height: auto !important; }
  .alt-images .slick-slide:after {
    width: 0;
    transition: all .3s ease-in-out;
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    background-color: #cc0000; }
  .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: #cc0000; }
  .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; }

#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: #cc0000;
    font-size: 1.125rem;
    letter-spacing: normal;
    text-transform: uppercase;
    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: #cc0000; }
      #wheel .wheel-info .pricing-specs .top .pricing-starting .call-for, #wheel .accessory-info .pricing-specs .top .pricing-starting .call-for {
        color: #cc0000;
        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: #cc0000;
        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: #33cc33;
      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: #cc0000;
        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: #cc0000; }
  #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;
      color: #336699; }
    #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: #336699;
      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: #33cc33;
      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: #cc0000;
    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: #cc0000; }
      #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: #cc0000;
      color: #fefefe; }
      #wheel .wheel-info .cta .button.open-experts-quote-popup:hover, #wheel .accessory-info .cta .button.open-experts-quote-popup:hover {
        background-color: #ed001a; }
  #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: #cc0000; }
    #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: #cc0000;
      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; }

.sku.detail .cta-buttons {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center; }
  .sku.detail .cta-buttons__btn {
    width: 100%; }
    .sku.detail .cta-buttons__btn--space {
      margin-bottom: 1rem !important; }
  .sku.detail .cta-buttons li {
    width: 100%; }
    .sku.detail .cta-buttons li:first-child {
      display: none; }
  .sku.detail .cta-buttons a.buttons__btn {
    background-color: #777777; }
    .sku.detail .cta-buttons a.buttons__btn:hover {
      background-color: #0a0a0a; }

.cta-buttons {
  margin: 0;
  text-align: center; }
  .cta-buttons li {
    display: inline-block;
    padding-right: .25rem;
    width: 50%;
    margin-bottom: 1rem; }
    .cta-buttons li a {
      width: 100%; }
      .cta-buttons li a.cta-buttons__btn {
        background-color: #777777; }
        .cta-buttons li a.cta-buttons__btn:hover {
          background-color: #0a0a0a; }

#buy-options-popup {
  background-color: #cc0000;
  text-align: center;
  text-transform: uppercase; }
  #buy-options-popup .button {
    background-color: #0a0a0a;
    margin-bottom: 0;
    width: 100%;
    padding: .85rem 0; }
    #buy-options-popup .button:hover {
      background-color: #7f8283; }
  #buy-options-popup .popup-title {
    padding-bottom: 1rem;
    color: #fefefe; }
  #buy-options-popup ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    list-style: none; }
    #buy-options-popup ul li {
      width: 100%;
      margin: 0 .25rem; }
      #buy-options-popup ul li:first-child {
        margin-left: 0; }
      #buy-options-popup ul li:last-child {
        margin-right: 0; }

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

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

.open-see-on-vehicle-popup {
  font-weight: 500;
  color: #0a0a0a;
  font-size: .825rem;
  cursor: pointer;
  text-align: right; }
  .open-see-on-vehicle-popup:hover {
    color: #cc0000; }
  .open-see-on-vehicle-popup-container {
    text-align: right; }

#see-on-vehicle-popup {
  padding: 0;
  max-width: 1200px;
  font-size: .825rem; }
  #see-on-vehicle-popup .vehicle-popup-image {
    background: radial-gradient(#ffffff, #cccccc);
    text-align: center; }
  #see-on-vehicle-popup .vehicle-popup-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem; }
    #see-on-vehicle-popup .vehicle-popup-information .wheel-info {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      #see-on-vehicle-popup .vehicle-popup-information .wheel-info .thumb {
        width: 100px;
        height: 100px;
        margin-right: 1rem;
        background-position: top right;
        background-size: 160%; }
      #see-on-vehicle-popup .vehicle-popup-information .wheel-info .wheel {
        color: #0a0a0a;
        font-weight: 600;
        text-transform: uppercase; }
      #see-on-vehicle-popup .vehicle-popup-information .wheel-info .specs {
        display: flex; }
        #see-on-vehicle-popup .vehicle-popup-information .wheel-info .specs .divider {
          margin-left: .25rem;
          margin-right: .25rem; }
    #see-on-vehicle-popup .vehicle-popup-information .vehicle-info {
      color: #0a0a0a;
      padding: .5rem;
      font-weight: 600; }

.wheel-gallery__header {
  font-size: 1.5rem; }

.wheel-galleryList {
  display: inline-block;
  margin: 0;
  width: 100%; }
  .wheel-galleryList__item {
    list-style: none;
    margin-right: .5rem;
    float: left;
    width: 49%; }
    .wheel-galleryList__item:nth-child(2n) {
      margin-right: 0; }
    @media print, screen and (min-width: 40em) {
      .wheel-galleryList__item {
        max-width: 180px;
        width: 100%; }
        .wheel-galleryList__item:nth-child(2n) {
          margin-right: .5rem; } }
    .wheel-galleryList__item a {
      display: block;
      width: 100%; }

.popup-wheelimage {
  max-height: 800px;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.wheel-galleryImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .wheel-galleryImage img {
    opacity: 0;
    width: 100%; }

.wheel-galleryTxt {
  font-size: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .wheel-galleryTxt {
      font-size: 0.8rem; } }

#wheel #specs {
  overflow: unset;
  margin-bottom: rem; }
  #wheel #specs .spec-tabs-divider {
    border-top: 1px solid #cc0000;
    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: #cc0000;
        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: #cc0000; }
      #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: #cc0000; }

.alt-images img {
  margin: 0 auto; }

#shop-popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  color: #fefefe;
  overflow-x: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  /*.close-container {
    position:relative;
    @include breakpoint (medium down) {
      padding-top:1rem;
      padding-bottom:1rem;
      text-align:right;
    }
    &.short {
      position: static;
      text-align:right;
      padding-top:1rem;
      padding-bottom:1rem;
      #close {
        position:relative;
        top:0;
        right:0;
      }
    }
  }
  #close {
    font-size:2rem;
    line-height:1;
    color:$white;
    cursor: pointer;
    @include breakpoint (medium) {
      position:absolute;
      top:-3rem;
      right:1rem;  
    }
    @include breakpoint (large) {
      top:-.5rem;
      right:-2rem;
    }
  }*/ }
  #shop-popup span {
    text-transform: uppercase;
    font-weight: 700; }
  #shop-popup a {
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: .75rem;
    max-width: 280px;
    width: 100%; }
    #shop-popup a.disabled {
      pointer-events: none;
      opacity: .4; }
  #shop-popup .shop-popup {
    background-color: #fefefe;
    border: 1px solid #cccccc;
    padding-bottom: 2rem;
    max-width: 400px;
    margin: 0 auto; }
    #shop-popup .shop-popup .row {
      margin-left: 0;
      margin-right: 0; }
  #shop-popup .close-container {
    text-align: right; }
  #shop-popup #close {
    color: #777777;
    cursor: pointer; }
  #shop-popup .dealer-shop {
    margin-bottom: 1rem; }
  #shop-popup #vehicle-gallery-popup {
    position: relative;
    width: 100%; }
  #shop-popup .vehicle-gallery-specs {
    margin-bottom: 1rem; }

#wheels .wheel-filters h3, #wheel-brands .wheel-filters h3 {
  font-size: 1.15rem;
  color: #cc0000;
  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: #cc0000;
  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: #cc0000;
  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: #cc0000;
      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: #cc0000;
        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: #cc0000;
    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: #336699; }
  #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: #cc0000;
    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: #cc0000;
  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;
    font-size: 1.25rem;
    letter-spacing: 0; }

#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: #0a0a0a;
    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: #cc0000; }
  #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: #cc0000; }
  #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: #cc0000;
      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: #cc0000;
        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: #cc0000;
        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; }

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

#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: #cc0000; }
  #wheel .finishes .label {
    background-color: transparent;
    color: #0a0a0a;
    text-transform: capitalize;
    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; }

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

@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: #cc0000;
    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: #cc0000;
      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 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.5rem;
      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: 164px; } }

@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: #cc0000;
    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: #ed001a;
      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, #cc0000 0, #cc0000 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: #cc0000;
      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 .price-title, #tires .products-list .price .set, #tire-brands .products-list .price .price-title, #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: #ed001a; }

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

#tires .tire-filters h3, #tire-brands .tire-filters h3 {
  font-size: 1.15rem;
  color: #cc0000;
  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: #cc0000;
  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: #cc0000;
  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: #cc0000;
      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: #cc0000;
        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: #cc0000;
    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: #336699; }
  #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: #cc0000;
    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: #cc0000;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #tires .filter .vehicle-title h4, #tire-brands .filter .vehicle-title h4 {
    color: #fefefe;
    font-size: 1.25rem;
    letter-spacing: 0; }

#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: #cc0000;
    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: #cc0000; }
  #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: #cc0000; }
  #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: #cc0000;
      border-radius: 5px;
      padding: .25rem .5rem;
      font-weight: 600; }
      #tires .filter .filter-active a i, #tire-brands .filter .filter-active a i {
        color: #cc0000;
        transition: all .3s ease-in-out;
        font-size: inherit; }
      #tires .filter .filter-active a:hover, #tire-brands .filter .filter-active a:hover {
        background-color: #cc0000;
        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; }

#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 h1 {
    margin-bottom: .5rem; }
  #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: #cc0000;
    font-size: 1.125rem;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 600;
    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: 500; }
      #tire .tire-info .pricing-specs .top > div {
        margin-bottom: .5rem; }
        #tire .tire-info .pricing-specs .top > div.pricing-starting a {
          color: #cc0000; }
          #tire .tire-info .pricing-specs .top > div.pricing-starting a:hover {
            color: #ed001a; }
      #tire .tire-info .pricing-specs .top span {
        font-weight: 600; }
      #tire .tire-info .pricing-specs .top .front > span:after, #tire .tire-info .pricing-specs .top .rear > span:after {
        content: ','; }
      #tire .tire-info .pricing-specs .top .front > span:last-child:after, #tire .tire-info .pricing-specs .top .rear > span:last-child:after {
        content: ''; }
    #tire .tire-info .pricing-specs .bottom {
      display: flex;
      margin-bottom: .5rem;
      font-weight: 500; }
      #tire .tire-info .pricing-specs .bottom span {
        color: #0a0a0a;
        font-weight: 600; }
      #tire .tire-info .pricing-specs .bottom .pricing-brand {
        color: #cc0000; }
    #tire .tire-info .pricing-specs .pricing-stock {
      color: #33cc33;
      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;
      color: #336699; }
    #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: #cc0000;
    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: #cc0000;
      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; }

#tire #specs {
  overflow: unset;
  padding-left: .625rem;
  padding-right: .625rem; }
  #tire #specs .spec-tabs-divider {
    border-top: 1px solid #cc0000;
    margin-bottom: 2rem; }
  #tire #specs h2 {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: .1rem;
    font-weight: 700;
    text-transform: uppercase; }
  #tire #specs #spec-tabs {
    border: 0; }
    #tire #specs #spec-tabs .tabs-title {
      width: auto; }
      #tire #specs #spec-tabs .tabs-title > a {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: .1rem;
        color: #333333;
        padding: 1.25rem 1rem; }
      #tire #specs #spec-tabs .tabs-title.is-active > a {
        color: #cc0000;
        text-decoration: underline;
        background-color: transparent; }
      #tire #specs #spec-tabs .tabs-title:first-child > a {
        padding-left: 0; }
  #tire #specs .tabs-content {
    background: transparent;
    border: 0;
    overflow: auto; }
    #tire #specs .tabs-content a {
      color: #cc0000; }
      #tire #specs .tabs-content a:hover {
        color: #ed001a; }
    #tire #specs .tabs-content > .tabs-panel {
      padding: 0; }
    #tire #specs .tabs-content table {
      background: transparent;
      color: #333333;
      text-transform: uppercase; }
      #tire #specs .tabs-content table thead, #tire #specs .tabs-content table tbody {
        border: 0; }
      #tire #specs .tabs-content table tr {
        font-weight: 500; }
        #tire #specs .tabs-content table tr td, #tire #specs .tabs-content table tr th {
          text-align: left;
          padding: 1.25rem 0.625rem; }
          #tire #specs .tabs-content table tr td:first-child, #tire #specs .tabs-content table tr th:first-child {
            padding-left: 1.5rem; }
      #tire #specs .tabs-content table thead {
        background: transparent;
        text-transform: uppercase; }
        #tire #specs .tabs-content table thead tr {
          background: transparent; }
          #tire #specs .tabs-content table thead tr th {
            background: transparent;
            color: #333333; }
      #tire #specs .tabs-content table tbody tr {
        background: transparent; }
        #tire #specs .tabs-content table tbody tr:nth-child(odd) {
          background-color: #f1f1f1; }
    #tire #specs .tabs-content .wheel-spec-btn {
      padding: 0.5rem 1rem;
      border-radius: 5px; }
    #tire #specs .tabs-content .wheel-spec-link {
      color: #cc0000; }
      #tire #specs .tabs-content .wheel-spec-link:hover {
        color: #666666; }
  #tire #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; }
    #tire #specs .wheel-details-specs-title a {
      font-size: 1.25rem;
      color: #666666;
      font-weight: 600; }
    #tire #specs .wheel-details-specs-title .tabs {
      background-color: transparent;
      border: 0; }
    #tire #specs .wheel-details-specs-title .title {
      line-height: 1;
      padding: 1rem; }
    #tire #specs .wheel-details-specs-title .tabs-title.is-active > a {
      color: #fefefe; }
    #tire #specs .wheel-details-specs-title .tabs-title > a {
      padding: 1rem; }
  #tire #specs .spec-sale {
    text-decoration: line-through;
    font-weight: 400; }
    #tire #specs .spec-sale-price {
      color: #cc0000; }

.accessory-image {
  max-width: 500px; }

.accessory-name {
  font-weight: 700;
  font-size: 1.5rem; }

.accessory-details {
  background: #f1f1f1;
  padding: 1rem 1.5rem; }

.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 #cc0000;
  color: #cc0000;
  box-shadow: 1px 1px #999; }
  .accessory-bar-btn:hover {
    box-shadow: none; }

#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;
    }
  }*/ }
  #gallery.results .content-header {
    background: transparent; }
    #gallery.results .content-header h1 {
      color: #0a0a0a;
      letter-spacing: 0; }
      @media print, screen and (min-width: 64em) {
        #gallery.results .content-header h1 {
          font-size: 4rem; } }
  @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: "Inter", 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: "Inter", 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: #cc0000;
        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;
    justify-content: 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;
  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: #cc0000;
      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 #0a0a0a;
      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; }

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

.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: #ed001a;
        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: #cc0000; }
    #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 .left .vehicle-details-title .toggle-button {
        color: #0a0a0a; }
  #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: #cc0000; }
        #gallery-vehicle .right .package .spec-information .image-container a {
          color: #cc0000; }
          #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: #cc0000;
        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: #cc0000;
          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; }

#contact .page-content {
  background-color: #fefefe; }
  #contact .page-content > div {
    padding-top: 3rem; }

#contact h3 {
  font-size: 1.25rem;
  margin-bottom: 0; }

#contact .contact-inquiry {
  display: flex;
  text-transform: capitalize; }
  #contact .contact-inquiry label {
    font-size: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }

#contact .social img {
  max-width: 25px; }

#contact .social a {
  color: #cc0000; }
  #contact .social a:hover {
    filter: grayscale(0.75); }

#contact .menu > li:not(.menu-text) > a {
  padding: 0;
  font-size: 1.5rem; }

/* thank you page */
#thanks {
  background-color: #f1f2f1; }
  #thanks .page-conten .row {
    background-color: #fefefe; }
  #thanks .thanks-text {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      #thanks .thanks-text {
        padding-right: 3rem;
        padding-left: 3rem; } }
    #thanks .thanks-text p {
      color: #0a0a0a; }

.page {
  background-color: #f1f2f1; }
  .page__content {
    padding-top: 50px; }
    .page__content h1, .page__content h2 {
      text-transform: initial;
      font-family: "Roboto Condensed"; }

.page-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #7f8283;
  border-bottom: 1px solid #7f8283;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background-color: #fefefe; }
  .page-header h1 {
    color: #cc0000;
    margin-bottom: 0;
    text-transform: uppercase; }

.page-content img {
  /*width:100%;*/ }

.page-content > div {
  background-color: #fefefe; }
  .page-content > div:first-child {
    padding-top: 3rem; }

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

.dealers h3 {
  color: #cc0000;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    .dealers h3 {
      font-size: 1.75rem; } }

.dealers .forms-container {
  max-width: 600px;
  padding: 2rem;
  background-color: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 5rem; }
  .dealers .forms-container .button {
    margin-bottom: 0;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #cc0000;
    color: #fefefe; }
    .dealers .forms-container .button:hover {
      background-color: #cccccc; }
  .dealers .forms-container .dealer-buttons {
    display: flex;
    margin-bottom: 2rem; }
    .dealers .forms-container .dealer-buttons > a {
      width: 100%; }
      .dealers .forms-container .dealer-buttons > a:first-child {
        margin-right: 1rem; }
      .dealers .forms-container .dealer-buttons > a:last-child {
        margin-left: 1rem; }

#dealers .menu > li:not(.menu-text) > a {
  padding: 0;
  font-size: 1.5rem; }

#dealers .social img {
  max-width: 25px; }

#dealers .social a {
  color: #cc0000; }
  #dealers .social a:hover {
    filter: grayscale(0.75); }

#downloads .downloads-section-container {
  background-color: #f1f2f1; }
  #downloads .downloads-section-container div {
    background-color: #fefefe; }
  #downloads .downloads-section-container p {
    background-color: #fefefe;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  #downloads .downloads-section-container .downloads-brands {
    margin: 0; }
  #downloads .downloads-section-container .info .wheel-name {
    text-transform: uppercase; }
  #downloads .downloads-section-container .info .wheel-divider {
    height: 2px;
    margin: 0 auto;
    width: 40%;
    background-image: linear-gradient(to right, #ba1717 0%, #ba1717 50%, #0a0a0a 51%, #0a0a0a 100%); }
  #downloads .downloads-section-container .info .wheel-finish {
    font-weight: 400;
    color: #0a0a0a;
    font-size: 1rem; }

#downloads .breadcrumbs, #downloads .page-header {
  margin: 0; }

#error-page {
  background-color: #fefefe; }
  #error-page .page-content {
    background-image: url("/images/utilities/error-bg (2).png");
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: 40%;
    padding: 75px;
    margin-top: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: none; }
    @media print, screen and (min-width: 64em) {
      #error-page .page-content {
        height: 325px; }
        #error-page .page-content h3 {
          font-size: 2.2rem; }
        #error-page .page-content p {
          font-size: 1.5rem; } }
    @media print, screen and (min-width: 40em) {
      #error-page .page-content {
        height: 400px; }
        #error-page .page-content h3 {
          font-size: 1.9rem; }
        #error-page .page-content p {
          font-size: 1rem; } }
    @media print, screen and (max-width: 39.99875em) {
      #error-page .page-content {
        height: 250px;
        margin-bottom: 5rem;
        background-size: 50%;
        background-position: center 5%; }
        #error-page .page-content h3 {
          font-size: 1.5rem;
          margin-top: 2rem; }
        #error-page .page-content p {
          font-size: 1rem; } }
    #error-page .page-content h3 {
      font-weight: 1000;
      color: #0a0a0a; }
    #error-page .page-content p {
      font-weight: 400;
      margin-bottom: -6rem;
      color: black; }
      #error-page .page-content p a {
        font-weight: 700;
        color: #0066cc; }
    #error-page .page-content #return-home {
      margin-top: 9rem;
      padding-top: 7rem; }
    #error-page .page-content div {
      background-color: transparent; }

.packages {
  background-color: #F5F5F5;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
  width: auto; }
  .packages .item-name {
    font-size: 1.5rem; }
  .packages .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: #cc0000;
    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: #cc0000;
    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: #cc0000;
    display: block;
    margin-bottom: 1rem; }

.gallery-quote-popup__header {
  font-size: 1.7rem; }

.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-size: 1rem;
  font-weight: 700; }

.gallery-quote-popup input:not([type="submit"]) {
  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 span {
  font-weight: 400; }

.fitmentCheck__txt {
  color: #cc0000;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

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

#newsletter-popup h2 {
  text-align: center; }

#newsletter-popup .input-group-button {
  vertical-align: top; }

#newsletter-popup #mce-responses {
  white-space: normal;
  line-height: 1.25;
  font-size: 1rem; }

#inventory {
  background-color: #fefefe;
  font-family: "Roboto", sans-serif; }
  #inventory .inventory-item {
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    color: #0a0a0a; }
    #inventory .inventory-item .slashout {
      text-decoration: line-through; }
  #inventory .inventory-part-number {
    color: #0a0a0a;
    font-weight: 400; }
  #inventory .inventory-stock {
    color: #336699; }
    #inventory .inventory-stock-by-location {
      display: flex;
      color: #cc0000; }
  #inventory .inventory-dealer, #inventory .inventory-msrp {
    font-weight: 300;
    color: #cacaca;
    font-size: .8375rem;
    width: 50%; }
    @media print, screen and (max-width: 63.99875em) {
      #inventory .inventory-dealer, #inventory .inventory-msrp {
        width: auto; } }
  #inventory .inventory-msrp {
    text-transform: uppercase; }
    @media print, screen and (max-width: 63.99875em) {
      #inventory .inventory-msrp {
        padding-right: 1rem; } }
  #inventory .inventory-dealer {
    text-transform: capitalize; }
  #inventory .inventory-sale {
    color: #0a0a0a;
    text-transform: capitalize; }
    #inventory .inventory-sale-price {
      color: #cc0000; }
  @media print, screen and (max-width: 63.99875em) {
    #inventory .inventory-purchase {
      margin-top: .5rem; } }
  #inventory .inventory-purchase > button {
    background-color: #cc0000;
    font-family: "Rajdhani", sans-serif;
    color: #fefefe;
    text-transform: uppercase;
    padding: .75rem 1.25rem;
    font-weight: 600;
    font-size: .8rem;
    transition: all .2s ease-out; }
    @media print, screen and (max-width: 63.99875em) {
      #inventory .inventory-purchase > button {
        padding: .5rem 1rem; } }
    #inventory .inventory-purchase > button:hover {
      background-color: #336699; }
  #inventory .inventory-divider {
    height: 1px;
    background-color: #7f8283; }
  #inventory .no-matches, #inventory .result-count-empty {
    display: none; }
  #inventory .view-list .inventory-item {
    display: inline-block;
    border-bottom: 1px solid #7f8283;
    width: 100%; }
  #inventory .view-list .inventory-thumbnail {
    width: 12%;
    float: left; }
    @media print, screen and (max-width: 63.99875em) {
      #inventory .view-list .inventory-thumbnail {
        width: auto; } }
    #inventory .view-list .inventory-thumbnail img {
      max-width: 70px; }
  #inventory .view-list .inventory-info {
    display: flex;
    justify-content: space-between; }
    @media print, screen and (max-width: 63.99875em) {
      #inventory .view-list .inventory-info {
        flex-direction: column;
        padding-left: 1rem; } }
  #inventory .view-list .inventory-location {
    width: 40%; }
  #inventory .view-list .inventory-description {
    float: left; }
    @media print, screen and (min-width: 40em) {
      #inventory .view-list .inventory-description {
        width: 88%; } }
    #inventory .view-list .inventory-description-top {
      color: #0a0a0a;
      line-height: 1.35;
      padding-bottom: .5rem; }
    #inventory .view-list .inventory-description-bottom {
      display: flex; }
      @media print, screen and (max-width: 63.99875em) {
        #inventory .view-list .inventory-description-bottom {
          width: 100%; } }
      @media print, screen and (min-width: 40em) {
        #inventory .view-list .inventory-description-bottom > div {
          width: 50%; } }
      #inventory .view-list .inventory-description-bottom .inventory-description-left {
        width: 100%; }
      #inventory .view-list .inventory-description-bottom-bottom {
        display: flex;
        align-items: center; }
  #inventory .view-gallery .inventory-thumbnail img {
    max-width: 200px;
    width: 100%; }
  #inventory .view-gallery .inventory-msrp, #inventory .view-gallery .inventory-dealer {
    color: #0a0a0a; }
  #inventory .view-gallery .inventory-location {
    width: 33%; }
  #inventory .view-gallery .inventory-purchase {
    margin-top: .5rem; }

#ware-box, #ware-box2, #ware-box3 {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center; }

.item-popup {
  font-size: 1rem;
  font-weight: 500;
  width: 600px;
  padding: 20px;
  background-color: #fefefe;
  color: #0a0a0a;
  /*@media screen and (max-height: 1100px) {
    overflow-y: scroll;
  }*/ }
  .item-popup h3 {
    font-size: 1.25rem; }
  .item-popup .item-popup-title h3 {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .item-popup label {
    text-transform: uppercase;
    width: 80px;
    font-weight: 600; }
  .item-popup input {
    width: 50px; }
  .item-popup > div {
    width: 100%; }
  .item-popup .field {
    display: flex;
    width: auto; }
    .item-popup .field > div {
      width: auto; }
    .item-popup .field.upsell {
      flex-direction: column; }
  .item-popup .button {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0; }
    .item-popup .button:hover {
      background-color: #0a0a0a; }
  .item-popup .item-popup-cta {
    padding-left: 80px; }
    .item-popup .item-popup-cta .button:first-child {
      background-color: #0a0a0a; }
    .item-popup .item-popup-cta .button:hover {
      background-color: #7f8283; }
  .item-popup .upsell {
    padding-bottom: 1.5rem; }
    .item-popup .upsell label {
      width: 100%;
      padding-bottom: .5rem; }
    .item-popup .upsell input {
      margin-bottom: 0;
      width: auto; }
    .item-popup .upsell table {
      font-size: .85rem; }
      .item-popup .upsell table tr td {
        padding: .25rem .75rem; }
      .item-popup .upsell table span {
        text-transform: uppercase; }

#ware-box2 .item-popup-msg {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem; }

#ware-box2 #message {
  font-weight: 500;
  font-size: 1rem; }
  #ware-box2 #message .fa-check-circle, #ware-box2 #message .fa-minus-circle, #ware-box2 #message .fa-times-circle, #ware-box2 #message .fa-exclamation-triangle {
    font-size: 3rem;
    margin-bottom: 1rem; }
  #ware-box2 #message .fa-check-circle {
    color: #33cc33; }
  #ware-box2 #message .fa-minus-circle, #ware-box2 #message .fa-times-circle, #ware-box2 #message .fa-exclamation-triangle {
    color: #f4a826; }

#ware-box2 .item-popup-cta {
  margin-left: 0;
  text-align: center; }
  #ware-box2 .item-popup-cta a.button:link:first-child, #ware-box2 .item-popup-cta a.button:visited:first-child {
    background-color: #cc0000; }
  #ware-box2 .item-popup-cta a.button:link:last-child, #ware-box2 .item-popup-cta a.button:visited:last-child {
    background-color: #7f8283; }
  #ware-box2 .item-popup-cta a.button:link:hover, #ware-box2 .item-popup-cta a.button:visited:hover {
    background-color: #0a0a0a; }

#ware-box3 .cart-results th, #ware-box3 .cart-results td {
  font-size: 1rem; }

#ware-box3 .cart-top {
  padding-top: 1rem;
  padding-left: 1rem; }
  #ware-box3 .cart-top h1 {
    font-size: 2rem; }

#ware-box3 .mobile-cart .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  background-color: #e4e4e4;
  border-top: 1px solid #7f8283;
  border-bottom: 1px solid #7f8283;
  padding: 1rem .75rem; }
  #ware-box3 .mobile-cart .accordion-item .accordion-title::before {
    display: none; }
  #ware-box3 .mobile-cart .accordion-item .accordion-title .mobile-summary-title {
    font-weight: 700;
    color: #cc0000; }
  #ware-box3 .mobile-cart .accordion-item .accordion-title .mobile-summary-icon {
    padding-left: .5rem; }
  #ware-box3 .mobile-cart .accordion-item .accordion-title .mobile-summary-total {
    color: #0a0a0a; }

#ware-box3 .mobile-cart .accordion-item.is-active .fa-angle-down:before {
  content: '\f106'; }

#ware-box3 .mobile-cart .inventory-item {
  background-color: #e4e4e4;
  display: inline-block;
  border-bottom: 1px solid #7f8283;
  width: 100%;
  padding: .75rem; }

#ware-box3 .mobile-cart .inventory-thumbnail {
  width: 12%;
  float: left; }
  @media print, screen and (max-width: 63.99875em) {
    #ware-box3 .mobile-cart .inventory-thumbnail {
      width: auto; } }
  #ware-box3 .mobile-cart .inventory-thumbnail img {
    max-width: 70px; }

#ware-box3 .mobile-cart .inventory-info {
  display: flex;
  justify-content: space-between; }
  @media print, screen and (max-width: 63.99875em) {
    #ware-box3 .mobile-cart .inventory-info {
      flex-direction: column;
      padding-left: 1rem; } }

#ware-box3 .mobile-cart .inventory-description {
  float: left; }
  @media print, screen and (min-width: 40em) {
    #ware-box3 .mobile-cart .inventory-description {
      width: 88%; } }
  #ware-box3 .mobile-cart .inventory-description-top {
    color: #0a0a0a;
    line-height: 1.35;
    padding-bottom: .5rem;
    font-weight: 700; }
  #ware-box3 .mobile-cart .inventory-description-bottom {
    display: flex; }
    @media print, screen and (max-width: 63.99875em) {
      #ware-box3 .mobile-cart .inventory-description-bottom {
        width: 100%; } }
    @media print, screen and (min-width: 40em) {
      #ware-box3 .mobile-cart .inventory-description-bottom > div {
        width: 50%; } }
    #ware-box3 .mobile-cart .inventory-description-bottom .inventory-description-left {
      width: 100%; }
    #ware-box3 .mobile-cart .inventory-description-bottom-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }

#ware-box3 .mobile-cart .mobile-checkout-cta, #ware-box3 .mobile-cart .mobile-cart-cta {
  padding: .75rem; }
  #ware-box3 .mobile-cart .mobile-checkout-cta .button, #ware-box3 .mobile-cart .mobile-cart-cta .button {
    padding: .75rem 1rem;
    font-size: 1.15rem; }
    #ware-box3 .mobile-cart .mobile-checkout-cta .button.edit-cart, #ware-box3 .mobile-cart .mobile-cart-cta .button.edit-cart {
      background-color: #7f8283;
      margin-left: .75rem; }
    #ware-box3 .mobile-cart .mobile-checkout-cta .button.checkout-button, #ware-box3 .mobile-cart .mobile-cart-cta .button.checkout-button {
      background-color: #33cc33;
      margin-left: .75rem; }

#ware-box3 .mobile-cart .mobile-checkout-total, #ware-box3 .mobile-cart .mobile-cart-total {
  padding: .75rem;
  text-align: right;
  font-weight: 700; }

#ware-box3 .mobile-cart-table-container {
  padding-bottom: 0;
  border-bottom: 1px solid #7f8283;
  font-size: 1rem; }

#ware-box3 .mobile-cart {
  border-top: 1px solid #7f8283; }
  #ware-box3 .mobile-cart .inventory-item .inventory-description-bottom-bottom {
    display: block; }
    #ware-box3 .mobile-cart .inventory-item .inventory-description-bottom-bottom-bottom {
      display: flex;
      justify-content: space-between; }
      #ware-box3 .mobile-cart .inventory-item .inventory-description-bottom-bottom-bottom i {
        font-size: 1.25rem; }
  #ware-box3 .mobile-cart .mobile-cart-cta {
    padding: 1.25rem .75rem; }
  #ware-box3 .mobile-cart .mobile-cart-total {
    text-align: center; }

#inventory .pagination-container {
  padding: 3rem 0;
  margin: 3rem 0; }

#inventory .navigation {
  margin-bottom: 3rem;
  width: 100%; }
  #inventory .navigation.moreloaded {
    margin-bottom: 0; }
  #inventory .navigation a {
    display: inline-block;
    margin: 2rem auto;
    padding: 1rem 2rem;
    color: #fefefe;
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cc0000; }
    #inventory .navigation a:hover {
      background-color: #7f8283; }

/* inventory header */
.inventory-header .user-options-toggle {
  height: 20px; }

.user-options {
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase; }

.user-options > div {
  font-weight: 900;
  margin-left: 1rem; }

.user-options > div a {
  color: #0a0a0a;
  font-weight: 700; }

@media screen and (max-width: 64em) {
  .user-options > div a {
    font-weight: 500; } }

.user-options > div a i {
  color: #666666;
  transition: all .2s ease-out; }

.user-options > div a:hover {
  color: #cc0000;
  /* red */ }

.user-options > div a:hover i {
  color: #cc0000;
  /* red */ }

.inventory-header .button {
  position: relative;
  width: 40px;
  height: 26px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  background: transparent; }

.inventory-header .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3; }

.inventory-header .far {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.5rem;
  color: #cc0000; }

.inventory-header .far.fa-eye-slash {
  color: #0a0a0a; }

.inventory-item-popup-box .price-wtw.client-view {
  font-weight: 600;
  text-decoration: none; }

/* listing */
#inventory .inventory-item .inventory-price .price-wtw {
  font-weight: 400;
  text-decoration: line-through; }

#inventory .inventory-item .inventory-price .price-wtw.client-view {
  font-weight: 600;
  text-decoration: none; }

#inventory .inventory-item .inventory-price .price-kc.client-view {
  display: none; }

.site-content-inventory .row {
  max-width: 75rem; }

.header-inventory {
  padding: 1rem .5rem;
  color: #0a0a0a;
  border-bottom: 1px solid #666666; }
  @media print, screen and (min-width: 64em) {
    .header-inventory {
      padding: 3rem .5rem; } }
  .header-inventory .row {
    max-width: 75rem;
    width: 100%; }
  .header-inventory .header-top-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header-inventory .support-container {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: .9rem; }
    .header-inventory .support-container span {
      margin-right: 1rem; }
    .header-inventory .support-container .support-divider {
      margin-left: 1rem;
      margin-right: 1rem; }
    .header-inventory .support-container .phone, .header-inventory .support-container address, .header-inventory .support-container a {
      font-size: .85rem;
      color: #0a0a0a; }
    @media print, screen and (max-width: 63.99875em) {
      .header-inventory .support-container .main-phone, .header-inventory .support-container .fax, .header-inventory .support-container .toll-free span {
        display: none; } }
    .header-inventory .support-container .left, .header-inventory .support-container .right {
      display: flex;
      align-items: center; }
      .header-inventory .support-container .left span.show-for-large, .header-inventory .support-container .right span.show-for-large {
        margin-right: 1rem; }
      .header-inventory .support-container .left .support-info, .header-inventory .support-container .right .support-info {
        white-space: nowrap; }
    .header-inventory .support-container .header-contact {
      line-height: 1.3;
      text-align: right;
      font-weight: 500; }
      .header-inventory .support-container .header-contact a {
        color: #0a0a0a;
        font-weight: 700;
        font-size: 1.65rem; }
        .header-inventory .support-container .header-contact a:hover {
          color: #cc0000; }
  .header-inventory .logo {
    display: block; }
    @media print, screen and (max-width: 63.99875em) {
      .header-inventory .logo {
        text-align: center; }
        .header-inventory .logo img {
          max-width: 250px; } }
  .header-inventory .mobile-contact {
    text-align: center; }
    .header-inventory .mobile-contact a {
      font-size: 1rem;
      font-weight: 800;
      color: #0a0a0a; }

.inventory-head.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }
  .inventory-head.fixed #left {
    background-color: #e4e4e4;
    padding-bottom: 1rem; }

.user {
  border-bottom: 5px solid #7f8283;
  background-color: #e4e4e4;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.05rem;
  padding-left: .9375rem;
  padding-right: .9375rem; }
  @media print, screen and (max-width: 63.99875em) {
    .user {
      font-size: .875rem;
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .user-name {
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #0a0a0a; }
    @media print, screen and (max-width: 63.99875em) {
      .user-name {
        border-bottom: 1px solid #777777;
        margin-bottom: 1rem;
        padding-bottom: 1rem; } }
  .user-code {
    color: #cc0000; }
  .user-options {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase; }
    @media print, screen and (max-width: 63.99875em) {
      .user-options {
        justify-content: flex-start; } }
    .user-options > div {
      font-weight: 900;
      margin-left: 1rem; }
      @media print, screen and (max-width: 63.99875em) {
        .user-options > div {
          margin-left: 0;
          margin-right: 1rem; } }
      .user-options > div a {
        color: #0a0a0a;
        font-weight: 700;
        font-family: "Roboto", sans-serif; }
        @media print, screen and (max-width: 63.99875em) {
          .user-options > div a {
            font-weight: 500; } }
        .user-options > div a:hover {
          color: #cc0000; }
          .user-options > div a:hover i {
            color: #cc0000; }
      .user-options > div i {
        color: #7f8283;
        transition: all .2s ease-out; }
  .user .inventory-header-container {
    display: flex;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto; }
    @media print, screen and (max-width: 63.99875em) {
      .user .inventory-header-container {
        flex-direction: column; } }

.loading-screen {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 9999; }
  .loading-screen i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    font-size: 3rem;
    color: #fefefe;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media print, screen and (min-width: 40em) {
  #inventory {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

#inventory .filter, .inventory-head .filter {
  padding-bottom: 2rem; }
  #inventory .filter-selection, .inventory-head .filter-selection {
    border-right: 1px solid #7f8283; }
    #inventory .filter-selection h5, .inventory-head .filter-selection h5 {
      text-transform: uppercase;
      letter-spacing: 0;
      font-size: 1.15rem; }
    #inventory .filter-selection ul, .inventory-head .filter-selection ul {
      list-style: none;
      margin: 0; }
    #inventory .filter-selection li, .inventory-head .filter-selection li {
      font-weight: 400;
      font-size: .875rem;
      line-height: 0; }
    #inventory .filter-selection input, .inventory-head .filter-selection input {
      margin-bottom: .75rem; }
    #inventory .filter-selection label, .inventory-head .filter-selection label {
      line-height: 0; }
  #inventory .filter-active, .inventory-head .filter-active {
    font-weight: 400;
    padding-bottom: 2rem; }
    #inventory .filter-active:after, .inventory-head .filter-active:after {
      content: '';
      display: block;
      width: 75%;
      background-color: #7f8283;
      height: 1px; }
    #inventory .filter-active ul, .inventory-head .filter-active ul {
      padding-bottom: 2rem; }
    #inventory .filter-active a, .inventory-head .filter-active a {
      color: #336699;
      font-weight: 900;
      padding-right: .5rem; }
      #inventory .filter-active a#clear, .inventory-head .filter-active a#clear {
        display: block;
        margin-top: .5rem; }
    #inventory .filter-active-selected, .inventory-head .filter-active-selected {
      padding: .5rem;
      transition: all .2s ease-out;
      display: inline-block;
      border-radius: 5px; }
      #inventory .filter-active-selected:hover, .inventory-head .filter-active-selected:hover {
        background-color: #cc0000;
        color: white; }
        #inventory .filter-active-selected:hover a, .inventory-head .filter-active-selected:hover a {
          color: #fefefe; }
  #inventory .filter-button, .inventory-head .filter-button {
    color: #cc0000;
    font-weight: 900;
    font-size: 1rem; }
  #inventory .filter-part-number, .inventory-head .filter-part-number {
    max-width: 80%;
    border-bottom: 1px solid #7f8283;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #inventory .filter-part-number input, .inventory-head .filter-part-number input {
      padding: .5rem;
      margin-bottom: 0;
      width: 100%;
      font-size: 1rem; }
  #inventory .filter-shopby, .inventory-head .filter-shopby {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (max-width: 39.99875em) {
      #inventory .filter-shopby, .inventory-head .filter-shopby {
        padding-bottom: 1rem; } }
    @media print, screen and (min-width: 40em) {
      #inventory .filter-shopby, .inventory-head .filter-shopby {
        border-bottom: 5px solid #7f8283;
        justify-content: flex-start;
        margin-bottom: 2rem;
        max-width: 80%; } }
    #inventory .filter-shopby label, #inventory .filter-shopby select, .inventory-head .filter-shopby label, .inventory-head .filter-shopby select {
      margin-bottom: 0; }
    #inventory .filter-shopby label, .inventory-head .filter-shopby label {
      margin-right: .5rem; }
      @media print, screen and (min-width: 40em) {
        #inventory .filter-shopby label, .inventory-head .filter-shopby label {
          margin-right: 1rem; } }
    #inventory .filter-shopby select, .inventory-head .filter-shopby select {
      width: auto; }
      @media print, screen and (max-width: 39.99875em) {
        #inventory .filter-shopby select, .inventory-head .filter-shopby select {
          font-size: .9rem; } }
    #inventory .filter-shopby h5, .inventory-head .filter-shopby h5 {
      color: #cc0000;
      margin-bottom: 0; }
      @media print, screen and (max-width: 39.99875em) {
        #inventory .filter-shopby h5, .inventory-head .filter-shopby h5 {
          font-size: 1.15rem;
          text-transform: uppercase;
          letter-spacing: 1px; } }

#inventory .options-bar {
  border-bottom: 5px solid #7f8283;
  padding-bottom: 2rem;
  color: #0a0a0a;
  font-weight: 400;
  font-size: 1rem; }
  #inventory .options-bar select, #inventory .options-bar input {
    font-size: .75rem; }
  #inventory .options-bar > div {
    display: flex;
    align-items: center; }
    #inventory .options-bar > div:first-child {
      border-right: 1px solid #7f8283; }
  #inventory .options-bar-view {
    justify-content: space-between; }
    #inventory .options-bar-view i {
      font-size: 1.5rem;
      color: #e4e4e4;
      transition: all .2s ease-out; }
      #inventory .options-bar-view i:hover {
        color: #cc0000; }
    #inventory .options-bar-view button.active-view i {
      color: #cc0000; }
  #inventory .options-bar-instock input {
    margin-bottom: 0; }
  #inventory .options-bar-sort select {
    width: auto;
    margin-bottom: 0;
    margin-left: .5rem; }
  #inventory .options-bar .result-count, #inventory .options-bar .result-count-empty {
    padding-right: .25rem; }

@media print, screen and (max-width: 63.99875em) {
  #inventory .filter-selection, .inventory-head .filter-selection {
    border: 0;
    padding: .75rem;
    height: 50vh;
    overflow-x: scroll; }
  #inventory .accordion-item, .inventory-head .accordion-item {
    border: 1px solid #7f8283; } }

#inventory .accordion-item.is-active a, .inventory-head .accordion-item.is-active a {
  color: #336699; }

#inventory .accordion-title, .inventory-head .accordion-title {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 0; }

.filter-by-vehicle {
  max-width: 80%; }

.cart #login {
  display: none; }

.cart .inventory-header {
  margin-bottom: 2rem; }

.cart .page-content {
  background-color: transparent; }
  .cart .page-content.cart-table-container form {
    width: 100%; }
  .cart .page-content .cart-listing {
    width: 100%;
    border: 1px solid #8a8a8a;
    border-top: 5px solid #cc0000;
    color: #0a0a0a; }

.cart th {
  color: #fefefe;
  text-transform: uppercase;
  background-color: #8a8a8a;
  font-weight: 400; }

.cart td {
  font-weight: 400; }

.cart-buttons, .cart-total {
  padding: 2rem; }

.cart-buttons .button {
  padding: .75rem 1rem;
  margin-bottom: 0; }
  .cart-buttons .button:hover {
    background-color: #0a0a0a; }

.cart .new-search {
  text-align: left; }

.cart .update-checkout {
  text-align: right; }
  .cart .update-checkout .button:first-child {
    background-color: #7f8283; }
  .cart .update-checkout .button:last-child {
    background-color: #33cc33; }
  .cart .update-checkout .button:hover {
    background-color: black; }

.cart .edit-cart {
  text-align: right; }
  .cart .edit-cart .button {
    background-color: #7f8283; }
    .cart .edit-cart .button:hover {
      background-color: #0a0a0a; }

.cart-qty {
  width: 50px;
  margin: 0 auto;
  pointer-events: none;
  border: 0;
  background-color: transparent !important;
  box-shadow: none; }

.cart-total {
  font-weight: 900;
  text-transform: uppercase; }
  .cart-total-title {
    text-align: right; }

.cart .disclaimer {
  text-align: left;
  padding-top: 1rem;
  border-top: 5px solid #8a8a8a;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #0a0a0a;
  font-size: .95rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .cart .disclaimer {
      margin-top: 5rem; } }

@media print, screen and (min-width: 40em) {
  .cart .inv-btn-container {
    padding-left: 0;
    padding-right: 0; } }

.cart .checkout-error {
  color: #ed001a;
  font-size: .9rem;
  font-weight: 600; }

.page-content .checkout-form {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .page-content .checkout-form .buttons {
      justify-content: flex-start; } }

#checkout h1, #checkout h2, #cart h1, #cart h2 {
  text-transform: uppercase; }

#checkout h1, #cart h1 {
  color: #cc0000; }

@media print, screen and (min-width: 40em) {
  #checkout .checkout-title, #checkout .cart-title, #cart .checkout-title, #cart .cart-title {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media print, screen and (max-width: 39.99875em) {
  #checkout .checkout-title h1, #checkout .cart-title h1, #cart .checkout-title h1, #cart .cart-title h1 {
    padding: 0 .75rem;
    font-size: 2rem;
    letter-spacing: 0; } }

@media print, screen and (max-width: 39.99875em) {
  #checkout .checkout-form h2, #cart .checkout-form h2 {
    letter-spacing: 0; } }

.checkout-top {
  display: flex;
  align-items: center; }

.checkout-form {
  padding: .75rem;
  border-right-color: #7f8283; }
  @media print, screen and (min-width: 64em) {
    .checkout-form {
      border: 1px solid #8a8a8a;
      padding: 2rem; } }
  .checkout-form .buttons .button {
    max-width: 150px;
    width: 100%; }
    .checkout-form .buttons .button:first-child {
      background-color: #33cc33;
      margin-right: .5rem;
      padding-left: 0;
      padding-right: 0; }
    .checkout-form .buttons .button:last-child {
      background-color: #7f8283; }
    .checkout-form .buttons .button:hover {
      background-color: #0a0a0a; }
  .checkout-form .invalid {
    background-color: #ed001a;
    color: #fefefe; }

.checkout label {
  max-width: 200px;
  width: 100%;
  font-weight: 700;
  /*font-size:1rem;*/
  text-transform: capitalize; }

@media print, screen and (min-width: 64em) {
  .checkout .field input, .checkout .field select {
    max-width: 350px; } }

.checkout .field textarea {
  max-width: 500px;
  min-height: 150px; }

.checkout .customer-address {
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #0a0a0a; }

#checkout .summary {
  padding: 2rem;
  background-color: #e4e4e4;
  border: 1px solid #8a8a8a;
  border-left: 0;
  font-size: 1rem; }
  #checkout .summary .cart-listing {
    margin-top: 2.5rem; }
  #checkout .summary th:nth-child(3) {
    min-width: 100px; }

#checkout .mobile-checkout .accordion-item .accordion-title, #cart .mobile-cart .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  background-color: #e4e4e4;
  border-top: 1px solid #7f8283;
  border-bottom: 1px solid #7f8283;
  padding: 1rem .75rem; }
  #checkout .mobile-checkout .accordion-item .accordion-title::before, #cart .mobile-cart .accordion-item .accordion-title::before {
    display: none; }
  #checkout .mobile-checkout .accordion-item .accordion-title .mobile-summary-title, #cart .mobile-cart .accordion-item .accordion-title .mobile-summary-title {
    font-weight: 700;
    color: #cc0000; }
  #checkout .mobile-checkout .accordion-item .accordion-title .mobile-summary-icon, #cart .mobile-cart .accordion-item .accordion-title .mobile-summary-icon {
    padding-left: .5rem; }
  #checkout .mobile-checkout .accordion-item .accordion-title .mobile-summary-total, #cart .mobile-cart .accordion-item .accordion-title .mobile-summary-total {
    color: #0a0a0a; }

#checkout .mobile-checkout .accordion-item.is-active .fa-angle-down:before, #cart .mobile-cart .accordion-item.is-active .fa-angle-down:before {
  content: '\f106'; }

#checkout .mobile-checkout .inventory-item, #cart .mobile-cart .inventory-item {
  background-color: #e4e4e4;
  display: inline-block;
  border-bottom: 1px solid #7f8283;
  width: 100%;
  padding: .75rem; }

#checkout .mobile-checkout .inventory-thumbnail, #cart .mobile-cart .inventory-thumbnail {
  width: 12%;
  float: left; }
  @media print, screen and (max-width: 63.99875em) {
    #checkout .mobile-checkout .inventory-thumbnail, #cart .mobile-cart .inventory-thumbnail {
      width: auto; } }
  #checkout .mobile-checkout .inventory-thumbnail img, #cart .mobile-cart .inventory-thumbnail img {
    max-width: 70px; }

#checkout .mobile-checkout .inventory-info, #cart .mobile-cart .inventory-info {
  display: flex;
  justify-content: space-between; }
  @media print, screen and (max-width: 63.99875em) {
    #checkout .mobile-checkout .inventory-info, #cart .mobile-cart .inventory-info {
      flex-direction: column;
      padding-left: 1rem; } }

#checkout .mobile-checkout .inventory-description, #cart .mobile-cart .inventory-description {
  float: left; }
  @media print, screen and (min-width: 40em) {
    #checkout .mobile-checkout .inventory-description, #cart .mobile-cart .inventory-description {
      width: 88%; } }
  #checkout .mobile-checkout .inventory-description-top, #cart .mobile-cart .inventory-description-top {
    color: #0a0a0a;
    line-height: 1.35;
    padding-bottom: .5rem;
    font-weight: 700; }
  #checkout .mobile-checkout .inventory-description-bottom, #cart .mobile-cart .inventory-description-bottom {
    display: flex; }
    @media print, screen and (max-width: 63.99875em) {
      #checkout .mobile-checkout .inventory-description-bottom, #cart .mobile-cart .inventory-description-bottom {
        width: 100%; } }
    @media print, screen and (min-width: 40em) {
      #checkout .mobile-checkout .inventory-description-bottom > div, #cart .mobile-cart .inventory-description-bottom > div {
        width: 50%; } }
    #checkout .mobile-checkout .inventory-description-bottom .inventory-description-left, #cart .mobile-cart .inventory-description-bottom .inventory-description-left {
      width: 100%; }
    #checkout .mobile-checkout .inventory-description-bottom-bottom, #cart .mobile-cart .inventory-description-bottom-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }

#checkout .mobile-checkout .mobile-checkout-cta, #checkout .mobile-checkout .mobile-cart-cta, #cart .mobile-cart .mobile-checkout-cta, #cart .mobile-cart .mobile-cart-cta {
  padding: .75rem; }
  #checkout .mobile-checkout .mobile-checkout-cta .button, #checkout .mobile-checkout .mobile-cart-cta .button, #cart .mobile-cart .mobile-checkout-cta .button, #cart .mobile-cart .mobile-cart-cta .button {
    padding: .75rem 1rem;
    font-size: 1.15rem; }
    #checkout .mobile-checkout .mobile-checkout-cta .button.edit-cart, #checkout .mobile-checkout .mobile-cart-cta .button.edit-cart, #cart .mobile-cart .mobile-checkout-cta .button.edit-cart, #cart .mobile-cart .mobile-cart-cta .button.edit-cart {
      background-color: #7f8283;
      margin-left: .75rem; }
    #checkout .mobile-checkout .mobile-checkout-cta .button.checkout-button, #checkout .mobile-checkout .mobile-cart-cta .button.checkout-button, #cart .mobile-cart .mobile-checkout-cta .button.checkout-button, #cart .mobile-cart .mobile-cart-cta .button.checkout-button {
      background-color: #33cc33;
      margin-left: .75rem; }

#checkout .mobile-checkout .mobile-checkout-total, #checkout .mobile-checkout .mobile-cart-total, #cart .mobile-cart .mobile-checkout-total, #cart .mobile-cart .mobile-cart-total {
  padding: .75rem;
  text-align: right;
  font-weight: 700; }

/*///// Mobile - Cart /////*/
#cart .mobile-cart-table-container {
  padding-bottom: 0;
  border-bottom: 1px solid #7f8283; }

#cart .mobile-cart {
  border-top: 1px solid #7f8283; }
  #cart .mobile-cart .inventory-item .inventory-description-bottom-bottom {
    display: block; }
    #cart .mobile-cart .inventory-item .inventory-description-bottom-bottom-bottom {
      display: flex;
      justify-content: space-between; }
      #cart .mobile-cart .inventory-item .inventory-description-bottom-bottom-bottom i {
        font-size: 1.25rem; }
  #cart .mobile-cart .mobile-cart-cta {
    padding: 1.25rem .75rem; }
  #cart .mobile-cart .mobile-cart-total {
    text-align: center; }

/*///// Remove Item Popup /////*/
#ware-box2.cart .item-popup-cta {
  padding-left: 0; }

#checkout .user .inventory-header-container {
  max-width: 70em; }

.login label {
  font-weight: 600; }

.login input {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .login input {
      max-width: 40%; } }

.login .logo {
  display: block; }
  @media print, screen and (max-width: 63.99875em) {
    .login .logo {
      text-align: center; }
      .login .logo img {
        max-width: 150px; } }

.login .mobile-contact {
  font-size: .8rem;
  font-weight: 900; }

.login .inv-login, .login .inv-msg {
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .login .inv-login, .login .inv-msg {
      text-align: left; } }

.login .inv-links ul {
  margin: 0;
  list-style: none; }
  .login .inv-links ul li {
    margin-bottom: .5rem;
    text-decoration: underline;
    font-weight: 500; }

.login .inv-links a {
  font-size: .95rem; }

.login .inv-disclaimer {
  text-align: center; }
  .login .inv-disclaimer p {
    color: #0a0a0a; }

.login .title h3 {
  text-transform: uppercase;
  font-size: 2rem; }

.login #login_form {
  text-transform: uppercase; }

.login .inv-msg > p {
  font-weight: 700;
  color: #cc0000; }

.inv.thanks {
  color: #0a0a0a;
  margin-bottom: 2rem;
  /*  .page-content {
    padding-top:1rem;
  }*/ }
  @media print, screen and (min-width: 64em) {
    .inv.thanks {
      margin-bottom: 5rem; } }
  .inv.thanks h3 {
    color: #33cc33;
    font-size: 4rem; }
  .inv.thanks .buttons > a {
    background-color: #cc0000;
    color: #fefefe;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400; }
  .inv.thanks .thanks-text {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .inv.thanks .thanks-text {
        padding-right: 3rem;
        padding-left: 3rem; } }

@media print, screen and (max-width: 63.99875em) {
  .orders .page-content .accordion, .orders .inventory-head .accordion {
    background-color: #e4e4e4; }
    .orders .page-content .accordion #inventory-filter-search, .orders .inventory-head .accordion #inventory-filter-search {
      padding: 0; }
    .orders .page-content .accordion .accordion-item, .orders .inventory-head .accordion .accordion-item {
      border: 0; } }

.orders .page-content .subheader, .orders .inventory-head .subheader {
  font-weight: 1rem;
  color: #0a0a0a;
  font-weight: 600;
  background-color: #e4e4e4;
  padding: 2rem;
  margin: 0; }
  @media print, screen and (max-width: 63.99875em) {
    .orders .page-content .subheader, .orders .inventory-head .subheader {
      padding: 1rem; } }
  .orders .page-content .subheader label, .orders .inventory-head .subheader label {
    display: flex;
    align-items: center;
    font-weight: 1rem;
    color: #0a0a0a;
    font-weight: 600; }
    @media print, screen and (max-width: 39.99875em) {
      .orders .page-content .subheader label, .orders .inventory-head .subheader label {
        width: 100%;
        margin-bottom: 1rem; } }
  .orders .page-content .subheader input, .orders .inventory-head .subheader input {
    width: auto;
    margin-bottom: 0;
    margin-left: .5rem; }
    @media print, screen and (max-width: 39.99875em) {
      .orders .page-content .subheader input, .orders .inventory-head .subheader input {
        width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .orders .page-content .subheader .search-filter, .orders .inventory-head .subheader .search-filter {
      display: flex; } }
  .orders .page-content .subheader .search-filter > div, .orders .inventory-head .subheader .search-filter > div {
    align-items: center;
    display: flex; }
    @media print, screen and (min-width: 64em) {
      .orders .page-content .subheader .search-filter > div:first-child, .orders .inventory-head .subheader .search-filter > div:first-child {
        width: 37%; }
      .orders .page-content .subheader .search-filter > div:nth-child(2), .orders .inventory-head .subheader .search-filter > div:nth-child(2) {
        width: 5%;
        justify-content: center; }
      .orders .page-content .subheader .search-filter > div:nth-child(3), .orders .inventory-head .subheader .search-filter > div:nth-child(3) {
        width: 20%; } }
  .orders .page-content .subheader .search-filter .divider, .orders .inventory-head .subheader .search-filter .divider {
    margin-left: .5rem;
    margin-right: .5rem; }
  .orders .page-content .subheader .search-filter .button, .orders .inventory-head .subheader .search-filter .button {
    margin-bottom: 0; }
    @media print, screen and (max-width: 39.99875em) {
      .orders .page-content .subheader .search-filter .button, .orders .inventory-head .subheader .search-filter .button {
        width: 100%; } }
  .orders .page-content .subheader .dates > label, .orders .inventory-head .subheader .dates > label {
    margin-right: .5rem;
    font-size: 1rem; }
    .orders .page-content .subheader .dates > label:nth-child(2), .orders .inventory-head .subheader .dates > label:nth-child(2) {
      margin-right: 0; }

.orders .page-content {
  transition: all .2s ease-in-out; }
  .orders .page-content > div:first-child {
    padding-top: 1rem; }

.orders .order-query {
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-style: italic;
  color: #cc0000;
  font-weight: 600; }
  @media print, screen and (max-width: 63.99875em) {
    .orders .order-query {
      padding: 1rem; } }

.orders .order-table {
  padding-bottom: 1rem; }
  @media print, screen and (max-width: 63.99875em) {
    .orders .order-table {
      overflow-y: auto; } }
  .orders .order-table table {
    text-transform: uppercase; }
  .orders .order-table thead, .orders .order-table tbody {
    border: 0;
    border-bottom: 10px solid #0a0a0a;
    background-color: transparent; }
  .orders .order-table tr {
    background-color: transparent;
    border-bottom: 1px solid #cccccc; }
  .orders .order-table td {
    white-space: nowrap; }
  .orders .order-table .button {
    margin-bottom: 0; }
    .orders .order-table .button.tracking-order-button {
      visibility: hidden; }

.orders .disclaimer {
  color: #cc0000;
  font-style: italic; }
  @media print, screen and (min-width: 40em) {
    .orders .disclaimer {
      padding-left: 1rem;
      padding-right: 1rem; } }

#ware-box2.order-details, #inv-order-print {
  color: #0a0a0a; }
  #ware-box2.order-details .item-popup, #inv-order-print .item-popup {
    border-radius: 5px; }
    @media print, screen and (min-width: 40em) {
      #ware-box2.order-details .item-popup, #inv-order-print .item-popup {
        padding: 2rem;
        width: 900px; } }
    @media print, screen and (max-width: 39.99875em) {
      #ware-box2.order-details .item-popup, #inv-order-print .item-popup {
        padding-left: .5rem;
        padding-right: .5rem; } }
  #ware-box2.order-details .header, #inv-order-print .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      #ware-box2.order-details .header, #inv-order-print .header {
        margin-bottom: 2rem; } }
    #ware-box2.order-details .header > div, #inv-order-print .header > div {
      width: 35%; }
      @media print, screen and (max-width: 63.99875em) {
        #ware-box2.order-details .header > div, #inv-order-print .header > div {
          width: 45%;
          line-height: 1.4; } }
    #ware-box2.order-details .header .address, #inv-order-print .header .address {
      font-size: .9rem;
      line-height: 1.1;
      color: #0a0a0a; }
      @media print, screen and (max-width: 39.99875em) {
        #ware-box2.order-details .header .address, #inv-order-print .header .address {
          font-size: .8rem; } }
      #ware-box2.order-details .header .address > div, #inv-order-print .header .address > div {
        padding-left: 1rem; }
        #ware-box2.order-details .header .address > div:first-child, #inv-order-print .header .address > div:first-child {
          padding-left: 0; }
    #ware-box2.order-details .header .order-info, #inv-order-print .header .order-info {
      font-weight: 600; }
      @media print, screen and (max-width: 39.99875em) {
        #ware-box2.order-details .header .order-info, #inv-order-print .header .order-info {
          font-size: .9rem; } }
  #ware-box2.order-details .product-list, #inv-order-print .product-list {
    margin-bottom: 1rem; }
    @media print, screen and (max-width: 39.99875em) {
      #ware-box2.order-details .product-list, #inv-order-print .product-list {
        line-height: 1.25;
        font-size: .9rem; } }
  #ware-box2.order-details table, #inv-order-print table {
    text-transform: uppercase; }
    #ware-box2.order-details table thead, #ware-box2.order-details table tbody, #inv-order-print table thead, #inv-order-print table tbody {
      border: 0;
      background-color: transparent;
      border-bottom: 10px solid #0a0a0a; }
    #ware-box2.order-details table td, #inv-order-print table td {
      text-align: left; }
  #ware-box2.order-details .cta, #inv-order-print .cta {
    display: flex;
    justify-content: flex-end; }
    #ware-box2.order-details .cta > div, #inv-order-print .cta > div {
      margin-left: 1rem; }
    #ware-box2.order-details .cta .button, #inv-order-print .cta .button {
      margin-bottom: 0; }

.user-options > div.user-options-inventory {
  display: none; }
  .user-options > div.user-options-inventory a, .user-options > div.user-options-inventory i {
    color: #cc0000; }
  .user-options > div.user-options-inventory a:hover {
    color: #0a0a0a; }
    .user-options > div.user-options-inventory a:hover i {
      color: #0a0a0a; }

.user-options-inventory {
  display: none; }

.print-container {
  background-color: #fefefe; }

#inv-order-print .item-popup {
  margin: 0 auto;
  width: 100%; }

#inv-order-print .order-info, #inv-order-print table {
  font-size: .9rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */

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

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