/**
 * 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; } }

/* ==========================================================================
   0. Variables
   ========================================================================== */
@font-face {
  font-family: 'Avenir Next';
  src: url("/css/fonts/AvenirNext-Heavy.woff2") format("woff2"), url("/css/fonts/AvenirNext-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNext-Light';
  src: url("/css/fonts/37FA3E_0_0.woff2") format("woff2"), url("/css/fonts/37FA3E_0_0.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'D3euronism';
  src: url("/css/fonts/D3Euronism.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/D3Euronism.eot?#iefix") format("embedded-opentype"), url("/css/fonts/D3Euronism.woff2") format("woff2"), url("/css/fonts/D3Euronism.woff") format("woff"), url("/css/fonts/D3Euronism.ttf") format("truetype"), url("/css/fonts/D3Euronism.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'D3euronismItalic';
  src: url("/css/fonts/D3Euronism_i.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/D3Euronism_i.eot?#iefix") format("embedded-opentype"), url("/css/fonts/D3Euronism_i.woff2") format("woff2"), url("/css/fonts/D3Euronism_i.woff") format("woff"), url("/css/fonts/D3Euronism_i.ttf") format("truetype"), url("/css/fonts/D3Euronism_i.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/css/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/css/fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

/* ==========================================================================
   1. General (Foundation Overrides)
   ========================================================================== */
h2 {
  font-size: 4.18rem; }

h3 {
  font-size: 3.1rem; }

h5 {
  font-size: 2.09rem; }

h6 {
  font-size: 1.15rem; }

.h1 {
  font-size: 1.5rem; }

.h2 {
  font-size: 1.8rem;
  font-weight: 700; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #666666;
  letter-spacing: -1px;
  font-weight: 900; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

a {
  color: #666666;
  transition: all .3s ease-in-out; }
  a:before {
    transition: all .3s ease-in-out; }
  a:hover {
    color: #999999; }
  a:focus {
    color: #cccccc; }

img {
  transition: all .3s ease-in-out; }

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; }

input {
  margin-bottom: 0; }

.input-group {
  margin-bottom: 0; }
  .input-group input {
    margin-bottom: 0; }

.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;
  /*.img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0.4;
    background: #000;
  }*/ }
  .parallax h1,
  .parallax h2 {
    position: relative;
    padding: 1.8rem 0;
    font-size: 2.25rem;
    top: 25%; }
  .parallax h1 {
    text-transform: none;
    padding: 1.8rem .9375rem;
    line-height: .65;
    font-weight: 600;
    /*@include breakpoint (large) {
      padding-left:1.9375rem;
      padding-right:1.9375rem;
    }
    @include breakpoint (xlarge) {
      padding-left:3.9375rem;
      padding-right:3.9375rem;
    }*/ }
    @media screen and (min-width: 40em) {
      .parallax h1 {
        font-size: 2.25rem;
        padding-top: 85px;
        padding-bottom: 70px;
        padding-left: 2.9375rem;
        padding-right: 2.9375rem; } }
    .parallax h1 .parallax-text {
      color: #666666; }
      .parallax h1 .parallax-text .title {
        font-size: 2rem; }
      .parallax h1 .parallax-text .subtitle {
        font-weight: 400;
        font-size: 1.15rem;
        letter-spacing: 0; }
  .parallax .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .parallax .img .bg-top {
      background-position: center top; }

.white-popup {
  background: #ffffff;
  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: #333333; }

.primary-bg {
  background-color: #333333; }

.primary-btn {
  border-radius: 4px;
  padding: 0.8rem 1.9rem;
  margin: 0;
  font-weight: 700; }
  .primary-btn a {
    color: #ffffff; }

.red-bg {
  background-color: #d40000; }

.black-font {
  color: #333; }

.red {
  color: #d40000; }

.white {
  color: #fefefe; }

.button {
  font-weight: bold;
  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:hover {
  background-color: #000000; }

.button-group .button {
  padding-right: 0;
  padding-left: 0; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 700; }

.font-heavy {
  font-weight: 900; }

.font-italic {
  font-style: italic; }

.g-recaptcha {
  margin-bottom: 0.5rem;
  display: inline-block; }

#captchaCheck {
  float: left;
  margin-left: 1rem;
  text-transform: uppercase; }

.padded {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padded.extra {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padded.short {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.padded-left {
  padding-left: 0.5rem; }

.padded-right {
  padding-right: 0.5rem; }

.container-padding--b {
  padding-bottom: 4rem; }

.accordion .accordion-navigation > .content {
  padding-right: 0;
  padding-left: 0; }

.accordion-item:first-child > :first-child {
  font-weight: 700; }

.anchor {
  position: relative;
  top: -3rem;
  display: block;
  visibility: hidden; }

.full-width {
  width: 100%;
  max-width: 100%; }

.menu.simple > li > a {
  padding: 0; }

/*.menu > li:not(.menu-text) > a {
  padding: 1rem;
}*/
.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%; }

/*.title-bar,
.top-bar {
  padding: 0;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar ul.is-dropdown-submenu {
  background-color: rgba(255, 255, 255, 1);
  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: #d40000 transparent transparent;
  right: 0px;
  display: none;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #d40000;
  right: 5px;
}

.dropdown.menu > li > a:hover,
.dropdown.menu > li > ul li a:hover,
.dropdown.menu > li.is-active > a {
  color: #d40000;
}

.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 {
  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; } }

.divider {
  height: 1px;
  width: 100%;
  background-color: #cccccc; }

.pipe {
  margin-left: .25rem;
  margin-right: .25rem; }

.pencil {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.page-content {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#check-captcha {
  color: #c3001f;
  font-weight: 600; }

.p65 {
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #0a0a0a;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .p65 p {
    color: #ffffff;
    font-size: .75rem;
    margin-bottom: .5rem; }
    @media screen and (max-width: 39.9375em) {
      .p65 p {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .p65 p a {
      color: #ffffff;
      font-weight: 400;
      text-decoration: underline;
      color: #c3001f; }

.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; }

/* ==========================================================================
   2. Header
   ========================================================================== */
header .top-bar {
  background-color: #ffffff;
  /*padding:2rem .5rem;
    @include breakpoint (large) {
      padding-left:1rem;
      padding-right:1rem;
    }
    @include breakpoint (xlarge) {
      padding-left:3rem;
      padding-right:3rem;
    }*/ }
  header .top-bar ul {
    background-color: transparent; }
    @media screen and (max-width: 63.9375em) {
      header .top-bar ul {
        border: 0; } }
    @media screen and (min-width: 40em) {
      header .top-bar ul ul {
        background-color: #ffffff; } }

header .top-bar-left {
  align-items: center; }
  @media screen and (min-width: 40em) {
    header .top-bar-left {
      display: flex; } }

header .is-dropdown-submenu {
  min-width: unset; }

header .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: .5rem; }
  @media screen and (min-width: 75em) {
    header .dropdown.menu > li.is-dropdown-submenu-parent > a {
      padding-right: .75rem; } }
  header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none; }

.sticky-container {
  z-index: 300;
  border-right: 1px solid transparent; }

/* ==========================================================================
   2.1 Header - Logo
   ========================================================================== */
header .top-bar-logo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 40em) {
    header .top-bar-logo {
      width: 212px;
      height: 122px; } }
  @media screen and (min-width: 64em) {
    header .top-bar-logo {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    header .top-bar-logo img {
      margin-right: 3px;
      margin-top: 12px; } }

/* ==========================================================================
   2.2 Header - Navigation
   ========================================================================== */
header .top-bar-nav {
  font-size: .75rem;
  color: #999999;
  text-transform: uppercase; }
  header .top-bar-nav li {
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      header .top-bar-nav li {
        width: 100%;
        display: block; } }
    @media screen and (min-width: 40em) {
      header .top-bar-nav li:after {
        border-right: 1px solid #999999;
        content: '';
        position: absolute;
        top: 48%;
        left: -1px;
        height: 1rem; } }
    header .top-bar-nav li:not(.menu-text) > a {
      padding-top: 1rem;
      padding-bottom: .5rem;
      padding-left: .5rem;
      padding-right: .5rem;
      padding-bottom: 0; }
      @media screen and (min-width: 75em) {
        header .top-bar-nav li:not(.menu-text) > a {
          padding-left: .75rem;
          padding-right: .75rem; } }
  header .top-bar-nav .is-dropdown-submenu {
    border: 0;
    background-color: transparent; }
    @media screen and (max-width: 63.9375em) {
      header .top-bar-nav .is-dropdown-submenu {
        position: relative; } }
    header .top-bar-nav .is-dropdown-submenu.menu.vertical {
      left: -1px; }
      @media screen and (min-width: 40em) {
        header .top-bar-nav .is-dropdown-submenu.menu.vertical {
          top: 32px; }
          header .top-bar-nav .is-dropdown-submenu.menu.vertical:after {
            border-left: 1px solid #999999;
            content: '';
            position: absolute;
            left: 0px;
            top: -68%;
            height: 2.75rem; } }
      @media screen and (min-width: 64em) {
        header .top-bar-nav .is-dropdown-submenu.menu.vertical > li {
          display: table-cell; }
          header .top-bar-nav .is-dropdown-submenu.menu.vertical > li a {
            padding-top: .5rem;
            padding-bottom: .5rem;
            white-space: nowrap; } }
    header .top-bar-nav .is-dropdown-submenu li:after {
      display: none; }
    header .top-bar-nav .is-dropdown-submenu li a {
      color: #999999; }
      @media screen and (max-width: 63.9375em) {
        header .top-bar-nav .is-dropdown-submenu li a {
          padding-left: 1.25rem;
          color: #ffffff; } }
      @media screen and (min-width: 40em) {
        header .top-bar-nav .is-dropdown-submenu li a:hover {
          color: #cccccc; } }
  header .top-bar-nav a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (min-width: 40em) {
      header .top-bar-nav a {
        color: #999999;
        font-size: inherit;
        font-weight: 600; } }
    header .top-bar-nav a:hover {
      color: #666666; }
      @media screen and (min-width: 40em) {
        header .top-bar-nav a:hover {
          color: #cccccc; } }

/* ==========================================================================
   2.3 Header - Search
   ========================================================================== */
@media only screen and (max-width: 1312px) {
  header .show-for-large-opt {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  header .hide-for-large-opt {
    display: none; } }

@media only screen and (min-width: 1313px) {
  header .hide-for-large-opt {
    display: none; } }

@media screen and (min-width: 40em) {
  header .top-bar-right {
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media screen and (min-width: 64em) {
  header .top-bar-right {
    padding-right: 1rem; } }

@media screen and (min-width: 75em) {
  header .top-bar-right {
    padding-right: 3rem; } }

header .top-bar-right form > li {
  display: table-cell;
  vertical-align: bottom; }

header .top-bar-right button {
  background-color: transparent;
  color: #666666;
  padding: .5rem 1rem;
  font-size: .85rem;
  padding: 0 .5rem; }
  header .top-bar-right button:hover {
    background-color: transparent;
    color: #333333; }

header .top-bar-right input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  max-width: 125px; }

header #search button {
  background-color: transparent;
  color: #333333;
  font-size: 1.25rem;
  padding: .5rem 1rem; }

header #search input {
  border-top: 0;
  border-right: 0;
  border-left: 0; }

header #search .menu > li:last-child {
  width: 100%; }

header .callout {
  margin: 0;
  border: 0;
  border-top: 1px solid #cccccc; }

header .title-bar span {
  padding-left: .25rem; }

/* ==========================================================================
   2.4 Mobile - Header
   ========================================================================== */
.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #333333;
  /*padding:.75rem;*/
  padding: 0;
  /*position:fixed;
  width:100%;*/ }
  .title-bar:before, .title-bar:after {
    display: none; }
  .title-bar-logo {
    max-width: 138px;
    background-color: #ffffff;
    padding: .75rem; }
  .title-bar .menu-icon {
    width: auto;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding-right: .75rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .title-bar .menu-icon {
        flex-grow: 1;
        text-align: right;
        padding-right: .25rem; } }
    .title-bar .menu-icon:after {
      content: unset; }

header .mobile-active {
  background-color: #0a0a0a;
  color: #ffffff;
  /*.top-bar-logo {
      margin-top:67px;
    }*/ }
  header .mobile-active.top-bar {
    height: 100vh; }
    header .mobile-active.top-bar .top-bar-logo {
      padding-left: .5rem;
      padding-right: .5rem;
      height: 53px; }
  header .mobile-active .title-bar-logo {
    opacity: 0; }
  @media screen and (max-width: 63.9375em) {
    header .mobile-active .hide-for-large-opt {
      display: none; } }

body.menu-active {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }

@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

footer {
  color: #ffffff;
  font-size: .8rem; }
  footer a:link, footer a:focus, footer a:visited {
    color: #ffffff; }
  footer a:hover {
    color: #cccccc; }

footer .instagram {
  border-bottom: 1px solid #ffffff; }
  footer .instagram a {
    padding-bottom: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%); }
    footer .instagram a:hover {
      filter: grayscale(0); }

.instagram-popup {
  max-width: 80rem;
  padding: 0;
  border-radius: 3px;
  font-weight: 400; }
  .instagram-popup > div {
    margin: 0; }
  .instagram-popup-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .instagram-popup-profilepic {
    border-radius: 2px; }
  .instagram-popup-page {
    display: block;
    position: relative; }
    .instagram-popup-page:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      z-index: 1; }
    .instagram-popup-page:hover:before {
      background-color: rgba(0, 0, 0, 0.5); }
  .instagram-popup-link {
    color: #ffffff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: .9rem;
    background-color: #0a0a0a;
    border-radius: 2px; }
  .instagram-popup .no-padding {
    padding: 0; }

footer .footer-menu {
  background-color: #999999;
  padding-left: .9375rem;
  padding-right: .9375rem; }
  @media screen and (min-width: 64em) {
    footer .footer-menu {
      padding-left: 1.9375rem;
      padding-right: 1.9375rem; } }
  @media screen and (min-width: 75em) {
    footer .footer-menu {
      padding-left: 3.9375rem;
      padding-right: 3.9375rem; } }
  footer .footer-menu > div {
    border-bottom: 1px solid #cccccc;
    padding-top: 2rem;
    padding-bottom: 1rem; }
  footer .footer-menu ul {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900; }
    footer .footer-menu ul li {
      margin-top: -.15rem;
      margin-bottom: -.15rem; }

footer .pencil {
  background-color: #999999;
  padding-left: .9375rem;
  padding-right: .9375rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 64em) {
    footer .pencil {
      padding-left: 1.9375rem;
      padding-right: 1.9375rem; } }
  @media screen and (min-width: 75em) {
    footer .pencil {
      padding-left: 3.9375rem;
      padding-right: 3.9375rem; } }
  footer .pencil > div {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 39.9375em) {
      footer .pencil > div:nth-child(3) {
        font-size: .725rem; } }
    footer .pencil > div > div {
      display: flex;
      align-items: center;
      /*        &.social {
          display:table;
        }*/ }
      @media screen and (max-width: 39.9375em) {
        footer .pencil > div > div.copyright {
          text-align: center; } }
      @media screen and (max-width: 39.9375em) {
        footer .pencil > div > div.contact {
          display: block; }
          footer .pencil > div > div.contact span, footer .pencil > div > div.contact a {
            display: block;
            text-align: center; }
          footer .pencil > div > div.contact .pipe {
            display: none; } }
  footer .pencil .social-container {
    justify-content: flex-start; }
    @media screen and (max-width: 39.9375em) {
      footer .pencil .social-container {
        justify-content: center; } }
  @media screen and (min-width: 1024px) and (max-width: 1400px) {
    footer .pencil .social-container {
      width: 16.66667%; }
    footer .pencil .newsletter-container {
      width: 25%;
      justify-content: flex-end; } }

footer .social > div {
  margin-right: 5px; }
  footer .social > div:last-child {
    margin-right: 0; }
  footer .social > div img {
    width: 25px;
    height: auto; }
    footer .social > div img:hover {
      opacity: .35; }
  footer .social > div a {
    font-size: 1.5rem;
    /*margin-right:10px;*/ }
    @media screen and (min-width: 1024px) and (max-width: 1400px) {
      footer .social > div a {
        margin-right: 7px; } }
    footer .social > div a:link, footer .social > div a:focus, footer .social > div a:visited {
      color: #333333;
      text-shadow: 0 0 0.5rem #ffffff; }
    footer .social > div a:hover {
      color: #ffffff; }

footer .links {
  flex-direction: column; }
  footer .links .contact {
    display: flex;
    justify-content: center; }

footer .newsletter {
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    footer .newsletter {
      width: 50%; } }
  @media screen and (min-width: 1024px) and (max-width: 1400px) {
    footer .newsletter {
      width: 90%; } }
  footer .newsletter form {
    width: 100%; }
  @media screen and (min-width: 40em) {
    footer .newsletter .input-group {
      display: flex; } }
  footer .newsletter .input-group-field {
    width: 73%; }
    footer .newsletter .input-group-field > input {
      border-right: 0; }
  footer .newsletter input {
    background-color: transparent;
    text-transform: uppercase;
    padding: .5rem;
    font-size: 1rem;
    font-size: .8375rem;
    height: auto;
    border: 1px solid #ffffff;
    color: #ffffff; }
    footer .newsletter input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff; }
    footer .newsletter input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    footer .newsletter input:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff; }
    footer .newsletter input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    footer .newsletter input[name="newsletter"]:focus {
      color: #0a0a0a; }
    footer .newsletter input[name="email"] {
      border-right: 0;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    footer .newsletter input[name="submit"] {
      padding-left: 1rem;
      padding-right: 1rem;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 2px; }
      @media screen and (min-width: 1024px) and (max-width: 1400px) {
        footer .newsletter input[name="submit"] {
          padding-left: .5rem;
          padding-right: .5rem; } }
  footer .newsletter a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    position: relative; }
    footer .newsletter a span {
      padding: .4rem .5rem;
      font-size: .8375rem; }
      footer .newsletter a span.input {
        border: 1px solid #ffffff;
        width: 100%;
        display: block; }
      footer .newsletter a span.signup {
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 1rem;
        padding-right: 1rem; }

.newsletter-signup-popup {
  border-radius: 2px; }
  .newsletter-signup-popup h4 {
    text-align: center; }
  .newsletter-signup-popup p {
    line-height: 1.25; }

footer .instagram {
  border-bottom: 2px solid #cccccc; }
  footer .instagram a {
    padding-bottom: 0;
    display: block;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%); }
    footer .instagram a:hover {
      filter: grayscale(0); }

.instagram-popup {
  max-width: 80rem;
  padding: 0;
  border-radius: 3px;
  font-weight: 400; }
  .instagram-popup > div {
    margin: 0; }
  .instagram-popup-img {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .instagram-popup-profilepic {
    border-radius: 2px; }
  .instagram-popup-page {
    display: block;
    position: relative; }
    .instagram-popup-page:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      z-index: 1; }
    .instagram-popup-page:hover:before {
      background-color: rgba(0, 0, 0, 0.5); }
  .instagram-popup-link {
    color: #ffffff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: .9rem;
    background-color: #0a0a0a;
    border-radius: 2px; }
  .instagram-popup .no-padding {
    padding: 0; }

.about {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*@include breakpoint (large) {
    padding-left:1rem;
    padding-right:1rem;
  }
  @include breakpoint (xlarge) {
    padding-left:3rem;
    padding-right:3rem;
  }*/ }
  @media screen and (min-width: 40em) {
    .about {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .about h1 {
    color: #666666;
    font-weight: 600;
    /*font-size:1.5rem;*/
    text-transform: none;
    line-height: 1;
    letter-spacing: -2px; }
    @media screen and (min-width: 40em) {
      .about h1 {
        font-size: 4.75rem;
        line-height: 1; } }
  .about p {
    color: #999999;
    font-weight: 400;
    font-size: .8375rem; }

.hp-hero {
  position: relative; }
  .hp-hero .hp-slider {
    position: relative; }
    .hp-hero .hp-slider img {
      width: 100%; }
    .hp-hero .hp-slider .slider-caption {
      position: absolute;
      width: 100%;
      bottom: 47%;
      z-index: 10;
      color: #ffffff; }
  .hp-hero .slick-slide {
    position: relative; }
  .hp-hero .slick-slider {
    margin-bottom: 0px; }
  .hp-hero .parallax {
    margin-bottom: 0; }
    .hp-hero .parallax .img:after {
      position: inherit; }
  .hp-hero .slider-caption h4 {
    font-size: 1.3rem;
    text-transform: uppercase; }

@media screen and (max-width: 480px) {
  .hp-hero .row {
    padding-bottom: 0px; } }

@media only screen and (min-width: 40.063em) and (max-width: 800px) {
  .hp-hero .slider-caption h4 {
    font-size: 2rem; }
  .hp-hero .side-bars {
    font-size: 1rem; }
  .hp-hero .scroll-arrow .fa {
    font-size: 2rem; } }

@media only screen and (min-width: 800px) {
  .hp-hero .slider-caption h4 {
    font-size: 3rem; }
  .hp-hero .side-bars {
    font-size: 1.2rem; }
    .hp-hero .side-bars:before, .hp-hero .side-bars:after {
      display: block; }
    .hp-hero .side-bars .scroll-arrow .fa {
      font-size: 3rem; } }

.hp-slider .slick-dots {
  bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .hp-slider .slick-dots {
      bottom: 0; } }
  .hp-slider .slick-dots li {
    width: 25px; }
    @media screen and (max-width: 39.9375em) {
      .hp-slider .slick-dots li {
        width: 20px; } }
    .hp-slider .slick-dots li.slick-active button:before {
      opacity: 1; }
    .hp-slider .slick-dots li button {
      width: 25px; }
      .hp-slider .slick-dots li button:before {
        content: '';
        background-color: #ffffff;
        height: 2px;
        opacity: .45;
        width: 25px; }
        @media screen and (max-width: 39.9375em) {
          .hp-slider .slick-dots li button:before {
            width: 20px; } }

.shop-by-vehicle-hero-overlay {
  background-size: cover;
  border-top: 1px solid #666;
  bottom: 0;
  color: white;
  font-family: "Montserrat", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 40em) {
    .shop-by-vehicle-hero-overlay {
      position: absolute;
      background-image: none; } }
  .shop-by-vehicle-hero-overlay .title {
    text-align: center; }
  .shop-by-vehicle-hero-overlay h3 {
    color: white;
    font-family: "Montserrat", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    padding-bottom: 1rem; }
  .shop-by-vehicle-hero-overlay hr {
    border-bottom: 1px solid #555; }
  .shop-by-vehicle-hero-overlay .shop-by-vehicle-bg {
    padding: 1rem 0 2rem;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 40em) {
      .shop-by-vehicle-hero-overlay .shop-by-vehicle-bg {
        padding: 3rem 0;
        padding-bottom: 2rem;
        background-color: rgba(0, 0, 0, 0.3); } }

.vehicle-select select {
  font-weight: normal;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.3); }

.ask-our-experts {
  text-align: center; }
  @media screen and (min-width: 40em) {
    .ask-our-experts {
      padding-top: 15px;
      text-align: left; } }
  .ask-our-experts em {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase; }
  .ask-our-experts-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem; }
    @media screen and (min-width: 40em) {
      .ask-our-experts-text {
        padding-bottom: 0; } }
  .ask-our-experts__btn {
    margin-bottom: 0; }

.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: #333333;
  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: $primary-color;
  padding: 1rem 0.5rem;
  @include breakpoint(medium up) {
    padding: 2rem;
  }
  &--position {
    display: flex;
    align-items: center;
    justify-content: space-around;
    @include breakpoint(small only) {
      flex-direction: column;
    }
  }
  &__header {
    color: $white;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.7rem;
    @include breakpoint(medium up) {
      font-size: 2rem;
      margin: 0;
    }
  }
}*/
.signup {
  display: flex;
  justify-content: center;
  align-items: center; }
  .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; }

.collection {
  color: #999999;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .collection {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .collection a, .collection h1, .collection h2 {
    color: #999999;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease-in-out; }
  .collection a, .collection h2 {
    font-family: "D3euronismItalic"; }
  .collection h1 {
    font-weight: 700; }
  .collection h2 {
    font-weight: 700;
    text-transform: uppercase; }
  .collection p {
    font-size: 1.25rem;
    font-weight: 300; }
  .collection a:hover {
    color: #333333; }
    .collection a:hover img {
      transform: scale(1.025); }
      @media screen and (min-width: 40em) {
        .collection a:hover img {
          transform: scale(1.3); } }
    .collection a:hover h2 {
      color: #333333; }
  .collection img {
    position: relative; }
    @media screen and (min-width: 40em) {
      .collection img {
        transform: scale(1.25); } }
  .collection .section-title {
    padding-top: 0;
    padding-bottom: 0; }
  .collection-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .collection-bottom .column:first-child img, .collection-bottom .columns:first-child img {
      z-index: 3; }
    .collection-bottom .column:first-child .collection-text, .collection-bottom .columns:first-child .collection-text {
      border-left: 1px solid #cccccc; }
      @media screen and (max-width: 39.9375em) {
        .collection-bottom .column:first-child .collection-text, .collection-bottom .columns:first-child .collection-text {
          border-left: 0; } }
    .collection-bottom .column:nth-child(2) img, .collection-bottom .columns:nth-child(2) img {
      z-index: 2; }
    .collection-bottom .column:last-child img, .collection-bottom .columns:last-child img {
      z-index: 1; }
  @media screen and (min-width: 40em) {
    .collection-image {
      padding-top: 15%;
      padding-bottom: 20%; } }
  .collection-text {
    display: flex;
    justify-content: center;
    border-right: 1px solid #cccccc; }
    @media screen and (max-width: 39.9375em) {
      .collection-text {
        padding-bottom: 2rem;
        border-left: 0;
        border-right: 0; } }
  .collection-title {
    text-transform: uppercase;
    line-height: .5; }
    .collection-title h2 {
      text-transform: uppercase; }

/* ==========================================================================
   Featured (New Wheels) - Home
   ========================================================================== */
.featured .section-title {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .featured .section-title h2 {
    font-size: 1.5em;
    color: #999999;
    margin-bottom: 0;
    text-transform: none; }

.featured.forgedSeries {
  padding-bottom: 2rem; }

/* ==========================================================================
   Featured (New Wheels) - Home - Slider
   ========================================================================== */
.featured-slider {
  position: relative; }

.featured-prev, .featured-next {
  position: absolute;
  display: block;
  /*    height: 20px;
    width: 20px;*/
  line-height: 0px;
  font-size: 5rem;
  cursor: pointer;
  background: transparent;
  color: #333333;
  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; }
  .featured-prev:hover, .featured-next:hover {
    color: #cccccc; }

.featured-prev {
  left: -70px; }

.featured-next {
  right: -70px; }

/* ==========================================================================
   Featured (New Wheels) - Home - Wheels
   ========================================================================== */
.featured img {
  margin: 0 auto;
  opacity: 1; }
  .featured img:hover {
    opacity: .5; }

.hp .about {
  position: relative;
  padding: 0; }
  .hp .about-section-link:hover .about-background img {
    transform: scale(1.025); }
  .hp .about-section-link:hover .about-foreground {
    background-size: 250%; }
  .hp .about-section-link:hover .section-link {
    opacity: .5; }
  .hp .about img {
    width: 100%; }
  .hp .about h1, .hp .about a {
    color: #ffffff;
    text-transform: none; }
  .hp .about h1 {
    font-size: 1.5rem; }
  .hp .about p {
    font-weight: 400;
    font-size: .8375rem;
    color: #ffffff;
    /*@include breakpoint (xlarge down) {
      br {
        display:none;
      }
    }*/ }
  .hp .about-background {
    background-color: #0a0a0a;
    overflow: hidden; }
  .hp .about .section-link {
    font-size: .8375rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #ffffff;
    transition: all .3s ease-in-out; }
  @media screen and (max-width: 39.9375em) {
    .hp .about-background {
      display: none; } }
  .hp .about-foreground {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    background-image: url("/images/home/about.jpg");
    background-size: 230%;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      .hp .about-foreground {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
        position: absolute;
        align-items: flex-end;
        margin-bottom: 4%; } }

.filler {
  position: relative; }
  .filler img {
    width: 100%; }
  .filler .row {
    width: 100%;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 12.5%;
    padding-left: .9375rem;
    padding-right: .9375rem; }
    @media screen and (min-width: 64em) {
      .filler .row {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      .filler .row {
        padding-left: 4rem;
        padding-right: 4rem; } }
  .filler-title {
    margin-bottom: .5rem; }
    @media screen and (min-width: 40em) {
      .filler-title {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: -2px; } }
  @media screen and (min-width: 40em) {
    .filler-subtitle {
      font-size: 1.25rem;
      font-weight: 300; } }

.cta img {
  width: 100%;
  opacity: 1;
  transform: scale(1); }

.cta a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff; }
  .cta a:hover .cta-image img {
    opacity: .45;
    transform: scale(1.05); }

.cta-image {
  width: 100%;
  background-color: #0a0a0a;
  overflow: hidden; }

.cta-title {
  color: #999999;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 900; }
  @media screen and (min-width: 40em) {
    .cta-title {
      font-weight: 600;
      padding-top: .5rem;
      padding-bottom: .5rem; } }

.cta .column:first-child .cta-title, .cta .columns:first-child .cta-title {
  border-right: 1px solid #cccccc; }

.selectedVehicleBar {
  position: relative;
  background-color: #ebebeb; }
  .selectedVehicleBar img {
    max-height: 100px; }
  .selectedVehicleBar .row--small {
    max-width: 67rem; }
  .selectedVehicleBar__content {
    margin: 1.5rem auto 0;
    padding-left: 0;
    padding-right: 0; }
    .selectedVehicleBar__content--noMargin {
      margin: 0; }
  .selectedVehicleBar__text {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0; }
  .selectedVehicleBar__span {
    color: #6a6a6a; }
  .selectedVehicleBar__btn {
    width: 100%;
    margin-bottom: 0; }
    .selectedVehicleBar__btn--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; }

/* ==========================================================================
   Wheel Collection
   ========================================================================== */
#wheels .container-padding--b {
  padding-bottom: 0; }

/* ==========================================================================
   Wheel Collection - Category Title
   ========================================================================== */
.products-listing-pg .product-category {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #959597;
  color: #ffffff;
  line-height: 1; }
  @media screen and (min-width: 64em) {
    .products-listing-pg .product-category {
      font-size: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .products-listing-pg .product-category {
      font-size: 1.65rem; } }
  .products-listing-pg .product-category-short {
    font-size: 4rem;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-transform: capitalize; }
    @media screen and (min-width: 64em) {
      .products-listing-pg .product-category-short {
        font-size: 6rem; } }
    @media screen and (min-width: 75em) {
      .products-listing-pg .product-category-short {
        font-size: 8rem; } }
    .products-listing-pg .product-category-short-monoblock {
      margin-left: -.15rem; }
      @media screen and (min-width: 64em) {
        .products-listing-pg .product-category-short-monoblock {
          margin-left: -.25rem; } }
    .products-listing-pg .product-category-short-forged {
      margin-left: -.25rem; }
      @media screen and (min-width: 64em) {
        .products-listing-pg .product-category-short-forged {
          margin-left: -.55rem; } }
  .products-listing-pg .product-category-long {
    text-transform: capitalize;
    /*@include breakpoint (xlarge) {
        font-size:1.75rem;
      }*/ }

/* ==========================================================================
   Wheel Collection - Product Item
   ========================================================================== */
.products-list {
  border-bottom: 1px solid #cccccc; }
  .products-list .column, .products-list .columns {
    border-top: 1px solid #cccccc; }
    .products-list .column a, .products-list .columns a {
      transform: scale(1); }
      .products-list .column a:hover img, .products-list .columns a:hover img {
        transform: scale(1.05); }
    .products-list .column .product-information-image, .products-list .columns .product-information-image {
      position: relative; }
      .products-list .column .product-information-image-background, .products-list .columns .product-information-image-background {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
        background-color: #cccccc; }
      .products-list .column .product-information-image .product-information-new, .products-list .columns .product-information-image .product-information-new {
        background-color: #c3001f;
        position: absolute;
        top: 5%;
        left: 9%;
        color: #ffffff;
        font-weight: 100;
        padding: .25rem;
        padding-right: 3rem;
        line-height: 1;
        z-index: -1;
        font-family: "AvenirNext-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.35rem; }
    .products-list .column .product-information-description, .products-list .columns .product-information-description {
      border-top: 1px solid #cccccc; }
    .products-list .column .product-information-title, .products-list .columns .product-information-title {
      font-family: "D3euronismItalic";
      text-transform: uppercase;
      font-size: 1.25rem;
      color: #666666;
      line-height: 1;
      padding-top: .75rem;
      padding-bottom: .5rem; }
      .products-list .column .product-information-title span, .products-list .columns .product-information-title span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: 1rem; }

.products-listing-pg a {
  color: #959597; }
  .products-listing-pg a:hover {
    /*background-color:$gray-light;*/
    /*color:$white;*/
    color: #cccccc; }
    .products-listing-pg a:hover img {
      opacity: .5; }

.products-listing-pg .products-list {
  border-top: 1px solid #959597; }
  .products-listing-pg .products-list > div {
    /*border:1px solid $rotiform-gray;*/
    border-right: 1px solid #959597;
    border-bottom: 1px solid #959597;
    position: relative; }
    @media screen and (min-width: 64em) {
      .products-listing-pg .products-list > div:nth-child(4n) {
        border-right: 0; } }
    @media screen and (max-width: 63.9375em) {
      .products-listing-pg .products-list > div:nth-child(3n) {
        border-right: 0; } }
    @media screen and (max-width: 39.9375em) {
      .products-listing-pg .products-list > div:nth-child(3n) {
        border-right: 1px solid #959597; }
      .products-listing-pg .products-list > div:nth-child(2n) {
        border-right: 0; } }
    .products-listing-pg .products-list > div.start {
      clear: left; }

.products-listing-pg .product-information {
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 64em) {
    .products-listing-pg .product-information {
      font-size: 1.5rem; } }
  @media screen and (min-width: 75em) {
    .products-listing-pg .product-information {
      font-size: 2rem; } }
  .products-listing-pg .product-information-number {
    padding: 1.5rem;
    padding-bottom: 0; }
  .products-listing-pg .product-information-image {
    display: flex;
    align-items: center;
    height: 100%; }
    .products-listing-pg .product-information-image img {
      width: 100%;
      opacity: 1; }
  .products-listing-pg .product-information-short {
    padding: 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 500;
    padding-left: 1.4rem; }
    @media screen and (min-width: 64em) {
      .products-listing-pg .product-information-short {
        font-size: 3rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 75em) {
      .products-listing-pg .product-information-short {
        font-size: 3.25rem; } }
  .products-listing-pg .product-information-long {
    padding: 1.5rem;
    padding-top: 0;
    font-size: .8rem;
    text-transform: capitalize; }
    .products-listing-pg .product-information-long.aerodisc {
      padding: 0 1.25rem 1.5rem; }

/* ==========================================================================
   Search Results- Product Item
   ========================================================================== */
.search-results .products-list > div {
  /*border-top:1px solid $rotiform-gray;
      border-right:1px solid $rotiform-gray;
      border-bottom:0;*/ }

/* ==========================================================================
   Layout with padding
   ========================================================================== */
#wheels .products-list .placeholder-sides {
  display: none; }
  @media screen and (min-width: 64em) {
    #wheels .products-list .placeholder-sides {
      display: block;
      width: 5%; } }
  #wheels .products-list .placeholder-sides a {
    pointer-events: none; }
  #wheels .products-list .placeholder-sides .product-information-image-background {
    display: none; }

#wheels .products-list .wheel-item, #wheels .products-list .placeholder-wheel {
  width: 50%; }
  @media screen and (min-width: 40em) {
    #wheels .products-list .wheel-item, #wheels .products-list .placeholder-wheel {
      width: 33.3333%; } }
  @media screen and (min-width: 64em) {
    #wheels .products-list .wheel-item, #wheels .products-list .placeholder-wheel {
      width: 30%; } }

@media screen and (max-width: 39.9375em) {
  #wheels .products-list .placeholder-hide {
    display: none; } }

#wheels .products-list .placeholder-hide-sides {
  display: none; }

@media screen and (max-width: 39.9375em) {
  #wheels .products-list .placeholder-hide-mobile {
    display: none; } }

@media screen and (min-width: 40em) {
  #wheels .products-list .placeholder-show-mobile {
    display: none; } }

/* ==========================================================================
   Wheel Details
   ========================================================================== */
.wheel-details .product-details-top {
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 39.9375em) {
    .wheel-details .product-details-top > div {
      border-left: 0;
      border-right: 0; }
      .wheel-details .product-details-top > div:first-child {
        border-top: 1px solid #cccccc; }
      .wheel-details .product-details-top > div:last-child {
        border-bottom: 1px solid #cccccc; } }
  @media screen and (min-width: 40em) {
    .wheel-details .product-details-top > div {
      border-top-width: 2px;
      border-bottom-width: 2px;
      border-right: 1px solid #cccccc; }
      .wheel-details .product-details-top > div:first-child {
        border-left: 0; }
      .wheel-details .product-details-top > div:last-child {
        border-right: 0; } }
  .wheel-details .product-details-top > div > div {
    padding: 1rem; }
    .wheel-details .product-details-top > div > div.detail-right {
      padding: 1rem 0; }
      .wheel-details .product-details-top > div > div.detail-right > div {
        padding: 0 1rem; }
      @media screen and (min-width: 40em) {
        .wheel-details .product-details-top > div > div.detail-right {
          padding: 2rem 0; }
          .wheel-details .product-details-top > div > div.detail-right > div {
            padding: 0 2rem; } }
      @media screen and (min-width: 64em) {
        .wheel-details .product-details-top > div > div.detail-right {
          padding: 5rem 0; }
          .wheel-details .product-details-top > div > div.detail-right > div {
            padding: 0 5rem; } }
  .wheel-details .product-details-top #wheel-finishes img, .wheel-details .product-details-top .alt-images img, .wheel-details .product-details-top .product-addtl-finish img {
    opacity: 1; }
    .wheel-details .product-details-top #wheel-finishes img:hover, .wheel-details .product-details-top .alt-images img:hover, .wheel-details .product-details-top .product-addtl-finish img:hover {
      opacity: 0.5 !important; }

.wheel-filter {
  text-align: center; }
  .wheel-filter__header {
    font-size: 1rem;
    display: inline-block;
    margin: 0; }
  .wheel-filter__dropdown {
    display: inline-block;
    margin: 0 0.5rem; }
  .wheel-filter__btn {
    margin: 0; }

.product-filter {
  background-color: #3f4851; }

.filters__header {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  padding: 30px 0;
  margin: 0;
  text-transform: uppercase; }

.filters__select {
  background: #3f4851;
  padding: 1.5rem 0.8rem 0.8rem; }
  .filters__select select {
    text-transform: uppercase;
    margin: 0;
    background-color: #e1e1e1;
    font-weight: 500; }

.filters__button {
  background-color: #e1e1e1;
  color: #000;
  font-weight: 500;
  max-height: 2.45rem;
  width: 100%; }

/* ==========================================================================
   Wheel Details - Stage - Main Image
   ========================================================================== */
/* ==========================================================================
   Wheel Details - Stage - Angle Images
   ========================================================================== */
.alt-images {
  padding-bottom: 3rem; }
  .alt-images img {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .alt-images .slick-track {
      width: 100% !important;
      margin-top: 3rem;
      display: flex;
      justify-content: center; } }
  .alt-images .slick-slide {
    width: 124px !important; }
  .alt-images .slick-track {
    margin-top: 0; }
    @media screen and (max-width: 39.9375em) {
      .alt-images .slick-track {
        width: 100% !important;
        display: flex;
        justify-content: center; } }

/*.main-image {
  margin-bottom: 0;
  img {
    margin: 0 auto;
  }
}

.alt-images {
  .slick-track {
    margin: 0 auto;
  }
  &--retailer {
    @include breakpoint(medium up) {
      .slick-track {
        width: 100%!important;
        margin-top: 3rem;
      }
    }
  }
  @include breakpoint(small) {
    .slick-dots {
      position: relative!important;
      text-align: center;
      bottom: 0;
      margin: 0;
    }
  }
  .slick-slide:focus {
    outline: 0;
  }
  a {
    margin-right: 0;
    padding: .7rem;
  }
  img {
    transition: transform .3s ease-in-out;
    &:hover {
      backface-visibility: hidden;
      transform: scale(1.08);
    }
  }
}*/
.wheel-specs {
  margin-top: 2rem; }
  .wheel-specs__header {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .wheel-specs__details {
    margin-left: 0;
    list-style: none;
    font-weight: 600; }

.detail-spec-tabs {
  border: none; }
  .detail-spec-tabs-content {
    border: none; }
  .detail-spec-tabs-panel {
    padding: 0; }
  .detail-spec-tabs li {
    display: inline-block;
    width: 50%;
    text-align: center; }
  .detail-spec-tabs a {
    text-transform: uppercase;
    padding: 0.6rem 0;
    font-size: 1rem;
    font-weight: 400;
    background-color: #ddd;
    color: #666; }
    .detail-spec-tabs a[aria-selected=true] {
      background-color: #333333;
      color: #fff;
      font-weight: 500; }
    .detail-spec-tabs a:hover {
      background-color: #000;
      color: #fff; }

.bp-toggle-btn {
  color: #333333; }

.wheel-details .product-details-top > div > div.detail-right > div.wheel-title {
  padding-bottom: .5rem; }

/* ==========================================================================
   Wheel Details - Title - Style Logo
   ========================================================================== */
.wheel-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem; }
  .wheel-title .product-category-logo {
    text-transform: capitalize;
    color: #9c9c9c;
    border: 4px solid #9c9c9c;
    width: 150px;
    height: 160px;
    padding: .5rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    border: 2px solid #9c9c9c;
    width: 120px;
    height: 120px; }
    .wheel-title .product-category-logo .product-category-title {
      font-size: 1.25rem;
      text-transform: uppercase;
      font-size: .8375rem; }
    .wheel-title .product-category-logo .product-category-short {
      font-size: 3.5rem;
      height: 75px;
      display: flex;
      align-content: flex-end;
      font-size: 2.75rem;
      height: 100%;
      line-height: 1;
      align-items: flex-end;
      letter-spacing: -.15rem; }
    .wheel-title .product-category-logo .product-category-long {
      font-size: .8375rem;
      font-weight: 400;
      font-size: .65rem; }

/* ==========================================================================
   Wheel Details - Title - Product Title
   ========================================================================== */
.wheel-title .flex {
  display: flex;
  align-items: flex-end; }
  .wheel-title .flex.product-nav {
    justify-content: flex-end; }

.wheel-title .product-title {
  padding-bottom: .5rem;
  width: 75%; }
  @media screen and (min-width: 40em) {
    .wheel-title .product-title {
      width: 80%; } }
  @media screen and (min-width: 64em) {
    .wheel-title .product-title {
      width: 85%; } }
  .wheel-title .product-title h2 {
    font-family: "D3euronismItalic";
    font-weight: 500;
    margin-bottom: 0;
    line-height: .8;
    font-size: 2.5rem;
    color: #666666;
    margin-bottom: -.35rem;
    letter-spacing: 0;
    font-weight: 900;
    /*@include breakpoint (medium) {
        font-size:3rem;
      }
      @include breakpoint (large) {
        font-size:4rem;
      }*/ }
  .wheel-title .product-title-series {
    margin-top: -15px;
    text-transform: capitalize; }
  .wheel-title .product-title-code {
    color: #666666;
    font-weight: 700; }

.wheel-title .divider {
  border-top: 1px solid #959597; }

/* ==========================================================================
   Wheel Details - Title - Prev / Next Product
   ========================================================================== */
.wheel-title .flex:last-child {
  justify-content: flex-end; }

.wheel-title .product-next-prev {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: .5rem;
  width: 25%; }
  @media screen and (min-width: 40em) {
    .wheel-title .product-next-prev {
      width: 20%;
      min-width: 80px; } }
  @media screen and (min-width: 64em) {
    .wheel-title .product-next-prev {
      width: 15%; } }
  .wheel-title .product-next-prev a {
    /*font-size:3rem;*/ }
    .wheel-title .product-next-prev a:first-child {
      padding-right: 1.25rem; }
    .wheel-title .product-next-prev a:last-child {
      padding-left: 1.25rem; }
    .wheel-title .product-next-prev a:hover {
      color: #cccccc;
      opacity: .5; }
    .wheel-title .product-next-prev a.no-product img {
      opacity: .25; }
  .wheel-title .product-next-prev img {
    max-height: 35px; }
  .wheel-title .product-next-prev .pipe {
    border-right: 1px solid #959597;
    width: 1px;
    display: block;
    height: 50px; }

/* ==========================================================================
   Wheel Details - AeroDisc
   ========================================================================== */
.wheel-details.aerodisc .product-category-title {
  text-transform: none; }

.wheel-details.aerodisc .product-title h2 {
  text-transform: none; }

.wheel-info {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem; }
  .wheel-info-end {
    border-bottom: 0; }
  .wheel-info ul {
    margin: 0;
    list-style: none; }
  .wheel-info .product-description-list {
    color: #666666;
    font-weight: 900; }
  .wheel-info .wheel-model {
    margin-bottom: 1.5rem; }
  .wheel-info .product-links a {
    font-weight: 900;
    color: #999999; }
    .wheel-info .product-links a:hover {
      color: #cccccc; }
  .wheel-info .brand-disclaimer, .wheel-info .product-disclaimer {
    color: #999999; }
  .wheel-info .brand-disclaimer {
    font-weight: 400;
    margin-bottom: 1.5rem; }
  .wheel-info .product-disclaimer {
    font-size: .75rem;
    line-height: 1.4; }
  .wheel-info-spec {
    display: flex; }
    .wheel-info-spec .title {
      width: 50%; }
      @media screen and (min-width: 64em) {
        .wheel-info-spec .title {
          width: 35%; } }
      @media screen and (min-width: 75em) {
        .wheel-info-spec .title {
          width: 30%; } }
    .wheel-info-spec .value {
      color: #999999; }

.wheel-details .product-details-top > div > div.detail-right > .wheel-info {
  padding-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .product-addtl-finish {
    border-top: 1px solid #cccccc; } }

.product-addtl-finish .accordion-title {
  color: #666666; }
  @media screen and (min-width: 40em) {
    .product-addtl-finish .accordion-title {
      display: none; } }

@media screen and (min-width: 40em) {
  .product-addtl-finish .accordion-content {
    border: 0;
    padding: 0; }
    .product-addtl-finish .accordion-content:last-child {
      border-bottom: 0; } }

.cta-buttons {
  margin: 0;
  list-style: none; }
  .cta-buttons__btn {
    width: 100%; }
    .cta-buttons__btn--space {
      margin-bottom: 1rem !important; }

.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: #333333; }

.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-gallery__header {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.105;
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .wheel-gallery__header {
      margin-top: 1rem; } }

.wheel-galleryList {
  display: inline-block;
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .wheel-galleryList {
      margin-left: 0.5rem; } }
  .wheel-galleryList__item {
    list-style: none;
    float: left;
    width: 31%;
    height: auto;
    margin-right: 2%;
    margin-top: 0.5rem; }
    .wheel-galleryList__item:nth-child(n + 7) {
      display: none; }
    .wheel-galleryList__item--display:nth-child(n + 7) {
      display: block; }

.wheel-galleryImage {
  width: 190px;
  height: 102px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .wheel-galleryImage {
      width: 95px;
      height: 60px; } }

@media screen and (max-width: 39.9375em) {
  .wheel-galleryTxt {
    font-size: 0.8rem; } }

/*
.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;
        }
    }
}
*/
.wheel-spec {
  color: #666666;
  text-transform: uppercase; }
  .wheel-spec a {
    color: #666666; }
    .wheel-spec a:hover {
      color: #0a0a0a; }
  .wheel-spec .tabs {
    border: 0; }
    .wheel-spec .tabs-selector {
      padding: 1rem .5rem;
      display: flex;
      justify-content: flex-start; }
      @media screen and (min-width: 64em) {
        .wheel-spec .tabs-selector {
          padding-left: 1rem;
          padding-right: 1rem; } }
      @media screen and (min-width: 75em) {
        .wheel-spec .tabs-selector {
          padding-left: 3rem;
          padding-right: 3rem; } }
    .wheel-spec .tabs-title {
      width: auto;
      padding: 0; }
      .wheel-spec .tabs-title > a {
        padding: 0;
        padding-left: 1rem;
        padding-right: 2rem;
        text-transform: capitalize;
        font-weight: 900;
        font-size: 1rem; }
      .wheel-spec .tabs-title.is-active {
        text-decoration: underline; }
        .wheel-spec .tabs-title.is-active > a {
          background-color: transparent; }
    .wheel-spec .tabs-content {
      border: 0; }
      .wheel-spec .tabs-content thead, .wheel-spec .tabs-content tr, .wheel-spec .tabs-content th, .wheel-spec .tabs-content tbody {
        background-color: transparent;
        font-size: .75rem;
        font-weight: 400;
        border: 0;
        color: #666666; }
      .wheel-spec .tabs-content thead {
        border-top: 1px solid #cccccc; }
      .wheel-spec .tabs-content tr {
        border-bottom: 1px solid #cccccc; }
      .wheel-spec .tabs-content th, .wheel-spec .tabs-content td {
        border-right: 1px solid #cccccc; }
        .wheel-spec .tabs-content th:last-child, .wheel-spec .tabs-content td:last-child {
          border-right: 0; }
      .wheel-spec .tabs-content th:first-child, .wheel-spec .tabs-content th:last-child {
        width: .5rem; }
        @media screen and (min-width: 64em) {
          .wheel-spec .tabs-content th:first-child, .wheel-spec .tabs-content th:last-child {
            width: 1rem; } }
        @media screen and (min-width: 75em) {
          .wheel-spec .tabs-content th:first-child, .wheel-spec .tabs-content th:last-child {
            width: 3rem; } }
  .wheel-spec-panel {
    padding: 0; }

.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 #333333;
  color: #333333;
  box-shadow: 1px 1px #999; }
  .accessory-bar-btn:hover {
    box-shadow: none; }

#gallery-header {
  margin-bottom: 2rem; }
  #gallery-header .accordion-title {
    font-size: 1.1rem;
    color: #333333; }
  #gallery-header .accordion-content {
    padding: 0;
    border: 0;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem; }
    @media screen and (min-width: 64em) {
      #gallery-header .accordion-content {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (min-width: 75em) {
      #gallery-header .accordion-content {
        padding-left: 4rem;
        padding-right: 4rem; } }
    #gallery-header .accordion-content .columns, #gallery-header .accordion-content .column, #gallery-header .accordion-content .columns {
      padding-left: .25rem;
      padding-right: .25rem; }
  #gallery-header label {
    font-size: .75rem; }
    #gallery-header label select {
      max-width: 55%;
      font-size: .75rem;
      border-radius: 5px;
      padding-top: 0;
      padding-bottom: 0;
      height: 1.5rem;
      margin-left: .5rem; }
  #gallery-header input {
    font-size: .75rem;
    border-radius: 1px;
    margin-bottom: 0;
    height: 1.5rem; }

#gallery-filter {
  margin-bottom: 2rem; }
  #gallery-filter .accordion-title {
    font-size: 1.1rem;
    color: #333333; }
  #gallery-filter .accordion-content {
    padding: 0;
    border: 0;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem; }
    @media screen and (min-width: 64em) {
      #gallery-filter .accordion-content {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (min-width: 75em) {
      #gallery-filter .accordion-content {
        padding-left: 3rem;
        padding-right: 3rem; } }
    #gallery-filter .accordion-content .columns, #gallery-filter .accordion-content .column, #gallery-filter .accordion-content .columns {
      padding-left: .25rem;
      padding-right: .25rem; }
  #gallery-filter label {
    font-size: .75rem;
    color: #666666; }
    #gallery-filter label select {
      max-width: 55%;
      font-size: .75rem;
      border-radius: 5px;
      padding-top: 0;
      padding-bottom: 0;
      height: 1.5rem;
      margin-left: .5rem;
      color: #666666; }
  #gallery-filter input {
    font-size: .75rem;
    border-radius: 1px;
    margin-bottom: 0;
    height: 1.5rem; }

.content-description h1 {
  line-height: .85; }

#gallery .about h1 {
  line-height: .8; }

#gallery .about .submit-gallery {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

#gallery .about .gallery-submit {
  text-transform: capitalize;
  font-size: .8375rem;
  margin-bottom: 1rem; }
  #gallery .about .gallery-submit a {
    color: #666666; }
    #gallery .about .gallery-submit a:hover {
      color: #999999; }

@media screen and (min-width: 64em) {
  #gallery .content-divider {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 75em) {
  #gallery .content-divider {
    padding-left: 2rem;
    padding-right: 2rem; } }

#gallery.wheels .content-description > div:last-child {
  display: block; }

#gallery #gallery-vehicle #gallery-thumb .slick-track {
  margin-left: 0; }

#gallery .hover-list {
  padding-left: .5rem;
  padding-right: .5rem; }
  @media screen and (min-width: 64em) {
    #gallery .hover-list {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 75em) {
    #gallery .hover-list {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #gallery .hover-list .photo {
    position: relative;
    display: block;
    padding: 0 1px 1px 0; }
    #gallery .hover-list .photo: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(255, 255, 255, 0); }
    #gallery .hover-list .photo: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: #333333;
      filter: alpha(opacity=0); }
    #gallery .hover-list .photo:hover:before {
      background: rgba(255, 255, 255, 0.9); }
    #gallery .hover-list .photo:hover:after {
      opacity: 1; }
  #gallery .hover-list .video:after {
    font-weight: 300;
    color: #fefefe; }
  #gallery .hover-list .video:hover:before {
    background: rgba(223, 61, 61, 0.9); }

#gallery .pagination li.current {
  background: #333333;
  color: #cccccc; }

#gallery-vehicle, #gallery-wheel {
  /*.content-description {
    padding-top:3rem;
    padding-bottom:1.5rem;
    @include breakpoint (large) {
      padding-left:1rem;
      padding-right:1rem;
    }
    @include breakpoint (xlarge) {
      padding-left:3rem;
      padding-right:3rem;
    }
    h1 {
      color:$gray;
      margin-bottom:.5rem;
    }
    p {
      color:$gray;
      margin-bottom:0;
      line-height:1.25;
    }
    > div {
      &:last-child {
        display:flex;
        justify-content: flex-end;
        align-items: flex-end;
      }
    }
    .gallery-submit {
      text-transform: uppercase;
      font-size:.8375rem;
    }
  }*/ }
  #gallery-vehicle .about, #gallery-wheel .about {
    /*h1 {
      line-height:.8;
    }*/ }
    #gallery-vehicle .about .submit-gallery, #gallery-wheel .about .submit-gallery {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    #gallery-vehicle .about .gallery-submit, #gallery-wheel .about .gallery-submit {
      text-transform: capitalize;
      font-size: .8375rem;
      margin-bottom: 1rem; }
      #gallery-vehicle .about .gallery-submit a, #gallery-wheel .about .gallery-submit a {
        color: #666666; }
        #gallery-vehicle .about .gallery-submit a:hover, #gallery-wheel .about .gallery-submit a:hover {
          color: #999999; }
  @media screen and (min-width: 64em) {
    #gallery-vehicle .content-divider, #gallery-wheel .content-divider {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    #gallery-vehicle .content-divider, #gallery-wheel .content-divider {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #gallery-vehicle .content-divider .divider, #gallery-wheel .content-divider .divider {
    background-color: #333333;
    height: 1px;
    margin: 0;
    max-width: none; }

#gallery-vehicle #gallery-main-image img, #gallery-wheel #gallery-main-image img {
  width: 100%;
  margin: 0 auto; }

#gallery-vehicle #gallery-thumbs img, #gallery-wheel #gallery-thumbs img {
  width: 100%; }

#gallery-vehicle #gallery-thumbs .slick-track, #gallery-wheel #gallery-thumbs .slick-track {
  margin-left: 0;
  margin-top: 1rem; }
  #gallery-vehicle #gallery-thumbs .slick-track > div, #gallery-wheel #gallery-thumbs .slick-track > div {
    margin-right: .5rem; }
    #gallery-vehicle #gallery-thumbs .slick-track > div:last-child, #gallery-wheel #gallery-thumbs .slick-track > div:last-child {
      margin-right: 0; }

@media screen and (min-width: 64em) {
  #gallery-top {
    max-width: none; } }

#gallery-details {
  margin-top: 3rem; }
  @media screen and (max-width: 63.9375em) {
    #gallery-details {
      padding-left: 20px;
      padding-right: 20px; } }
  #gallery-details a {
    text-transform: uppercase;
    font-size: .8375rem; }
  #gallery-details .gallery-details-description {
    border-bottom: 1px solid #959597;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #gallery-details .gallery-details-description img {
      width: 100% !important;
      height: auto !important; }
    #gallery-details .gallery-details-description p {
      text-align: left !important;
      margin-bottom: 0.5rem !important; }
  #gallery-details ul {
    list-style: none;
    margin-left: 0; }
  #gallery-details .collection {
    padding-top: 0;
    padding-bottom: 0;
    color: inherit; }

#contact.gallery-submit {
  font-size: .9rem; }
  #contact.gallery-submit h4 {
    font-size: 1.35rem; }
  #contact.gallery-submit label {
    color: #666666; }
  #contact.gallery-submit form > .row {
    padding-top: 2rem; }
    #contact.gallery-submit form > .row:first-child {
      padding-top: 0; }
  #contact.gallery-submit .permission {
    padding-bottom: 1rem; }
    #contact.gallery-submit .permission input {
      margin-bottom: 0;
      margin-right: .5rem; }
  #contact.gallery-submit #form-right .menu li {
    margin-right: .5rem; }
    #contact.gallery-submit #form-right .menu li a {
      font-size: 1.5rem; }

#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: #d40000;
  font-size: 1rem;
  font-weight: 600; }

#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; }

#form-right address {
  margin-bottom: 20px; }

.page {
  padding-bottom: 50px; }
  .page__content {
    padding-top: 50px; }
    .page__content h1, .page__content h2 {
      text-transform: initial;
      font-family: "Roboto Condensed"; }

.page-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed"; }

#international-dealers tr {
  transition: all .2s ease-in-out;
  color: #0a0a0a !important; }
  #international-dealers tr span {
    transition: all .2s ease-in-out;
    color: #0a0a0a !important; }
  #international-dealers tr:hover {
    color: #cccccc !important; }
    #international-dealers tr:hover span {
      color: #cccccc !important; }

.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; }

/* ==========================================================================
   Finishes - About
   ========================================================================== */
.finishes .about {
  background-image: none;
  height: auto; }
  @media screen and (min-width: 40em) {
    .finishes .about-section {
      padding-bottom: 1rem; } }
  @media screen and (min-width: 75em) {
    .finishes .about-section {
      max-width: 900px; } }

/* ==========================================================================
   Finishes - Display List
   ========================================================================== */
.finishes-display {
  text-align: center;
  /*padding-top:2rem;*/
  color: #666666; }
  .finishes-display h2 {
    color: #959597;
    font-size: 1.5rem;
    text-align: left; }
  .finishes-display-title p {
    text-align: left;
    text-transform: uppercase;
    font-size: .8375rem; }
  @media screen and (min-width: 64em) {
    .finishes-display-title {
      padding-left: 1rem; } }
  @media screen and (min-width: 75em) {
    .finishes-display-title {
      padding-left: 3rem; } }
  .finishes-display-list {
    /*padding-left:0.9375rem;
    padding-right:0.9375rem;
    @include breakpoint (large) {
      padding-left:1.9375rem;
      padding-right:1.9375rem;
    }
    @include breakpoint (xlarge) {
      padding-left:3.9375rem;
      padding-right:3.9375rem;
    }*/ }
  .finishes-display .finishes-item {
    /*border-bottom:1px solid $rotiform-gray;*/
    /*padding:2rem 0;*/
    border-top: 1px solid #cccccc; }
    .finishes-display .finishes-item .finishes-images {
      position: relative; }
      .finishes-display .finishes-item .finishes-images-background {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
        background-color: #cccccc; }
    .finishes-display .finishes-item .finishes-text {
      font-size: .8375rem;
      text-transform: lowercase;
      color: #666666;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-top: 1px solid #cccccc; }
  .finishes-display-divider {
    float: left;
    width: 100%;
    border-bottom: 1px solid #959597; }
  @media screen and (max-width: 74.9375em) {
    .finishes-display.standard .finishes-item {
      border-bottom: 1px solid #959597; } }
  @media screen and (max-width: 39.9375em) {
    .finishes-display.standard .finishes-item.item-5 {
      border-bottom: 0; } }
  @media screen and (min-width: 40em) {
    .finishes-display.standard .finishes-item.item-4, .finishes-display.standard .finishes-item.item-5 {
      border-bottom: 0; } }
  .finishes-display.specialty {
    margin-bottom: 4rem;
    border-bottom: 1px solid #cccccc; }
    .finishes-display.specialty .finishes-item {
      /*border-bottom:1px solid $rotiform-gray;*/ }
    @media screen and (max-width: 39.9375em) {
      .finishes-display.specialty .finishes-display-list > div:nth-last-child(-n+2) .finishes-item {
        border-bottom: 0; } }
    @media screen and (min-width: 40em) {
      .finishes-display.specialty .finishes-display-list > div:nth-last-child(-n+1) .finishes-item {
        border-bottom: 0; } }
    @media screen and (min-width: 75em) {
      .finishes-display.specialty .finishes-display-list > div:nth-last-child(-n+5) .finishes-item {
        border-bottom: 0; } }

.finishes-display.standard p {
  margin-bottom: 0; }

.finishes-display.standard .placeholder-sides {
  display: none;
  width: 5%; }
  @media screen and (min-width: 75em) {
    .finishes-display.standard .placeholder-sides {
      display: block; } }
  .finishes-display.standard .placeholder-sides .finishes-images-background {
    display: none; }
  .finishes-display.standard .placeholder-sides p {
    height: 22px; }

.finishes-display.standard .cap-item, .finishes-display.standard .placeholder-cap {
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .finishes-display.standard .cap-item, .finishes-display.standard .placeholder-cap {
      width: 50%; } }
  @media screen and (min-width: 40em) {
    .finishes-display.standard .cap-item, .finishes-display.standard .placeholder-cap {
      width: 33.33333%; } }
  @media screen and (min-width: 64em) {
    .finishes-display.standard .cap-item, .finishes-display.standard .placeholder-cap {
      width: 20%; } }
  @media screen and (min-width: 75em) {
    .finishes-display.standard .cap-item, .finishes-display.standard .placeholder-cap {
      width: 18%; } }

@media screen and (min-width: 40em) {
  .finishes-display.standard .placeholder-show-mobile {
    display: none; } }

/* ==========================================================================
   Finishes - Slider
   ========================================================================== */
.finishes-slider-section {
  color: #666666;
  margin-bottom: 1px;
  line-height: 1;
  /*background-color:$gray-light;*/ }
  .finishes-slider-section .column, .finishes-slider-section .columns, .finishes-slider-section .columns {
    position: relative; }
  .finishes-slider-section h1 {
    /*color:$white;*/
    margin-bottom: 1rem;
    line-height: 1;
    text-transform: lowercase; }
  .finishes-slider-section img {
    width: 100%; }
  .finishes-slider-section .finishes-slider {
    margin-bottom: 0; }
  .finishes-slider-section .slider-text {
    /*background-color:$gray-light;*/
    padding: 1rem;
    margin-bottom: 0;
    border-top: 1px solid #cccccc; }
    @media screen and (min-width: 64em) {
      .finishes-slider-section .slider-text {
        padding: 2rem 3rem 0 2rem; } }
    @media screen and (min-width: 75em) {
      .finishes-slider-section .slider-text {
        padding: 2rem 3rem 0 4rem; } }
    .finishes-slider-section .slider-text span {
      text-transform: uppercase; }
    @media screen and (min-width: 64em) {
      .finishes-slider-section .slider-text .slider-caption {
        max-width: 60%; } }
    .finishes-slider-section .slider-text .slider-caption p {
      margin-bottom: 0;
      font-size: .8735rem;
      color: #cccccc; }
  .finishes-slider-section .slider-navigation {
    position: relative; }
    @media screen and (min-width: 40em) {
      .finishes-slider-section .slider-navigation {
        max-width: 50%; } }
    .finishes-slider-section .slider-navigation .slider-nav {
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .finishes-slider-section .slider-navigation .slider-nav {
          padding-left: 1rem; } }
      @media screen and (min-width: 64em) {
        .finishes-slider-section .slider-navigation .slider-nav {
          padding-left: 4rem; } }
  .finishes-slider-section .slick-dots {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    /*bottom:-100%;*/ }
    @media screen and (min-width: 40em) {
      .finishes-slider-section .slick-dots {
        /*text-align:left;
      width:50%; */ } }
    .finishes-slider-section .slick-dots li button:before {
      border-top: 2px solid #ffffff;
      content: ''; }
  .finishes-slider-section .finishes-arrow {
    position: absolute;
    /*bottom:2rem;*/
    /*right:1rem;*/
    bottom: 3rem;
    right: 1rem; }
    @media screen and (min-width: 64em) {
      .finishes-slider-section .finishes-arrow {
        right: 2.5rem; } }
    .finishes-slider-section .finishes-arrow.finishes-prev {
      right: 4.5rem; }
      @media screen and (min-width: 64em) {
        .finishes-slider-section .finishes-arrow.finishes-prev {
          right: 6rem; } }
    @media screen and (max-width: 39.9375em) {
      .finishes-slider-section .finishes-arrow {
        display: none !important; } }
    .finishes-slider-section .finishes-arrow img {
      width: auto;
      height: 35px; }
  .finishes-slider-section .arrow-divider {
    position: absolute;
    /*bottom:1rem;*/
    /*right:3.75rem;*/
    border-right: 1px solid #aaaaaa;
    height: 3rem;
    width: 1px;
    right: 3rem;
    bottom: 2.5rem; }
    @media screen and (min-width: 64em) {
      .finishes-slider-section .arrow-divider {
        right: 4.75rem; } }
    @media screen and (max-width: 39.9375em) {
      .finishes-slider-section .arrow-divider {
        display: none; } }

/* ==========================================================================
   Finishes - Finishes List
   ========================================================================== */
.finishes-list {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .finishes-list-tables {
      display: flex; } }
  .finishes-list table {
    width: 100%;
    min-width: 0; }
    .finishes-list table thead, .finishes-list table tbody {
      border: 0;
      background-color: transparent; }
    .finishes-list table tbody tr:nth-child(even) {
      background-color: transparent; }
    .finishes-list table tbody tr:first-child td {
      padding-top: 1rem; }
    .finishes-list table tbody tr:last-child td {
      padding-bottom: 2rem; }
    .finishes-list table th, .finishes-list table td {
      text-align: left; }
    .finishes-list table th {
      color: #959597;
      border-bottom: 1px solid #333333;
      background-color: transparent;
      text-transform: uppercase;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1;
      font-size: 1.4rem;
      vertical-align: bottom;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 75em) {
        .finishes-list table th {
          padding-left: 3rem;
          padding-right: 3rem; } }
    .finishes-list table td {
      font-size: .875rem;
      /*padding-top:.25rem;
      padding-bottom:.25rem;*/
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 75em) {
        .finishes-list table td {
          padding-left: 3rem;
          padding-right: 3rem; } }
    @media screen and (min-width: 40em) {
      .finishes-list table:first-child {
        width: 90%; } }
    .finishes-list table.table-finishes-extras {
      width: 200%; }
  .finishes-list-disclaimer {
    padding-top: 1.5rem; }
    @media screen and (min-width: 75em) {
      .finishes-list-disclaimer {
        padding-left: 2rem; } }
    .finishes-list-disclaimer p {
      font-size: .875rem;
      color: #333333; }

.monoblock-section h1 {
  font-size: 3rem;
  margin-bottom: .5rem; }

.monoblock-title-bar {
  background-color: #cccccc;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 800; }
  .monoblock-title-bar .row {
    padding: .5rem; }
    @media screen and (min-width: 64em) {
      .monoblock-title-bar .row {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      .monoblock-title-bar .row {
        padding-left: 3rem;
        padding-right: 3rem; } }

.monoblock-about-image {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .monoblock-about-image {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .monoblock-about-image {
      padding-left: 1.9375rem;
      padding-right: 1.9375rem;
      padding-top: 2.5rem;
      padding-bottom: 6.75rem; } }
  @media screen and (min-width: 75em) {
    .monoblock-about-image {
      padding-left: 3.9375rem;
      padding-right: 3.9375rem; } }
  .monoblock-about-image .about-image {
    position: relative; }
    .monoblock-about-image .about-image img {
      width: 100%; }
  .monoblock-about-image .about-text-standard, .monoblock-about-image .about-text-reverse {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    font-size: .75rem; }
    @media screen and (min-width: 64em) {
      .monoblock-about-image .about-text-standard, .monoblock-about-image .about-text-reverse {
        font-weight: 700;
        position: absolute;
        font-size: 1rem; } }
  .monoblock-about-image .about-text-standard {
    display: none; }
    @media screen and (min-width: 64em) {
      .monoblock-about-image .about-text-standard {
        display: block;
        padding-top: 7%;
        padding-left: 3%; } }
    @media screen and (min-width: 75em) {
      .monoblock-about-image .about-text-standard {
        padding-left: 5%; } }
  .monoblock-about-image .about-text-reverse {
    text-align: center; }
    .monoblock-about-image .about-text-reverse span {
      margin-right: 1rem; }
    @media screen and (min-width: 64em) {
      .monoblock-about-image .about-text-reverse {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 11%;
        padding-right: 3%; }
        .monoblock-about-image .about-text-reverse span {
          display: none; } }
    @media screen and (min-width: 75em) {
      .monoblock-about-image .about-text-reverse {
        padding-right: 5%; } }

.monoblock-display {
  padding-bottom: 1rem;
  /*.monoblock-item {
    padding-left:0;
    padding-right:0;
  }
  .placeholder {
    display:flex;
    align-items: flex-end;
  }*/ }
  @media screen and (min-width: 40em) {
    .monoblock-display {
      padding-bottom: 3rem; } }
  .monoblock-display .monoblock-text {
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: relative; }
    .monoblock-display .monoblock-text:before, .monoblock-display .monoblock-text:after {
      content: '';
      position: absolute;
      display: block;
      left: -100%;
      right: -100%; }

.monoblock-display-container {
  padding-bottom: 3rem; }
  .monoblock-display-container .placeholder p {
    height: 25px; }
  .monoblock-display-container .placeholder-sides {
    display: none;
    width: 5%; }
    @media screen and (min-width: 75em) {
      .monoblock-display-container .placeholder-sides {
        display: block; } }
  .monoblock-display-container .profile-item, .monoblock-display-container .placeholder-profiles {
    width: 50%; }
    @media screen and (max-width: 39.9375em) {
      .monoblock-display-container .profile-item, .monoblock-display-container .placeholder-profiles {
        width: 50%; } }
    @media screen and (min-width: 40em) {
      .monoblock-display-container .profile-item, .monoblock-display-container .placeholder-profiles {
        width: 33.33333%; } }
    @media screen and (min-width: 64em) {
      .monoblock-display-container .profile-item, .monoblock-display-container .placeholder-profiles {
        width: 20%; } }
    @media screen and (min-width: 75em) {
      .monoblock-display-container .profile-item, .monoblock-display-container .placeholder-profiles {
        width: 18%; } }
  @media screen and (max-width: 63.9375em) {
    .monoblock-display-container .placeholder-profiles {
      display: none; }
      .monoblock-display-container .placeholder-profiles.placeholder-show-tablet {
        display: block; } }
  @media screen and (max-width: 39.9375em) {
    .monoblock-display-container .placeholder-profiles.placeholder-show-tablet {
      display: none; }
      .monoblock-display-container .placeholder-profiles.placeholder-show-tablet.placeholder-show-mobile {
        display: block; }
    .monoblock-display-container .placeholder-profiles.placeholder-hide-tablet.placeholder-show-mobile {
      display: block; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .monoblock-display-container .placeholder-profiles.placeholder-hide-tablet {
      display: none; } }
  .monoblock-display-container .monoblock-text {
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: relative; }
    .monoblock-display-container .monoblock-text:before, .monoblock-display-container .monoblock-text:after {
      content: '';
      position: absolute;
      display: block;
      left: -100%;
      right: -100%; }
    .monoblock-display-container .monoblock-text p {
      margin-bottom: 0; }
  .monoblock-display-container.reverse .placeholder-profiles {
    display: none; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .monoblock-display-container.reverse .placeholder-profiles.placeholder-show-mobile {
        display: block; } }
  .monoblock-display-container.reverse .placeholder-sides.left.interior {
    display: none; }
  .monoblock-display-container.reverse .placeholder-sides.right.end {
    display: none; }

.configurations-about-image {
  /*margin-bottom:2rem;
    @include breakpoint (medium) {
      margin-bottom:4.5rem;
    }*/ }
  .configurations-about-image img {
    width: 100%; }

.configurations-section ul {
  list-style: none;
  margin-left: 0; }

.configurations-section li {
  color: #aaaaaa;
  border-bottom: 1px solid #cccccc;
  padding-left: .9375rem;
  padding-right: .9375rem;
  font-size: .9375rem;
  text-transform: capitalize;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 40em) {
    .configurations-section li {
      font-size: 1rem; } }
  @media screen and (min-width: 75em) {
    .configurations-section li {
      padding-left: 3rem;
      padding-right: 3rem;
      font-size: 1.25rem; } }
  .configurations-section li.title {
    background-color: #cccccc;
    color: #ffffff;
    font-family: "D3euronismItalic";
    padding-top: .5rem;
    /*padding-bottom:.75rem;*/
    line-height: 1;
    font-size: 2rem;
    text-transform: lowercase; }
    @media screen and (min-width: 40em) {
      .configurations-section li.title {
        margin-bottom: 4rem;
        font-size: 2.35rem; } }

.configurations-section .configuration-item {
  position: relative;
  margin-top: 2rem; }
  @media screen and (min-width: 40em) {
    .configurations-section .configuration-item {
      margin-top: 4.5rem;
      padding-bottom: 34%; } }
  @media screen and (min-width: 64em) {
    .configurations-section .configuration-item {
      margin-top: 10%; } }
  @media screen and (min-width: 75em) {
    .configurations-section .configuration-item img {
      max-width: 95%; } }

@media screen and (max-width: 39.9375em) {
  .configurations-section .configuration-images {
    padding: 1rem; } }

@media screen and (min-width: 64em) {
  .configurations-section .configuration-images {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    /*top:-80px;*/
    bottom: 0; } }

.configurations-section .configuration-image {
  display: flex;
  align-items: flex-end; }
  @media screen and (min-width: 40em) {
    .configurations-section .configuration-image.profile-image img {
      margin-bottom: 7%; } }

.aerodisc h3 {
  line-height: .85;
  font-size: 1.5rem; }
  @media screen and (min-width: 64em) {
    .aerodisc h3 {
      font-size: 2rem; } }

/* ==========================================================================
   AeroDisc - About
   ========================================================================== */
.aerodisc .about {
  background-image: none;
  height: auto;
  padding-bottom: 2rem; }
  @media screen and (max-width: 63.9375em) {
    .aerodisc .about-section {
      padding-top: 1rem; } }

/* ==========================================================================
   AeroDisc - Colors
   ========================================================================== */
.aerodisc-colors {
  padding-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #333333; }
  @media screen and (min-width: 40em) {
    .aerodisc-colors {
      padding-top: 3rem; } }
  .aerodisc-colors a:hover img {
    transform: scale(1.025);
    opacity: 1; }
  @media screen and (max-width: 39.9375em) {
    .aerodisc-colors img {
      margin-top: 20%; } }
  @media screen and (min-width: 64em) {
    .aerodisc-colors .row {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .aerodisc-colors .row {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 39.9375em) {
    .aerodisc-colors .row > div:first-child {
      border-bottom: 1px solid #959597;
      margin-bottom: 1rem; }
    .aerodisc-colors .row > div:last-child {
      border: 0;
      padding-top: 0; } }
  .aerodisc-colors .collection-title {
    width: 160px;
    border-width: 2px;
    padding: .75rem; }
    @media screen and (min-width: 40em) {
      .aerodisc-colors .collection-title {
        width: 200px;
        height: 200px; } }
    .aerodisc-colors .collection-title-piece {
      font-size: 1rem; }
    .aerodisc-colors .collection-title-short {
      font-size: 5rem;
      height: 150px;
      align-items: flex-end;
      line-height: .9; }
    .aerodisc-colors .collection-title-long {
      font-size: 1rem; }

/* ==========================================================================
   AeroDisc - Information
   ========================================================================== */
.aerodisc-information.about {
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  @media screen and (min-width: 40em) {
    .aerodisc-information.about {
      background-image: url("/images/aerodisc/aerodisc-information-bg.png");
      padding-top: 1rem;
      padding-bottom: 4rem;
      margin-top: 2rem; } }
  @media screen and (min-width: 64em) {
    .aerodisc-information.about {
      padding-bottom: 10rem; } }
  @media screen and (min-width: 75em) {
    .aerodisc-information.about {
      padding-bottom: 18rem; } }

.aerodisc-information h1 {
  line-height: .75;
  margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .aerodisc-information h1 {
      font-size: 6.65rem; } }

.aerodisc-information .section-title, .aerodisc-information .section-text {
  max-width: 520px; }

@media screen and (max-width: 39.9375em) {
  .aerodisc-information .section-title {
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 40em) {
  .aerodisc-information .section-hero-title {
    padding-bottom: 2rem; } }

.aerodisc-information .section-text p {
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem; }
  @media screen and (min-width: 40em) {
    .aerodisc-information .section-text p {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

/* ==========================================================================
   AeroDisc - Billet Hex
   ========================================================================== */
.aerodisc-hex {
  text-align: center;
  padding: 1rem .625rem; }
  @media screen and (min-width: 40em) {
    .aerodisc-hex {
      padding-top: 4rem;
      padding-bottom: 3rem; } }
  .aerodisc-hex > div {
    padding-bottom: 1.5rem; }
    .aerodisc-hex > div:last-child {
      padding-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .aerodisc-hex .hex-text br {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    .aerodisc-hex .hex-image img {
      width: 50%; } }

/* ==========================================================================
   AeroDisc - Ad
   ========================================================================== */
.aerodisc-ad {
  position: relative; }
  .aerodisc-ad .ad-bg img {
    width: 100%; }
  .aerodisc-ad .ad-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center; }
    .aerodisc-ad .ad-text h2 {
      color: #ffffff;
      line-height: .85;
      font-size: 1.5rem; }
      @media screen and (min-width: 40em) {
        .aerodisc-ad .ad-text h2 {
          font-size: 2.25rem; } }
      @media screen and (min-width: 64em) {
        .aerodisc-ad .ad-text h2 {
          font-size: 3rem; } }

/* ==========================================================================
   AeroDisc - Grid About
   ========================================================================== */
.aerodisc-display-about {
  border-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .aerodisc-display-about {
      padding-bottom: 0; } }
  .aerodisc-display-about .section-text p.small {
    font-size: .75rem; }

/* ==========================================================================
   AeroDisc - Grid Display
   ========================================================================== */
.aerodisc-display-grid .aerodisc-display-list {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .aerodisc-display-grid .aerodisc-display-list {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .aerodisc-display-grid .aerodisc-display-list {
      padding-left: 3rem;
      padding-right: 3rem; } }

.aerodisc-display-grid .grid-item {
  padding-top: .75rem;
  padding-bottom: .75rem; }
  .aerodisc-display-grid .grid-item a:hover img {
    opacity: .5; }

/* ==========================================================================
   Downloads - About
   ========================================================================== */
.downloads .about {
  background-image: none;
  height: auto; }
  @media screen and (min-width: 40em) {
    .downloads .about-section {
      padding-bottom: 3rem; } }
  @media screen and (min-width: 75em) {
    .downloads .about-section {
      max-width: 900px; } }

/* ==========================================================================
   Downloads - Display List
   ========================================================================== */
.downloads-list {
  padding: 3rem .5rem; }
  @media screen and (min-width: 64em) {
    .downloads-list {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 75em) {
    .downloads-list {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .downloads-list-title {
    border-top: 1px solid #959597;
    padding-top: 2rem; }
    .downloads-list-title h2 {
      color: #959597;
      font-size: 1.5rem;
      text-align: left; }
  .downloads-list > div:first-child .downloads-list-title {
    border-top: 0;
    padding-top: 0; }
  .downloads-list .info p {
    color: #959597;
    text-align: left;
    width: 80%;
    line-height: 1; }

.packaging {
  background-color: #F5F5F5;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
  width: auto; }
  .packaging .popup_header {
    font-size: 1.2rem; }
  .packaging .button-group {
    margin-bottom: 0;
    overflow: auto; }
  .packaging .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: #333333;
    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: #333333;
    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: #333333;
    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: #333333;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.fitmentCheck__btn {
  background-color: #333333;
  padding-right: 2rem;
  padding-left: 2rem; }

.slick-loading .slick-list {
  background: #fff slick-image-url("../images/vendors/ajax-loader.gif") center center no-repeat; }

/*# sourceMappingURL=style.css.map */
