@charset "UTF-8";
/**
 * 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&xxxlarge=120em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #e6e6e6;
  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; }

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: 700;
  line-height: inherit; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  font-style: uppercase;
  color: #939393;
  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: #fefefe;
    line-height: 0; }

h1 {
  font-size: 2.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: 3.125rem; }
  h2 {
    font-size: 1.25rem; }
  h3 {
    font-size: 1.1875rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

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

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
  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: none;
  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: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 0 0.625rem 1.1875rem;
  border-left: 0px solid #e6e6e6; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #fefefe; }

cite {
  display: block;
  font-size: 1rem;
  color: #fefefe; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

.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 #939393;
    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.8125rem;
  padding: 0.625rem;
  border: 1px solid #939393;
  margin: 0 0 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(255, 174, 65, 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 #C1531B;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #e6e6e6;
    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: #C1531B; }

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

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

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

[type='number'] {
  -moz-appearance: textfield; }
  [type='number'] [type='number']::-webkit-inner-spin-button,
  [type='number'] [type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  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.625rem; }

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

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #939393; }
  label.middle {
    margin: 0 0 1.25rem;
    padding: 0.6875rem 0; }

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #C1531B; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  align-items: stretch; }
  .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; }

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .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.625rem;
  max-width: 100%; }

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

select {
  height: 2.8125rem;
  padding: 0.625rem;
  border: 1px solid #939393;
  margin: 0 0 1.25rem;
  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%28147, 147, 147%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.25rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.875rem; }
  @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: #f1f2f2;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(172, 38, 16, 0.1);
  border-color: #ac2610; }

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

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ac2610; }
  .form-error.is-visible {
    display: block; }

.breadcrumbs {
  list-style: none;
  margin: 0.3rem 0 0.3rem 1.2rem; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .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: #e6e6e6;
      content: "/";
      margin: 0 0.3rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #e6e6e6; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #fefefe;
    cursor: not-allowed; }

.close-button {
  position: absolute;
  color: #939393;
  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: 10px;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    flex: 0 0 auto; }
    [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 {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    flex: 0 0 auto; }
  .menu.vertical {
    flex-wrap: wrap; }
    .menu.vertical > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      align-items: flex-start;
      justify-content: flex-start; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
    .menu.medium-vertical {
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
    .menu.large-vertical {
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #C1531B; }

.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: #e6e6e6;
    box-shadow: 0 7px 0 #e6e6e6, 0 14px 0 #e6e6e6; }

.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: #939393;
    box-shadow: 0 7px 0 #939393, 0 14px 0 #939393; }

.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: #0a0a0a;
  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 #C1531B;
    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 #C1531B 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 #0a0a0a;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  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: #C1531B 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 #C1531B 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 #C1531B;
  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: #C1531B 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 #C1531B 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 #C1531B;
    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: #C1531B 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 #C1531B 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 #C1531B;
    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: #000000;
  border: 1px solid #0a0a0a; }
  .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 #C1531B 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 #C1531B;
    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; }

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

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 2rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 2rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

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;
    flex-basis: 0;
    order: 1; }
  .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: #f1f2f2;
  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: #e6e6e6;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #939393; }
    .orbit-bullets button.is-active {
      background-color: #939393; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .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: #f1f2f2; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #939393;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #e6e6e6;
    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; }

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

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: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #e6e6e6; }
    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: 700;
      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; }

.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(147, 147, 147, 0.5); }

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

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

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

.title-bar-title {
  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: #939393;
    box-shadow: 0 7px 0 #939393, 0 14px 0 #939393; }

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

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

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

.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;
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

figure {
  display: block;
  margin: inherit; }

.hifiShow_thumbs {
  float: left;
  padding: 10px 50px; }

.breadcrumb-global {
  background-color: #939393; }
  .breadcrumb-global a:hover {
    color: #C1531B;
    text-decoration: none; }

.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 3em;
  margin: 1rem 1rem;
  font-size: 0.9rem;
  background-color: #939393;
  color: #fefefe;
  text-transform: uppercase;
  padding: 1rem 2rem; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #C1531B;
    color: #fefefe; }
  @media screen and (max-width: 39.9375em) {
    .button {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 2.5rem;
      padding: 1rem 0.4rem; } }
  @media screen and (min-width: 40em) {
    .button {
      margin: 0 1rem 0 0;
      padding: 1rem; } }

@media screen and (min-width: 40em) {
  .button.button--dark-heading {
    margin-left: 0.5rem !important; } }

@media screen and (min-width: 64em) {
  .button.button--dark-heading {
    margin-left: 1.5rem !important; } }

@media screen and (min-width: 40em) {
  .button.button--vinyl-section {
    bottom: 2.5rem;
    position: absolute;
    right: 1.5rem; } }

.button.button--buy,
.button.button--describe {
  background: #C1531B;
  text-align: center; }
  .button.button--buy:hover,
  .button.button--describe:hover {
    background: #939393; }
  @media screen and (max-width: 39.9375em) {
    .button.button--buy,
    .button.button--describe {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.cat-products__button {
  color: #939393;
  cursor: pointer;
  font-size: 2rem;
  text-align: center; }
  .cat-products__button:hover {
    color: #C1531B; }
  @media screen and (min-width: 64em) {
    .cat-products__button {
      text-align: left; } }

.cat-brands__button {
  font-size: .8rem;
  padding: .5rem;
  background: none; }
  .cat-brands__button:hover {
    color: #fff !important; }

.footer__button {
  padding: 0.9rem 3rem; }

.retour, .ancre {
  font-size: .6rem;
  padding: .8rem;
  margin-top: .5rem; }

.circle-images {
  border: 5px solid #e6e6e6;
  border-radius: 50%; }
  @media only screen and (min-width: 450px) {
    .circle-images {
      border: 7px solid #e6e6e6; } }
  .circle-images__news {
    border: 4px solid #C1531B; }

.circle-images__default {
  border: 5px solid #e6e6e6;
  border-radius: 50%; }

.cite {
  background: #000;
  background-position: center center; }
  .cite .button {
    background-color: #C1531B; }
    .cite .button:hover {
      background-color: #939393; }
  @media screen and (min-width: 40em) {
    .cite {
      background-image: url("images/citation-medium.png");
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 75em) {
    .cite {
      background-image: url("images/citation-xlarge.png"); } }
  .cite > div {
    padding-top: 10px;
    padding-bottom: 7px;
    justify-content: center; }
    .cite > div h1 {
      margin: inherit !important;
      font-size: 2rem;
      color: #fff;
      font-width: bold;
      text-align: center;
      padding: 0;
      display: none;
      width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .cite > div h1 {
        display: block; } }
    @media screen and (min-width: 40em) {
      .cite > div {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 50vw; }
        .cite > div h1 {
          margin: 0 !important;
          text-align: left !important; } }
    @media screen and (min-width: 64em) {
      .cite > div {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 30vw; } }

.blockquote {
  font-size: 2rem;
  margin: 1rem;
  text-align: center;
  padding: 0; }

.last-cite {
  font-size: 1.5rem;
  padding: 0px; }

.cite2 {
  position: relative;
  overflow: hidden;
  background: #000; }
  .cite2 .slick-track,
  .cite2 .slider-item {
    height: 380px; }
  .cite2 img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .cite2 .quote {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    pointer-events: none; }
    @media screen and (min-width: 40em) {
      .cite2 .quote {
        left: 50%;
        transform: translate(-50%, -50%); } }
  @media screen and (min-width: 40em) {
    .cite2 .row {
      padding-left: 15vw; } }
  @media screen and (min-width: 64em) {
    .cite2 .row {
      padding-left: 25vw; } }

.footer {
  background-color: #0a0a0a; }
  .footer__content {
    text-align: center; }
  .footer__title {
    color: #fefefe;
    font-size: 1rem;
    margin: 2rem 0 0 0;
    text-transform: uppercase; }
  .footer__input {
    border: 1px solid #fefefe; }
  .footer__button {
    background-color: #0a0a0a;
    border: 2px solid #fefefe;
    margin: 0; }
  .footer__image {
    height: auto;
    width: 33px; }

.footer--newsletter,
.footer--contact,
.footer--link {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .footer--newsletter,
    .footer--contact,
    .footer--link {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.footer--newsletter {
  border-bottom: 1px solid #939393;
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .footer--newsletter {
      flex: 0 0 41.66667%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 41.66667%;
      border-bottom: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .footer--newsletter {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.footer--contact {
  border-bottom: 1px solid #939393;
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .footer--contact {
      flex: 0 0 41.66667%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 41.66667%;
      border-bottom: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .footer--contact {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

@media screen and (min-width: 40em) {
  .footer--link {
    flex: 0 0 16.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 16.66667%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .footer--link {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.dotcom {
  position: relative;
  text-align: left;
  padding-bottom: 1rem; }
  .dotcom__txt {
    color: #C1531B;
    font-size: 0.9rem;
    padding-left: 4rem;
    margin: 0; }
  .dotcom__img {
    bottom: 1.3rem;
    height: auto;
    position: absolute;
    right: 2rem;
    width: 20px; }

.footer--menu {
  background-color: #939393; }
  .footer--menu a {
    padding: 0.7rem 0.2rem !important; }

.fieldset__legend {
  color: #939393;
  font-size: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-transform: uppercase; }

.fieldset__span {
  font-size: 1rem;
  font-style: italic;
  text-transform: none; }

.fieldset__help-text {
  text-align: right;
  text-transform: none; }

.fieldset__help-text span {
  color: #939393; }

.cols {
  margin: 3rem 0; }

.form-input {
  width: 100%; }

.form label {
  text-align: left; }
  .form label.required::after {
    content: '*';
    color: #C1531B; }

.form_row-label {
  width: 100%; }

.form_row-input {
  width: 100%; }
  .form_row-input textarea {
    height: 10rem; }

#nav-dropdown {
  left: 0;
  margin: 0;
  padding: 0; }

.secondhand__items {
  margin: 0;
  padding: 0.2rem;
  display: inline;
  width: 100%; }

.secondhand__items-details {
  display: inline-block; }
  .secondhand__items-details a {
    display: inline-block;
    padding: .2rem .4rem;
    background: #939393;
    margin: .3rem; }
    .secondhand__items-details a:hover {
      background-color: #939393;
      color: #C1531B; }
    .secondhand__items-details a.actif {
      color: #C1531B; }

.input-group form[name="newsletter"] {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .input-group form[name="newsletter"] input {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin: 0 !important; }
    @media screen and (min-width: 40em) {
      .input-group form[name="newsletter"] input {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .input-group form[name="newsletter"] input {
        flex: 0 0 75%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 75%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .input-group form[name="newsletter"] input {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .input-group form[name="newsletter"] button {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .input-group form[name="newsletter"] button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .input-group form[name="newsletter"] button {
        flex: 0 0 25%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 25%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .input-group form[name="newsletter"] button {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.form--textarea {
  height: 10rem; }

.header {
  background-color: #0a0a0a;
  border-bottom: 1px solid #C1531B;
  color: #fefefe;
  padding: 10px 0; }
  .header img {
    height: auto;
    width: 80%; }

@media screen and (max-width: 39.9375em) {
  .accordion {
    display: block; } }

@media screen and (min-width: 40em) {
  .accordion {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .top-bar-right {
    display: none; } }

@media screen and (min-width: 40em) {
  .top-bar-right {
    display: block; } }

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

.title-bar {
  padding: 1rem; }

.media-object__buy-payment {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .media-object__buy-payment {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .media-object__buy-payment {
      justify-content: flex-start;
      align-items: flex-start; } }

.media-object__describe {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .media-object__describe {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .media-object__describe {
      justify-content: flex-start;
      align-items: flex-start; } }

@media screen and (max-width: 39.9375em) {
  .media-object__homepage {
    margin: 2rem 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #C1531B; } }

@media screen and (min-width: 40em) {
  .media-object__homepage {
    margin: 0 1rem 1.5rem 1.5rem; } }

.media-object__news {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0; }
  @media screen and (min-width: 40em) {
    .media-object__news {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .media-object__news {
      justify-content: flex-start;
      align-items: flex-start; } }

.media-object img {
  border: 1px solid #e6e6e6; }

.media-object-section__image {
  margin: 0.1rem 0 0 0; }
  .media-object-section__image img {
    width: 200px; }

.presentation {
  margin-top: 2rem;
  align-items: flex-start !important; }
  .presentation__content {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    padding: 1rem; }
    @media screen and (min-width: 40em) {
      .presentation__content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .presentation__content {
        flex: 0 0 33.33333%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .presentation__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .presentation__title {
    text-transform: uppercase; }
    .presentation__title-link {
      color: inherit; }
  .presentation__price {
    color: #C1531B; }
  .presentation__image {
    text-align: center;
    width: 100%;
    display: inline-block; }
    .presentation__image img {
      border: 1px solid #e6e6e6; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .presentation__image {
        padding-right: 10px; } }
    @media screen and (min-width: 40em) {
      .presentation__image {
        text-align: left; } }
  .presentation__describe {
    width: 100%;
    text-align: center;
    display: inline-block; }
    @media screen and (min-width: 40em) {
      .presentation__describe {
        text-align: left;
        display: inline-block; } }

.vinyles__filtre {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  color: #939393;
  padding-top: 1rem; }
  @media screen and (min-width: 40em) {
    .vinyles__filtre {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .vinyles__filtre a {
    color: #939393;
    padding: .5rem; }
    @media screen and (min-width: 40em) {
      .vinyles__filtre a {
        padding: .1rem; } }
    .vinyles__filtre a:hover, .vinyles__filtre a.active {
      color: #C1531B; }

.content-retour {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  margin: 0 0 0 30px; }
  @media screen and (min-width: 40em) {
    .content-retour {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .row--center {
    justify-content: center; }
    .row--center .cols {
      flex: 0 0 100%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 100%; }
      @media screen and (min-width: 40em) {
        .row--center .cols {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      @media screen and (min-width: 40em) {
        .row--center .cols {
          flex: 0 0 50%;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          max-width: 50%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .row--center .cols {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .row--footer {
    align-items: flex-start; }
  .row--full {
    background-color: #0a0a0a;
    max-width: inherit; }

.order-change {
  order: 0; }
  @media screen and (min-width: 40em) {
    .order-change {
      order: 2; } }

a.inherit {
  color: inherit; }

.error {
  color: #C1531B; }

.heading {
  background-color: #f1f2f2;
  padding: 3.5rem 0; }
  .heading__content, .heading__image {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .heading__content, .heading__image {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  .heading__image {
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 30%; }
    @media screen and (min-width: 40em) {
      .heading__image {
        margin-bottom: 0;
        text-align: left; } }
  .heading__content {
    text-align: left; }
    @media screen and (min-width: 40em) {
      .heading__content {
        flex: 0 0 66.66667%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 66.66667%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .heading__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .heading__title, .heading__txt {
    text-align: left;
    color: #939393; }
  .heading__title {
    text-transform: uppercase; }
    @media screen and (max-width: 39.9375em) {
      .heading__title {
        margin-bottom: 2rem; } }
  .heading__links {
    color: #0a0a0a;
    font-style: italic; }

.heading.heading--dark .heading__title,
.heading.heading--dark .heading__txt {
  color: #fefefe; }
  @media screen and (min-width: 40em) {
    .heading.heading--dark .heading__title,
    .heading.heading--dark .heading__txt {
      margin-left: .5rem; } }
  @media screen and (min-width: 64em) {
    .heading.heading--dark .heading__title,
    .heading.heading--dark .heading__txt {
      margin-left: 1.5rem; } }

.heading.heading--light {
  background-color: #fefefe; }

@media screen and (min-width: 40em) {
  .heading.heading--light .order-change {
    text-align: right; } }

.heading__title-news {
  color: #C1531B;
  font-size: 2rem;
  font-weight: 400; }

@media screen and (min-width: 40em) {
  .order {
    margin-left: .5rem; } }

@media screen and (min-width: 64em) {
  .order {
    margin-left: 1.5rem; } }

.section-vinyl {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem .7rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .section-vinyl {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .section-vinyl {
      padding: 2rem 1.5rem 5rem 1.5rem; } }
  @media screen and (min-width: 64em) {
    .section-vinyl {
      flex: 0 0 50%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 50%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .section-vinyl {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .section-vinyl h1 {
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #fefefe; }
    @media screen and (min-width: 40em) {
      .section-vinyl h1 {
        margin-left: 1.5rem;
        text-align: left; } }

@media screen and (max-width: 39.9375em) {
  .section-equiv__content, .section-equiv__image {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    text-align: center; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .section-equiv__content, .section-equiv__image {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

@media screen and (min-width: 40em) {
  .section-equiv__content, .section-equiv__image {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
    text-align: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .section-equiv__content, .section-equiv__image {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.section-equiv img {
  width: 95%; }
  @media screen and (max-width: 39.9375em) {
    .section-equiv img {
      margin-bottom: 2rem; } }

.heading.heading--secondhand {
  background-image: url("images/occasions-xlarge.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.heading.heading--news {
  background-image: url("images/nouveautes-xlarge.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.heading.heading--vinyl {
  background-image: url("images/vinyles-large.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.homepage-vinyles {
  background-image: url(../images/vinyles-large.png); }

.bloc-txt {
  background-image: url(../images/bkg-vinyles.png); }

.vinyles__image {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .vinyles__image {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .vinyles__image {
      flex: 0 0 50%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 50%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .vinyles__image {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.vinyles__content {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .vinyles__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .vinyles__content {
      flex: 0 0 50%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 50%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .vinyles__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.cat-products {
  min-height: 1000px;
  align-items: center; }
  .cat-products > div {
    min-height: 1000px; }
  .cat-products__images {
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 50%;
    margin-top: 50px; }
    @media screen and (min-width: 40em) {
      .cat-products__images {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .cat-products__images {
        margin-top: 0; } }
  .cat-products__content {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .cat-products__content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 64em) {
      .cat-products__content {
        flex: 0 0 50%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 50%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .cat-products__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .cat-products__text {
    margin-left: inherit; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .cat-products__text {
        max-width: 62.5rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: row wrap;
        flex-wrap: wrap; }
        .cat-products__text > .cat-products__title {
          flex: 0 0 50%;
          max-width: 50%; } }
  .cat-products__dropdown {
    background-color: #000; }
  .cat-products__title {
    padding: 2rem 1rem;
    text-align: left; }
    @media screen and (min-width: 64em) {
      .cat-products__title {
        padding: 0; }
        .cat-products__title:first-child {
          padding-top: 2rem; }
        .cat-products__title:last-child {
          padding-bottom: 2rem; } }

.navigation-wrap {
  background: #000; }

.navigation {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  padding: 0 0 1rem 0; }
  @media screen and (min-width: 40em) {
    .navigation {
      padding: 1rem 0; } }
  .navigation .nav-items {
    display: inline-block; }
  .navigation .menu {
    padding: 0;
    margin: 0;
    font-size: 01rem;
    justify-content: flex-end; }
  .navigation__logo {
    width: 100px; }

.nav-left {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .nav-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .nav-left {
      flex: 0 0 25%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 25%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .nav-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .nav-left {
      flex: 0 0 33.33333%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 33.33333%;
      padding-right: 200px; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .nav-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.nav-right {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%; }
  @media screen and (min-width: 40em) {
    .nav-right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .nav-right {
      flex: 0 0 75%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 75%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .nav-right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .nav-right {
      flex: 0 0 66.66667%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 66.66667%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .nav-right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.secondNav {
  border: 1px solid red;
  background: #000; }
  .secondNav ul {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap; }
  .secondNav li {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .secondNav li {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .secondNav li:hover {
      background: #C1531B; }

.cat-products__images {
  text-align: center;
  margin: 1rem auto 0 auto; }
  @media screen and (min-width: 64em) {
    .cat-products__images {
      margin: inherit; } }
  .cat-products__images img {
    width: 80%; }

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

.cat-products__text {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300; }
  @media screen and (min-width: 40em) {
    .cat-products__text {
      text-align: left; } }

.cat-products__title {
  font-size: 40px; }
  @media screen and (min-width: 40em) {
    .cat-products__title {
      font-size: 50px; } }
  .cat-products__title a {
    color: #939393; }
  .cat-products__title a:hover {
    color: #C1531B; }

.cat-products__brand {
  font-size: 20px;
  text-align: left;
  margin-left: .5rem; }
  .cat-products__brand a {
    color: #939393; }
  .cat-products__brand a:hover {
    color: #C1531B; }

.cat-products__dropdown {
  left: 0; }

.buy-payment {
  text-align: center;
  margin: 1rem 0 0 0; }
  @media screen and (min-width: 40em) {
    .buy-payment {
      text-align: left; } }
  .buy-payment__title {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    font-size: 2rem;
    text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      .buy-payment__title {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .buy-payment__title {
        margin: 1rem 0 0 0; } }
  .buy-payment__image {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      .buy-payment__image {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  .buy-payment__button {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .buy-payment__button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .buy-payment__button {
        text-align: right; } }

.ref {
  color: #939393; }

.price {
  color: #0a0a0a;
  font-size: 2rem !important;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 40em) {
    .price {
      text-align: right;
      margin-top: 2.4rem; } }

.ok-buy {
  text-align: center; }
  .ok-buy__content {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin: 4rem 0;
    color: #939393; }
    @media screen and (min-width: 40em) {
      .ok-buy__content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .ok-buy__content {
        margin: 3rem 0; } }
    .ok-buy__content h3 {
      font-weight: 400;
      font-size: 1.5rem;
      color: #939393; }
  .ok-buy__return {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    margin: 4rem 0; }
    @media screen and (min-width: 40em) {
      .ok-buy__return {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .ok-buy__return {
        margin: 3rem 0; } }
    .ok-buy__return a {
      color: #0a0a0a;
      text-align: center;
      font-weight: 300;
      text-decoration: underline; }

.access {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  background-color: #0a0a0a;
  justify-content: center;
  padding: 1rem; }
  @media screen and (min-width: 40em) {
    .access {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .access {
      flex: 0 0 auto;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .access {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .access__content {
    margin: 0 1rem;
    text-align: center; }
  .access__title {
    color: #fefefe;
    font-weight: 300;
    padding-bottom: 2rem;
    text-transform: uppercase; }
  .access__txt {
    color: #fefefe; }
  .access__span {
    text-transform: uppercase; }

.describe {
  text-align: center;
  margin: 2rem 0 0 0; }
  @media screen and (min-width: 40em) {
    .describe {
      text-align: left; } }
  .describe__gallery {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .describe__gallery {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 64em) {
      .describe__gallery {
        flex: 0 0 50%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 50%;
        text-align: left; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .describe__gallery {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .describe__description {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .describe__description {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 64em) {
      .describe__description {
        flex: 0 0 50%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 50%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .describe__description {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .describe__button {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .describe__button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .describe__button {
        text-align: right; } }
  .describe__content {
    color: #0a0a0a;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    align-items: flex-start; }
    @media screen and (min-width: 40em) {
      .describe__content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 40em) {
      .describe__content {
        margin: 0 0.5rem 0 0.5rem;
        padding-right: 2rem; } }
  .describe__list {
    margin: 2rem 0;
    color: #939393; }
    .describe__list span {
      text-transform: uppercase; }
  .describe__title {
    color: #0a0a0a;
    font-size: 2rem;
    text-transform: uppercase; }
    .describe__title span {
      text-transform: none; }
  .describe__status {
    color: #C1531B;
    font-size: 1rem !important; }

#lightgallery > a {
  display: block;
  padding: 2px; }
  #lightgallery > a:not(.first) {
    display: inline-block; }
    #lightgallery > a:not(.first) img {
      width: 100px; }

.media-object h2 {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400; }

.media-object span {
  font-size: .9rem;
  font-style: italic;
  font-weight: 300; }

.media-object .subtitle,
.media-object li {
  font-size: .8rem; }

@media screen and (min-width: 40em) {
  .info {
    flex: 0 0 58.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 58.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.info__title {
  font-size: 1.5rem;
  margin: 2rem 0;
  text-align: center;
  text-transform: uppercase; }

.info__image {
  border: 1px solid #e6e6e6; }

.map {
  flex: 0 0 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 100%;
  max-height: 400px;
  min-height: 400px;
  padding: 0 !important; }
  @media screen and (min-width: 40em) {
    .map {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .map {
      flex: 0 0 58.33333%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 58.33333%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .map {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.news {
  text-align: left;
  margin: 2rem 0 0 0; }
  .news__title {
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
    font-size: 2rem;
    text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      .news__title {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  .news__date {
    font-size: .8rem; }
  .news__image {
    margin: 1rem 0 1rem 0; }
  .news__txt {
    color: #939393; }
  .news__important {
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 700; }
  @media screen and (min-width: 40em) {
    .news__video {
      flex: 0 0 58.33333%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 58.33333%;
      margin: 2rem 0 1rem -0.5rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .news__video {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .news__ancre {
    text-align: right; }

@media screen and (min-width: 40em) {
  .news.news__title-video {
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .news.news__title-video {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.alert-box {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: none;
  text-align: center;
  background-color: #C1531B;
  font-size: 1rem;
  color: #fff !important;
  border: none;
  padding: 1rem; }

.pagination__content {
  margin: 0 auto; }

.pagination .pagination-previous, .pagination .pagination-next {
  font-size: 2rem; }
  @media screen and (min-width: 40em) {
    .pagination .pagination-previous, .pagination .pagination-next {
      font-size: inherit; } }

.pagination .pagination-previous.disabled::before {
  content: '\00ab prev'; }

.pagination .pagination-previous a::before {
  content: '\00ab prev'; }

.pagination .pagination-next.disabled::after {
  content: 'next \00bb'; }

.pagination .pagination-next a::after {
  content: 'next \00bb'; }

div#sib_embed_signup .needsfilled input {
  border-color: #B94A48 !important;
  color: #B94A48 !important; }

div#sib_embed_signup .needsfilled {
  color: #B94A48 !important; }

div#sib_embed_signup input[type="text"] {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

div#sib_embed_signup div.message_area {
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box; }

div#sib_embed_signup div.message_area button.close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: inherit;
  background: 0 0;
  border: 0;
  padding: 0px;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }

.tipicon {
  cursor: pointer;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
  text-decoration: none; }

.tooltip {
  display: inline;
  position: absolute;
  left: 97%; }

.tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  content: attr(data-title);
  right: -2px;
  bottom: 26px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px; }

.tooltip_small:hover:after {
  padding: 5px 5px;
  width: 150px; }

.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 1px;
  position: absolute;
  z-index: 99; }

body {
  background-Image: url(""); }

body {
  background-color: #dcdcdc; }

/*div#sib_embed_signup .container {background: rgba(252,252,252,1);}*/
div#sib_embed_signup .container h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

div#sib_embed_signup h1.title {
  font-size: 45px; }

div#sib_embed_signup .container .byline, div#sib_embed_signup .container .description, div#sib_embed_signup .container .fake-label, div#sib_embed_signup .container .row, div#sib_embed_signup .container #company-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

div#sib_embed_signup .byline, div#sib_embed_signup div.description, div#sib_embed_signup .fake-label, div#sib_embed_signup .row {
  font-size: 17px; }

div#sib_embed_signup .container .button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

div#sib_embed_signup .button {
  font-size: 14px; }

div#sib_embed_signup input {
  font-size: 13px; }

div#sib_embed_signup .containter h1 {
  color: #232323; }

div#sib_embed_signup .container {
  color: #343434; }

div#sib_embed_signup .container .button {
  color: #ffffff; }

div#sib_embed_signup .container .button {
  background: #050505; }

/*div#sib_embed_signup .wrapper{ width: 440px;}*/
/*div#sib_embed_signup .container{ padding: 40px 20px 20px;}*/
div#sib_embed_signup .header {
  padding: 0 20px;
  border: none; }

div#sib_embed_signup h1.title {
  lineHeight: 50px; }

div#sib_embed_signup h3.company-name {
  lineHeight: 35px; }

div#sib_embed_signup div.description {
  padding: 0 20px 15px; }

div#sib_embed_signup div.row {
  padding: 10px 20px; }

div#sib_embed_signup input[type=text] {
  padding: 10px 4px;
  width: 100% !important;
  box-sizing: border-box; }

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

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