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

@charset "UTF-8";
/* 
=======================================
Table of Contents
=======================================
*/
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .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 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 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 {
  width: 100%;
  float: left; }
  .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 {
  width: 50%;
  float: left; }
  .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 {
  width: 33.33333%;
  float: left; }
  .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 {
  width: 25%;
  float: left; }
  .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 {
  width: 20%;
  float: left; }
  .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 {
  width: 16.66667%;
  float: left; }
  .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 {
  width: 14.28571%;
  float: left; }
  .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 {
  width: 12.5%;
  float: left; }
  .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-left: 0;
  padding-right: 0; }

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media 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 {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media 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 {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: inherit;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 4.875rem; }
  h2 {
    font-size: 4.25rem; }
  h3 {
    font-size: 2.5rem; }
  h4 {
    font-size: 2rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #cc0000;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #af0000; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

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 #666; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #2e3130; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #2e3130; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #aaaaaa;
  border: 1px solid #666;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

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

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

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

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

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

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

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

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

@media 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 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;
    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 #2e3130;
    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; } }

[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;
  padding: 0.5rem;
  border: 1px solid #666;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #2e3130;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #666;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::placeholder,
textarea::placeholder {
  color: #666; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #aaaaaa;
  cursor: default; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [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: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #aaaaaa;
  color: #0a0a0a;
  border: 1px solid #666;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #666;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2846, 49, 48%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #aaaaaa;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #cc0000;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #ad0000;
    color: #fefefe; }
  .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-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #cc0000;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #a30000;
      color: #fefefe; }
  .button.secondary {
    background-color: #ffcc00;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #cca300;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #cc0000;
    color: #cc0000; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #660000;
      color: #660000; }
    .button.hollow.primary {
      border: 1px solid #cc0000;
      color: #cc0000; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #660000;
        color: #660000; }
    .button.hollow.secondary {
      border: 1px solid #ffcc00;
      color: #ffcc00; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #806600;
        color: #806600; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #cc0000;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #cc0000;
  color: #fefefe; }
  .badge.secondary {
    background: #ffcc00;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .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 {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #cc0000;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #a30000;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #ffcc00;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #cca300;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffd1d1; }
  .callout.secondary {
    background-color: #fff7d9; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .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; }

.close-button {
  position: absolute;
  color: #2e3130;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #cc0000; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

.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;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

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

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

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

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .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-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #aaaaaa;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.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;
    background-color: #666;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #2e3130; }
    .orbit-bullets button.is-active {
      background-color: #2e3130; }

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

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #666;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #cc0000; }
  .progress.secondary .progress-meter {
    background-color: #ffcc00; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

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

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  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: #aaaaaa;
  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: #666;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #cc0000;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #ad0000; }
  .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%); }

.sticky-container {
  position: relative; }

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

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

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

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none; }

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

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

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

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

.switch-paddle {
  background: #666;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #cc0000; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    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 tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  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 tr:hover {
  background-color: #f9f9f9; }

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

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

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

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

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

.tabs.primary {
  background: #cc0000; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #db0000; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 2rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #aaaaaa; }

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

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

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(204, 0, 0, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

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

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

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

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

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

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: rgba(170, 170, 170, 0.8); }
  .top-bar input {
    max-width: 250px;
    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 {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .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 screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   0. variables
   ========================================================================== */
/* ==========================================================================
   1. General (Foundation Overrides)
   ========================================================================== */
body {
  font-family: "Montserrat", sans-serif;
  color: #212226;
  font-weight: 500;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #212226; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.35rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.25rem; }

p {
  font-size: 1rem;
  font-weight: 500; }

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

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

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

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

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

.hidden {
  display: none !important; }

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

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

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

.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .parallax {
      margin-bottom: 3rem; } }
  .parallax h1,
  .parallax h2, .parallax .base {
    position: relative;
    padding: 1.8rem;
    font-size: 2.25rem;
    top: 25%; }
  .parallax .img, .parallax .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .parallax .img .bg-top, .parallax .background .bg-top {
      background-position: center top; }
  .parallax .img:after, .parallax .background:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0.4;
    background: #000; }
  .parallax h1, .parallax p {
    color: #fefefe;
    padding: 0; }
  @media screen and (min-width: 64em) {
    .parallax .base {
      padding-top: 4rem;
      padding-bottom: 5rem; } }
  .parallax .divider {
    background-color: #fefefe; }
  .parallax .subtitle {
    max-width: 650px;
    margin: 0 auto; }

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

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

.white-popup {
  background: #fefefe;
  margin: 20px auto;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: auto; }
  .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: #00965b;
  display: block;
  font-weight: 800; }

.primary-bg {
  background-color: #00965b; }

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

.red-bg {
  background-color: #00965b; }

.black-font {
  color: #333; }

.red {
  color: #00965b; }

.white {
  color: #fefefe; }

.button {
  font-weight: bold;
  background-color: #212226;
  padding: 1rem 1.5rem;
  font-weight: 400;
  max-width: 204px;
  width: 100%; }
  .button:hover {
    background-color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider {
  height: 1px;
  width: 62px;
  background-color: #212226;
  display: inline-block;
  margin-bottom: .5rem; }

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   7. popup
   ========================================================================== */
.mfp-wrap {
  top: 0 !important; }

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

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

/* ==========================================================================
   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 screen and (max-width: 39.9375em) {
    .t-center--sm {
      text-align: center; } }

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

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

.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 #00965b; }

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

    a {
      position: absolute;
      z-index: 10;
    }
  }*/ }
  @media screen and (min-width: 40em) {
    header {
      background-color: #fefefe;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  header .top-bar {
    padding: 21px 0; }
    header .top-bar a {
      font-size: 1rem;
      font-weight: 400;
      color: #0a0a0a;
      text-transform: uppercase;
      position: relative; }
      header .top-bar a:before {
        width: 0%;
        content: '';
        transition: all .3s ease-in-out;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -.25rem;
        display: block;
        background-color: #0a0a0a;
        height: 1px; }
      header .top-bar a:hover:before {
        width: 100%; }
      header .top-bar a.active-page:before {
        width: 100%; }
    header .top-bar .top-bar-left {
      padding: 8px 0;
      padding-right: 2%; }
    header .top-bar .hp-btn-links a {
      font-size: 1.2rem;
      padding-left: 1.8rem;
      padding-right: 1.8rem;
      margin-left: 8px; }
  header .top-bar-title {
    background-color: #fefefe; }
    header .top-bar-title img {
      max-width: 350px;
      width: 100%; }
    header .top-bar-title .header-logo {
      max-width: 180px; }
      header .top-bar-title .header-logo a {
        display: block; }
        header .top-bar-title .header-logo a:before {
          display: none; }

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

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

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

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

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

/* ==========================================================================
   3. Top bar
   ========================================================================== */
.sticky-container {
  z-index: 9; }

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

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

header {
  /*/// Pencil Navigation ///*/
  /*/// Main Navigation ///*/ }
  header .pencil-top-bar {
    height: 51px;
    text-transform: uppercase;
    font-size: .75rem; }
  header .pencil-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase; }
    header .pencil-top .pencil-top-login {
      margin-left: 2rem;
      padding: .65rem;
      padding-top: 1rem;
      background-color: #0a0a0a; }
      header .pencil-top .pencil-top-login a {
        color: #fefefe;
        font-weight: 700; }
        header .pencil-top .pencil-top-login a:hover {
          color: #00965b; }
    header .pencil-top .pencil-top-search {
      padding-bottom: 0rem;
      margin-left: 1rem; }
      header .pencil-top .pencil-top-search form {
        display: flex;
        align-items: center; }
      header .pencil-top .pencil-top-search input {
        margin-bottom: 0;
        height: 1.25rem;
        max-width: 200px;
        padding: 0;
        box-shadow: 0 0 5px #cccccc; }
      header .pencil-top .pencil-top-search button {
        width: 65%;
        text-transform: uppercase; }
  header .pencil-top-announcement {
    color: white;
    height: 100%; }
  header .pencil-top-menu .menu > li:not(.menu-text) > a {
    text-transform: uppercase;
    color: #666;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.5 !important;
    margin: 0;
    padding: 1rem 0.8rem; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .pencil-top-menu .menu > li:not(.menu-text) > a {
        padding: 1rem 0.3rem; } }
    header .pencil-top-menu .menu > li:not(.menu-text) > a:hover {
      color: white; }
  header .pencil-top-announcement {
    font-family: "Montserrat", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px 0;
    white-space: nowrap; }
  header .announcement-large {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .announcement-large {
        font-size: 1.1rem; } }
  header .announcement-small {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      header .announcement-small {
        font-size: 0.9; } }
  header .top-bar {
    padding: 0;
    /*background-color: $white;*/ }
    @media screen and (min-width: 40em) {
      header .top-bar {
        padding: 15px; } }
    @media only screen and (min-width: 64rem) {
      header .top-bar {
        padding: 0; } }
    header .top-bar .menu.icon-top > li > a {
      color: #2e3130; }
      @media screen and (max-width: 64rem) {
        header .top-bar .menu.icon-top > li > a {
          text-align: left;
          font-size: 1.3rem;
          padding: 0.5rem; }
          header .top-bar .menu.icon-top > li > a i {
            display: none; } }
    header .top-bar .first-sub {
      left: 0 !important;
      right: 0 !important;
      top: 44px !important; }
    @media only screen and (max-width: 64rem) {
      header .top-bar .header-logo {
        top: 0; } }
    @media screen and (min-width: 40em) {
      header .top-bar #responsive-menu {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; } }

.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
  list-style: none;
  margin: 0;
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 1rem;
  min-width: 205px; }

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > ul {
  list-style: none; }

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

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

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

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

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

header .top-bar-title span.mobile-divider {
  margin-left: .5rem;
  margin-right: .5rem;
  float: none;
  clear: both; }
  @media screen and (min-width: 40em) {
    header .top-bar-title span.mobile-divider {
      margin-left: 1rem;
      margin-right: 1rem; } }

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

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

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

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

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

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

.footer {
  background-color: #212226;
  color: #fefefe;
  font-weight: 400; }
  .footer a, .footer p {
    color: #fefefe;
    margin-bottom: 0; }
  .footer ul {
    list-style: none;
    margin: 0; }
  .footer li {
    margin-bottom: .5rem;
    line-height: 1; }
  .footer a:hover {
    color: #ffffff; }
  .footer .pencil-banner {
    background-color: #124b2a;
    color: #fefefe;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
    text-align: center; }
    .footer .pencil-banner a {
      text-decoration: underline;
      margin-left: .25rem; }
  .footer .top {
    padding-top: 5rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .footer .top {
        padding-left: 2rem;
        padding-right: 2rem; }
        .footer .top .column .content, .footer .top .columns .content {
          margin-bottom: 2rem; }
        .footer .top .column:first-child .content, .footer .top .columns:first-child .content {
          margin-bottom: 1rem; } }
  .footer .content {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 64em) {
      .footer .content {
        justify-content: center; } }
  .footer .title {
    margin-bottom: .5rem;
    font-weight: 700;
    text-transform: uppercase; }
  .footer .social ul {
    display: flex; }
  .footer .social li {
    margin-right: 1.25rem; }
  .footer .social a {
    font-size: 1.25rem; }
  .footer .bottom {
    padding: 1rem .5rem; }
  .footer .copyrights {
    text-transform: uppercase;
    font-size: .8725rem;
    text-align: center; }
    .footer .copyrights p, .footer .copyrights a {
      font-size: .9rem; }
    .footer .copyrights p {
      color: #999999; }
    .footer .copyrights a {
      color: #999999; }
      .footer .copyrights a:hover {
        color: #fefefe; }

#snipcart {
  /*///// cart summary /////*/
  /*///// checkout /////*/ }
  #snipcart .snipcart-cart-button {
    background: #333333;
    color: #ffffff; }
    #snipcart .snipcart-cart-button svg {
      fill: #ffffff; }
  #snipcart .snipcart-featured-payment-methods__list {
    display: block;
    text-align: center; }
    #snipcart .snipcart-featured-payment-methods__list .snipcart-featured-payment-methods__list-item {
      display: inline-block; }
      #snipcart .snipcart-featured-payment-methods__list .snipcart-featured-payment-methods__list-item img {
        max-height: 20px; }
  #snipcart .snipcart-cart-header__title.snipcart__font--black.snipcart__font--secondary {
    background: url("//images.iconfigurators.app/images/websites/logos/ennova-logo-400w_1253.png");
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 40px;
    color: transparent;
    background-repeat: no-repeat; }
  #snipcart .snipcart-form__set.notesComments h1 {
    margin-bottom: .5rem; }
  #snipcart #snipcart-checkout-step-shipping .snipcart__actions--link {
    display: none; }

.hero {
  background-position: center 25%;
  background-size: cover; }
  .hero h1, .hero p {
    color: #0a0a0a;
    text-transform: uppercase; }
  .hero h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .hero h1 {
        font-size: 3.5rem;
        margin-bottom: .15rem; } }
    @media screen and (min-width: 64em) {
      .hero h1 {
        font-size: 4.5rem; } }
  .hero p {
    font-size: 1rem;
    font-weight: 500; }
  .hero a {
    font-size: 1.5rem;
    color: #0a0a0a;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    outline: none; }
    .hero a:hover {
      border-color: #0a0a0a; }
  .hero .content {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 440px;
    text-align: center;
    flex-direction: column; }
    @media screen and (max-width: 39.9375em) {
      .hero .content {
        padding-bottom: 0;
        align-items: center;
        height: 100%; }
        .hero .content .title, .hero .content .subtitle, .hero .content .more {
          display: none; } }
  .hero .logo:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #333333;
    width: 52px;
    margin: 1.25rem auto; }
  .hero .logo img {
    max-width: 50px;
    margin: 0 auto; }

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

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

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

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .slider-content {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 480px) {
    .slider-content {
      margin-top: -125px; } }

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

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

.vehicle-select {
  background-color: #ffffff; }
  .vehicle-select__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem; }
    @media screen and (min-width: 64em) {
      .vehicle-select__top {
        padding: 1rem 0;
        border-bottom: 1px solid #aaaaaa; } }
  .vehicle-select__header {
    font-size: 2rem;
    font-family: Roboto;
    font-weight: 900;
    margin: 0; }
  .vehicle-select__icon {
    color: #00965b; }
  .vehicle-select__links {
    margin-bottom: 1rem; }
    .vehicle-select__links a {
      color: #00965b;
      font-size: 0.9rem;
      font-weight: 500;
      font-style: italic;
      text-transform: uppercase;
      text-decoration: underline; }
      @media screen and (min-width: 64em) {
        .vehicle-select__links a {
          font-size: 1rem; } }
  .vehicle-select__bottom {
    padding-top: 1rem;
    font-weight: 700; }
    @media 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: #2e3130;
    font-size: 2.7rem;
    font-weight: 700; }

.text-banner--primary {
  background-color: #00965b;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  padding: 1rem 0; }
  .text-banner--primary__header {
    display: inline-block;
    font-size: 1.4rem;
    color: #ffffff;
    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: #666;
  text-transform: uppercase; }

.featured-brands {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .featured-brands {
      padding-top: 3rem;
      padding-bottom: 4rem; } }
  .featured-brands__header {
    font-size: 1.5rem; }
    @media screen and (min-width: 40em) {
      .featured-brands__header {
        font-size: 2.7rem; } }
  .featured-brands__text {
    padding: 0 1rem;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .featured-brands__text {
        padding: 0 5rem;
        margin-bottom: 4rem; } }
  .featured-brands__bottom {
    margin-bottom: 4rem; }

.brand-links {
  margin-bottom: 3rem; }
  .brand-links__link {
    margin-bottom: 1rem; }

.newsletter {
  background-color: #00965b;
  padding: 1rem 0.5rem; }
  @media screen and (min-width: 40em) {
    .newsletter {
      padding: 2rem; } }
  .newsletter--position {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media screen and (max-width: 39.9375em) {
      .newsletter--position {
        flex-direction: column; } }
  .newsletter__header {
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.7rem; }
    @media 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; }

.hp .vehicle-gallery {
  margin-bottom: 2rem; }

.hp .cta {
  margin-bottom: 2rem; }
  .hp .cta a {
    text-transform: uppercase;
    font-weight: 600;
    color: #575757;
    font-size: 1.25rem; }
    .hp .cta a span {
      font-weight: 500; }
    .hp .cta a img {
      transition: all .2s ease-in-out; }
    .hp .cta a:hover img {
      transform: scale(1.025); }

.hp .instagram {
  padding-top: 2rem;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 64em) {
    .hp .instagram {
      padding-top: 3.125rem;
      padding-bottom: 5rem; } }
  .hp .instagram a {
    filter: grayscale(0);
    background-position: center; }
    .hp .instagram a:hover {
      transform: scale(1.05); }
  .hp .instagram h2 {
    font-size: 1.25rem;
    font-size: 20px;
    font-weight: 500; }
  .hp .instagram .section-header {
    text-align: center; }
    @media screen and (min-width: 64em) {
      .hp .instagram .section-header {
        margin-bottom: 3rem; } }
  .hp .instagram .icon {
    color: #00965b;
    font-size: 2rem; }
  .hp .instagram #instagram {
    margin-bottom: 1rem; }
    .hp .instagram #instagram .column, .hp .instagram #instagram .columns {
      padding-left: .625rem;
      padding-right: .625rem; }
      @media screen and (max-width: 39.9375em) {
        .hp .instagram #instagram .column, .hp .instagram #instagram .columns {
          margin-bottom: 1.25rem; } }
      .hp .instagram #instagram .column .instagram-item, .hp .instagram #instagram .columns .instagram-item {
        overflow: hidden; }
  .hp .instagram .instagram-follow {
    font-size: 1.45rem; }
    .hp .instagram .instagram-follow a {
      padding: 0.85em 1em;
      display: inline-block;
      margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .hp .instagram .instagram-follow {
        text-align: center; }
        .hp .instagram .instagram-follow span {
          display: none; } }

.featured {
  margin-bottom: 1rem;
  padding-top: 3rem; }
  @media screen and (min-width: 40em) {
    .featured {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 64em) {
    .featured {
      padding-top: 6.5rem;
      padding-bottom: 3.5rem; } }
  .featured h2, .featured h6, .featured p {
    margin-bottom: 0; }
  .featured h6 {
    font-weight: 500; }
  .featured img {
    transition: all .2s ease-in-out; }
  .featured-information {
    text-align: center; }
  .featured-list {
    margin-bottom: 2rem; }
    .featured-list a:hover {
      cursor: default; }
      .featured-list a:hover img {
        transform: scale(1.06); }
    @media screen and (max-width: 39.9375em) {
      .featured-list .column.small-centered, .featured-list .small-centered.columns {
        float: none; } }
  .featured .title {
    margin-bottom: .5rem; }
  .featured .content {
    margin-bottom: 2rem; }
  .featured .button {
    max-width: 250px; }

.engineering {
  background-image: url("/images/home/engineering.jpg");
  background-attachment: fixed;
  text-align: right;
  background-size: cover; }
  @media screen and (max-width: 39.9375em) {
    .engineering {
      text-align: center;
      background-attachment: unset; } }
  .engineering .background {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 300px; }
    @media screen and (min-width: 40em) {
      .engineering .background {
        min-height: 335px; } }
    @media screen and (min-width: 64em) {
      .engineering .background {
        min-height: 670px; } }
  .engineering h2, .engineering p {
    color: #ffffff; }
  .engineering .divider {
    background-color: #ffffff; }
  .engineering .content {
    margin-bottom: 2rem; }
  .engineering .button {
    background-color: #ffffff;
    color: #0a0a0a; }
    .engineering .button:hover {
      background-color: #212226;
      color: #ffffff; }

.about {
  background-image: url("/images/home/about.jpg");
  background-size: cover;
  background-position: center right; }
  @media screen and (max-width: 39.9375em) {
    .about {
      text-align: center; } }
  .about .background {
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 0.7); }
    @media screen and (min-width: 40em) {
      .about .background {
        min-height: 335px;
        background-color: transparent; } }
    @media screen and (min-width: 64em) {
      .about .background {
        min-height: 670px; } }
  .about .divider {
    background-color: #0a0a0a; }
  .about .content {
    margin-bottom: 2rem; }
  .about .button {
    background-color: #0a0a0a;
    color: #ffffff; }
    .about .button:hover {
      background-color: #212226; }

.accordion-filter {
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem; }
  @media screen and (min-width: 40em) {
    .accordion-filter {
      margin-right: auto;
      margin-left: auto; } }
  @media 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 #aaaaaa;
      padding: 1rem;
      text-transform: capitalize;
      font-size: 1rem;
      color: #0a0a0a; }
  .accordion-filter__content {
    border: 0; }
    @media screen and (max-width: 39.9375em) {
      .accordion-filter__content {
        padding-left: 0;
        padding-right: 0; } }
  @media 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 screen and (min-width: 40em) {
      .accordion-filter__dropdown select {
        padding: 0.5rem; } }
    @media screen and (min-width: 64em) {
      .accordion-filter__dropdown select {
        margin: 0; } }
  .accordion-filter__btn {
    margin: 0;
    padding: .65rem 1rem;
    font-size: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .accordion-filter__btn {
        max-width: none;
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.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 screen and (max-width: 39.9375em) {
      .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 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 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 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: #ffffff; } }

.search-icon {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  margin-right: 0.2rem;
  padding-left: 0.5rem; }
  @media 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 .series-anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

#wheels .series-logo {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 1rem;
  padding-bottom: .5rem; }
  @media screen and (min-width: 40em) {
    #wheels .series-logo {
      margin-bottom: 1.5rem; } }
  #wheels .series-logo img {
    max-width: 200px; }

#wheels .products-series, #wheels .products-series .products-list {
  margin-left: auto;
  margin-right: auto; }

#wheels .products-list {
  text-align: center;
  border-bottom: 1px solid #aaaaaa; }
  @media screen and (min-width: 64em) {
    #wheels .products-list {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  #wheels .products-list:last-child {
    border-bottom: 0; }
  #wheels .products-list img {
    transition: all .2s ease-in-out; }
  #wheels .products-list .product-item-link:hover img {
    transform: scale(1.06); }
  @media screen and (min-width: 64em) {
    #wheels .products-list .product-image {
      margin-bottom: 2rem; } }
  #wheels .products-list .product-information {
    margin-bottom: 1rem;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.5; }
    @media screen and (min-width: 40em) {
      #wheels .products-list .product-information {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 64em) {
      #wheels .products-list .product-information {
        margin-bottom: 3rem; } }
    #wheels .products-list .product-information .wheel-name {
      font-weight: 500;
      color: #00965b;
      font-size: 1.5rem; }
    #wheels .products-list .product-information .wheel-sizes {
      font-size: .9rem;
      font-weight: 600; }
  #wheels .products-list-none {
    text-align: center;
    font-size: 1.25rem; }
    #wheels .products-list-none span {
      font-weight: 600; }
  @media screen and (max-width: 63.9375em) {
    #wheels .products-list .vehicle-description {
      padding-top: 2rem; } }
  #wheels .products-list .vehicle-description p {
    text-align: left; }

#wheels .page-header.fitment-header, #wheel .page-header.fitment-header {
  font-size: 1rem; }
  @media screen and (max-width: 39.9375em) {
    #wheels .page-header.fitment-header, #wheel .page-header.fitment-header {
      padding-top: 2rem; } }
  #wheels .page-header.fitment-header h1, #wheel .page-header.fitment-header h1 {
    line-height: 1;
    font-size: 1.85rem;
    font-size: 700; }
  @media screen and (max-width: 39.9375em) {
    #wheels .page-header.fitment-header span, #wheel .page-header.fitment-header span {
      display: block; } }
  @media screen and (min-width: 40em) {
    #wheels .page-header.fitment-header .fitment-bar-container, #wheel .page-header.fitment-header .fitment-bar-container {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  #wheels .page-header.fitment-header .fitment-bar, #wheel .page-header.fitment-header .fitment-bar {
    padding-left: .625rem;
    padding-right: .625rem; }
    @media screen and (min-width: 40em) {
      #wheels .page-header.fitment-header .fitment-bar, #wheel .page-header.fitment-header .fitment-bar {
        padding-left: .9375rem;
        padding-right: .9375rem; } }
    @media screen and (min-width: 40em) {
      #wheels .page-header.fitment-header .fitment-bar.right, #wheel .page-header.fitment-header .fitment-bar.right {
        max-width: 300px; } }
  @media screen and (min-width: 40em) {
    #wheels .page-header.fitment-header .fitment-header-info, #wheel .page-header.fitment-header .fitment-header-info {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #wheels .page-header.fitment-header .fitment-header-info .vehicle-size, #wheel .page-header.fitment-header .fitment-header-info .vehicle-size {
    font-size: 1.35rem;
    font-weight: 100; }
  #wheels .page-header.fitment-header .vehicle-display, #wheel .page-header.fitment-header .vehicle-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 40em) {
      #wheels .page-header.fitment-header .vehicle-display, #wheel .page-header.fitment-header .vehicle-display {
        border-left: 1px solid #aaaaaa; } }
  #wheels .page-header.fitment-header .vehicle-display, #wheel .page-header.fitment-header .vehicle-display {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem; }
  #wheels .page-header.fitment-header .vehicleUpdate, #wheel .page-header.fitment-header .vehicleUpdate {
    padding-left: 1rem;
    padding-right: 1rem; }
  #wheels .page-header.fitment-header .fitment-change, #wheel .page-header.fitment-header .fitment-change {
    color: #555555;
    text-transform: uppercase;
    font-weight: 400; }

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

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

@media screen and (min-width: 40em) {
  #wheels .wheel-filter .accordion-filter__header {
    margin-right: 2rem; } }

#wheels .wheel-filter .accordion-filter__dropdown {
  flex-grow: 0;
  width: 100%; }
  @media screen and (min-width: 64em) {
    #wheels .wheel-filter .accordion-filter__dropdown {
      margin: 0 1rem;
      width: auto; } }
  #wheels .wheel-filter .accordion-filter__dropdown select {
    padding: .5rem 1rem;
    font-weight: 600;
    background-color: #dddddd; }
  #wheels .wheel-filter .accordion-filter__dropdown .button {
    margin-bottom: 0;
    background-color: #00965b;
    color: #ffffff;
    padding: .75rem 1.75rem;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }

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

#wheel {
  /*  .wheel-sizes {
    margin-top: 1rem;
    span {
      font-size: 1rem;
      font-weight: bold;
    }
  }*/ }
  #wheel #detail-top {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      #wheel #detail-top {
        margin-top: 2rem;
        padding-bottom: 4rem; } }
  #wheel .details-info-section {
    border-bottom: 1px solid #999999;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem; }
    #wheel .details-info-section .staggered-button {
      text-decoration: underline; }
  #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 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: #2e3130;
  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: #aaaaaa; }

@media screen and (max-width: 39.9375em) {
  #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 screen and (min-width: 40em) {
  .finish-header {
    display: none; } }

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

#related-popup h4 {
  color: #00965b;
  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: #00965b; }

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

.alt-images {
  margin: 0 auto 2rem; }
  @media screen and (min-width: 64em) {
    .alt-images {
      margin-bottom: 0 !important;
      max-width: 60%; } }
  .alt-images .slick-track {
    margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .alt-images--retailer .slick-track {
      /*width: 100% !important;*/
      /*margin-top: 3rem;*/ } }
  .alt-images .slick-dots {
    position: relative !important;
    text-align: center;
    bottom: 0;
    margin: 0; }
  .alt-images .slick-slide:focus {
    outline: 0; }
  .alt-images .slick-slide img {
    max-width: 100px;
    margin: 0 auto;
    width: 100%; }
  .alt-images a {
    margin-right: 0;
    padding: .7rem; }
  .alt-images img {
    transition: all .3s ease-in-out;
    opacity: .5; }
    .alt-images img:hover {
      backface-visibility: hidden;
      transform: scale(1.08); }
  .alt-images .slick-active:after {
    width: 0;
    transition: all .3s ease-in-out;
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    background-color: #00965b; }
  .alt-images .slick-current:after {
    width: 80%; }
  .alt-images .slick-current img {
    opacity: 1; }

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

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

.easyzoom img {
  vertical-align: bottom;
}

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

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

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

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

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

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



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

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










*/
.wheel-detail-sizes .wheel-specs ul {
  margin: 0;
  list-style: none; }
  .wheel-detail-sizes .wheel-specs ul li {
    display: flex;
    align-items: center; }
    .wheel-detail-sizes .wheel-specs ul li > div:first-child {
      width: 30%; }

#wheel .wheel-info .vehicle {
  text-transform: uppercase;
  font-weight: 600; }

#wheel .wheel-info .wheel-name {
  display: flex;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: .5rem; }
  @media screen and (max-width: 39.9375em) {
    #wheel .wheel-info .wheel-name {
      text-align: center;
      padding-bottom: 0;
      font-size: 1.2rem; } }
  #wheel .wheel-info .wheel-name .wheel {
    font-weight: 700;
    margin-right: .5rem; }
    #wheel .wheel-info .wheel-name .wheel > span {
      font-weight: 500; }
      @media screen and (min-width: 40em) {
        #wheel .wheel-info .wheel-name .wheel > span {
          font-size: 1.5rem; } }
  #wheel .wheel-info .wheel-name span {
    font-weight: 300; }

#wheel .wheel-info .fitment {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 39.9375em) {
    #wheel .wheel-info .fitment {
      font-size: .85rem; } }
  #wheel .wheel-info .fitment i {
    color: #00965b;
    font-size: 2rem;
    margin-right: .75rem; }
    @media screen and (max-width: 39.9375em) {
      #wheel .wheel-info .fitment i {
        font-size: 1.5rem;
        margin-right: .5rem; } }
  #wheel .wheel-info .fitment a {
    margin-left: .5rem; }
  #wheel .wheel-info .fitment .caps-disclaimer {
    text-transform: none;
    font-weight: 500;
    font-size: .9rem; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 39.9375em) {
  .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: #ffffff;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
    position: absolute;
    z-index: 1; }
  #see-on-vehicle-detail .no-fitment .error {
    display: block; }

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

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

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

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

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

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

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

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

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

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

@include breakpoint(small only) {
  .wheel-galleryTxt {
    font-size: 0.8rem;
  }
}
*/
#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; }
  #specs .wheel-details-specs-title a {
    font-size: 1.25rem;
    color: #666666;
    font-weight: 600; }
  #specs .wheel-details-specs-title .tabs {
    background-color: transparent;
    border: 0; }
  #specs .wheel-details-specs-title .title {
    line-height: 1;
    padding: 1rem; }
  #specs .wheel-details-specs-title .tabs-title.is-active > a {
    color: #ffffff; }
  #specs .wheel-details-specs-title .tabs-title > a {
    padding: 1rem; }

#specs .tabs-content {
  border: 0;
  background-color: transparent;
  overflow: auto; }
  #specs .tabs-content a {
    color: #666666; }
  #specs .tabs-content table thead, #specs .tabs-content table tbody, #specs .tabs-content table tfoot {
    border: 0; }
  #specs .tabs-content table thead {
    background-color: transparent; }
    #specs .tabs-content table thead tr th {
      background-color: #eeeeee;
      color: #666666; }
  #specs .tabs-content table th, #specs .tabs-content table td {
    border: 1px solid #cccccc;
    font-size: .9rem;
    text-align: left;
    font-weight: 600; }
  #specs .tabs-content table tr:nth-child(even) {
    background-color: transparent; }
  @media screen and (max-width: 39.9375em) {
    #specs .tabs-content .tabs-panel {
      padding-left: 0;
      padding-right: 0; } }

/*.wheel-spec {
    &-header {
        background-color: $primary-color;
        margin-bottom:0;
        font-weight:600;
    }
    &-tabs > a {
        font-size: 1.2rem;
        color: #000;
        &:focus, &[aria-selected=true] {
            color: #fff;
            background-color: #999;
        }
        &:hover {
            color: #000;
        }        
    }
    &-panel {
        padding: 0;
    }
    &-btn {
        color: #c00;
        &:hover {
            color: #999;
        }
    }
}*/
@media screen and (max-width: 39.9375em) {
  .wheel-additional .line-title .title {
    width: 70%; } }

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

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

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

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

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

.cart a {
  color: #00965b; }
  .cart a:hover {
    color: #999999; }

.cart .no-display {
  display: none; }

.cart .item {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .cart .item.closed .staggered {
    margin-bottom: 0; }
  .cart .item.selected .item-display {
    display: block; }
  .cart .item.selected .staggered {
    margin-bottom: 1.5rem; }
  .cart .item .item-display {
    display: none; }

.cart .staggered {
  display: flex;
  text-transform: uppercase;
  font-weight: 700; }
  @media screen and (max-width: 39.9375em) {
    .cart .staggered {
      font-size: .8rem; } }
  .cart .staggered-display {
    margin-left: 2.5rem; }
    @media screen and (max-width: 39.9375em) {
      .cart .staggered-display {
        margin-left: 1rem; } }
  .cart .staggered .info {
    position: relative;
    display: inline-block;
    margin-left: .5rem;
    color: #999999; }
    @media screen and (max-width: 39.9375em) {
      .cart .staggered .info {
        margin-left: .25rem; } }
    .cart .staggered .info:hover .info-text {
      opacity: 1; }
    .cart .staggered .info .info-text {
      font-weight: 600;
      font-size: .75rem;
      text-transform: none;
      opacity: 0;
      background-color: #0a0a0a;
      color: #ffffff;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px;
      transition: all .3s ease-in-out;
      position: absolute;
      z-index: 1;
      width: 180px;
      bottom: 100%;
      left: 50%;
      margin-left: -90px; }
      .cart .staggered .info .info-text:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #0a0a0a transparent transparent transparent; }

.cart .content {
  display: flex;
  margin-bottom: 2rem; }
  .cart .content input {
    max-width: 60px; }
  .cart .content .quantity {
    margin-right: 1.25rem; }
  .cart .content .information > div {
    display: flex; }
  .cart .content .information .title {
    text-transform: capitalize;
    width: 80px; }
  .cart .content .information .value {
    font-weight: 700; }
  .cart .content .information .lugs {
    margin-bottom: 1.5rem; }
  .cart .content .information .price .value {
    color: #00965b; }

.cart .cart-cta {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .cart .cart-cta {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .cart .cart-cta {
      margin-bottom: 3rem; } }
  .cart .cart-cta .top {
    display: flex; }
    @media screen and (max-width: 39.9375em) {
      .cart .cart-cta .top {
        flex-direction: column; } }
    .cart .cart-cta .top > div {
      width: 100%; }
    .cart .cart-cta .top p {
      font-size: .85rem;
      font-style: italic;
      font-weight: 600;
      line-height: 1.2; }
    @media screen and (min-width: 40em) {
      .cart .cart-cta .top .shipping-disclaimer {
        margin-left: 1rem; } }
  .cart .cart-cta .quote a {
    font-weight: 700;
    text-decoration: underline; }

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

.tire-info__header {
  font-size: 1.5rem; }

.tire-cta .button-group {
  margin: 0; }
  .tire-cta .button-group li {
    margin-top: 1rem; }
  .tire-cta .button-group .button {
    width: 100%; }

.tire-specs {
  margin-top: 2rem; }
  .tire-specs__header {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .tire-specs__details {
    color: #000;
    margin-left: 0;
    list-style: none;
    font-weight: 600; }

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

#gallery-filter {
  margin-bottom: 1rem; }
  #gallery-filter .accordion-title {
    font-size: 1.1rem;
    color: #00965b; }
    #gallery-filter .accordion-title::before {
      left: auto; }
  #gallery-filter select {
    padding-left: .5rem;
    background-position: right center; }

@media screen and (min-width: 64em) {
  #gallery {
    padding-top: 1rem; } }

#gallery .gallery-list > div {
  color: #0a0a0a;
  text-align: center; }

#gallery .gallery-list .photo, #gallery .gallery-list .video {
  display: block; }

#gallery .gallery-list .photo, #gallery .gallery-list .video {
  position: relative;
  padding: 0 1px 1px 0; }
  #gallery .gallery-list .photo:before, #gallery .gallery-list .video:before {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    background: rgba(248, 200, 77, 0); }
  #gallery .gallery-list .photo:after, #gallery .gallery-list .video:after {
    font-size: 1.1rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    display: block;
    width: 90%;
    margin: -1em 5% 0;
    padding-bottom: 2em;
    content: attr(title);
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    color: #ffffff;
    filter: alpha(opacity=0); }
  #gallery .gallery-list .photo:hover:before, #gallery .gallery-list .video:hover:before {
    background: rgba(0, 0, 0, 0.7); }
  #gallery .gallery-list .photo:hover:after, #gallery .gallery-list .video:hover:after {
    opacity: 1; }

#gallery .gallery-list .video:after {
  font-weight: 300;
  color: #fefefe; }

#gallery .gallery-list .gallery-item-vehicle, #gallery .gallery-list .gallery-item-wheel {
  line-height: 1; }

#gallery .gallery-list .gallery-item-vehicle {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

#gallery .gallery-list .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75%; }

#gallery .pagination .current {
  background-color: #00965b;
  color: #ffffff; }

#gallery-detail {
  padding-top: 2rem; }
  @media screen and (min-width: 64em) {
    #gallery-detail {
      padding-top: 4rem; } }
  #gallery-detail .parallax {
    margin-bottom: 2rem; }
    @media screen and (min-width: 64em) {
      #gallery-detail .parallax {
        margin-bottom: 4rem; } }

#gallery-detail #gallery-top {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    #gallery-detail #gallery-top {
      margin-bottom: 3rem; } }
  #gallery-detail #gallery-top img {
    margin: 0 auto; }
  #gallery-detail #gallery-top .gallery-main-img {
    margin-bottom: 1rem; }
    @media screen and (min-width: 64em) {
      #gallery-detail #gallery-top .gallery-main-img {
        margin-bottom: 1.5rem; } }
  #gallery-detail #gallery-top .gallery-prev, #gallery-detail #gallery-top .gallery-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 5rem;
    cursor: pointer;
    background: transparent;
    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;
    z-index: 8; }
  #gallery-detail #gallery-top .gallery-prev {
    left: 10px; }
    @media screen and (min-width: 64em) {
      #gallery-detail #gallery-top .gallery-prev {
        left: -70px; } }
  #gallery-detail #gallery-top .gallery-next {
    right: 10px; }
    @media screen and (min-width: 64em) {
      #gallery-detail #gallery-top .gallery-next {
        right: -70px; } }
  @media screen and (max-width: 39.9375em) {
    #gallery-detail #gallery-top .gallery-thumbs {
      margin-bottom: 1rem; } }
  #gallery-detail #gallery-top .slick-dots {
    bottom: -1.25rem; }

#gallery-detail #gallery-bottom span {
  text-transform: uppercase;
  font-weight: 600; }

#gallery-detail #gallery-bottom .button {
  padding-left: 0;
  padding-right: 0; }

#gallery.event-gallery .page-header h1 {
  font-size: 1.45rem; }
  @media screen and (min-width: 40em) {
    #gallery.event-gallery .page-header h1 {
      font-size: 1.85rem; } }

#gallery.event-gallery .events-list .column, #gallery.event-gallery .events-list .columns {
  margin-bottom: 1.875rem; }

#gallery.event-gallery .event-item a {
  display: block;
  height: 33vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px #999999; }
  @media screen and (min-width: 40em) {
    #gallery.event-gallery .event-item a {
      height: 50vh; } }
  #gallery.event-gallery .event-item a:hover .event-image {
    transform: scale(1.05); }

#gallery.event-gallery .event-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all .3s ease-out; }

#gallery.event-gallery .event-information {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 5rem 5%; }

#gallery.event-gallery .event-header {
  color: #00965b;
  font-weight: 900; }

#gallery.event-gallery .event-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700; }

#gallery.event-gallery-detail .page-content {
  margin-bottom: 4rem; }

#gallery.event-gallery-detail a span {
  padding-bottom: 55%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2px; }

#gallery.event-gallery-detail .display-left .small span, #gallery.event-gallery-detail .display-right .small span {
  padding-bottom: 54.5%; }

#gallery.event-gallery-detail .display-left .small .column, #gallery.event-gallery-detail .display-left .small .columns, #gallery.event-gallery-detail .display-right .small .column, #gallery.event-gallery-detail .display-right .small .columns {
  padding: 0; }

#gallery.event-gallery-detail .event-header-title .event-information {
  display: block;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin-bottom: 2rem; }
  #gallery.event-gallery-detail .event-header-title .event-information .event-title {
    color: #0a0a0a; }

#gallery.event-gallery-detail .event-social {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    #gallery.event-gallery-detail .event-social {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    #gallery.event-gallery-detail .event-social {
      margin-top: 3rem;
      margin-bottom: 3rem; } }

#gallery.event-gallery-detail .event-navigation a {
  height: 25vh;
  display: block;
  position: relative;
  overflow: hidden; }
  #gallery.event-gallery-detail .event-navigation a:hover .event-image {
    transform: scale(1.075); }
  #gallery.event-gallery-detail .event-navigation a:hover .event-information {
    background-color: rgba(0, 0, 0, 0.8); }
  #gallery.event-gallery-detail .event-navigation a:hover svg {
    width: 75px; }

#gallery.event-gallery-detail .event-navigation .event-information {
  border: 2px solid #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease-in-out; }
  #gallery.event-gallery-detail .event-navigation .event-information .event-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-in-out;
    width: 100%; }

#gallery.event-gallery-detail .event-navigation .prev-item .event-information {
  align-items: flex-end; }

#gallery.event-gallery-detail .event-navigation .prev-item .event-title {
  text-align: right;
  line-height: 1; }

#gallery.event-gallery-detail .event-navigation .prev-item .no-event .event-image, #gallery.event-gallery-detail .event-navigation .next-item .no-event .event-image {
  background-color: #999999; }

#gallery.event-gallery-detail .event-navigation svg {
  width: 0;
  height: 21px;
  margin-right: 1rem;
  transition: all .3s ease-in-out; }
  #gallery.event-gallery-detail .event-navigation svg #arrowhead, #gallery.event-gallery-detail .event-navigation svg #arrowPrev, #gallery.event-gallery-detail .event-navigation svg #arrowNext {
    fill: #ffffff; }

#contact p,
#thanks p,
#contact li,
#thanks li,
#gallery p,
#gallery li {
  color: #999999;
  font-weight: 400;
  padding-top: 0px; }

#contact h3,
#thanks h3,
#gallery h3 {
  font-size: 2rem;
  margin-bottom: 0px; }

#contact p.red {
  color: #00965b;
  font-size: 1rem;
  font-weight: 600; }

#form-right a {
  padding: 0; }
  #form-right a i {
    font-size: 1.5rem; }

#form-right li {
  padding-top: .25rem;
  padding-bottom: .25rem; }

#form-right .fa {
  font-size: 2.25rem; }

#form-right h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-bottom: 1rem; }

#form-right address {
  margin-bottom: 20px; }

#form-right .phone {
  margin-bottom: 1rem; }

#contact h3, #contact h4 {
  text-transform: uppercase; }

#contact h3 {
  font-size: 1.65rem; }

#contact h4 {
  font-size: 1.55rem;
  text-transform: uppercase;
  margin-top: 1.5rem; }
  #contact h4 span {
    font-weight: 400; }

#contact .page-description {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #contact .page-description p {
    font-size: 1.35rem;
    font-weight: 300; }

#contact.warranty-submit a {
  text-decoration: underline; }

#contact.warranty-submit .permission {
  margin-bottom: 2rem; }

#contact.warranty-submit .g-recaptcha {
  margin-bottom: 1rem; }

#contact.warranty-submit .red {
  color: #666666; }

#contact.sponsorship .page-description p {
  font-size: 1.15rem;
  font-weight: 400; }

#contact.sponsorship .page-description h3 {
  margin-bottom: 1rem; }

#contact.sponsorship .page-description .row {
  max-width: 90rem; }

#contact.sponsorship input::-webkit-input-placeholder {
  /* Edge */
  font-style: italic; }

#contact.sponsorship input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic; }

#contact.sponsorship input::placeholder {
  font-style: italic; }

#contact.sponsorship .disclaimer {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#thanks .button {
  padding-left: 0;
  padding-right: 0; }

#contact .photography, #registration .photography {
  margin-bottom: 1rem; }

.page {
  padding-bottom: 50px; }
  .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    text-transform: capitalize; }

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

.media .page-header h1 {
  text-transform: uppercase;
  margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .media .page-content {
    padding-bottom: 5rem; } }

.media .page-content .row {
  max-width: 64rem; }

.media .page-content .media-newsletter > .row {
  max-width: 62.15rem; }

.media .title {
  font-size: 1.25rem;
  color: #555555;
  font-weight: 600; }
  .media .title span {
    font-weight: 500; }

.media-list a {
  box-shadow: 0 3px 10px #999999;
  display: block; }
  .media-list a:hover {
    transform: scale(1.05); }
    .media-list a:hover .thumbnail {
      transform: none; }

.media-list img {
  width: 100%; }

.media-list .thumbnail {
  margin-bottom: 0;
  width: 100%; }

.media-list .title {
  background-color: #0a0a0a;
  color: #cccccc;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.media-item {
  margin-bottom: 2rem; }

.media-newsletter label {
  color: #cccccc;
  font-size: 1.15rem;
  width: auto;
  height: 52px;
  border-left: 1px solid #cccccc;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  font-weight: 600; }

.media-newsletter input {
  max-width: 300px;
  margin-bottom: 0;
  height: 52px;
  margin-left: 1rem; }

.media-newsletter .row {
  max-width: 73.15rem;
  background-color: #0a0a0a;
  color: #cccccc;
  padding: 3rem 2rem;
  text-transform: uppercase; }

.media-newsletter .newsletter-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .media-newsletter .newsletter-item .icon {
    padding-right: 1rem; }
  .media-newsletter .newsletter-item .title {
    line-height: 1.1;
    max-width: 200px;
    color: #cccccc; }
  .media-newsletter .newsletter-item button, .media-newsletter .newsletter-item .button {
    background-color: #00965b;
    font-size: 1.15rem;
    border-radius: 0;
    padding: 1rem 1.75rem;
    margin-bottom: 0;
    margin-left: 5px; }
    .media-newsletter .newsletter-item button:hover, .media-newsletter .newsletter-item .button:hover {
      background-color: #cccccc; }

.media-newsletter #robly_embed_signup {
  width: 100%; }

.media-newsletter form, .media-newsletter .robly_field_group {
  display: flex; }

.media-newsletter form {
  justify-content: flex-end; }
  .media-newsletter form label {
    max-width: 110px;
    width: 100%; }
  .media-newsletter form input[name="EMAIL"] {
    width: 100%; }

.media-newsletter .robly_field_group {
  max-width: 410px;
  width: 100%; }

.media-newsletter .column:nth-child(2) .newsletter-item, .media-newsletter .columns:nth-child(2) .newsletter-item {
  justify-content: flex-end; }

.mediakit .page-header p {
  font-weight: 400;
  font-size: 1.15rem; }

.mediakit .page-header .column, .mediakit .page-header .columns {
  display: flex;
  align-items: center; }

.mediakit .page-content {
  background-color: #f1f1f1; }

.mediakit .kit-bar {
  background-color: #8b8b8b;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .mediakit .kit-bar {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .mediakit .kit-bar {
      margin-bottom: 4rem; } }

.mediakit .tabs {
  border: 0;
  background-color: transparent; }
  .mediakit .tabs a {
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.25rem 2.15rem;
    font-size: 1.15rem; }
  .mediakit .tabs .is-active {
    position: relative; }
    .mediakit .tabs .is-active:after {
      position: absolute;
      content: '';
      display: block;
      height: 5px;
      width: 100%;
      background-color: #00965b; }
    .mediakit .tabs .is-active a {
      color: #ffffff;
      background-color: transparent; }

.mediakit .tabs-content {
  background-color: transparent;
  border: 0; }

.mediakit .kit-item {
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .mediakit .kit-item {
      padding-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .mediakit .kit-item {
      padding-bottom: 3rem; } }
  .mediakit .kit-item a {
    color: #555555; }
    .mediakit .kit-item a:hover {
      color: #999999; }
  .mediakit .kit-item .thumbnail {
    font-size: 4rem; }
  .mediakit .kit-item .title {
    font-size: 1.15rem;
    font-weight: 700; }

.mediakit .wheels .series {
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

.mediakit .wheels .divider {
  margin-bottom: 3rem;
  border-bottom: 1px solid #666666; }

.mediakit .wheels .wheel-image-container {
  padding-left: .5rem;
  padding-right: .5rem; }

.mediakit .wheels .wheel-information {
  margin-bottom: 2rem;
  color: #666666;
  padding-left: .5rem;
  padding-right: .5rem; }

.mediakit .wheels .wheel-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.3; }

.mediakit .wheels .wheel-finish {
  font-weight: 400; }

.mediakit-downloads {
  padding-bottom: 10rem; }
  .mediakit-downloads h3 span {
    font-weight: 400; }
  .mediakit-downloads a {
    color: #666666;
    font-size: 1rem;
    font-weight: 400; }
    .mediakit-downloads a:hover {
      color: #cccccc; }

.events .event-item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .events .event-item {
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .events .event-item {
      margin-bottom: 3rem;
      padding-bottom: 3rem; } }

.events .event-thumbnail a img {
  transition: all .3s ease-in-out;
  box-shadow: 0 3px 10px #999999; }

.events .event-thumbnail a:hover img {
  transform: scale(1.025); }

.events .event-information {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.events .event-date {
  color: #00965b;
  font-weight: 900; }

.events .event-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0a0a; }

.events .event-location-date {
  font-weight: 400; }

.events .event-link a {
  color: #00965b;
  text-decoration: underline;
  font-weight: 600; }

.news-article {
  position: relative;
  overflow: auto;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc; }
  .news-article .timestamp {
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem;
    text-align: center;
    color: #fefefe;
    background: #333; }
    .news-article .timestamp .date {
      font-size: 2.75rem;
      font-weight: 900;
      line-height: 1;
      display: block; }
  .news-article img {
    border-bottom: 5px solid #d40000; }
  .news-article .news-sidebar {
    padding: 1rem;
    background: #fbfbfb; }
    .news-article .news-sidebar li a {
      color: #505050; }
      .news-article .news-sidebar li a:hover {
        color: #d40000; }

.blog {
  font-weight: 400; }
  .blog a {
    color: #0a0a0a;
    text-transform: uppercase; }
    .blog a.button {
      border-radius: 4px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      font-size: 1.25rem;
      width: 130px; }
      .blog a.button.not-found {
        background-color: #cccccc;
        color: #ffffff;
        pointer-events: none; }
  .blog h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.75rem; }
  .blog-img a {
    position: relative;
    display: block; }
  .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a0a0a;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 1;
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .blog-date-month {
      font-size: .9rem; }
  .blog-archive h4, .blog-tags h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600; }
  .blog-archive ul, .blog-tags ul {
    list-style: none;
    margin-left: 0; }
    .blog-archive ul i, .blog-tags ul i {
      color: #00965b; }
  .blog-archive a, .blog-tags a {
    text-transform: capitalize; }
  .blog-archive a {
    font-weight: 600;
    font-size: 1.05rem; }
    .blog-archive a.archive-active {
      color: #00965b; }
    .blog-archive a.year-tab span {
      padding-left: 1rem; }
  .blog-archive .menu > li:not(.menu-text) > a {
    padding: .5rem 0; }
  .blog-archive .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 0;
    border-color: #00965b transparent transparent;
    transform: rotate(-90deg);
    transition: all .2s ease-in-out; }
  .blog-archive .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    transform: scaleY(1); }
  .blog-tags li {
    margin-right: .5rem;
    margin-bottom: .5rem; }
  .blog-tags a {
    background-color: #333333;
    color: #cccccc;
    padding: .5rem;
    font-weight: 400;
    display: inline-block;
    border-radius: .2px;
    font-size: .85rem; }
    .blog-tags a:hover {
      background-color: #0a0a0a; }
    .blog-tags a.tag-active {
      background-color: #0a0a0a;
      color: #00965b; }

.blog .article-date {
  color: #333333; }

.blog .article-nav {
  border-top: 1px solid #333333; }

.blog #article-gal-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333; }
  .blog #article-gal-thumbs .item {
    grid-column-end: span 1;
    padding: .5rem; }
  .blog #article-gal-thumbs a {
    display: block;
    width: 100%;
    position: relative; }
    .blog #article-gal-thumbs a:after {
      content: '';
      position: absolute;
      background-color: #0a0a0a;
      opacity: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .3s ease-in-out; }
    .blog #article-gal-thumbs a:hover:after {
      opacity: .5; }

.blog .page-header {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .blog .page-header {
      margin-bottom: 3rem; } }
  .blog .page-header .row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem; }
  .blog .page-header .blog-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .blog .page-header .blog-filter h4 {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.5rem; }
    .blog .page-header .blog-filter form {
      font-weight: 100;
      height: 100%;
      margin-top: -10px; }
    .blog .page-header .blog-filter select {
      margin-bottom: 0; }
      @media screen and (min-width: 64em) {
        .blog .page-header .blog-filter select {
          width: 375px; } }
    .blog .page-header .blog-filter-title, .blog .page-header .blog-filter-list {
      line-height: 1; }
    .blog .page-header .blog-filter-title {
      margin-right: 1rem; }

.blog h3 {
  text-transform: uppercase;
  color: #0a0a0a;
  line-height: 1.25; }

.blog hr {
  border-color: #cccccc;
  margin: 2rem auto; }

.blog a {
  color: #00965b;
  text-transform: uppercase;
  font-weight: 700; }
  .blog a:hover {
    color: #666666; }

.blog img {
  width: 100%; }

.blog-date {
  z-index: 2; }

.blog-description {
  margin-bottom: 2rem; }

.blog.blog-details h3 {
  line-height: 1;
  margin-bottom: .5rem; }

.blog.blog-details .page-header {
  margin-bottom: 1rem; }

.blog.blog-details .article-header {
  margin-bottom: 1.5rem; }

.blog.blog-details #article-gal-thumbs {
  border: 0;
  padding: 0; }
  .blog.blog-details #article-gal-thumbs .item {
    padding: .15rem; }

.blog.blog-details .article-share {
  text-align: center; }

.blog.blog-details .article-nav {
  border-color: #cccccc; }
  .blog.blog-details .article-nav a.button {
    padding-left: 0;
    padding-right: 0;
    color: #ffffff; }
    .blog.blog-details .article-nav a.button:focus {
      background: #00965b; }
    .blog.blog-details .article-nav a.button.not-found {
      background-color: #dddddd; }

@media screen and (max-width: 39.9375em) {
  .overview .page-header {
    text-align: left;
    padding-left: .5rem;
    padding-right: .5rem; }
    .overview .page-header h1 {
      font-size: 1.45rem; } }

.overview .page-content .column, .overview .page-content .columns {
  display: flex;
  align-items: center;
  justify-content: center; }

.overview-content {
  max-width: 400px; }
  @media screen and (max-width: 63.9375em) {
    .overview-content {
      padding: 2rem 2rem 4rem;
      max-width: none; } }

.overview-item {
  width: 100%; }
  .overview-item img {
    width: 100%; }
  .overview-item .title, .overview-item .information {
    margin-bottom: 2rem; }
  .overview-item .title {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1; }
  .overview-item .information {
    font-weight: 400; }
  .overview-item a {
    background-color: #0a0a0a;
    color: #ffffff;
    width: 220px;
    font-weight: 600;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    display: block;
    border-radius: 3px; }
    .overview-item a:hover {
      background-color: #00965b; }

.dealers #dealers-middle h1, .dealers h2, .dealers h3 {
  text-transform: uppercase;
  font-size: 1.85rem;
  font-weight: 600; }
  .dealers #dealers-middle h1 span, .dealers h2 span, .dealers h3 span {
    font-weight: 400; }

.dealers h2 {
  font-size: 1.55rem; }

.dealers a {
  font-weight: 600; }

.dealers .distance {
  color: #00965b;
  font-weight: 900; }

.dealers .input-group-field {
  height: 3rem; }

.dealers .button:focus {
  background-color: #00965b; }

#tesla-wheels .content .row > .column:last-child .vehicle, #tesla-wheels .content .row > .columns:last-child .vehicle {
  border-bottom: 0; }

#tesla-wheels .vehicle {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    #tesla-wheels .vehicle {
      padding-bottom: 3rem;
      margin-bottom: 3rem; } }
  #tesla-wheels .vehicle .title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem; }
    @media screen and (min-width: 64em) {
      #tesla-wheels .vehicle .title {
        font-size: 2.3rem; } }
  #tesla-wheels .vehicle .description {
    font-weight: 400;
    margin-bottom: 2rem; }

#error-page .page-content {
  background-image: url("/images/utility/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; }
  @media 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 screen and (min-width: 40em) {
    #error-page .page-content {
      height: 550px; }
      #error-page .page-content h3 {
        font-size: 1.9rem; }
      #error-page .page-content p {
        font-size: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    #error-page .page-content {
      height: 325px;
      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: 0.9rem; } }
  #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; }

.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 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: #00965b;
    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 screen and (max-width: 39.9375em) {
      .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 screen and (max-width: 39.9375em) {
        .accessory-popup__item .img {
          max-width: 90px; } }
      .accessory-popup__item .img--lrg {
        max-width: 50%;
        margin-bottom: 1rem; }
  @media screen and (max-width: 39.9375em) {
    .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: #00965b;
    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: #00965b;
    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 screen and (max-width: 39.9375em) {
    .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 screen and (max-width: 39.9375em) {
    .form-name {
      flex-direction: column; } }
  .form-name input {
    width: 19.5rem; }
    @media screen and (max-width: 39.9375em) {
      .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: #00965b;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

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

#international-popup h4 {
  color: #00965b;
  font-size: 1.15rem;
  font-weight: 700; }

#international-popup label {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700; }

#international-popup .product-information {
  font-size: .875rem; }
  #international-popup .product-information > div {
    margin-bottom: 1rem; }

#international-popup .button {
  max-width: none; }

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

#snipcart {
  /*///// cart summary /////*/
  /*///// checkout /////*/ }
  #snipcart .snipcart-cart-button {
    background: #333333;
    color: #ffffff; }
    #snipcart .snipcart-cart-button svg {
      fill: #ffffff; }
  #snipcart .snipcart-featured-payment-methods__list {
    display: block;
    text-align: center; }
    #snipcart .snipcart-featured-payment-methods__list .snipcart-featured-payment-methods__list-item {
      display: inline-block; }
      #snipcart .snipcart-featured-payment-methods__list .snipcart-featured-payment-methods__list-item img {
        max-height: 20px; }
  #snipcart .snipcart-cart-header__title.snipcart__font--black.snipcart__font--secondary {
    background: url("//images.iconfigurators.app/images/websites/logos/ennova-logo-400w_1253.png");
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 40px;
    color: transparent;
    background-repeat: no-repeat; }
  #snipcart .snipcart-form__set.notesComments h1 {
    margin-bottom: .5rem; }
  #snipcart #snipcart-checkout-step-shipping .snipcart__actions--link {
    display: none; }

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